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
380     vpp-perf-results-3n-skx:
381       csit-vpp-perf-verify-1904-3n-skx:
382         - 26  # NDRPDR full
383         - 27  # NDRPDR full
384         - 30  # NDRPDR full
385         - 31  # NDRPDR full
386
387     vpp-perf-results-2n-skx:
388       csit-vpp-perf-verify-1904-2n-skx:
389         - 33  # NDRPDR full
390         - 39  # NDRPDR full
391         - 58  # NDRPDR full
392         - 62  # NDRPDR full
393
394     vpp-mrr-results-3n-hsw:
395       csit-vpp-perf-verify-1904-3n-hsw:
396         - 9   # MRR sel
397
398     vpp-mrr-results-3n-skx:
399       csit-vpp-perf-verify-1904-3n-skx:
400         - 7   # MRR sel
401
402     vpp-mrr-results-2n-skx:
403       csit-vpp-perf-verify-1904-2n-skx:
404         - 11  # MRR sel
405
406     vpp-func-results-ubuntu:
407       csit-vpp-functional-1904-ubuntu1604-virl:
408         - 33
409
410     vpp-func-results-centos:
411       csit-vpp-functional-1904-centos7-virl:
412         - 32
413
414     vpp-device-results-ubuntu:
415       csit-vpp-device-1904-ubuntu1804-1n-skx:
416         - 32
417
418 #    # VPP Ligato
419 #    ligato-perf-results-3n-hsw:
420 #      # csit-ligato-perf-verify-1904-3n-hsw:
421 #      csit-ligato-perf-verify-1901-3n-hsw:
422 #        - 10  # NDRPDR full
423
424     dpdk-perf-results-3n-hsw:
425       csit-dpdk-perf-verify-1904-3n-hsw:
426         - 5   # NDRPDR sel
427
428     dpdk-perf-results-3n-skx:
429       csit-dpdk-perf-verify-1904-3n-skx:
430         - 7   # NDRPDR sel
431
432     dpdk-perf-results-2n-skx:
433       csit-dpdk-perf-verify-1904-2n-skx:
434         - 9   # NDRPDR sel
435
436     # HoneyComb Functional
437     hc-func-results:
438       csit-hc2vpp-verify-func-1904-ubuntu1604:
439         - 4
440
441 #    # NSH SFC Functional
442 #    nsh-func-results:
443 #      # Not used
444 #      csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
445 #        - 1
446
447     # DMM Functional
448     dmm-func-results:
449       csit-dmm-functional-1904-ubuntu1604-virl:
450         - 1
451
452     ###########################################################################
453     # Tables (more than one data set)
454
455     # Performance changes
456
457 #    intel-dnv-vpp-changes-2n-dnv-h1:
458 #      intel-dnv-vpp-release-1810:
459 #        - 1
460 #    intel-dnv-vpp-changes-2n-dnv-ref:
461 #      intel-dnv-vpp-release-1901:
462 #        - 1
463 #    intel-dnv-vpp-changes-2n-dnv-cmp:
464 #      # intel-dnv-vpp-release-1904:
465 #      intel-dnv-vpp-release-1901:
466 #        - 1
467 #    intel-dnv-vpp-changes-2n-dnv:
468 #      - "intel-dnv-vpp-changes-2n-dnv-h1"
469 #      - "intel-dnv-vpp-changes-2n-dnv-ref"
470 #      - "intel-dnv-vpp-changes-2n-dnv-cmp"
471
472     vpp-performance-changes-3n-hsw-h1:
473       csit-vpp-perf-verify-1810-3n-hsw:
474         - 8   # NDRPDR sel
475         - 12  # NDRPDR sel
476         - 14  # NDRPDR sel
477         - 18  # NDRPDR sel
478         - 23  # NDRPDR sel
479         - 25  # NDRPDR sel
480         - 38  # NDRPDR sel
481         - 39  # NDRPDR sel
482         - 41  # NDRPDR sel
483         - 42  # NDRPDR sel
484     vpp-performance-changes-3n-hsw-ref:
485       csit-vpp-perf-verify-1901-3n-hsw:
486         - 10  # NDRPDR sel
487         - 19  # NDRPDR sel
488         - 31  # NDRPDR sel
489         - 36  # NDRPDR sel
490         - 40  # NDRPDR sel
491         - 42  # NDRPDR sel
492         - 44  # NDRPDR sel
493         - 46  # NDRPDR sel
494         - 47  # NDRPDR sel
495         - 48  # NDRPDR sel
496         - 61  # NDRPDR LB
497         - 62  # NDRPDR LB
498         - 63  # NDRPDR LB
499         - 64  # NDRPDR LB
500         - 65  # NDRPDR LB
501         - 66  # NDRPDR LB
502         - 67  # NDRPDR LB
503         - 69  # NDRPDR LB
504         - 70  # NDRPDR LB
505         - 71  # NDRPDR LB
506     vpp-performance-changes-3n-hsw-cmp:
507       csit-vpp-perf-verify-1904-3n-hsw:
508         - 11  # NDRPDR sel
509         - 12  # NDRPDR sel
510         - 20  # NDRPDR sel
511         - 21  # NDRPDR sel
512         - 23  # NDRPDR sel
513         - 24  # NDRPDR sel
514         - 25  # NDRPDR sel
515         - 26  # NDRPDR sel
516         - 29  # NDRPDR sel
517         - 30  # NDRPDR sel
518     vpp-performance-changes-3n-hsw:
519       - "vpp-performance-changes-3n-hsw-h1"
520       - "vpp-performance-changes-3n-hsw-ref"
521       - "vpp-performance-changes-3n-hsw-cmp"
522
523     vpp-performance-changes-3n-skx-h1:
524       csit-vpp-perf-verify-1810-3n-skx:
525         - 10  # NDRPDR sel
526         - 14  # NDRPDR sel
527         - 15  # NDRPDR sel
528         - 16  # NDRPDR sel
529         - 17  # NDRPDR sel
530         - 19  # NDRPDR sel
531         - 20  # NDRPDR sel
532         - 21  # NDRPDR sel
533         - 22  # NDRPDR sel
534         - 25  # NDRPDR sel
535     vpp-performance-changes-3n-skx-ref:
536       csit-vpp-perf-verify-1901-3n-skx:
537         - 18  # NDRPDR sel
538         - 19  # NDRPDR sel
539         - 20  # NDRPDR sel
540         - 28  # NDRPDR sel
541         - 31  # NDRPDR sel
542         - 33  # NDRPDR sel
543         - 36  # NDRPDR sel
544         - 38  # NDRPDR sel
545         - 47  # NDRPDR sel
546         - 48  # NDRPDR sel
547         - 54  # NDRPDR LB
548         - 57  # NDRPDR LB
549         - 58  # NDRPDR LB
550         - 59  # NDRPDR LB
551         - 60  # NDRPDR LB
552         - 63  # NDRPDR LB
553         - 64  # NDRPDR LB
554         - 65  # NDRPDR LB
555         - 66  # NDRPDR LB
556         - 67  # NDRPDR LB
557     vpp-performance-changes-3n-skx-cmp:
558       csit-vpp-perf-verify-1904-3n-skx:
559         - 8   # NDRPDR sel
560         - 9   # NDRPDR sel
561         - 10  # NDRPDR sel
562         - 11  # NDRPDR sel
563         - 12  # NDRPDR sel
564         - 14  # NDRPDR sel
565         - 16  # NDRPDR sel
566         - 21  # NDRPDR sel
567         - 23  # NDRPDR sel
568         - 25  # NDRPDR sel
569     vpp-performance-changes-3n-skx:
570       - "vpp-performance-changes-3n-skx-h1"
571       - "vpp-performance-changes-3n-skx-ref"
572       - "vpp-performance-changes-3n-skx-cmp"
573
574     vpp-performance-changes-2n-skx-h1:
575       csit-vpp-perf-verify-1810-2n-skx:
576         - 9   # NDRPDR sel
577         - 13  # NDRPDR sel
578         - 14  # NDRPDR sel
579         - 19  # NDRPDR sel
580         - 20  # NDRPDR sel
581         - 21  # NDRPDR sel
582         - 22  # NDRPDR sel
583         - 23  # NDRPDR sel
584         - 24  # NDRPDR sel
585         - 27  # NDRPDR sel
586     vpp-performance-changes-2n-skx-ref:
587       csit-vpp-perf-verify-1901-2n-skx:
588         - 5   # NDRPDR sel
589         - 12  # NDRPDR sel
590         - 13  # NDRPDR sel
591         - 21  # NDRPDR sel
592         - 23  # NDRPDR sel
593         - 31  # NDRPDR sel
594         - 34  # NDRPDR sel
595         - 40  # NDRPDR sel
596         - 42  # NDRPDR sel
597         - 43  # NDRPDR sel
598     vpp-performance-changes-2n-skx-cmp:
599       csit-vpp-perf-verify-1904-2n-skx:
600         - 12  # NDRPDR sel
601         - 14  # NDRPDR sel
602         - 16  # NDRPDR sel
603         - 17  # NDRPDR sel
604         - 18  # NDRPDR sel
605         - 21  # NDRPDR sel
606         - 27  # NDRPDR sel
607         - 30  # NDRPDR sel
608         - 31  # NDRPDR sel
609         - 32  # NDRPDR sel
610     vpp-performance-changes-2n-skx:
611       - "vpp-performance-changes-2n-skx-h1"
612       - "vpp-performance-changes-2n-skx-ref"
613       - "vpp-performance-changes-2n-skx-cmp"
614
615     vpp-soak-vs-ndr-2n-skx-ref:
616       csit-vpp-perf-verify-1904-2n-skx:
617         - 12  # NDRPDR sel
618         - 14  # NDRPDR sel
619         - 16  # NDRPDR sel
620         - 17  # NDRPDR sel
621         - 18  # NDRPDR sel
622         - 21  # NDRPDR sel
623         - 27  # NDRPDR sel
624         - 30  # NDRPDR sel
625         - 31  # NDRPDR sel
626         - 32  # NDRPDR sel
627     vpp-soak-vs-ndr-2n-skx-cmp:
628       csit-vpp-perf-verify-1904-2n-skx:
629         - 70  # soak
630         - 71  # soak
631     vpp-soak-vs-ndr-2n-skx:
632       csit-vpp-perf-verify-1904-2n-skx:
633         - 12  # NDRPDR sel
634         - 14  # NDRPDR sel
635         - 16  # NDRPDR sel
636         - 17  # NDRPDR sel
637         - 18  # NDRPDR sel
638         - 21  # NDRPDR sel
639         - 27  # NDRPDR sel
640         - 30  # NDRPDR sel
641         - 31  # NDRPDR sel
642         - 32  # NDRPDR sel
643         - 70  # soak
644         - 71  # soak
645
646     vpp-performance-changes-3n-hsw-mrr-h1:
647       csit-vpp-perf-verify-1810-3n-hsw:
648         - 9   # MRR sel
649     vpp-performance-changes-3n-hsw-mrr-ref:
650       csit-vpp-perf-verify-1901-3n-hsw:
651         - 35  # MRR sel
652     vpp-performance-changes-3n-hsw-mrr-cmp:
653       csit-vpp-perf-verify-1904-3n-hsw:
654         - 9   # MRR sel
655     vpp-performance-changes-3n-hsw-mrr:
656       - "vpp-performance-changes-3n-hsw-mrr-h1"
657       - "vpp-performance-changes-3n-hsw-mrr-ref"
658       - "vpp-performance-changes-3n-hsw-mrr-cmp"
659
660     vpp-performance-changes-3n-skx-mrr-h1:
661       csit-vpp-perf-verify-1810-3n-skx:
662         - 9   # MRR sel
663         - 11  # MRR sel
664         - 12  # MRR sel
665         - 13  # MRR sel
666     vpp-performance-changes-3n-skx-mrr-ref:
667       csit-vpp-perf-verify-1901-3n-skx:
668         - 32  # MRR sel
669     vpp-performance-changes-3n-skx-mrr-cmp:
670       csit-vpp-perf-verify-1904-3n-skx:
671         - 7   # MRR sel
672     vpp-performance-changes-3n-skx-mrr:
673       - "vpp-performance-changes-3n-skx-mrr-h1"
674       - "vpp-performance-changes-3n-skx-mrr-ref"
675       - "vpp-performance-changes-3n-skx-mrr-cmp"
676
677     vpp-performance-changes-2n-skx-mrr-h1:
678       csit-vpp-perf-verify-1810-2n-skx:
679         - 8   # MRR sel
680         - 10  # MRR sel
681         - 11  # MRR sel
682         - 12  # MRR sel
683     vpp-performance-changes-2n-skx-mrr-ref:
684       csit-vpp-perf-verify-1901-2n-skx:
685         - 22  # MRR sel
686     vpp-performance-changes-2n-skx-mrr-cmp:
687       csit-vpp-perf-verify-1904-2n-skx:
688         - 11  # MRR sel
689     vpp-performance-changes-2n-skx-mrr:
690       - "vpp-performance-changes-2n-skx-mrr-h1"
691       - "vpp-performance-changes-2n-skx-mrr-ref"
692       - "vpp-performance-changes-2n-skx-mrr-cmp"
693
694     dpdk-performance-changes-3n-hsw-h1:
695       csit-dpdk-perf-verify-1810-3n-hsw:
696         - 1   # NDRPDR sel
697         - 2   # NDRPDR sel
698         - 3   # NDRPDR sel
699         - 4   # NDRPDR sel
700         - 5   # NDRPDR sel
701         - 6   # NDRPDR sel
702         - 7   # NDRPDR sel
703         - 8   # NDRPDR sel
704         - 9   # NDRPDR sel
705         - 10  # NDRPDR sel
706     dpdk-performance-changes-3n-hsw-ref:
707       csit-dpdk-perf-verify-1901-3n-hsw:
708         - 13  # NDRPDR sel
709         - 14  # NDRPDR sel
710         - 16  # NDRPDR sel
711         - 17  # NDRPDR sel
712         - 18  # NDRPDR sel
713         - 19  # NDRPDR sel
714         - 20  # NDRPDR sel
715         - 21  # NDRPDR sel
716         - 22  # NDRPDR sel
717         - 23  # NDRPDR sel
718     dpdk-performance-changes-3n-hsw-cmp:
719       csit-dpdk-perf-verify-1904-3n-hsw:
720         - 2   # NDRPDR sel
721         - 3   # NDRPDR sel
722         - 5   # NDRPDR sel
723         - 6   # NDRPDR sel
724         - 13  # NDRPDR sel
725         - 14  # NDRPDR sel
726         - 15  # NDRPDR sel
727         - 18  # NDRPDR sel
728         - 19  # NDRPDR sel
729         - 20  # NDRPDR sel
730     dpdk-performance-changes-3n-hsw:
731       - "dpdk-performance-changes-3n-hsw-h1"
732       - "dpdk-performance-changes-3n-hsw-ref"
733       - "dpdk-performance-changes-3n-hsw-cmp"
734
735     dpdk-performance-changes-3n-skx-h1:
736       csit-dpdk-perf-verify-1810-3n-skx:
737         - 3   # NDRPDR sel
738         - 4   # NDRPDR sel
739         - 6   # NDRPDR sel
740         - 7   # NDRPDR sel
741         - 8   # NDRPDR sel
742         - 9   # NDRPDR sel
743         - 10  # NDRPDR sel
744         - 11  # NDRPDR sel
745         - 12  # NDRPDR sel
746         - 13  # NDRPDR sel
747     dpdk-performance-changes-3n-skx-ref:
748       csit-dpdk-perf-verify-1901-3n-skx:
749         - 3   # NDRPDR sel
750         - 5   # NDRPDR sel
751         - 6   # NDRPDR sel
752         - 7   # NDRPDR sel
753         - 8   # NDRPDR sel
754         - 9   # NDRPDR sel
755         - 10  # NDRPDR sel
756         - 11  # NDRPDR sel
757         - 12  # NDRPDR sel
758         - 13  # NDRPDR sel
759     dpdk-performance-changes-3n-skx-cmp:
760       csit-dpdk-perf-verify-1904-3n-skx:
761         - 2   # NDRPDR sel
762         - 3   # NDRPDR sel
763         - 4   # NDRPDR sel
764         - 5   # NDRPDR sel
765         - 6   # NDRPDR sel
766         - 7   # NDRPDR sel
767         - 11  # NDRPDR sel
768         - 12  # NDRPDR sel
769         - 13  # NDRPDR sel
770         - 14  # NDRPDR sel
771     dpdk-performance-changes-3n-skx:
772       - "dpdk-performance-changes-3n-skx-h1"
773       - "dpdk-performance-changes-3n-skx-ref"
774       - "dpdk-performance-changes-3n-skx-cmp"
775
776     dpdk-performance-changes-2n-skx-h1:
777       csit-dpdk-perf-verify-1810-2n-skx:
778         - 3   # NDRPDR sel
779         - 4   # NDRPDR sel
780         - 5   # NDRPDR sel
781         - 7   # NDRPDR sel
782         - 8   # NDRPDR sel
783         - 9   # NDRPDR sel
784         - 10  # NDRPDR sel
785         - 11  # NDRPDR sel
786         - 12  # NDRPDR sel
787         - 13  # NDRPDR sel
788     dpdk-performance-changes-2n-skx-ref:
789       csit-dpdk-perf-verify-1901-2n-skx:
790         - 12  # NDRPDR sel
791         - 13  # NDRPDR sel
792         - 14  # NDRPDR sel
793         - 15  # NDRPDR sel
794         - 16  # NDRPDR sel
795         - 17  # NDRPDR sel
796         - 18  # NDRPDR sel
797         - 19  # NDRPDR sel
798         - 20  # NDRPDR sel
799         - 21  # NDRPDR sel
800     dpdk-performance-changes-2n-skx-cmp:
801       csit-dpdk-perf-verify-1904-2n-skx:
802         - 2   # NDRPDR sel
803         - 3   # NDRPDR sel
804         - 4   # NDRPDR sel
805         - 5   # NDRPDR sel
806         - 7   # NDRPDR sel
807         - 8   # NDRPDR sel
808         - 9   # NDRPDR sel
809         - 10  # NDRPDR sel
810         - 11  # NDRPDR sel
811         - 12  # NDRPDR sel
812     dpdk-performance-changes-2n-skx:
813       - "dpdk-performance-changes-2n-skx-h1"
814       - "dpdk-performance-changes-2n-skx-ref"
815       - "dpdk-performance-changes-2n-skx-cmp"
816
817     # Compare testbeds
818
819     vpp-compare-testbeds-ref:
820       csit-vpp-perf-verify-1904-3n-hsw:
821         - 11  # NDRPDR sel
822         - 12  # NDRPDR sel
823         - 20  # NDRPDR sel
824         - 21  # NDRPDR sel
825         - 23  # NDRPDR sel
826         - 24  # NDRPDR sel
827         - 25  # NDRPDR sel
828         - 26  # NDRPDR sel
829         - 29  # NDRPDR sel
830         - 30  # NDRPDR sel
831     vpp-compare-testbeds-cmp:
832       csit-vpp-perf-verify-1904-3n-skx:
833         - 8   # NDRPDR sel
834         - 9   # NDRPDR sel
835         - 10  # NDRPDR sel
836         - 11  # NDRPDR sel
837         - 12  # NDRPDR sel
838         - 14  # NDRPDR sel
839         - 16  # NDRPDR sel
840         - 21  # NDRPDR sel
841         - 23  # NDRPDR sel
842         - 25  # NDRPDR sel
843     vpp-compare-testbeds:
844       - "vpp-compare-testbeds-ref"
845       - "vpp-compare-testbeds-cmp"
846
847     vpp-compare-testbeds-mrr-ref:
848       csit-vpp-perf-verify-1904-3n-hsw:
849         - 9   # MRR sel
850     vpp-compare-testbeds-mrr-cmp:
851       csit-vpp-perf-verify-1904-3n-skx:
852         - 7   # MRR sel
853     vpp-compare-testbeds-mrr:
854       - "vpp-compare-testbeds-mrr-ref"
855       - "vpp-compare-testbeds-mrr-cmp"
856
857     dpdk-compare-testbeds-ref:
858       csit-dpdk-perf-verify-1904-3n-hsw:
859         - 2   # NDRPDR sel
860         - 3   # NDRPDR sel
861         - 5   # NDRPDR sel
862         - 6   # NDRPDR sel
863         - 13  # NDRPDR sel
864         - 14  # NDRPDR sel
865         - 15  # NDRPDR sel
866         - 18  # NDRPDR sel
867         - 19  # NDRPDR sel
868         - 20  # NDRPDR sel
869     dpdk-compare-testbeds-cmp:
870       csit-dpdk-perf-verify-1904-3n-skx:
871         - 2   # NDRPDR sel
872         - 3   # NDRPDR sel
873         - 4   # NDRPDR sel
874         - 5   # NDRPDR sel
875         - 6   # NDRPDR sel
876         - 7   # NDRPDR sel
877         - 11  # NDRPDR sel
878         - 12  # NDRPDR sel
879         - 13  # NDRPDR sel
880         - 14  # NDRPDR sel
881     dpdk-compare-testbeds:
882       - "dpdk-compare-testbeds-ref"
883       - "dpdk-compare-testbeds-cmp"
884
885     # Compare topologies
886
887     vpp-compare-topologies-ref:
888       csit-vpp-perf-verify-1904-3n-skx:
889         - 8   # NDRPDR sel
890         - 9   # NDRPDR sel
891         - 10  # NDRPDR sel
892         - 11  # NDRPDR sel
893         - 12  # NDRPDR sel
894         - 14  # NDRPDR sel
895         - 16  # NDRPDR sel
896         - 21  # NDRPDR sel
897         - 23  # NDRPDR sel
898         - 25  # NDRPDR sel
899     vpp-compare-topologies-cmp:
900       csit-vpp-perf-verify-1904-2n-skx:
901         - 12  # NDRPDR sel
902         - 14  # NDRPDR sel
903         - 16  # NDRPDR sel
904         - 17  # NDRPDR sel
905         - 18  # NDRPDR sel
906         - 21  # NDRPDR sel
907         - 27  # NDRPDR sel
908         - 30  # NDRPDR sel
909         - 31  # NDRPDR sel
910         - 32  # NDRPDR sel
911     vpp-compare-topologies:
912       - "vpp-compare-topologies-ref"
913       - "vpp-compare-topologies-cmp"
914
915     vpp-compare-topologies-mrr-ref:
916       csit-vpp-perf-verify-1904-3n-skx:
917         - 7   # MRR sel
918     vpp-compare-topologies-mrr-cmp:
919       csit-vpp-perf-verify-1904-2n-skx:
920         - 11  # MRR sel
921     vpp-compare-topologies-mrr:
922       - "vpp-compare-topologies-mrr-ref"
923       - "vpp-compare-topologies-mrr-cmp"
924
925     dpdk-compare-topologies-ref:
926       csit-dpdk-perf-verify-1904-3n-skx:
927         - 2   # NDRPDR sel
928         - 3   # NDRPDR sel
929         - 4   # NDRPDR sel
930         - 5   # NDRPDR sel
931         - 6   # NDRPDR sel
932         - 7   # NDRPDR sel
933         - 11  # NDRPDR sel
934         - 12  # NDRPDR sel
935         - 13  # NDRPDR sel
936         - 14  # NDRPDR sel
937     dpdk-compare-topologies-cmp:
938       csit-dpdk-perf-verify-1904-2n-skx:
939         - 2   # NDRPDR sel
940         - 3   # NDRPDR sel
941         - 4   # NDRPDR sel
942         - 5   # NDRPDR sel
943         - 7   # NDRPDR sel
944         - 8   # NDRPDR sel
945         - 9   # NDRPDR sel
946         - 10  # NDRPDR sel
947         - 11  # NDRPDR sel
948         - 12  # NDRPDR sel
949     dpdk-compare-topologies:
950       - "dpdk-compare-topologies-ref"
951       - "dpdk-compare-topologies-cmp"
952
953   plot-layouts:
954
955     plot-soak-throughput:
956       titlefont:
957         size: 18
958       xaxis:
959         title: "<b>Test Cases [Index]</b>"
960         titlefont:
961           size: 16
962         autorange: True
963         fixedrange: False
964         gridcolor: "rgb(230, 230, 230)"
965         linecolor: "rgb(220, 220, 220)"
966         linewidth: 1
967         showgrid: True
968         showline: True
969         showticklabels: True
970         tickcolor: "rgb(220, 220, 220)"
971         tickmode: "linear"
972         tickfont:
973           size: 16
974         zeroline: False
975       yaxis:
976         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
977         titlefont:
978           size: 16
979         gridcolor: "rgb(230, 230, 230)"
980         hoverformat: ".4r"
981         tickformat: ".3r"
982         linecolor: "rgb(220, 220, 220)"
983         linewidth: 1
984         showgrid: True
985         showline: True
986         showticklabels: True
987         tickcolor: "rgb(220, 220, 220)"
988         tickfont:
989           size: 16
990         zeroline: False
991         range: [0,50]
992       autosize: False
993       margin:
994         t: 50
995         b: 0
996         l: 80
997         r: 20
998       showlegend: True
999       legend:
1000         orientation: "h"
1001         font:
1002           size: 16
1003       width: 700
1004       height: 900
1005
1006     plot-service-density:
1007       titlefont:
1008         size: 18
1009       xaxis:
1010         side: "top"
1011         autorange: True
1012         fixedrange: False
1013         showgrid: False
1014         showline: False
1015         showticklabels: False
1016         ticks: ""
1017         ticklen: 0
1018         tickwidth: 0
1019         zeroline: False
1020       yaxis:
1021         autorange: "reversed"
1022         showgrid: False
1023         showline: False
1024         showticklabels: False
1025         ticks: ""
1026         ticklen: 0
1027         tickwidth: 0
1028         zeroline: False
1029       autosize: True
1030       showlegend: False
1031       width: 700
1032       height: 700
1033
1034     plot-cps:
1035       titlefont:
1036         size: 18
1037       xaxis:
1038         title: "<b>Test Cases [Index]</b>"
1039         titlefont:
1040           size: 16
1041         autorange: True
1042         fixedrange: False
1043         gridcolor: "rgb(230, 230, 230)"
1044         linecolor: "rgb(220, 220, 220)"
1045         linewidth: 1
1046         showgrid: True
1047         showline: True
1048         showticklabels: True
1049         tickcolor: "rgb(220, 220, 220)"
1050         tickmode: "linear"
1051         tickfont:
1052           size: 16
1053         zeroline: False
1054       yaxis:
1055         title: "<b>Connections Per Second [cps]</b>"
1056         titlefont:
1057           size: 16
1058         gridcolor: "rgb(230, 230, 230)"
1059         hoverformat: ".4s"
1060         linecolor: "rgb(220, 220, 220)"
1061         linewidth: 1
1062         rangemode: "tozero"
1063         showgrid: True
1064         showline: True
1065         showticklabels: True
1066         tickcolor: "rgb(220, 220, 220)"
1067         tickformat: ".3s"
1068         tickfont:
1069           size: 16
1070         zeroline: False
1071       boxmode: "group"
1072       boxgroupgap: 0.5
1073       autosize: False
1074       margin:
1075         t: 50
1076         b: 20
1077         l: 80
1078         r: 20
1079       showlegend: True
1080       legend:
1081         orientation: "h"
1082         font:
1083           size: 16
1084       width: 700
1085       height: 800
1086
1087     plot-rps:
1088       titlefont:
1089         size: 18
1090       xaxis:
1091         title: "<b>Test Cases [Index]</b>"
1092         titlefont:
1093           size: 16
1094         autorange: True
1095         fixedrange: False
1096         gridcolor: "rgb(230, 230, 230)"
1097         linecolor: "rgb(220, 220, 220)"
1098         linewidth: 1
1099         showgrid: True
1100         showline: True
1101         showticklabels: True
1102         tickcolor: "rgb(220, 220, 220)"
1103         tickmode: "linear"
1104         tickfont:
1105           size: 16
1106         zeroline: False
1107       yaxis:
1108         title: "<b>Requests Per Second [rps]</b>"
1109         titlefont:
1110           size: 16
1111         gridcolor: "rgb(230, 230, 230)"
1112         hoverformat: ".4s"
1113         linecolor: "rgb(220, 220, 220)"
1114         linewidth: 1
1115         rangemode: "tozero"
1116         showgrid: True
1117         showline: True
1118         showticklabels: True
1119         tickcolor: "rgb(230, 230, 230)"
1120         tickformat: ".3s"
1121         tickfont:
1122           size: 16
1123         zeroline: False
1124       boxmode: "group"
1125       boxgroupgap: 0.5
1126       autosize: False
1127       margin:
1128         t: 50
1129         b: 20
1130         l: 80
1131         r: 20
1132       showlegend: True
1133       legend:
1134         orientation: "h"
1135         font:
1136           size: 16
1137       width: 700
1138       height: 800
1139
1140     plot-throughput:
1141       titlefont:
1142         size: 18
1143       xaxis:
1144         title: "<b>Test Cases [Index]</b>"
1145         titlefont:
1146           size: 16
1147         autorange: True
1148         fixedrange: False
1149         gridcolor: "rgb(230, 230, 230)"
1150         linecolor: "rgb(220, 220, 220)"
1151         linewidth: 1
1152         showgrid: True
1153         showline: True
1154         showticklabels: True
1155         tickcolor: "rgb(220, 220, 220)"
1156         tickmode: "linear"
1157         tickfont:
1158           size: 16
1159         zeroline: False
1160       yaxis:
1161         title: "<b>Packet Throughput [Mpps]</b>"
1162         titlefont:
1163           size: 16
1164         gridcolor: "rgb(230, 230, 230)"
1165         hoverformat: ".4r"
1166         tickformat: ".3r"
1167         linecolor: "rgb(220, 220, 220)"
1168         linewidth: 1
1169         showgrid: True
1170         showline: True
1171         showticklabels: True
1172         tickcolor: "rgb(220, 220, 220)"
1173         tickfont:
1174           size: 16
1175         zeroline: False
1176         range: [0,50]
1177       boxmode: "group"
1178       boxgroupgap: 0.5
1179       autosize: False
1180       margin:
1181         t: 50
1182         b: 0
1183         l: 80
1184         r: 20
1185       showlegend: True
1186       legend:
1187         orientation: "h"
1188         font:
1189           size: 16
1190       width: 700
1191       height: 900
1192
1193     plot-throughput-speedup-analysis:
1194       titlefont:
1195         size: 18
1196       xaxis:
1197         title: "<b>Number of Cores [Qty]</b>"
1198         titlefont:
1199           size: 16
1200         autorange: True
1201         fixedrange: False
1202         gridcolor: "rgb(230, 230, 230)"
1203         linecolor: "rgb(220, 220, 220)"
1204         linewidth: 1
1205         showgrid: True
1206         showline: True
1207         showticklabels: True
1208         tickcolor: "rgb(238, 238, 238)"
1209         tickmode: "linear"
1210         tickfont:
1211           size: 16
1212         zeroline: False
1213       yaxis:
1214         title: "<b>Packet Throughput [Mpps]</b>"
1215         titlefont:
1216           size: 16
1217         type: "linear"
1218         gridcolor: "rgb(230, 230, 230)"
1219         hoverformat: ".4s"
1220         linecolor: "rgb(220, 220, 220)"
1221         linewidth: 1
1222         showgrid: True
1223         showline: True
1224         showticklabels: True
1225         tickcolor: "rgb(220, 220, 220)"
1226         tickformat: ".4s"
1227         tickfont:
1228           size: 16
1229         zeroline: True
1230         rangemode: "tozero"
1231         range: [0,100]
1232       legend:
1233         orientation: "h"
1234         font:
1235           size: 16
1236         xanchor: "left"
1237         yanchor: "top"
1238         x: 0
1239         y: -0.2
1240         bgcolor: "rgba(255, 255, 255, 0)"
1241         bordercolor: "rgba(255, 255, 255, 0)"
1242         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1243       autosize: False
1244       margin:
1245           't': 50
1246           'b': 150
1247           'l': 85
1248           'r': 10
1249       showlegend: True
1250       width: 700
1251       height: 700
1252       hoverlabel:
1253         namelength: -1
1254       annotations: [
1255         {
1256           text: "_ _          __          ...",
1257           align: "left",
1258           showarrow: False,
1259           xref: "paper",
1260           yref: "paper",
1261           xanchor: "left",
1262           yanchor: "top",
1263           x: 0,
1264           y: -0.13,
1265           font: {
1266             family: "Consolas, Courier New",
1267             size: 15
1268           },
1269         },
1270         {
1271           text: "    Perfect     Measured     Limit",
1272           align: "left",
1273           showarrow: False,
1274           xref: "paper",
1275           yref: "paper",
1276           xanchor: "left",
1277           yanchor: "top",
1278           x: 0,
1279           y: -0.15,
1280           font: {
1281             family: "Consolas, Courier New",
1282             size: 15
1283           },
1284         },
1285       ]
1286
1287     plot-latency:
1288       titlefont:
1289         size: 18
1290       xaxis:
1291         title: "<b>Direction</b>"
1292         titlefont:
1293           size: 16
1294         autorange: True
1295         fixedrange: False
1296         gridcolor: "rgb(230, 230, 230)"
1297         linecolor: "rgb(220, 220, 220)"
1298         linewidth: 1
1299         showgrid: True
1300         showline: True
1301         showticklabels: False
1302         tickcolor: "rgb(220, 220, 220)"
1303         tickmode: "linear"
1304         tickfont:
1305           size: 16
1306         zeroline: False
1307       yaxis:
1308         title: "<b>Packet Latency [uSec]</b>"
1309         titlefont:
1310           size: 16
1311         type: "linear"
1312         gridcolor: "rgb(230, 230, 230)"
1313         hoverformat: ".4s"
1314         linecolor: "rgb(220, 220, 220)"
1315         linewidth: 1
1316         showgrid: True
1317         showline: True
1318         showticklabels: True
1319         tickcolor: "rgb(220, 220, 220)"
1320         tickformat: ".4s"
1321         tickfont:
1322           size: 16
1323         zeroline: True
1324         rangemode: "tozero"
1325       legend:
1326         orientation: "h"
1327         font:
1328           size: 16
1329         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1330       autosize: False
1331       margin:
1332           't': 50
1333           'b': 150
1334           'l': 80
1335           'r': 10
1336       showlegend: True
1337       width: 700
1338       height: 700
1339       hoverlabel:
1340         namelength: -1
1341
1342 - type: "static"
1343   src-path: "{DIR[RST]}"
1344   dst-path: "{DIR[WORKING,SRC]}"
1345
1346 - type: "input"
1347   general:
1348     file-name: "robot-plugin.zip"
1349     file-format: ".zip"
1350     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1351     extract: "robot-plugin/output.xml"
1352
1353   builds:
1354 ##    intel-dnv-vpp-release-1904:
1355 ##      - 1
1356 #
1357 #    intel-dnv-vpp-release-1901:
1358 #      - 1
1359 #
1360 #    intel-dnv-vpp-release-1810:
1361 #      - 1
1362
1363     csit-vpp-perf-verify-1810-3n-hsw:
1364       - 9   # MRR sel
1365       - 8   # NDRPDR sel
1366       - 12  # NDRPDR sel
1367       - 14  # NDRPDR sel
1368       - 18  # NDRPDR sel
1369       - 23  # NDRPDR sel
1370       - 25  # NDRPDR sel
1371       - 38  # NDRPDR sel
1372       - 39  # NDRPDR sel
1373       - 41  # NDRPDR sel
1374       - 42  # NDRPDR sel
1375 #      - 28  # WRK
1376 #      - 29  # WRK
1377 #      - 30  # WRK
1378 #      - 31  # WRK
1379 #      - 32  # WRK
1380 #      - 33  # WRK
1381 #      - 34  # WRK
1382 #      - 35  # WRK
1383 #      - 36  # WRK
1384 #      - 37  # WRK
1385     csit-vpp-perf-verify-1901-3n-hsw:
1386       - 35  # MRR sel
1387       - 10  # NDRPDR sel
1388       - 19  # NDRPDR sel
1389       - 31  # NDRPDR sel
1390       - 36  # NDRPDR sel
1391       - 40  # NDRPDR sel
1392       - 42  # NDRPDR sel
1393       - 44  # NDRPDR sel
1394       - 46  # NDRPDR sel
1395       - 47  # NDRPDR sel
1396       - 48  # NDRPDR sel
1397       - 61  # NDRPDR LB
1398       - 62  # NDRPDR LB
1399       - 63  # NDRPDR LB
1400       - 64  # NDRPDR LB
1401       - 65  # NDRPDR LB
1402       - 66  # NDRPDR LB
1403       - 67  # NDRPDR LB
1404       - 69  # NDRPDR LB
1405       - 70  # NDRPDR LB
1406       - 71  # NDRPDR LB
1407     # TODO: Add 1904 Data
1408     csit-vpp-perf-verify-1904-3n-hsw:
1409       - 9   # MRR sel
1410       - 32  # NDRPDR full
1411       - 33  # NDRPDR full
1412       - 35  # NDRPDR full
1413       - 36  # NDRPDR full
1414       - 37  # NDRPDR full
1415       - 38  # NDRPDR full
1416       - 40  # NDRPDR full
1417       - 45  # NDRPDR full
1418       - 46  # NDRPDR full
1419       - 48  # NDRPDR full
1420       - 49  # NDRPDR full
1421       - 11  # NDRPDR sel
1422       - 12  # NDRPDR sel
1423       - 20  # NDRPDR sel
1424       - 21  # NDRPDR sel
1425       - 23  # NDRPDR sel
1426       - 24  # NDRPDR sel
1427       - 25  # NDRPDR sel
1428       - 26  # NDRPDR sel
1429       - 29  # NDRPDR sel
1430       - 30  # NDRPDR sel
1431
1432     csit-vpp-perf-verify-1810-3n-skx:
1433       - 9   # MRR sel
1434       - 11  # MRR sel
1435       - 12  # MRR sel
1436       - 13  # MRR sel
1437       - 10  # NDRPDR sel
1438       - 14  # NDRPDR sel
1439       - 15  # NDRPDR sel
1440       - 16  # NDRPDR sel
1441       - 17  # NDRPDR sel
1442       - 19  # NDRPDR sel
1443       - 20  # NDRPDR sel
1444       - 21  # NDRPDR sel
1445       - 22  # NDRPDR sel
1446       - 25  # NDRPDR sel
1447     csit-vpp-perf-verify-1901-3n-skx:
1448       - 32  # MRR sel
1449       - 18  # NDRPDR sel
1450       - 19  # NDRPDR sel
1451       - 20  # NDRPDR sel
1452       - 28  # NDRPDR sel
1453       - 31  # NDRPDR sel
1454       - 33  # NDRPDR sel
1455       - 36  # NDRPDR sel
1456       - 38  # NDRPDR sel
1457       - 47  # NDRPDR sel
1458       - 48  # NDRPDR sel
1459       - 54  # NDRPDR LB
1460       - 57  # NDRPDR LB
1461       - 58  # NDRPDR LB
1462       - 59  # NDRPDR LB
1463       - 60  # NDRPDR LB
1464       - 63  # NDRPDR LB
1465       - 64  # NDRPDR LB
1466       - 65  # NDRPDR LB
1467       - 66  # NDRPDR LB
1468       - 67  # NDRPDR LB
1469     csit-vpp-perf-verify-1904-3n-skx:
1470       - 7   # MRR sel
1471       - 26  # NDRPDR full
1472       - 27  # NDRPDR full
1473       - 30  # NDRPDR full
1474       - 31  # NDRPDR full
1475       - 8   # NDRPDR sel
1476       - 9   # NDRPDR sel
1477       - 10  # NDRPDR sel
1478       - 11  # NDRPDR sel
1479       - 12  # NDRPDR sel
1480       - 14  # NDRPDR sel
1481       - 16  # NDRPDR sel
1482       - 21  # NDRPDR sel
1483       - 23  # NDRPDR sel
1484       - 25  # NDRPDR sel
1485
1486     csit-vpp-perf-verify-1810-2n-skx:
1487       - 8   # MRR sel
1488       - 10  # MRR sel
1489       - 11  # MRR sel
1490       - 12  # MRR sel
1491       - 9   # NDRPDR sel
1492       - 13  # NDRPDR sel
1493       - 14  # NDRPDR sel
1494       - 19  # NDRPDR sel
1495       - 20  # NDRPDR sel
1496       - 21  # NDRPDR sel
1497       - 22  # NDRPDR sel
1498       - 23  # NDRPDR sel
1499       - 24  # NDRPDR sel
1500       - 27  # NDRPDR sel
1501     csit-vpp-perf-verify-1901-2n-skx:
1502       - 22  # MRR sel
1503       - 5   # NDRPDR sel
1504       - 12  # NDRPDR sel
1505       - 13  # NDRPDR sel
1506       - 21  # NDRPDR sel
1507       - 23  # NDRPDR sel
1508       - 31  # NDRPDR sel
1509       - 34  # NDRPDR sel
1510       - 40  # NDRPDR sel
1511       - 42  # NDRPDR sel
1512       - 43  # NDRPDR sel
1513     csit-vpp-perf-verify-1904-2n-skx:
1514       - 11  # MRR sel
1515       - 33  # NDRPDR full
1516       - 39  # NDRPDR full
1517       - 58  # NDRPDR full
1518       - 62  # NDRPDR full
1519       - 12  # NDRPDR sel
1520       - 14  # NDRPDR sel
1521       - 16  # NDRPDR sel
1522       - 17  # NDRPDR sel
1523       - 18  # NDRPDR sel
1524       - 21  # NDRPDR sel
1525       - 27  # NDRPDR sel
1526       - 30  # NDRPDR sel
1527       - 31  # NDRPDR sel
1528       - 32  # NDRPDR sel
1529       - 40  # NFV MRR 64b
1530       - 41  # NFV MRR 64b
1531       - 42  # NFV MRR 64b
1532       - 47  # NFV MRR 64b
1533       - 48  # NFV MRR 64b
1534       - 49  # NFV MRR IMIX
1535       - 50  # NFV MRR IMIX
1536       - 51  # NFV MRR IMIX
1537       - 54  # NFV MRR IMIX
1538       - 55  # NFV MRR IMIX
1539       - 56  # NFV NDRPDR 64b
1540       - 59  # NFV NDRPDR 64b
1541       - 60  # NFV NDRPDR 64b
1542       - 65  # NFV NDRPDR 64b
1543       - 68  # NFV NDRPDR 64b
1544       - 66  # NFV NDRPDR IMIX
1545       - 67  # NFV NDRPDR IMIX
1546       - 69  # NFV NDRPDR IMIX
1547       - 82  # NFV NDRPDR IMIX
1548       - 83  # NFV NDRPDR IMIX
1549       - 80  # NFV MRR NDRPDR 64b IMIX
1550       - 81  # NFV MRR NDRPDR 64b IMIX
1551       - 84  # NFV MRR NDRPDR 64b IMIX
1552       - 85  # NFV MRR NDRPDR 64b IMIX
1553       - 86  # NFV MRR NDRPDR 64b IMIX
1554       - 70  # soak
1555       - 71  # soak
1556
1557 #    csit-ligato-perf-verify-1901-3n-hsw:
1558 #      - 10  # NDRPDR full
1559 #      - 8   # NDRPDR sel
1560 #      - 9   # NDRPDR sel
1561 #      - 11  # NDRPDR sel
1562 #      - 12  # NDRPDR sel
1563 #      - 13  # NDRPDR sel
1564 #      - 14  # NDRPDR sel
1565 #      - 15  # NDRPDR sel
1566 #      - 16  # NDRPDR sel
1567 #      - 17  # NDRPDR sel
1568 #      - 18  # NDRPDR sel
1569 ##    csit-ligato-perf-verify-1904-3n-hsw:
1570 ##      -
1571
1572     csit-dpdk-perf-verify-1810-3n-hsw:
1573       - 1   # NDRPDR sel
1574       - 2   # NDRPDR sel
1575       - 3   # NDRPDR sel
1576       - 4   # NDRPDR sel
1577       - 5   # NDRPDR sel
1578       - 6   # NDRPDR sel
1579       - 7   # NDRPDR sel
1580       - 8   # NDRPDR sel
1581       - 9   # NDRPDR sel
1582       - 10  # NDRPDR sel
1583     csit-dpdk-perf-verify-1901-3n-hsw:
1584       - 13  # NDRPDR sel
1585       - 14  # NDRPDR sel
1586       - 16  # NDRPDR sel
1587       - 17  # NDRPDR sel
1588       - 18  # NDRPDR sel
1589       - 19  # NDRPDR sel
1590       - 20  # NDRPDR sel
1591       - 21  # NDRPDR sel
1592       - 22  # NDRPDR sel
1593       - 23  # NDRPDR sel
1594     csit-dpdk-perf-verify-1904-3n-hsw:
1595       - 2   # NDRPDR sel
1596       - 3   # NDRPDR sel
1597       - 5   # NDRPDR sel
1598       - 6   # NDRPDR sel
1599       - 13  # NDRPDR sel
1600       - 14  # NDRPDR sel
1601       - 15  # NDRPDR sel
1602       - 18  # NDRPDR sel
1603       - 19  # NDRPDR sel
1604       - 20  # NDRPDR sel
1605
1606     csit-dpdk-perf-verify-1810-3n-skx:
1607       - 3   # NDRPDR sel
1608       - 4   # NDRPDR sel
1609       - 6   # NDRPDR sel
1610       - 7   # NDRPDR sel
1611       - 8   # NDRPDR sel
1612       - 9   # NDRPDR sel
1613       - 10  # NDRPDR sel
1614       - 11  # NDRPDR sel
1615       - 12  # NDRPDR sel
1616       - 13  # NDRPDR sel
1617     csit-dpdk-perf-verify-1901-3n-skx:
1618       - 3   # NDRPDR sel
1619       - 5   # NDRPDR sel
1620       - 6   # NDRPDR sel
1621       - 7   # NDRPDR sel
1622       - 8   # NDRPDR sel
1623       - 9   # NDRPDR sel
1624       - 10  # NDRPDR sel
1625       - 11  # NDRPDR sel
1626       - 12  # NDRPDR sel
1627       - 13  # NDRPDR sel
1628     csit-dpdk-perf-verify-1904-3n-skx:
1629       - 2   # NDRPDR sel
1630       - 3   # NDRPDR sel
1631       - 4   # NDRPDR sel
1632       - 5   # NDRPDR sel
1633       - 6   # NDRPDR sel
1634       - 7   # NDRPDR sel
1635       - 11  # NDRPDR sel
1636       - 12  # NDRPDR sel
1637       - 13  # NDRPDR sel
1638       - 14  # NDRPDR sel
1639
1640     csit-dpdk-perf-verify-1810-2n-skx:
1641       - 3   # NDRPDR sel
1642       - 4   # NDRPDR sel
1643       - 5   # NDRPDR sel
1644       - 7   # NDRPDR sel
1645       - 8   # NDRPDR sel
1646       - 9   # NDRPDR sel
1647       - 10  # NDRPDR sel
1648       - 11  # NDRPDR sel
1649       - 12  # NDRPDR sel
1650       - 13  # NDRPDR sel
1651     csit-dpdk-perf-verify-1901-2n-skx:
1652       - 12  # NDRPDR sel
1653       - 13  # NDRPDR sel
1654       - 14  # NDRPDR sel
1655       - 15  # NDRPDR sel
1656       - 16  # NDRPDR sel
1657       - 17  # NDRPDR sel
1658       - 18  # NDRPDR sel
1659       - 19  # NDRPDR sel
1660       - 20  # NDRPDR sel
1661       - 21  # NDRPDR sel
1662     csit-dpdk-perf-verify-1904-2n-skx:
1663       - 2   # NDRPDR sel
1664       - 3   # NDRPDR sel
1665       - 4   # NDRPDR sel
1666       - 5   # NDRPDR sel
1667       - 7   # NDRPDR sel
1668       - 8   # NDRPDR sel
1669       - 9   # NDRPDR sel
1670       - 10  # NDRPDR sel
1671       - 11  # NDRPDR sel
1672       - 12  # NDRPDR sel
1673
1674     csit-vpp-functional-1904-ubuntu1604-virl:
1675       - 33
1676     csit-vpp-functional-1904-centos7-virl:
1677       - 32
1678     csit-vpp-device-1904-ubuntu1804-1n-skx:
1679       - 32
1680 #    # Not used
1681 #    csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1682 #      - 1
1683     csit-dmm-functional-1904-ubuntu1604-virl:
1684       - 1
1685     csit-hc2vpp-verify-func-1904-ubuntu1604:
1686       - 4
1687
1688 - type: "output"
1689   output: "report"
1690   format:
1691     html:
1692     - full
1693     pdf:
1694     - minimal
1695
1696 ################################################################################
1697 ###                               T A B L E S                                ###
1698 ################################################################################
1699
1700 # VPP Soak vs NDR
1701 - type: "table"
1702   title: "VPP Soak vs NDR 2n-skx"
1703   algorithm: "table_soak_vs_ndr"
1704   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
1705   reference:
1706     title: "NDR"
1707     data: "vpp-soak-vs-ndr-2n-skx-ref"
1708   compare:
1709     title: "Soak"
1710     data: "vpp-soak-vs-ndr-2n-skx-cmp"
1711   data: "vpp-soak-vs-ndr-2n-skx"
1712   include-tests: "NDR"
1713   filter: "('NDRPDR' or 'SOAK')"
1714   parameters:
1715     - "throughput"
1716     - "name"
1717     - "parent"
1718
1719 ################################################################################
1720
1721 # VPP Compare NICs 3n-hsw 1t1c ndr
1722 - type: "table"
1723   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1724   algorithm: "table_nics_comparison"
1725   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1726   reference:
1727     title: "Intel-x520"
1728     nic: "NIC_Intel-X520-DA2"
1729   compare:
1730     title: "Intel-x710"
1731     nic: "NIC_Intel-X710"
1732   data: "vpp-nic-comparison-3n-hsw"
1733   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1734   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1735   parameters:
1736   - "name"
1737   - "parent"
1738   - "throughput"
1739   - "tags"
1740
1741 # VPP Compare NICs 3n-hsw 2t2c ndr
1742 - type: "table"
1743   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1744   algorithm: "table_nics_comparison"
1745   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1746   reference:
1747     title: "Intel-x520"
1748     nic: "NIC_Intel-X520-DA2"
1749   compare:
1750     title: "Intel-x710"
1751     nic: "NIC_Intel-X710"
1752   data: "vpp-nic-comparison-3n-hsw"
1753   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1754   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1755   parameters:
1756   - "name"
1757   - "parent"
1758   - "throughput"
1759   - "tags"
1760
1761 # VPP Compare NICs 3n-hsw 1t1c pdr
1762 - type: "table"
1763   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1764   algorithm: "table_nics_comparison"
1765   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1766   reference:
1767     title: "Intel-x520"
1768     nic: "NIC_Intel-X520-DA2"
1769   compare:
1770     title: "Intel-x710"
1771     nic: "NIC_Intel-X710"
1772   data: "vpp-nic-comparison-3n-hsw"
1773   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1774   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1775   parameters:
1776   - "name"
1777   - "parent"
1778   - "throughput"
1779   - "tags"
1780
1781 # VPP Compare NICs 3n-hsw 2t2c pdr
1782 - type: "table"
1783   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1784   algorithm: "table_nics_comparison"
1785   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1786   reference:
1787     title: "Intel-x520"
1788     nic: "NIC_Intel-X520-DA2"
1789   compare:
1790     title: "Intel-x710"
1791     nic: "NIC_Intel-X710"
1792   data: "vpp-nic-comparison-3n-hsw"
1793   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1794   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1795   parameters:
1796   - "name"
1797   - "parent"
1798   - "throughput"
1799   - "tags"
1800
1801 # VPP Compare NICs 3n-hsw 1t1c mrr
1802 - type: "table"
1803   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1804   algorithm: "table_nics_comparison"
1805   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1806   reference:
1807     title: "Intel-x520"
1808     nic: "NIC_Intel-X520-DA2"
1809   compare:
1810     title: "Intel-x710"
1811     nic: "NIC_Intel-X710"
1812   data: "vpp-nic-comparison-3n-hsw-mrr"
1813   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1814   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1815   parameters:
1816   - "name"
1817   - "parent"
1818   - "result"
1819   - "tags"
1820
1821 # VPP Compare NICs 3n-hsw 2t2c mrr
1822 - type: "table"
1823   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1824   algorithm: "table_nics_comparison"
1825   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1826   reference:
1827     title: "Intel-x520"
1828     nic: "NIC_Intel-X520-DA2"
1829   compare:
1830     title: "Intel-x710"
1831     nic: "NIC_Intel-X710"
1832   data: "vpp-nic-comparison-3n-hsw-mrr"
1833   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1834   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1835   parameters:
1836   - "name"
1837   - "parent"
1838   - "result"
1839   - "tags"
1840
1841 # VPP Compare NICs 3n-hsw 4t4c mrr
1842 - type: "table"
1843   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1844   algorithm: "table_nics_comparison"
1845   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1846   reference:
1847     title: "Intel-x520"
1848     nic: "NIC_Intel-X520-DA2"
1849   compare:
1850     title: "Intel-x710"
1851     nic: "NIC_Intel-X710"
1852   data: "vpp-nic-comparison-3n-hsw-mrr"
1853   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1854   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1855   parameters:
1856   - "name"
1857   - "parent"
1858   - "result"
1859   - "tags"
1860
1861 # VPP Compare NICs 3n-skx 2t1c ndr
1862 - type: "table"
1863   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1864   algorithm: "table_nics_comparison"
1865   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1866   reference:
1867     title: "Intel-x710"
1868     nic: "NIC_Intel-X710"
1869   compare:
1870     title: "Intel-xxv710"
1871     nic: "NIC_Intel-XXV710"
1872   data: "vpp-nic-comparison-3n-skx"
1873   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1874   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1875   parameters:
1876   - "name"
1877   - "parent"
1878   - "throughput"
1879   - "tags"
1880
1881 # VPP Compare NICs 3n-skx 4t2c ndr
1882 - type: "table"
1883   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1884   algorithm: "table_nics_comparison"
1885   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1886   reference:
1887     title: "Intel-x710"
1888     nic: "NIC_Intel-X710"
1889   compare:
1890     title: "Intel-xxv710"
1891     nic: "NIC_Intel-XXV710"
1892   data: "vpp-nic-comparison-3n-skx"
1893   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1894   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1895   parameters:
1896   - "name"
1897   - "parent"
1898   - "throughput"
1899   - "tags"
1900
1901 # VPP Compare NICs 3n-skx 2t1c pdr
1902 - type: "table"
1903   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1904   algorithm: "table_nics_comparison"
1905   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1906   reference:
1907     title: "Intel-x710"
1908     nic: "NIC_Intel-X710"
1909   compare:
1910     title: "Intel-xxv710"
1911     nic: "NIC_Intel-XXV710"
1912   data: "vpp-nic-comparison-3n-skx"
1913   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1914   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1915   parameters:
1916   - "name"
1917   - "parent"
1918   - "throughput"
1919   - "tags"
1920
1921  # VPP Compare NICs 3n-skx 4t2c pdr
1922 - type: "table"
1923   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1924   algorithm: "table_nics_comparison"
1925   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1926   reference:
1927     title: "Intel-x710"
1928     nic: "NIC_Intel-X710"
1929   compare:
1930     title: "Intel-xxv710"
1931     nic: "NIC_Intel-XXV710"
1932   data: "vpp-nic-comparison-3n-skx"
1933   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1934   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1935   parameters:
1936   - "name"
1937   - "parent"
1938   - "throughput"
1939   - "tags"
1940
1941 # VPP Compare NICs 3n-skx 2t1c mrr
1942 - type: "table"
1943   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1944   algorithm: "table_nics_comparison"
1945   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1946   reference:
1947     title: "Intel-x710"
1948     nic: "NIC_Intel-X710"
1949   compare:
1950     title: "Intel-xxv710"
1951     nic: "NIC_Intel-XXV710"
1952   data: "vpp-nic-comparison-3n-skx-mrr"
1953   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1954   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1955   parameters:
1956   - "name"
1957   - "parent"
1958   - "result"
1959   - "tags"
1960
1961 # VPP Compare NICs 3n-skx 4t2c mrr
1962 - type: "table"
1963   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1964   algorithm: "table_nics_comparison"
1965   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1966   reference:
1967     title: "Intel-x710"
1968     nic: "NIC_Intel-X710"
1969   compare:
1970     title: "Intel-xxv710"
1971     nic: "NIC_Intel-XXV710"
1972   data: "vpp-nic-comparison-3n-skx-mrr"
1973   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1974   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1975   parameters:
1976   - "name"
1977   - "parent"
1978   - "result"
1979   - "tags"
1980
1981  # VPP Compare NICs 3n-skx 8t4c mrr
1982 - type: "table"
1983   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1984   algorithm: "table_nics_comparison"
1985   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1986   reference:
1987     title: "Intel-x710"
1988     nic: "NIC_Intel-X710"
1989   compare:
1990     title: "Intel-xxv710"
1991     nic: "NIC_Intel-XXV710"
1992   data: "vpp-nic-comparison-3n-skx-mrr"
1993   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1994   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1995   parameters:
1996   - "name"
1997   - "parent"
1998   - "result"
1999   - "tags"
2000
2001 # VPP Compare NICs 2n-skx 2t1c ndr
2002 - type: "table"
2003   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2004   algorithm: "table_nics_comparison"
2005   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2006   reference:
2007     title: "Intel-x710"
2008     nic: "NIC_Intel-X710"
2009   compare:
2010     title: "Intel-xxv710"
2011     nic: "NIC_Intel-XXV710"
2012   data: "vpp-nic-comparison-2n-skx"
2013   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2014   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2015   parameters:
2016   - "name"
2017   - "parent"
2018   - "throughput"
2019   - "tags"
2020
2021 # VPP Compare NICs 2n-skx 4t2c ndr
2022 - type: "table"
2023   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2024   algorithm: "table_nics_comparison"
2025   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2026   reference:
2027     title: "Intel-x710"
2028     nic: "NIC_Intel-X710"
2029   compare:
2030     title: "Intel-xxv710"
2031     nic: "NIC_Intel-XXV710"
2032   data: "vpp-nic-comparison-2n-skx"
2033   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2034   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2035   parameters:
2036   - "name"
2037   - "parent"
2038   - "throughput"
2039   - "tags"
2040
2041  # VPP Compare NICs 2n-skx 2t1c pdr
2042 - type: "table"
2043   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2044   algorithm: "table_nics_comparison"
2045   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2046   reference:
2047     title: "Intel-x710"
2048     nic: "NIC_Intel-X710"
2049   compare:
2050     title: "Intel-xxv710"
2051     nic: "NIC_Intel-XXV710"
2052   data: "vpp-nic-comparison-2n-skx"
2053   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2054   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2055   parameters:
2056   - "name"
2057   - "parent"
2058   - "throughput"
2059   - "tags"
2060
2061 # VPP Compare NICs 2n-skx 4t2c pdr
2062 - type: "table"
2063   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2064   algorithm: "table_nics_comparison"
2065   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2066   reference:
2067     title: "Intel-x710"
2068     nic: "NIC_Intel-X710"
2069   compare:
2070     title: "Intel-xxv710"
2071     nic: "NIC_Intel-XXV710"
2072   data: "vpp-nic-comparison-2n-skx"
2073   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2074   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2075   parameters:
2076   - "name"
2077   - "parent"
2078   - "throughput"
2079   - "tags"
2080
2081 # VPP Compare NICs 2n-skx 2t1c mrr
2082 - type: "table"
2083   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2084   algorithm: "table_nics_comparison"
2085   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2086   reference:
2087     title: "Intel-x710"
2088     nic: "NIC_Intel-X710"
2089   compare:
2090     title: "Intel-xxv710"
2091     nic: "NIC_Intel-XXV710"
2092   data: "vpp-nic-comparison-2n-skx-mrr"
2093   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2094   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2095   parameters:
2096   - "name"
2097   - "parent"
2098   - "result"
2099   - "tags"
2100
2101 # VPP Compare NICs 2n-skx 4t2c mrr
2102 - type: "table"
2103   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2104   algorithm: "table_nics_comparison"
2105   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2106   reference:
2107     title: "Intel-x710"
2108     nic: "NIC_Intel-X710"
2109   compare:
2110     title: "Intel-xxv710"
2111     nic: "NIC_Intel-XXV710"
2112   data: "vpp-nic-comparison-2n-skx-mrr"
2113   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2114   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2115   parameters:
2116   - "name"
2117   - "parent"
2118   - "result"
2119   - "tags"
2120
2121 # VPP Compare NICs 2n-skx 8t4c mrr
2122 - type: "table"
2123   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2124   algorithm: "table_nics_comparison"
2125   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2126   reference:
2127     title: "Intel-x710"
2128     nic: "NIC_Intel-X710"
2129   compare:
2130     title: "Intel-xxv710"
2131     nic: "NIC_Intel-XXV710"
2132   data: "vpp-nic-comparison-2n-skx-mrr"
2133   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2134   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2135   parameters:
2136   - "name"
2137   - "parent"
2138   - "result"
2139   - "tags"
2140
2141 ################################################################################
2142 # VPP
2143
2144 ## VPP Performance Changes 2n-dnv 1t1c pdr
2145 #- type: "table"
2146 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2147 #  algorithm: "table_performance_comparison"
2148 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2149 #  history:
2150 #    - title: "rls1810"
2151 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2152 #  reference:
2153 #    title: "rls1901"
2154 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2155 #  compare:
2156 #    title: "rls1904"
2157 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2158 #  data: "intel-dnv-vpp-changes-2n-dnv"
2159 #  include-tests: "PDR"
2160 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2161 #  parameters:
2162 #  - "name"
2163 #  - "parent"
2164 #  - "throughput"
2165 #
2166 ## VPP Performance Changes 2n-dnv 2t2c pdr
2167 #- type: "table"
2168 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2169 #  algorithm: "table_performance_comparison"
2170 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2171 #  history:
2172 #    - title: "rls1810"
2173 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2174 #  reference:
2175 #    title: "rls1901"
2176 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2177 #  compare:
2178 #    title: "rls1904"
2179 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2180 #  data: "intel-dnv-vpp-changes-2n-dnv"
2181 #  include-tests: "PDR"
2182 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2183 #  parameters:
2184 #  - "name"
2185 #  - "parent"
2186 #  - "throughput"
2187 #
2188 ## VPP Performance Changes 2n-dnv 1t1c ndr
2189 #- type: "table"
2190 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2191 #  algorithm: "table_performance_comparison"
2192 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2193 #  history:
2194 #    - title: "rls1810"
2195 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2196 #  reference:
2197 #    title: "rls1901"
2198 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2199 #  compare:
2200 #    title: "rls1904"
2201 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2202 #  data: "intel-dnv-vpp-changes-2n-dnv"
2203 #  include-tests: "NDR"
2204 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2205 #  parameters:
2206 #  - "name"
2207 #  - "parent"
2208 #  - "throughput"
2209 #
2210 ## VPP Performance Changes 2n-dnv 2t2c ndr
2211 #- type: "table"
2212 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2213 #  algorithm: "table_performance_comparison"
2214 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2215 #  history:
2216 #    - title: "rls1810"
2217 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2218 #  reference:
2219 #    title: "rls1901"
2220 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2221 #  compare:
2222 #    title: "rls1904"
2223 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2224 #  data: "intel-dnv-vpp-changes-2n-dnv"
2225 #  include-tests: "NDR"
2226 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2227 #  parameters:
2228 #  - "name"
2229 #  - "parent"
2230 #  - "throughput"
2231 #
2232 ## VPP Performance Changes 2n-dnv 1t1c MRR
2233 #- type: "table"
2234 #  title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2235 #  algorithm: "table_performance_comparison"
2236 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2237 #  history:
2238 #    - title: "rls1810"
2239 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2240 #  reference:
2241 #    title: "rls1901"
2242 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2243 #  compare:
2244 #    title: "rls1904"
2245 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2246 #  data: "intel-dnv-vpp-changes-2n-dnv"
2247 #  include-tests: "MRR"
2248 #  filter: "'1T1C' and 'MRR'"
2249 #  parameters:
2250 #  - "name"
2251 #  - "parent"
2252 #  - "result"
2253 #
2254 ## VPP Performance Changes 2n-dnv 2t2c MRR
2255 #- type: "table"
2256 #  title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2257 #  algorithm: "table_performance_comparison"
2258 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2259 #  history:
2260 #    - title: "rls1810"
2261 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2262 #  reference:
2263 #    title: "rls1901"
2264 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2265 #  compare:
2266 #    title: "rls1904"
2267 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2268 #  data: "intel-dnv-vpp-changes-2n-dnv"
2269 #  include-tests: "MRR"
2270 #  filter: "'2T2C' and 'MRR'"
2271 #  parameters:
2272 #  - "name"
2273 #  - "parent"
2274 #  - "result"
2275 #
2276 ## VPP Performance Changes 2n-dnv 4t4c MRR
2277 #- type: "table"
2278 #  title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2279 #  algorithm: "table_performance_comparison"
2280 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2281 #  history:
2282 #    - title: "rls1810"
2283 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2284 #  reference:
2285 #    title: "rls1901"
2286 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2287 #  compare:
2288 #    title: "rls1904"
2289 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2290 #  data: "intel-dnv-vpp-changes-2n-dnv"
2291 #  include-tests: "MRR"
2292 #  filter: "'4T4C' and 'MRR'"
2293 #  parameters:
2294 #  - "name"
2295 #  - "parent"
2296 #  - "result"
2297
2298 # VPP Performance Changes 3n-hsw 1t1c pdr
2299 - type: "table"
2300   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2301   algorithm: "table_performance_comparison"
2302   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2303   history:
2304     - title: "rls1810"
2305       data: "vpp-performance-changes-3n-hsw-h1"
2306   reference:
2307     title: "rls1901"
2308     data: "vpp-performance-changes-3n-hsw-ref"
2309   compare:
2310     title: "rls1904"
2311     data: "vpp-performance-changes-3n-hsw-cmp"
2312   data: "vpp-performance-changes-3n-hsw"
2313   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2314   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2315   parameters:
2316   - "name"
2317   - "parent"
2318   - "throughput"
2319
2320 # VPP Performance Changes 3n-hsw 2t2c pdr
2321 - type: "table"
2322   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2323   algorithm: "table_performance_comparison"
2324   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2325   history:
2326     - title: "rls1810"
2327       data: "vpp-performance-changes-3n-hsw-h1"
2328   reference:
2329     title: "rls1901"
2330     data: "vpp-performance-changes-3n-hsw-ref"
2331   compare:
2332     title: "rls1904"
2333     data: "vpp-performance-changes-3n-hsw-cmp"
2334   data: "vpp-performance-changes-3n-hsw"
2335   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2336   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2337   parameters:
2338   - "name"
2339   - "parent"
2340   - "throughput"
2341
2342 # VPP Performance Changes 3n-hsw 1t1c ndr
2343 - type: "table"
2344   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2345   algorithm: "table_performance_comparison"
2346   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2347   history:
2348     - title: "rls1810"
2349       data: "vpp-performance-changes-3n-hsw-h1"
2350   reference:
2351     title: "rls1901"
2352     data: "vpp-performance-changes-3n-hsw-ref"
2353   compare:
2354     title: "rls1904"
2355     data: "vpp-performance-changes-3n-hsw-cmp"
2356   data: "vpp-performance-changes-3n-hsw"
2357   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2358   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2359   parameters:
2360   - "name"
2361   - "parent"
2362   - "throughput"
2363
2364 # VPP Performance Changes 3n-hsw 2t2c ndr
2365 - type: "table"
2366   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2367   algorithm: "table_performance_comparison"
2368   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2369   history:
2370     - title: "rls1810"
2371       data: "vpp-performance-changes-3n-hsw-h1"
2372   reference:
2373     title: "rls1901"
2374     data: "vpp-performance-changes-3n-hsw-ref"
2375   compare:
2376     title: "rls1904"
2377     data: "vpp-performance-changes-3n-hsw-cmp"
2378   data: "vpp-performance-changes-3n-hsw"
2379   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2380   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2381   parameters:
2382   - "name"
2383   - "parent"
2384   - "throughput"
2385
2386 # VPP Performance Changes 3n-skx 2t1c pdr
2387 - type: "table"
2388   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2389   algorithm: "table_performance_comparison"
2390   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2391   history:
2392     - title: "rls1810"
2393       data: "vpp-performance-changes-3n-skx-h1"
2394   reference:
2395     title: "rls1901"
2396     data: "vpp-performance-changes-3n-skx-ref"
2397   compare:
2398     title: "rls1904"
2399     data: "vpp-performance-changes-3n-skx-cmp"
2400   data: "vpp-performance-changes-3n-skx"
2401   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2402   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2403   parameters:
2404   - "name"
2405   - "parent"
2406   - "throughput"
2407
2408 # VPP Performance Changes 3n-skx 4t2c pdr
2409 - type: "table"
2410   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2411   algorithm: "table_performance_comparison"
2412   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2413   history:
2414     - title: "rls1810"
2415       data: "vpp-performance-changes-3n-skx-h1"
2416   reference:
2417     title: "rls1901"
2418     data: "vpp-performance-changes-3n-skx-ref"
2419   compare:
2420     title: "rls1904"
2421     data: "vpp-performance-changes-3n-skx-cmp"
2422   data: "vpp-performance-changes-3n-skx"
2423   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2424   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2425   parameters:
2426   - "name"
2427   - "parent"
2428   - "throughput"
2429
2430 # VPP Performance Changes 3n-skx 2t1c ndr
2431 - type: "table"
2432   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2433   algorithm: "table_performance_comparison"
2434   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2435   history:
2436     - title: "rls1810"
2437       data: "vpp-performance-changes-3n-skx-h1"
2438   reference:
2439     title: "rls1901"
2440     data: "vpp-performance-changes-3n-skx-ref"
2441   compare:
2442     title: "rls1904"
2443     data: "vpp-performance-changes-3n-skx-cmp"
2444   data: "vpp-performance-changes-3n-skx"
2445   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2446   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2447   parameters:
2448   - "name"
2449   - "parent"
2450   - "throughput"
2451
2452 # VPP Performance Changes 3n-skx 4t2c ndr
2453 - type: "table"
2454   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2455   algorithm: "table_performance_comparison"
2456   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2457   history:
2458     - title: "rls1810"
2459       data: "vpp-performance-changes-3n-skx-h1"
2460   reference:
2461     title: "rls1901"
2462     data: "vpp-performance-changes-3n-skx-ref"
2463   compare:
2464     title: "rls1904"
2465     data: "vpp-performance-changes-3n-skx-cmp"
2466   data: "vpp-performance-changes-3n-skx"
2467   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2468   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2469   parameters:
2470   - "name"
2471   - "parent"
2472   - "throughput"
2473
2474 # VPP Performance Changes 2n-skx 2t1c pdr
2475 - type: "table"
2476   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2477   algorithm: "table_performance_comparison"
2478   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2479   history:
2480     - title: "rls1810"
2481       data: "vpp-performance-changes-2n-skx-h1"
2482   reference:
2483     title: "rls1901"
2484     data: "vpp-performance-changes-2n-skx-ref"
2485   compare:
2486     title: "rls1904"
2487     data: "vpp-performance-changes-2n-skx-cmp"
2488   data: "vpp-performance-changes-2n-skx"
2489   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2490   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2491   parameters:
2492   - "name"
2493   - "parent"
2494   - "throughput"
2495
2496 # VPP Performance Changes 2n-skx 4t2c pdr
2497 - type: "table"
2498   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2499   algorithm: "table_performance_comparison"
2500   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2501   history:
2502     - title: "rls1810"
2503       data: "vpp-performance-changes-2n-skx-h1"
2504   reference:
2505     title: "rls1901"
2506     data: "vpp-performance-changes-2n-skx-ref"
2507   compare:
2508     title: "rls1904"
2509     data: "vpp-performance-changes-2n-skx-cmp"
2510   data: "vpp-performance-changes-2n-skx"
2511   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2512   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2513   parameters:
2514   - "name"
2515   - "parent"
2516   - "throughput"
2517
2518 # VPP Performance Changes 2n-skx 2t1c ndr
2519 - type: "table"
2520   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2521   algorithm: "table_performance_comparison"
2522   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2523   history:
2524     - title: "rls1810"
2525       data: "vpp-performance-changes-2n-skx-h1"
2526   reference:
2527     title: "rls1901"
2528     data: "vpp-performance-changes-2n-skx-ref"
2529   compare:
2530     title: "rls1904"
2531     data: "vpp-performance-changes-2n-skx-cmp"
2532   data: "vpp-performance-changes-2n-skx"
2533   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2534   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2535   parameters:
2536   - "name"
2537   - "parent"
2538   - "throughput"
2539
2540 # VPP Performance Changes 2n-skx 4t2c ndr
2541 - type: "table"
2542   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2543   algorithm: "table_performance_comparison"
2544   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2545   history:
2546     - title: "rls1810"
2547       data: "vpp-performance-changes-2n-skx-h1"
2548   reference:
2549     title: "rls1901"
2550     data: "vpp-performance-changes-2n-skx-ref"
2551   compare:
2552     title: "rls1904"
2553     data: "vpp-performance-changes-2n-skx-cmp"
2554   data: "vpp-performance-changes-2n-skx"
2555   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2556   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2557   parameters:
2558   - "name"
2559   - "parent"
2560   - "throughput"
2561
2562 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2563 - type: "table"
2564   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2565   algorithm: "table_performance_comparison"
2566   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2567   reference:
2568     title: "3-Node Hsw"
2569     data: "vpp-compare-testbeds-ref"
2570   compare:
2571     title: "3-Node Skx"
2572     data: "vpp-compare-testbeds-cmp"
2573   data: "vpp-compare-testbeds"
2574   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2575   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2576   parameters:
2577   - "name"
2578   - "parent"
2579   - "throughput"
2580
2581 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2582 - type: "table"
2583   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2584   algorithm: "table_performance_comparison"
2585   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2586   reference:
2587     title: "3-Node Hsw"
2588     data: "vpp-compare-testbeds-ref"
2589   compare:
2590     title: "3-Node Skx"
2591     data: "vpp-compare-testbeds-cmp"
2592   data: "vpp-compare-testbeds"
2593   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2594   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2595   parameters:
2596   - "name"
2597   - "parent"
2598   - "throughput"
2599
2600 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2601 - type: "table"
2602   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2603   algorithm: "table_performance_comparison"
2604   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2605   reference:
2606     title: "3-Node Hsw"
2607     data: "vpp-compare-testbeds-ref"
2608   compare:
2609     title: "3-Node Skx"
2610     data: "vpp-compare-testbeds-cmp"
2611   data: "vpp-compare-testbeds"
2612   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2613   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2614   parameters:
2615   - "name"
2616   - "parent"
2617   - "throughput"
2618
2619 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2620 - type: "table"
2621   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2622   algorithm: "table_performance_comparison"
2623   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2624   reference:
2625     title: "3-Node Hsw"
2626     data: "vpp-compare-testbeds-ref"
2627   compare:
2628     title: "3-Node Skx"
2629     data: "vpp-compare-testbeds-cmp"
2630   data: "vpp-compare-testbeds"
2631   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2632   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2633   parameters:
2634   - "name"
2635   - "parent"
2636   - "throughput"
2637
2638 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2639 - type: "table"
2640   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2641   algorithm: "table_performance_comparison"
2642   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2643   reference:
2644     title: "3-Node Skx"
2645     data: "vpp-compare-topologies-ref"
2646   compare:
2647     title: "2-Node Skx"
2648     data: "vpp-compare-topologies-cmp"
2649   data: "vpp-compare-topologies"
2650   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2651   filter: "'NDRPDR' and '1C'"
2652   parameters:
2653   - "name"
2654   - "parent"
2655   - "throughput"
2656
2657 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2658 - type: "table"
2659   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2660   algorithm: "table_performance_comparison"
2661   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2662   reference:
2663     title: "3-Node Skx"
2664     data: "vpp-compare-topologies-ref"
2665   compare:
2666     title: "2-Node Skx"
2667     data: "vpp-compare-topologies-cmp"
2668   data: "vpp-compare-topologies"
2669   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2670   filter: "'NDRPDR' and '2C'"
2671   parameters:
2672   - "name"
2673   - "parent"
2674   - "throughput"
2675
2676 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2677 - type: "table"
2678   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2679   algorithm: "table_performance_comparison"
2680   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2681   reference:
2682     title: "3-Node Skx"
2683     data: "vpp-compare-topologies-ref"
2684   compare:
2685     title: "2-Node Skx"
2686     data: "vpp-compare-topologies-cmp"
2687   data: "vpp-compare-topologies"
2688   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2689   filter: "'NDRPDR' and '1C'"
2690   parameters:
2691   - "name"
2692   - "parent"
2693   - "throughput"
2694
2695 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2696 - type: "table"
2697   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2698   algorithm: "table_performance_comparison"
2699   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2700   reference:
2701     title: "3-Node Skx"
2702     data: "vpp-compare-topologies-ref"
2703   compare:
2704     title: "2-Node Skx"
2705     data: "vpp-compare-topologies-cmp"
2706   data: "vpp-compare-topologies"
2707   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2708   filter: "'NDRPDR' and '2C'"
2709   parameters:
2710   - "name"
2711   - "parent"
2712   - "throughput"
2713
2714 # VPP Performance Changes 3n-hsw 1t1c MRR
2715 - type: "table"
2716   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2717   algorithm: "table_performance_comparison"
2718   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2719   history:
2720     - title: "rls1810"
2721       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2722   reference:
2723     title: "rls1901"
2724     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2725   compare:
2726     title: "rls1904"
2727     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2728   data: "vpp-performance-changes-3n-hsw-mrr"
2729   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2730   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2731   parameters:
2732   - "name"
2733   - "parent"
2734   - "result"
2735
2736 # VPP Performance Changes 3n-hsw 2t2c MRR
2737 - type: "table"
2738   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2739   algorithm: "table_performance_comparison"
2740   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2741   history:
2742     - title: "rls1810"
2743       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2744   reference:
2745     title: "rls1901"
2746     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2747   compare:
2748     title: "rls1904"
2749     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2750   data: "vpp-performance-changes-3n-hsw-mrr"
2751   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2752   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2753   parameters:
2754   - "name"
2755   - "parent"
2756   - "result"
2757
2758 # VPP Performance Changes 3n-hsw 4t4c MRR
2759 - type: "table"
2760   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2761   algorithm: "table_performance_comparison"
2762   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2763   history:
2764     - title: "rls1810"
2765       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2766   reference:
2767     title: "rls1901"
2768     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2769   compare:
2770     title: "rls1904"
2771     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2772   data: "vpp-performance-changes-3n-hsw-mrr"
2773   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2774   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2775   parameters:
2776   - "name"
2777   - "parent"
2778   - "result"
2779
2780 # VPP Performance Changes 3n-skx 2t1c MRR
2781 - type: "table"
2782   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2783   algorithm: "table_performance_comparison"
2784   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2785   history:
2786     - title: "rls1810"
2787       data: "vpp-performance-changes-3n-skx-mrr-h1"
2788   reference:
2789     title: "rls1901"
2790     data: "vpp-performance-changes-3n-skx-mrr-ref"
2791   compare:
2792     title: "rls1904"
2793     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2794   data: "vpp-performance-changes-3n-skx-mrr"
2795   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2796   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2797   parameters:
2798   - "name"
2799   - "parent"
2800   - "result"
2801
2802 # VPP Performance Changes 3n-skx 4t2c MRR
2803 - type: "table"
2804   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2805   algorithm: "table_performance_comparison"
2806   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2807   history:
2808     - title: "rls1810"
2809       data: "vpp-performance-changes-3n-skx-mrr-h1"
2810   reference:
2811     title: "rls1901"
2812     data: "vpp-performance-changes-3n-skx-mrr-ref"
2813   compare:
2814     title: "rls1904"
2815     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2816   data: "vpp-performance-changes-3n-skx-mrr"
2817   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2818   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2819   parameters:
2820   - "name"
2821   - "parent"
2822   - "result"
2823
2824 # VPP Performance Changes 3n-skx 8t4c MRR
2825 - type: "table"
2826   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2827   algorithm: "table_performance_comparison"
2828   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2829   history:
2830     - title: "rls1810"
2831       data: "vpp-performance-changes-3n-skx-mrr-h1"
2832   reference:
2833     title: "rls1901"
2834     data: "vpp-performance-changes-3n-skx-mrr-ref"
2835   compare:
2836     title: "rls1904"
2837     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2838   data: "vpp-performance-changes-3n-skx-mrr"
2839   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2840   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2841   parameters:
2842   - "name"
2843   - "parent"
2844   - "result"
2845
2846 # VPP Performance Changes 2n-skx 2t1c MRR
2847 - type: "table"
2848   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2849   algorithm: "table_performance_comparison"
2850   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2851   history:
2852     - title: "rls1810"
2853       data: "vpp-performance-changes-2n-skx-mrr-h1"
2854   reference:
2855     title: "rls1901"
2856     data: "vpp-performance-changes-2n-skx-mrr-ref"
2857   compare:
2858     title: "rls1904"
2859     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2860   data: "vpp-performance-changes-2n-skx-mrr"
2861   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2862   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2863   parameters:
2864   - "name"
2865   - "parent"
2866   - "result"
2867
2868 # VPP Performance Changes 2n-skx 4t2c MRR
2869 - type: "table"
2870   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2871   algorithm: "table_performance_comparison"
2872   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2873   history:
2874     - title: "rls1810"
2875       data: "vpp-performance-changes-2n-skx-mrr-h1"
2876   reference:
2877     title: "rls1901"
2878     data: "vpp-performance-changes-2n-skx-mrr-ref"
2879   compare:
2880     title: "rls1904"
2881     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2882   data: "vpp-performance-changes-2n-skx-mrr"
2883   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2884   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2885   parameters:
2886   - "name"
2887   - "parent"
2888   - "result"
2889
2890 # VPP Performance Changes 2n-skx 8t4c MRR
2891 - type: "table"
2892   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2893   algorithm: "table_performance_comparison"
2894   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2895   history:
2896     - title: "rls1810"
2897       data: "vpp-performance-changes-2n-skx-mrr-h1"
2898   reference:
2899     title: "rls1901"
2900     data: "vpp-performance-changes-2n-skx-mrr-ref"
2901   compare:
2902     title: "rls1904"
2903     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2904   data: "vpp-performance-changes-2n-skx-mrr"
2905   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2906   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2907   parameters:
2908   - "name"
2909   - "parent"
2910   - "result"
2911
2912 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2913 - type: "table"
2914   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2915   algorithm: "table_performance_comparison"
2916   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2917   reference:
2918     title: "3-Node Hsw"
2919     data: "vpp-compare-testbeds-mrr-ref"
2920   compare:
2921     title: "3-Node Skx"
2922     data: "vpp-compare-testbeds-mrr-cmp"
2923   data: "vpp-compare-testbeds-mrr"
2924   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2925   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2926   parameters:
2927   - "name"
2928   - "parent"
2929   - "result"
2930
2931 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2932 - type: "table"
2933   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2934   algorithm: "table_performance_comparison"
2935   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2936   reference:
2937     title: "3-Node Hsw"
2938     data: "vpp-compare-testbeds-mrr-ref"
2939   compare:
2940     title: "3-Node Skx"
2941     data: "vpp-compare-testbeds-mrr-cmp"
2942   data: "vpp-compare-testbeds-mrr"
2943   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2944   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2945   parameters:
2946   - "name"
2947   - "parent"
2948   - "result"
2949
2950 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2951 - type: "table"
2952   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2953   algorithm: "table_performance_comparison"
2954   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2955   reference:
2956     title: "3-Node Hsw"
2957     data: "vpp-compare-testbeds-mrr-ref"
2958   compare:
2959     title: "3-Node Skx"
2960     data: "vpp-compare-testbeds-mrr-cmp"
2961   data: "vpp-compare-testbeds-mrr"
2962   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2963   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2964   parameters:
2965   - "name"
2966   - "parent"
2967   - "result"
2968
2969 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2970 - type: "table"
2971   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2972   algorithm: "table_performance_comparison"
2973   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2974   reference:
2975     title: "3-Node Skx"
2976     data: "vpp-compare-topologies-mrr-ref"
2977   compare:
2978     title: "2-Node Skx"
2979     data: "vpp-compare-topologies-mrr-cmp"
2980   data: "vpp-compare-topologies-mrr"
2981   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2982   filter: "'MRR' and '1C'"
2983   parameters:
2984   - "name"
2985   - "parent"
2986   - "result"
2987
2988 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2989 - type: "table"
2990   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2991   algorithm: "table_performance_comparison"
2992   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2993   reference:
2994     title: "3-Node Skx"
2995     data: "vpp-compare-topologies-mrr-ref"
2996   compare:
2997     title: "2-Node Skx"
2998     data: "vpp-compare-topologies-mrr-cmp"
2999   data: "vpp-compare-topologies-mrr"
3000   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3001   filter: "'MRR' and '2C'"
3002   parameters:
3003   - "name"
3004   - "parent"
3005   - "result"
3006
3007 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3008 - type: "table"
3009   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3010   algorithm: "table_performance_comparison"
3011   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3012   reference:
3013     title: "3-Node Skx"
3014     data: "vpp-compare-topologies-mrr-ref"
3015   compare:
3016     title: "2-Node Skx"
3017     data: "vpp-compare-topologies-mrr-cmp"
3018   data: "vpp-compare-topologies-mrr"
3019   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3020   filter: "'MRR' and '4C'"
3021   parameters:
3022   - "name"
3023   - "parent"
3024   - "result"
3025
3026 # Detailed Test Results - VPP Performance Results 3n-hsw
3027 - type: "table"
3028   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3029   algorithm: "table_merged_details"
3030   output-file-ext: ".csv"
3031   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3032   columns:
3033   - title: "Name"
3034     data: "data name"
3035   - title: "Status"
3036     data: "data msg"
3037   rows: "generated"
3038   data: "vpp-perf-results-3n-hsw"
3039   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3040   parameters:
3041   - "name"
3042   - "parent"
3043   - "msg"
3044
3045 # Detailed Test Results - VPP Performance Results 3n-skx
3046 - type: "table"
3047   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3048   algorithm: "table_merged_details"
3049   output-file-ext: ".csv"
3050   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3051   columns:
3052   - title: "Name"
3053     data: "data name"
3054   - title: "Status"
3055     data: "data msg"
3056   rows: "generated"
3057   data: "vpp-perf-results-3n-skx"
3058   filter: "not 'CFS_OPT'"
3059   parameters:
3060   - "name"
3061   - "parent"
3062   - "msg"
3063
3064 # Detailed Test Results - VPP Performance Results 2n-skx
3065 - type: "table"
3066   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3067   algorithm: "table_merged_details"
3068   output-file-ext: ".csv"
3069   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3070   columns:
3071   - title: "Name"
3072     data: "data name"
3073   - title: "Status"
3074     data: "data msg"
3075   rows: "generated"
3076   data: "vpp-perf-results-2n-skx"
3077   filter: "not 'CFS_OPT'"
3078   parameters:
3079   - "name"
3080   - "parent"
3081   - "msg"
3082
3083 ## Detailed Test Results - VPP Performance Results 2n-dnv
3084 #- type: "table"
3085 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3086 #  algorithm: "table_details"
3087 #  output-file-ext: ".csv"
3088 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3089 #  columns:
3090 #  - title: "Name"
3091 #    data: "data name"
3092 #  - title: "Status"
3093 #    data: "data msg"
3094 #  rows: "generated"
3095 #  data: "intel-dnv-vpp"
3096 #  filter: "'NDRPDR'"
3097 #  parameters:
3098 #  - "name"
3099 #  - "parent"
3100 #  - "msg"
3101
3102 # Test configuration - VPP Performance Test Configs 3n-hsw
3103 - type: "table"
3104   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3105   algorithm: "table_merged_details"
3106   output-file-ext: ".csv"
3107   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3108   columns:
3109   - title: "Name"
3110     data: "data name"
3111   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3112     data: "data conf-history"
3113   rows: "generated"
3114   data: "vpp-perf-results-3n-hsw"
3115   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3116   parameters:
3117   - "parent"
3118   - "name"
3119   - "conf-history"
3120
3121 # Test configuration - VPP Performance Test Configs 3n-skx
3122 - type: "table"
3123   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3124   algorithm: "table_merged_details"
3125   output-file-ext: ".csv"
3126   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3127   columns:
3128   - title: "Name"
3129     data: "data name"
3130   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3131     data: "data conf-history"
3132   rows: "generated"
3133   data: "vpp-perf-results-3n-skx"
3134   filter: "not 'CFS_OPT'"
3135   parameters:
3136   - "parent"
3137   - "name"
3138   - "conf-history"
3139
3140 # Test configuration - VPP Performance Test Configs 2n-skx
3141 - type: "table"
3142   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3143   algorithm: "table_merged_details"
3144   output-file-ext: ".csv"
3145   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3146   columns:
3147   - title: "Name"
3148     data: "data name"
3149   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3150     data: "data conf-history"
3151   rows: "generated"
3152   data: "vpp-perf-results-2n-skx"
3153   filter: "not 'CFS_OPT'"
3154   parameters:
3155   - "parent"
3156   - "name"
3157   - "conf-history"
3158
3159 ## Test configuration - VPP Performance Test Configs 2n-dnv
3160 #- type: "table"
3161 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3162 #  algorithm: "table_details"
3163 #  output-file-ext: ".csv"
3164 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3165 #  columns:
3166 #  - title: "Name"
3167 #    data: "data name"
3168 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3169 #    data: "data conf-history"
3170 #  rows: "generated"
3171 #  data: "intel-dnv-vpp"
3172 #  filter: "'NDRPDR'"
3173 #  parameters:
3174 #  - "parent"
3175 #  - "name"
3176 #  - "conf-history"
3177
3178 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3179 - type: "table"
3180   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3181   algorithm: "table_merged_details"
3182   output-file-ext: ".csv"
3183   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3184   columns:
3185   - title: "Name"
3186     data: "data name"
3187   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3188     data: "data show-run"
3189   rows: "generated"
3190   data: "vpp-perf-results-3n-hsw"
3191   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3192   parameters:
3193   - "parent"
3194   - "name"
3195   - "show-run"
3196
3197 # Test Operational Data - VPP Performance Operational Data 3n-skx
3198 - type: "table"
3199   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3200   algorithm: "table_merged_details"
3201   output-file-ext: ".csv"
3202   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3203   columns:
3204   - title: "Name"
3205     data: "data name"
3206   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3207     data: "data show-run"
3208   rows: "generated"
3209   data: "vpp-perf-results-3n-skx"
3210   filter: "not 'CFS_OPT'"
3211   parameters:
3212   - "parent"
3213   - "name"
3214   - "show-run"
3215
3216 # Test Operational Data - VPP Performance Operational Data 2n-skx
3217 - type: "table"
3218   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3219   algorithm: "table_merged_details"
3220   output-file-ext: ".csv"
3221   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3222   columns:
3223   - title: "Name"
3224     data: "data name"
3225   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3226     data: "data show-run"
3227   rows: "generated"
3228   data: "vpp-perf-results-2n-skx"
3229   filter: "not 'CFS_OPT'"
3230   parameters:
3231   - "parent"
3232   - "name"
3233   - "show-run"
3234
3235 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
3236 #- type: "table"
3237 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3238 #  algorithm: "table_details"
3239 #  output-file-ext: ".csv"
3240 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3241 #  columns:
3242 #  - title: "Name"
3243 #    data: "data name"
3244 #  - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3245 #    data: "data show-run"
3246 #  rows: "generated"
3247 #  data: "intel-dnv-vpp"
3248 #  filter: "'NDRPDR'"
3249 #  parameters:
3250 #  - "parent"
3251 #  - "name"
3252 #  - "show-run"
3253
3254 # Detailed Test Results - VPP MRR Results 3n-hsw
3255 - type: "table"
3256   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3257   algorithm: "table_details"
3258   output-file-ext: ".csv"
3259   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3260   columns:
3261   - title: "Name"
3262     data: "data name"
3263   - title: "Status"
3264     data: "data msg"
3265   rows: "generated"
3266   data: "vpp-mrr-results-3n-hsw"
3267   filter: "'MRR'"
3268   parameters:
3269   - "name"
3270   - "parent"
3271   - "msg"
3272
3273 # Detailed Test Results - VPP MRR Results 3n-skx
3274 - type: "table"
3275   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3276   algorithm: "table_details"
3277   output-file-ext: ".csv"
3278   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3279   columns:
3280   - title: "Name"
3281     data: "data name"
3282   - title: "Status"
3283     data: "data msg"
3284   rows: "generated"
3285   data: "vpp-mrr-results-3n-skx"
3286   filter: "'MRR'"
3287   parameters:
3288   - "name"
3289   - "parent"
3290   - "msg"
3291
3292 # Detailed Test Results - VPP MRR Results 2n-skx
3293 - type: "table"
3294   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3295   algorithm: "table_details"
3296   output-file-ext: ".csv"
3297   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3298   columns:
3299   - title: "Name"
3300     data: "data name"
3301   - title: "Status"
3302     data: "data msg"
3303   rows: "generated"
3304   data: "vpp-mrr-results-2n-skx"
3305   filter: "'MRR'"
3306   parameters:
3307   - "name"
3308   - "parent"
3309   - "msg"
3310
3311 ## Detailed Test Results - VPP MRR Results 2n-dnv
3312 #- type: "table"
3313 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3314 #  algorithm: "table_details"
3315 #  output-file-ext: ".csv"
3316 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3317 #  columns:
3318 #  - title: "Name"
3319 #    data: "data name"
3320 #  - title: "Status"
3321 #    data: "data msg"
3322 #  rows: "generated"
3323 #  data: "intel-dnv-vpp"
3324 #  filter: "'MRR'"
3325 #  parameters:
3326 #  - "name"
3327 #  - "parent"
3328 #  - "msg"
3329
3330 # Test configuration - VPP MRR Test Configs 3n-hsw
3331 - type: "table"
3332   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3333   algorithm: "table_details"
3334   output-file-ext: ".csv"
3335   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3336   columns:
3337   - title: "Name"
3338     data: "data name"
3339   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3340     data: "data conf-history"
3341   rows: "generated"
3342   data: "vpp-mrr-results-3n-hsw"
3343   filter: "'MRR'"
3344   parameters:
3345   - "parent"
3346   - "name"
3347   - "conf-history"
3348
3349 # Test configuration - VPP MRR Test Configs 3n-skx
3350 - type: "table"
3351   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3352   algorithm: "table_details"
3353   output-file-ext: ".csv"
3354   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3355   columns:
3356   - title: "Name"
3357     data: "data name"
3358   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3359     data: "data conf-history"
3360   rows: "generated"
3361   data: "vpp-mrr-results-3n-skx"
3362   filter: "'MRR'"
3363   parameters:
3364   - "parent"
3365   - "name"
3366   - "conf-history"
3367
3368 # Test configuration - VPP MRR Test Configs 2n-skx
3369 - type: "table"
3370   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3371   algorithm: "table_details"
3372   output-file-ext: ".csv"
3373   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3374   columns:
3375   - title: "Name"
3376     data: "data name"
3377   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3378     data: "data conf-history"
3379   rows: "generated"
3380   data: "vpp-mrr-results-2n-skx"
3381   filter: "'MRR'"
3382   parameters:
3383   - "parent"
3384   - "name"
3385   - "conf-history"
3386
3387 ## Test configuration - VPP MRR Test Configs 2n-dnv
3388 #- type: "table"
3389 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3390 #  algorithm: "table_details"
3391 #  output-file-ext: ".csv"
3392 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3393 #  columns:
3394 #  - title: "Name"
3395 #    data: "data name"
3396 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3397 #    data: "data conf-history"
3398 #  rows: "generated"
3399 #  data: "intel-dnv-vpp"
3400 #  filter: "'MRR'"
3401 #  parameters:
3402 #  - "parent"
3403 #  - "name"
3404 #  - "conf-history"
3405
3406 # Detailed Test Results - VPP Functional Results - Ubuntu
3407 - type: "table"
3408   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3409   algorithm: "table_details"
3410   output-file-ext: ".csv"
3411   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3412   columns:
3413   - title: "Name"
3414     data: "data name"
3415   - title: "Documentation"
3416     data: "data doc"
3417   - title: "Status"
3418     data: "data status"
3419   rows: "generated"
3420   data: "vpp-func-results-ubuntu"
3421   filter: "all"
3422   parameters:
3423   - "name"
3424   - "parent"
3425   - "doc"
3426   - "status"
3427
3428 # Detailed Test Results - VPP Functional Results - CentOS
3429 - type: "table"
3430   title: "Detailed Test Results - VPP Functional Results - CentOS"
3431   algorithm: "table_details"
3432   output-file-ext: ".csv"
3433   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3434   columns:
3435   - title: "Name"
3436     data: "data name"
3437   - title: "Documentation"
3438     data: "data doc"
3439   -
3440     title: "Status"
3441     data: "data status"
3442   rows: "generated"
3443   data:
3444     "vpp-func-results-centos"
3445   filter: "all"
3446   parameters:
3447   - "name"
3448   - "parent"
3449   - "doc"
3450   - "status"
3451
3452 # Test configuration - VPP Functional Test Configs - Ubuntu
3453 - type: "table"
3454   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3455   algorithm: "table_details"
3456   output-file-ext: ".csv"
3457   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3458   columns:
3459   - title: "Name"
3460     data: "data name"
3461   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3462     data: "data conf-history"
3463   rows: "generated"
3464   data: "vpp-func-results-ubuntu"
3465   filter: "all"
3466   parameters:
3467   - "parent"
3468   - "name"
3469   - "conf-history"
3470
3471 # Test configuration - VPP Functional Test Configs - CentOS
3472 - type: "table"
3473   title: "Test configuration - VPP Functional Test Configs - CentOS"
3474   algorithm: "table_details"
3475   output-file-ext: ".csv"
3476   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3477   columns:
3478   - title: "Name"
3479     data: "data name"
3480   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3481     data: "data conf-history"
3482   rows: "generated"
3483   data: "vpp-func-results-centos"
3484   filter: "all"
3485   parameters:
3486   - "parent"
3487   - "name"
3488   - "conf-history"
3489
3490 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3491 #- type: "table"
3492 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3493 #  algorithm: "table_details"
3494 #  output-file-ext: ".csv"
3495 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3496 #  columns:
3497 #  - title: "Name"
3498 #    data: "data name"
3499 #  - title: "Status"
3500 #    data: "data msg"
3501 #  rows: "generated"
3502 #  data: "ligato-perf-results-3n-hsw"
3503 #  filter: "all"
3504 #  parameters:
3505 #  - "name"
3506 #  - "parent"
3507 #  - "msg"
3508
3509 # Detailed Test Results - VPP Device Results - Ubuntu
3510 - type: "table"
3511   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3512   algorithm: "table_details"
3513   output-file-ext: ".csv"
3514   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3515   columns:
3516   - title: "Name"
3517     data: "data name"
3518   - title: "Documentation"
3519     data: "data doc"
3520   - title: "Status"
3521     data: "data status"
3522   rows: "generated"
3523   data: "vpp-device-results-ubuntu"
3524   filter: "all"
3525   parameters:
3526   - "name"
3527   - "parent"
3528   - "doc"
3529   - "status"
3530
3531 # Test configuration - VPP Device Test Configs - Ubuntu
3532 - type: "table"
3533   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3534   algorithm: "table_details"
3535   output-file-ext: ".csv"
3536   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3537   columns:
3538   - title: "Name"
3539     data: "data name"
3540   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3541     data: "data conf-history"
3542   rows: "generated"
3543   data: "vpp-device-results-ubuntu"
3544   filter: "all"
3545   parameters:
3546   - "parent"
3547   - "name"
3548   - "conf-history"
3549
3550 ################################################################################
3551
3552 # DPDK Performance Changes 3n-hsw 1t1c pdr
3553 - type: "table"
3554   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3555   algorithm: "table_performance_comparison"
3556   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3557   history:
3558     - title: "rls1810"
3559       data: "dpdk-performance-changes-3n-hsw-h1"
3560   reference:
3561     title: "rls1901"
3562     data: "dpdk-performance-changes-3n-hsw-ref"
3563   compare:
3564     title: "rls1904"
3565     data: "dpdk-performance-changes-3n-hsw-cmp"
3566   data: "dpdk-performance-changes-3n-hsw"
3567   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3568   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3569   parameters:
3570   - "name"
3571   - "parent"
3572   - "throughput"
3573
3574 # DPDK Performance Changes 3n-hsw 2t2c pdr
3575 - type: "table"
3576   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3577   algorithm: "table_performance_comparison"
3578   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3579   history:
3580     - title: "rls1810"
3581       data: "dpdk-performance-changes-3n-hsw-h1"
3582   reference:
3583     title: "rls1901"
3584     data: "dpdk-performance-changes-3n-hsw-ref"
3585   compare:
3586     title: "rls1904"
3587     data: "dpdk-performance-changes-3n-hsw-cmp"
3588   data: "dpdk-performance-changes-3n-hsw"
3589   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3590   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3591   parameters:
3592   - "name"
3593   - "parent"
3594   - "throughput"
3595
3596 # DPDK Performance Changes 3n-hsw 1t1c ndr
3597 - type: "table"
3598   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3599   algorithm: "table_performance_comparison"
3600   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3601   history:
3602     - title: "rls1810"
3603       data: "dpdk-performance-changes-3n-hsw-h1"
3604   reference:
3605     title: "rls1901"
3606     data: "dpdk-performance-changes-3n-hsw-ref"
3607   compare:
3608     title: "rls1904"
3609     data: "dpdk-performance-changes-3n-hsw-cmp"
3610   data: "dpdk-performance-changes-3n-hsw"
3611   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3612   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3613   parameters:
3614   - "name"
3615   - "parent"
3616   - "throughput"
3617
3618 # DPDK Performance Changes 3n-hsw 2t2c ndr
3619 - type: "table"
3620   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3621   algorithm: "table_performance_comparison"
3622   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3623   history:
3624     - title: "rls1810"
3625       data: "dpdk-performance-changes-3n-hsw-h1"
3626   reference:
3627     title: "rls1901"
3628     data: "dpdk-performance-changes-3n-hsw-ref"
3629   compare:
3630     title: "rls1904"
3631     data: "dpdk-performance-changes-3n-hsw-cmp"
3632   data: "dpdk-performance-changes-3n-hsw"
3633   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3634   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3635   parameters:
3636   - "name"
3637   - "parent"
3638   - "throughput"
3639
3640 # DPDK Performance Changes 3n-skx 2t1c pdr
3641 - type: "table"
3642   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3643   algorithm: "table_performance_comparison"
3644   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3645   history:
3646     - title: "rls1810"
3647       data: "dpdk-performance-changes-3n-skx-h1"
3648   reference:
3649     title: "rls1901"
3650     data: "dpdk-performance-changes-3n-skx-ref"
3651   compare:
3652     title: "rls1904"
3653     data: "dpdk-performance-changes-3n-skx-cmp"
3654   data: "dpdk-performance-changes-3n-skx"
3655   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3656   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3657   parameters:
3658   - "name"
3659   - "parent"
3660   - "throughput"
3661
3662 # DPDK Performance Changes 3n-skx 4t2c pdr
3663 - type: "table"
3664   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3665   algorithm: "table_performance_comparison"
3666   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3667   history:
3668     - title: "rls1810"
3669       data: "dpdk-performance-changes-3n-skx-h1"
3670   reference:
3671     title: "rls1901"
3672     data: "dpdk-performance-changes-3n-skx-ref"
3673   compare:
3674     title: "rls1904"
3675     data: "dpdk-performance-changes-3n-skx-cmp"
3676   data: "dpdk-performance-changes-3n-skx"
3677   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3678   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3679   parameters:
3680   - "name"
3681   - "parent"
3682   - "throughput"
3683
3684 # DPDK Performance Changes 3n-skx 2t1c ndr
3685 - type: "table"
3686   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3687   algorithm: "table_performance_comparison"
3688   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3689   history:
3690     - title: "rls1810"
3691       data: "dpdk-performance-changes-3n-skx-h1"
3692   reference:
3693     title: "rls1901"
3694     data: "dpdk-performance-changes-3n-skx-ref"
3695   compare:
3696     title: "rls1904"
3697     data: "dpdk-performance-changes-3n-skx-cmp"
3698   data: "dpdk-performance-changes-3n-skx"
3699   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3700   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3701   parameters:
3702   - "name"
3703   - "parent"
3704   - "throughput"
3705
3706 # DPDK Performance Changes 3n-skx 4t2c ndr
3707 - type: "table"
3708   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3709   algorithm: "table_performance_comparison"
3710   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3711   history:
3712     - title: "rls1810"
3713       data: "dpdk-performance-changes-3n-skx-h1"
3714   reference:
3715     title: "rls1901"
3716     data: "dpdk-performance-changes-3n-skx-ref"
3717   compare:
3718     title: "rls1904"
3719     data: "dpdk-performance-changes-3n-skx-cmp"
3720   data: "dpdk-performance-changes-3n-skx"
3721   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3722   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3723   parameters:
3724   - "name"
3725   - "parent"
3726   - "throughput"
3727
3728 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3729 - type: "table"
3730   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3731   algorithm: "table_performance_comparison"
3732   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3733   reference:
3734     title: "3-Node Hsw"
3735     data: "dpdk-compare-testbeds-ref"
3736   compare:
3737     title: "3-Node Skx"
3738     data: "dpdk-compare-testbeds-cmp"
3739   data: "dpdk-compare-testbeds"
3740   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3741   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3742   parameters:
3743   - "name"
3744   - "parent"
3745   - "throughput"
3746
3747 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3748 - type: "table"
3749   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3750   algorithm: "table_performance_comparison"
3751   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3752   reference:
3753     title: "3-Node Hsw"
3754     data: "dpdk-compare-testbeds-ref"
3755   compare:
3756     title: "3-Node Skx"
3757     data: "dpdk-compare-testbeds-cmp"
3758   data: "dpdk-compare-testbeds"
3759   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3760   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3761   parameters:
3762   - "name"
3763   - "parent"
3764   - "throughput"
3765
3766 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3767 - type: "table"
3768   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3769   algorithm: "table_performance_comparison"
3770   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3771   reference:
3772     title: "3-Node Skx"
3773     data: "dpdk-compare-topologies-ref"
3774   compare:
3775     title: "2-Node Skx"
3776     data: "dpdk-compare-topologies-cmp"
3777   data: "dpdk-compare-topologies"
3778   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3779   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3780   parameters:
3781   - "name"
3782   - "parent"
3783   - "throughput"
3784
3785 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3786 - type: "table"
3787   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3788   algorithm: "table_performance_comparison"
3789   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3790   reference:
3791     title: "3-Node Skx"
3792     data: "dpdk-compare-topologies-ref"
3793   compare:
3794     title: "2-Node Skx"
3795     data: "dpdk-compare-topologies-cmp"
3796   data: "dpdk-compare-topologies"
3797   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3798   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3799   parameters:
3800   - "name"
3801   - "parent"
3802   - "throughput"
3803
3804 # DPDK Performance Changes 2n-skx 2t1c pdr
3805 - type: "table"
3806   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3807   algorithm: "table_performance_comparison"
3808   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3809   history:
3810     - title: "rls1810"
3811       data: "dpdk-performance-changes-2n-skx-h1"
3812   reference:
3813     title: "rls1901"
3814     data: "dpdk-performance-changes-2n-skx-ref"
3815   compare:
3816     title: "rls1904"
3817     data: "dpdk-performance-changes-2n-skx-cmp"
3818   data: "dpdk-performance-changes-2n-skx"
3819   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3820   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3821   parameters:
3822   - "name"
3823   - "parent"
3824   - "throughput"
3825
3826 # DPDK Performance Changes 2n-skx 4t2c pdr
3827 - type: "table"
3828   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3829   algorithm: "table_performance_comparison"
3830   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3831   history:
3832     - title: "rls1810"
3833       data: "dpdk-performance-changes-2n-skx-h1"
3834   reference:
3835     title: "rls1901"
3836     data: "dpdk-performance-changes-2n-skx-ref"
3837   compare:
3838     title: "rls1904"
3839     data: "dpdk-performance-changes-2n-skx-cmp"
3840   data: "dpdk-performance-changes-2n-skx"
3841   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3842   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3843   parameters:
3844   - "name"
3845   - "parent"
3846   - "throughput"
3847
3848 # DPDK Performance Changes 2n-skx 2t1c ndr
3849 - type: "table"
3850   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3851   algorithm: "table_performance_comparison"
3852   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3853   history:
3854     - title: "rls1810"
3855       data: "dpdk-performance-changes-2n-skx-h1"
3856   reference:
3857     title: "rls1901"
3858     data: "dpdk-performance-changes-2n-skx-ref"
3859   compare:
3860     title: "rls1904"
3861     data: "dpdk-performance-changes-2n-skx-cmp"
3862   data: "dpdk-performance-changes-2n-skx"
3863   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3864   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3865   parameters:
3866   - "name"
3867   - "parent"
3868   - "throughput"
3869
3870 # DPDK Performance Changes 2n-skx 4t2c ndr
3871 - type: "table"
3872   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3873   algorithm: "table_performance_comparison"
3874   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3875   history:
3876     - title: "rls1810"
3877       data: "dpdk-performance-changes-2n-skx-h1"
3878   reference:
3879     title: "rls1901"
3880     data: "dpdk-performance-changes-2n-skx-ref"
3881   compare:
3882     title: "rls1904"
3883     data: "dpdk-performance-changes-2n-skx-cmp"
3884   data: "dpdk-performance-changes-2n-skx"
3885   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3886   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3887   parameters:
3888   - "name"
3889   - "parent"
3890   - "throughput"
3891
3892 # Detailed Test Results - DPDK Performance Results 3n-hsw
3893 - type: "table"
3894   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3895   algorithm: "table_details"
3896   output-file-ext: ".csv"
3897   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3898   columns:
3899   - title: "Name"
3900     data: "data name"
3901   - title: "Status"
3902     data: "data msg"
3903   rows: "generated"
3904   data: "dpdk-perf-results-3n-hsw"
3905   filter: "all"
3906   parameters:
3907   - "name"
3908   - "parent"
3909   - "msg"
3910
3911 # Detailed Test Results - DPDK Performance Results 3n-skx
3912 - type: "table"
3913   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3914   algorithm: "table_details"
3915   output-file-ext: ".csv"
3916   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3917   columns:
3918   - title: "Name"
3919     data: "data name"
3920   - title: "Status"
3921     data: "data msg"
3922   rows: "generated"
3923   data: "dpdk-perf-results-3n-skx"
3924   filter: "all"
3925   parameters:
3926   - "name"
3927   - "parent"
3928   - "msg"
3929
3930 # Detailed Test Results - DPDK Performance Results 2n-skx
3931 - type: "table"
3932   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3933   algorithm: "table_details"
3934   output-file-ext: ".csv"
3935   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3936   columns:
3937   - title: "Name"
3938     data: "data name"
3939   - title: "Status"
3940     data: "data msg"
3941   rows: "generated"
3942   data: "dpdk-perf-results-2n-skx"
3943   filter: "all"
3944   parameters:
3945   - "name"
3946   - "parent"
3947   - "msg"
3948
3949 ################################################################################
3950 # HoneyComb
3951 - type: "table"
3952   title: "Detailed Test Results - Honeycomb Functional Results"
3953   algorithm: "table_details"
3954   output-file-ext: ".csv"
3955   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3956   columns:
3957   - title: "Name"
3958     data: "data name"
3959   - title: "Documentation"
3960     data: "data doc"
3961   - title: "Status"
3962     data: "data status"
3963   rows: "generated"
3964   data:
3965     "hc-func-results"
3966   filter: "all"
3967   parameters:
3968   - "name"
3969   - "parent"
3970   - "doc"
3971   - "status"
3972
3973 ################################################################################
3974 # NSH SFC
3975 #-
3976 #  type: "table"
3977 #  title: "Detailed Test Results - NSH SFC Functional Results"
3978 #  algorithm: "table_details"
3979 #  output-file-ext: ".csv"
3980 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3981 #  columns:
3982 #  -
3983 #    title: "Name"
3984 #    data: "data name"
3985 #  -
3986 #    title: "Documentation"
3987 #    data: "data doc"
3988 #  -
3989 #    title: "Status"
3990 #    data: "data status"
3991 #  rows: "generated"
3992 #  data:
3993 #    "nsh-func-results"
3994 #  filter: "all"
3995 #  parameters:
3996 #  - "name"
3997 #  - "parent"
3998 #  - "doc"
3999 #  - "status"
4000
4001 ################################################################################
4002 # DMM
4003 - type: "table"
4004   title: "Detailed Test Results - DMM Functional Results"
4005   algorithm: "table_details"
4006   output-file-ext: ".csv"
4007   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4008   columns:
4009   - title: "Name"
4010     data: "data name"
4011   - title: "Documentation"
4012     data: "data doc"
4013   - title: "Status"
4014     data: "data status"
4015   rows: "generated"
4016   data:
4017     "dmm-func-results"
4018   filter: "all"
4019   parameters:
4020   - "name"
4021   - "parent"
4022   - "doc"
4023   - "status"
4024
4025 ################################################################################
4026 ###                                F I L E S                                 ###
4027 ################################################################################
4028
4029 # VPP Performance Results 3n-hsw
4030 - type: "file"
4031   title: "VPP Performance Results 3n-hsw"
4032   algorithm: "file_test_results"
4033   output-file-ext: ".rst"
4034   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4035   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"
4036   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
4037   data: "vpp-perf-results-3n-hsw"
4038   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4039   parameters:
4040   - "name"
4041   - "doc"
4042   - "level"
4043   - "parent"
4044   data-start-level: 3
4045
4046 # VPP Performance Results 3n-skx
4047 - type: "file"
4048   title: "VPP Performance Results 3n-skx"
4049   algorithm: "file_test_results"
4050   output-file-ext: ".rst"
4051   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4052   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"
4053   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4054   data: "vpp-perf-results-3n-skx"
4055   filter: "not 'CFS_OPT'"
4056   parameters:
4057   - "name"
4058   - "doc"
4059   - "level"
4060   - "parent"
4061   data-start-level: 3
4062
4063 # VPP Performance Results 2n-skx
4064 - type: "file"
4065   title: "VPP Performance Results 2n-skx"
4066   algorithm: "file_test_results"
4067   output-file-ext: ".rst"
4068   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4069   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"
4070   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4071   data: "vpp-perf-results-2n-skx"
4072   filter: "not 'CFS_OPT'"
4073   parameters:
4074   - "name"
4075   - "doc"
4076   - "level"
4077   - "parent"
4078   data-start-level: 3
4079
4080 ## VPP Performance Results 2n-dnv
4081 #- type: "file"
4082 #  title: "VPP Performance Results 2n-dnv"
4083 #  algorithm: "file_test_results"
4084 #  output-file-ext: ".rst"
4085 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4086 #  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"
4087 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4088 #  data: "intel-dnv-vpp"
4089 #  filter: "'NDRPDR'"
4090 #  parameters:
4091 #  - "name"
4092 #  - "doc"
4093 #  - "level"
4094 #  - "parent"
4095 #  data-start-level: 3
4096
4097 # VPP Performance Configuration 3n-hsw
4098 - type: "file"
4099   title: "VPP Performance Configuration 3n-hsw"
4100   algorithm: "file_test_results"
4101   output-file-ext: ".rst"
4102   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4103   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"
4104   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4105   data: "vpp-perf-results-3n-hsw"
4106   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4107   parameters:
4108   - "name"
4109   - "doc"
4110   - "level"
4111   - "parent"
4112   data-start-level: 3
4113
4114 # VPP Performance Configuration 3n-skx
4115 - type: "file"
4116   title: "VPP Performance Configuration 3n-skx"
4117   algorithm: "file_test_results"
4118   output-file-ext: ".rst"
4119   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4120   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"
4121   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4122   data: "vpp-perf-results-3n-skx"
4123   filter: "not 'CFS_OPT'"
4124   parameters:
4125   - "name"
4126   - "doc"
4127   - "level"
4128   - "parent"
4129   data-start-level: 3
4130
4131 # VPP Performance Configuration 2n-skx
4132 - type: "file"
4133   title: "VPP Performance Configuration 2n-skx"
4134   algorithm: "file_test_results"
4135   output-file-ext: ".rst"
4136   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4137   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"
4138   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4139   data: "vpp-perf-results-2n-skx"
4140   filter: "not 'CFS_OPT'"
4141   parameters:
4142   - "name"
4143   - "doc"
4144   - "level"
4145   - "parent"
4146   data-start-level: 3
4147
4148 ## VPP Performance Configuration 2n-dnv
4149 #- type: "file"
4150 #  title: "VPP Performance Configuration 2n-dnv"
4151 #  algorithm: "file_test_results"
4152 #  output-file-ext: ".rst"
4153 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4154 #  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"
4155 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4156 #  data: "intel-dnv-vpp"
4157 #  filter: "'NDRPDR'"
4158 #  parameters:
4159 #  - "name"
4160 #  - "doc"
4161 #  - "level"
4162 #  - "parent"
4163 #  data-start-level: 3
4164
4165 # VPP Performance Operational Data 3n-hsw
4166 - type: "file"
4167   title: "VPP Performance Operational Data 3n-hsw"
4168   algorithm: "file_test_results"
4169   output-file-ext: ".rst"
4170   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4171   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"
4172   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4173   data: "vpp-perf-results-3n-hsw"
4174   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4175   parameters:
4176   - "name"
4177   - "doc"
4178   - "level"
4179   - "parent"
4180   data-start-level: 3
4181
4182 # VPP Performance Operational Data 3n-skx
4183 - type: "file"
4184   title: "VPP Performance Operational Data 3n-skx"
4185   algorithm: "file_test_results"
4186   output-file-ext: ".rst"
4187   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4188   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"
4189   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4190   data: "vpp-perf-results-3n-skx"
4191   filter: "not 'CFS_OPT'"
4192   parameters:
4193   - "name"
4194   - "doc"
4195   - "level"
4196   - "parent"
4197   data-start-level: 3
4198
4199 # VPP Performance Operational Data 2n-skx
4200 - type: "file"
4201   title: "VPP Performance Operational Data 2n-skx"
4202   algorithm: "file_test_results"
4203   output-file-ext: ".rst"
4204   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4205   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"
4206   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4207   data: "vpp-perf-results-2n-skx"
4208   filter: "not 'CFS_OPT'"
4209   parameters:
4210   - "name"
4211   - "doc"
4212   - "level"
4213   - "parent"
4214   data-start-level: 3
4215
4216 ## VPP Performance Operational Data 2n-dnv
4217 #- type: "file"
4218 #  title: "VPP Performance Operational Data 2n-dnv"
4219 #  algorithm: "file_test_results"
4220 #  output-file-ext: ".rst"
4221 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4222 #  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"
4223 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4224 #  data: "intel-dnv-vpp"
4225 #  filter: "'NDRPDR'"
4226 #  parameters:
4227 #  - "name"
4228 #  - "doc"
4229 #  - "level"
4230 #  - "parent"
4231 #  data-start-level: 3
4232
4233 # VPP MRR Results 3n-hsw
4234 - type: "file"
4235   title: "VPP MRR Results 3n-hsw"
4236   algorithm: "file_test_results"
4237   output-file-ext: ".rst"
4238   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4239   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"
4240   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4241   data: "vpp-mrr-results-3n-hsw"
4242   filter: "'MRR'"
4243   parameters:
4244   - "name"
4245   - "doc"
4246   - "level"
4247   - "parent"
4248   data-start-level: 3
4249
4250 # VPP MRR Results 3n-skx
4251 - type: "file"
4252   title: "VPP MRR Results 3n-skx"
4253   algorithm: "file_test_results"
4254   output-file-ext: ".rst"
4255   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4256   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"
4257   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4258   data: "vpp-mrr-results-3n-skx"
4259   filter: "'MRR'"
4260   parameters:
4261   - "name"
4262   - "doc"
4263   - "level"
4264   - "parent"
4265   data-start-level: 3
4266
4267 # VPP MRR Results 2n-skx
4268 - type: "file"
4269   title: "VPP MRR Results 2n-skx"
4270   algorithm: "file_test_results"
4271   output-file-ext: ".rst"
4272   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4273   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"
4274   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4275   data: "vpp-mrr-results-2n-skx"
4276   filter: "all"
4277   parameters:
4278   - "name"
4279   - "doc"
4280   - "level"
4281   - "parent"
4282   data-start-level: 3
4283
4284 ## VPP MRR Results 2n-dnv
4285 #- type: "file"
4286 #  title: "VPP MRR Results 2n-dnv"
4287 #  algorithm: "file_test_results"
4288 #  output-file-ext: ".rst"
4289 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4290 #  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"
4291 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4292 #  data: "intel-dnv-vpp"
4293 #  filter: "'MRR'"
4294 #  parameters:
4295 #  - "name"
4296 #  - "doc"
4297 #  - "level"
4298 #  - "parent"
4299 #  data-start-level: 3
4300
4301 # VPP MRR Configuration 3n-hsw
4302 - type: "file"
4303   title: "VPP MRR Configuration 3n-hsw"
4304   algorithm: "file_test_results"
4305   output-file-ext: ".rst"
4306   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4307   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"
4308   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4309   data: "vpp-mrr-results-3n-hsw"
4310   filter: "'MRR'"
4311   parameters:
4312   - "name"
4313   - "doc"
4314   - "level"
4315   - "parent"
4316   data-start-level: 3
4317
4318 # VPP MRR Configuration 3n-skx
4319 - type: "file"
4320   title: "VPP MRR Configuration 3n-skx"
4321   algorithm: "file_test_results"
4322   output-file-ext: ".rst"
4323   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4324   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"
4325   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4326   data: "vpp-mrr-results-3n-skx"
4327   filter: "'MRR'"
4328   parameters:
4329   - "name"
4330   - "doc"
4331   - "level"
4332   - "parent"
4333   data-start-level: 3
4334
4335 # VPP MRR Configuration 2n-skx
4336 - type: "file"
4337   title: "VPP MRR Configuration 2n-skx"
4338   algorithm: "file_test_results"
4339   output-file-ext: ".rst"
4340   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4341   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"
4342   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4343   data: "vpp-mrr-results-2n-skx"
4344   filter: "'MRR'"
4345   parameters:
4346   - "name"
4347   - "doc"
4348   - "level"
4349   - "parent"
4350   data-start-level: 3
4351
4352 ## VPP MRR Configuration 2n-dnv
4353 #- type: "file"
4354 #  title: "VPP MRR Configuration 2n-dnv"
4355 #  algorithm: "file_test_results"
4356 #  output-file-ext: ".rst"
4357 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4358 #  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"
4359 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4360 #  data: "intel-dnv-vpp"
4361 #  filter: "'MRR'"
4362 #  parameters:
4363 #  - "name"
4364 #  - "doc"
4365 #  - "level"
4366 #  - "parent"
4367 #  data-start-level: 3
4368
4369 # VPP Functional Results - Ubuntu
4370 - type: "file"
4371   title: "VPP Functional Results - Ubuntu"
4372   algorithm: "file_test_results"
4373   output-file-ext: ".rst"
4374   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4375   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"
4376   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4377   data: "vpp-func-results-ubuntu"
4378   filter: "all"
4379   parameters:
4380   - "name"
4381   - "doc"
4382   - "level"
4383   - "parent"
4384   data-start-level: 3
4385
4386 # VPP Functional Results - CentOS
4387 - type: "file"
4388   title: "VPP Functional Results - CentOS"
4389   algorithm: "file_test_results"
4390   output-file-ext: ".rst"
4391   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4392   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"
4393   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4394   data:
4395     "vpp-func-results-centos"
4396   filter: "all"
4397   parameters:
4398   - "name"
4399   - "doc"
4400   - "level"
4401   - "parent"
4402   data-start-level: 3
4403
4404 # VPP Functional Configuration - Ubuntu
4405 - type: "file"
4406   title: "VPP Functional Configuration - Ubuntu"
4407   algorithm: "file_test_results"
4408   output-file-ext: ".rst"
4409   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4410   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"
4411   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4412   data: "vpp-func-results-ubuntu"
4413   filter: "all"
4414   parameters:
4415   - "name"
4416   - "doc"
4417   - "level"
4418   - "parent"
4419   data-start-level: 3
4420
4421 # VPP Functional Configuration - CentOS
4422 - type: "file"
4423   title: "VPP Functional Configuration - CentOS"
4424   algorithm: "file_test_results"
4425   output-file-ext: ".rst"
4426   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4427   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"
4428   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4429   data:
4430     "vpp-func-results-centos"
4431   filter: "all"
4432   parameters:
4433   - "name"
4434   - "doc"
4435   - "level"
4436   - "parent"
4437   data-start-level: 3
4438
4439 # VPP Device Results - Ubuntu
4440 - type: "file"
4441   title: "VPP Device Results - Ubuntu"
4442   algorithm: "file_test_results"
4443   output-file-ext: ".rst"
4444   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4445   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"
4446   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4447   data: "vpp-device-results-ubuntu"
4448   filter: "all"
4449   parameters:
4450   - "name"
4451   - "doc"
4452   - "level"
4453   - "parent"
4454   data-start-level: 2
4455
4456 # VPP Device Configuration - Ubuntu
4457 - type: "file"
4458   title: "VPP Device Configuration - Ubuntu"
4459   algorithm: "file_test_results"
4460   output-file-ext: ".rst"
4461   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4462   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"
4463   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4464   data: "vpp-device-results-ubuntu"
4465   filter: "all"
4466   parameters:
4467   - "name"
4468   - "doc"
4469   - "level"
4470   - "parent"
4471   data-start-level: 2
4472
4473 ## Container Orchestrated Performance Results 3n-hsw
4474 #- type: "file"
4475 #  title: "Container Orchestrated Performance Results 3n-hsw"
4476 #  algorithm: "file_test_results"
4477 #  output-file-ext: ".rst"
4478 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4479 #  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"
4480 #  dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4481 #  data: "ligato-perf-results-3n-hsw"
4482 #  filter: "all"
4483 #  parameters:
4484 #  - "name"
4485 #  - "doc"
4486 #  - "level"
4487 #  - "parent"
4488 #  data-start-level: 3
4489
4490 # DPDK Performance Results 3n-hsw
4491 - type: "file"
4492   title: "DPDK Performance Results 3n-hsw"
4493   algorithm: "file_test_results"
4494   output-file-ext: ".rst"
4495   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4496   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"
4497   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4498   data: "dpdk-perf-results-3n-hsw"
4499   filter: "all"
4500   parameters:
4501   - "name"
4502   - "doc"
4503   - "level"
4504   - "parent"
4505   data-start-level: 3
4506
4507 # DPDK Performance Results 3n-skx
4508 - type: "file"
4509   title: "DPDK Performance Results 3n-skx"
4510   algorithm: "file_test_results"
4511   output-file-ext: ".rst"
4512   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4513   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"
4514   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4515   data: "dpdk-perf-results-3n-skx"
4516   filter: "all"
4517   parameters:
4518   - "name"
4519   - "doc"
4520   - "level"
4521   - "parent"
4522   data-start-level: 3
4523
4524 # DPDK Performance Results 2n-skx
4525 - type: "file"
4526   title: "DPDK Performance Results 2n-skx"
4527   algorithm: "file_test_results"
4528   output-file-ext: ".rst"
4529   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4530   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"
4531   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4532   data: "dpdk-perf-results-2n-skx"
4533   filter: "all"
4534   parameters:
4535   - "name"
4536   - "doc"
4537   - "level"
4538   - "parent"
4539   data-start-level: 3
4540
4541 # Honeycomb Functional Results
4542 - type: "file"
4543   title: "Honeycomb Functional Results"
4544   algorithm: "file_test_results"
4545   output-file-ext: ".rst"
4546   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4547   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"
4548   dir-tables: "{DIR[DTR,FUNC,HC]}"
4549   data:
4550     "hc-func-results"
4551   filter: "all"
4552   parameters:
4553   - "name"
4554   - "doc"
4555   - "level"
4556   - "parent"
4557   data-start-level: 3
4558
4559 # NSH SFC Functional Results
4560 #-
4561 #  type: "file"
4562 #  title: "NSH SFC Functional Results"
4563 #  algorithm: "file_test_results"
4564 #  output-file-ext: ".rst"
4565 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4566 #  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"
4567 #  dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4568 #  data:
4569 #    "nsh-func-results"
4570 #  filter: "all"
4571 #  parameters:
4572 #  - "name"
4573 #  - "doc"
4574 #  - "level"
4575 #  - "parent"
4576 #  data-start-level: 3
4577
4578 # DMM Functional Results
4579 - type: "file"
4580   title: "DMM Functional Results"
4581   algorithm: "file_test_results"
4582   output-file-ext: ".rst"
4583   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4584   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"
4585   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4586   data:
4587     "dmm-func-results"
4588   filter: "all"
4589   parameters:
4590   - "name"
4591   - "doc"
4592   - "level"
4593   - "parent"
4594   data-start-level: 3
4595
4596 ################################################################################
4597 ###                                P L O T S                                 ###
4598 ################################################################################
4599
4600 # Soak Test (PLRsearch), boxes
4601 - type: "plot"
4602   title: "VPP Critical rate: 2 Hours Soak Test (PLRsearch)"
4603   algorithm: "plot_performance_box"
4604   output-file-type: ".html"
4605   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
4606   data: "plot-vpp-soak-2n-skx"
4607   filter: "('L2BDMACLRN' or 'L2PATCH' or 'L2XCBASE') and not 'VHOST' and not 'MEMIF'"
4608   parameters:
4609     - "throughput"
4610     - "parent"
4611     - "tags"
4612   sort:
4613     - "DRV_AVF"
4614     - "DRV_AVF"
4615     - "DRV_AVF"
4616     - "L2BDMACLRN"
4617     - "L2XCBASE"
4618     - "L2PATCH"
4619   traces:
4620     hoverinfo: "x+y"
4621     boxpoints: "all"
4622     whiskerwidth: 0
4623   layout:
4624     title: "2 Hours Soak Test (PLRsearch)"
4625     layout: "plot-soak-throughput"
4626
4627 # Soak Test (PLRsearch), boxes
4628 - type: "plot"
4629   title: "VPP Critical rate: 2 Hours Soak Test (PLRsearch)"
4630   algorithm: "plot_performance_box"
4631   output-file-type: ".html"
4632   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
4633   data: "plot-vpp-soak-2n-skx"
4634   filter: "'L2BDMACLRN' and ('VHOST' or 'MEMIF') or 'IP4BASE' or 'IP6BASE'"
4635   parameters:
4636     - "throughput"
4637     - "parent"
4638     - "tags"
4639   sort:
4640     - "VHOST"
4641     - "MEMIF"
4642     - "IP4FWD"
4643     - "IP6FWD"
4644   traces:
4645     hoverinfo: "x+y"
4646     boxpoints: "all"
4647     whiskerwidth: 0
4648   layout:
4649     title: "2 Hours Soak Test (PLRsearch)"
4650     layout: "plot-soak-throughput"
4651
4652 ################################################################################
4653 # Plots - NF Density - VSC - MRR 64b
4654 - type: "plot"
4655   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4656   algorithm: "plot_service_density_heatmap_compare"
4657   output-file-type: ".html"
4658   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
4659   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4660   filter: "'NIC_Intel-X710' and
4661            'NF_DENSITY' and
4662            'VHOST' and
4663            'CHAIN' and
4664            'NF_VPPIP4' and
4665            '64B' and
4666            '2T1C' and
4667            'MRR'"
4668   reference:
4669     include: "2"
4670     name: "VNF-1c"
4671   compare:
4672     include: "1"
4673     name: "VNF-0.5c"
4674   parameters:
4675   - "result"
4676   - "name"
4677   - "tags"
4678   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4679   x-axis: "X = VNFs per Service Chain"
4680   y-axis: "Y = Number of Service Chains"
4681   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4682   layout:
4683     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4684     layout: "plot-service-density"
4685
4686 - type: "plot"
4687   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4688   algorithm: "plot_service_density_heatmap_compare"
4689   output-file-type: ".html"
4690   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4691   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4692   filter: "'NIC_Intel-X710' and
4693            'NF_DENSITY' and
4694            'VHOST' and
4695            'CHAIN' and
4696            'NF_VPPIP4' and
4697            '64B' and
4698            '4T2C' and
4699            'MRR'"
4700   reference:
4701     include: "2"
4702     name: "VNF-1c"
4703   compare:
4704     include: "1"
4705     name: "VNF-0.5c"
4706   parameters:
4707   - "result"
4708   - "name"
4709   - "tags"
4710   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4711   x-axis: "X = VNFs per Service Chain"
4712   y-axis: "Y = Number of Service Chains"
4713   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4714   layout:
4715     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4716     layout: "plot-service-density"
4717
4718 - type: "plot"
4719   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4720   algorithm: "plot_service_density_heatmap_compare"
4721   output-file-type: ".html"
4722   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-mrr"
4723   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4724   filter: "'NIC_Intel-X710' and
4725            'NF_DENSITY' and
4726            'VHOST' and
4727            'CHAIN' and
4728            'NF_VPPIP4' and
4729            '64B' and
4730            '8T4C' and
4731            'MRR'"
4732   reference:
4733     include: "2"
4734     name: "VNF-1c"
4735   compare:
4736     include: "1"
4737     name: "VNF-0.5c"
4738   parameters:
4739   - "result"
4740   - "name"
4741   - "tags"
4742   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4743   x-axis: "X = VNFs per Service Chain"
4744   y-axis: "Y = Number of Service Chains"
4745   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4746   layout:
4747     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4748     layout: "plot-service-density"
4749
4750 # Plots - NF Density - VSC - MRR IMIX
4751 - type: "plot"
4752   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4753   algorithm: "plot_service_density_heatmap_compare"
4754   output-file-type: ".html"
4755   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
4756   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4757   filter: "'NIC_Intel-X710' and
4758            'NF_DENSITY' and
4759            'VHOST' and
4760            'CHAIN' and
4761            'NF_VPPIP4' and
4762            'IMIX' and
4763            '2T1C' and
4764            'MRR'"
4765   reference:
4766     include: "2"
4767     name: "VNF-1c"
4768   compare:
4769     include: "1"
4770     name: "VNF-0.5c"
4771   parameters:
4772   - "result"
4773   - "name"
4774   - "tags"
4775   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4776   x-axis: "X = VNFs per Service Chain"
4777   y-axis: "Y = Number of Service Chains"
4778   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4779   layout:
4780     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4781     layout: "plot-service-density"
4782
4783 - type: "plot"
4784   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4785   algorithm: "plot_service_density_heatmap_compare"
4786   output-file-type: ".html"
4787   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
4788   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4789   filter: "'NIC_Intel-X710' and
4790            'NF_DENSITY' and
4791            'VHOST' and
4792            'CHAIN' and
4793            'NF_VPPIP4' and
4794            'IMIX' and
4795            '4T2C' and
4796            'MRR'"
4797   reference:
4798     include: "2"
4799     name: "VNF-1c"
4800   compare:
4801     include: "1"
4802     name: "VNF-0.5c"
4803   parameters:
4804   - "result"
4805   - "name"
4806   - "tags"
4807   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4808   x-axis: "X = VNFs per Service Chain"
4809   y-axis: "Y = Number of Service Chains"
4810   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4811   layout:
4812     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4813     layout: "plot-service-density"
4814
4815 - type: "plot"
4816   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4817   algorithm: "plot_service_density_heatmap_compare"
4818   output-file-type: ".html"
4819   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-mrr"
4820   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4821   filter: "'NIC_Intel-X710' and
4822            'NF_DENSITY' and
4823            'VHOST' and
4824            'CHAIN' and
4825            'NF_VPPIP4' and
4826            'IMIX' and
4827            '8T4C' and
4828            'MRR'"
4829   reference:
4830     include: "2"
4831     name: "VNF-1c"
4832   compare:
4833     include: "1"
4834     name: "VNF-0.5c"
4835   parameters:
4836   - "result"
4837   - "name"
4838   - "tags"
4839   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4840   x-axis: "X = VNFs per Service Chain"
4841   y-axis: "Y = Number of Service Chains"
4842   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4843   layout:
4844     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4845     layout: "plot-service-density"
4846
4847 # Plots - NF Density - VSC - NDR 64b
4848 - type: "plot"
4849   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4850   algorithm: "plot_service_density_heatmap_compare"
4851   output-file-type: ".html"
4852   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
4853   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4854   filter: "'NIC_Intel-X710' and
4855            'NF_DENSITY' and
4856            'VHOST' and
4857            'CHAIN' and
4858            'NF_VPPIP4' and
4859            '64B' and
4860            '2T1C' and
4861            'NDRPDR'"
4862   reference:
4863     include: "2"
4864     name: "VNF-1c"
4865   compare:
4866     include: "1"
4867     name: "VNF-0.5c"
4868   parameters:
4869   - "throughput"
4870   - "name"
4871   - "tags"
4872   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4873   x-axis: "X = VNFs per Service Chain"
4874   y-axis: "Y = Number of Service Chains"
4875   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4876   layout:
4877     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4878     layout: "plot-service-density"
4879
4880 - type: "plot"
4881   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4882   algorithm: "plot_service_density_heatmap_compare"
4883   output-file-type: ".html"
4884   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
4885   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4886   filter: "'NIC_Intel-X710' and
4887            'NF_DENSITY' and
4888            'VHOST' and
4889            'CHAIN' and
4890            'NF_VPPIP4' and
4891            '64B' and
4892            '4T2C' and
4893            'NDRPDR'"
4894   reference:
4895     include: "2"
4896     name: "VNF-1c"
4897   compare:
4898     include: "1"
4899     name: "VNF-0.5c"
4900   parameters:
4901   - "throughput"
4902   - "name"
4903   - "tags"
4904   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4905   x-axis: "X = VNFs per Service Chain"
4906   y-axis: "Y = Number of Service Chains"
4907   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4908   layout:
4909     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4910     layout: "plot-service-density"
4911
4912 - type: "plot"
4913   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4914   algorithm: "plot_service_density_heatmap_compare"
4915   output-file-type: ".html"
4916   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-ndr"
4917   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4918   filter: "'NIC_Intel-X710' and
4919            'NF_DENSITY' and
4920            'VHOST' and
4921            'CHAIN' and
4922            'NF_VPPIP4' and
4923            '64B' and
4924            '8T4C' and
4925            'NDRPDR'"
4926   reference:
4927     include: "2"
4928     name: "VNF-1c"
4929   compare:
4930     include: "1"
4931     name: "VNF-0.5c"
4932   parameters:
4933   - "throughput"
4934   - "name"
4935   - "tags"
4936   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4937   x-axis: "X = VNFs per Service Chain"
4938   y-axis: "Y = Number of Service Chains"
4939   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4940   layout:
4941     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4942     layout: "plot-service-density"
4943
4944 # Plots - NF Density - VSC - NDR IMIX
4945 - type: "plot"
4946   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4947   algorithm: "plot_service_density_heatmap_compare"
4948   output-file-type: ".html"
4949   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
4950   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4951   filter: "'NIC_Intel-X710' and
4952            'NF_DENSITY' and
4953            'VHOST' and
4954            'CHAIN' and
4955            'NF_VPPIP4' and
4956            'IMIX' and
4957            '2T1C' and
4958            'NDRPDR'"
4959   reference:
4960     include: "2"
4961     name: "VNF-1c"
4962   compare:
4963     include: "1"
4964     name: "VNF-0.5c"
4965   parameters:
4966   - "throughput"
4967   - "name"
4968   - "tags"
4969   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4970   x-axis: "X = VNFs per Service Chain"
4971   y-axis: "Y = Number of Service Chains"
4972   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4973   layout:
4974     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4975     layout: "plot-service-density"
4976
4977 - type: "plot"
4978   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4979   algorithm: "plot_service_density_heatmap_compare"
4980   output-file-type: ".html"
4981   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
4982   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4983   filter: "'NIC_Intel-X710' and
4984            'NF_DENSITY' and
4985            'VHOST' and
4986            'CHAIN' and
4987            'NF_VPPIP4' and
4988            'IMIX' and
4989            '4T2C' and
4990            'NDRPDR'"
4991   reference:
4992     include: "2"
4993     name: "VNF-1c"
4994   compare:
4995     include: "1"
4996     name: "VNF-0.5c"
4997   parameters:
4998   - "throughput"
4999   - "name"
5000   - "tags"
5001   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5002   x-axis: "X = VNFs per Service Chain"
5003   y-axis: "Y = Number of Service Chains"
5004   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5005   layout:
5006     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5007     layout: "plot-service-density"
5008
5009 - type: "plot"
5010   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5011   algorithm: "plot_service_density_heatmap_compare"
5012   output-file-type: ".html"
5013   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-ndr"
5014   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5015   filter: "'NIC_Intel-X710' and
5016            'NF_DENSITY' and
5017            'VHOST' and
5018            'CHAIN' and
5019            'NF_VPPIP4' and
5020            'IMIX' and
5021            '8T4C' and
5022            'NDRPDR'"
5023   reference:
5024     include: "2"
5025     name: "VNF-1c"
5026   compare:
5027     include: "1"
5028     name: "VNF-0.5c"
5029   parameters:
5030   - "throughput"
5031   - "name"
5032   - "tags"
5033   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5034   x-axis: "X = VNFs per Service Chain"
5035   y-axis: "Y = Number of Service Chains"
5036   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5037   layout:
5038     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5039     layout: "plot-service-density"
5040
5041 # Plots - NF Density - VSC - PDR 64b
5042 - type: "plot"
5043   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5044   algorithm: "plot_service_density_heatmap_compare"
5045   output-file-type: ".html"
5046   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
5047   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5048   filter: "'NIC_Intel-X710' and
5049            'NF_DENSITY' and
5050            'VHOST' and
5051            'CHAIN' and
5052            'NF_VPPIP4' and
5053            '64B' and
5054            '2T1C' and
5055            'NDRPDR'"
5056   reference:
5057     include: "2"
5058     name: "VNF-1c"
5059   compare:
5060     include: "1"
5061     name: "VNF-0.5c"
5062   parameters:
5063   - "throughput"
5064   - "name"
5065   - "tags"
5066   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5067   x-axis: "X = VNFs per Service Chain"
5068   y-axis: "Y = Number of Service Chains"
5069   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5070   layout:
5071     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5072     layout: "plot-service-density"
5073
5074 - type: "plot"
5075   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5076   algorithm: "plot_service_density_heatmap_compare"
5077   output-file-type: ".html"
5078   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
5079   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5080   filter: "'NIC_Intel-X710' and
5081            'NF_DENSITY' and
5082            'VHOST' and
5083            'CHAIN' and
5084            'NF_VPPIP4' and
5085            '64B' and
5086            '4T2C' and
5087            'NDRPDR'"
5088   reference:
5089     include: "2"
5090     name: "VNF-1c"
5091   compare:
5092     include: "1"
5093     name: "VNF-0.5c"
5094   parameters:
5095   - "throughput"
5096   - "name"
5097   - "tags"
5098   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5099   x-axis: "X = VNFs per Service Chain"
5100   y-axis: "Y = Number of Service Chains"
5101   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5102   layout:
5103     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5104     layout: "plot-service-density"
5105
5106 - type: "plot"
5107   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5108   algorithm: "plot_service_density_heatmap_compare"
5109   output-file-type: ".html"
5110   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-pdr"
5111   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5112   filter: "'NIC_Intel-X710' and
5113            'NF_DENSITY' and
5114            'VHOST' and
5115            'CHAIN' and
5116            'NF_VPPIP4' and
5117            '64B' and
5118            '8T4C' and
5119            'NDRPDR'"
5120   reference:
5121     include: "2"
5122     name: "VNF-1c"
5123   compare:
5124     include: "1"
5125     name: "VNF-0.5c"
5126   parameters:
5127   - "throughput"
5128   - "name"
5129   - "tags"
5130   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5131   x-axis: "X = VNFs per Service Chain"
5132   y-axis: "Y = Number of Service Chains"
5133   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5134   layout:
5135     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5136     layout: "plot-service-density"
5137
5138 # Plots - NF Density - VSC - PDR IMIX
5139 - type: "plot"
5140   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5141   algorithm: "plot_service_density_heatmap_compare"
5142   output-file-type: ".html"
5143   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
5144   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5145   filter: "'NIC_Intel-X710' and
5146            'NF_DENSITY' and
5147            'VHOST' and
5148            'CHAIN' and
5149            'NF_VPPIP4' and
5150            'IMIX' and
5151            '2T1C' and
5152            'NDRPDR'"
5153   reference:
5154     include: "2"
5155     name: "VNF-1c"
5156   compare:
5157     include: "1"
5158     name: "VNF-0.5c"
5159   parameters:
5160   - "throughput"
5161   - "name"
5162   - "tags"
5163   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5164   x-axis: "X = VNFs per Service Chain"
5165   y-axis: "Y = Number of Service Chains"
5166   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5167   layout:
5168     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5169     layout: "plot-service-density"
5170
5171 - type: "plot"
5172   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5173   algorithm: "plot_service_density_heatmap_compare"
5174   output-file-type: ".html"
5175   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
5176   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5177   filter: "'NIC_Intel-X710' and
5178            'NF_DENSITY' and
5179            'VHOST' and
5180            'CHAIN' and
5181            'NF_VPPIP4' and
5182            'IMIX' and
5183            '4T2C' and
5184            'NDRPDR'"
5185   reference:
5186     include: "2"
5187     name: "VNF-1c"
5188   compare:
5189     include: "1"
5190     name: "VNF-0.5c"
5191   parameters:
5192   - "throughput"
5193   - "name"
5194   - "tags"
5195   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5196   x-axis: "X = VNFs per Service Chain"
5197   y-axis: "Y = Number of Service Chains"
5198   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5199   layout:
5200     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5201     layout: "plot-service-density"
5202
5203 - type: "plot"
5204   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5205   algorithm: "plot_service_density_heatmap_compare"
5206   output-file-type: ".html"
5207   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-pdr"
5208   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5209   filter: "'NIC_Intel-X710' and
5210            'NF_DENSITY' and
5211            'VHOST' and
5212            'CHAIN' and
5213            'NF_VPPIP4' and
5214            'IMIX' and
5215            '8T4C' and
5216            'NDRPDR'"
5217   reference:
5218     include: "2"
5219     name: "VNF-1c"
5220   compare:
5221     include: "1"
5222     name: "VNF-0.5c"
5223   parameters:
5224   - "throughput"
5225   - "name"
5226   - "tags"
5227   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5228   x-axis: "X = VNFs per Service Chain"
5229   y-axis: "Y = Number of Service Chains"
5230   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5231   layout:
5232     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5233     layout: "plot-service-density"
5234
5235 ################################################################################
5236 # Plots - NF Density - CSC - MRR 64b
5237 - type: "plot"
5238   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5239   algorithm: "plot_service_density_heatmap_compare"
5240   output-file-type: ".html"
5241   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5242   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5243   filter: "'NIC_Intel-X710' and
5244            'NF_DENSITY' and
5245            'DOCKER' and
5246            'CHAIN' and
5247            'NF_VPPIP4' and
5248            '64B' and
5249            '2T1C' and
5250            'MRR'"
5251   reference:
5252     include: "2"
5253     name: "CNF-1c"
5254   compare:
5255     include: "1"
5256     name: "CNF-0.5c"
5257   parameters:
5258   - "result"
5259   - "name"
5260   - "tags"
5261   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5262   x-axis: "X = CNFs per Service Chain"
5263   y-axis: "Y = Number of Service Chains"
5264   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5265   layout:
5266     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5267     layout: "plot-service-density"
5268
5269 - type: "plot"
5270   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5271   algorithm: "plot_service_density_heatmap_compare"
5272   output-file-type: ".html"
5273   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5274   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5275   filter: "'NIC_Intel-X710' and
5276            'NF_DENSITY' and
5277            'DOCKER' and
5278            'CHAIN' and
5279            'NF_VPPIP4' and
5280            '64B' and
5281            '4T2C' and
5282            'MRR'"
5283   reference:
5284     include: "2"
5285     name: "CNF-1c"
5286   compare:
5287     include: "1"
5288     name: "CNF-0.5c"
5289   parameters:
5290   - "result"
5291   - "name"
5292   - "tags"
5293   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5294   x-axis: "X = CNFs per Service Chain"
5295   y-axis: "Y = Number of Service Chains"
5296   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5297   layout:
5298     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5299     layout: "plot-service-density"
5300
5301 - type: "plot"
5302   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5303   algorithm: "plot_service_density_heatmap_compare"
5304   output-file-type: ".html"
5305   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-mrr"
5306   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5307   filter: "'NIC_Intel-X710' and
5308            'NF_DENSITY' and
5309            'DOCKER' and
5310            'CHAIN' and
5311            'NF_VPPIP4' and
5312            '64B' and
5313            '8T4C' and
5314            'MRR'"
5315   reference:
5316     include: "2"
5317     name: "CNF-1c"
5318   compare:
5319     include: "1"
5320     name: "CNF-0.5c"
5321   parameters:
5322   - "result"
5323   - "name"
5324   - "tags"
5325   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5326   x-axis: "X = CNFs per Service Chain"
5327   y-axis: "Y = Number of Service Chains"
5328   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5329   layout:
5330     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5331     layout: "plot-service-density"
5332
5333 # Plots - NF Density - CSC - MRR IMIX
5334 - type: "plot"
5335   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5336   algorithm: "plot_service_density_heatmap_compare"
5337   output-file-type: ".html"
5338   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
5339   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5340   filter: "'NIC_Intel-X710' and
5341            'NF_DENSITY' and
5342            'DOCKER' and
5343            'CHAIN' and
5344            'NF_VPPIP4' and
5345            'IMIX' and
5346            '2T1C' and
5347            'MRR'"
5348   reference:
5349     include: "2"
5350     name: "CNF-1c"
5351   compare:
5352     include: "1"
5353     name: "CNF-0.5c"
5354   parameters:
5355   - "result"
5356   - "name"
5357   - "tags"
5358   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5359   x-axis: "X = CNFs per Service Chain"
5360   y-axis: "Y = Number of Service Chains"
5361   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5362   layout:
5363     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5364     layout: "plot-service-density"
5365
5366 - type: "plot"
5367   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5368   algorithm: "plot_service_density_heatmap_compare"
5369   output-file-type: ".html"
5370   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5371   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5372   filter: "'NIC_Intel-X710' and
5373            'NF_DENSITY' and
5374            'DOCKER' and
5375            'CHAIN' and
5376            'NF_VPPIP4' and
5377            'IMIX' and
5378            '4T2C' and
5379            'MRR'"
5380   reference:
5381     include: "2"
5382     name: "CNF-1c"
5383   compare:
5384     include: "1"
5385     name: "CNF-0.5c"
5386   parameters:
5387   - "result"
5388   - "name"
5389   - "tags"
5390   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5391   x-axis: "X = CNFs per Service Chain"
5392   y-axis: "Y = Number of Service Chains"
5393   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5394   layout:
5395     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5396     layout: "plot-service-density"
5397
5398 - type: "plot"
5399   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5400   algorithm: "plot_service_density_heatmap_compare"
5401   output-file-type: ".html"
5402   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-mrr"
5403   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5404   filter: "'NIC_Intel-X710' and
5405            'NF_DENSITY' and
5406            'DOCKER' and
5407            'CHAIN' and
5408            'NF_VPPIP4' and
5409            'IMIX' and
5410            '8T4C' and
5411            'MRR'"
5412   reference:
5413     include: "2"
5414     name: "CNF-1c"
5415   compare:
5416     include: "1"
5417     name: "CNF-0.5c"
5418   parameters:
5419   - "result"
5420   - "name"
5421   - "tags"
5422   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5423   x-axis: "X = CNFs per Service Chain"
5424   y-axis: "Y = Number of Service Chains"
5425   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5426   layout:
5427     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5428     layout: "plot-service-density"
5429
5430 # Plots - NF Density - CSC - NDR 64b
5431 - type: "plot"
5432   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5433   algorithm: "plot_service_density_heatmap_compare"
5434   output-file-type: ".html"
5435   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5436   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5437   filter: "'NIC_Intel-X710' and
5438            'NF_DENSITY' and
5439            'DOCKER' and
5440            'CHAIN' and
5441            'NF_VPPIP4' and
5442            '64B' and
5443            '2T1C' and
5444            'NDRPDR'"
5445   reference:
5446     include: "2"
5447     name: "CNF-1c"
5448   compare:
5449     include: "1"
5450     name: "CNF-0.5c"
5451   parameters:
5452   - "throughput"
5453   - "name"
5454   - "tags"
5455   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5456   x-axis: "X = CNFs per Service Chain"
5457   y-axis: "Y = Number of Service Chains"
5458   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5459   layout:
5460     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5461     layout: "plot-service-density"
5462
5463 - type: "plot"
5464   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5465   algorithm: "plot_service_density_heatmap_compare"
5466   output-file-type: ".html"
5467   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5468   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5469   filter: "'NIC_Intel-X710' and
5470            'NF_DENSITY' and
5471            'DOCKER' and
5472            'CHAIN' and
5473            'NF_VPPIP4' and
5474            '64B' and
5475            '4T2C' and
5476            'NDRPDR'"
5477   reference:
5478     include: "2"
5479     name: "CNF-1c"
5480   compare:
5481     include: "1"
5482     name: "CNF-0.5c"
5483   parameters:
5484   - "throughput"
5485   - "name"
5486   - "tags"
5487   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5488   x-axis: "X = CNFs per Service Chain"
5489   y-axis: "Y = Number of Service Chains"
5490   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5491   layout:
5492     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5493     layout: "plot-service-density"
5494
5495 - type: "plot"
5496   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5497   algorithm: "plot_service_density_heatmap_compare"
5498   output-file-type: ".html"
5499   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-ndr"
5500   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5501   filter: "'NIC_Intel-X710' and
5502            'NF_DENSITY' and
5503            'DOCKER' and
5504            'CHAIN' and
5505            'NF_VPPIP4' and
5506            '64B' and
5507            '8T4C' and
5508            'NDRPDR'"
5509   reference:
5510     include: "2"
5511     name: "CNF-1c"
5512   compare:
5513     include: "1"
5514     name: "CNF-0.5c"
5515   parameters:
5516   - "throughput"
5517   - "name"
5518   - "tags"
5519   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5520   x-axis: "X = CNFs per Service Chain"
5521   y-axis: "Y = Number of Service Chains"
5522   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5523   layout:
5524     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5525     layout: "plot-service-density"
5526
5527 # Plots - NF Density - CSC - NDR IMIX
5528 - type: "plot"
5529   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5530   algorithm: "plot_service_density_heatmap_compare"
5531   output-file-type: ".html"
5532   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5533   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5534   filter: "'NIC_Intel-X710' and
5535            'NF_DENSITY' and
5536            'DOCKER' and
5537            'CHAIN' and
5538            'NF_VPPIP4' and
5539            'IMIX' and
5540            '2T1C' and
5541            'NDRPDR'"
5542   reference:
5543     include: "2"
5544     name: "CNF-1c"
5545   compare:
5546     include: "1"
5547     name: "CNF-0.5c"
5548   parameters:
5549   - "throughput"
5550   - "name"
5551   - "tags"
5552   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5553   x-axis: "X = CNFs per Service Chain"
5554   y-axis: "Y = Number of Service Chains"
5555   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5556   layout:
5557     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5558     layout: "plot-service-density"
5559
5560 - type: "plot"
5561   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5562   algorithm: "plot_service_density_heatmap_compare"
5563   output-file-type: ".html"
5564   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5565   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5566   filter: "'NIC_Intel-X710' and
5567            'NF_DENSITY' and
5568            'DOCKER' and
5569            'CHAIN' and
5570            'NF_VPPIP4' and
5571            'IMIX' and
5572            '4T2C' and
5573            'NDRPDR'"
5574   reference:
5575     include: "2"
5576     name: "CNF-1c"
5577   compare:
5578     include: "1"
5579     name: "CNF-0.5c"
5580   parameters:
5581   - "throughput"
5582   - "name"
5583   - "tags"
5584   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5585   x-axis: "X = CNFs per Service Chain"
5586   y-axis: "Y = Number of Service Chains"
5587   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5588   layout:
5589     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5590     layout: "plot-service-density"
5591
5592 - type: "plot"
5593   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5594   algorithm: "plot_service_density_heatmap_compare"
5595   output-file-type: ".html"
5596   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-ndr"
5597   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5598   filter: "'NIC_Intel-X710' and
5599            'NF_DENSITY' and
5600            'DOCKER' and
5601            'CHAIN' and
5602            'NF_VPPIP4' and
5603            'IMIX' and
5604            '8T4C' and
5605            'NDRPDR'"
5606   reference:
5607     include: "2"
5608     name: "CNF-1c"
5609   compare:
5610     include: "1"
5611     name: "CNF-0.5c"
5612   parameters:
5613   - "throughput"
5614   - "name"
5615   - "tags"
5616   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5617   x-axis: "X = CNFs per Service Chain"
5618   y-axis: "Y = Number of Service Chains"
5619   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5620   layout:
5621     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5622     layout: "plot-service-density"
5623
5624 # Plots - NF Density - CSC - PDR 64b
5625 - type: "plot"
5626   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5627   algorithm: "plot_service_density_heatmap_compare"
5628   output-file-type: ".html"
5629   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5630   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5631   filter: "'NIC_Intel-X710' and
5632            'NF_DENSITY' and
5633            'DOCKER' and
5634            'CHAIN' and
5635            'NF_VPPIP4' and
5636            '64B' and
5637            '2T1C' and
5638            'NDRPDR'"
5639   reference:
5640     include: "2"
5641     name: "CNF-1c"
5642   compare:
5643     include: "1"
5644     name: "CNF-0.5c"
5645   parameters:
5646   - "throughput"
5647   - "name"
5648   - "tags"
5649   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5650   x-axis: "X = CNFs per Service Chain"
5651   y-axis: "Y = Number of Service Chains"
5652   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5653   layout:
5654     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5655     layout: "plot-service-density"
5656
5657 - type: "plot"
5658   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5659   algorithm: "plot_service_density_heatmap_compare"
5660   output-file-type: ".html"
5661   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5662   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5663   filter: "'NIC_Intel-X710' and
5664            'NF_DENSITY' and
5665            'DOCKER' and
5666            'CHAIN' and
5667            'NF_VPPIP4' and
5668            '64B' and
5669            '4T2C' and
5670            'NDRPDR'"
5671   reference:
5672     include: "2"
5673     name: "CNF-1c"
5674   compare:
5675     include: "1"
5676     name: "CNF-0.5c"
5677   parameters:
5678   - "throughput"
5679   - "name"
5680   - "tags"
5681   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5682   x-axis: "X = CNFs per Service Chain"
5683   y-axis: "Y = Number of Service Chains"
5684   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5685   layout:
5686     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5687     layout: "plot-service-density"
5688
5689 - type: "plot"
5690   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5691   algorithm: "plot_service_density_heatmap_compare"
5692   output-file-type: ".html"
5693   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-pdr"
5694   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5695   filter: "'NIC_Intel-X710' and
5696            'NF_DENSITY' and
5697            'DOCKER' and
5698            'CHAIN' and
5699            'NF_VPPIP4' and
5700            '64B' and
5701            '8T4C' and
5702            'NDRPDR'"
5703   reference:
5704     include: "2"
5705     name: "CNF-1c"
5706   compare:
5707     include: "1"
5708     name: "CNF-0.5c"
5709   parameters:
5710   - "throughput"
5711   - "name"
5712   - "tags"
5713   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5714   x-axis: "X = CNFs per Service Chain"
5715   y-axis: "Y = Number of Service Chains"
5716   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5717   layout:
5718     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5719     layout: "plot-service-density"
5720
5721 # Plots - NF Density - CSC - PDR IMIX
5722 - type: "plot"
5723   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5724   algorithm: "plot_service_density_heatmap_compare"
5725   output-file-type: ".html"
5726   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
5727   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5728   filter: "'NIC_Intel-X710' and
5729            'NF_DENSITY' and
5730            'DOCKER' and
5731            'CHAIN' and
5732            'NF_VPPIP4' and
5733            'IMIX' and
5734            '2T1C' and
5735            'NDRPDR'"
5736   reference:
5737     include: "2"
5738     name: "CNF-1c"
5739   compare:
5740     include: "1"
5741     name: "CNF-0.5c"
5742   parameters:
5743   - "throughput"
5744   - "name"
5745   - "tags"
5746   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5747   x-axis: "X = CNFs per Service Chain"
5748   y-axis: "Y = Number of Service Chains"
5749   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5750   layout:
5751     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5752     layout: "plot-service-density"
5753
5754 - type: "plot"
5755   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5756   algorithm: "plot_service_density_heatmap_compare"
5757   output-file-type: ".html"
5758   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5759   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5760   filter: "'NIC_Intel-X710' and
5761            'NF_DENSITY' and
5762            'DOCKER' and
5763            'CHAIN' and
5764            'NF_VPPIP4' and
5765            'IMIX' and
5766            '4T2C' and
5767            'NDRPDR'"
5768   reference:
5769     include: "2"
5770     name: "CNF-1c"
5771   compare:
5772     include: "1"
5773     name: "CNF-0.5c"
5774   parameters:
5775   - "throughput"
5776   - "name"
5777   - "tags"
5778   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5779   x-axis: "X = CNFs per Service Chain"
5780   y-axis: "Y = Number of Service Chains"
5781   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5782   layout:
5783     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5784     layout: "plot-service-density"
5785
5786 - type: "plot"
5787   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5788   algorithm: "plot_service_density_heatmap_compare"
5789   output-file-type: ".html"
5790   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-pdr"
5791   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5792   filter: "'NIC_Intel-X710' and
5793            'NF_DENSITY' and
5794            'DOCKER' and
5795            'CHAIN' and
5796            'NF_VPPIP4' and
5797            'IMIX' and
5798            '8T4C' and
5799            'NDRPDR'"
5800   reference:
5801     include: "2"
5802     name: "CNF-1c"
5803   compare:
5804     include: "1"
5805     name: "CNF-0.5c"
5806   parameters:
5807   - "throughput"
5808   - "name"
5809   - "tags"
5810   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5811   x-axis: "X = CNFs per Service Chain"
5812   y-axis: "Y = Number of Service Chains"
5813   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5814   layout:
5815     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5816     layout: "plot-service-density"
5817
5818 ################################################################################
5819 # Plots - NF Density - CSP - MRR 64b
5820 - type: "plot"
5821   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5822   algorithm: "plot_service_density_heatmap_compare"
5823   output-file-type: ".html"
5824   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5825   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5826   filter: "'NIC_Intel-X710' and
5827            'NF_DENSITY' and
5828            'DOCKER' and
5829            'PIPELINE' and
5830            'NF_VPPIP4' and
5831            '64B' and
5832            '2T1C' and
5833            'MRR'"
5834   reference:
5835     include: "2"
5836     name: "CNF-1c"
5837   compare:
5838     include: "1"
5839     name: "CNF-0.5c"
5840   parameters:
5841   - "result"
5842   - "name"
5843   - "tags"
5844   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5845   x-axis: "X = CNFs per Service Pipeline"
5846   y-axis: "Y = Number of Service Pipelines"
5847   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5848   layout:
5849     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5850     layout: "plot-service-density"
5851
5852 - type: "plot"
5853   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5854   algorithm: "plot_service_density_heatmap_compare"
5855   output-file-type: ".html"
5856   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5857   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5858   filter: "'NIC_Intel-X710' and
5859            'NF_DENSITY' and
5860            'DOCKER' and
5861            'PIPELINE' and
5862            'NF_VPPIP4' and
5863            '64B' and
5864            '4T2C' and
5865            'MRR'"
5866   reference:
5867     include: "2"
5868     name: "CNF-1c"
5869   compare:
5870     include: "1"
5871     name: "CNF-0.5c"
5872   parameters:
5873   - "result"
5874   - "name"
5875   - "tags"
5876   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5877   x-axis: "X = CNFs per Service Pipeline"
5878   y-axis: "Y = Number of Service Pipelines"
5879   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5880   layout:
5881     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5882     layout: "plot-service-density"
5883
5884 - type: "plot"
5885   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5886   algorithm: "plot_service_density_heatmap_compare"
5887   output-file-type: ".html"
5888   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-mrr"
5889   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5890   filter: "'NIC_Intel-X710' and
5891            'NF_DENSITY' and
5892            'DOCKER' and
5893            'PIPELINE' and
5894            'NF_VPPIP4' and
5895            '64B' and
5896            '8T4C' and
5897            'MRR'"
5898   reference:
5899     include: "2"
5900     name: "CNF-1c"
5901   compare:
5902     include: "1"
5903     name: "CNF-0.5c"
5904   parameters:
5905   - "result"
5906   - "name"
5907   - "tags"
5908   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5909   x-axis: "X = CNFs per Service Pipeline"
5910   y-axis: "Y = Number of Service Pipelines"
5911   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5912   layout:
5913     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5914     layout: "plot-service-density"
5915
5916 # Plots - NF Density - CSP - MRR IMIX
5917 - type: "plot"
5918   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5919   algorithm: "plot_service_density_heatmap_compare"
5920   output-file-type: ".html"
5921   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5922   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5923   filter: "'NIC_Intel-X710' and
5924            'NF_DENSITY' and
5925            'DOCKER' and
5926            'PIPELINE' and
5927            'NF_VPPIP4' and
5928            'IMIX' and
5929            '2T1C' and
5930            'MRR'"
5931   reference:
5932     include: "2"
5933     name: "CNF-1c"
5934   compare:
5935     include: "1"
5936     name: "CNF-0.5c"
5937   parameters:
5938   - "result"
5939   - "name"
5940   - "tags"
5941   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5942   x-axis: "X = CNFs per Service Pipeline"
5943   y-axis: "Y = Number of Service Pipelines"
5944   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5945   layout:
5946     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5947     layout: "plot-service-density"
5948
5949 - type: "plot"
5950   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5951   algorithm: "plot_service_density_heatmap_compare"
5952   output-file-type: ".html"
5953   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5954   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5955   filter: "'NIC_Intel-X710' and
5956            'NF_DENSITY' and
5957            'DOCKER' and
5958            'PIPELINE' and
5959            'NF_VPPIP4' and
5960            'IMIX' and
5961            '4T2C' and
5962            'MRR'"
5963   reference:
5964     include: "2"
5965     name: "CNF-1c"
5966   compare:
5967     include: "1"
5968     name: "CNF-0.5c"
5969   parameters:
5970   - "result"
5971   - "name"
5972   - "tags"
5973   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5974   x-axis: "X = CNFs per Service Pipeline"
5975   y-axis: "Y = Number of Service Pipelines"
5976   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5977   layout:
5978     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5979     layout: "plot-service-density"
5980
5981 - type: "plot"
5982   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5983   algorithm: "plot_service_density_heatmap_compare"
5984   output-file-type: ".html"
5985   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-mrr"
5986   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5987   filter: "'NIC_Intel-X710' and
5988            'NF_DENSITY' and
5989            'DOCKER' and
5990            'PIPELINE' and
5991            'NF_VPPIP4' and
5992            'IMIX' and
5993            '8T4C' and
5994            'MRR'"
5995   reference:
5996     include: "2"
5997     name: "CNF-1c"
5998   compare:
5999     include: "1"
6000     name: "CNF-0.5c"
6001   parameters:
6002   - "result"
6003   - "name"
6004   - "tags"
6005   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6006   x-axis: "X = CNFs per Service Pipeline"
6007   y-axis: "Y = Number of Service Pipelines"
6008   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6009   layout:
6010     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
6011     layout: "plot-service-density"
6012
6013 # Plots - NF Density - CSP - NDR 64b
6014 - type: "plot"
6015   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6016   algorithm: "plot_service_density_heatmap_compare"
6017   output-file-type: ".html"
6018   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
6019   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6020   filter: "'NIC_Intel-X710' and
6021            'NF_DENSITY' and
6022            'DOCKER' and
6023            'PIPELINE' and
6024            'NF_VPPIP4' and
6025            '64B' and
6026            '2T1C' and
6027            'NDRPDR'"
6028   reference:
6029     include: "2"
6030     name: "CNF-1c"
6031   compare:
6032     include: "1"
6033     name: "CNF-0.5c"
6034   parameters:
6035   - "throughput"
6036   - "name"
6037   - "tags"
6038   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6039   x-axis: "X = CNFs per Service Pipeline"
6040   y-axis: "Y = Number of Service Pipelines"
6041   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6042   layout:
6043     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6044     layout: "plot-service-density"
6045
6046 - type: "plot"
6047   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6048   algorithm: "plot_service_density_heatmap_compare"
6049   output-file-type: ".html"
6050   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
6051   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6052   filter: "'NIC_Intel-X710' and
6053            'NF_DENSITY' and
6054            'DOCKER' and
6055            'PIPELINE' and
6056            'NF_VPPIP4' and
6057            '64B' and
6058            '4T2C' and
6059            'NDRPDR'"
6060   reference:
6061     include: "2"
6062     name: "CNF-1c"
6063   compare:
6064     include: "1"
6065     name: "CNF-0.5c"
6066   parameters:
6067   - "throughput"
6068   - "name"
6069   - "tags"
6070   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6071   x-axis: "X = CNFs per Service Pipeline"
6072   y-axis: "Y = Number of Service Pipelines"
6073   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6074   layout:
6075     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6076     layout: "plot-service-density"
6077
6078 - type: "plot"
6079   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6080   algorithm: "plot_service_density_heatmap_compare"
6081   output-file-type: ".html"
6082   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-ndr"
6083   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6084   filter: "'NIC_Intel-X710' and
6085            'NF_DENSITY' and
6086            'DOCKER' and
6087            'PIPELINE' and
6088            'NF_VPPIP4' and
6089            '64B' and
6090            '8T4C' and
6091            'NDRPDR'"
6092   reference:
6093     include: "2"
6094     name: "CNF-1c"
6095   compare:
6096     include: "1"
6097     name: "CNF-0.5c"
6098   parameters:
6099   - "throughput"
6100   - "name"
6101   - "tags"
6102   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6103   x-axis: "X = CNFs per Service Pipeline"
6104   y-axis: "Y = Number of Service Pipelines"
6105   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6106   layout:
6107     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6108     layout: "plot-service-density"
6109
6110 # Plots - NF Density - CSP - NDR IMIX
6111 - type: "plot"
6112   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6113   algorithm: "plot_service_density_heatmap_compare"
6114   output-file-type: ".html"
6115   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
6116   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6117   filter: "'NIC_Intel-X710' and
6118            'NF_DENSITY' and
6119            'DOCKER' and
6120            'PIPELINE' and
6121            'NF_VPPIP4' and
6122            'IMIX' and
6123            '2T1C' and
6124            'NDRPDR'"
6125   reference:
6126     include: "2"
6127     name: "CNF-1c"
6128   compare:
6129     include: "1"
6130     name: "CNF-0.5c"
6131   parameters:
6132   - "throughput"
6133   - "name"
6134   - "tags"
6135   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6136   x-axis: "X = CNFs per Service Pipeline"
6137   y-axis: "Y = Number of Service Pipelines"
6138   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6139   layout:
6140     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6141     layout: "plot-service-density"
6142
6143 - type: "plot"
6144   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6145   algorithm: "plot_service_density_heatmap_compare"
6146   output-file-type: ".html"
6147   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
6148   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6149   filter: "'NIC_Intel-X710' and
6150            'NF_DENSITY' and
6151            'DOCKER' and
6152            'PIPELINE' and
6153            'NF_VPPIP4' and
6154            'IMIX' and
6155            '4T2C' and
6156            'NDRPDR'"
6157   reference:
6158     include: "2"
6159     name: "CNF-1c"
6160   compare:
6161     include: "1"
6162     name: "CNF-0.5c"
6163   parameters:
6164   - "throughput"
6165   - "name"
6166   - "tags"
6167   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6168   x-axis: "X = CNFs per Service Pipeline"
6169   y-axis: "Y = Number of Service Pipelines"
6170   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6171   layout:
6172     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6173     layout: "plot-service-density"
6174
6175 - type: "plot"
6176   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6177   algorithm: "plot_service_density_heatmap_compare"
6178   output-file-type: ".html"
6179   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-ndr"
6180   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6181   filter: "'NIC_Intel-X710' and
6182            'NF_DENSITY' and
6183            'DOCKER' and
6184            'PIPELINE' and
6185            'NF_VPPIP4' and
6186            'IMIX' and
6187            '8T4C' and
6188            'NDRPDR'"
6189   reference:
6190     include: "2"
6191     name: "CNF-1c"
6192   compare:
6193     include: "1"
6194     name: "CNF-0.5c"
6195   parameters:
6196   - "throughput"
6197   - "name"
6198   - "tags"
6199   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6200   x-axis: "X = CNFs per Service Pipeline"
6201   y-axis: "Y = Number of Service Pipelines"
6202   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6203   layout:
6204     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6205     layout: "plot-service-density"
6206
6207 # Plots - NF Density - CSP - PDR 64b
6208 - type: "plot"
6209   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6210   algorithm: "plot_service_density_heatmap_compare"
6211   output-file-type: ".html"
6212   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
6213   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6214   filter: "'NIC_Intel-X710' and
6215            'NF_DENSITY' and
6216            'DOCKER' and
6217            'PIPELINE' and
6218            'NF_VPPIP4' and
6219            '64B' and
6220            '2T1C' and
6221            'NDRPDR'"
6222   reference:
6223     include: "2"
6224     name: "CNF-1c"
6225   compare:
6226     include: "1"
6227     name: "CNF-0.5c"
6228   parameters:
6229   - "throughput"
6230   - "name"
6231   - "tags"
6232   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6233   x-axis: "X = CNFs per Service Pipeline"
6234   y-axis: "Y = Number of Service Pipelines"
6235   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6236   layout:
6237     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6238     layout: "plot-service-density"
6239
6240 - type: "plot"
6241   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6242   algorithm: "plot_service_density_heatmap_compare"
6243   output-file-type: ".html"
6244   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
6245   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6246   filter: "'NIC_Intel-X710' and
6247            'NF_DENSITY' and
6248            'DOCKER' and
6249            'PIPELINE' and
6250            'NF_VPPIP4' and
6251            '64B' and
6252            '4T2C' and
6253            'NDRPDR'"
6254   reference:
6255     include: "2"
6256     name: "CNF-1c"
6257   compare:
6258     include: "1"
6259     name: "CNF-0.5c"
6260   parameters:
6261   - "throughput"
6262   - "name"
6263   - "tags"
6264   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6265   x-axis: "X = CNFs per Service Pipeline"
6266   y-axis: "Y = Number of Service Pipelines"
6267   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6268   layout:
6269     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6270     layout: "plot-service-density"
6271
6272 - type: "plot"
6273   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6274   algorithm: "plot_service_density_heatmap_compare"
6275   output-file-type: ".html"
6276   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-pdr"
6277   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6278   filter: "'NIC_Intel-X710' and
6279            'NF_DENSITY' and
6280            'DOCKER' and
6281            'PIPELINE' and
6282            'NF_VPPIP4' and
6283            '64B' and
6284            '8T4C' and
6285            'NDRPDR'"
6286   reference:
6287     include: "2"
6288     name: "CNF-1c"
6289   compare:
6290     include: "1"
6291     name: "CNF-0.5c"
6292   parameters:
6293   - "throughput"
6294   - "name"
6295   - "tags"
6296   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6297   x-axis: "X = CNFs per Service Pipeline"
6298   y-axis: "Y = Number of Service Pipelines"
6299   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6300   layout:
6301     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6302     layout: "plot-service-density"
6303
6304 # Plots - NF Density - CSP - PDR IMIX
6305 - type: "plot"
6306   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6307   algorithm: "plot_service_density_heatmap_compare"
6308   output-file-type: ".html"
6309   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
6310   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6311   filter: "'NIC_Intel-X710' and
6312            'NF_DENSITY' and
6313            'DOCKER' and
6314            'PIPELINE' and
6315            'NF_VPPIP4' and
6316            'IMIX' and
6317            '2T1C' and
6318            'NDRPDR'"
6319   reference:
6320     include: "2"
6321     name: "CNF-1c"
6322   compare:
6323     include: "1"
6324     name: "CNF-0.5c"
6325   parameters:
6326   - "throughput"
6327   - "name"
6328   - "tags"
6329   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6330   x-axis: "X = CNFs per Service Pipeline"
6331   y-axis: "Y = Number of Service Pipelines"
6332   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6333   layout:
6334     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6335     layout: "plot-service-density"
6336
6337 - type: "plot"
6338   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6339   algorithm: "plot_service_density_heatmap_compare"
6340   output-file-type: ".html"
6341   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
6342   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6343   filter: "'NIC_Intel-X710' and
6344            'NF_DENSITY' and
6345            'DOCKER' and
6346            'PIPELINE' and
6347            'NF_VPPIP4' and
6348            'IMIX' and
6349            '4T2C' and
6350            'NDRPDR'"
6351   reference:
6352     include: "2"
6353     name: "CNF-1c"
6354   compare:
6355     include: "1"
6356     name: "CNF-0.5c"
6357   parameters:
6358   - "throughput"
6359   - "name"
6360   - "tags"
6361   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6362   x-axis: "X = CNFs per Service Pipeline"
6363   y-axis: "Y = Number of Service Pipelines"
6364   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6365   layout:
6366     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6367     layout: "plot-service-density"
6368
6369 - type: "plot"
6370   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6371   algorithm: "plot_service_density_heatmap_compare"
6372   output-file-type: ".html"
6373   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-pdr"
6374   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6375   filter: "'NIC_Intel-X710' and
6376            'NF_DENSITY' and
6377            'DOCKER' and
6378            'PIPELINE' and
6379            'NF_VPPIP4' and
6380            'IMIX' and
6381            '8T4C' and
6382            'NDRPDR'"
6383   reference:
6384     include: "2"
6385     name: "CNF-1c"
6386   compare:
6387     include: "1"
6388     name: "CNF-0.5c"
6389   parameters:
6390   - "throughput"
6391   - "name"
6392   - "tags"
6393   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6394   x-axis: "X = CNFs per Service Pipeline"
6395   y-axis: "Y = Number of Service Pipelines"
6396   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6397   layout:
6398     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6399     layout: "plot-service-density"
6400
6401 ################################################################################
6402 ## Plots VPP HTTP Server Performance
6403 #- type: "plot"
6404 #  title: "VPP HTTP Server Performance"
6405 #  algorithm: "plot_http_server_performance_box"
6406 #  output-file-type: ".html"
6407 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6408 #  data:
6409 #    "plot-vpp-http-server-performance"
6410 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
6411 #  # each tag is enclosed with ' (apostrophe).
6412 #  filter: "'HTTP' and 'TCP_CPS'"
6413 #  parameters:
6414 #  - "result"
6415 #  - "name"
6416 #  traces:
6417 #    hoverinfo: "x+y"
6418 #    boxpoints: "outliers"
6419 #    whiskerwidth: 0
6420 #  layout:
6421 #    title: "VPP HTTP Server Performance"
6422 #    layout:
6423 #      "plot-cps"
6424 #
6425 #- type: "plot"
6426 #  title: "VPP HTTP Server Performance"
6427 #  algorithm: "plot_http_server_performance_box"
6428 #  output-file-type: ".html"
6429 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6430 #  data:
6431 #    "plot-vpp-http-server-performance"
6432 #  filter: "'HTTP' and 'TCP_RPS'"
6433 #  parameters:
6434 #  - "result"
6435 #  - "name"
6436 #  traces:
6437 #    hoverinfo: "x+y"
6438 #    boxpoints: "outliers"
6439 #    whiskerwidth: 0
6440 #  layout:
6441 #    title: "VPP HTTP Server Performance"
6442 #    layout:
6443 #      "plot-rps"
6444
6445 ################################################################################
6446
6447 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
6448 - type: "plot"
6449   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6450   algorithm: "plot_performance_box"
6451   output-file-type: ".html"
6452   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6453   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6454   filter: "'NIC_Intel-X520-DA2' and
6455            '64B' and
6456            ('BASE' or 'SCALE') and
6457            'NDRPDR' and
6458            'ETH' and
6459            '1T1C' and
6460            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6461            not 'VHOST' and
6462            not 'MEMIF'"
6463   parameters:
6464   - "throughput"
6465   - "parent"
6466   - "tags"
6467   sort:
6468   - "L2PATCH"
6469   - "L2XCBASE"
6470   - "BASE"
6471   - "FIB_10K"
6472   - "FIB_100K"
6473   - "FIB_1M"
6474   traces:
6475     hoverinfo: "x+y"
6476     boxpoints: "outliers"
6477     whiskerwidth: 0
6478   layout:
6479     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6480     layout: "plot-throughput"
6481
6482 - type: "plot"
6483   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6484   algorithm: "plot_performance_box"
6485   output-file-type: ".html"
6486   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6487   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6488   filter: "'NIC_Intel-X520-DA2' and
6489            '64B' and
6490            ('BASE' or 'SCALE') and
6491            'NDRPDR' and
6492            'ETH' and
6493            '1T1C' and
6494            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6495            not 'VHOST' and
6496            not 'MEMIF'"
6497   parameters:
6498   - "throughput"
6499   - "parent"
6500   - "tags"
6501   sort:
6502   - "L2PATCH"
6503   - "L2XCBASE"
6504   - "BASE"
6505   - "FIB_10K"
6506   - "FIB_100K"
6507   - "FIB_1M"
6508   traces:
6509     hoverinfo: "x+y"
6510     boxpoints: "outliers"
6511     whiskerwidth: 0
6512   layout:
6513     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6514     layout: "plot-throughput"
6515
6516 - type: "plot"
6517   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6518   algorithm: "plot_performance_box"
6519   output-file-type: ".html"
6520   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6521   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6522   filter: "'NIC_Intel-X520-DA2' and
6523            '64B' and
6524            ('BASE' or 'SCALE') and
6525            'NDRPDR' and
6526            'ETH' and
6527            '2T2C' and
6528            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6529            not 'VHOST' and
6530            not 'MEMIF'"
6531   parameters:
6532   - "throughput"
6533   - "parent"
6534   - "tags"
6535   sort:
6536   - "L2PATCH"
6537   - "L2XCBASE"
6538   - "BASE"
6539   - "FIB_10K"
6540   - "FIB_100K"
6541   - "FIB_1M"
6542   traces:
6543     hoverinfo: "x+y"
6544     boxpoints: "outliers"
6545     whiskerwidth: 0
6546   layout:
6547     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6548     layout: "plot-throughput"
6549
6550 - type: "plot"
6551   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6552   algorithm: "plot_performance_box"
6553   output-file-type: ".html"
6554   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6555   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6556   filter: "'NIC_Intel-X520-DA2' and
6557            '64B' and
6558            ('BASE' or 'SCALE') and
6559            'NDRPDR' and
6560            'ETH' and
6561            '2T2C' and
6562            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6563            not 'VHOST' and
6564            not 'MEMIF'"
6565   parameters:
6566   - "throughput"
6567   - "parent"
6568   - "tags"
6569   sort:
6570   - "L2PATCH"
6571   - "L2XCBASE"
6572   - "BASE"
6573   - "FIB_10K"
6574   - "FIB_100K"
6575   - "FIB_1M"
6576   traces:
6577     hoverinfo: "x+y"
6578     boxpoints: "outliers"
6579     whiskerwidth: 0
6580   layout:
6581     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6582     layout: "plot-throughput"
6583
6584 # Packet Throughput - VPP L2 3n-hsw-x520 features
6585 - type: "plot"
6586   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6587   algorithm: "plot_performance_box"
6588   output-file-type: ".html"
6589   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6590   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6591   filter: "'NIC_Intel-X520-DA2' and
6592            '64B' and
6593            'NDRPDR' and
6594            '1T1C' and
6595            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6596            not 'ACL' and
6597            not 'VHOST' and
6598            not 'MEMIF'"
6599   parameters:
6600   - "throughput"
6601   - "parent"
6602   - "tags"
6603   sort:
6604   - "L2XCBASE"    # l2xcbase
6605   - "L2BDBASE"    # l2bdbase
6606   - "L2XCFWD"     # dot1q-l2xcbase
6607   - "L2BDMACLRN"  # dot1q-l2bdbase
6608   traces:
6609     hoverinfo: "x+y"
6610     boxpoints: "outliers"
6611     whiskerwidth: 0
6612   layout:
6613     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6614     layout: "plot-throughput"
6615
6616 - type: "plot"
6617   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6618   algorithm: "plot_performance_box"
6619   output-file-type: ".html"
6620   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6621   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6622   filter: "'NIC_Intel-X520-DA2' and
6623            '64B' and
6624            'NDRPDR' and
6625            '1T1C' and
6626            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6627            not 'ACL' and
6628            not 'VHOST' and
6629            not 'MEMIF'"
6630   parameters:
6631   - "throughput"
6632   - "parent"
6633   - "tags"
6634   sort:
6635   - "L2XCBASE"    # l2xcbase
6636   - "L2BDBASE"    # l2bdbase
6637   - "L2XCFWD"     # dot1q-l2xcbase
6638   - "L2BDMACLRN"  # dot1q-l2bdbase
6639   traces:
6640     hoverinfo: "x+y"
6641     boxpoints: "outliers"
6642     whiskerwidth: 0
6643   layout:
6644     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6645     layout: "plot-throughput"
6646
6647 - type: "plot"
6648   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6649   algorithm: "plot_performance_box"
6650   output-file-type: ".html"
6651   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6652   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6653   filter: "'NIC_Intel-X520-DA2' and
6654            '64B' and
6655            'NDRPDR' and
6656            '2T2C' and
6657            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6658            not 'ACL' and
6659            not 'VHOST' and
6660            not 'MEMIF'"
6661   parameters:
6662   - "throughput"
6663   - "parent"
6664   - "tags"
6665   sort:
6666   - "L2XCBASE"    # l2xcbase
6667   - "L2BDBASE"    # l2bdbase
6668   - "L2XCFWD"     # dot1q-l2xcbase
6669   - "L2BDMACLRN"  # dot1q-l2bdbase
6670   traces:
6671     hoverinfo: "x+y"
6672     boxpoints: "outliers"
6673     whiskerwidth: 0
6674   layout:
6675     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6676     layout: "plot-throughput"
6677
6678 - type: "plot"
6679   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6680   algorithm: "plot_performance_box"
6681   output-file-type: ".html"
6682   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6683   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6684   filter: "'NIC_Intel-X520-DA2' and
6685            '64B' and
6686            'NDRPDR' and
6687            '2T2C' and
6688            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6689            not 'ACL' and
6690            not 'VHOST' and
6691            not 'MEMIF'"
6692   parameters:
6693   - "throughput"
6694   - "parent"
6695   - "tags"
6696   sort:
6697   - "L2XCBASE"    # l2xcbase
6698   - "L2BDBASE"    # l2bdbase
6699   - "L2XCFWD"     # dot1q-l2xcbase
6700   - "L2BDMACLRN"  # dot1q-l2bdbase
6701   traces:
6702     hoverinfo: "x+y"
6703     boxpoints: "outliers"
6704     whiskerwidth: 0
6705   layout:
6706     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6707     layout: "plot-throughput"
6708
6709 # Packet Throughput - VPP L2 3n-hsw-x520 features-iacl
6710 - type: "plot"
6711   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6712   algorithm: "plot_performance_box"
6713   output-file-type: ".html"
6714   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6715   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6716   filter: "'NIC_Intel-X520-DA2' and
6717            '64B' and
6718            'NDRPDR' and
6719            '1T1C' and
6720            'FEATURE' and
6721            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6722            'IACL' and
6723            ('ACL1' or 'ACL50') and
6724            ('10K_FLOWS' or '10k_FLOWS') and
6725            not 'MACIP' and
6726            not 'VHOST' and
6727            not 'MEMIF'"
6728   parameters:
6729   - "throughput"
6730   - "parent"
6731   - "tags"
6732   traces:
6733     hoverinfo: "x+y"
6734     boxpoints: "outliers"
6735     whiskerwidth: 0
6736   layout:
6737     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6738     layout: "plot-throughput"
6739
6740 - type: "plot"
6741   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6742   algorithm: "plot_performance_box"
6743   output-file-type: ".html"
6744   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6745   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6746   filter: "'NIC_Intel-X520-DA2' and
6747            '64B' and
6748            'NDRPDR' and
6749            '1T1C' and
6750            'FEATURE' and
6751            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6752            'IACL' and
6753            ('ACL1' or 'ACL50') and
6754            ('10K_FLOWS' or '10k_FLOWS') and
6755            not 'MACIP' and
6756            not 'VHOST' and
6757            not 'MEMIF'"
6758   parameters:
6759   - "throughput"
6760   - "parent"
6761   - "tags"
6762   traces:
6763     hoverinfo: "x+y"
6764     boxpoints: "outliers"
6765     whiskerwidth: 0
6766   layout:
6767     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6768     layout: "plot-throughput"
6769
6770 - type: "plot"
6771   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6772   algorithm: "plot_performance_box"
6773   output-file-type: ".html"
6774   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6775   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6776   filter: "'NIC_Intel-X520-DA2' and
6777            '64B' and
6778            'NDRPDR' and
6779            '2T2C' and
6780            'FEATURE' and
6781            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6782            'IACL' and
6783            ('ACL1' or 'ACL50') and
6784            ('10K_FLOWS' or '10k_FLOWS') and
6785            not 'MACIP' and
6786            not 'VHOST' and
6787            not 'MEMIF'"
6788   parameters:
6789   - "throughput"
6790   - "parent"
6791   - "tags"
6792   traces:
6793     hoverinfo: "x+y"
6794     boxpoints: "outliers"
6795     whiskerwidth: 0
6796   layout:
6797     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6798     layout: "plot-throughput"
6799
6800 - type: "plot"
6801   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6802   algorithm: "plot_performance_box"
6803   output-file-type: ".html"
6804   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6805   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6806   filter: "'NIC_Intel-X520-DA2' and
6807            '64B' and
6808            'NDRPDR' and
6809            '2T2C' and
6810            'FEATURE' and
6811            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6812            'IACL' and
6813            ('ACL1' or 'ACL50') and
6814            ('10K_FLOWS' or '10k_FLOWS') and
6815            not 'MACIP' and
6816            not 'VHOST' and
6817            not 'MEMIF'"
6818   parameters:
6819   - "throughput"
6820   - "parent"
6821   - "tags"
6822   traces:
6823     hoverinfo: "x+y"
6824     boxpoints: "outliers"
6825     whiskerwidth: 0
6826   layout:
6827     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6828     layout: "plot-throughput"
6829
6830 # Packet Throughput - VPP L2 3n-hsw-x520 features-oacl
6831 - type: "plot"
6832   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6833   algorithm: "plot_performance_box"
6834   output-file-type: ".html"
6835   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6836   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6837   filter: "'NIC_Intel-X520-DA2' and
6838            '64B' and
6839            'NDRPDR' and
6840            '1T1C' and
6841            'FEATURE' and
6842            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6843            'OACL' and
6844            ('ACL1' or 'ACL50') and
6845            ('10K_FLOWS' or '10k_FLOWS') and
6846            not 'MACIP' and
6847            not 'VHOST' and
6848            not 'MEMIF'"
6849   parameters:
6850   - "throughput"
6851   - "parent"
6852   - "tags"
6853   traces:
6854     hoverinfo: "x+y"
6855     boxpoints: "outliers"
6856     whiskerwidth: 0
6857   layout:
6858     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6859     layout: "plot-throughput"
6860
6861 - type: "plot"
6862   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6863   algorithm: "plot_performance_box"
6864   output-file-type: ".html"
6865   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6866   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6867   filter: "'NIC_Intel-X520-DA2' and
6868            '64B' and
6869            'NDRPDR' and
6870            '1T1C' and
6871            'FEATURE' and
6872            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6873            'OACL' and
6874            ('ACL1' or 'ACL50') and
6875            ('10K_FLOWS' or '10k_FLOWS') and
6876            not 'MACIP' and
6877            not 'VHOST' and
6878            not 'MEMIF'"
6879   parameters:
6880   - "throughput"
6881   - "parent"
6882   - "tags"
6883   traces:
6884     hoverinfo: "x+y"
6885     boxpoints: "outliers"
6886     whiskerwidth: 0
6887   layout:
6888     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6889     layout: "plot-throughput"
6890
6891 - type: "plot"
6892   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6893   algorithm: "plot_performance_box"
6894   output-file-type: ".html"
6895   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6896   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6897   filter: "'NIC_Intel-X520-DA2' and
6898            '64B' and
6899            'NDRPDR' and
6900            '2T2C' and
6901            'FEATURE' and
6902            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6903            'OACL' and
6904            ('ACL1' or 'ACL50') and
6905            ('10K_FLOWS' or '10k_FLOWS') and
6906            not 'MACIP' and
6907            not 'VHOST' and
6908            not 'MEMIF'"
6909   parameters:
6910   - "throughput"
6911   - "parent"
6912   - "tags"
6913   traces:
6914     hoverinfo: "x+y"
6915     boxpoints: "outliers"
6916     whiskerwidth: 0
6917   layout:
6918     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6919     layout: "plot-throughput"
6920
6921 - type: "plot"
6922   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6923   algorithm: "plot_performance_box"
6924   output-file-type: ".html"
6925   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6926   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6927   filter: "'NIC_Intel-X520-DA2' and
6928            '64B' and
6929            'NDRPDR' and
6930            '2T2C' and
6931            'FEATURE' and
6932            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6933            'OACL' and
6934            ('ACL1' or 'ACL50') and
6935            ('10K_FLOWS' or '10k_FLOWS') and
6936            not 'MACIP' and
6937            not 'VHOST' and
6938            not 'MEMIF'"
6939   parameters:
6940   - "throughput"
6941   - "parent"
6942   - "tags"
6943   traces:
6944     hoverinfo: "x+y"
6945     boxpoints: "outliers"
6946     whiskerwidth: 0
6947   layout:
6948     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6949     layout: "plot-throughput"
6950
6951 # Packet Throughput - VPP L2 3n-hsw-x520 features-macip
6952 - type: "plot"
6953   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6954   algorithm: "plot_performance_box"
6955   output-file-type: ".html"
6956   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6957   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6958   filter: "'NIC_Intel-X520-DA2' and
6959            '64B' and
6960            'NDRPDR' and
6961            '1T1C' and
6962            'FEATURE' and
6963            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6964            'MACIP' and
6965            ('ACL1' or 'ACL50') and
6966            ('10K_FLOWS' or '10k_FLOWS') and
6967            not 'VHOST' and
6968            not 'MEMIF'"
6969   parameters:
6970   - "throughput"
6971   - "parent"
6972   - "tags"
6973   traces:
6974     hoverinfo: "x+y"
6975     boxpoints: "outliers"
6976     whiskerwidth: 0
6977   layout:
6978     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6979     layout: "plot-throughput"
6980
6981 - type: "plot"
6982   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6983   algorithm: "plot_performance_box"
6984   output-file-type: ".html"
6985   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6986   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6987   filter: "'NIC_Intel-X520-DA2' and
6988            '64B' and
6989            'NDRPDR' and
6990            '1T1C' and
6991            'FEATURE' and
6992            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6993            'MACIP' and
6994            ('ACL1' or 'ACL50') and
6995            ('10K_FLOWS' or '10k_FLOWS') and
6996            not 'VHOST' and
6997            not 'MEMIF'"
6998   parameters:
6999   - "throughput"
7000   - "parent"
7001   - "tags"
7002   traces:
7003     hoverinfo: "x+y"
7004     boxpoints: "outliers"
7005     whiskerwidth: 0
7006   layout:
7007     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
7008     layout: "plot-throughput"
7009
7010 - type: "plot"
7011   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
7012   algorithm: "plot_performance_box"
7013   output-file-type: ".html"
7014   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
7015   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7016   filter: "'NIC_Intel-X520-DA2' and
7017            '64B' and
7018            'NDRPDR' and
7019            '2T2C' and
7020            'FEATURE' and
7021            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7022            'MACIP' and
7023            ('ACL1' or 'ACL50') and
7024            ('10K_FLOWS' or '10k_FLOWS') and
7025            not 'VHOST' and
7026            not 'MEMIF'"
7027   parameters:
7028   - "throughput"
7029   - "parent"
7030   - "tags"
7031   traces:
7032     hoverinfo: "x+y"
7033     boxpoints: "outliers"
7034     whiskerwidth: 0
7035   layout:
7036     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
7037     layout: "plot-throughput"
7038
7039 - type: "plot"
7040   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7041   algorithm: "plot_performance_box"
7042   output-file-type: ".html"
7043   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7044   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7045   filter: "'NIC_Intel-X520-DA2' and
7046            '64B' and
7047            'NDRPDR' and
7048            '2T2C' and
7049            'FEATURE' and
7050            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7051            'MACIP' and
7052            ('ACL1' or 'ACL50') and
7053            ('10K_FLOWS' or '10k_FLOWS') and
7054            not 'VHOST' and
7055            not 'MEMIF'"
7056   parameters:
7057   - "throughput"
7058   - "parent"
7059   - "tags"
7060   traces:
7061     hoverinfo: "x+y"
7062     boxpoints: "outliers"
7063     whiskerwidth: 0
7064   layout:
7065     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7066     layout: "plot-throughput"
7067
7068 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
7069 - type: "plot"
7070   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7071   algorithm: "plot_performance_box"
7072   output-file-type: ".html"
7073   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7074   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7075   filter: "'NIC_Intel-X710' and
7076            '64B' and
7077            ('BASE' or 'SCALE') and
7078            'NDRPDR' and
7079            'ETH' and
7080            '1T1C' and
7081            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7082            not 'VHOST' and
7083            not 'MEMIF'"
7084   parameters:
7085   - "throughput"
7086   - "parent"
7087   - "tags"
7088   sort:
7089   - "L2PATCH"
7090   - "L2XCFWD"
7091   - "L2BDMACLRN"
7092   - "FIB_10K"
7093   - "FIB_100K"
7094   - "FIB_1M"
7095   traces:
7096     hoverinfo: "x+y"
7097     boxpoints: "outliers"
7098     whiskerwidth: 0
7099   layout:
7100     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7101     layout: "plot-throughput"
7102
7103 - type: "plot"
7104   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7105   algorithm: "plot_performance_box"
7106   output-file-type: ".html"
7107   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7108   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7109   filter: "'NIC_Intel-X710' and
7110            '64B' and
7111            ('BASE' or 'SCALE') and
7112            'NDRPDR' and
7113            'ETH' and
7114            '1T1C' and
7115            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7116            not 'VHOST' and
7117            not 'MEMIF'"
7118   parameters:
7119   - "throughput"
7120   - "parent"
7121   - "tags"
7122   sort:
7123   - "L2PATCH"
7124   - "L2XCFWD"
7125   - "L2BDMACLRN"
7126   - "FIB_10K"
7127   - "FIB_100K"
7128   - "FIB_1M"
7129   traces:
7130     hoverinfo: "x+y"
7131     boxpoints: "outliers"
7132     whiskerwidth: 0
7133   layout:
7134     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7135     layout: "plot-throughput"
7136
7137 - type: "plot"
7138   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7139   algorithm: "plot_performance_box"
7140   output-file-type: ".html"
7141   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7142   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7143   filter: "'NIC_Intel-X710' and
7144            '64B' and
7145            ('BASE' or 'SCALE') and
7146            'NDRPDR' and
7147            'ETH' and
7148            '2T2C' and
7149            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7150            not 'VHOST' and
7151            not 'MEMIF'"
7152   parameters:
7153   - "throughput"
7154   - "parent"
7155   - "tags"
7156   sort:
7157   - "L2PATCH"
7158   - "L2XCFWD"
7159   - "L2BDMACLRN"
7160   - "FIB_10K"
7161   - "FIB_100K"
7162   - "FIB_1M"
7163   traces:
7164     hoverinfo: "x+y"
7165     boxpoints: "outliers"
7166     whiskerwidth: 0
7167   layout:
7168     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7169     layout: "plot-throughput"
7170
7171 - type: "plot"
7172   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7173   algorithm: "plot_performance_box"
7174   output-file-type: ".html"
7175   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7176   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7177   filter: "'NIC_Intel-X710' and
7178            '64B' and
7179            ('BASE' or 'SCALE') and
7180            'NDRPDR' and
7181            'ETH' and
7182            '2T2C' and
7183            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7184            not 'VHOST' and
7185            not 'MEMIF'"
7186   parameters:
7187   - "throughput"
7188   - "parent"
7189   - "tags"
7190   sort:
7191   - "L2PATCH"
7192   - "L2XCFWD"
7193   - "L2BDMACLRN"
7194   - "FIB_10K"
7195   - "FIB_100K"
7196   - "FIB_1M"
7197   traces:
7198     hoverinfo: "x+y"
7199     boxpoints: "outliers"
7200     whiskerwidth: 0
7201   layout:
7202     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7203     layout: "plot-throughput"
7204
7205 # Packet Throughput - VPP L2 3n-hsw-x710 features
7206 - type: "plot"
7207   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7208   algorithm: "plot_performance_box"
7209   output-file-type: ".html"
7210   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7211   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7212   filter: "'NIC_Intel-X710' and
7213            '64B' and
7214            'NDRPDR' and
7215            '1T1C' and
7216            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7217            not 'ACL' and
7218            not 'VHOST' and
7219            not 'L2OVRLAY' and
7220            not 'MEMIF'"
7221   parameters:
7222   - "throughput"
7223   - "parent"
7224   - "tags"
7225   sort:
7226   - "L2XCBASE"    # l2xcbase
7227   - "L2BDBASE"    # l2bdbase
7228   - "L2XCFWD"     # dot1q-l2xcbase
7229   - "L2BDMACLRN"  # dot1q-l2bdbase
7230   traces:
7231     hoverinfo: "x+y"
7232     boxpoints: "outliers"
7233     whiskerwidth: 0
7234   layout:
7235     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7236     layout: "plot-throughput"
7237
7238 - type: "plot"
7239   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7240   algorithm: "plot_performance_box"
7241   output-file-type: ".html"
7242   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7243   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7244   filter: "'NIC_Intel-X710' and
7245            '64B' and
7246            'NDRPDR' and
7247            '1T1C' and
7248            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7249            not 'ACL' and
7250            not 'VHOST' and
7251            not 'L2OVRLAY' and
7252            not 'MEMIF'"
7253   parameters:
7254   - "throughput"
7255   - "parent"
7256   - "tags"
7257   sort:
7258   - "L2XCBASE"    # l2xcbase
7259   - "L2BDBASE"    # l2bdbase
7260   - "L2XCFWD"     # dot1q-l2xcbase
7261   - "L2BDMACLRN"  # dot1q-l2bdbase
7262   traces:
7263     hoverinfo: "x+y"
7264     boxpoints: "outliers"
7265     whiskerwidth: 0
7266   layout:
7267     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7268     layout: "plot-throughput"
7269
7270 - type: "plot"
7271   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7272   algorithm: "plot_performance_box"
7273   output-file-type: ".html"
7274   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7275   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7276   filter: "'NIC_Intel-X710' and
7277            '64B' and
7278            'NDRPDR' and
7279            '2T2C' and
7280            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7281            not 'ACL' and
7282            not 'VHOST' and
7283            not 'L2OVRLAY' and
7284            not 'MEMIF'"
7285   parameters:
7286   - "throughput"
7287   - "parent"
7288   - "tags"
7289   sort:
7290   - "L2XCBASE"    # l2xcbase
7291   - "L2BDBASE"    # l2bdbase
7292   - "L2XCFWD"     # dot1q-l2xcbase
7293   - "L2BDMACLRN"  # dot1q-l2bdbase
7294   traces:
7295     hoverinfo: "x+y"
7296     boxpoints: "outliers"
7297     whiskerwidth: 0
7298   layout:
7299     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7300     layout: "plot-throughput"
7301
7302 - type: "plot"
7303   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7304   algorithm: "plot_performance_box"
7305   output-file-type: ".html"
7306   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7307   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7308   filter: "'NIC_Intel-X710' and
7309            '64B' and
7310            'NDRPDR' and
7311            '2T2C' and
7312            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7313            not 'ACL' and
7314            not 'VHOST' and
7315            not 'L2OVRLAY' and
7316            not 'MEMIF'"
7317   parameters:
7318   - "throughput"
7319   - "parent"
7320   - "tags"
7321   sort:
7322   - "L2XCBASE"    # l2xcbase
7323   - "L2BDBASE"    # l2bdbase
7324   - "L2XCFWD"     # dot1q-l2xcbase
7325   - "L2BDMACLRN"  # dot1q-l2bdbase
7326   traces:
7327     hoverinfo: "x+y"
7328     boxpoints: "outliers"
7329     whiskerwidth: 0
7330   layout:
7331     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7332     layout: "plot-throughput"
7333
7334 # Packet Throughput - VPP L2 3n-hsw-x710 features-iacl
7335 - type: "plot"
7336   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7337   algorithm: "plot_performance_box"
7338   output-file-type: ".html"
7339   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7340   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7341   filter: "'NIC_Intel-X710' and
7342            '64B' and
7343            'NDRPDR' and
7344            '1T1C' and
7345            'FEATURE' and
7346            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7347            'IACL' and
7348            ('ACL1' or 'ACL50') and
7349            ('10K_FLOWS' or '10k_FLOWS') and
7350            not 'MACIP' and
7351            not 'VHOST' and
7352            not 'MEMIF'"
7353   parameters:
7354   - "throughput"
7355   - "parent"
7356   - "tags"
7357   traces:
7358     hoverinfo: "x+y"
7359     boxpoints: "outliers"
7360     whiskerwidth: 0
7361   layout:
7362     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7363     layout: "plot-throughput"
7364
7365 - type: "plot"
7366   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7367   algorithm: "plot_performance_box"
7368   output-file-type: ".html"
7369   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7370   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7371   filter: "'NIC_Intel-X710' and
7372            '64B' and
7373            'NDRPDR' and
7374            '1T1C' and
7375            'FEATURE' and
7376            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7377            'IACL' and
7378            ('ACL1' or 'ACL50') and
7379            ('10K_FLOWS' or '10k_FLOWS') and
7380            not 'MACIP' and
7381            not 'VHOST' and
7382            not 'MEMIF'"
7383   parameters:
7384   - "throughput"
7385   - "parent"
7386   - "tags"
7387   traces:
7388     hoverinfo: "x+y"
7389     boxpoints: "outliers"
7390     whiskerwidth: 0
7391   layout:
7392     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7393     layout: "plot-throughput"
7394
7395 - type: "plot"
7396   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7397   algorithm: "plot_performance_box"
7398   output-file-type: ".html"
7399   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7400   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7401   filter: "'NIC_Intel-X710' and
7402            '64B' and
7403            'NDRPDR' and
7404            '2T2C' and
7405            'FEATURE' and
7406            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7407            'IACL' and
7408            ('ACL1' or 'ACL50') and
7409            ('10K_FLOWS' or '10k_FLOWS') and
7410            not 'MACIP' and
7411            not 'VHOST' and
7412            not 'MEMIF'"
7413   parameters:
7414   - "throughput"
7415   - "parent"
7416   - "tags"
7417   traces:
7418     hoverinfo: "x+y"
7419     boxpoints: "outliers"
7420     whiskerwidth: 0
7421   layout:
7422     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7423     layout: "plot-throughput"
7424
7425 - type: "plot"
7426   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7427   algorithm: "plot_performance_box"
7428   output-file-type: ".html"
7429   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7430   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7431   filter: "'NIC_Intel-X710' and
7432            '64B' and
7433            'NDRPDR' and
7434            '2T2C' and
7435            'FEATURE' and
7436            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7437            'IACL' and
7438            ('ACL1' or 'ACL50') and
7439            ('10K_FLOWS' or '10k_FLOWS') and
7440            not 'MACIP' and
7441            not 'VHOST' and
7442            not 'MEMIF'"
7443   parameters:
7444   - "throughput"
7445   - "parent"
7446   - "tags"
7447   traces:
7448     hoverinfo: "x+y"
7449     boxpoints: "outliers"
7450     whiskerwidth: 0
7451   layout:
7452     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7453     layout: "plot-throughput"
7454
7455 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
7456 - type: "plot"
7457   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7458   algorithm: "plot_performance_box"
7459   output-file-type: ".html"
7460   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7461   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7462   filter: "'NIC_Intel-XL710' and
7463            '64B' and
7464            'BASE' and
7465            'NDRPDR' and
7466            'ETH' and
7467            '1T1C' and
7468            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7469            not 'VHOST' and
7470            not 'MEMIF'"
7471   parameters:
7472   - "throughput"
7473   - "parent"
7474   - "tags"
7475   sort:
7476   - "L2PATCH"
7477   - "L2XCFWD"
7478   - "L2BDMACLRN"
7479   traces:
7480     hoverinfo: "x+y"
7481     boxpoints: "outliers"
7482     whiskerwidth: 0
7483   layout:
7484     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7485     layout: "plot-throughput"
7486
7487 - type: "plot"
7488   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7489   algorithm: "plot_performance_box"
7490   output-file-type: ".html"
7491   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7492   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7493   filter: "'NIC_Intel-XL710' and
7494            '64B' and
7495            'BASE' and
7496            'NDRPDR' and
7497            'ETH' and
7498            '1T1C' and
7499            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7500            not 'VHOST' and
7501            not 'MEMIF'"
7502   parameters:
7503   - "throughput"
7504   - "parent"
7505   - "tags"
7506   sort:
7507   - "L2PATCH"
7508   - "L2XCFWD"
7509   - "L2BDMACLRN"
7510   traces:
7511     hoverinfo: "x+y"
7512     boxpoints: "outliers"
7513     whiskerwidth: 0
7514   layout:
7515     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7516     layout: "plot-throughput"
7517
7518 - type: "plot"
7519   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7520   algorithm: "plot_performance_box"
7521   output-file-type: ".html"
7522   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7523   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7524   filter: "'NIC_Intel-XL710' and
7525            '64B' and
7526            'BASE' and
7527            'NDRPDR' and
7528            'ETH' and
7529            '2T2C' and
7530            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7531            not 'VHOST' and
7532            not 'MEMIF'"
7533   parameters:
7534   - "throughput"
7535   - "parent"
7536   - "tags"
7537   sort:
7538   - "L2PATCH"
7539   - "L2XCFWD"
7540   - "L2BDMACLRN"
7541   traces:
7542     hoverinfo: "x+y"
7543     boxpoints: "outliers"
7544     whiskerwidth: 0
7545   layout:
7546     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7547     layout: "plot-throughput"
7548
7549 - type: "plot"
7550   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7551   algorithm: "plot_performance_box"
7552   output-file-type: ".html"
7553   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7554   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7555   filter: "'NIC_Intel-XL710' and
7556            '64B' and
7557            'BASE' and
7558            'NDRPDR' and
7559            'ETH' and
7560            '2T2C' and
7561            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7562            not 'VHOST' and
7563            not 'MEMIF'"
7564   parameters:
7565   - "throughput"
7566   - "parent"
7567   - "tags"
7568   sort:
7569   - "L2PATCH"
7570   - "L2XCFWD"
7571   - "L2BDMACLRN"
7572   traces:
7573     hoverinfo: "x+y"
7574     boxpoints: "outliers"
7575     whiskerwidth: 0
7576   layout:
7577     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7578     layout: "plot-throughput"
7579
7580 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
7581 - type: "plot"
7582   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7583   algorithm: "plot_performance_box"
7584   output-file-type: ".html"
7585   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7586   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7587   filter: "'NIC_Intel-X710' and
7588            '64B' and
7589            ('BASE' or 'SCALE') and
7590            'NDRPDR' and
7591            'ETH' and
7592            '2T1C' and
7593            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7594            not 'VHOST' and
7595            not 'MEMIF' and
7596            not 'DRV_AVF'"
7597   parameters:
7598   - "throughput"
7599   - "parent"
7600   - "tags"
7601   sort:
7602   - "L2PATCH"
7603   - "L2XCBASE"
7604   - "BASE"
7605   - "FIB_10K"
7606   - "FIB_100K"
7607   - "FIB_1M"
7608   traces:
7609     hoverinfo: "x+y"
7610     boxpoints: "outliers"
7611     whiskerwidth: 0
7612   layout:
7613     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7614     layout: "plot-throughput"
7615
7616 - type: "plot"
7617   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7618   algorithm: "plot_performance_box"
7619   output-file-type: ".html"
7620   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7621   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7622   filter: "'NIC_Intel-X710' and
7623            '64B' and
7624            ('BASE' or 'SCALE') and
7625            'NDRPDR' and
7626            'ETH' and
7627            '2T1C' and
7628            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7629            not 'VHOST' and
7630            not 'MEMIF' and
7631            not 'DRV_AVF'"
7632   parameters:
7633   - "throughput"
7634   - "parent"
7635   - "tags"
7636   sort:
7637   - "L2PATCH"
7638   - "L2XCBASE"
7639   - "BASE"
7640   - "FIB_10K"
7641   - "FIB_100K"
7642   - "FIB_1M"
7643   traces:
7644     hoverinfo: "x+y"
7645     boxpoints: "outliers"
7646     whiskerwidth: 0
7647   layout:
7648     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7649     layout: "plot-throughput"
7650
7651 - type: "plot"
7652   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7653   algorithm: "plot_performance_box"
7654   output-file-type: ".html"
7655   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7656   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7657   filter: "'NIC_Intel-X710' and
7658            '64B' and
7659            ('BASE' or 'SCALE') and
7660            'NDRPDR' and
7661            'ETH' and
7662            '4T2C' and
7663            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7664            not 'VHOST' and
7665            not 'MEMIF' and
7666            not 'DRV_AVF'"
7667   parameters:
7668   - "throughput"
7669   - "parent"
7670   - "tags"
7671   sort:
7672   - "L2PATCH"
7673   - "L2XCBASE"
7674   - "BASE"
7675   - "FIB_10K"
7676   - "FIB_100K"
7677   - "FIB_1M"
7678   traces:
7679     hoverinfo: "x+y"
7680     boxpoints: "outliers"
7681     whiskerwidth: 0
7682   layout:
7683     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7684     layout: "plot-throughput"
7685
7686 - type: "plot"
7687   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7688   algorithm: "plot_performance_box"
7689   output-file-type: ".html"
7690   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7691   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7692   filter: "'NIC_Intel-X710' and
7693            '64B' and
7694            ('BASE' or 'SCALE') and
7695            'NDRPDR' and
7696            'ETH' and
7697            '4T2C' and
7698            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7699            not 'VHOST' and
7700            not 'MEMIF' and
7701            not 'DRV_AVF'"
7702   parameters:
7703   - "throughput"
7704   - "parent"
7705   - "tags"
7706   sort:
7707   - "L2PATCH"
7708   - "L2XCBASE"
7709   - "BASE"
7710   - "FIB_10K"
7711   - "FIB_100K"
7712   - "FIB_1M"
7713   traces:
7714     hoverinfo: "x+y"
7715     boxpoints: "outliers"
7716     whiskerwidth: 0
7717   layout:
7718     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7719     layout: "plot-throughput"
7720
7721 # Packet Throughput - VPP L2 3n-skx-x710 features
7722 - type: "plot"
7723   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7724   algorithm: "plot_performance_box"
7725   output-file-type: ".html"
7726   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7727   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7728   filter: "'NIC_Intel-X710' and
7729            '64B' and
7730            'NDRPDR' and
7731            '2T1C' and
7732            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7733            not 'ACL' and
7734            not 'VHOST' and
7735            not 'DRV_AVF' and
7736            not 'L2OVRLAY' and
7737            not 'MEMIF'"
7738   parameters:
7739   - "throughput"
7740   - "parent"
7741   - "tags"
7742   sort:
7743   - "L2XCBASE"    # l2xcbase
7744   - "L2BDBASE"    # l2bdbase
7745   - "L2XCFWD"     # dot1q-l2xcbase
7746   - "L2BDMACLRN"  # dot1q-l2bdbase
7747   traces:
7748     hoverinfo: "x+y"
7749     boxpoints: "outliers"
7750     whiskerwidth: 0
7751   layout:
7752     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7753     layout: "plot-throughput"
7754
7755 - type: "plot"
7756   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7757   algorithm: "plot_performance_box"
7758   output-file-type: ".html"
7759   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7760   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7761   filter: "'NIC_Intel-X710' and
7762            '64B' and
7763            'NDRPDR' and
7764            '2T1C' and
7765            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7766            not 'ACL' and
7767            not 'VHOST' and
7768            not 'DRV_AVF' and
7769            not 'L2OVRLAY' and
7770            not 'MEMIF'"
7771   parameters:
7772   - "throughput"
7773   - "parent"
7774   - "tags"
7775   sort:
7776   - "L2XCBASE"    # l2xcbase
7777   - "L2BDBASE"    # l2bdbase
7778   - "L2XCFWD"     # dot1q-l2xcbase
7779   - "L2BDMACLRN"  # dot1q-l2bdbase
7780   traces:
7781     hoverinfo: "x+y"
7782     boxpoints: "outliers"
7783     whiskerwidth: 0
7784   layout:
7785     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7786     layout: "plot-throughput"
7787
7788 - type: "plot"
7789   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7790   algorithm: "plot_performance_box"
7791   output-file-type: ".html"
7792   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7793   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7794   filter: "'NIC_Intel-X710' and
7795            '64B' and
7796            'NDRPDR' and
7797            '4T2C' and
7798            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7799            not 'ACL' and
7800            not 'VHOST' and
7801            not 'DRV_AVF' and
7802            not 'L2OVRLAY' and
7803            not 'MEMIF'"
7804   parameters:
7805   - "throughput"
7806   - "parent"
7807   - "tags"
7808   sort:
7809   - "L2XCBASE"    # l2xcbase
7810   - "L2BDBASE"    # l2bdbase
7811   - "L2XCFWD"     # dot1q-l2xcbase
7812   - "L2BDMACLRN"  # dot1q-l2bdbase
7813   traces:
7814     hoverinfo: "x+y"
7815     boxpoints: "outliers"
7816     whiskerwidth: 0
7817   layout:
7818     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7819     layout: "plot-throughput"
7820
7821 - type: "plot"
7822   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7823   algorithm: "plot_performance_box"
7824   output-file-type: ".html"
7825   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7826   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7827   filter: "'NIC_Intel-X710' and
7828            '64B' and
7829            'NDRPDR' and
7830            '4T2C' and
7831            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7832            not 'ACL' and
7833            not 'VHOST' and
7834            not 'DRV_AVF' and
7835            not 'L2OVRLAY' and
7836            not 'MEMIF'"
7837   parameters:
7838   - "throughput"
7839   - "parent"
7840   - "tags"
7841   sort:
7842   - "L2XCBASE"    # l2xcbase
7843   - "L2BDBASE"    # l2bdbase
7844   - "L2XCFWD"     # dot1q-l2xcbase
7845   - "L2BDMACLRN"  # dot1q-l2bdbase
7846   traces:
7847     hoverinfo: "x+y"
7848     boxpoints: "outliers"
7849     whiskerwidth: 0
7850   layout:
7851     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7852     layout: "plot-throughput"
7853
7854 # Packet Throughput - VPP L2 3n-skx-x710 features-iacl
7855 - type: "plot"
7856   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7857   algorithm: "plot_performance_box"
7858   output-file-type: ".html"
7859   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7860   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7861   filter: "'NIC_Intel-X710' and
7862            '64B' and
7863            'NDRPDR' and
7864            '2T1C' and
7865            'FEATURE' and
7866            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7867            'IACL' and
7868            ('ACL1' or 'ACL50') and
7869            ('10K_FLOWS' or '10k_FLOWS') and
7870            not 'MACIP' and
7871            not 'VHOST' and
7872            not 'MEMIF'"
7873   parameters:
7874   - "throughput"
7875   - "parent"
7876   - "tags"
7877   traces:
7878     hoverinfo: "x+y"
7879     boxpoints: "outliers"
7880     whiskerwidth: 0
7881   layout:
7882     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7883     layout: "plot-throughput"
7884
7885 - type: "plot"
7886   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7887   algorithm: "plot_performance_box"
7888   output-file-type: ".html"
7889   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7890   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7891   filter: "'NIC_Intel-X710' and
7892            '64B' and
7893            'NDRPDR' and
7894            '2T1C' and
7895            'FEATURE' and
7896            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7897            'IACL' and
7898            ('ACL1' or 'ACL50') and
7899            ('10K_FLOWS' or '10k_FLOWS') and
7900            not 'MACIP' and
7901            not 'VHOST' and
7902            not 'MEMIF'"
7903   parameters:
7904   - "throughput"
7905   - "parent"
7906   - "tags"
7907   traces:
7908     hoverinfo: "x+y"
7909     boxpoints: "outliers"
7910     whiskerwidth: 0
7911   layout:
7912     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7913     layout: "plot-throughput"
7914
7915 - type: "plot"
7916   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7917   algorithm: "plot_performance_box"
7918   output-file-type: ".html"
7919   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7920   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7921   filter: "'NIC_Intel-X710' and
7922            '64B' and
7923            'NDRPDR' and
7924            '4T2C' and
7925            'FEATURE' and
7926            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7927            'IACL' and
7928            ('ACL1' or 'ACL50') and
7929            ('10K_FLOWS' or '10k_FLOWS') and
7930            not 'MACIP' and
7931            not 'VHOST' and
7932            not 'MEMIF'"
7933   parameters:
7934   - "throughput"
7935   - "parent"
7936   - "tags"
7937   traces:
7938     hoverinfo: "x+y"
7939     boxpoints: "outliers"
7940     whiskerwidth: 0
7941   layout:
7942     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7943     layout: "plot-throughput"
7944
7945 - type: "plot"
7946   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7947   algorithm: "plot_performance_box"
7948   output-file-type: ".html"
7949   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7950   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7951   filter: "'NIC_Intel-X710' and
7952            '64B' and
7953            'NDRPDR' and
7954            '4T2C' and
7955            'FEATURE' and
7956            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7957            'IACL' and
7958            ('ACL1' or 'ACL50') and
7959            ('10K_FLOWS' or '10k_FLOWS') and
7960            not 'MACIP' and
7961            not 'VHOST' and
7962            not 'MEMIF'"
7963   parameters:
7964   - "throughput"
7965   - "parent"
7966   - "tags"
7967   traces:
7968     hoverinfo: "x+y"
7969     boxpoints: "outliers"
7970     whiskerwidth: 0
7971   layout:
7972     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7973     layout: "plot-throughput"
7974
7975 # Packet Throughput - VPP L2 3n-skx-xxv710 base
7976 - type: "plot"
7977   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7978   algorithm: "plot_performance_box"
7979   output-file-type: ".html"
7980   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7981   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7982   filter: "'NIC_Intel-XXV710' and
7983            '64B' and
7984            ('BASE' or 'SCALE') and
7985            'NDRPDR' and
7986            'ETH' and
7987            '2T1C' and
7988            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7989            not 'VHOST' and
7990            not 'MEMIF'"
7991   parameters:
7992   - "throughput"
7993   - "parent"
7994   - "tags"
7995   sort:
7996   - "L2PATCH"
7997   - "L2PATCH"
7998   - "L2XCBASE"
7999   - "L2BDMACLRN"
8000   traces:
8001     hoverinfo: "x+y"
8002     boxpoints: "outliers"
8003     whiskerwidth: 0
8004   layout:
8005     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
8006     layout: "plot-throughput"
8007
8008 - type: "plot"
8009   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
8010   algorithm: "plot_performance_box"
8011   output-file-type: ".html"
8012   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
8013   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8014   filter: "'NIC_Intel-XXV710' and
8015            '64B' and
8016            ('BASE' or 'SCALE') and
8017            'NDRPDR' and
8018            'ETH' and
8019            '2T1C' and
8020            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8021            not 'VHOST' and
8022            not 'MEMIF'"
8023   parameters:
8024   - "throughput"
8025   - "parent"
8026   - "tags"
8027   sort:
8028   - "L2PATCH"
8029   - "L2PATCH"
8030   - "L2XCBASE"
8031   - "L2BDMACLRN"
8032   traces:
8033     hoverinfo: "x+y"
8034     boxpoints: "outliers"
8035     whiskerwidth: 0
8036   layout:
8037     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
8038     layout: "plot-throughput"
8039
8040 - type: "plot"
8041   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8042   algorithm: "plot_performance_box"
8043   output-file-type: ".html"
8044   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8045   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8046   filter: "'NIC_Intel-XXV710' and
8047            '64B' and
8048            ('BASE' or 'SCALE') and
8049            'NDRPDR' and
8050            'ETH' and
8051            '4T2C' and
8052            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8053            not 'VHOST' and
8054            not 'MEMIF'"
8055   parameters:
8056   - "throughput"
8057   - "parent"
8058   - "tags"
8059   sort:
8060   - "L2PATCH"
8061   - "L2PATCH"
8062   - "L2XCBASE"
8063   - "L2BDMACLRN"
8064   traces:
8065     hoverinfo: "x+y"
8066     boxpoints: "outliers"
8067     whiskerwidth: 0
8068   layout:
8069     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8070     layout: "plot-throughput"
8071
8072 - type: "plot"
8073   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8074   algorithm: "plot_performance_box"
8075   output-file-type: ".html"
8076   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8077   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8078   filter: "'NIC_Intel-XXV710' and
8079            '64B' and
8080            ('BASE' or 'SCALE') and
8081            'NDRPDR' and
8082            'ETH' and
8083            '4T2C' and
8084            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8085            not 'VHOST' and
8086            not 'MEMIF'"
8087   parameters:
8088   - "throughput"
8089   - "parent"
8090   - "tags"
8091   sort:
8092   - "L2PATCH"
8093   - "L2PATCH"
8094   - "L2XCBASE"
8095   - "L2BDMACLRN"
8096   traces:
8097     hoverinfo: "x+y"
8098     boxpoints: "outliers"
8099     whiskerwidth: 0
8100   layout:
8101     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8102     layout: "plot-throughput"
8103
8104 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
8105 - type: "plot"
8106   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8107   algorithm: "plot_performance_box"
8108   output-file-type: ".html"
8109   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8110   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8111   filter: "'NIC_Intel-X710' and
8112            '64B' and
8113            ('BASE' or 'SCALE') and
8114            'NDRPDR' and
8115            'ETH' and
8116            '2T1C' and
8117            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8118            not 'VHOST' and
8119            not 'MEMIF'"
8120   parameters:
8121   - "throughput"
8122   - "parent"
8123   - "tags"
8124   sort:
8125   - "L2PATCH"
8126   - "L2XCBASE"
8127   - "BASE"
8128   - "FIB_10K"
8129   - "FIB_100K"
8130   - "FIB_1M"
8131   traces:
8132     hoverinfo: "x+y"
8133     boxpoints: "outliers"
8134     whiskerwidth: 0
8135   layout:
8136     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8137     layout: "plot-throughput"
8138
8139 - type: "plot"
8140   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8141   algorithm: "plot_performance_box"
8142   output-file-type: ".html"
8143   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8144   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8145   filter: "'NIC_Intel-X710' and
8146            '64B' and
8147            ('BASE' or 'SCALE') and
8148            'NDRPDR' and
8149            'ETH' and
8150            '2T1C' and
8151            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8152            not 'VHOST' and
8153            not 'MEMIF'"
8154   parameters:
8155   - "throughput"
8156   - "parent"
8157   - "tags"
8158   sort:
8159   - "L2PATCH"
8160   - "L2XCBASE"
8161   - "BASE"
8162   - "FIB_10K"
8163   - "FIB_100K"
8164   - "FIB_1M"
8165   traces:
8166     hoverinfo: "x+y"
8167     boxpoints: "outliers"
8168     whiskerwidth: 0
8169   layout:
8170     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8171     layout: "plot-throughput"
8172
8173 - type: "plot"
8174   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8175   algorithm: "plot_performance_box"
8176   output-file-type: ".html"
8177   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8178   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8179   filter: "'NIC_Intel-X710' and
8180            '64B' and
8181            ('BASE' or 'SCALE') and
8182            'NDRPDR' and
8183            'ETH' and
8184            '4T2C' and
8185            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8186            not 'VHOST' and
8187            not 'MEMIF'"
8188   parameters:
8189   - "throughput"
8190   - "parent"
8191   - "tags"
8192   sort:
8193   - "L2PATCH"
8194   - "L2XCBASE"
8195   - "BASE"
8196   - "FIB_10K"
8197   - "FIB_100K"
8198   - "FIB_1M"
8199   traces:
8200     hoverinfo: "x+y"
8201     boxpoints: "outliers"
8202     whiskerwidth: 0
8203   layout:
8204     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8205     layout: "plot-throughput"
8206
8207 - type: "plot"
8208   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8209   algorithm: "plot_performance_box"
8210   output-file-type: ".html"
8211   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8212   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8213   filter: "'NIC_Intel-X710' and
8214            '64B' and
8215            ('BASE' or 'SCALE') and
8216            'NDRPDR' and
8217            'ETH' and
8218            '4T2C' and
8219            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8220            not 'VHOST' and
8221            not 'MEMIF'"
8222   parameters:
8223   - "throughput"
8224   - "parent"
8225   - "tags"
8226   sort:
8227   - "L2PATCH"
8228   - "L2XCBASE"
8229   - "BASE"
8230   - "FIB_10K"
8231   - "FIB_100K"
8232   - "FIB_1M"
8233   traces:
8234     hoverinfo: "x+y"
8235     boxpoints: "outliers"
8236     whiskerwidth: 0
8237   layout:
8238     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8239     layout: "plot-throughput"
8240
8241 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
8242 - type: "plot"
8243   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8244   algorithm: "plot_performance_box"
8245   output-file-type: ".html"
8246   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8247   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8248   filter: "'NIC_Intel-XXV710' and
8249            '64B' and
8250            ('BASE' or 'SCALE') and
8251            'NDRPDR' and
8252            'ETH' and
8253            '2T1C' and
8254            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8255            not 'VHOST' and
8256            not 'MEMIF'"
8257   parameters:
8258   - "throughput"
8259   - "parent"
8260   - "tags"
8261   sort:
8262   - "L2PATCH"
8263   - "L2XCBASE"
8264   - "BASE"
8265   - "FIB_10K"
8266   - "FIB_100K"
8267   - "FIB_1M"
8268   traces:
8269     hoverinfo: "x+y"
8270     boxpoints: "outliers"
8271     whiskerwidth: 0
8272   layout:
8273     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8274     layout: "plot-throughput"
8275
8276 - type: "plot"
8277   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8278   algorithm: "plot_performance_box"
8279   output-file-type: ".html"
8280   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8281   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8282   filter: "'NIC_Intel-XXV710' and
8283            '64B' and
8284            ('BASE' or 'SCALE') and
8285            'NDRPDR' and
8286            'ETH' and
8287            '2T1C' and
8288            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8289            not 'VHOST' and
8290            not 'MEMIF'"
8291   parameters:
8292   - "throughput"
8293   - "parent"
8294   - "tags"
8295   sort:
8296   - "L2PATCH"
8297   - "L2XCBASE"
8298   - "BASE"
8299   - "FIB_10K"
8300   - "FIB_100K"
8301   - "FIB_1M"
8302   traces:
8303     hoverinfo: "x+y"
8304     boxpoints: "outliers"
8305     whiskerwidth: 0
8306   layout:
8307     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8308     layout: "plot-throughput"
8309
8310 - type: "plot"
8311   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8312   algorithm: "plot_performance_box"
8313   output-file-type: ".html"
8314   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8315   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8316   filter: "'NIC_Intel-XXV710' and
8317            '64B' and
8318            ('BASE' or 'SCALE') and
8319            'NDRPDR' and
8320            'ETH' and
8321            '4T2C' and
8322            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8323            not 'VHOST' and
8324            not 'MEMIF'"
8325   parameters:
8326   - "throughput"
8327   - "parent"
8328   - "tags"
8329   sort:
8330   - "L2PATCH"
8331   - "L2XCBASE"
8332   - "BASE"
8333   - "FIB_10K"
8334   - "FIB_100K"
8335   - "FIB_1M"
8336   traces:
8337     hoverinfo: "x+y"
8338     boxpoints: "outliers"
8339     whiskerwidth: 0
8340   layout:
8341     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8342     layout: "plot-throughput"
8343
8344 - type: "plot"
8345   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8346   algorithm: "plot_performance_box"
8347   output-file-type: ".html"
8348   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8349   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8350   filter: "'NIC_Intel-XXV710' and
8351            '64B' and
8352            ('BASE' or 'SCALE') and
8353            'NDRPDR' and
8354            'ETH' and
8355            '4T2C' and
8356            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8357            not 'VHOST' and
8358            not 'MEMIF'"
8359   parameters:
8360   - "throughput"
8361   - "parent"
8362   - "tags"
8363   sort:
8364   - "L2PATCH"
8365   - "L2XCBASE"
8366   - "BASE"
8367   - "FIB_10K"
8368   - "FIB_100K"
8369   - "FIB_1M"
8370   traces:
8371     hoverinfo: "x+y"
8372     boxpoints: "outliers"
8373     whiskerwidth: 0
8374   layout:
8375     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8376     layout: "plot-throughput"
8377
8378 ## Packet Throughput - VPP L2 2n-dnv-x553 base
8379 #- type: "plot"
8380 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8381 #  algorithm: "plot_performance_box"
8382 #  output-file-type: ".html"
8383 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8384 #  data: "intel-dnv-vpp"
8385 #  filter: "'NIC_Intel-X553' and
8386 #           '64B' and
8387 #           'BASE' and
8388 #           'NDRPDR' and
8389 #           'ETH' and
8390 #           '1T1C' and
8391 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8392 #           not 'VHOST' and
8393 #           not 'MEMIF'"
8394 #  parameters:
8395 #  - "throughput"
8396 #  - "parent"
8397 #  - "tags"
8398 #  sort:
8399 #  - "L2XCBASE"
8400 #  - "L2BDMACLRN"
8401 #  - "L2PATCH"
8402 #  traces:
8403 #    hoverinfo: "x+y"
8404 #    boxpoints: "outliers"
8405 #    whiskerwidth: 0
8406 #  layout:
8407 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8408 #    layout: "plot-throughput"
8409 #
8410 #- type: "plot"
8411 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8412 #  algorithm: "plot_performance_box"
8413 #  output-file-type: ".html"
8414 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8415 #  data: "intel-dnv-vpp"
8416 #  filter: "'NIC_Intel-X553' and
8417 #           '64B' and
8418 #           ('BASE' or 'SCALE') and
8419 #           'NDRPDR' and
8420 #           'ETH' and
8421 #           '1T1C' and
8422 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8423 #           not 'VHOST' and
8424 #           not 'MEMIF'"
8425 #  parameters:
8426 #  - "throughput"
8427 #  - "parent"
8428 #  - "tags"
8429 #  sort:
8430 #  - "L2XCBASE"
8431 #  - "L2BDMACLRN"
8432 #  - "L2PATCH"
8433 #  traces:
8434 #    hoverinfo: "x+y"
8435 #    boxpoints: "outliers"
8436 #    whiskerwidth: 0
8437 #  layout:
8438 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8439 #    layout: "plot-throughput"
8440 #
8441 #- type: "plot"
8442 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8443 #  algorithm: "plot_performance_box"
8444 #  output-file-type: ".html"
8445 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8446 #  data: "intel-dnv-vpp"
8447 #  filter: "'NIC_Intel-X553' and
8448 #           '64B' and
8449 #           ('BASE' or 'SCALE') and
8450 #           'NDRPDR' and
8451 #           'ETH' and
8452 #           '2T2C' and
8453 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8454 #           not 'VHOST' and
8455 #           not 'MEMIF'"
8456 #  parameters:
8457 #  - "throughput"
8458 #  - "parent"
8459 #  - "tags"
8460 #  sort:
8461 #  - "L2XCBASE"
8462 #  - "L2BDMACLRN"
8463 #  - "L2PATCH"
8464 #  traces:
8465 #    hoverinfo: "x+y"
8466 #    boxpoints: "outliers"
8467 #    whiskerwidth: 0
8468 #  layout:
8469 #    title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8470 #    layout: "plot-throughput"
8471 #
8472 #- type: "plot"
8473 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8474 #  algorithm: "plot_performance_box"
8475 #  output-file-type: ".html"
8476 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8477 #  data: "intel-dnv-vpp"
8478 #  filter: "'NIC_Intel-X553' and
8479 #           '64B' and
8480 #           ('BASE' or 'SCALE') and
8481 #           'NDRPDR' and
8482 #           'ETH' and
8483 #           '2T2C' and
8484 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8485 #           not 'VHOST' and
8486 #           not 'MEMIF'"
8487 #  parameters:
8488 #  - "throughput"
8489 #  - "parent"
8490 #  - "tags"
8491 #  sort:
8492 #  - "L2XCBASE"
8493 #  - "L2BDMACLRN"
8494 #  - "L2PATCH"
8495 #  traces:
8496 #    hoverinfo: "x+y"
8497 #    boxpoints: "outliers"
8498 #    whiskerwidth: 0
8499 #  layout:
8500 #    title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8501 #    layout: "plot-throughput"
8502
8503 ################################################################################
8504
8505 # Packet Throughput - VPP Container Memif 3n-hsw-x520
8506 - type: "plot"
8507   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8508   algorithm: "plot_performance_box"
8509   output-file-type: ".html"
8510   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8511   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8512   filter: "'NIC_Intel-X520-DA2' and
8513            '64B' and
8514            ('BASE' or 'SCALE') and
8515            'NDRPDR' and
8516            '1T1C' and
8517            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8518            not 'VHOST' and
8519            'MEMIF'"
8520   parameters:
8521   - "throughput"
8522   - "parent"
8523   - "tags"
8524   sort:
8525   - "L2XCFWD"
8526   - "L2XCFWD"
8527   - "L2XCFWD"
8528   - "L2BDMACLRN"
8529   - "L2BDMACLRN"
8530   - "L2BDMACLRN"
8531   - "IP4FWD"
8532   traces:
8533     hoverinfo: "x+y"
8534     boxpoints: "outliers"
8535     whiskerwidth: 0
8536   layout:
8537     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8538     layout: "plot-throughput"
8539
8540 - type: "plot"
8541   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8542   algorithm: "plot_performance_box"
8543   output-file-type: ".html"
8544   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8545   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8546   filter: "'NIC_Intel-X520-DA2' and
8547            '64B' and
8548            ('BASE' or 'SCALE') and
8549            'NDRPDR' and
8550            '1T1C' and
8551            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8552            not 'VHOST' and
8553            'MEMIF'"
8554   parameters:
8555   - "throughput"
8556   - "parent"
8557   - "tags"
8558   sort:
8559   - "L2XCFWD"
8560   - "L2XCFWD"
8561   - "L2XCFWD"
8562   - "L2BDMACLRN"
8563   - "L2BDMACLRN"
8564   - "L2BDMACLRN"
8565   - "IP4FWD"
8566   traces:
8567     hoverinfo: "x+y"
8568     boxpoints: "outliers"
8569     whiskerwidth: 0
8570   layout:
8571     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8572     layout: "plot-throughput"
8573
8574 - type: "plot"
8575   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8576   algorithm: "plot_performance_box"
8577   output-file-type: ".html"
8578   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8579   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8580   filter: "'NIC_Intel-X520-DA2' and
8581            '64B' and
8582            ('BASE' or 'SCALE') and
8583            'NDRPDR' and
8584            '2T2C' and
8585            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8586            not 'VHOST' and
8587            'MEMIF'"
8588   parameters:
8589   - "throughput"
8590   - "parent"
8591   - "tags"
8592   sort:
8593   - "L2XCFWD"
8594   - "L2XCFWD"
8595   - "L2XCFWD"
8596   - "L2BDMACLRN"
8597   - "L2BDMACLRN"
8598   - "L2BDMACLRN"
8599   - "IP4FWD"
8600   traces:
8601     hoverinfo: "x+y"
8602     boxpoints: "outliers"
8603     whiskerwidth: 0
8604   layout:
8605     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8606     layout: "plot-throughput"
8607
8608 - type: "plot"
8609   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8610   algorithm: "plot_performance_box"
8611   output-file-type: ".html"
8612   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8613   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8614   filter: "'NIC_Intel-X520-DA2' and
8615            '64B' and
8616            ('BASE' or 'SCALE') and
8617            'NDRPDR' and
8618            '2T2C' and
8619            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8620            not 'VHOST' and
8621            'MEMIF'"
8622   parameters:
8623   - "throughput"
8624   - "parent"
8625   - "tags"
8626   sort:
8627   - "L2XCFWD"
8628   - "L2XCFWD"
8629   - "L2XCFWD"
8630   - "L2BDMACLRN"
8631   - "L2BDMACLRN"
8632   - "L2BDMACLRN"
8633   - "IP4FWD"
8634   traces:
8635     hoverinfo: "x+y"
8636     boxpoints: "outliers"
8637     whiskerwidth: 0
8638   layout:
8639     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8640     layout: "plot-throughput"
8641
8642 # Packet Throughput - VPP Container Memif 3n-hsw-x710
8643 - type: "plot"
8644   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8645   algorithm: "plot_performance_box"
8646   output-file-type: ".html"
8647   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8648   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8649   filter: "'NIC_Intel-X710' and
8650            '64B' and
8651            ('BASE' or 'SCALE') and
8652            'NDRPDR' and
8653            '1T1C' and
8654            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8655            not 'VHOST' and
8656            'MEMIF'"
8657   parameters:
8658   - "throughput"
8659   - "parent"
8660   - "tags"
8661   sort:
8662   - "L2XCFWD"
8663   - "L2XCFWD"
8664   - "L2XCFWD"
8665   - "L2BDMACLRN"
8666   - "L2BDMACLRN"
8667   - "L2BDMACLRN"
8668   - "IP4FWD"
8669   traces:
8670     hoverinfo: "x+y"
8671     boxpoints: "outliers"
8672     whiskerwidth: 0
8673   layout:
8674     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8675     layout: "plot-throughput"
8676
8677 - type: "plot"
8678   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8679   algorithm: "plot_performance_box"
8680   output-file-type: ".html"
8681   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8682   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8683   filter: "'NIC_Intel-X710' and
8684            '64B' and
8685            ('BASE' or 'SCALE') and
8686            'NDRPDR' and
8687            '1T1C' and
8688            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8689            not 'VHOST' and
8690            'MEMIF'"
8691   parameters:
8692   - "throughput"
8693   - "parent"
8694   - "tags"
8695   sort:
8696   - "L2XCFWD"
8697   - "L2XCFWD"
8698   - "L2XCFWD"
8699   - "L2BDMACLRN"
8700   - "L2BDMACLRN"
8701   - "L2BDMACLRN"
8702   - "IP4FWD"
8703   traces:
8704     hoverinfo: "x+y"
8705     boxpoints: "outliers"
8706     whiskerwidth: 0
8707   layout:
8708     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8709     layout: "plot-throughput"
8710
8711 - type: "plot"
8712   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8713   algorithm: "plot_performance_box"
8714   output-file-type: ".html"
8715   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8716   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8717   filter: "'NIC_Intel-X710' and
8718            '64B' and
8719            ('BASE' or 'SCALE') and
8720            'NDRPDR' and
8721            '2T2C' and
8722            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8723            not 'VHOST' and
8724            'MEMIF'"
8725   parameters:
8726   - "throughput"
8727   - "parent"
8728   - "tags"
8729   sort:
8730   - "L2XCFWD"
8731   - "L2XCFWD"
8732   - "L2XCFWD"
8733   - "L2BDMACLRN"
8734   - "L2BDMACLRN"
8735   - "L2BDMACLRN"
8736   - "IP4FWD"
8737   traces:
8738     hoverinfo: "x+y"
8739     boxpoints: "outliers"
8740     whiskerwidth: 0
8741   layout:
8742     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8743     layout: "plot-throughput"
8744
8745 - type: "plot"
8746   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8747   algorithm: "plot_performance_box"
8748   output-file-type: ".html"
8749   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8750   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8751   filter: "'NIC_Intel-X710' and
8752            '64B' and
8753            ('BASE' or 'SCALE') and
8754            'NDRPDR' and
8755            '2T2C' and
8756            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8757            not 'VHOST' and
8758            'MEMIF'"
8759   parameters:
8760   - "throughput"
8761   - "parent"
8762   - "tags"
8763   sort:
8764   - "L2XCFWD"
8765   - "L2XCFWD"
8766   - "L2XCFWD"
8767   - "L2BDMACLRN"
8768   - "L2BDMACLRN"
8769   - "L2BDMACLRN"
8770   - "IP4FWD"
8771   traces:
8772     hoverinfo: "x+y"
8773     boxpoints: "outliers"
8774     whiskerwidth: 0
8775   layout:
8776     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8777     layout: "plot-throughput"
8778
8779 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
8780 - type: "plot"
8781   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8782   algorithm: "plot_performance_box"
8783   output-file-type: ".html"
8784   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8785   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8786   filter: "'NIC_Intel-XL710' and
8787            '64B' and
8788            ('BASE' or 'SCALE') and
8789            'NDRPDR' and
8790            '1T1C' and
8791            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8792            not 'VHOST' and
8793            'MEMIF'"
8794   parameters:
8795   - "throughput"
8796   - "parent"
8797   - "tags"
8798   sort:
8799   - "L2XCFWD"
8800   - "L2XCFWD"
8801   - "L2XCFWD"
8802   - "L2BDMACLRN"
8803   - "L2BDMACLRN"
8804   - "L2BDMACLRN"
8805   - "IP4FWD"
8806   traces:
8807     hoverinfo: "x+y"
8808     boxpoints: "outliers"
8809     whiskerwidth: 0
8810   layout:
8811     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8812     layout: "plot-throughput"
8813
8814 - type: "plot"
8815   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8816   algorithm: "plot_performance_box"
8817   output-file-type: ".html"
8818   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8819   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8820   filter: "'NIC_Intel-XL710' and
8821            '64B' and
8822            ('BASE' or 'SCALE') and
8823            'NDRPDR' and
8824            '1T1C' and
8825            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8826            not 'VHOST' and
8827            'MEMIF'"
8828   parameters:
8829   - "throughput"
8830   - "parent"
8831   - "tags"
8832   sort:
8833   - "L2XCFWD"
8834   - "L2XCFWD"
8835   - "L2XCFWD"
8836   - "L2BDMACLRN"
8837   - "L2BDMACLRN"
8838   - "L2BDMACLRN"
8839   - "IP4FWD"
8840   traces:
8841     hoverinfo: "x+y"
8842     boxpoints: "outliers"
8843     whiskerwidth: 0
8844   layout:
8845     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8846     layout: "plot-throughput"
8847
8848 - type: "plot"
8849   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8850   algorithm: "plot_performance_box"
8851   output-file-type: ".html"
8852   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8853   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8854   filter: "'NIC_Intel-XL710' and
8855            '64B' and
8856            ('BASE' or 'SCALE') and
8857            'NDRPDR' and
8858            '2T2C' and
8859            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8860            not 'VHOST' and
8861            'MEMIF'"
8862   parameters:
8863   - "throughput"
8864   - "parent"
8865   - "tags"
8866   sort:
8867   - "L2XCFWD"
8868   - "L2XCFWD"
8869   - "L2XCFWD"
8870   - "L2BDMACLRN"
8871   - "L2BDMACLRN"
8872   - "L2BDMACLRN"
8873   - "IP4FWD"
8874   traces:
8875     hoverinfo: "x+y"
8876     boxpoints: "outliers"
8877     whiskerwidth: 0
8878   layout:
8879     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8880     layout: "plot-throughput"
8881
8882 - type: "plot"
8883   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8884   algorithm: "plot_performance_box"
8885   output-file-type: ".html"
8886   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8887   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8888   filter: "'NIC_Intel-XL710' and
8889            '64B' and
8890            ('BASE' or 'SCALE') and
8891            'NDRPDR' and
8892            '2T2C' and
8893            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8894            not 'VHOST' and
8895            'MEMIF'"
8896   parameters:
8897   - "throughput"
8898   - "parent"
8899   - "tags"
8900   sort:
8901   - "L2XCFWD"
8902   - "L2XCFWD"
8903   - "L2XCFWD"
8904   - "L2BDMACLRN"
8905   - "L2BDMACLRN"
8906   - "L2BDMACLRN"
8907   - "IP4FWD"
8908   traces:
8909     hoverinfo: "x+y"
8910     boxpoints: "outliers"
8911     whiskerwidth: 0
8912   layout:
8913     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8914     layout: "plot-throughput"
8915
8916 # Packet Throughput - VPP Container Memif 3n-skx-x710
8917 - type: "plot"
8918   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8919   algorithm: "plot_performance_box"
8920   output-file-type: ".html"
8921   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8922   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8923   filter: "'NIC_Intel-X710' and
8924            '64B' and
8925            ('BASE' or 'SCALE') and
8926            'NDRPDR' and
8927            '2T1C' and
8928            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8929            not 'VHOST' and
8930            'MEMIF'"
8931   parameters:
8932   - "throughput"
8933   - "parent"
8934   - "tags"
8935   sort:
8936   - "L2XCFWD"
8937   - "L2XCFWD"
8938   - "L2XCFWD"
8939   - "L2BDMACLRN"
8940   - "L2BDMACLRN"
8941   - "L2BDMACLRN"
8942   - "IP4FWD"
8943   traces:
8944     hoverinfo: "x+y"
8945     boxpoints: "outliers"
8946     whiskerwidth: 0
8947   layout:
8948     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8949     layout: "plot-throughput"
8950
8951 - type: "plot"
8952   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8953   algorithm: "plot_performance_box"
8954   output-file-type: ".html"
8955   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8956   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8957   filter: "'NIC_Intel-X710' and
8958            '64B' and
8959            ('BASE' or 'SCALE') and
8960            'NDRPDR' and
8961            '2T1C' and
8962            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8963            not 'VHOST' and
8964            'MEMIF'"
8965   parameters:
8966   - "throughput"
8967   - "parent"
8968   - "tags"
8969   sort:
8970   - "L2XCFWD"
8971   - "L2XCFWD"
8972   - "L2XCFWD"
8973   - "L2BDMACLRN"
8974   - "L2BDMACLRN"
8975   - "L2BDMACLRN"
8976   - "IP4FWD"
8977   traces:
8978     hoverinfo: "x+y"
8979     boxpoints: "outliers"
8980     whiskerwidth: 0
8981   layout:
8982     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8983     layout: "plot-throughput"
8984
8985 - type: "plot"
8986   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8987   algorithm: "plot_performance_box"
8988   output-file-type: ".html"
8989   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8990   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8991   filter: "'NIC_Intel-X710' and
8992            '64B' and
8993            ('BASE' or 'SCALE') and
8994            'NDRPDR' and
8995            '4T2C' and
8996            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8997            not 'VHOST' and
8998            'MEMIF'"
8999   parameters:
9000   - "throughput"
9001   - "parent"
9002   - "tags"
9003   sort:
9004   - "L2XCFWD"
9005   - "L2XCFWD"
9006   - "L2XCFWD"
9007   - "L2BDMACLRN"
9008   - "L2BDMACLRN"
9009   - "L2BDMACLRN"
9010   - "IP4FWD"
9011   traces:
9012     hoverinfo: "x+y"
9013     boxpoints: "outliers"
9014     whiskerwidth: 0
9015   layout:
9016     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
9017     layout: "plot-throughput"
9018
9019 - type: "plot"
9020   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9021   algorithm: "plot_performance_box"
9022   output-file-type: ".html"
9023   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9024   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9025   filter: "'NIC_Intel-X710' and
9026            '64B' and
9027            ('BASE' or 'SCALE') and
9028            'NDRPDR' and
9029            '4T2C' and
9030            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9031            not 'VHOST' and
9032            'MEMIF'"
9033   parameters:
9034   - "throughput"
9035   - "parent"
9036   - "tags"
9037   sort:
9038   - "L2XCFWD"
9039   - "L2XCFWD"
9040   - "L2XCFWD"
9041   - "L2BDMACLRN"
9042   - "L2BDMACLRN"
9043   - "L2BDMACLRN"
9044   - "IP4FWD"
9045   traces:
9046     hoverinfo: "x+y"
9047     boxpoints: "outliers"
9048     whiskerwidth: 0
9049   layout:
9050     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9051     layout: "plot-throughput"
9052
9053 # Packet Throughput - VPP Container Memif 2n-skx-x710
9054 - type: "plot"
9055   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9056   algorithm: "plot_performance_box"
9057   output-file-type: ".html"
9058   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9059   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9060   filter: "'NIC_Intel-X710' and
9061            '64B' and
9062            ('BASE' or 'SCALE') and
9063            'NDRPDR' and
9064            '2T1C' and
9065            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9066            not 'VHOST' and
9067            not 'NF_DENSITY' and
9068            'MEMIF'"
9069   parameters:
9070   - "throughput"
9071   - "parent"
9072   - "tags"
9073   sort:
9074   - "L2XCFWD"
9075   - "L2XCFWD"
9076   - "L2XCFWD"
9077   - "L2BDMACLRN"
9078   - "L2BDMACLRN"
9079   - "L2BDMACLRN"
9080   - "IP4FWD"
9081   traces:
9082     hoverinfo: "x+y"
9083     boxpoints: "outliers"
9084     whiskerwidth: 0
9085   layout:
9086     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9087     layout: "plot-throughput"
9088
9089 - type: "plot"
9090   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9091   algorithm: "plot_performance_box"
9092   output-file-type: ".html"
9093   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9094   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9095   filter: "'NIC_Intel-X710' and
9096            '64B' and
9097            ('BASE' or 'SCALE') and
9098            'NDRPDR' and
9099            '2T1C' and
9100            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9101            not 'VHOST' and
9102            not 'NF_DENSITY' and
9103            'MEMIF'"
9104   parameters:
9105   - "throughput"
9106   - "parent"
9107   - "tags"
9108   sort:
9109   - "L2XCFWD"
9110   - "L2XCFWD"
9111   - "L2XCFWD"
9112   - "L2BDMACLRN"
9113   - "L2BDMACLRN"
9114   - "L2BDMACLRN"
9115   - "IP4FWD"
9116   traces:
9117     hoverinfo: "x+y"
9118     boxpoints: "outliers"
9119     whiskerwidth: 0
9120   layout:
9121     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9122     layout: "plot-throughput"
9123
9124 - type: "plot"
9125   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9126   algorithm: "plot_performance_box"
9127   output-file-type: ".html"
9128   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9129   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9130   filter: "'NIC_Intel-X710' and
9131            '64B' and
9132            ('BASE' or 'SCALE') and
9133            'NDRPDR' and
9134            '4T2C' and
9135            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9136            not 'VHOST' and
9137            not 'NF_DENSITY' and
9138            'MEMIF'"
9139   parameters:
9140   - "throughput"
9141   - "parent"
9142   - "tags"
9143   sort:
9144   - "L2XCFWD"
9145   - "L2XCFWD"
9146   - "L2XCFWD"
9147   - "L2BDMACLRN"
9148   - "L2BDMACLRN"
9149   - "L2BDMACLRN"
9150   - "IP4FWD"
9151   traces:
9152     hoverinfo: "x+y"
9153     boxpoints: "outliers"
9154     whiskerwidth: 0
9155   layout:
9156     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9157     layout: "plot-throughput"
9158
9159 - type: "plot"
9160   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9161   algorithm: "plot_performance_box"
9162   output-file-type: ".html"
9163   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9164   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9165   filter: "'NIC_Intel-X710' and
9166            '64B' and
9167            ('BASE' or 'SCALE') and
9168            'NDRPDR' and
9169            '4T2C' and
9170            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9171            not 'VHOST' and
9172            not 'NF_DENSITY' and
9173            'MEMIF'"
9174   parameters:
9175   - "throughput"
9176   - "parent"
9177   - "tags"
9178   sort:
9179   - "L2XCFWD"
9180   - "L2XCFWD"
9181   - "L2XCFWD"
9182   - "L2BDMACLRN"
9183   - "L2BDMACLRN"
9184   - "L2BDMACLRN"
9185   - "IP4FWD"
9186   traces:
9187     hoverinfo: "x+y"
9188     boxpoints: "outliers"
9189     whiskerwidth: 0
9190   layout:
9191     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9192     layout: "plot-throughput"
9193
9194 ## Packet Throughput - VPP Container Memif 2n-skx-xxv710
9195 #- type: "plot"
9196 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9197 #  algorithm: "plot_performance_box"
9198 #  output-file-type: ".html"
9199 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9200 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9201 #  filter: "'NIC_Intel-XXV710' and
9202 #           '64B' and
9203 #           ('BASE' or 'SCALE') and
9204 #           'NDRPDR' and
9205 #           '2T1C' and
9206 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9207 #           not 'VHOST' and
9208 #           'MEMIF'"
9209 #  parameters:
9210 #  - "throughput"
9211 #  - "parent"
9212 #  - "tags"
9213 #  sort:
9214 #  - "L2XCFWD"
9215 #  - "L2XCFWD"
9216 #  - "L2XCFWD"
9217 #  - "L2BDMACLRN"
9218 #  - "L2BDMACLRN"
9219 #  - "L2BDMACLRN"
9220 #  - "IP4FWD"
9221 #  traces:
9222 #    hoverinfo: "x+y"
9223 #    boxpoints: "outliers"
9224 #    whiskerwidth: 0
9225 #  layout:
9226 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9227 #    layout: "plot-throughput"
9228 #
9229 #- type: "plot"
9230 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9231 #  algorithm: "plot_performance_box"
9232 #  output-file-type: ".html"
9233 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9234 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9235 #  filter: "'NIC_Intel-XXV710' and
9236 #           '64B' and
9237 #           ('BASE' or 'SCALE') and
9238 #           'NDRPDR' and
9239 #           '2T1C' and
9240 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9241 #           not 'VHOST' and
9242 #           'MEMIF'"
9243 #  parameters:
9244 #  - "throughput"
9245 #  - "parent"
9246 #  - "tags"
9247 #  sort:
9248 #  - "L2XCFWD"
9249 #  - "L2XCFWD"
9250 #  - "L2XCFWD"
9251 #  - "L2BDMACLRN"
9252 #  - "L2BDMACLRN"
9253 #  - "L2BDMACLRN"
9254 #  - "IP4FWD"
9255 #  traces:
9256 #    hoverinfo: "x+y"
9257 #    boxpoints: "outliers"
9258 #    whiskerwidth: 0
9259 #  layout:
9260 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9261 #    layout: "plot-throughput"
9262 #
9263 #- type: "plot"
9264 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9265 #  algorithm: "plot_performance_box"
9266 #  output-file-type: ".html"
9267 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9268 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9269 #  filter: "'NIC_Intel-XXV710' and
9270 #           '64B' and
9271 #           ('BASE' or 'SCALE') and
9272 #           'NDRPDR' and
9273 #           '4T2C' and
9274 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9275 #           not 'VHOST' and
9276 #           'MEMIF'"
9277 #  parameters:
9278 #  - "throughput"
9279 #  - "parent"
9280 #  - "tags"
9281 #  sort:
9282 #  - "L2XCFWD"
9283 #  - "L2XCFWD"
9284 #  - "L2XCFWD"
9285 #  - "L2BDMACLRN"
9286 #  - "L2BDMACLRN"
9287 #  - "L2BDMACLRN"
9288 #  - "IP4FWD"
9289 #  traces:
9290 #    hoverinfo: "x+y"
9291 #    boxpoints: "outliers"
9292 #    whiskerwidth: 0
9293 #  layout:
9294 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9295 #    layout: "plot-throughput"
9296 #
9297 #- type: "plot"
9298 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9299 #  algorithm: "plot_performance_box"
9300 #  output-file-type: ".html"
9301 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9302 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9303 #  filter: "'NIC_Intel-XXV710' and
9304 #           '64B' and
9305 #           ('BASE' or 'SCALE') and
9306 #           'NDRPDR' and
9307 #           '4T2C' and
9308 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9309 #           not 'VHOST' and
9310 #           'MEMIF'"
9311 #  parameters:
9312 #  - "throughput"
9313 #  - "parent"
9314 #  - "tags"
9315 #  sort:
9316 #  - "L2XCFWD"
9317 #  - "L2XCFWD"
9318 #  - "L2XCFWD"
9319 #  - "L2BDMACLRN"
9320 #  - "L2BDMACLRN"
9321 #  - "L2BDMACLRN"
9322 #  - "IP4FWD"
9323 #  traces:
9324 #    hoverinfo: "x+y"
9325 #    boxpoints: "outliers"
9326 #    whiskerwidth: 0
9327 #  layout:
9328 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9329 #    layout: "plot-throughput"
9330
9331 ################################################################################
9332
9333 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
9334 #- type: "plot"
9335 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9336 #  algorithm: "plot_performance_box"
9337 #  output-file-type: ".html"
9338 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9339 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9340 #  filter: "'NIC_Intel-X520-DA2' and
9341 #           '64B' and
9342 #           ('BASE' or 'SCALE') and
9343 #           'NDRPDR' and
9344 #           '1T1C' and
9345 #           'L2XCFWD' and
9346 #           not 'VHOST' and
9347 #           not 'NF_DENSITY' and
9348 #           'MEMIF'"
9349 #  parameters:
9350 #  - "throughput"
9351 #  - "parent"
9352 #  - "tags"
9353 #  sort:
9354 #  - "1VNF"
9355 #  - "2VNF"
9356 #  - "4VNF"
9357 #  - "2VNF"
9358 #  - "4VNF"
9359 #  traces:
9360 #    hoverinfo: "x+y"
9361 #    boxpoints: "outliers"
9362 #    whiskerwidth: 0
9363 #  layout:
9364 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9365 #    layout: "plot-throughput"
9366 #
9367 #- type: "plot"
9368 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9369 #  algorithm: "plot_performance_box"
9370 #  output-file-type: ".html"
9371 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9372 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9373 #  filter: "'NIC_Intel-X520-DA2' and
9374 #           '64B' and
9375 #           ('BASE' or 'SCALE') and
9376 #           'NDRPDR' and
9377 #           '1T1C' and
9378 #           'L2XCFWD' and
9379 #           not 'VHOST' and
9380 #           not 'NF_DENSITY' and
9381 #           'MEMIF'"
9382 #  parameters:
9383 #  - "throughput"
9384 #  - "parent"
9385 #  - "tags"
9386 #  sort:
9387 #  - "1VNF"
9388 #  - "2VNF"
9389 #  - "4VNF"
9390 #  - "2VNF"
9391 #  - "4VNF"
9392 #  traces:
9393 #    hoverinfo: "x+y"
9394 #    boxpoints: "outliers"
9395 #    whiskerwidth: 0
9396 #  layout:
9397 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9398 #    layout: "plot-throughput"
9399 #
9400 #- type: "plot"
9401 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9402 #  algorithm: "plot_performance_box"
9403 #  output-file-type: ".html"
9404 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9405 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9406 #  filter: "'NIC_Intel-X520-DA2' and
9407 #           '64B' and
9408 #           ('BASE' or 'SCALE') and
9409 #           'NDRPDR' and
9410 #           '2T2C' and
9411 #           'L2XCFWD' and
9412 #           not 'VHOST' and
9413 #           not 'NF_DENSITY' and
9414 #           'MEMIF'"
9415 #  parameters:
9416 #  - "throughput"
9417 #  - "parent"
9418 #  - "tags"
9419 #  sort:
9420 #  - "1VNF"
9421 #  - "2VNF"
9422 #  - "4VNF"
9423 #  - "2VNF"
9424 #  - "4VNF"
9425 #  traces:
9426 #    hoverinfo: "x+y"
9427 #    boxpoints: "outliers"
9428 #    whiskerwidth: 0
9429 #  layout:
9430 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9431 #    layout: "plot-throughput"
9432 #
9433 #- type: "plot"
9434 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9435 #  algorithm: "plot_performance_box"
9436 #  output-file-type: ".html"
9437 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9438 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9439 #  filter: "'NIC_Intel-X520-DA2' and
9440 #           '64B' and
9441 #           ('BASE' or 'SCALE') and
9442 #           'NDRPDR' and
9443 #           '2T2C' and
9444 #           'L2XCFWD' and
9445 #           not 'VHOST' and
9446 #           not 'NF_DENSITY' and
9447 #           'MEMIF'"
9448 #  parameters:
9449 #  - "throughput"
9450 #  - "parent"
9451 #  - "tags"
9452 #  sort:
9453 #  - "1VNF"
9454 #  - "2VNF"
9455 #  - "4VNF"
9456 #  - "2VNF"
9457 #  - "4VNF"
9458 #  traces:
9459 #    hoverinfo: "x+y"
9460 #    boxpoints: "outliers"
9461 #    whiskerwidth: 0
9462 #  layout:
9463 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9464 #    layout: "plot-throughput"
9465 #
9466 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
9467 #- type: "plot"
9468 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9469 #  algorithm: "plot_performance_box"
9470 #  output-file-type: ".html"
9471 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9472 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9473 #  filter: "'NIC_Intel-X520-DA2' and
9474 #           '64B' and
9475 #           ('BASE' or 'SCALE') and
9476 #           'NDRPDR' and
9477 #           '1T1C' and
9478 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9479 #           not 'VHOST' and
9480 #           not 'NF_DENSITY' and
9481 #           'MEMIF'"
9482 #  parameters:
9483 #  - "throughput"
9484 #  - "parent"
9485 #  - "tags"
9486 #  sort:
9487 #  - "1VNF"
9488 #  - "2VNF"
9489 #  - "4VNF"
9490 #  - "2VNF"
9491 #  - "4VNF"
9492 #  traces:
9493 #    hoverinfo: "x+y"
9494 #    boxpoints: "outliers"
9495 #    whiskerwidth: 0
9496 #  layout:
9497 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9498 #    layout: "plot-throughput"
9499 #
9500 #- type: "plot"
9501 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9502 #  algorithm: "plot_performance_box"
9503 #  output-file-type: ".html"
9504 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9505 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9506 #  filter: "'NIC_Intel-X520-DA2' and
9507 #           '64B' and
9508 #           ('BASE' or 'SCALE') and
9509 #           'NDRPDR' and
9510 #           '1T1C' and
9511 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9512 #           not 'VHOST' and
9513 #           not 'NF_DENSITY' and
9514 #           'MEMIF'"
9515 #  parameters:
9516 #  - "throughput"
9517 #  - "parent"
9518 #  - "tags"
9519 #  sort:
9520 #  - "1VNF"
9521 #  - "2VNF"
9522 #  - "4VNF"
9523 #  - "2VNF"
9524 #  - "4VNF"
9525 #  traces:
9526 #    hoverinfo: "x+y"
9527 #    boxpoints: "outliers"
9528 #    whiskerwidth: 0
9529 #  layout:
9530 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9531 #    layout: "plot-throughput"
9532 #
9533 #- type: "plot"
9534 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9535 #  algorithm: "plot_performance_box"
9536 #  output-file-type: ".html"
9537 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9538 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9539 #  filter: "'NIC_Intel-X520-DA2' and
9540 #           '64B' and
9541 #           ('BASE' or 'SCALE') and
9542 #           'NDRPDR' and
9543 #           '2T2C' and
9544 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9545 #           not 'VHOST' and
9546 #           not 'NF_DENSITY' and
9547 #           'MEMIF'"
9548 #  parameters:
9549 #  - "throughput"
9550 #  - "parent"
9551 #  - "tags"
9552 #  sort:
9553 #  - "1VNF"
9554 #  - "2VNF"
9555 #  - "4VNF"
9556 #  - "2VNF"
9557 #  - "4VNF"
9558 #  traces:
9559 #    hoverinfo: "x+y"
9560 #    boxpoints: "outliers"
9561 #    whiskerwidth: 0
9562 #  layout:
9563 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9564 #    layout: "plot-throughput"
9565 #
9566 #- type: "plot"
9567 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9568 #  algorithm: "plot_performance_box"
9569 #  output-file-type: ".html"
9570 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9571 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9572 #  filter: "'NIC_Intel-X520-DA2' and
9573 #           '64B' and
9574 #           ('BASE' or 'SCALE') and
9575 #           'NDRPDR' and
9576 #           '2T2C' and
9577 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9578 #           not 'VHOST' and
9579 #           not 'NF_DENSITY' and
9580 #           'MEMIF'"
9581 #  parameters:
9582 #  - "throughput"
9583 #  - "parent"
9584 #  - "tags"
9585 #  sort:
9586 #  - "1VNF"
9587 #  - "2VNF"
9588 #  - "4VNF"
9589 #  - "2VNF"
9590 #  - "4VNF"
9591 #  traces:
9592 #    hoverinfo: "x+y"
9593 #    boxpoints: "outliers"
9594 #    whiskerwidth: 0
9595 #  layout:
9596 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9597 #    layout: "plot-throughput"
9598 #
9599 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
9600 #- type: "plot"
9601 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9602 #  algorithm: "plot_performance_box"
9603 #  output-file-type: ".html"
9604 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9605 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9606 #  filter: "'NIC_Intel-X710' and
9607 #           '64B' and
9608 #           ('BASE' or 'SCALE') and
9609 #           'NDRPDR' and
9610 #           '1T1C' and
9611 #           'L2XCFWD' and
9612 #           not 'VHOST' and
9613 #           not 'NF_DENSITY' and
9614 #           'MEMIF'"
9615 #  parameters:
9616 #  - "throughput"
9617 #  - "parent"
9618 #  - "tags"
9619 #  sort:
9620 #  - "1VNF"
9621 #  - "2VNF"
9622 #  - "4VNF"
9623 #  - "2VNF"
9624 #  - "4VNF"
9625 #  traces:
9626 #    hoverinfo: "x+y"
9627 #    boxpoints: "outliers"
9628 #    whiskerwidth: 0
9629 #  layout:
9630 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9631 #    layout: "plot-throughput"
9632 #
9633 #- type: "plot"
9634 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9635 #  algorithm: "plot_performance_box"
9636 #  output-file-type: ".html"
9637 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9638 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9639 #  filter: "'NIC_Intel-X710' and
9640 #           '64B' and
9641 #           ('BASE' or 'SCALE') and
9642 #           'NDRPDR' and
9643 #           '1T1C' and
9644 #           'L2XCFWD' and
9645 #           not 'VHOST' and
9646 #           not 'NF_DENSITY' and
9647 #           'MEMIF'"
9648 #  parameters:
9649 #  - "throughput"
9650 #  - "parent"
9651 #  - "tags"
9652 #  sort:
9653 #  - "1VNF"
9654 #  - "2VNF"
9655 #  - "4VNF"
9656 #  - "2VNF"
9657 #  - "4VNF"
9658 #  traces:
9659 #    hoverinfo: "x+y"
9660 #    boxpoints: "outliers"
9661 #    whiskerwidth: 0
9662 #  layout:
9663 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9664 #    layout: "plot-throughput"
9665 #
9666 #- type: "plot"
9667 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9668 #  algorithm: "plot_performance_box"
9669 #  output-file-type: ".html"
9670 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9671 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9672 #  filter: "'NIC_Intel-X710' and
9673 #           '64B' and
9674 #           ('BASE' or 'SCALE') and
9675 #           'NDRPDR' and
9676 #           '2T2C' and
9677 #           'L2XCFWD' and
9678 #           not 'VHOST' and
9679 #           not 'NF_DENSITY' and
9680 #           'MEMIF'"
9681 #  parameters:
9682 #  - "throughput"
9683 #  - "parent"
9684 #  - "tags"
9685 #  sort:
9686 #  - "1VNF"
9687 #  - "2VNF"
9688 #  - "4VNF"
9689 #  - "2VNF"
9690 #  - "4VNF"
9691 #  traces:
9692 #    hoverinfo: "x+y"
9693 #    boxpoints: "outliers"
9694 #    whiskerwidth: 0
9695 #  layout:
9696 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9697 #    layout: "plot-throughput"
9698 #
9699 #- type: "plot"
9700 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9701 #  algorithm: "plot_performance_box"
9702 #  output-file-type: ".html"
9703 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9704 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9705 #  filter: "'NIC_Intel-X710' and
9706 #           '64B' and
9707 #           ('BASE' or 'SCALE') and
9708 #           'NDRPDR' and
9709 #           '2T2C' and
9710 #           'L2XCFWD' and
9711 #           not 'VHOST' and
9712 #           not 'NF_DENSITY' and
9713 #           'MEMIF'"
9714 #  parameters:
9715 #  - "throughput"
9716 #  - "parent"
9717 #  - "tags"
9718 #  sort:
9719 #  - "1VNF"
9720 #  - "2VNF"
9721 #  - "4VNF"
9722 #  - "2VNF"
9723 #  - "4VNF"
9724 #  traces:
9725 #    hoverinfo: "x+y"
9726 #    boxpoints: "outliers"
9727 #    whiskerwidth: 0
9728 #  layout:
9729 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9730 #    layout: "plot-throughput"
9731 #
9732 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
9733 #- type: "plot"
9734 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9735 #  algorithm: "plot_performance_box"
9736 #  output-file-type: ".html"
9737 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9738 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9739 #  filter: "'NIC_Intel-X710' and
9740 #           '64B' and
9741 #           ('BASE' or 'SCALE') and
9742 #           'NDRPDR' and
9743 #           '1T1C' and
9744 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9745 #           not 'VHOST' and
9746 #           not 'NF_DENSITY' and
9747 #           'MEMIF'"
9748 #  parameters:
9749 #  - "throughput"
9750 #  - "parent"
9751 #  - "tags"
9752 #  sort:
9753 #  - "1VNF"
9754 #  - "2VNF"
9755 #  - "4VNF"
9756 #  - "2VNF"
9757 #  - "4VNF"
9758 #  traces:
9759 #    hoverinfo: "x+y"
9760 #    boxpoints: "outliers"
9761 #    whiskerwidth: 0
9762 #  layout:
9763 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9764 #    layout: "plot-throughput"
9765 #
9766 #- type: "plot"
9767 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9768 #  algorithm: "plot_performance_box"
9769 #  output-file-type: ".html"
9770 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9771 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9772 #  filter: "'NIC_Intel-X710' and
9773 #           '64B' and
9774 #           ('BASE' or 'SCALE') and
9775 #           'NDRPDR' and
9776 #           '1T1C' and
9777 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9778 #           not 'VHOST' and
9779 #           not 'NF_DENSITY' and
9780 #           'MEMIF'"
9781 #  parameters:
9782 #  - "throughput"
9783 #  - "parent"
9784 #  - "tags"
9785 #  sort:
9786 #  - "1VNF"
9787 #  - "2VNF"
9788 #  - "4VNF"
9789 #  - "2VNF"
9790 #  - "4VNF"
9791 #  traces:
9792 #    hoverinfo: "x+y"
9793 #    boxpoints: "outliers"
9794 #    whiskerwidth: 0
9795 #  layout:
9796 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9797 #    layout: "plot-throughput"
9798 #
9799 #- type: "plot"
9800 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9801 #  algorithm: "plot_performance_box"
9802 #  output-file-type: ".html"
9803 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9804 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9805 #  filter: "'NIC_Intel-X710' and
9806 #           '64B' and
9807 #           ('BASE' or 'SCALE') and
9808 #           'NDRPDR' and
9809 #           '2T2C' and
9810 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9811 #           not 'VHOST' and
9812 #           not 'NF_DENSITY' and
9813 #           'MEMIF'"
9814 #  parameters:
9815 #  - "throughput"
9816 #  - "parent"
9817 #  - "tags"
9818 #  sort:
9819 #  - "1VNF"
9820 #  - "2VNF"
9821 #  - "4VNF"
9822 #  - "2VNF"
9823 #  - "4VNF"
9824 #  traces:
9825 #    hoverinfo: "x+y"
9826 #    boxpoints: "outliers"
9827 #    whiskerwidth: 0
9828 #  layout:
9829 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9830 #    layout: "plot-throughput"
9831 #
9832 #- type: "plot"
9833 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9834 #  algorithm: "plot_performance_box"
9835 #  output-file-type: ".html"
9836 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9837 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9838 #  filter: "'NIC_Intel-X710' and
9839 #           '64B' and
9840 #           ('BASE' or 'SCALE') and
9841 #           'NDRPDR' and
9842 #           '2T2C' and
9843 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9844 #           not 'VHOST' and
9845 #           not 'NF_DENSITY' and
9846 #           'MEMIF'"
9847 #  parameters:
9848 #  - "throughput"
9849 #  - "parent"
9850 #  - "tags"
9851 #  sort:
9852 #  - "1VNF"
9853 #  - "2VNF"
9854 #  - "4VNF"
9855 #  - "2VNF"
9856 #  - "4VNF"
9857 #  traces:
9858 #    hoverinfo: "x+y"
9859 #    boxpoints: "outliers"
9860 #    whiskerwidth: 0
9861 #  layout:
9862 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9863 #    layout: "plot-throughput"
9864
9865 ################################################################################
9866
9867 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
9868 - type: "plot"
9869   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9870   algorithm: "plot_performance_box"
9871   output-file-type: ".html"
9872   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9873   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9874   filter: "'NIC_Intel-X520-DA2' and
9875            '64B' and
9876            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9877            'NDRPDR' and
9878            '1T1C' and
9879            'IP4FWD' and
9880            not 'IPSEC' and
9881            not 'DOT1Q' and
9882            not 'VHOST'"
9883   parameters:
9884   - "throughput"
9885   - "parent"
9886   - "tags"
9887   sort:
9888   - "IP4BASE"
9889   - "FIB_20K"
9890   - "FIB_200K"
9891   - "FIB_2M"
9892   traces:
9893     hoverinfo: "x+y"
9894     boxpoints: "outliers"
9895     whiskerwidth: 0
9896   layout:
9897     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9898     layout: "plot-throughput"
9899
9900 - type: "plot"
9901   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9902   algorithm: "plot_performance_box"
9903   output-file-type: ".html"
9904   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9905   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9906   filter: "'NIC_Intel-X520-DA2' and
9907            '64B' and
9908            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9909            'NDRPDR' and
9910            '1T1C' and
9911            'IP4FWD' and
9912            not 'IPSEC' and
9913            not 'DOT1Q' and
9914            not 'VHOST'"
9915   parameters:
9916   - "throughput"
9917   - "parent"
9918   - "tags"
9919   sort:
9920   - "IP4BASE"
9921   - "FIB_20K"
9922   - "FIB_200K"
9923   - "FIB_2M"
9924   traces:
9925     hoverinfo: "x+y"
9926     boxpoints: "outliers"
9927     whiskerwidth: 0
9928   layout:
9929     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9930     layout: "plot-throughput"
9931
9932 - type: "plot"
9933   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9934   algorithm: "plot_performance_box"
9935   output-file-type: ".html"
9936   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9937   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9938   filter: "'NIC_Intel-X520-DA2' and
9939            '64B' and
9940            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9941            'NDRPDR' and
9942            '2T2C' and
9943            'IP4FWD' and
9944            not 'IPSEC' and
9945            not 'DOT1Q' and
9946            not 'VHOST'"
9947   parameters:
9948   - "throughput"
9949   - "parent"
9950   - "tags"
9951   sort:
9952   - "IP4BASE"
9953   - "FIB_20K"
9954   - "FIB_200K"
9955   - "FIB_2M"
9956   traces:
9957     hoverinfo: "x+y"
9958     boxpoints: "outliers"
9959     whiskerwidth: 0
9960   layout:
9961     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9962     layout: "plot-throughput"
9963
9964 - type: "plot"
9965   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9966   algorithm: "plot_performance_box"
9967   output-file-type: ".html"
9968   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9969   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9970   filter: "'NIC_Intel-X520-DA2' and
9971            '64B' and
9972            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9973            'NDRPDR' and
9974            '2T2C' and
9975            'IP4FWD' and
9976            not 'IPSEC' and
9977            not 'DOT1Q' and
9978            not 'VHOST'"
9979   parameters:
9980   - "throughput"
9981   - "parent"
9982   - "tags"
9983   sort:
9984   - "IP4BASE"
9985   - "FIB_20K"
9986   - "FIB_200K"
9987   - "FIB_2M"
9988   traces:
9989     hoverinfo: "x+y"
9990     boxpoints: "outliers"
9991     whiskerwidth: 0
9992   layout:
9993     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9994     layout: "plot-throughput"
9995
9996 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
9997 - type: "plot"
9998   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9999   algorithm: "plot_performance_box"
10000   output-file-type: ".html"
10001   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
10002   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10003   filter: "'NIC_Intel-X520-DA2' and
10004            '64B' and
10005            ('IP4BASE' or
10006             'POLICE_MARK' or
10007             'COPWHLIST' or
10008             ('NAT44' and 'BASE') or
10009             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10010            'NDRPDR' and
10011            '1T1C' and
10012            'IP4FWD' and
10013            not 'IPSEC' and
10014            not 'VHOST'"
10015   parameters:
10016   - "throughput"
10017   - "parent"
10018   - "tags"
10019   sort:
10020   - "DOT1Q"
10021   - "IP4BASE"
10022   - "NAT44"
10023   - "POLICE_MARK"
10024   - "COPWHLIST"
10025   - "IACL"
10026   - "OACL"
10027   traces:
10028     hoverinfo: "x+y"
10029     boxpoints: "outliers"
10030     whiskerwidth: 0
10031   layout:
10032     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
10033     layout: "plot-throughput"
10034
10035 - type: "plot"
10036   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10037   algorithm: "plot_performance_box"
10038   output-file-type: ".html"
10039   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10040   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10041   filter: "'NIC_Intel-X520-DA2' and
10042            '64B' and
10043            ('IP4BASE' or
10044             'POLICE_MARK' or
10045             'COPWHLIST' or
10046             ('NAT44' and 'BASE') or
10047             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10048            'NDRPDR' and
10049            '1T1C' and
10050            'IP4FWD' and
10051            not 'IPSEC' and
10052            not 'VHOST'"
10053   parameters:
10054   - "throughput"
10055   - "parent"
10056   - "tags"
10057   sort:
10058   - "DOT1Q"
10059   - "IP4BASE"
10060   - "NAT44"
10061   - "POLICE_MARK"
10062   - "COPWHLIST"
10063   - "IACL"
10064   - "OACL"
10065   traces:
10066     hoverinfo: "x+y"
10067     boxpoints: "outliers"
10068     whiskerwidth: 0
10069   layout:
10070     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10071     layout: "plot-throughput"
10072
10073 - type: "plot"
10074   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10075   algorithm: "plot_performance_box"
10076   output-file-type: ".html"
10077   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10078   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10079   filter: "'NIC_Intel-X520-DA2' and
10080            '64B' and
10081            ('IP4BASE' or
10082             'POLICE_MARK' or
10083             'COPWHLIST' or
10084             ('NAT44' and 'BASE') or
10085             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10086            'NDRPDR' and
10087            '2T2C' and
10088            'IP4FWD' and
10089            not 'IPSEC' and
10090            not 'VHOST'"
10091   parameters:
10092   - "throughput"
10093   - "parent"
10094   - "tags"
10095   sort:
10096   - "DOT1Q"
10097   - "IP4BASE"
10098   - "NAT44"
10099   - "POLICE_MARK"
10100   - "COPWHLIST"
10101   - "IACL"
10102   - "OACL"
10103   traces:
10104     hoverinfo: "x+y"
10105     boxpoints: "outliers"
10106     whiskerwidth: 0
10107   layout:
10108     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10109     layout: "plot-throughput"
10110
10111 - type: "plot"
10112   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10113   algorithm: "plot_performance_box"
10114   output-file-type: ".html"
10115   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10116   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10117   filter: "'NIC_Intel-X520-DA2' and
10118            '64B' and
10119            ('IP4BASE' or
10120             'POLICE_MARK' or
10121             'COPWHLIST' or
10122             ('NAT44' and 'BASE') or
10123             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10124            'NDRPDR' and
10125            '2T2C' and
10126            'IP4FWD' and
10127            not 'IPSEC' and
10128            not 'VHOST'"
10129   parameters:
10130   - "throughput"
10131   - "parent"
10132   - "tags"
10133   sort:
10134   - "DOT1Q"
10135   - "IP4BASE"
10136   - "NAT44"
10137   - "POLICE_MARK"
10138   - "COPWHLIST"
10139   - "IACL"
10140   - "OACL"
10141   traces:
10142     hoverinfo: "x+y"
10143     boxpoints: "outliers"
10144     whiskerwidth: 0
10145   layout:
10146     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10147     layout: "plot-throughput"
10148
10149 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
10150 - type: "plot"
10151   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10152   algorithm: "plot_performance_box"
10153   output-file-type: ".html"
10154   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10155   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10156   filter: "'NIC_Intel-X520-DA2' and
10157            '64B' and
10158            'NDRPDR' and
10159            '1T1C' and
10160            'IP4FWD' and
10161            ('NAT44' or 'IP4BASE') and
10162            not 'DOT1Q' and
10163            not 'IPSEC' and
10164            not 'VHOST'"
10165   parameters:
10166   - "throughput"
10167   - "parent"
10168   - "tags"
10169   sort:
10170   - "IP4BASE"
10171   - "BASE"
10172   - "SRC_USER_10"
10173   - "SRC_USER_100"
10174   - "SRC_USER_1000"
10175   - "SRC_USER_2000"
10176   traces:
10177     hoverinfo: "x+y"
10178     boxpoints: "outliers"
10179     whiskerwidth: 0
10180   layout:
10181     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10182     layout: "plot-throughput"
10183
10184 - type: "plot"
10185   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10186   algorithm: "plot_performance_box"
10187   output-file-type: ".html"
10188   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10189   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10190   filter: "'NIC_Intel-X520-DA2' and
10191            '64B' and
10192            'NDRPDR' and
10193            '1T1C' and
10194            'IP4FWD' and
10195            ('NAT44' or 'IP4BASE') and
10196            not 'DOT1Q' and
10197            not 'IPSEC' and
10198            not 'VHOST'"
10199   parameters:
10200   - "throughput"
10201   - "parent"
10202   - "tags"
10203   sort:
10204   - "IP4BASE"
10205   - "BASE"
10206   - "SRC_USER_10"
10207   - "SRC_USER_100"
10208   - "SRC_USER_1000"
10209   - "SRC_USER_2000"
10210   traces:
10211     hoverinfo: "x+y"
10212     boxpoints: "outliers"
10213     whiskerwidth: 0
10214   layout:
10215     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10216     layout: "plot-throughput"
10217
10218 - type: "plot"
10219   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10220   algorithm: "plot_performance_box"
10221   output-file-type: ".html"
10222   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10223   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10224   filter: "'NIC_Intel-X520-DA2' and
10225            '64B' and
10226            'NDRPDR' and
10227            '2T2C' and
10228            'IP4FWD' and
10229            ('NAT44' or 'IP4BASE') and
10230            not 'DOT1Q' and
10231            not 'IPSEC' and
10232            not 'VHOST'"
10233   parameters:
10234   - "throughput"
10235   - "parent"
10236   - "tags"
10237   sort:
10238   - "IP4BASE"
10239   - "BASE"
10240   - "SRC_USER_10"
10241   - "SRC_USER_100"
10242   - "SRC_USER_1000"
10243   - "SRC_USER_2000"
10244   traces:
10245     hoverinfo: "x+y"
10246     boxpoints: "outliers"
10247     whiskerwidth: 0
10248   layout:
10249     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10250     layout: "plot-throughput"
10251
10252 - type: "plot"
10253   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10254   algorithm: "plot_performance_box"
10255   output-file-type: ".html"
10256   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10257   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10258   filter: "'NIC_Intel-X520-DA2' and
10259            '64B' and
10260            'NDRPDR' and
10261            '2T2C' and
10262            'IP4FWD' and
10263            ('NAT44' or 'IP4BASE') and
10264            not 'DOT1Q' and
10265            not 'IPSEC' and
10266            not 'VHOST'"
10267   parameters:
10268   - "throughput"
10269   - "parent"
10270   - "tags"
10271   sort:
10272   - "IP4BASE"
10273   - "BASE"
10274   - "SRC_USER_10"
10275   - "SRC_USER_100"
10276   - "SRC_USER_1000"
10277   - "SRC_USER_2000"
10278   traces:
10279     hoverinfo: "x+y"
10280     boxpoints: "outliers"
10281     whiskerwidth: 0
10282   layout:
10283     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10284     layout: "plot-throughput"
10285
10286 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
10287 - type: "plot"
10288   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10289   algorithm: "plot_performance_box"
10290   output-file-type: ".html"
10291   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10292   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10293   filter: "'NIC_Intel-X520-DA2' and
10294            '64B' and
10295            'NDRPDR' and
10296            '1T1C' and
10297            'IP4FWD' and
10298            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10299            not 'IPSEC' and
10300            not 'DOT1Q' and
10301            not 'VHOST'"
10302   parameters:
10303   - "throughput"
10304   - "parent"
10305   - "tags"
10306   sort:
10307   - "IP4BASE"
10308   - "ACL_STATELESS"
10309   - "ACL_STATEFUL"
10310   - "ACL_STATELESS"
10311   - "ACL_STATEFUL"
10312   traces:
10313     hoverinfo: "x+y"
10314     boxpoints: "outliers"
10315     whiskerwidth: 0
10316   layout:
10317     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10318     layout: "plot-throughput"
10319
10320 - type: "plot"
10321   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10322   algorithm: "plot_performance_box"
10323   output-file-type: ".html"
10324   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10325   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10326   filter: "'NIC_Intel-X520-DA2' and
10327            '64B' and
10328            'NDRPDR' and
10329            '1T1C' and
10330            'IP4FWD' and
10331            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10332            not 'IPSEC' and
10333            not 'DOT1Q' and
10334            not 'VHOST'"
10335   parameters:
10336   - "throughput"
10337   - "parent"
10338   - "tags"
10339   sort:
10340   - "IP4BASE"
10341   - "ACL_STATELESS"
10342   - "ACL_STATEFUL"
10343   - "ACL_STATELESS"
10344   - "ACL_STATEFUL"
10345   traces:
10346     hoverinfo: "x+y"
10347     boxpoints: "outliers"
10348     whiskerwidth: 0
10349   layout:
10350     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10351     layout: "plot-throughput"
10352
10353 - type: "plot"
10354   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10355   algorithm: "plot_performance_box"
10356   output-file-type: ".html"
10357   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10358   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10359   filter: "'NIC_Intel-X520-DA2' and
10360            '64B' and
10361            'NDRPDR' and
10362            '2T2C' and
10363            'IP4FWD' and
10364            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10365            not 'IPSEC' and
10366            not 'DOT1Q' and
10367            not 'VHOST'"
10368   parameters:
10369   - "throughput"
10370   - "parent"
10371   - "tags"
10372   sort:
10373   - "IP4BASE"
10374   - "ACL_STATELESS"
10375   - "ACL_STATEFUL"
10376   - "ACL_STATELESS"
10377   - "ACL_STATEFUL"
10378   traces:
10379     hoverinfo: "x+y"
10380     boxpoints: "outliers"
10381     whiskerwidth: 0
10382   layout:
10383     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10384     layout: "plot-throughput"
10385
10386 - type: "plot"
10387   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10388   algorithm: "plot_performance_box"
10389   output-file-type: ".html"
10390   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10391   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10392   filter: "'NIC_Intel-X520-DA2' and
10393            '64B' and
10394            'NDRPDR' and
10395            '2T2C' and
10396            'IP4FWD' and
10397            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10398            not 'IPSEC' and
10399            not 'DOT1Q' and
10400            not 'VHOST'"
10401   parameters:
10402   - "throughput"
10403   - "parent"
10404   - "tags"
10405   sort:
10406   - "IP4BASE"
10407   - "ACL_STATELESS"
10408   - "ACL_STATEFUL"
10409   - "ACL_STATELESS"
10410   - "ACL_STATEFUL"
10411   traces:
10412     hoverinfo: "x+y"
10413     boxpoints: "outliers"
10414     whiskerwidth: 0
10415   layout:
10416     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10417     layout: "plot-throughput"
10418
10419 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
10420 - type: "plot"
10421   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10422   algorithm: "plot_performance_box"
10423   output-file-type: ".html"
10424   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10425   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10426   filter: "'NIC_Intel-X520-DA2' and
10427            '64B' and
10428            'NDRPDR' and
10429            '1T1C' and
10430            'IP4FWD' and
10431            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10432            not 'IPSEC' and
10433            not 'DOT1Q' and
10434            not 'VHOST'"
10435   parameters:
10436   - "throughput"
10437   - "parent"
10438   - "tags"
10439   sort:
10440   - "IP4BASE"
10441   - "ACL_STATELESS"
10442   - "ACL_STATEFUL"
10443   - "ACL_STATELESS"
10444   - "ACL_STATEFUL"
10445   traces:
10446     hoverinfo: "x+y"
10447     boxpoints: "outliers"
10448     whiskerwidth: 0
10449   layout:
10450     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10451     layout: "plot-throughput"
10452
10453 - type: "plot"
10454   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10455   algorithm: "plot_performance_box"
10456   output-file-type: ".html"
10457   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10458   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10459   filter: "'NIC_Intel-X520-DA2' and
10460            '64B' and
10461            'NDRPDR' and
10462            '1T1C' and
10463            'IP4FWD' and
10464            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10465            not 'IPSEC' and
10466            not 'DOT1Q' and
10467            not 'VHOST'"
10468   parameters:
10469   - "throughput"
10470   - "parent"
10471   - "tags"
10472   sort:
10473   - "IP4BASE"
10474   - "ACL_STATELESS"
10475   - "ACL_STATEFUL"
10476   - "ACL_STATELESS"
10477   - "ACL_STATEFUL"
10478   traces:
10479     hoverinfo: "x+y"
10480     boxpoints: "outliers"
10481     whiskerwidth: 0
10482   layout:
10483     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10484     layout: "plot-throughput"
10485
10486 - type: "plot"
10487   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10488   algorithm: "plot_performance_box"
10489   output-file-type: ".html"
10490   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10491   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10492   filter: "'NIC_Intel-X520-DA2' and
10493            '64B' and
10494            'NDRPDR' and
10495            '2T2C' and
10496            'IP4FWD' and
10497            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10498            not 'IPSEC' and
10499            not 'DOT1Q' and
10500            not 'VHOST'"
10501   parameters:
10502   - "throughput"
10503   - "parent"
10504   - "tags"
10505   sort:
10506   - "IP4BASE"
10507   - "ACL_STATELESS"
10508   - "ACL_STATEFUL"
10509   - "ACL_STATELESS"
10510   - "ACL_STATEFUL"
10511   traces:
10512     hoverinfo: "x+y"
10513     boxpoints: "outliers"
10514     whiskerwidth: 0
10515   layout:
10516     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10517     layout: "plot-throughput"
10518
10519 - type: "plot"
10520   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10521   algorithm: "plot_performance_box"
10522   output-file-type: ".html"
10523   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10524   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10525   filter: "'NIC_Intel-X520-DA2' and
10526            '64B' and
10527            'NDRPDR' and
10528            '2T2C' and
10529            'IP4FWD' and
10530            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10531            not 'IPSEC' and
10532            not 'DOT1Q' and
10533            not 'VHOST'"
10534   parameters:
10535   - "throughput"
10536   - "parent"
10537   - "tags"
10538   sort:
10539   - "IP4BASE"
10540   - "ACL_STATELESS"
10541   - "ACL_STATEFUL"
10542   - "ACL_STATELESS"
10543   - "ACL_STATEFUL"
10544   traces:
10545     hoverinfo: "x+y"
10546     boxpoints: "outliers"
10547     whiskerwidth: 0
10548   layout:
10549     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10550     layout: "plot-throughput"
10551
10552 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
10553 - type: "plot"
10554   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10555   algorithm: "plot_performance_box"
10556   output-file-type: ".html"
10557   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10558   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10559   filter: "'NIC_Intel-X710' and
10560            '64B' and
10561            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10562            'NDRPDR' and
10563            '1T1C' and
10564            'IP4FWD' and
10565            not 'IPSEC' and
10566            not 'DOT1Q' and
10567            not 'VHOST'"
10568   parameters:
10569   - "throughput"
10570   - "parent"
10571   - "tags"
10572   sort:
10573   - "IP4BASE"
10574   - "FIB_20K"
10575   - "FIB_200K"
10576   - "FIB_2M"
10577   traces:
10578     hoverinfo: "x+y"
10579     boxpoints: "outliers"
10580     whiskerwidth: 0
10581   layout:
10582     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10583     layout: "plot-throughput"
10584
10585 - type: "plot"
10586   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10587   algorithm: "plot_performance_box"
10588   output-file-type: ".html"
10589   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10590   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10591   filter: "'NIC_Intel-X710' and
10592            '64B' and
10593            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10594            'NDRPDR' and
10595            '1T1C' and
10596            'IP4FWD' and
10597            not 'IPSEC' and
10598            not 'DOT1Q' and
10599            not 'VHOST'"
10600   parameters:
10601   - "throughput"
10602   - "parent"
10603   - "tags"
10604   sort:
10605   - "IP4BASE"
10606   - "FIB_20K"
10607   - "FIB_200K"
10608   - "FIB_2M"
10609   traces:
10610     hoverinfo: "x+y"
10611     boxpoints: "outliers"
10612     whiskerwidth: 0
10613   layout:
10614     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10615     layout: "plot-throughput"
10616
10617 - type: "plot"
10618   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10619   algorithm: "plot_performance_box"
10620   output-file-type: ".html"
10621   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10622   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10623   filter: "'NIC_Intel-X710' and
10624            '64B' and
10625            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10626            'NDRPDR' and
10627            '2T2C' and
10628            'IP4FWD' and
10629            not 'IPSEC' and
10630            not 'DOT1Q' and
10631            not 'VHOST'"
10632   parameters:
10633   - "throughput"
10634   - "parent"
10635   - "tags"
10636   sort:
10637   - "IP4BASE"
10638   - "FIB_20K"
10639   - "FIB_200K"
10640   - "FIB_2M"
10641   traces:
10642     hoverinfo: "x+y"
10643     boxpoints: "outliers"
10644     whiskerwidth: 0
10645   layout:
10646     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10647     layout: "plot-throughput"
10648
10649 - type: "plot"
10650   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10651   algorithm: "plot_performance_box"
10652   output-file-type: ".html"
10653   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10654   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10655   filter: "'NIC_Intel-X710' and
10656            '64B' and
10657            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10658            'NDRPDR' and
10659            '2T2C' and
10660            'IP4FWD' and
10661            not 'IPSEC' and
10662            not 'DOT1Q' and
10663            not 'VHOST'"
10664   parameters:
10665   - "throughput"
10666   - "parent"
10667   - "tags"
10668   sort:
10669   - "IP4BASE"
10670   - "FIB_20K"
10671   - "FIB_200K"
10672   - "FIB_2M"
10673   traces:
10674     hoverinfo: "x+y"
10675     boxpoints: "outliers"
10676     whiskerwidth: 0
10677   layout:
10678     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10679     layout: "plot-throughput"
10680
10681 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
10682 - type: "plot"
10683   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10684   algorithm: "plot_performance_box"
10685   output-file-type: ".html"
10686   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10687   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10688   filter: "'NIC_Intel-X710' and
10689            '64B' and
10690            ('IP4BASE' or
10691             'POLICE_MARK' or
10692             'COPWHLIST' or
10693             ('NAT44' and 'BASE') or
10694             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10695            'NDRPDR' and
10696            '1T1C' and
10697            'IP4FWD' and
10698            not 'IPSEC' and
10699            not 'VHOST'"
10700   parameters:
10701   - "throughput"
10702   - "parent"
10703   - "tags"
10704   sort:
10705   - "DOT1Q"
10706   - "IP4BASE"
10707   - "NAT44"
10708   - "POLICE_MARK"
10709   - "COPWHLIST"
10710   - "IACL"
10711   - "OACL"
10712   traces:
10713     hoverinfo: "x+y"
10714     boxpoints: "outliers"
10715     whiskerwidth: 0
10716   layout:
10717     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10718     layout: "plot-throughput"
10719
10720 - type: "plot"
10721   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10722   algorithm: "plot_performance_box"
10723   output-file-type: ".html"
10724   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10725   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10726   filter: "'NIC_Intel-X710' and
10727            '64B' and
10728            ('IP4BASE' or
10729             'POLICE_MARK' or
10730             'COPWHLIST' or
10731             ('NAT44' and 'BASE') or
10732             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10733            'NDRPDR' and
10734            '1T1C' and
10735            'IP4FWD' and
10736            not 'IPSEC' and
10737            not 'VHOST'"
10738   parameters:
10739   - "throughput"
10740   - "parent"
10741   - "tags"
10742   sort:
10743   - "DOT1Q"
10744   - "IP4BASE"
10745   - "NAT44"
10746   - "POLICE_MARK"
10747   - "COPWHLIST"
10748   - "IACL"
10749   - "OACL"
10750   traces:
10751     hoverinfo: "x+y"
10752     boxpoints: "outliers"
10753     whiskerwidth: 0
10754   layout:
10755     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10756     layout: "plot-throughput"
10757
10758 - type: "plot"
10759   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10760   algorithm: "plot_performance_box"
10761   output-file-type: ".html"
10762   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10763   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10764   filter: "'NIC_Intel-X710' and
10765            '64B' and
10766            ('IP4BASE' or
10767             'POLICE_MARK' or
10768             'COPWHLIST' or
10769             ('NAT44' and 'BASE') or
10770             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10771            'NDRPDR' and
10772            '2T2C' and
10773            'IP4FWD' and
10774            not 'IPSEC' and
10775            not 'VHOST'"
10776   parameters:
10777   - "throughput"
10778   - "parent"
10779   - "tags"
10780   sort:
10781   - "DOT1Q"
10782   - "IP4BASE"
10783   - "NAT44"
10784   - "POLICE_MARK"
10785   - "COPWHLIST"
10786   - "IACL"
10787   - "OACL"
10788   traces:
10789     hoverinfo: "x+y"
10790     boxpoints: "outliers"
10791     whiskerwidth: 0
10792   layout:
10793     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10794     layout: "plot-throughput"
10795
10796 - type: "plot"
10797   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10798   algorithm: "plot_performance_box"
10799   output-file-type: ".html"
10800   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10801   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10802   filter: "'NIC_Intel-X710' and
10803            '64B' and
10804            ('IP4BASE' or
10805             'POLICE_MARK' or
10806             'COPWHLIST' or
10807             ('NAT44' and 'BASE') or
10808             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10809            'NDRPDR' and
10810            '2T2C' and
10811            'IP4FWD' and
10812            not 'IPSEC' and
10813            not 'VHOST'"
10814   parameters:
10815   - "throughput"
10816   - "parent"
10817   - "tags"
10818   sort:
10819   - "DOT1Q"
10820   - "IP4BASE"
10821   - "NAT44"
10822   - "POLICE_MARK"
10823   - "COPWHLIST"
10824   - "IACL"
10825   - "OACL"
10826   traces:
10827     hoverinfo: "x+y"
10828     boxpoints: "outliers"
10829     whiskerwidth: 0
10830   layout:
10831     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10832     layout: "plot-throughput"
10833
10834 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
10835 - type: "plot"
10836   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10837   algorithm: "plot_performance_box"
10838   output-file-type: ".html"
10839   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10840   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10841   filter: "'NIC_Intel-X710' and
10842            '64B' and
10843            'NDRPDR' and
10844            '2T1C' and
10845            'IP4FWD' and
10846            ('NAT44' or 'IP4BASE') and
10847            not 'IPSEC' and
10848            not 'VHOST'"
10849   parameters:
10850   - "throughput"
10851   - "parent"
10852   - "tags"
10853   sort:
10854   - "IP4BASE"
10855   - "BASE"
10856   - "SRC_USER_10"
10857   - "SRC_USER_100"
10858   - "SRC_USER_1000"
10859   - "SRC_USER_2000"
10860   traces:
10861     hoverinfo: "x+y"
10862     boxpoints: "outliers"
10863     whiskerwidth: 0
10864   layout:
10865     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10866     layout: "plot-throughput"
10867
10868 - type: "plot"
10869   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10870   algorithm: "plot_performance_box"
10871   output-file-type: ".html"
10872   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10873   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10874   filter: "'NIC_Intel-X710' and
10875            '64B' and
10876            'NDRPDR' and
10877            '2T1C' and
10878            'IP4FWD' and
10879            ('NAT44' or 'IP4BASE') and
10880            not 'IPSEC' and
10881            not 'VHOST'"
10882   parameters:
10883   - "throughput"
10884   - "parent"
10885   - "tags"
10886   sort:
10887   - "IP4BASE"
10888   - "BASE"
10889   - "SRC_USER_10"
10890   - "SRC_USER_100"
10891   - "SRC_USER_1000"
10892   - "SRC_USER_2000"
10893   traces:
10894     hoverinfo: "x+y"
10895     boxpoints: "outliers"
10896     whiskerwidth: 0
10897   layout:
10898     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10899     layout: "plot-throughput"
10900
10901 - type: "plot"
10902   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10903   algorithm: "plot_performance_box"
10904   output-file-type: ".html"
10905   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10906   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10907   filter: "'NIC_Intel-X710' and
10908            '64B' and
10909            'NDRPDR' and
10910            '4T2C' and
10911            'IP4FWD' and
10912            ('NAT44' or 'IP4BASE') and
10913            not 'IPSEC' and
10914            not 'VHOST'"
10915   parameters:
10916   - "throughput"
10917   - "parent"
10918   - "tags"
10919   sort:
10920   - "IP4BASE"
10921   - "BASE"
10922   - "SRC_USER_10"
10923   - "SRC_USER_100"
10924   - "SRC_USER_1000"
10925   - "SRC_USER_2000"
10926   traces:
10927     hoverinfo: "x+y"
10928     boxpoints: "outliers"
10929     whiskerwidth: 0
10930   layout:
10931     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10932     layout: "plot-throughput"
10933
10934 - type: "plot"
10935   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10936   algorithm: "plot_performance_box"
10937   output-file-type: ".html"
10938   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10939   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10940   filter: "'NIC_Intel-X710' and
10941            '64B' and
10942            'NDRPDR' and
10943            '4T2C' and
10944            'IP4FWD' and
10945            ('NAT44' or 'IP4BASE') and
10946            not 'IPSEC' and
10947            not 'VHOST'"
10948   parameters:
10949   - "throughput"
10950   - "parent"
10951   - "tags"
10952   sort:
10953   - "IP4BASE"
10954   - "BASE"
10955   - "SRC_USER_10"
10956   - "SRC_USER_100"
10957   - "SRC_USER_1000"
10958   - "SRC_USER_2000"
10959   traces:
10960     hoverinfo: "x+y"
10961     boxpoints: "outliers"
10962     whiskerwidth: 0
10963   layout:
10964     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10965     layout: "plot-throughput"
10966
10967 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
10968 - type: "plot"
10969   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10970   algorithm: "plot_performance_box"
10971   output-file-type: ".html"
10972   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10973   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10974   filter: "'NIC_Intel-X710' and
10975            '64B' and
10976            'NDRPDR' and
10977            '2T1C' and
10978            'IP4FWD' and
10979            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10980            not 'IPSEC' and
10981            not 'VHOST'"
10982   parameters:
10983   - "throughput"
10984   - "parent"
10985   - "tags"
10986   sort:
10987   - "IP4BASE"
10988   - "ACL_STATELESS"
10989   - "ACL_STATEFUL"
10990   - "ACL_STATELESS"
10991   - "ACL_STATEFUL"
10992   traces:
10993     hoverinfo: "x+y"
10994     boxpoints: "outliers"
10995     whiskerwidth: 0
10996   layout:
10997     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10998     layout: "plot-throughput"
10999
11000 - type: "plot"
11001   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
11002   algorithm: "plot_performance_box"
11003   output-file-type: ".html"
11004   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
11005   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11006   filter: "'NIC_Intel-X710' and
11007            '64B' and
11008            'NDRPDR' and
11009            '2T1C' and
11010            'IP4FWD' and
11011            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11012            not 'IPSEC' and
11013            not 'VHOST'"
11014   parameters:
11015   - "throughput"
11016   - "parent"
11017   - "tags"
11018   sort:
11019   - "IP4BASE"
11020   - "ACL_STATELESS"
11021   - "ACL_STATEFUL"
11022   - "ACL_STATELESS"
11023   - "ACL_STATEFUL"
11024   traces:
11025     hoverinfo: "x+y"
11026     boxpoints: "outliers"
11027     whiskerwidth: 0
11028   layout:
11029     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
11030     layout: "plot-throughput"
11031
11032 - type: "plot"
11033   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11034   algorithm: "plot_performance_box"
11035   output-file-type: ".html"
11036   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11037   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11038   filter: "'NIC_Intel-X710' and
11039            '64B' and
11040            'NDRPDR' and
11041            '4T2C' and
11042            'IP4FWD' and
11043            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11044            not 'IPSEC' and
11045            not 'VHOST'"
11046   parameters:
11047   - "throughput"
11048   - "parent"
11049   - "tags"
11050   sort:
11051   - "IP4BASE"
11052   - "ACL_STATELESS"
11053   - "ACL_STATEFUL"
11054   - "ACL_STATELESS"
11055   - "ACL_STATEFUL"
11056   traces:
11057     hoverinfo: "x+y"
11058     boxpoints: "outliers"
11059     whiskerwidth: 0
11060   layout:
11061     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11062     layout: "plot-throughput"
11063
11064 - type: "plot"
11065   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11066   algorithm: "plot_performance_box"
11067   output-file-type: ".html"
11068   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11069   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11070   filter: "'NIC_Intel-X710' and
11071            '64B' and
11072            'NDRPDR' and
11073            '4T2C' and
11074            'IP4FWD' and
11075            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11076            not 'IPSEC' and
11077            not 'VHOST'"
11078   parameters:
11079   - "throughput"
11080   - "parent"
11081   - "tags"
11082   sort:
11083   - "IP4BASE"
11084   - "ACL_STATELESS"
11085   - "ACL_STATEFUL"
11086   - "ACL_STATELESS"
11087   - "ACL_STATEFUL"
11088   traces:
11089     hoverinfo: "x+y"
11090     boxpoints: "outliers"
11091     whiskerwidth: 0
11092   layout:
11093     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11094     layout: "plot-throughput"
11095
11096 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
11097 - type: "plot"
11098   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11099   algorithm: "plot_performance_box"
11100   output-file-type: ".html"
11101   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11102   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11103   filter: "'NIC_Intel-XL710' and
11104            '64B' and
11105            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11106            'NDRPDR' and
11107            '1T1C' and
11108            'IP4FWD' and
11109            not 'IPSEC' and
11110            not 'VHOST'"
11111   parameters:
11112   - "throughput"
11113   - "parent"
11114   - "tags"
11115   sort:
11116   - "IP4BASE"
11117   - "FIB_20K"
11118   - "FIB_200K"
11119   - "FIB_2M"
11120   traces:
11121     hoverinfo: "x+y"
11122     boxpoints: "outliers"
11123     whiskerwidth: 0
11124   layout:
11125     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11126     layout: "plot-throughput"
11127
11128 - type: "plot"
11129   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11130   algorithm: "plot_performance_box"
11131   output-file-type: ".html"
11132   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11133   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11134   filter: "'NIC_Intel-XL710' and
11135            '64B' and
11136            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11137            'NDRPDR' and
11138            '1T1C' and
11139            'IP4FWD' and
11140            not 'IPSEC' and
11141            not 'VHOST'"
11142   parameters:
11143   - "throughput"
11144   - "parent"
11145   - "tags"
11146   sort:
11147   - "IP4BASE"
11148   - "FIB_20K"
11149   - "FIB_200K"
11150   - "FIB_2M"
11151   traces:
11152     hoverinfo: "x+y"
11153     boxpoints: "outliers"
11154     whiskerwidth: 0
11155   layout:
11156     title: "ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11157     layout: "plot-throughput"
11158
11159 - type: "plot"
11160   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11161   algorithm: "plot_performance_box"
11162   output-file-type: ".html"
11163   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11164   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11165   filter: "'NIC_Intel-XL710' and
11166            '64B' and
11167            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11168            'NDRPDR' and
11169            '2T2C' and
11170            'IP4FWD' and
11171            not 'IPSEC' and
11172            not 'VHOST'"
11173   parameters:
11174   - "throughput"
11175   - "parent"
11176   - "tags"
11177   sort:
11178   - "IP4BASE"
11179   - "FIB_20K"
11180   - "FIB_200K"
11181   - "FIB_2M"
11182   traces:
11183     hoverinfo: "x+y"
11184     boxpoints: "outliers"
11185     whiskerwidth: 0
11186   layout:
11187     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11188     layout: "plot-throughput"
11189
11190 - type: "plot"
11191   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11192   algorithm: "plot_performance_box"
11193   output-file-type: ".html"
11194   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11195   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11196   filter: "'NIC_Intel-XL710' and
11197            '64B' and
11198            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11199            'NDRPDR' and
11200            '2T2C' and
11201            'IP4FWD' and
11202            not 'IPSEC' and
11203            not 'VHOST'"
11204   parameters:
11205   - "throughput"
11206   - "parent"
11207   - "tags"
11208   sort:
11209   - "IP4BASE"
11210   - "FIB_20K"
11211   - "FIB_200K"
11212   - "FIB_2M"
11213   traces:
11214     hoverinfo: "x+y"
11215     boxpoints: "outliers"
11216     whiskerwidth: 0
11217   layout:
11218     title: "ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11219     layout: "plot-throughput"
11220
11221 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
11222 - type: "plot"
11223   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11224   algorithm: "plot_performance_box"
11225   output-file-type: ".html"
11226   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11227   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11228   filter: "'NIC_Intel-X710' and
11229            '64B' and
11230            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11231            'NDRPDR' and
11232            '2T1C' and
11233            'IP4FWD' and
11234            not 'IPSEC' and
11235            not 'DOT1Q' and
11236            not 'VHOST'"
11237   parameters:
11238   - "throughput"
11239   - "parent"
11240   - "tags"
11241   sort:
11242   - "IP4BASE"
11243   - "FIB_20K"
11244   - "FIB_200K"
11245   - "FIB_2M"
11246   traces:
11247     hoverinfo: "x+y"
11248     boxpoints: "outliers"
11249     whiskerwidth: 0
11250   layout:
11251     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11252     layout: "plot-throughput"
11253
11254 - type: "plot"
11255   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11256   algorithm: "plot_performance_box"
11257   output-file-type: ".html"
11258   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11259   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11260   filter: "'NIC_Intel-X710' and
11261            '64B' and
11262            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11263            'NDRPDR' and
11264            '2T1C' and
11265            'IP4FWD' and
11266            not 'IPSEC' and
11267            not 'DOT1Q' and
11268            not 'VHOST'"
11269   parameters:
11270   - "throughput"
11271   - "parent"
11272   - "tags"
11273   sort:
11274   - "IP4BASE"
11275   - "FIB_20K"
11276   - "FIB_200K"
11277   - "FIB_2M"
11278   traces:
11279     hoverinfo: "x+y"
11280     boxpoints: "outliers"
11281     whiskerwidth: 0
11282   layout:
11283     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11284     layout: "plot-throughput"
11285
11286 - type: "plot"
11287   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11288   algorithm: "plot_performance_box"
11289   output-file-type: ".html"
11290   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11291   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11292   filter: "'NIC_Intel-X710' and
11293            '64B' and
11294            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11295            'NDRPDR' and
11296            '4T2C' and
11297            'IP4FWD' and
11298            not 'IPSEC' and
11299            not 'DOT1Q' and
11300            not 'VHOST'"
11301   parameters:
11302   - "throughput"
11303   - "parent"
11304   - "tags"
11305   sort:
11306   - "IP4BASE"
11307   - "FIB_20K"
11308   - "FIB_200K"
11309   - "FIB_2M"
11310   traces:
11311     hoverinfo: "x+y"
11312     boxpoints: "outliers"
11313     whiskerwidth: 0
11314   layout:
11315     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11316     layout: "plot-throughput"
11317
11318 - type: "plot"
11319   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11320   algorithm: "plot_performance_box"
11321   output-file-type: ".html"
11322   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11323   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11324   filter: "'NIC_Intel-X710' and
11325            '64B' and
11326            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11327            'NDRPDR' and
11328            '4T2C' and
11329            'IP4FWD' and
11330            not 'IPSEC' and
11331            not 'DOT1Q' and
11332            not 'VHOST'"
11333   parameters:
11334   - "throughput"
11335   - "parent"
11336   - "tags"
11337   sort:
11338   - "IP4BASE"
11339   - "FIB_20K"
11340   - "FIB_200K"
11341   - "FIB_2M"
11342   traces:
11343     hoverinfo: "x+y"
11344     boxpoints: "outliers"
11345     whiskerwidth: 0
11346   layout:
11347     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11348     layout: "plot-throughput"
11349
11350 # Packet Throughput - VPP IPv4 3n-skx-x710 features
11351 - type: "plot"
11352   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
11353   algorithm: "plot_performance_box"
11354   output-file-type: ".html"
11355   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
11356   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11357   filter: "'NIC_Intel-X710' and
11358            '64B' and
11359            ('IP4BASE' or
11360             'POLICE_MARK' or
11361             'COPWHLIST' or
11362             ('NAT44' and 'BASE') or
11363             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11364            'NDRPDR' and
11365            '2T1C' and
11366            'IP4FWD' and
11367            not 'IPSEC' and
11368            not 'VHOST'"
11369   parameters:
11370   - "throughput"
11371   - "parent"
11372   - "tags"
11373   sort:
11374   - "DOT1Q"
11375   - "IP4BASE"
11376   - "NAT44"
11377   - "POLICE_MARK"
11378   - "COPWHLIST"
11379   - "IACL"
11380   - "OACL"
11381   traces:
11382     hoverinfo: "x+y"
11383     boxpoints: "outliers"
11384     whiskerwidth: 0
11385   layout:
11386     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
11387     layout: "plot-throughput"
11388
11389 - type: "plot"
11390   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
11391   algorithm: "plot_performance_box"
11392   output-file-type: ".html"
11393   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
11394   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11395   filter: "'NIC_Intel-X710' and
11396            '64B' and
11397            ('IP4BASE' or
11398             'POLICE_MARK' or
11399             'COPWHLIST' or
11400             ('NAT44' and 'BASE') or
11401             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11402            'NDRPDR' and
11403            '2T1C' and
11404            'IP4FWD' and
11405            not 'IPSEC' and
11406            not 'VHOST'"
11407   parameters:
11408   - "throughput"
11409   - "parent"
11410   - "tags"
11411   sort:
11412   - "DOT1Q"
11413   - "IP4BASE"
11414   - "NAT44"
11415   - "POLICE_MARK"
11416   - "COPWHLIST"
11417   - "IACL"
11418   - "OACL"
11419   traces:
11420     hoverinfo: "x+y"
11421     boxpoints: "outliers"
11422     whiskerwidth: 0
11423   layout:
11424     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
11425     layout: "plot-throughput"
11426
11427 - type: "plot"
11428   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
11429   algorithm: "plot_performance_box"
11430   output-file-type: ".html"
11431   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
11432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11433   filter: "'NIC_Intel-X710' and
11434            '64B' and
11435            ('IP4BASE' or
11436             'POLICE_MARK' or
11437             'COPWHLIST' or
11438             ('NAT44' and 'BASE') or
11439             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11440            'NDRPDR' and
11441            '4T2C' and
11442            'IP4FWD' and
11443            not 'IPSEC' and
11444            not 'VHOST'"
11445   parameters:
11446   - "throughput"
11447   - "parent"
11448   - "tags"
11449   sort:
11450   - "DOT1Q"
11451   - "IP4BASE"
11452   - "NAT44"
11453   - "POLICE_MARK"
11454   - "COPWHLIST"
11455   - "IACL"
11456   - "OACL"
11457   traces:
11458     hoverinfo: "x+y"
11459     boxpoints: "outliers"
11460     whiskerwidth: 0
11461   layout:
11462     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
11463     layout: "plot-throughput"
11464
11465 - type: "plot"
11466   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
11467   algorithm: "plot_performance_box"
11468   output-file-type: ".html"
11469   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
11470   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11471   filter: "'NIC_Intel-X710' and
11472            '64B' and
11473            ('IP4BASE' or
11474             'POLICE_MARK' or
11475             'COPWHLIST' or
11476             ('NAT44' and 'BASE') or
11477             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11478            'NDRPDR' and
11479            '4T2C' and
11480            'IP4FWD' and
11481            not 'IPSEC' and
11482            not 'VHOST'"
11483   parameters:
11484   - "throughput"
11485   - "parent"
11486   - "tags"
11487   sort:
11488   - "DOT1Q"
11489   - "IP4BASE"
11490   - "NAT44"
11491   - "POLICE_MARK"
11492   - "COPWHLIST"
11493   - "IACL"
11494   - "OACL"
11495   traces:
11496     hoverinfo: "x+y"
11497     boxpoints: "outliers"
11498     whiskerwidth: 0
11499   layout:
11500     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
11501     layout: "plot-throughput"
11502
11503 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
11504 - type: "plot"
11505   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11506   algorithm: "plot_performance_box"
11507   output-file-type: ".html"
11508   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11509   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11510   filter: "'NIC_Intel-X710' and
11511            '64B' and
11512            'NDRPDR' and
11513            '1T1C' and
11514            'IP4FWD' and
11515            ('NAT44' or 'IP4BASE') and
11516            not 'IPSEC' and
11517            not 'VHOST'"
11518   parameters:
11519   - "throughput"
11520   - "parent"
11521   - "tags"
11522   sort:
11523   - "IP4BASE"
11524   - "BASE"
11525   - "SRC_USER_10"
11526   - "SRC_USER_100"
11527   - "SRC_USER_1000"
11528   - "SRC_USER_2000"
11529   traces:
11530     hoverinfo: "x+y"
11531     boxpoints: "outliers"
11532     whiskerwidth: 0
11533   layout:
11534     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11535     layout: "plot-throughput"
11536
11537 - type: "plot"
11538   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11539   algorithm: "plot_performance_box"
11540   output-file-type: ".html"
11541   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11542   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11543   filter: "'NIC_Intel-X710' and
11544            '64B' and
11545            'NDRPDR' and
11546            '1T1C' and
11547            'IP4FWD' and
11548            ('NAT44' or 'IP4BASE') and
11549            not 'IPSEC' and
11550            not 'VHOST'"
11551   parameters:
11552   - "throughput"
11553   - "parent"
11554   - "tags"
11555   sort:
11556   - "IP4BASE"
11557   - "BASE"
11558   - "SRC_USER_10"
11559   - "SRC_USER_100"
11560   - "SRC_USER_1000"
11561   - "SRC_USER_2000"
11562   traces:
11563     hoverinfo: "x+y"
11564     boxpoints: "outliers"
11565     whiskerwidth: 0
11566   layout:
11567     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11568     layout: "plot-throughput"
11569
11570 - type: "plot"
11571   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11572   algorithm: "plot_performance_box"
11573   output-file-type: ".html"
11574   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11575   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11576   filter: "'NIC_Intel-X710' and
11577            '64B' and
11578            'NDRPDR' and
11579            '2T2C' and
11580            'IP4FWD' and
11581            ('NAT44' or 'IP4BASE') and
11582            not 'IPSEC' and
11583            not 'VHOST'"
11584   parameters:
11585   - "throughput"
11586   - "parent"
11587   - "tags"
11588   sort:
11589   - "IP4BASE"
11590   - "BASE"
11591   - "SRC_USER_10"
11592   - "SRC_USER_100"
11593   - "SRC_USER_1000"
11594   - "SRC_USER_2000"
11595   traces:
11596     hoverinfo: "x+y"
11597     boxpoints: "outliers"
11598     whiskerwidth: 0
11599   layout:
11600     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11601     layout: "plot-throughput"
11602
11603 - type: "plot"
11604   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11605   algorithm: "plot_performance_box"
11606   output-file-type: ".html"
11607   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11608   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11609   filter: "'NIC_Intel-X710' and
11610            '64B' and
11611            'NDRPDR' and
11612            '2T2C' and
11613            'IP4FWD' and
11614            ('NAT44' or 'IP4BASE') and
11615            not 'IPSEC' and
11616            not 'VHOST'"
11617   parameters:
11618   - "throughput"
11619   - "parent"
11620   - "tags"
11621   sort:
11622   - "IP4BASE"
11623   - "BASE"
11624   - "SRC_USER_10"
11625   - "SRC_USER_100"
11626   - "SRC_USER_1000"
11627   - "SRC_USER_2000"
11628   traces:
11629     hoverinfo: "x+y"
11630     boxpoints: "outliers"
11631     whiskerwidth: 0
11632   layout:
11633     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11634     layout: "plot-throughput"
11635
11636 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
11637 - type: "plot"
11638   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11639   algorithm: "plot_performance_box"
11640   output-file-type: ".html"
11641   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11642   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11643   filter: "'NIC_Intel-X710' and
11644            '64B' and
11645            'NDRPDR' and
11646            '1T1C' and
11647            'IP4FWD' and
11648            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11649            not 'IPSEC' and
11650            not 'VHOST'"
11651   parameters:
11652   - "throughput"
11653   - "parent"
11654   - "tags"
11655   sort:
11656   - "IP4BASE"
11657   - "ACL_STATELESS"
11658   - "ACL_STATEFUL"
11659   - "ACL_STATELESS"
11660   - "ACL_STATEFUL"
11661   traces:
11662     hoverinfo: "x+y"
11663     boxpoints: "outliers"
11664     whiskerwidth: 0
11665   layout:
11666     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11667     layout: "plot-throughput"
11668
11669 - type: "plot"
11670   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11671   algorithm: "plot_performance_box"
11672   output-file-type: ".html"
11673   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11674   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11675   filter: "'NIC_Intel-X710' and
11676            '64B' and
11677            'NDRPDR' and
11678            '1T1C' and
11679            'IP4FWD' and
11680            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11681            not 'IPSEC' and
11682            not 'VHOST'"
11683   parameters:
11684   - "throughput"
11685   - "parent"
11686   - "tags"
11687   sort:
11688   - "IP4BASE"
11689   - "ACL_STATELESS"
11690   - "ACL_STATEFUL"
11691   - "ACL_STATELESS"
11692   - "ACL_STATEFUL"
11693   traces:
11694     hoverinfo: "x+y"
11695     boxpoints: "outliers"
11696     whiskerwidth: 0
11697   layout:
11698     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11699     layout: "plot-throughput"
11700
11701 - type: "plot"
11702   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11703   algorithm: "plot_performance_box"
11704   output-file-type: ".html"
11705   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11706   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11707   filter: "'NIC_Intel-X710' and
11708            '64B' and
11709            'NDRPDR' and
11710            '2T2C' and
11711            'IP4FWD' and
11712            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11713            not 'IPSEC' and
11714            not 'VHOST'"
11715   parameters:
11716   - "throughput"
11717   - "parent"
11718   - "tags"
11719   sort:
11720   - "IP4BASE"
11721   - "ACL_STATELESS"
11722   - "ACL_STATEFUL"
11723   - "ACL_STATELESS"
11724   - "ACL_STATEFUL"
11725   traces:
11726     hoverinfo: "x+y"
11727     boxpoints: "outliers"
11728     whiskerwidth: 0
11729   layout:
11730     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11731     layout: "plot-throughput"
11732
11733 - type: "plot"
11734   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11735   algorithm: "plot_performance_box"
11736   output-file-type: ".html"
11737   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11738   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11739   filter: "'NIC_Intel-X710' and
11740            '64B' and
11741            'NDRPDR' and
11742            '2T2C' and
11743            'IP4FWD' and
11744            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11745            not 'IPSEC' and
11746            not 'VHOST'"
11747   parameters:
11748   - "throughput"
11749   - "parent"
11750   - "tags"
11751   sort:
11752   - "IP4BASE"
11753   - "ACL_STATELESS"
11754   - "ACL_STATEFUL"
11755   - "ACL_STATELESS"
11756   - "ACL_STATEFUL"
11757   traces:
11758     hoverinfo: "x+y"
11759     boxpoints: "outliers"
11760     whiskerwidth: 0
11761   layout:
11762     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11763     layout: "plot-throughput"
11764
11765 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
11766 - type: "plot"
11767   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11768   algorithm: "plot_performance_box"
11769   output-file-type: ".html"
11770   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11771   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11772   filter: "'NIC_Intel-X710' and
11773            '64B' and
11774            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11775            'NDRPDR' and
11776            '2T1C' and
11777            'IP4FWD' and
11778            not 'IPSEC' and
11779            not 'DOT1Q' and
11780            not 'VHOST'"
11781   parameters:
11782   - "throughput"
11783   - "parent"
11784   - "tags"
11785   sort:
11786   - "IP4BASE"
11787   - "FIB_20K"
11788   - "FIB_200K"
11789   - "FIB_2M"
11790   traces:
11791     hoverinfo: "x+y"
11792     boxpoints: "outliers"
11793     whiskerwidth: 0
11794   layout:
11795     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11796     layout: "plot-throughput"
11797
11798 - type: "plot"
11799   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11800   algorithm: "plot_performance_box"
11801   output-file-type: ".html"
11802   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11803   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11804   filter: "'NIC_Intel-X710' and
11805            '64B' and
11806            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11807            'NDRPDR' and
11808            '2T1C' and
11809            'IP4FWD' and
11810            not 'IPSEC' and
11811            not 'DOT1Q' and
11812            not 'VHOST'"
11813   parameters:
11814   - "throughput"
11815   - "parent"
11816   - "tags"
11817   sort:
11818   - "IP4BASE"
11819   - "FIB_20K"
11820   - "FIB_200K"
11821   - "FIB_2M"
11822   traces:
11823     hoverinfo: "x+y"
11824     boxpoints: "outliers"
11825     whiskerwidth: 0
11826   layout:
11827     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11828     layout: "plot-throughput"
11829
11830 - type: "plot"
11831   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11832   algorithm: "plot_performance_box"
11833   output-file-type: ".html"
11834   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11835   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11836   filter: "'NIC_Intel-X710' and
11837            '64B' and
11838            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11839            'NDRPDR' and
11840            '4T2C' and
11841            'IP4FWD' and
11842            not 'IPSEC' and
11843            not 'DOT1Q' and
11844            not 'VHOST'"
11845   parameters:
11846   - "throughput"
11847   - "parent"
11848   - "tags"
11849   sort:
11850   - "IP4BASE"
11851   - "FIB_20K"
11852   - "FIB_200K"
11853   - "FIB_2M"
11854   traces:
11855     hoverinfo: "x+y"
11856     boxpoints: "outliers"
11857     whiskerwidth: 0
11858   layout:
11859     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11860     layout: "plot-throughput"
11861
11862 - type: "plot"
11863   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11864   algorithm: "plot_performance_box"
11865   output-file-type: ".html"
11866   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11867   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11868   filter: "'NIC_Intel-X710' and
11869            '64B' and
11870            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11871            'NDRPDR' and
11872            '4T2C' and
11873            'IP4FWD' and
11874            not 'IPSEC' and
11875            not 'DOT1Q' and
11876            not 'VHOST'"
11877   parameters:
11878   - "throughput"
11879   - "parent"
11880   - "tags"
11881   sort:
11882   - "IP4BASE"
11883   - "FIB_20K"
11884   - "FIB_200K"
11885   - "FIB_2M"
11886   traces:
11887     hoverinfo: "x+y"
11888     boxpoints: "outliers"
11889     whiskerwidth: 0
11890   layout:
11891     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11892     layout: "plot-throughput"
11893
11894 # Packet Throughput - VPP IPv4 2n-skx-x710 features iacl
11895 - type: "plot"
11896   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11897   algorithm: "plot_performance_box"
11898   output-file-type: ".html"
11899   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11900   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11901   filter: "'NIC_Intel-X710' and
11902            '64B' and
11903            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11904            'NDRPDR' and
11905            '2T1C' and
11906            'IP4FWD' and
11907            not 'IPSEC' and
11908            not 'DOT1Q' and
11909            not 'VHOST'"
11910   parameters:
11911   - "throughput"
11912   - "parent"
11913   - "tags"
11914   sort:
11915   - "IP4BASE"
11916   - "ACL_STATELESS"
11917   - "ACL_STATEFUL"
11918   - "ACL_STATELESS"
11919   - "ACL_STATEFUL"
11920   traces:
11921     hoverinfo: "x+y"
11922     boxpoints: "outliers"
11923     whiskerwidth: 0
11924   layout:
11925     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11926     layout: "plot-throughput"
11927
11928 - type: "plot"
11929   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11930   algorithm: "plot_performance_box"
11931   output-file-type: ".html"
11932   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11933   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11934   filter: "'NIC_Intel-X710' and
11935            '64B' and
11936            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11937            'NDRPDR' and
11938            '2T1C' and
11939            'IP4FWD' and
11940            not 'IPSEC' and
11941            not 'DOT1Q' and
11942            not 'VHOST'"
11943   parameters:
11944   - "throughput"
11945   - "parent"
11946   - "tags"
11947   sort:
11948   - "IP4BASE"
11949   - "ACL_STATELESS"
11950   - "ACL_STATEFUL"
11951   - "ACL_STATELESS"
11952   - "ACL_STATEFUL"
11953   traces:
11954     hoverinfo: "x+y"
11955     boxpoints: "outliers"
11956     whiskerwidth: 0
11957   layout:
11958     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11959     layout: "plot-throughput"
11960
11961 - type: "plot"
11962   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11963   algorithm: "plot_performance_box"
11964   output-file-type: ".html"
11965   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11966   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11967   filter: "'NIC_Intel-X710' and
11968            '64B' and
11969            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11970            'NDRPDR' and
11971            '4T2C' and
11972            'IP4FWD' and
11973            not 'IPSEC' and
11974            not 'DOT1Q' and
11975            not 'VHOST'"
11976   parameters:
11977   - "throughput"
11978   - "parent"
11979   - "tags"
11980   sort:
11981   - "IP4BASE"
11982   - "ACL_STATELESS"
11983   - "ACL_STATEFUL"
11984   - "ACL_STATELESS"
11985   - "ACL_STATEFUL"
11986   traces:
11987     hoverinfo: "x+y"
11988     boxpoints: "outliers"
11989     whiskerwidth: 0
11990   layout:
11991     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11992     layout: "plot-throughput"
11993
11994 - type: "plot"
11995   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11996   algorithm: "plot_performance_box"
11997   output-file-type: ".html"
11998   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11999   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12000   filter: "'NIC_Intel-X710' and
12001            '64B' and
12002            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
12003            'NDRPDR' and
12004            '4T2C' and
12005            'IP4FWD' and
12006            not 'IPSEC' and
12007            not 'DOT1Q' and
12008            not 'VHOST'"
12009   parameters:
12010   - "throughput"
12011   - "parent"
12012   - "tags"
12013   sort:
12014   - "IP4BASE"
12015   - "ACL_STATELESS"
12016   - "ACL_STATEFUL"
12017   - "ACL_STATELESS"
12018   - "ACL_STATEFUL"
12019   traces:
12020     hoverinfo: "x+y"
12021     boxpoints: "outliers"
12022     whiskerwidth: 0
12023   layout:
12024     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
12025     layout: "plot-throughput"
12026
12027 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
12028 - type: "plot"
12029   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12030   algorithm: "plot_performance_box"
12031   output-file-type: ".html"
12032   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12033   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12034   filter: "'NIC_Intel-XXV710' and
12035            '64B' and
12036            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12037            'NDRPDR' and
12038            '2T1C' and
12039            'IP4FWD' and
12040            not 'IPSEC' and
12041            not 'DOT1Q' and
12042            not 'VHOST'"
12043   parameters:
12044   - "throughput"
12045   - "parent"
12046   - "tags"
12047   sort:
12048   - "IP4BASE"
12049   - "FIB_20K"
12050   - "FIB_200K"
12051   - "FIB_2M"
12052   traces:
12053     hoverinfo: "x+y"
12054     boxpoints: "outliers"
12055     whiskerwidth: 0
12056   layout:
12057     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12058     layout: "plot-throughput"
12059
12060 - type: "plot"
12061   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12062   algorithm: "plot_performance_box"
12063   output-file-type: ".html"
12064   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12065   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12066   filter: "'NIC_Intel-XXV710' and
12067            '64B' and
12068            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12069            'NDRPDR' and
12070            '2T1C' and
12071            'IP4FWD' and
12072            not 'IPSEC' and
12073            not 'DOT1Q' and
12074            not 'VHOST'"
12075   parameters:
12076   - "throughput"
12077   - "parent"
12078   - "tags"
12079   sort:
12080   - "IP4BASE"
12081   - "FIB_20K"
12082   - "FIB_200K"
12083   - "FIB_2M"
12084   traces:
12085     hoverinfo: "x+y"
12086     boxpoints: "outliers"
12087     whiskerwidth: 0
12088   layout:
12089     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12090     layout: "plot-throughput"
12091
12092 - type: "plot"
12093   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12094   algorithm: "plot_performance_box"
12095   output-file-type: ".html"
12096   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12097   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12098   filter: "'NIC_Intel-XXV710' and
12099            '64B' and
12100            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12101            'NDRPDR' and
12102            '4T2C' and
12103            'IP4FWD' and
12104            not 'IPSEC' and
12105            not 'DOT1Q' and
12106            not 'VHOST'"
12107   parameters:
12108   - "throughput"
12109   - "parent"
12110   - "tags"
12111   sort:
12112   - "IP4BASE"
12113   - "FIB_20K"
12114   - "FIB_200K"
12115   - "FIB_2M"
12116   traces:
12117     hoverinfo: "x+y"
12118     boxpoints: "outliers"
12119     whiskerwidth: 0
12120   layout:
12121     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12122     layout: "plot-throughput"
12123
12124 - type: "plot"
12125   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12126   algorithm: "plot_performance_box"
12127   output-file-type: ".html"
12128   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12129   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12130   filter: "'NIC_Intel-XXV710' and
12131            '64B' and
12132            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12133            'NDRPDR' and
12134            '4T2C' and
12135            'IP4FWD' and
12136            not 'IPSEC' and
12137            not 'DOT1Q' and
12138            not 'VHOST'"
12139   parameters:
12140   - "throughput"
12141   - "parent"
12142   - "tags"
12143   sort:
12144   - "IP4BASE"
12145   - "FIB_20K"
12146   - "FIB_200K"
12147   - "FIB_2M"
12148   traces:
12149     hoverinfo: "x+y"
12150     boxpoints: "outliers"
12151     whiskerwidth: 0
12152   layout:
12153     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12154     layout: "plot-throughput"
12155
12156 ## Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
12157 #- type: "plot"
12158 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12159 #  algorithm: "plot_performance_box"
12160 #  output-file-type: ".html"
12161 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12162 #  data: "intel-dnv-vpp"
12163 #  filter: "'NIC_Intel-X553' and
12164 #           '64B' and
12165 #           'IP4BASE' and
12166 #           'NDRPDR' and
12167 #           '1T1C' and
12168 #           'IP4FWD' and
12169 #           not 'IPSEC' and
12170 #           not 'VHOST'"
12171 #  parameters:
12172 #  - "throughput"
12173 #  - "parent"
12174 #  - "tags"
12175 #  sort:
12176 #  - "IP4BASE"
12177 #  traces:
12178 #    hoverinfo: "x+y"
12179 #    boxpoints: "outliers"
12180 #    whiskerwidth: 0
12181 #  layout:
12182 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12183 #    layout: "plot-throughput"
12184 #
12185 #- type: "plot"
12186 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12187 #  algorithm: "plot_performance_box"
12188 #  output-file-type: ".html"
12189 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12190 #  data: "intel-dnv-vpp"
12191 #  filter: "'NIC_Intel-X553' and
12192 #           '64B' and
12193 #           'IP4BASE' and
12194 #           'NDRPDR' and
12195 #           '1T1C' and
12196 #           'IP4FWD' and
12197 #           not 'IPSEC' and
12198 #           not 'VHOST'"
12199 #  parameters:
12200 #  - "throughput"
12201 #  - "parent"
12202 #  - "tags"
12203 #  sort:
12204 #  - "IP4BASE"
12205 #  traces:
12206 #    hoverinfo: "x+y"
12207 #    boxpoints: "outliers"
12208 #    whiskerwidth: 0
12209 #  layout:
12210 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12211 #    layout: "plot-throughput"
12212 #
12213 #- type: "plot"
12214 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12215 #  algorithm: "plot_performance_box"
12216 #  output-file-type: ".html"
12217 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12218 #  data: "intel-dnv-vpp"
12219 #  filter: "'NIC_Intel-X553' and
12220 #           '64B' and
12221 #           'IP4BASE' and
12222 #           'NDRPDR' and
12223 #           '2T2C' and
12224 #           'IP4FWD' and
12225 #           not 'IPSEC' and
12226 #           not 'VHOST'"
12227 #  parameters:
12228 #  - "throughput"
12229 #  - "parent"
12230 #  - "tags"
12231 #  sort:
12232 #  - "IP4BASE"
12233 #  traces:
12234 #    hoverinfo: "x+y"
12235 #    boxpoints: "outliers"
12236 #    whiskerwidth: 0
12237 #  layout:
12238 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12239 #    layout: "plot-throughput"
12240 #
12241 #- type: "plot"
12242 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12243 #  algorithm: "plot_performance_box"
12244 #  output-file-type: ".html"
12245 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12246 #  data: "intel-dnv-vpp"
12247 #  filter: "'NIC_Intel-X553' and
12248 #           '64B' and
12249 #           'IP4BASE' and
12250 #           'NDRPDR' and
12251 #           '2T2C' and
12252 #           'IP4FWD' and
12253 #           not 'IPSEC' and
12254 #           not 'VHOST'"
12255 #  parameters:
12256 #  - "throughput"
12257 #  - "parent"
12258 #  - "tags"
12259 #  sort:
12260 #  - "IP4BASE"
12261 #  traces:
12262 #    hoverinfo: "x+y"
12263 #    boxpoints: "outliers"
12264 #    whiskerwidth: 0
12265 #  layout:
12266 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12267 #    layout: "plot-throughput"
12268
12269 ################################################################################
12270
12271 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
12272 - type: "plot"
12273   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12274   algorithm: "plot_performance_box"
12275   output-file-type: ".html"
12276   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12277   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12278   filter: "'NIC_Intel-X520-DA2' and
12279            '64B' and
12280            'ENCAP' and
12281            'NDRPDR' and
12282            '1T1C' and
12283            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12284            not 'DOT1Q' and
12285            not 'VHOST' and
12286            not 'IPSECHW'"
12287   parameters:
12288   - "throughput"
12289   - "parent"
12290   - "tags"
12291   sort:
12292   - "IP4BASE"
12293   - "L2BDMACLRN"
12294   - "L2XCFWD"
12295   - "LISP"
12296   traces:
12297     hoverinfo: "x+y"
12298     boxpoints: "outliers"
12299     whiskerwidth: 0
12300   layout:
12301     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12302     layout: "plot-throughput"
12303
12304 - type: "plot"
12305   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12306   algorithm: "plot_performance_box"
12307   output-file-type: ".html"
12308   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12309   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12310   filter: "'NIC_Intel-X520-DA2' and
12311            '64B' and
12312            'ENCAP' and
12313            'NDRPDR' and
12314            '2T2C' and
12315            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12316            not 'DOT1Q' and
12317            not 'VHOST' and
12318            not 'IPSECHW'"
12319   parameters:
12320   - "throughput"
12321   - "parent"
12322   - "tags"
12323   sort:
12324   - "IP4BASE"
12325   - "L2BDMACLRN"
12326   - "L2XCFWD"
12327   - "LISP"
12328   traces:
12329     hoverinfo: "x+y"
12330     boxpoints: "outliers"
12331     whiskerwidth: 0
12332   layout:
12333     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12334     layout: "plot-throughput"
12335
12336 - type: "plot"
12337   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12338   algorithm: "plot_performance_box"
12339   output-file-type: ".html"
12340   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12341   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12342   filter: "'NIC_Intel-X520-DA2' and
12343            '64B' and
12344            'ENCAP' and
12345            'NDRPDR' and
12346            '1T1C' and
12347            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12348            not 'DOT1Q' and
12349            not 'VHOST' and
12350            not 'IPSECHW'"
12351   parameters:
12352   - "throughput"
12353   - "parent"
12354   - "tags"
12355   sort:
12356   - "IP4BASE"
12357   - "L2BDMACLRN"
12358   - "L2XCFWD"
12359   - "LISP"
12360   traces:
12361     hoverinfo: "x+y"
12362     boxpoints: "outliers"
12363     whiskerwidth: 0
12364   layout:
12365     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12366     layout: "plot-throughput"
12367
12368 - type: "plot"
12369   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12370   algorithm: "plot_performance_box"
12371   output-file-type: ".html"
12372   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12373   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12374   filter: "'NIC_Intel-X520-DA2' and
12375            '64B' and
12376            'ENCAP' and
12377            'NDRPDR' and
12378            '2T2C' and
12379            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12380            not 'DOT1Q' and
12381            not 'VHOST' and
12382            not 'IPSECHW'"
12383   parameters:
12384   - "throughput"
12385   - "parent"
12386   - "tags"
12387   sort:
12388   - "IP4BASE"
12389   - "L2BDMACLRN"
12390   - "L2XCFWD"
12391   - "LISP"
12392   traces:
12393     hoverinfo: "x+y"
12394     boxpoints: "outliers"
12395     whiskerwidth: 0
12396   layout:
12397     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12398     layout: "plot-throughput"
12399
12400 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
12401 - type: "plot"
12402   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12403   algorithm: "plot_performance_box"
12404   output-file-type: ".html"
12405   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12406   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12407   filter: "'NIC_Intel-X710' and
12408            '64B' and
12409            'ENCAP' and
12410            'NDRPDR' and
12411            '1T1C' and
12412            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12413            not 'VHOST' and
12414            not 'IPSECHW'"
12415   parameters:
12416   - "throughput"
12417   - "parent"
12418   - "tags"
12419   sort:
12420   - "IP4BASE"
12421   - "LISP"
12422   - "VXLAN_1"
12423   - "VXLAN_10"
12424   - "VXLAN_100"
12425   - "VXLAN_1000"
12426   traces:
12427     hoverinfo: "x+y"
12428     boxpoints: "outliers"
12429     whiskerwidth: 0
12430   layout:
12431     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12432     layout: "plot-throughput"
12433
12434 - type: "plot"
12435   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12436   algorithm: "plot_performance_box"
12437   output-file-type: ".html"
12438   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12439   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12440   filter: "'NIC_Intel-X710' and
12441            '64B' and
12442            'ENCAP' and
12443            'NDRPDR' and
12444            '1T1C' and
12445            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12446            not 'VHOST' and
12447            not 'IPSECHW'"
12448   parameters:
12449   - "throughput"
12450   - "parent"
12451   - "tags"
12452   sort:
12453   - "IP4BASE"
12454   - "LISP"
12455   - "VXLAN_1"
12456   - "VXLAN_10"
12457   - "VXLAN_100"
12458   - "VXLAN_1000"
12459   traces:
12460     hoverinfo: "x+y"
12461     boxpoints: "outliers"
12462     whiskerwidth: 0
12463   layout:
12464     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12465     layout: "plot-throughput"
12466
12467 - type: "plot"
12468   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12469   algorithm: "plot_performance_box"
12470   output-file-type: ".html"
12471   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12472   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12473   filter: "'NIC_Intel-X710' and
12474            '64B' and
12475            'ENCAP' and
12476            'NDRPDR' and
12477            '2T2C' and
12478            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12479            not 'VHOST' and
12480            not 'IPSECHW'"
12481   parameters:
12482   - "throughput"
12483   - "parent"
12484   - "tags"
12485   sort:
12486   - "IP4BASE"
12487   - "LISP"
12488   - "VXLAN_1"
12489   - "VXLAN_10"
12490   - "VXLAN_100"
12491   - "VXLAN_1000"
12492   traces:
12493     hoverinfo: "x+y"
12494     boxpoints: "outliers"
12495     whiskerwidth: 0
12496   layout:
12497     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12498     layout: "plot-throughput"
12499
12500 - type: "plot"
12501   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12502   algorithm: "plot_performance_box"
12503   output-file-type: ".html"
12504   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12505   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12506   filter: "'NIC_Intel-X710' and
12507            '64B' and
12508            'ENCAP' and
12509            'NDRPDR' and
12510            '2T2C' and
12511            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12512            not 'VHOST' and
12513            not 'IPSECHW'"
12514   parameters:
12515   - "throughput"
12516   - "parent"
12517   - "tags"
12518   sort:
12519   - "IP4BASE"
12520   - "LISP"
12521   - "VXLAN_1"
12522   - "VXLAN_10"
12523   - "VXLAN_100"
12524   - "VXLAN_1000"
12525   traces:
12526     hoverinfo: "x+y"
12527     boxpoints: "outliers"
12528     whiskerwidth: 0
12529   layout:
12530     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12531     layout: "plot-throughput"
12532
12533 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
12534 - type: "plot"
12535   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12536   algorithm: "plot_performance_box"
12537   output-file-type: ".html"
12538   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12539   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12540   filter: "'NIC_Intel-X710' and
12541            '64B' and
12542            'ENCAP' and
12543            'NDRPDR' and
12544            '1T1C' and
12545            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
12546            not 'DOT1Q' and
12547            not 'VHOST' and
12548            not 'IPSECHW'"
12549   parameters:
12550   - "throughput"
12551   - "parent"
12552   - "tags"
12553   sort:
12554   - "IP4BASE"
12555   - "L2BDMACLRN"
12556   - "L2XCFWD"
12557   - "LISP"
12558   traces:
12559     hoverinfo: "x+y"
12560     boxpoints: "outliers"
12561     whiskerwidth: 0
12562   layout:
12563     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12564     layout: "plot-throughput"
12565
12566 - type: "plot"
12567   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12568   algorithm: "plot_performance_box"
12569   output-file-type: ".html"
12570   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12571   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12572   filter: "'NIC_Intel-X710' and
12573            '64B' and
12574            'ENCAP' and
12575            'NDRPDR' and
12576            '2T2C' and
12577            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12578            not 'DOT1Q' and
12579            not 'VHOST' and
12580            not 'IPSECHW'"
12581   parameters:
12582   - "throughput"
12583   - "parent"
12584   - "tags"
12585   sort:
12586   - "IP4BASE"
12587   - "L2BDMACLRN"
12588   - "L2XCFWD"
12589   - "LISP"
12590   traces:
12591     hoverinfo: "x+y"
12592     boxpoints: "outliers"
12593     whiskerwidth: 0
12594   layout:
12595     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12596     layout: "plot-throughput"
12597
12598 - type: "plot"
12599   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12600   algorithm: "plot_performance_box"
12601   output-file-type: ".html"
12602   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12603   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12604   filter: "'NIC_Intel-X710' and
12605            '64B' and
12606            'ENCAP' and
12607            'NDRPDR' and
12608            '1T1C' and
12609            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12610            not 'DOT1Q' and
12611            not 'VHOST' and
12612            not 'IPSECHW'"
12613   parameters:
12614   - "throughput"
12615   - "parent"
12616   - "tags"
12617   sort:
12618   - "IP4BASE"
12619   - "L2BDMACLRN"
12620   - "L2XCFWD"
12621   - "LISP"
12622   traces:
12623     hoverinfo: "x+y"
12624     boxpoints: "outliers"
12625     whiskerwidth: 0
12626   layout:
12627     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12628     layout: "plot-throughput"
12629
12630 - type: "plot"
12631   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12632   algorithm: "plot_performance_box"
12633   output-file-type: ".html"
12634   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12635   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12636   filter: "'NIC_Intel-X710' and
12637            '64B' and
12638            'ENCAP' and
12639            'NDRPDR' and
12640            '2T2C' and
12641            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12642            not 'DOT1Q' and
12643            not 'VHOST' and
12644            not 'IPSECHW'"
12645   parameters:
12646   - "throughput"
12647   - "parent"
12648   - "tags"
12649   sort:
12650   - "IP4BASE"
12651   - "L2BDMACLRN"
12652   - "L2XCFWD"
12653   - "LISP"
12654   traces:
12655     hoverinfo: "x+y"
12656     boxpoints: "outliers"
12657     whiskerwidth: 0
12658   layout:
12659     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12660     layout: "plot-throughput"
12661
12662 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
12663 - type: "plot"
12664   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12665   algorithm: "plot_performance_box"
12666   output-file-type: ".html"
12667   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12668   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12669   filter: "'NIC_Intel-X710' and
12670            '64B' and
12671            'ENCAP' and
12672            'NDRPDR' and
12673            '2T1C' and
12674            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12675            not 'VHOST' and
12676            not 'IPSECHW'"
12677   parameters:
12678   - "throughput"
12679   - "parent"
12680   - "tags"
12681   sort:
12682   - "IP4BASE"
12683   - "LISP"
12684   - "VXLAN_1"
12685   - "VXLAN_10"
12686   - "VXLAN_100"
12687   - "VXLAN_1000"
12688   traces:
12689     hoverinfo: "x+y"
12690     boxpoints: "outliers"
12691     whiskerwidth: 0
12692   layout:
12693     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12694     layout: "plot-throughput"
12695
12696 - type: "plot"
12697   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12698   algorithm: "plot_performance_box"
12699   output-file-type: ".html"
12700   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12701   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12702   filter: "'NIC_Intel-X710' and
12703            '64B' and
12704            'ENCAP' and
12705            'NDRPDR' and
12706            '2T1C' and
12707            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12708            not 'VHOST' and
12709            not 'IPSECHW'"
12710   parameters:
12711   - "throughput"
12712   - "parent"
12713   - "tags"
12714   sort:
12715   - "IP4BASE"
12716   - "LISP"
12717   - "VXLAN_1"
12718   - "VXLAN_10"
12719   - "VXLAN_100"
12720   - "VXLAN_1000"
12721   traces:
12722     hoverinfo: "x+y"
12723     boxpoints: "outliers"
12724     whiskerwidth: 0
12725   layout:
12726     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12727     layout: "plot-throughput"
12728
12729 - type: "plot"
12730   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12731   algorithm: "plot_performance_box"
12732   output-file-type: ".html"
12733   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12734   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12735   filter: "'NIC_Intel-X710' and
12736            '64B' and
12737            'ENCAP' and
12738            'NDRPDR' and
12739            '4T2C' and
12740            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12741            not 'VHOST' and
12742            not 'IPSECHW'"
12743   parameters:
12744   - "throughput"
12745   - "parent"
12746   - "tags"
12747   sort:
12748   - "IP4BASE"
12749   - "LISP"
12750   - "VXLAN_1"
12751   - "VXLAN_10"
12752   - "VXLAN_100"
12753   - "VXLAN_1000"
12754   traces:
12755     hoverinfo: "x+y"
12756     boxpoints: "outliers"
12757     whiskerwidth: 0
12758   layout:
12759     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12760     layout: "plot-throughput"
12761
12762 - type: "plot"
12763   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12764   algorithm: "plot_performance_box"
12765   output-file-type: ".html"
12766   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12768   filter: "'NIC_Intel-X710' and
12769            '64B' and
12770            'ENCAP' and
12771            'NDRPDR' and
12772            '4T2C' and
12773            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12774            not 'VHOST' and
12775            not 'IPSECHW'"
12776   parameters:
12777   - "throughput"
12778   - "parent"
12779   - "tags"
12780   sort:
12781   - "IP4BASE"
12782   - "LISP"
12783   - "VXLAN_1"
12784   - "VXLAN_10"
12785   - "VXLAN_100"
12786   - "VXLAN_1000"
12787   traces:
12788     hoverinfo: "x+y"
12789     boxpoints: "outliers"
12790     whiskerwidth: 0
12791   layout:
12792     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12793     layout: "plot-throughput"
12794
12795 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
12796 - type: "plot"
12797   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12798   algorithm: "plot_performance_box"
12799   output-file-type: ".html"
12800   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12801   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12802   filter: "'NIC_Intel-X710' and
12803            '64B' and
12804            'ENCAP' and
12805            'NDRPDR' and
12806            '2T1C' and
12807            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12808            not 'DOT1Q' and
12809            not 'VHOST' and
12810            not 'IPSECHW'"
12811   parameters:
12812   - "throughput"
12813   - "parent"
12814   - "tags"
12815   sort:
12816   - "IP4BASE"
12817   - "L2BDMACLRN"
12818   - "L2XCFWD"
12819   - "LISP"
12820   traces:
12821     hoverinfo: "x+y"
12822     boxpoints: "outliers"
12823     whiskerwidth: 0
12824   layout:
12825     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12826     layout: "plot-throughput"
12827
12828 - type: "plot"
12829   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12830   algorithm: "plot_performance_box"
12831   output-file-type: ".html"
12832   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12833   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12834   filter: "'NIC_Intel-X710' and
12835            '64B' and
12836            'ENCAP' and
12837            'NDRPDR' and
12838            '4T2C' and
12839            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12840            not 'DOT1Q' and
12841            not 'VHOST' and
12842            not 'IPSECHW'"
12843   parameters:
12844   - "throughput"
12845   - "parent"
12846   - "tags"
12847   sort:
12848   - "IP4BASE"
12849   - "L2BDMACLRN"
12850   - "L2XCFWD"
12851   - "LISP"
12852   traces:
12853     hoverinfo: "x+y"
12854     boxpoints: "outliers"
12855     whiskerwidth: 0
12856   layout:
12857     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12858     layout: "plot-throughput"
12859
12860 - type: "plot"
12861   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12862   algorithm: "plot_performance_box"
12863   output-file-type: ".html"
12864   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12865   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12866   filter: "'NIC_Intel-X710' and
12867            '64B' and
12868            'ENCAP' and
12869            'NDRPDR' and
12870            '2T1C' and
12871            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12872            not 'DOT1Q' and
12873            not 'VHOST' and
12874            not 'IPSECHW'"
12875   parameters:
12876   - "throughput"
12877   - "parent"
12878   - "tags"
12879   sort:
12880   - "IP4BASE"
12881   - "L2BDMACLRN"
12882   - "L2XCFWD"
12883   - "LISP"
12884   traces:
12885     hoverinfo: "x+y"
12886     boxpoints: "outliers"
12887     whiskerwidth: 0
12888   layout:
12889     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12890     layout: "plot-throughput"
12891
12892 - type: "plot"
12893   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12894   algorithm: "plot_performance_box"
12895   output-file-type: ".html"
12896   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12897   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12898   filter: "'NIC_Intel-X710' and
12899            '64B' and
12900            'ENCAP' and
12901            'NDRPDR' and
12902            '4T2C' and
12903            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12904            not 'DOT1Q' and
12905            not 'VHOST' and
12906            not 'IPSECHW'"
12907   parameters:
12908   - "throughput"
12909   - "parent"
12910   - "tags"
12911   sort:
12912   - "IP4BASE"
12913   - "L2BDMACLRN"
12914   - "L2XCFWD"
12915   - "LISP"
12916   traces:
12917     hoverinfo: "x+y"
12918     boxpoints: "outliers"
12919     whiskerwidth: 0
12920   layout:
12921     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12922     layout: "plot-throughput"
12923
12924 ################################################################################
12925
12926 # Packet Throughput - VPP IPv6 3n-hsw-x520
12927 - type: "plot"
12928   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12929   algorithm: "plot_performance_box"
12930   output-file-type: ".html"
12931   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12932   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12933   filter: "'NIC_Intel-X520-DA2' and
12934            '78B' and
12935            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12936            'NDRPDR' and
12937            '1T1C' and
12938            'IP6FWD' and
12939            not 'SRv6' and
12940            not 'IPSEC' and
12941            not 'VHOST'"
12942   parameters:
12943   - "throughput"
12944   - "parent"
12945   - "tags"
12946   sort:
12947   - "IP6BASE"
12948   - "FIB_20K"
12949   - "FIB_200K"
12950   - "FIB_2M"
12951   traces:
12952     hoverinfo: "x+y"
12953     boxpoints: "outliers"
12954     whiskerwidth: 0
12955   layout:
12956     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12957     layout: "plot-throughput"
12958
12959 - type: "plot"
12960   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12961   algorithm: "plot_performance_box"
12962   output-file-type: ".html"
12963   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12964   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12965   filter: "'NIC_Intel-X520-DA2' and
12966            '78B' and
12967            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12968            'NDRPDR' and
12969            '1T1C' and
12970            'IP6FWD' and
12971            not 'SRv6' and
12972            not 'IPSEC' and
12973            not 'VHOST'"
12974   parameters:
12975   - "throughput"
12976   - "parent"
12977   - "tags"
12978   sort:
12979   - "IP6BASE"
12980   - "FIB_20K"
12981   - "FIB_200K"
12982   - "FIB_2M"
12983   traces:
12984     hoverinfo: "x+y"
12985     boxpoints: "outliers"
12986     whiskerwidth: 0
12987   layout:
12988     title: "ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12989     layout: "plot-throughput"
12990
12991 - type: "plot"
12992   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12993   algorithm: "plot_performance_box"
12994   output-file-type: ".html"
12995   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12996   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12997   filter: "'NIC_Intel-X520-DA2' and
12998            '78B' and
12999            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13000            'NDRPDR' and
13001            '2T2C' and
13002            'IP6FWD' and
13003            not 'SRv6' and
13004            not 'IPSEC' and
13005            not 'VHOST'"
13006   parameters:
13007   - "throughput"
13008   - "parent"
13009   - "tags"
13010   sort:
13011   - "IP6BASE"
13012   - "FIB_20K"
13013   - "FIB_200K"
13014   - "FIB_2M"
13015   traces:
13016     hoverinfo: "x+y"
13017     boxpoints: "outliers"
13018     whiskerwidth: 0
13019   layout:
13020     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
13021     layout: "plot-throughput"
13022
13023 - type: "plot"
13024   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-pdr"
13025   algorithm: "plot_performance_box"
13026   output-file-type: ".html"
13027   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-pdr"
13028   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13029   filter: "'NIC_Intel-X520-DA2' and
13030            '78B' and
13031            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13032            'NDRPDR' and
13033            '2T2C' and
13034            'IP6FWD' and
13035            not 'SRv6' and
13036            not 'IPSEC' and
13037            not 'VHOST'"
13038   parameters:
13039   - "throughput"
13040   - "parent"
13041   - "tags"
13042   sort:
13043   - "IP6BASE"
13044   - "FIB_20K"
13045   - "FIB_200K"
13046   - "FIB_2M"
13047   traces:
13048     hoverinfo: "x+y"
13049     boxpoints: "outliers"
13050     whiskerwidth: 0
13051   layout:
13052     title: "ip6-3n-hsw-x520-78b-2t2c-base-pdr"
13053     layout: "plot-throughput"
13054
13055 # Packet Throughput - VPP IPv6 3n-hsw-x710
13056 - type: "plot"
13057   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13058   algorithm: "plot_performance_box"
13059   output-file-type: ".html"
13060   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13061   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13062   filter: "'NIC_Intel-X710' and
13063            '78B' and
13064            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13065            'NDRPDR' and
13066            '1T1C' and
13067            'IP6FWD' and
13068            not 'SRv6' and
13069            not 'IPSEC' and
13070            not 'VHOST'"
13071   parameters:
13072   - "throughput"
13073   - "parent"
13074   - "tags"
13075   sort:
13076   - "IP6BASE"
13077   - "FIB_20K"
13078   - "FIB_200K"
13079   - "FIB_2M"
13080   traces:
13081     hoverinfo: "x+y"
13082     boxpoints: "outliers"
13083     whiskerwidth: 0
13084   layout:
13085     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13086     layout: "plot-throughput"
13087
13088 - type: "plot"
13089   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13090   algorithm: "plot_performance_box"
13091   output-file-type: ".html"
13092   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13093   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13094   filter: "'NIC_Intel-X710' and
13095            '78B' and
13096            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13097            'NDRPDR' and
13098            '1T1C' and
13099            'IP6FWD' and
13100            not 'SRv6' and
13101            not 'IPSEC' and
13102            not 'VHOST'"
13103   parameters:
13104   - "throughput"
13105   - "parent"
13106   - "tags"
13107   sort:
13108   - "IP6BASE"
13109   - "FIB_20K"
13110   - "FIB_200K"
13111   - "FIB_2M"
13112   traces:
13113     hoverinfo: "x+y"
13114     boxpoints: "outliers"
13115     whiskerwidth: 0
13116   layout:
13117     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13118     layout: "plot-throughput"
13119
13120 - type: "plot"
13121   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13122   algorithm: "plot_performance_box"
13123   output-file-type: ".html"
13124   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13125   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13126   filter: "'NIC_Intel-X710' and
13127            '78B' and
13128            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13129            'NDRPDR' and
13130            '2T2C' and
13131            'IP6FWD' and
13132            not 'SRv6' and
13133            not 'IPSEC' and
13134            not 'VHOST'"
13135   parameters:
13136   - "throughput"
13137   - "parent"
13138   - "tags"
13139   sort:
13140   - "IP6BASE"
13141   - "FIB_20K"
13142   - "FIB_200K"
13143   - "FIB_2M"
13144   traces:
13145     hoverinfo: "x+y"
13146     boxpoints: "outliers"
13147     whiskerwidth: 0
13148   layout:
13149     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13150     layout: "plot-throughput"
13151
13152 - type: "plot"
13153   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13154   algorithm: "plot_performance_box"
13155   output-file-type: ".html"
13156   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13157   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13158   filter: "'NIC_Intel-X710' and
13159            '78B' and
13160            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13161            'NDRPDR' and
13162            '2T2C' and
13163            'IP6FWD' and
13164            not 'SRv6' and
13165            not 'IPSEC' and
13166            not 'VHOST'"
13167   parameters:
13168   - "throughput"
13169   - "parent"
13170   - "tags"
13171   sort:
13172   - "IP6BASE"
13173   - "FIB_20K"
13174   - "FIB_200K"
13175   - "FIB_2M"
13176   traces:
13177     hoverinfo: "x+y"
13178     boxpoints: "outliers"
13179     whiskerwidth: 0
13180   layout:
13181     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13182     layout: "plot-throughput"
13183
13184 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
13185 - type: "plot"
13186   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13187   algorithm: "plot_performance_box"
13188   output-file-type: ".html"
13189   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13190   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13191   filter: "'NIC_Intel-X710' and
13192            '78B' and
13193            ('IP6BASE' or
13194             'POLICE_MARK' or
13195             'COPWHLIST' or
13196             'IACLDST') and
13197            'NDRPDR' and
13198            '1T1C' and
13199            'IP6FWD' and
13200            not 'SRv6' and
13201            not 'IPSEC' and
13202            not 'VHOST'"
13203   parameters:
13204   - "throughput"
13205   - "parent"
13206   - "tags"
13207   sort:
13208   - "IP6BASE"
13209   - "POLICE_MARK"
13210   - "COPWHLIST"
13211   - "IACLDST"
13212   traces:
13213     hoverinfo: "x+y"
13214     boxpoints: "outliers"
13215     whiskerwidth: 0
13216   layout:
13217     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13218     layout: "plot-throughput"
13219
13220 - type: "plot"
13221   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13222   algorithm: "plot_performance_box"
13223   output-file-type: ".html"
13224   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13225   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13226   filter: "'NIC_Intel-X710' and
13227            '78B' and
13228            ('IP6BASE' or
13229             'POLICE_MARK' or
13230             'COPWHLIST' or
13231             'IACLDST') and
13232            'NDRPDR' and
13233            '2T2C' and
13234            'IP6FWD' and
13235            not 'SRv6' and
13236            not 'IPSEC' and
13237            not 'VHOST'"
13238   parameters:
13239   - "throughput"
13240   - "parent"
13241   - "tags"
13242   sort:
13243   - "IP6BASE"
13244   - "POLICE_MARK"
13245   - "COPWHLIST"
13246   - "IACLDST"
13247   traces:
13248     hoverinfo: "x+y"
13249     boxpoints: "outliers"
13250     whiskerwidth: 0
13251   layout:
13252     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13253     layout: "plot-throughput"
13254
13255 - type: "plot"
13256   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13257   algorithm: "plot_performance_box"
13258   output-file-type: ".html"
13259   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13260   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13261   filter: "'NIC_Intel-X710' and
13262            '78B' and
13263            ('IP6BASE' or
13264             'POLICE_MARK' or
13265             'COPWHLIST' or
13266             'IACLDST') and
13267            'NDRPDR' and
13268            '1T1C' and
13269            'IP6FWD' and
13270            not 'SRv6' and
13271            not 'IPSEC' and
13272            not 'VHOST'"
13273   parameters:
13274   - "throughput"
13275   - "parent"
13276   - "tags"
13277   sort:
13278   - "IP6BASE"
13279   - "POLICE_MARK"
13280   - "COPWHLIST"
13281   - "IACLDST"
13282   traces:
13283     hoverinfo: "x+y"
13284     boxpoints: "outliers"
13285     whiskerwidth: 0
13286   layout:
13287     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13288     layout: "plot-throughput"
13289
13290 - type: "plot"
13291   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13292   algorithm: "plot_performance_box"
13293   output-file-type: ".html"
13294   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13295   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13296   filter: "'NIC_Intel-X710' and
13297            '78B' and
13298            ('IP6BASE' or
13299             'POLICE_MARK' or
13300             'COPWHLIST' or
13301             'IACLDST') and
13302            'NDRPDR' and
13303            '2T2C' and
13304            'IP6FWD' and
13305            not 'SRv6' and
13306            not 'IPSEC' and
13307            not 'VHOST'"
13308   parameters:
13309   - "throughput"
13310   - "parent"
13311   - "tags"
13312   sort:
13313   - "IP6BASE"
13314   - "POLICE_MARK"
13315   - "COPWHLIST"
13316   - "IACLDST"
13317   traces:
13318     hoverinfo: "x+y"
13319     boxpoints: "outliers"
13320     whiskerwidth: 0
13321   layout:
13322     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13323     layout: "plot-throughput"
13324
13325 # Packet Throughput - VPP IPv6 3n-hsw-xl710
13326 - type: "plot"
13327   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13328   algorithm: "plot_performance_box"
13329   output-file-type: ".html"
13330   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13331   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13332   filter: "'NIC_Intel-XL710' and
13333            '78B' and
13334            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13335            'NDRPDR' and
13336            '1T1C' and
13337            'IP6FWD' and
13338            not 'SRv6' and
13339            not 'IPSEC' and
13340            not 'VHOST'"
13341   parameters:
13342   - "throughput"
13343   - "parent"
13344   - "tags"
13345   sort:
13346   - "IP6BASE"
13347   - "FIB_20K"
13348   - "FIB_200K"
13349   - "FIB_2M"
13350   traces:
13351     hoverinfo: "x+y"
13352     boxpoints: "outliers"
13353     whiskerwidth: 0
13354   layout:
13355     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13356     layout: "plot-throughput"
13357
13358 - type: "plot"
13359   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13360   algorithm: "plot_performance_box"
13361   output-file-type: ".html"
13362   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13363   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13364   filter: "'NIC_Intel-XL710' and
13365            '78B' and
13366            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13367            'NDRPDR' and
13368            '1T1C' and
13369            'IP6FWD' and
13370            not 'SRv6' and
13371            not 'IPSEC' and
13372            not 'VHOST'"
13373   parameters:
13374   - "throughput"
13375   - "parent"
13376   - "tags"
13377   sort:
13378   - "IP6BASE"
13379   - "FIB_20K"
13380   - "FIB_200K"
13381   - "FIB_2M"
13382   traces:
13383     hoverinfo: "x+y"
13384     boxpoints: "outliers"
13385     whiskerwidth: 0
13386   layout:
13387     title: "ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13388     layout: "plot-throughput"
13389
13390 - type: "plot"
13391   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13392   algorithm: "plot_performance_box"
13393   output-file-type: ".html"
13394   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13395   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13396   filter: "'NIC_Intel-XL710' and
13397            '78B' and
13398            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13399            'NDRPDR' and
13400            '2T2C' and
13401            'IP6FWD' and
13402            not 'SRv6' and
13403            not 'IPSEC' and
13404            not 'VHOST'"
13405   parameters:
13406   - "throughput"
13407   - "parent"
13408   - "tags"
13409   sort:
13410   - "IP6BASE"
13411   - "FIB_20K"
13412   - "FIB_200K"
13413   - "FIB_2M"
13414   traces:
13415     hoverinfo: "x+y"
13416     boxpoints: "outliers"
13417     whiskerwidth: 0
13418   layout:
13419     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13420     layout: "plot-throughput"
13421
13422 - type: "plot"
13423   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13424   algorithm: "plot_performance_box"
13425   output-file-type: ".html"
13426   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13427   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13428   filter: "'NIC_Intel-XL710' and
13429            '78B' and
13430            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13431            'NDRPDR' and
13432            '2T2C' and
13433            'IP6FWD' and
13434            not 'SRv6' and
13435            not 'IPSEC' and
13436            not 'VHOST'"
13437   parameters:
13438   - "throughput"
13439   - "parent"
13440   - "tags"
13441   sort:
13442   - "IP6BASE"
13443   - "FIB_20K"
13444   - "FIB_200K"
13445   - "FIB_2M"
13446   traces:
13447     hoverinfo: "x+y"
13448     boxpoints: "outliers"
13449     whiskerwidth: 0
13450   layout:
13451     title: "ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13452     layout: "plot-throughput"
13453
13454 # Packet Throughput - VPP IPv6 3n-skx-x710
13455 - type: "plot"
13456   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13457   algorithm: "plot_performance_box"
13458   output-file-type: ".html"
13459   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13460   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13461   filter: "'NIC_Intel-X710' and
13462            '78B' and
13463            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13464            'NDRPDR' and
13465            '2T1C' and
13466            'IP6FWD' and
13467            not 'SRv6' and
13468            not 'IPSEC' and
13469            not 'VHOST'"
13470   parameters:
13471   - "throughput"
13472   - "parent"
13473   - "tags"
13474   sort:
13475   - "IP6BASE"
13476   - "FIB_20K"
13477   - "FIB_200K"
13478   - "FIB_2M"
13479   traces:
13480     hoverinfo: "x+y"
13481     boxpoints: "outliers"
13482     whiskerwidth: 0
13483   layout:
13484     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13485     layout: "plot-throughput"
13486
13487 - type: "plot"
13488   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13489   algorithm: "plot_performance_box"
13490   output-file-type: ".html"
13491   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13492   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13493   filter: "'NIC_Intel-X710' and
13494            '78B' and
13495            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13496            'NDRPDR' and
13497            '2T1C' and
13498            'IP6FWD' and
13499            not 'SRv6' and
13500            not 'IPSEC' and
13501            not 'VHOST'"
13502   parameters:
13503   - "throughput"
13504   - "parent"
13505   - "tags"
13506   sort:
13507   - "IP6BASE"
13508   - "FIB_20K"
13509   - "FIB_200K"
13510   - "FIB_2M"
13511   traces:
13512     hoverinfo: "x+y"
13513     boxpoints: "outliers"
13514     whiskerwidth: 0
13515   layout:
13516     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13517     layout: "plot-throughput"
13518
13519 - type: "plot"
13520   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13521   algorithm: "plot_performance_box"
13522   output-file-type: ".html"
13523   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13524   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13525   filter: "'NIC_Intel-X710' and
13526            '78B' and
13527            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13528            'NDRPDR' and
13529            '4T2C' and
13530            'IP6FWD' and
13531            not 'SRv6' and
13532            not 'IPSEC' and
13533            not 'VHOST'"
13534   parameters:
13535   - "throughput"
13536   - "parent"
13537   - "tags"
13538   sort:
13539   - "IP6BASE"
13540   - "FIB_20K"
13541   - "FIB_200K"
13542   - "FIB_2M"
13543   traces:
13544     hoverinfo: "x+y"
13545     boxpoints: "outliers"
13546     whiskerwidth: 0
13547   layout:
13548     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13549     layout: "plot-throughput"
13550
13551 - type: "plot"
13552   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13553   algorithm: "plot_performance_box"
13554   output-file-type: ".html"
13555   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13556   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13557   filter: "'NIC_Intel-X710' and
13558            '78B' and
13559            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13560            'NDRPDR' and
13561            '4T2C' and
13562            'IP6FWD' and
13563            not 'SRv6' and
13564            not 'IPSEC' and
13565            not 'VHOST'"
13566   parameters:
13567   - "throughput"
13568   - "parent"
13569   - "tags"
13570   sort:
13571   - "IP6BASE"
13572   - "FIB_20K"
13573   - "FIB_200K"
13574   - "FIB_2M"
13575   traces:
13576     hoverinfo: "x+y"
13577     boxpoints: "outliers"
13578     whiskerwidth: 0
13579   layout:
13580     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13581     layout: "plot-throughput"
13582
13583 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
13584 - type: "plot"
13585   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13586   algorithm: "plot_performance_box"
13587   output-file-type: ".html"
13588   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13589   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13590   filter: "'NIC_Intel-X710' and
13591            '78B' and
13592            ('IP6BASE' or
13593             'POLICE_MARK' or
13594             'COPWHLIST' or
13595             'IACLDST') and
13596            'NDRPDR' and
13597            '2T1C' and
13598            'IP6FWD' and
13599            not 'SRv6' and
13600            not 'IPSEC' and
13601            not 'VHOST'"
13602   parameters:
13603   - "throughput"
13604   - "parent"
13605   - "tags"
13606   sort:
13607   - "IP6BASE"
13608   - "POLICE_MARK"
13609   - "COPWHLIST"
13610   - "IACLDST"
13611   traces:
13612     hoverinfo: "x+y"
13613     boxpoints: "outliers"
13614     whiskerwidth: 0
13615   layout:
13616     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13617     layout: "plot-throughput"
13618
13619 - type: "plot"
13620   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13621   algorithm: "plot_performance_box"
13622   output-file-type: ".html"
13623   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13624   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13625   filter: "'NIC_Intel-X710' and
13626            '78B' and
13627            ('IP6BASE' or
13628             'POLICE_MARK' or
13629             'COPWHLIST' or
13630             'IACLDST') and
13631            'NDRPDR' and
13632            '4T2C' and
13633            'IP6FWD' and
13634            not 'SRv6' and
13635            not 'IPSEC' and
13636            not 'VHOST'"
13637   parameters:
13638   - "throughput"
13639   - "parent"
13640   - "tags"
13641   sort:
13642   - "IP6BASE"
13643   - "POLICE_MARK"
13644   - "COPWHLIST"
13645   - "IACLDST"
13646   traces:
13647     hoverinfo: "x+y"
13648     boxpoints: "outliers"
13649     whiskerwidth: 0
13650   layout:
13651     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13652     layout: "plot-throughput"
13653
13654 - type: "plot"
13655   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13656   algorithm: "plot_performance_box"
13657   output-file-type: ".html"
13658   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13659   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13660   filter: "'NIC_Intel-X710' and
13661            '78B' and
13662            ('IP6BASE' or
13663             'POLICE_MARK' or
13664             'COPWHLIST' or
13665             'IACLDST') and
13666            'NDRPDR' and
13667            '2T1C' and
13668            'IP6FWD' and
13669            not 'SRv6' and
13670            not 'IPSEC' and
13671            not 'VHOST'"
13672   parameters:
13673   - "throughput"
13674   - "parent"
13675   - "tags"
13676   sort:
13677   - "IP6BASE"
13678   - "POLICE_MARK"
13679   - "COPWHLIST"
13680   - "IACLDST"
13681   traces:
13682     hoverinfo: "x+y"
13683     boxpoints: "outliers"
13684     whiskerwidth: 0
13685   layout:
13686     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13687     layout: "plot-throughput"
13688
13689 - type: "plot"
13690   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13691   algorithm: "plot_performance_box"
13692   output-file-type: ".html"
13693   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13694   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13695   filter: "'NIC_Intel-X710' and
13696            '78B' and
13697            ('IP6BASE' or
13698             'POLICE_MARK' or
13699             'COPWHLIST' or
13700             'IACLDST') and
13701            'NDRPDR' and
13702            '4T2C' and
13703            'IP6FWD' and
13704            not 'SRv6' and
13705            not 'IPSEC' and
13706            not 'VHOST'"
13707   parameters:
13708   - "throughput"
13709   - "parent"
13710   - "tags"
13711   sort:
13712   - "IP6BASE"
13713   - "POLICE_MARK"
13714   - "COPWHLIST"
13715   - "IACLDST"
13716   traces:
13717     hoverinfo: "x+y"
13718     boxpoints: "outliers"
13719     whiskerwidth: 0
13720   layout:
13721     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13722     layout: "plot-throughput"
13723
13724 # Packet Throughput - VPP IPv6 3n-skx-xxv710
13725 - type: "plot"
13726   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13727   algorithm: "plot_performance_box"
13728   output-file-type: ".html"
13729   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13730   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13731   filter: "'NIC_Intel-XXV710' and
13732            '78B' and
13733            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13734            'NDRPDR' and
13735            '2T1C' and
13736            'IP6FWD' and
13737            not 'SRv6' and
13738            not 'IPSEC' and
13739            not 'VHOST'"
13740   parameters:
13741   - "throughput"
13742   - "parent"
13743   - "tags"
13744   sort:
13745   - "IP6BASE"
13746   - "FIB_20K"
13747   - "FIB_200K"
13748   - "FIB_2M"
13749   traces:
13750     hoverinfo: "x+y"
13751     boxpoints: "outliers"
13752     whiskerwidth: 0
13753   layout:
13754     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13755     layout: "plot-throughput"
13756
13757 - type: "plot"
13758   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13759   algorithm: "plot_performance_box"
13760   output-file-type: ".html"
13761   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13762   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13763   filter: "'NIC_Intel-XXV710' and
13764            '78B' and
13765            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13766            'NDRPDR' and
13767            '2T1C' and
13768            'IP6FWD' and
13769            not 'SRv6' and
13770            not 'IPSEC' and
13771            not 'VHOST'"
13772   parameters:
13773   - "throughput"
13774   - "parent"
13775   - "tags"
13776   sort:
13777   - "IP6BASE"
13778   - "FIB_20K"
13779   - "FIB_200K"
13780   - "FIB_2M"
13781   traces:
13782     hoverinfo: "x+y"
13783     boxpoints: "outliers"
13784     whiskerwidth: 0
13785   layout:
13786     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13787     layout: "plot-throughput"
13788
13789 - type: "plot"
13790   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13791   algorithm: "plot_performance_box"
13792   output-file-type: ".html"
13793   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13794   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13795   filter: "'NIC_Intel-XXV710' and
13796            '78B' and
13797            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13798            'NDRPDR' and
13799            '4T2C' and
13800            'IP6FWD' and
13801            not 'SRv6' and
13802            not 'IPSEC' and
13803            not 'VHOST'"
13804   parameters:
13805   - "throughput"
13806   - "parent"
13807   - "tags"
13808   sort:
13809   - "IP6BASE"
13810   - "FIB_20K"
13811   - "FIB_200K"
13812   - "FIB_2M"
13813   traces:
13814     hoverinfo: "x+y"
13815     boxpoints: "outliers"
13816     whiskerwidth: 0
13817   layout:
13818     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13819     layout: "plot-throughput"
13820
13821 - type: "plot"
13822   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13823   algorithm: "plot_performance_box"
13824   output-file-type: ".html"
13825   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13826   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13827   filter: "'NIC_Intel-XXV710' and
13828            '78B' and
13829            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13830            'NDRPDR' and
13831            '4T2C' and
13832            'IP6FWD' and
13833            not 'SRv6' and
13834            not 'IPSEC' and
13835            not 'VHOST'"
13836   parameters:
13837   - "throughput"
13838   - "parent"
13839   - "tags"
13840   sort:
13841   - "IP6BASE"
13842   - "FIB_20K"
13843   - "FIB_200K"
13844   - "FIB_2M"
13845   traces:
13846     hoverinfo: "x+y"
13847     boxpoints: "outliers"
13848     whiskerwidth: 0
13849   layout:
13850     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13851     layout: "plot-throughput"
13852
13853 # Packet Throughput - VPP IPv6 2n-skx-x710
13854 - type: "plot"
13855   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13856   algorithm: "plot_performance_box"
13857   output-file-type: ".html"
13858   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13859   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13860   filter: "'NIC_Intel-X710' and
13861            '78B' and
13862            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13863            'NDRPDR' and
13864            '2T1C' and
13865            'IP6FWD' and
13866            not 'SRv6' and
13867            not 'IPSEC' and
13868            not 'VHOST'"
13869   parameters:
13870   - "throughput"
13871   - "parent"
13872   - "tags"
13873   sort:
13874   - "IP6BASE"
13875   - "FIB_20K"
13876   - "FIB_200K"
13877   - "FIB_2M"
13878   traces:
13879     hoverinfo: "x+y"
13880     boxpoints: "outliers"
13881     whiskerwidth: 0
13882   layout:
13883     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13884     layout: "plot-throughput"
13885
13886 - type: "plot"
13887   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13888   algorithm: "plot_performance_box"
13889   output-file-type: ".html"
13890   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13891   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13892   filter: "'NIC_Intel-X710' and
13893            '78B' and
13894            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13895            'NDRPDR' and
13896            '2T1C' and
13897            'IP6FWD' and
13898            not 'SRv6' and
13899            not 'IPSEC' and
13900            not 'VHOST'"
13901   parameters:
13902   - "throughput"
13903   - "parent"
13904   - "tags"
13905   sort:
13906   - "IP6BASE"
13907   - "FIB_20K"
13908   - "FIB_200K"
13909   - "FIB_2M"
13910   traces:
13911     hoverinfo: "x+y"
13912     boxpoints: "outliers"
13913     whiskerwidth: 0
13914   layout:
13915     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13916     layout: "plot-throughput"
13917
13918 - type: "plot"
13919   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13920   algorithm: "plot_performance_box"
13921   output-file-type: ".html"
13922   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13923   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13924   filter: "'NIC_Intel-X710' and
13925            '78B' and
13926            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13927            'NDRPDR' and
13928            '4T2C' and
13929            'IP6FWD' and
13930            not 'SRv6' and
13931            not 'IPSEC' and
13932            not 'VHOST'"
13933   parameters:
13934   - "throughput"
13935   - "parent"
13936   - "tags"
13937   sort:
13938   - "IP6BASE"
13939   - "FIB_20K"
13940   - "FIB_200K"
13941   - "FIB_2M"
13942   traces:
13943     hoverinfo: "x+y"
13944     boxpoints: "outliers"
13945     whiskerwidth: 0
13946   layout:
13947     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13948     layout: "plot-throughput"
13949
13950 - type: "plot"
13951   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13952   algorithm: "plot_performance_box"
13953   output-file-type: ".html"
13954   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13955   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13956   filter: "'NIC_Intel-X710' and
13957            '78B' and
13958            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13959            'NDRPDR' and
13960            '4T2C' and
13961            'IP6FWD' and
13962            not 'SRv6' and
13963            not 'IPSEC' and
13964            not 'VHOST'"
13965   parameters:
13966   - "throughput"
13967   - "parent"
13968   - "tags"
13969   sort:
13970   - "IP6BASE"
13971   - "FIB_20K"
13972   - "FIB_200K"
13973   - "FIB_2M"
13974   traces:
13975     hoverinfo: "x+y"
13976     boxpoints: "outliers"
13977     whiskerwidth: 0
13978   layout:
13979     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13980     layout: "plot-throughput"
13981
13982 # Packet Throughput - VPP IPv6 2n-skx-xxv710
13983 - type: "plot"
13984   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13985   algorithm: "plot_performance_box"
13986   output-file-type: ".html"
13987   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13988   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13989   filter: "'NIC_Intel-XXV710' and
13990            '78B' and
13991            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13992            'NDRPDR' and
13993            '2T1C' and
13994            'IP6FWD' and
13995            not 'SRv6' and
13996            not 'IPSEC' and
13997            not 'VHOST'"
13998   parameters:
13999   - "throughput"
14000   - "parent"
14001   - "tags"
14002   sort:
14003   - "IP6BASE"
14004   - "FIB_20K"
14005   - "FIB_200K"
14006   - "FIB_2M"
14007   traces:
14008     hoverinfo: "x+y"
14009     boxpoints: "outliers"
14010     whiskerwidth: 0
14011   layout:
14012     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
14013     layout: "plot-throughput"
14014
14015 - type: "plot"
14016   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14017   algorithm: "plot_performance_box"
14018   output-file-type: ".html"
14019   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14020   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14021   filter: "'NIC_Intel-XXV710' and
14022            '78B' and
14023            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14024            'NDRPDR' and
14025            '2T1C' and
14026            'IP6FWD' and
14027            not 'SRv6' and
14028            not 'IPSEC' and
14029            not 'VHOST'"
14030   parameters:
14031   - "throughput"
14032   - "parent"
14033   - "tags"
14034   sort:
14035   - "IP6BASE"
14036   - "FIB_20K"
14037   - "FIB_200K"
14038   - "FIB_2M"
14039   traces:
14040     hoverinfo: "x+y"
14041     boxpoints: "outliers"
14042     whiskerwidth: 0
14043   layout:
14044     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14045     layout: "plot-throughput"
14046
14047 - type: "plot"
14048   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14049   algorithm: "plot_performance_box"
14050   output-file-type: ".html"
14051   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14052   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14053   filter: "'NIC_Intel-XXV710' and
14054            '78B' and
14055            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14056            'NDRPDR' and
14057            '4T2C' and
14058            'IP6FWD' and
14059            not 'SRv6' and
14060            not 'IPSEC' and
14061            not 'VHOST'"
14062   parameters:
14063   - "throughput"
14064   - "parent"
14065   - "tags"
14066   sort:
14067   - "IP6BASE"
14068   - "FIB_20K"
14069   - "FIB_200K"
14070   - "FIB_2M"
14071   traces:
14072     hoverinfo: "x+y"
14073     boxpoints: "outliers"
14074     whiskerwidth: 0
14075   layout:
14076     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14077     layout: "plot-throughput"
14078
14079 - type: "plot"
14080   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14081   algorithm: "plot_performance_box"
14082   output-file-type: ".html"
14083   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14084   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14085   filter: "'NIC_Intel-XXV710' and
14086            '78B' and
14087            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14088            'NDRPDR' and
14089            '4T2C' and
14090            'IP6FWD' and
14091            not 'SRv6' and
14092            not 'IPSEC' and
14093            not 'VHOST'"
14094   parameters:
14095   - "throughput"
14096   - "parent"
14097   - "tags"
14098   sort:
14099   - "IP6BASE"
14100   - "FIB_20K"
14101   - "FIB_200K"
14102   - "FIB_2M"
14103   traces:
14104     hoverinfo: "x+y"
14105     boxpoints: "outliers"
14106     whiskerwidth: 0
14107   layout:
14108     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14109     layout: "plot-throughput"
14110
14111 ## Packet Throughput - VPP IPv6 2n-dnv-x553 base
14112 #- type: "plot"
14113 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14114 #  algorithm: "plot_performance_box"
14115 #  output-file-type: ".html"
14116 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14117 #  data: "intel-dnv-vpp"
14118 #  filter: "'NIC_Intel-X553' and
14119 #           '78B' and
14120 #           'IP6BASE' and
14121 #           'NDRPDR' and
14122 #           '1T1C' and
14123 #           'IP6FWD' and
14124 #           not 'SRv6' and
14125 #           not 'IPSEC' and
14126 #           not 'VHOST'"
14127 #  parameters:
14128 #  - "throughput"
14129 #  - "parent"
14130 #  - "tags"
14131 #  sort:
14132 #  - "IP6BASE"
14133 #  traces:
14134 #    hoverinfo: "x+y"
14135 #    boxpoints: "outliers"
14136 #    whiskerwidth: 0
14137 #  layout:
14138 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14139 #    layout: "plot-throughput"
14140 #
14141 #- type: "plot"
14142 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14143 #  algorithm: "plot_performance_box"
14144 #  output-file-type: ".html"
14145 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14146 #  data: "intel-dnv-vpp"
14147 #  filter: "'NIC_Intel-X553' and
14148 #           '78B' and
14149 #           'IP6BASE' and
14150 #           'NDRPDR' and
14151 #           '1T1C' and
14152 #           'IP6FWD' and
14153 #           not 'SRv6' and
14154 #           not 'IPSEC' and
14155 #           not 'VHOST'"
14156 #  parameters:
14157 #  - "throughput"
14158 #  - "parent"
14159 #  - "tags"
14160 #  sort:
14161 #  - "IP6BASE"
14162 #  traces:
14163 #    hoverinfo: "x+y"
14164 #    boxpoints: "outliers"
14165 #    whiskerwidth: 0
14166 #  layout:
14167 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14168 #    layout: "plot-throughput"
14169 #
14170 #- type: "plot"
14171 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14172 #  algorithm: "plot_performance_box"
14173 #  output-file-type: ".html"
14174 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14175 #  data: "intel-dnv-vpp"
14176 #  filter: "'NIC_Intel-X553' and
14177 #           '78B' and
14178 #           'IP6BASE' and
14179 #           'NDRPDR' and
14180 #           '2T2C' and
14181 #           'IP6FWD' and
14182 #           not 'SRv6' and
14183 #           not 'IPSEC' and
14184 #           not 'VHOST'"
14185 #  parameters:
14186 #  - "throughput"
14187 #  - "parent"
14188 #  - "tags"
14189 #  sort:
14190 #  - "IP6BASE"
14191 #  traces:
14192 #    hoverinfo: "x+y"
14193 #    boxpoints: "outliers"
14194 #    whiskerwidth: 0
14195 #  layout:
14196 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14197 #    layout: "plot-throughput"
14198 #
14199 #- type: "plot"
14200 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14201 #  algorithm: "plot_performance_box"
14202 #  output-file-type: ".html"
14203 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14204 #  data: "intel-dnv-vpp"
14205 #  filter: "'NIC_Intel-X553' and
14206 #           '78B' and
14207 #           'IP6BASE' and
14208 #           'NDRPDR' and
14209 #           '2T2C' and
14210 #           'IP6FWD' and
14211 #           not 'SRv6' and
14212 #           not 'IPSEC' and
14213 #           not 'VHOST'"
14214 #  parameters:
14215 #  - "throughput"
14216 #  - "parent"
14217 #  - "tags"
14218 #  sort:
14219 #  - "IP6BASE"
14220 #  traces:
14221 #    hoverinfo: "x+y"
14222 #    boxpoints: "outliers"
14223 #    whiskerwidth: 0
14224 #  layout:
14225 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14226 #    layout: "plot-throughput"
14227
14228 ################################################################################
14229
14230 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
14231 - type: "plot"
14232   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14233   algorithm: "plot_performance_box"
14234   output-file-type: ".html"
14235   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14236   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14237   filter: "'NIC_Intel-X520-DA2' and
14238            '78B' and
14239            'ENCAP' and
14240            'NDRPDR' and
14241            '1T1C' and
14242            'LISP' and
14243            not 'VHOST'"
14244   parameters:
14245   - "throughput"
14246   - "parent"
14247   - "tags"
14248   sort:
14249   - "IP4UNRLAY"
14250   - "IP6UNRLAY"
14251   traces:
14252     hoverinfo: "x+y"
14253     boxpoints: "outliers"
14254     whiskerwidth: 0
14255   layout:
14256     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14257     layout: "plot-throughput"
14258
14259 - type: "plot"
14260   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14261   algorithm: "plot_performance_box"
14262   output-file-type: ".html"
14263   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14264   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14265   filter: "'NIC_Intel-X520-DA2' and
14266            '78B' and
14267            'ENCAP' and
14268            'NDRPDR' and
14269            '1T1C' and
14270            'LISP' and
14271            not 'VHOST'"
14272   parameters:
14273   - "throughput"
14274   - "parent"
14275   - "tags"
14276   sort:
14277   - "IP4UNRLAY"
14278   - "IP6UNRLAY"
14279   traces:
14280     hoverinfo: "x+y"
14281     boxpoints: "outliers"
14282     whiskerwidth: 0
14283   layout:
14284     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14285     layout: "plot-throughput"
14286
14287 - type: "plot"
14288   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14289   algorithm: "plot_performance_box"
14290   output-file-type: ".html"
14291   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14292   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14293   filter: "'NIC_Intel-X520-DA2' and
14294            '78B' and
14295            'ENCAP' and
14296            'NDRPDR' and
14297            '2T2C' and
14298            'LISP' and
14299            not 'VHOST'"
14300   parameters:
14301   - "throughput"
14302   - "parent"
14303   - "tags"
14304   sort:
14305   - "IP4UNRLAY"
14306   - "IP6UNRLAY"
14307   traces:
14308     hoverinfo: "x+y"
14309     boxpoints: "outliers"
14310     whiskerwidth: 0
14311   layout:
14312     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14313     layout: "plot-throughput"
14314
14315 - type: "plot"
14316   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14317   algorithm: "plot_performance_box"
14318   output-file-type: ".html"
14319   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14320   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14321   filter: "'NIC_Intel-X520-DA2' and
14322            '78B' and
14323            'ENCAP' and
14324            'NDRPDR' and
14325            '2T2C' and
14326            'LISP' and
14327            not 'VHOST'"
14328   parameters:
14329   - "throughput"
14330   - "parent"
14331   - "tags"
14332   sort:
14333   - "IP4UNRLAY"
14334   - "IP6UNRLAY"
14335   traces:
14336     hoverinfo: "x+y"
14337     boxpoints: "outliers"
14338     whiskerwidth: 0
14339   layout:
14340     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14341     layout: "plot-throughput"
14342
14343 ################################################################################
14344
14345 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
14346 - type: "plot"
14347   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14348   algorithm: "plot_performance_box"
14349   output-file-type: ".html"
14350   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14351   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14352   filter: "'NIC_Intel-XL710' and
14353            '64B' and
14354            'IP4FWD' and
14355            'NDRPDR' and
14356            'BASE' and
14357            '1T1C' and
14358            'IPSECHW' and
14359            not 'VHOST'"
14360   parameters:
14361   - "throughput"
14362   - "parent"
14363   - "tags"
14364   traces:
14365     hoverinfo: "x+y"
14366     boxpoints: "outliers"
14367     whiskerwidth: 0
14368   layout:
14369     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14370     layout: "plot-throughput"
14371
14372 - type: "plot"
14373   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14374   algorithm: "plot_performance_box"
14375   output-file-type: ".html"
14376   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14377   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14378   filter: "'NIC_Intel-XL710' and
14379            '64B' and
14380            'IP4FWD' and
14381            'NDRPDR' and
14382            'BASE' and
14383            '1T1C' and
14384            'IPSECHW' and
14385            not 'VHOST'"
14386   parameters:
14387   - "throughput"
14388   - "parent"
14389   - "tags"
14390   traces:
14391     hoverinfo: "x+y"
14392     boxpoints: "outliers"
14393     whiskerwidth: 0
14394   layout:
14395     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14396     layout: "plot-throughput"
14397
14398 - type: "plot"
14399   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14400   algorithm: "plot_performance_box"
14401   output-file-type: ".html"
14402   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14403   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14404   filter: "'NIC_Intel-XL710' and
14405            '64B' and
14406            'IP4FWD' and
14407            'NDRPDR' and
14408            'BASE' and
14409            '2T2C' and
14410            'IPSECHW' and
14411            not 'VHOST'"
14412   parameters:
14413   - "throughput"
14414   - "parent"
14415   - "tags"
14416   traces:
14417     hoverinfo: "x+y"
14418     boxpoints: "outliers"
14419     whiskerwidth: 0
14420   layout:
14421     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14422     layout: "plot-throughput"
14423
14424 - type: "plot"
14425   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14426   algorithm: "plot_performance_box"
14427   output-file-type: ".html"
14428   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14429   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14430   filter: "'NIC_Intel-XL710' and
14431            '64B' and
14432            'IP4FWD' and
14433            'NDRPDR' and
14434            'BASE' and
14435            '2T2C' and
14436            'IPSECHW' and
14437            not 'VHOST'"
14438   parameters:
14439   - "throughput"
14440   - "parent"
14441   - "tags"
14442   traces:
14443     hoverinfo: "x+y"
14444     boxpoints: "outliers"
14445     whiskerwidth: 0
14446   layout:
14447     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14448     layout: "plot-throughput"
14449
14450 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
14451 - type: "plot"
14452   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14453   algorithm: "plot_performance_box"
14454   output-file-type: ".html"
14455   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14456   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14457   filter: "'NIC_Intel-XL710' and
14458            '64B' and
14459            'IP4FWD' and
14460            'NDRPDR' and
14461            'SCALE' and
14462            '1T1C' and
14463            'IPSECHW' and
14464            not 'VHOST'"
14465   parameters:
14466   - "throughput"
14467   - "parent"
14468   - "tags"
14469   traces:
14470     hoverinfo: "x+y"
14471     boxpoints: "outliers"
14472     whiskerwidth: 0
14473   layout:
14474     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14475     layout: "plot-throughput"
14476
14477 - type: "plot"
14478   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14479   algorithm: "plot_performance_box"
14480   output-file-type: ".html"
14481   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14482   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14483   filter: "'NIC_Intel-XL710' and
14484            '64B' and
14485            'IP4FWD' and
14486            'NDRPDR' and
14487            'SCALE' and
14488            '1T1C' and
14489            'IPSECHW' and
14490            not 'VHOST'"
14491   parameters:
14492   - "throughput"
14493   - "parent"
14494   - "tags"
14495   traces:
14496     hoverinfo: "x+y"
14497     boxpoints: "outliers"
14498     whiskerwidth: 0
14499   layout:
14500     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14501     layout: "plot-throughput"
14502
14503 - type: "plot"
14504   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14505   algorithm: "plot_performance_box"
14506   output-file-type: ".html"
14507   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14508   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14509   filter: "'NIC_Intel-XL710' and
14510            '64B' and
14511            'IP4FWD' and
14512            'NDRPDR' and
14513            'SCALE' and
14514            '2T2C' and
14515            'IPSECHW' and
14516            not 'VHOST'"
14517   parameters:
14518   - "throughput"
14519   - "parent"
14520   - "tags"
14521   traces:
14522     hoverinfo: "x+y"
14523     boxpoints: "outliers"
14524     whiskerwidth: 0
14525   layout:
14526     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14527     layout: "plot-throughput"
14528
14529 - type: "plot"
14530   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14531   algorithm: "plot_performance_box"
14532   output-file-type: ".html"
14533   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14534   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14535   filter: "'NIC_Intel-XL710' and
14536            '64B' and
14537            'IP4FWD' and
14538            'NDRPDR' and
14539            'SCALE' and
14540            '2T2C' and
14541            'IPSECHW' and
14542            not 'VHOST'"
14543   parameters:
14544   - "throughput"
14545   - "parent"
14546   - "tags"
14547   traces:
14548     hoverinfo: "x+y"
14549     boxpoints: "outliers"
14550     whiskerwidth: 0
14551   layout:
14552     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14553     layout: "plot-throughput"
14554
14555 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
14556 - type: "plot"
14557   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14558   algorithm: "plot_performance_box"
14559   output-file-type: ".html"
14560   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14561   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14562   filter: "'NIC_Intel-XL710' and
14563            '64B' and
14564            'IP4FWD' and
14565            'NDRPDR' and
14566            '1T1C' and
14567            'IPSECSW' and
14568            not 'VHOST'"
14569   parameters:
14570   - "throughput"
14571   - "parent"
14572   - "tags"
14573   traces:
14574     hoverinfo: "x+y"
14575     boxpoints: "outliers"
14576     whiskerwidth: 0
14577   layout:
14578     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14579     layout: "plot-throughput"
14580
14581 - type: "plot"
14582   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14583   algorithm: "plot_performance_box"
14584   output-file-type: ".html"
14585   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14586   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14587   filter: "'NIC_Intel-XL710' and
14588            '64B' and
14589            'IP4FWD' and
14590            'NDRPDR' and
14591            '1T1C' and
14592            'IPSECSW' and
14593            not 'VHOST'"
14594   parameters:
14595   - "throughput"
14596   - "parent"
14597   - "tags"
14598   traces:
14599     hoverinfo: "x+y"
14600     boxpoints: "outliers"
14601     whiskerwidth: 0
14602   layout:
14603     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14604     layout: "plot-throughput"
14605
14606 - type: "plot"
14607   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14608   algorithm: "plot_performance_box"
14609   output-file-type: ".html"
14610   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14611   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14612   filter: "'NIC_Intel-XL710' and
14613            '64B' and
14614            'IP4FWD' and
14615            'NDRPDR' and
14616            '2T2C' and
14617            'IPSECSW' and
14618            not 'VHOST'"
14619   parameters:
14620   - "throughput"
14621   - "parent"
14622   - "tags"
14623   traces:
14624     hoverinfo: "x+y"
14625     boxpoints: "outliers"
14626     whiskerwidth: 0
14627   layout:
14628     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14629     layout: "plot-throughput"
14630
14631 - type: "plot"
14632   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14633   algorithm: "plot_performance_box"
14634   output-file-type: ".html"
14635   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14636   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14637   filter: "'NIC_Intel-XL710' and
14638            '64B' and
14639            'IP4FWD' and
14640            'NDRPDR' and
14641            '2T2C' and
14642            'IPSECSW' and
14643            not 'VHOST'"
14644   parameters:
14645   - "throughput"
14646   - "parent"
14647   - "tags"
14648   traces:
14649     hoverinfo: "x+y"
14650     boxpoints: "outliers"
14651     whiskerwidth: 0
14652   layout:
14653     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14654     layout: "plot-throughput"
14655
14656 ################################################################################
14657
14658 # Packet Throughput - VPP SRv6 3n-hsw-x520
14659 - type: "plot"
14660   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14661   algorithm: "plot_performance_box"
14662   output-file-type: ".html"
14663   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14664   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14665   filter: "'NIC_Intel-X520-DA2' and
14666            '78B' and
14667            'FEATURE' and
14668            'NDRPDR' and
14669            '1T1C' and
14670            'IP6FWD' and
14671            'SRv6'"
14672   parameters:
14673   - "throughput"
14674   - "parent"
14675   - "tags"
14676   traces:
14677     hoverinfo: "x+y"
14678     boxpoints: "outliers"
14679     whiskerwidth: 0
14680   layout:
14681     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14682     layout: "plot-throughput"
14683
14684 - type: "plot"
14685   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14686   algorithm: "plot_performance_box"
14687   output-file-type: ".html"
14688   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14689   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14690   filter: "'NIC_Intel-X520-DA2' and
14691            '78B' and
14692            'FEATURE' and
14693            'NDRPDR' and
14694            '1T1C' and
14695            'IP6FWD' and
14696            'SRv6'"
14697   parameters:
14698   - "throughput"
14699   - "parent"
14700   - "tags"
14701   traces:
14702     hoverinfo: "x+y"
14703     boxpoints: "outliers"
14704     whiskerwidth: 0
14705   layout:
14706     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14707     layout: "plot-throughput"
14708
14709 - type: "plot"
14710   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14711   algorithm: "plot_performance_box"
14712   output-file-type: ".html"
14713   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14714   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14715   filter: "'NIC_Intel-X520-DA2' and
14716            '78B' and
14717            'FEATURE' and
14718            'NDRPDR' and
14719            '2T2C' and
14720            'IP6FWD' and
14721            'SRv6'"
14722   parameters:
14723   - "throughput"
14724   - "parent"
14725   - "tags"
14726   traces:
14727     hoverinfo: "x+y"
14728     boxpoints: "outliers"
14729     whiskerwidth: 0
14730   layout:
14731     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14732     layout: "plot-throughput"
14733
14734 - type: "plot"
14735   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14736   algorithm: "plot_performance_box"
14737   output-file-type: ".html"
14738   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14739   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14740   filter: "'NIC_Intel-X520-DA2' and
14741            '78B' and
14742            'FEATURE' and
14743            'NDRPDR' and
14744            '2T2C' and
14745            'IP6FWD' and
14746            'SRv6'"
14747   parameters:
14748   - "throughput"
14749   - "parent"
14750   - "tags"
14751   traces:
14752     hoverinfo: "x+y"
14753     boxpoints: "outliers"
14754     whiskerwidth: 0
14755   layout:
14756     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14757     layout: "plot-throughput"
14758
14759 ################################################################################
14760
14761 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
14762 - type: "plot"
14763   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14764   algorithm: "plot_performance_box"
14765   output-file-type: ".html"
14766   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14767   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14768   filter: "'NIC_Intel-X520-DA2' and
14769            '64B' and
14770            'NDRPDR' and
14771            'ETH' and
14772            'IP4FWD' and
14773            '1T1C' and
14774            'VHOST_1024' and
14775            not 'VXLAN' and
14776            not 'DOT1Q'"
14777   parameters:
14778   - "throughput"
14779   - "parent"
14780   - "tags"
14781   sort:
14782   - "not CFS_OPT"
14783   - "1VM"
14784   - "2VM"
14785   traces:
14786     hoverinfo: "x+y"
14787     boxpoints: "outliers"
14788     whiskerwidth: 0
14789   layout:
14790     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14791     layout: "plot-throughput"
14792
14793 - type: "plot"
14794   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14795   algorithm: "plot_performance_box"
14796   output-file-type: ".html"
14797   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14798   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14799   filter: "'NIC_Intel-X520-DA2' and
14800            '64B' and
14801            'NDRPDR' and
14802            'ETH' and
14803            'IP4FWD' and
14804            '2T2C' and
14805            'VHOST_1024' and
14806            not 'VXLAN' and
14807            not 'DOT1Q'"
14808   parameters:
14809   - "throughput"
14810   - "parent"
14811   - "tags"
14812   sort:
14813   - "not CFS_OPT"
14814   - "1VM"
14815   - "2VM"
14816   traces:
14817     hoverinfo: "x+y"
14818     boxpoints: "outliers"
14819     whiskerwidth: 0
14820   layout:
14821     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14822     layout: "plot-throughput"
14823
14824 - type: "plot"
14825   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14826   algorithm: "plot_performance_box"
14827   output-file-type: ".html"
14828   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14829   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14830   filter: "'NIC_Intel-X520-DA2' and
14831            '64B' and
14832            'NDRPDR' and
14833            'ETH' and
14834            'IP4FWD' and
14835            '1T1C' and
14836            'VHOST_1024' and
14837            not 'VXLAN' and
14838            not 'DOT1Q'"
14839   parameters:
14840   - "throughput"
14841   - "parent"
14842   - "tags"
14843   sort:
14844   - "not CFS_OPT"
14845   - "1VM"
14846   - "2VM"
14847   traces:
14848     hoverinfo: "x+y"
14849     boxpoints: "outliers"
14850     whiskerwidth: 0
14851   layout:
14852     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14853     layout: "plot-throughput"
14854
14855 - type: "plot"
14856   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14857   algorithm: "plot_performance_box"
14858   output-file-type: ".html"
14859   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14860   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14861   filter: "'NIC_Intel-X520-DA2' and
14862            '64B' and
14863            'NDRPDR' and
14864            'ETH' and
14865            'IP4FWD' and
14866            '2T2C' and
14867            'VHOST_1024' and
14868            not 'VXLAN' and
14869            not 'DOT1Q'"
14870   parameters:
14871   - "throughput"
14872   - "parent"
14873   - "tags"
14874   sort:
14875   - "not CFS_OPT"
14876   - "1VM"
14877   - "2VM"
14878   traces:
14879     hoverinfo: "x+y"
14880     boxpoints: "outliers"
14881     whiskerwidth: 0
14882   layout:
14883     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14884     layout: "plot-throughput"
14885
14886 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
14887 - type: "plot"
14888   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14889   algorithm: "plot_performance_box"
14890   output-file-type: ".html"
14891   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14892   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14893   filter: "'NIC_Intel-X520-DA2' and
14894            '64B' and
14895            'NDRPDR' and
14896            ('ETH' or 'DOT1Q') and
14897            'BASE' and
14898            '1T1C' and
14899            ('L2BDMACLRN' or 'L2XCFWD') and
14900            'VHOST_1024' and
14901            not 'VXLAN' and
14902            not 'IP4FWD' and
14903            not '2VM'"
14904   parameters:
14905   - "throughput"
14906   - "parent"
14907   - "tags"
14908   sort:
14909   - "L2BDMACLRN"
14910   - "L2BDMACLRN"
14911   - "L2BDMACLRN"
14912   - "L2XCFWD"
14913   - "L2XCFWD"
14914   - "L2XCFWD"
14915   traces:
14916     hoverinfo: "x+y"
14917     boxpoints: "outliers"
14918     whiskerwidth: 0
14919   layout:
14920     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14921     layout: "plot-throughput"
14922
14923 - type: "plot"
14924   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14925   algorithm: "plot_performance_box"
14926   output-file-type: ".html"
14927   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14928   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14929   filter: "'NIC_Intel-X520-DA2' and
14930            '64B' and
14931            'NDRPDR' and
14932            ('ETH' or 'DOT1Q') and
14933            'BASE' and
14934            '1T1C' and
14935            ('L2BDMACLRN' or 'L2XCFWD') and
14936            'VHOST_1024' and
14937            not 'VXLAN' and
14938            not 'IP4FWD' and
14939            not '2VM'"
14940   parameters:
14941   - "throughput"
14942   - "parent"
14943   - "tags"
14944   sort:
14945   - "L2BDMACLRN"
14946   - "L2BDMACLRN"
14947   - "L2BDMACLRN"
14948   - "L2XCFWD"
14949   - "L2XCFWD"
14950   - "L2XCFWD"
14951   traces:
14952     hoverinfo: "x+y"
14953     boxpoints: "outliers"
14954     whiskerwidth: 0
14955   layout:
14956     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14957     layout: "plot-throughput"
14958
14959 - type: "plot"
14960   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14961   algorithm: "plot_performance_box"
14962   output-file-type: ".html"
14963   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14964   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14965   filter: "'NIC_Intel-X520-DA2' and
14966            '64B' and
14967            'NDRPDR' and
14968            ('ETH' or 'DOT1Q') and
14969            'BASE' and
14970            '2T2C' and
14971            ('L2BDMACLRN' or 'L2XCFWD') and
14972            'VHOST_1024' and
14973            not 'VXLAN' and
14974            not 'IP4FWD' and
14975            not '2VM'"
14976   parameters:
14977   - "throughput"
14978   - "parent"
14979   - "tags"
14980   sort:
14981   - "L2BDMACLRN"
14982   - "L2BDMACLRN"
14983   - "L2BDMACLRN"
14984   - "L2XCFWD"
14985   - "L2XCFWD"
14986   - "L2XCFWD"
14987   traces:
14988     hoverinfo: "x+y"
14989     boxpoints: "outliers"
14990     whiskerwidth: 0
14991   layout:
14992     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14993     layout: "plot-throughput"
14994
14995 - type: "plot"
14996   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14997   algorithm: "plot_performance_box"
14998   output-file-type: ".html"
14999   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
15000   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15001   filter: "'NIC_Intel-X520-DA2' and
15002            '64B' and
15003            'NDRPDR' and
15004            ('ETH' or 'DOT1Q') and
15005            'BASE' and
15006            '2T2C' and
15007            ('L2BDMACLRN' or 'L2XCFWD') and
15008            'VHOST_1024' and
15009            not 'VXLAN' and
15010            not 'IP4FWD' and
15011            not '2VM'"
15012   parameters:
15013   - "throughput"
15014   - "parent"
15015   - "tags"
15016   sort:
15017   - "L2BDMACLRN"
15018   - "L2BDMACLRN"
15019   - "L2BDMACLRN"
15020   - "L2XCFWD"
15021   - "L2XCFWD"
15022   - "L2XCFWD"
15023   traces:
15024     hoverinfo: "x+y"
15025     boxpoints: "outliers"
15026     whiskerwidth: 0
15027   layout:
15028     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
15029     layout: "plot-throughput"
15030
15031 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
15032 - type: "plot"
15033   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15034   algorithm: "plot_performance_box"
15035   output-file-type: ".html"
15036   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15037   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15038   filter: "'NIC_Intel-X520-DA2' and
15039            '64B' and
15040            'NDRPDR' and
15041            ('ETH' or 'DOT1Q') and
15042            '1T1C' and
15043            ('L2BDMACLRN' or 'L2XCFWD') and
15044            'VHOST_1024' and
15045            not 'CFS_OPT' and
15046            not 'DOT1Q' and
15047            not 'VXLAN' and
15048            not 'IP4FWD' and
15049            not 'LBOND'"
15050   parameters:
15051   - "throughput"
15052   - "parent"
15053   - "tags"
15054 #  sort:
15055 #  - "1VM"
15056 #  - "L2XCFWD"
15057 #  - "1VM"
15058 #  - "L2BDMACLRN"
15059   traces:
15060     hoverinfo: "x+y"
15061     boxpoints: "outliers"
15062     whiskerwidth: 0
15063   layout:
15064     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15065     layout: "plot-throughput"
15066
15067 - type: "plot"
15068   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15069   algorithm: "plot_performance_box"
15070   output-file-type: ".html"
15071   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15072   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15073   filter: "'NIC_Intel-X520-DA2' and
15074            '64B' and
15075            'NDRPDR' and
15076            ('ETH' or 'DOT1Q') and
15077            '1T1C' and
15078            ('L2BDMACLRN' or 'L2XCFWD') and
15079            'VHOST_1024' and
15080            not 'CFS_OPT' and
15081            not 'DOT1Q' and
15082            not 'VXLAN' and
15083            not 'IP4FWD' and
15084            not 'LBOND'"
15085   parameters:
15086   - "throughput"
15087   - "parent"
15088   - "tags"
15089 #  sort:
15090 #  - "1VM"
15091 #  - "L2XCFWD"
15092 #  - "1VM"
15093 #  - "L2BDMACLRN"
15094   traces:
15095     hoverinfo: "x+y"
15096     boxpoints: "outliers"
15097     whiskerwidth: 0
15098   layout:
15099     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15100     layout: "plot-throughput"
15101
15102 - type: "plot"
15103   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15104   algorithm: "plot_performance_box"
15105   output-file-type: ".html"
15106   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15107   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15108   filter: "'NIC_Intel-X520-DA2' and
15109            '64B' and
15110            'NDRPDR' and
15111            ('ETH' or 'DOT1Q') and
15112            '2T2C' and
15113            ('L2BDMACLRN' or 'L2XCFWD') and
15114            'VHOST_1024' and
15115            not 'CFS_OPT' and
15116            not 'DOT1Q' and
15117            not 'VXLAN' and
15118            not 'IP4FWD' and
15119            not 'LBOND'"
15120   parameters:
15121   - "throughput"
15122   - "parent"
15123   - "tags"
15124 #  sort:
15125 #  - "1VM"
15126 #  - "L2XCFWD"
15127 #  - "1VM"
15128 #  - "L2BDMACLRN"
15129   traces:
15130     hoverinfo: "x+y"
15131     boxpoints: "outliers"
15132     whiskerwidth: 0
15133   layout:
15134     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15135     layout: "plot-throughput"
15136
15137 - type: "plot"
15138   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15139   algorithm: "plot_performance_box"
15140   output-file-type: ".html"
15141   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15142   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15143   filter: "'NIC_Intel-X520-DA2' and
15144            '64B' and
15145            'NDRPDR' and
15146            ('ETH' or 'DOT1Q') and
15147            '2T2C' and
15148            ('L2BDMACLRN' or 'L2XCFWD') and
15149            'VHOST_1024' and
15150            not 'CFS_OPT' and
15151            not 'DOT1Q' and
15152            not 'VXLAN' and
15153            not 'IP4FWD' and
15154            not 'LBOND'"
15155   parameters:
15156   - "throughput"
15157   - "parent"
15158   - "tags"
15159 #  sort:
15160 #  - "1VM"
15161 #  - "L2XCFWD"
15162 #  - "1VM"
15163 #  - "L2BDMACLRN"
15164   traces:
15165     hoverinfo: "x+y"
15166     boxpoints: "outliers"
15167     whiskerwidth: 0
15168   layout:
15169     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15170     layout: "plot-throughput"
15171
15172 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
15173 - type: "plot"
15174   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15175   algorithm: "plot_performance_box"
15176   output-file-type: ".html"
15177   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15178   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15179   filter: "'NIC_Intel-X710' and
15180            '64B' and
15181            'NDRPDR' and
15182            'ETH' and
15183            'IP4FWD' and
15184            '1T1C' and
15185            'VHOST_1024' and
15186            not 'VXLAN' and
15187            not 'CFS_OPT' and
15188            not 'DOT1Q'"
15189   parameters:
15190   - "throughput"
15191   - "parent"
15192   - "tags"
15193   sort:
15194   - "1VM"
15195   - "2VM"
15196   traces:
15197     hoverinfo: "x+y"
15198     boxpoints: "outliers"
15199     whiskerwidth: 0
15200   layout:
15201     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15202     layout: "plot-throughput"
15203
15204 - type: "plot"
15205   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15206   algorithm: "plot_performance_box"
15207   output-file-type: ".html"
15208   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15209   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15210   filter: "'NIC_Intel-X710' and
15211            '64B' and
15212            'NDRPDR' and
15213            'ETH' and
15214            'IP4FWD' and
15215            '2T2C' and
15216            'VHOST_1024' and
15217            not 'VXLAN' and
15218            not 'CFS_OPT' and
15219            not 'DOT1Q'"
15220   parameters:
15221   - "throughput"
15222   - "parent"
15223   - "tags"
15224   sort:
15225   - "1VM"
15226   - "2VM"
15227   traces:
15228     hoverinfo: "x+y"
15229     boxpoints: "outliers"
15230     whiskerwidth: 0
15231   layout:
15232     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15233     layout: "plot-throughput"
15234
15235 - type: "plot"
15236   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15237   algorithm: "plot_performance_box"
15238   output-file-type: ".html"
15239   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15240   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15241   filter: "'NIC_Intel-X710' and
15242            '64B' and
15243            'NDRPDR' and
15244            'ETH' and
15245            'IP4FWD' and
15246            '1T1C' and
15247            'VHOST_1024' and
15248            not 'VXLAN' and
15249            not 'CFS_OPT' and
15250            not 'DOT1Q'"
15251   parameters:
15252   - "throughput"
15253   - "parent"
15254   - "tags"
15255   sort:
15256   - "1VM"
15257   - "2VM"
15258   traces:
15259     hoverinfo: "x+y"
15260     boxpoints: "outliers"
15261     whiskerwidth: 0
15262   layout:
15263     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15264     layout: "plot-throughput"
15265
15266 - type: "plot"
15267   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15268   algorithm: "plot_performance_box"
15269   output-file-type: ".html"
15270   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15271   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15272   filter: "'NIC_Intel-X710' and
15273            '64B' and
15274            'NDRPDR' and
15275            'ETH' and
15276            'IP4FWD' and
15277            '2T2C' and
15278            'VHOST_1024' and
15279            not 'VXLAN' and
15280            not 'CFS_OPT' and
15281            not 'DOT1Q'"
15282   parameters:
15283   - "throughput"
15284   - "parent"
15285   - "tags"
15286   sort:
15287   - "1VM"
15288   - "2VM"
15289   traces:
15290     hoverinfo: "x+y"
15291     boxpoints: "outliers"
15292     whiskerwidth: 0
15293   layout:
15294     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15295     layout: "plot-throughput"
15296
15297 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
15298 - type: "plot"
15299   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15300   algorithm: "plot_performance_box"
15301   output-file-type: ".html"
15302   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15303   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15304   filter: "'NIC_Intel-X710' and
15305            '64B' and
15306            'NDRPDR' and
15307            ('ETH' or 'DOT1Q') and
15308            'BASE' and
15309            '1T1C' and
15310            ('L2BDMACLRN' or 'L2XCFWD') and
15311            'VHOST_1024' and
15312            not 'VXLAN' and
15313            not 'IP4FWD' and
15314            not '2VM'"
15315   parameters:
15316   - "throughput"
15317   - "parent"
15318   - "tags"
15319   sort:
15320   - "L2BDMACLRN"
15321   - "L2BDMACLRN"
15322   - "L2BDMACLRN"
15323   - "L2XCFWD"
15324   - "L2XCFWD"
15325   - "L2XCFWD"
15326   traces:
15327     hoverinfo: "x+y"
15328     boxpoints: "outliers"
15329     whiskerwidth: 0
15330   layout:
15331     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15332     layout: "plot-throughput"
15333
15334 - type: "plot"
15335   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15336   algorithm: "plot_performance_box"
15337   output-file-type: ".html"
15338   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15339   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15340   filter: "'NIC_Intel-X710' and
15341            '64B' and
15342            'NDRPDR' and
15343            ('ETH' or 'DOT1Q') and
15344            'BASE' and
15345            '1T1C' and
15346            ('L2BDMACLRN' or 'L2XCFWD') and
15347            'VHOST_1024' and
15348            not 'VXLAN' and
15349            not 'IP4FWD' and
15350            not '2VM'"
15351   parameters:
15352   - "throughput"
15353   - "parent"
15354   - "tags"
15355   sort:
15356   - "L2BDMACLRN"
15357   - "L2BDMACLRN"
15358   - "L2BDMACLRN"
15359   - "L2XCFWD"
15360   - "L2XCFWD"
15361   - "L2XCFWD"
15362   traces:
15363     hoverinfo: "x+y"
15364     boxpoints: "outliers"
15365     whiskerwidth: 0
15366   layout:
15367     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15368     layout: "plot-throughput"
15369
15370 - type: "plot"
15371   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15372   algorithm: "plot_performance_box"
15373   output-file-type: ".html"
15374   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15375   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15376   filter: "'NIC_Intel-X710' and
15377            '64B' and
15378            'NDRPDR' and
15379            ('ETH' or 'DOT1Q') and
15380            'BASE' and
15381            '2T2C' and
15382            ('L2BDMACLRN' or 'L2XCFWD') and
15383            'VHOST_1024' and
15384            not 'VXLAN' and
15385            not 'IP4FWD' and
15386            not '2VM'"
15387   parameters:
15388   - "throughput"
15389   - "parent"
15390   - "tags"
15391   sort:
15392   - "L2BDMACLRN"
15393   - "L2BDMACLRN"
15394   - "L2BDMACLRN"
15395   - "L2XCFWD"
15396   - "L2XCFWD"
15397   - "L2XCFWD"
15398   traces:
15399     hoverinfo: "x+y"
15400     boxpoints: "outliers"
15401     whiskerwidth: 0
15402   layout:
15403     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15404     layout: "plot-throughput"
15405
15406 - type: "plot"
15407   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15408   algorithm: "plot_performance_box"
15409   output-file-type: ".html"
15410   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15411   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15412   filter: "'NIC_Intel-X710' and
15413            '64B' and
15414            'NDRPDR' and
15415            ('ETH' or 'DOT1Q') and
15416            'BASE' and
15417            '2T2C' and
15418            ('L2BDMACLRN' or 'L2XCFWD') and
15419            'VHOST_1024' and
15420            not 'VXLAN' and
15421            not 'IP4FWD' and
15422            not '2VM'"
15423   parameters:
15424   - "throughput"
15425   - "parent"
15426   - "tags"
15427   sort:
15428   - "L2BDMACLRN"
15429   - "L2BDMACLRN"
15430   - "L2BDMACLRN"
15431   - "L2XCFWD"
15432   - "L2XCFWD"
15433   - "L2XCFWD"
15434   traces:
15435     hoverinfo: "x+y"
15436     boxpoints: "outliers"
15437     whiskerwidth: 0
15438   layout:
15439     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15440     layout: "plot-throughput"
15441
15442 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
15443 - type: "plot"
15444   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15445   algorithm: "plot_performance_box"
15446   output-file-type: ".html"
15447   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15448   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15449   filter: "'NIC_Intel-X710' and
15450            '64B' and
15451            'NDRPDR' and
15452            ('ETH' or 'DOT1Q') and
15453            '1T1C' and
15454            ('L2BDMACLRN' or 'L2XCFWD') and
15455            'VHOST_1024' and
15456            not 'CFS_OPT' and
15457            not 'VXLAN' and
15458            not 'IP4FWD' and
15459            not 'LBOND'"
15460   parameters:
15461   - "throughput"
15462   - "parent"
15463   - "tags"
15464   sort:
15465   - "L2BDMACLRN"
15466   - "L2BDMACLRN"
15467   - "L2BDMACLRN"
15468   - "L2XCFWD"
15469   - "L2XCFWD"
15470   - "L2XCFWD"
15471   traces:
15472     hoverinfo: "x+y"
15473     boxpoints: "outliers"
15474     whiskerwidth: 0
15475   layout:
15476     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15477     layout: "plot-throughput"
15478
15479 - type: "plot"
15480   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15481   algorithm: "plot_performance_box"
15482   output-file-type: ".html"
15483   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15484   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15485   filter: "'NIC_Intel-X710' and
15486            '64B' and
15487            'NDRPDR' and
15488            ('ETH' or 'DOT1Q') and
15489            '1T1C' and
15490            ('L2BDMACLRN' or 'L2XCFWD') and
15491            'VHOST_1024' and
15492            not 'CFS_OPT' and
15493            not 'VXLAN' and
15494            not 'IP4FWD' and
15495            not 'LBOND'"
15496   parameters:
15497   - "throughput"
15498   - "parent"
15499   - "tags"
15500   sort:
15501   - "L2BDMACLRN"
15502   - "L2BDMACLRN"
15503   - "L2BDMACLRN"
15504   - "L2XCFWD"
15505   - "L2XCFWD"
15506   - "L2XCFWD"
15507   traces:
15508     hoverinfo: "x+y"
15509     boxpoints: "outliers"
15510     whiskerwidth: 0
15511   layout:
15512     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15513     layout: "plot-throughput"
15514
15515 - type: "plot"
15516   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15517   algorithm: "plot_performance_box"
15518   output-file-type: ".html"
15519   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15520   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15521   filter: "'NIC_Intel-X710' and
15522            '64B' and
15523            'NDRPDR' and
15524            ('ETH' or 'DOT1Q') and
15525            '2T2C' and
15526            ('L2BDMACLRN' or 'L2XCFWD') and
15527            'VHOST_1024' and
15528            not 'CFS_OPT' and
15529            not 'VXLAN' and
15530            not 'IP4FWD' and
15531            not 'LBOND'"
15532   parameters:
15533   - "throughput"
15534   - "parent"
15535   - "tags"
15536   sort:
15537   - "L2BDMACLRN"
15538   - "L2BDMACLRN"
15539   - "L2BDMACLRN"
15540   - "L2XCFWD"
15541   - "L2XCFWD"
15542   - "L2XCFWD"
15543   traces:
15544     hoverinfo: "x+y"
15545     boxpoints: "outliers"
15546     whiskerwidth: 0
15547   layout:
15548     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15549     layout: "plot-throughput"
15550
15551 - type: "plot"
15552   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15553   algorithm: "plot_performance_box"
15554   output-file-type: ".html"
15555   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15556   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15557   filter: "'NIC_Intel-X710' and
15558            '64B' and
15559            'NDRPDR' and
15560            ('ETH' or 'DOT1Q') and
15561            '2T2C' and
15562            ('L2BDMACLRN' or 'L2XCFWD') and
15563            'VHOST_1024' and
15564            not 'CFS_OPT' and
15565            not 'VXLAN' and
15566            not 'IP4FWD' and
15567            not 'LBOND'"
15568   parameters:
15569   - "throughput"
15570   - "parent"
15571   - "tags"
15572   sort:
15573   - "L2BDMACLRN"
15574   - "L2BDMACLRN"
15575   - "L2BDMACLRN"
15576   - "L2XCFWD"
15577   - "L2XCFWD"
15578   - "L2XCFWD"
15579   traces:
15580     hoverinfo: "x+y"
15581     boxpoints: "outliers"
15582     whiskerwidth: 0
15583   layout:
15584     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15585     layout: "plot-throughput"
15586
15587 # Packet Throughput - VPP vhost ip4 3n-skx-x710
15588 - type: "plot"
15589   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15590   algorithm: "plot_performance_box"
15591   output-file-type: ".html"
15592   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15593   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15594   filter: "'NIC_Intel-X710' and
15595            '64B' and
15596            'NDRPDR' and
15597            'ETH' and
15598            'IP4FWD' and
15599            '2T1C' and
15600            'VHOST_1024' and
15601            not 'VXLAN' and
15602            not 'DOT1Q'"
15603   parameters:
15604   - "throughput"
15605   - "parent"
15606   - "tags"
15607   sort:
15608   - "1VM"
15609   - "2VM"
15610   traces:
15611     hoverinfo: "x+y"
15612     boxpoints: "outliers"
15613     whiskerwidth: 0
15614   layout:
15615     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15616     layout: "plot-throughput"
15617
15618 - type: "plot"
15619   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15620   algorithm: "plot_performance_box"
15621   output-file-type: ".html"
15622   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15623   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15624   filter: "'NIC_Intel-X710' and
15625            '64B' and
15626            'NDRPDR' and
15627            'ETH' and
15628            'IP4FWD' and
15629            '4T2C' and
15630            'VHOST_1024' and
15631            not 'VXLAN' and
15632            not 'DOT1Q'"
15633   parameters:
15634   - "throughput"
15635   - "parent"
15636   - "tags"
15637   sort:
15638   - "1VM"
15639   - "2VM"
15640   traces:
15641     hoverinfo: "x+y"
15642     boxpoints: "outliers"
15643     whiskerwidth: 0
15644   layout:
15645     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15646     layout: "plot-throughput"
15647
15648 - type: "plot"
15649   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15650   algorithm: "plot_performance_box"
15651   output-file-type: ".html"
15652   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15653   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15654   filter: "'NIC_Intel-X710' and
15655            '64B' and
15656            'NDRPDR' and
15657            'ETH' and
15658            'IP4FWD' and
15659            '2T1C' and
15660            'VHOST_1024' and
15661            not 'VXLAN' and
15662            not 'DOT1Q'"
15663   parameters:
15664   - "throughput"
15665   - "parent"
15666   - "tags"
15667   sort:
15668   - "1VM"
15669   - "2VM"
15670   traces:
15671     hoverinfo: "x+y"
15672     boxpoints: "outliers"
15673     whiskerwidth: 0
15674   layout:
15675     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15676     layout: "plot-throughput"
15677
15678 - type: "plot"
15679   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15680   algorithm: "plot_performance_box"
15681   output-file-type: ".html"
15682   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15683   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15684   filter: "'NIC_Intel-X710' and
15685            '64B' and
15686            'NDRPDR' and
15687            'ETH' and
15688            'IP4FWD' and
15689            '4T2C' and
15690            'VHOST_1024' and
15691            not 'VXLAN' and
15692            not 'DOT1Q'"
15693   parameters:
15694   - "throughput"
15695   - "parent"
15696   - "tags"
15697   sort:
15698   - "1VM"
15699   - "2VM"
15700   traces:
15701     hoverinfo: "x+y"
15702     boxpoints: "outliers"
15703     whiskerwidth: 0
15704   layout:
15705     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15706     layout: "plot-throughput"
15707
15708 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
15709 - type: "plot"
15710   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15711   algorithm: "plot_performance_box"
15712   output-file-type: ".html"
15713   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15714   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15715   filter: "'NIC_Intel-X710' and
15716            '64B' and
15717            'NDRPDR' and
15718            ('ETH' or 'DOT1Q') and
15719            'BASE' and
15720            '2T1C' and
15721            ('L2BDMACLRN' or 'L2XCFWD') and
15722            'VHOST_1024' and
15723            not 'VXLAN' and
15724            not 'IP4FWD' and
15725            not '2VM'"
15726   parameters:
15727   - "throughput"
15728   - "parent"
15729   - "tags"
15730   sort:
15731   - "L2BDMACLRN"
15732   - "L2BDMACLRN"
15733   - "L2BDMACLRN"
15734   - "L2XCFWD"
15735   - "L2XCFWD"
15736   - "L2XCFWD"
15737   traces:
15738     hoverinfo: "x+y"
15739     boxpoints: "outliers"
15740     whiskerwidth: 0
15741   layout:
15742     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15743     layout: "plot-throughput"
15744
15745 - type: "plot"
15746   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15747   algorithm: "plot_performance_box"
15748   output-file-type: ".html"
15749   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15750   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15751   filter: "'NIC_Intel-X710' and
15752            '64B' and
15753            'NDRPDR' and
15754            ('ETH' or 'DOT1Q') and
15755            'BASE' and
15756            '2T1C' and
15757            ('L2BDMACLRN' or 'L2XCFWD') and
15758            'VHOST_1024' and
15759            not 'VXLAN' and
15760            not 'IP4FWD' and
15761            not '2VM'"
15762   parameters:
15763   - "throughput"
15764   - "parent"
15765   - "tags"
15766   sort:
15767   - "L2BDMACLRN"
15768   - "L2BDMACLRN"
15769   - "L2BDMACLRN"
15770   - "L2XCFWD"
15771   - "L2XCFWD"
15772   - "L2XCFWD"
15773   traces:
15774     hoverinfo: "x+y"
15775     boxpoints: "outliers"
15776     whiskerwidth: 0
15777   layout:
15778     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15779     layout: "plot-throughput"
15780
15781 - type: "plot"
15782   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15783   algorithm: "plot_performance_box"
15784   output-file-type: ".html"
15785   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15786   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15787   filter: "'NIC_Intel-X710' and
15788            '64B' and
15789            'NDRPDR' and
15790            ('ETH' or 'DOT1Q') and
15791            'BASE' and
15792            '4T2C' and
15793            ('L2BDMACLRN' or 'L2XCFWD') and
15794            'VHOST_1024' and
15795            not 'VXLAN' and
15796            not 'IP4FWD' and
15797            not '2VM'"
15798   parameters:
15799   - "throughput"
15800   - "parent"
15801   - "tags"
15802   sort:
15803   - "L2BDMACLRN"
15804   - "L2BDMACLRN"
15805   - "L2BDMACLRN"
15806   - "L2XCFWD"
15807   - "L2XCFWD"
15808   - "L2XCFWD"
15809   traces:
15810     hoverinfo: "x+y"
15811     boxpoints: "outliers"
15812     whiskerwidth: 0
15813   layout:
15814     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15815     layout: "plot-throughput"
15816
15817 - type: "plot"
15818   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15819   algorithm: "plot_performance_box"
15820   output-file-type: ".html"
15821   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15822   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15823   filter: "'NIC_Intel-X710' and
15824            '64B' and
15825            'NDRPDR' and
15826            ('ETH' or 'DOT1Q') and
15827            'BASE' and
15828            '4T2C' and
15829            ('L2BDMACLRN' or 'L2XCFWD') and
15830            'VHOST_1024' and
15831            not 'VXLAN' and
15832            not 'IP4FWD' and
15833            not '2VM'"
15834   parameters:
15835   - "throughput"
15836   - "parent"
15837   - "tags"
15838   sort:
15839   - "L2BDMACLRN"
15840   - "L2BDMACLRN"
15841   - "L2BDMACLRN"
15842   - "L2XCFWD"
15843   - "L2XCFWD"
15844   - "L2XCFWD"
15845   traces:
15846     hoverinfo: "x+y"
15847     boxpoints: "outliers"
15848     whiskerwidth: 0
15849   layout:
15850     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15851     layout: "plot-throughput"
15852
15853 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
15854 - type: "plot"
15855   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15856   algorithm: "plot_performance_box"
15857   output-file-type: ".html"
15858   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15859   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15860   filter: "'NIC_Intel-X710' and
15861            '64B' and
15862            'NDRPDR' and
15863            ('ETH' or 'DOT1Q') and
15864            '2T1C' and
15865            ('L2BDMACLRN' or 'L2XCFWD') and
15866            'VHOST_1024' and
15867            not 'CFS_OPT' and
15868            not 'VXLAN' and
15869            not 'IP4FWD' and
15870            not 'LBOND'"
15871   parameters:
15872   - "throughput"
15873   - "parent"
15874   - "tags"
15875   sort:
15876   - "L2BDMACLRN"
15877   - "L2BDMACLRN"
15878   - "L2BDMACLRN"
15879   - "L2XCFWD"
15880   - "L2XCFWD"
15881   - "L2XCFWD"
15882   traces:
15883     hoverinfo: "x+y"
15884     boxpoints: "outliers"
15885     whiskerwidth: 0
15886   layout:
15887     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15888     layout: "plot-throughput"
15889
15890 - type: "plot"
15891   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15892   algorithm: "plot_performance_box"
15893   output-file-type: ".html"
15894   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15895   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15896   filter: "'NIC_Intel-X710' and
15897            '64B' and
15898            'NDRPDR' and
15899            ('ETH' or 'DOT1Q') and
15900            '2T1C' and
15901            ('L2BDMACLRN' or 'L2XCFWD') and
15902            'VHOST_1024' and
15903            not 'CFS_OPT' and
15904            not 'VXLAN' and
15905            not 'IP4FWD' and
15906            not 'LBOND'"
15907   parameters:
15908   - "throughput"
15909   - "parent"
15910   - "tags"
15911   sort:
15912   - "L2BDMACLRN"
15913   - "L2BDMACLRN"
15914   - "L2BDMACLRN"
15915   - "L2XCFWD"
15916   - "L2XCFWD"
15917   - "L2XCFWD"
15918   traces:
15919     hoverinfo: "x+y"
15920     boxpoints: "outliers"
15921     whiskerwidth: 0
15922   layout:
15923     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15924     layout: "plot-throughput"
15925
15926 - type: "plot"
15927   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15928   algorithm: "plot_performance_box"
15929   output-file-type: ".html"
15930   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15931   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15932   filter: "'NIC_Intel-X710' and
15933            '64B' and
15934            'NDRPDR' and
15935            ('ETH' or 'DOT1Q') and
15936            '4T2C' and
15937            ('L2BDMACLRN' or 'L2XCFWD') and
15938            'VHOST_1024' and
15939            not 'CFS_OPT' and
15940            not 'VXLAN' and
15941            not 'IP4FWD' and
15942            not 'LBOND'"
15943   parameters:
15944   - "throughput"
15945   - "parent"
15946   - "tags"
15947   sort:
15948   - "L2BDMACLRN"
15949   - "L2BDMACLRN"
15950   - "L2BDMACLRN"
15951   - "L2XCFWD"
15952   - "L2XCFWD"
15953   - "L2XCFWD"
15954   traces:
15955     hoverinfo: "x+y"
15956     boxpoints: "outliers"
15957     whiskerwidth: 0
15958   layout:
15959     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15960     layout: "plot-throughput"
15961
15962 - type: "plot"
15963   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15964   algorithm: "plot_performance_box"
15965   output-file-type: ".html"
15966   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15967   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15968   filter: "'NIC_Intel-X710' and
15969            '64B' and
15970            'NDRPDR' and
15971            ('ETH' or 'DOT1Q') and
15972            '4T2C' and
15973            ('L2BDMACLRN' or 'L2XCFWD') and
15974            'VHOST_1024' and
15975            not 'CFS_OPT' and
15976            not 'VXLAN' and
15977            not 'IP4FWD' and
15978            not 'LBOND'"
15979   parameters:
15980   - "throughput"
15981   - "parent"
15982   - "tags"
15983   sort:
15984   - "L2BDMACLRN"
15985   - "L2BDMACLRN"
15986   - "L2BDMACLRN"
15987   - "L2XCFWD"
15988   - "L2XCFWD"
15989   - "L2XCFWD"
15990   traces:
15991     hoverinfo: "x+y"
15992     boxpoints: "outliers"
15993     whiskerwidth: 0
15994   layout:
15995     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15996     layout: "plot-throughput"
15997
15998 # Packet Throughput - VPP vhost ip4 2n-skx-x710
15999 - type: "plot"
16000   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16001   algorithm: "plot_performance_box"
16002   output-file-type: ".html"
16003   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16004   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16005   filter: "'NIC_Intel-X710' and
16006            '64B' and
16007            'NDRPDR' and
16008            'ETH' and
16009            'IP4FWD' and
16010            '2T1C' and
16011            'VHOST_1024' and
16012            not 'VXLAN' and
16013            not 'NF_DENSITY' and
16014            not 'CFS_OPT' and
16015            not 'DOT1Q'"
16016   parameters:
16017   - "throughput"
16018   - "parent"
16019   - "tags"
16020   sort:
16021   - "1VM"
16022   - "2VM"
16023   traces:
16024     hoverinfo: "x+y"
16025     boxpoints: "outliers"
16026     whiskerwidth: 0
16027   layout:
16028     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16029     layout: "plot-throughput"
16030
16031 - type: "plot"
16032   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16033   algorithm: "plot_performance_box"
16034   output-file-type: ".html"
16035   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16036   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16037   filter: "'NIC_Intel-X710' and
16038            '64B' and
16039            'NDRPDR' and
16040            'ETH' and
16041            'IP4FWD' and
16042            '4T2C' and
16043            'VHOST_1024' and
16044            not 'VXLAN' and
16045            not 'NF_DENSITY' and
16046            not 'CFS_OPT' and
16047            not 'DOT1Q'"
16048   parameters:
16049   - "throughput"
16050   - "parent"
16051   - "tags"
16052   sort:
16053   - "1VM"
16054   - "2VM"
16055   traces:
16056     hoverinfo: "x+y"
16057     boxpoints: "outliers"
16058     whiskerwidth: 0
16059   layout:
16060     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16061     layout: "plot-throughput"
16062
16063 - type: "plot"
16064   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16065   algorithm: "plot_performance_box"
16066   output-file-type: ".html"
16067   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16068   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16069   filter: "'NIC_Intel-X710' and
16070            '64B' and
16071            'NDRPDR' and
16072            'ETH' and
16073            'IP4FWD' and
16074            '2T1C' and
16075            'VHOST_1024' and
16076            not 'VXLAN' and
16077            not 'NF_DENSITY' and
16078            not 'CFS_OPT' and
16079            not 'DOT1Q'"
16080   parameters:
16081   - "throughput"
16082   - "parent"
16083   - "tags"
16084   sort:
16085   - "1VM"
16086   - "2VM"
16087   traces:
16088     hoverinfo: "x+y"
16089     boxpoints: "outliers"
16090     whiskerwidth: 0
16091   layout:
16092     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16093     layout: "plot-throughput"
16094
16095 - type: "plot"
16096   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16097   algorithm: "plot_performance_box"
16098   output-file-type: ".html"
16099   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16100   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16101   filter: "'NIC_Intel-X710' and
16102            '64B' and
16103            'NDRPDR' and
16104            'ETH' and
16105            'IP4FWD' and
16106            '4T2C' and
16107            'VHOST_1024' and
16108            not 'VXLAN' and
16109            not 'NF_DENSITY' and
16110            not 'CFS_OPT' and
16111            not 'DOT1Q'"
16112   parameters:
16113   - "throughput"
16114   - "parent"
16115   - "tags"
16116   sort:
16117   - "1VM"
16118   - "2VM"
16119   traces:
16120     hoverinfo: "x+y"
16121     boxpoints: "outliers"
16122     whiskerwidth: 0
16123   layout:
16124     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16125     layout: "plot-throughput"
16126
16127 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
16128 - type: "plot"
16129   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16130   algorithm: "plot_performance_box"
16131   output-file-type: ".html"
16132   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16133   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16134   filter: "'NIC_Intel-X710' and
16135            '64B' and
16136            'NDRPDR' and
16137            ('ETH' or 'DOT1Q') and
16138            'BASE' and
16139            '2T1C' and
16140            ('L2BDMACLRN' or 'L2XCFWD') and
16141            'VHOST_1024' and
16142            not 'VXLAN' and
16143            not 'NF_DENSITY' and
16144            not 'IP4FWD' and
16145            not '2VM'"
16146   parameters:
16147   - "throughput"
16148   - "parent"
16149   - "tags"
16150 #  sort:
16151 #  - "not CFS_OPT"
16152 #  - "L2XCFWD"
16153 #  - "not CFS_OPT"
16154 #  - "CFS_OPT"
16155   traces:
16156     hoverinfo: "x+y"
16157     boxpoints: "outliers"
16158     whiskerwidth: 0
16159   layout:
16160     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16161     layout: "plot-throughput"
16162
16163 - type: "plot"
16164   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16165   algorithm: "plot_performance_box"
16166   output-file-type: ".html"
16167   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16168   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16169   filter: "'NIC_Intel-X710' and
16170            '64B' and
16171            'NDRPDR' and
16172            ('ETH' or 'DOT1Q') and
16173            'BASE' and
16174            '2T1C' and
16175            ('L2BDMACLRN' or 'L2XCFWD') and
16176            'VHOST_1024' and
16177            not 'VXLAN' and
16178            not 'NF_DENSITY' and
16179            not 'IP4FWD' and
16180            not '2VM'"
16181   parameters:
16182   - "throughput"
16183   - "parent"
16184   - "tags"
16185 #  sort:
16186 #  - "not CFS_OPT"
16187 #  - "L2XCFWD"
16188 #  - "not CFS_OPT"
16189 #  - "CFS_OPT"
16190   traces:
16191     hoverinfo: "x+y"
16192     boxpoints: "outliers"
16193     whiskerwidth: 0
16194   layout:
16195     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16196     layout: "plot-throughput"
16197
16198 - type: "plot"
16199   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16200   algorithm: "plot_performance_box"
16201   output-file-type: ".html"
16202   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16203   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16204   filter: "'NIC_Intel-X710' and
16205            '64B' and
16206            'NDRPDR' and
16207            ('ETH' or 'DOT1Q') and
16208            'BASE' and
16209            '4T2C' and
16210            ('L2BDMACLRN' or 'L2XCFWD') and
16211            'VHOST_1024' and
16212            not 'VXLAN' and
16213            not 'NF_DENSITY' and
16214            not 'IP4FWD' and
16215            not '2VM'"
16216   parameters:
16217   - "throughput"
16218   - "parent"
16219   - "tags"
16220 #  sort:
16221 #  - "not CFS_OPT"
16222 #  - "L2XCFWD"
16223 #  - "not CFS_OPT"
16224 #  - "CFS_OPT"
16225   traces:
16226     hoverinfo: "x+y"
16227     boxpoints: "outliers"
16228     whiskerwidth: 0
16229   layout:
16230     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16231     layout: "plot-throughput"
16232
16233 - type: "plot"
16234   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16235   algorithm: "plot_performance_box"
16236   output-file-type: ".html"
16237   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16238   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16239   filter: "'NIC_Intel-X710' and
16240            '64B' and
16241            'NDRPDR' and
16242            ('ETH' or 'DOT1Q') and
16243            'BASE' and
16244            '4T2C' and
16245            ('L2BDMACLRN' or 'L2XCFWD') and
16246            'VHOST_1024' and
16247            not 'VXLAN' and
16248            not 'NF_DENSITY' and
16249            not 'IP4FWD' and
16250            not '2VM'"
16251   parameters:
16252   - "throughput"
16253   - "parent"
16254   - "tags"
16255 #  sort:
16256 #  - "not CFS_OPT"
16257 #  - "L2XCFWD"
16258 #  - "not CFS_OPT"
16259 #  - "CFS_OPT"
16260   traces:
16261     hoverinfo: "x+y"
16262     boxpoints: "outliers"
16263     whiskerwidth: 0
16264   layout:
16265     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16266     layout: "plot-throughput"
16267
16268 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
16269 - type: "plot"
16270   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16271   algorithm: "plot_performance_box"
16272   output-file-type: ".html"
16273   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16274   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16275   filter: "'NIC_Intel-X710' and
16276            '64B' and
16277            'NDRPDR' and
16278            ('ETH' or 'DOT1Q') and
16279            '2T1C' and
16280            ('L2BDMACLRN' or 'L2XCFWD') and
16281            'VHOST_1024' and
16282            not 'CFS_OPT' and
16283            not 'VXLAN' and
16284            not 'NF_DENSITY' and
16285            not 'DOT1Q' and
16286            not 'IP4FWD'"
16287   parameters:
16288   - "throughput"
16289   - "parent"
16290   - "tags"
16291 #  sort:
16292 #  - "1VM"
16293 #  - "L2XCFWD"
16294 #  - "1VM"
16295 #  - "L2BDMACLRN"
16296   traces:
16297     hoverinfo: "x+y"
16298     boxpoints: "outliers"
16299     whiskerwidth: 0
16300   layout:
16301     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16302     layout: "plot-throughput"
16303
16304 - type: "plot"
16305   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16306   algorithm: "plot_performance_box"
16307   output-file-type: ".html"
16308   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16309   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16310   filter: "'NIC_Intel-X710' and
16311            '64B' and
16312            'NDRPDR' and
16313            ('ETH' or 'DOT1Q') and
16314            '2T1C' and
16315            ('L2BDMACLRN' or 'L2XCFWD') and
16316            'VHOST_1024' and
16317            not 'CFS_OPT' and
16318            not 'VXLAN' and
16319            not 'NF_DENSITY' and
16320            not 'DOT1Q' and
16321            not 'IP4FWD'"
16322   parameters:
16323   - "throughput"
16324   - "parent"
16325   - "tags"
16326 #  sort:
16327 #  - "1VM"
16328 #  - "L2XCFWD"
16329 #  - "1VM"
16330 #  - "L2BDMACLRN"
16331   traces:
16332     hoverinfo: "x+y"
16333     boxpoints: "outliers"
16334     whiskerwidth: 0
16335   layout:
16336     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16337     layout: "plot-throughput"
16338
16339 - type: "plot"
16340   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16341   algorithm: "plot_performance_box"
16342   output-file-type: ".html"
16343   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16344   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16345   filter: "'NIC_Intel-X710' and
16346            '64B' and
16347            'NDRPDR' and
16348            ('ETH' or 'DOT1Q') and
16349            '4T2C' and
16350            ('L2BDMACLRN' or 'L2XCFWD') and
16351            'VHOST_1024' and
16352            not 'CFS_OPT' and
16353            not 'VXLAN' and
16354            not 'NF_DENSITY' and
16355            not 'DOT1Q' and
16356            not 'IP4FWD'"
16357   parameters:
16358   - "throughput"
16359   - "parent"
16360   - "tags"
16361 #  sort:
16362 #  - "1VM"
16363 #  - "L2XCFWD"
16364 #  - "1VM"
16365 #  - "L2BDMACLRN"
16366   traces:
16367     hoverinfo: "x+y"
16368     boxpoints: "outliers"
16369     whiskerwidth: 0
16370   layout:
16371     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16372     layout: "plot-throughput"
16373
16374 - type: "plot"
16375   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16376   algorithm: "plot_performance_box"
16377   output-file-type: ".html"
16378   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16379   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16380   filter: "'NIC_Intel-X710' and
16381            '64B' and
16382            'NDRPDR' and
16383            ('ETH' or 'DOT1Q') and
16384            '4T2C' and
16385            ('L2BDMACLRN' or 'L2XCFWD') and
16386            'VHOST_1024' and
16387            not 'CFS_OPT' and
16388            not 'VXLAN' and
16389            not 'NF_DENSITY' and
16390            not 'DOT1Q' and
16391            not 'IP4FWD'"
16392   parameters:
16393   - "throughput"
16394   - "parent"
16395   - "tags"
16396 #  sort:
16397 #  - "1VM"
16398 #  - "L2XCFWD"
16399 #  - "1VM"
16400 #  - "L2BDMACLRN"
16401   traces:
16402     hoverinfo: "x+y"
16403     boxpoints: "outliers"
16404     whiskerwidth: 0
16405   layout:
16406     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16407     layout: "plot-throughput"
16408
16409 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
16410 - type: "plot"
16411   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16412   algorithm: "plot_performance_box"
16413   output-file-type: ".html"
16414   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16415   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16416   filter: "'NIC_Intel-XXV710' and
16417            '64B' and
16418            'NDRPDR' and
16419            'ETH' and
16420            'IP4FWD' and
16421            '2T1C' and
16422            'VHOST_1024' and
16423            not 'VXLAN' and
16424            not 'CFS_OPT' and
16425            not 'DOT1Q'"
16426   parameters:
16427   - "throughput"
16428   - "parent"
16429   - "tags"
16430   sort:
16431   - "1VM"
16432   - "2VM"
16433   traces:
16434     hoverinfo: "x+y"
16435     boxpoints: "outliers"
16436     whiskerwidth: 0
16437   layout:
16438     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16439     layout: "plot-throughput"
16440
16441 - type: "plot"
16442   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16443   algorithm: "plot_performance_box"
16444   output-file-type: ".html"
16445   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16446   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16447   filter: "'NIC_Intel-XXV710' and
16448            '64B' and
16449            'NDRPDR' and
16450            'ETH' and
16451            'IP4FWD' and
16452            '4T2C' and
16453            'VHOST_1024' and
16454            not 'VXLAN' and
16455            not 'CFS_OPT' and
16456            not 'DOT1Q'"
16457   parameters:
16458   - "throughput"
16459   - "parent"
16460   - "tags"
16461   sort:
16462   - "1VM"
16463   - "2VM"
16464   traces:
16465     hoverinfo: "x+y"
16466     boxpoints: "outliers"
16467     whiskerwidth: 0
16468   layout:
16469     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16470     layout: "plot-throughput"
16471
16472 - type: "plot"
16473   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16474   algorithm: "plot_performance_box"
16475   output-file-type: ".html"
16476   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16477   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16478   filter: "'NIC_Intel-XXV710' and
16479            '64B' and
16480            'NDRPDR' and
16481            'ETH' and
16482            'IP4FWD' and
16483            '2T1C' and
16484            'VHOST_1024' and
16485            not 'VXLAN' and
16486            not 'CFS_OPT' and
16487            not 'DOT1Q'"
16488   parameters:
16489   - "throughput"
16490   - "parent"
16491   - "tags"
16492   sort:
16493   - "1VM"
16494   - "2VM"
16495   traces:
16496     hoverinfo: "x+y"
16497     boxpoints: "outliers"
16498     whiskerwidth: 0
16499   layout:
16500     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16501     layout: "plot-throughput"
16502
16503 - type: "plot"
16504   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16505   algorithm: "plot_performance_box"
16506   output-file-type: ".html"
16507   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16508   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16509   filter: "'NIC_Intel-XXV710' and
16510            '64B' and
16511            'NDRPDR' and
16512            'ETH' and
16513            'IP4FWD' and
16514            '4T2C' and
16515            'VHOST_1024' and
16516            not 'VXLAN' and
16517            not 'CFS_OPT' and
16518            not 'DOT1Q'"
16519   parameters:
16520   - "throughput"
16521   - "parent"
16522   - "tags"
16523   sort:
16524   - "1VM"
16525   - "2VM"
16526   traces:
16527     hoverinfo: "x+y"
16528     boxpoints: "outliers"
16529     whiskerwidth: 0
16530   layout:
16531     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16532     layout: "plot-throughput"
16533
16534 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
16535 #- type: "plot"
16536 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16537 #  algorithm: "plot_performance_box"
16538 #  output-file-type: ".html"
16539 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16540 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16541 #  filter: "'NIC_Intel-XXV710' and
16542 #           '64B' and
16543 #           'NDRPDR' and
16544 #           ('ETH' or 'DOT1Q') and
16545 #           'BASE' and
16546 #           '2T1C' and
16547 #           ('L2BDMACLRN' or 'L2XCFWD') and
16548 #           'VHOST_1024' and
16549 #           not 'VXLAN' and
16550 #           not 'IP4FWD' and
16551 #           not '2VM'"
16552 #  parameters:
16553 #  - "throughput"
16554 #  - "parent"
16555 #  - "tags"
16556 ##  sort:
16557 ##  - "not CFS_OPT"
16558 ##  - "L2XCFWD"
16559 ##  - "not CFS_OPT"
16560 ##  - "CFS_OPT"
16561 #  traces:
16562 #    hoverinfo: "x+y"
16563 #    boxpoints: "outliers"
16564 #    whiskerwidth: 0
16565 #  layout:
16566 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16567 #    layout: "plot-throughput"
16568 #
16569 #- type: "plot"
16570 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16571 #  algorithm: "plot_performance_box"
16572 #  output-file-type: ".html"
16573 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16574 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16575 #  filter: "'NIC_Intel-XXV710' and
16576 #           '64B' and
16577 #           'NDRPDR' and
16578 #           ('ETH' or 'DOT1Q') and
16579 #           'BASE' and
16580 #           '2T1C' and
16581 #           ('L2BDMACLRN' or 'L2XCFWD') and
16582 #           'VHOST_1024' and
16583 #           not 'VXLAN' and
16584 #           not 'IP4FWD' and
16585 #           not '2VM'"
16586 #  parameters:
16587 #  - "throughput"
16588 #  - "parent"
16589 #  - "tags"
16590 ##  sort:
16591 ##  - "not CFS_OPT"
16592 ##  - "L2XCFWD"
16593 ##  - "not CFS_OPT"
16594 ##  - "CFS_OPT"
16595 #  traces:
16596 #    hoverinfo: "x+y"
16597 #    boxpoints: "outliers"
16598 #    whiskerwidth: 0
16599 #  layout:
16600 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16601 #    layout: "plot-throughput"
16602 #
16603 #- type: "plot"
16604 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16605 #  algorithm: "plot_performance_box"
16606 #  output-file-type: ".html"
16607 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16608 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16609 #  filter: "'NIC_Intel-XXV710' and
16610 #           '64B' and
16611 #           'NDRPDR' and
16612 #           ('ETH' or 'DOT1Q') and
16613 #           'BASE' and
16614 #           '4T2C' and
16615 #           ('L2BDMACLRN' or 'L2XCFWD') and
16616 #           'VHOST_1024' and
16617 #           not 'VXLAN' and
16618 #           not 'IP4FWD' and
16619 #           not '2VM'"
16620 #  parameters:
16621 #  - "throughput"
16622 #  - "parent"
16623 #  - "tags"
16624 ##  sort:
16625 ##  - "not CFS_OPT"
16626 ##  - "L2XCFWD"
16627 ##  - "not CFS_OPT"
16628 ##  - "CFS_OPT"
16629 #  traces:
16630 #    hoverinfo: "x+y"
16631 #    boxpoints: "outliers"
16632 #    whiskerwidth: 0
16633 #  layout:
16634 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16635 #    layout: "plot-throughput"
16636 #
16637 #- type: "plot"
16638 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16639 #  algorithm: "plot_performance_box"
16640 #  output-file-type: ".html"
16641 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16642 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16643 #  filter: "'NIC_Intel-XXV710' and
16644 #           '64B' and
16645 #           'NDRPDR' and
16646 #           ('ETH' or 'DOT1Q') and
16647 #           'BASE' and
16648 #           '4T2C' and
16649 #           ('L2BDMACLRN' or 'L2XCFWD') and
16650 #           'VHOST_1024' and
16651 #           not 'VXLAN' and
16652 #           not 'IP4FWD' and
16653 #           not '2VM'"
16654 #  parameters:
16655 #  - "throughput"
16656 #  - "parent"
16657 #  - "tags"
16658 ##  sort:
16659 ##  - "not CFS_OPT"
16660 ##  - "L2XCFWD"
16661 ##  - "not CFS_OPT"
16662 ##  - "CFS_OPT"
16663 #  traces:
16664 #    hoverinfo: "x+y"
16665 #    boxpoints: "outliers"
16666 #    whiskerwidth: 0
16667 #  layout:
16668 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16669 #    layout: "plot-throughput"
16670 #
16671 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
16672 #- type: "plot"
16673 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16674 #  algorithm: "plot_performance_box"
16675 #  output-file-type: ".html"
16676 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16677 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16678 #  filter: "'NIC_Intel-XXV710' and
16679 #           '64B' and
16680 #           'NDRPDR' and
16681 #           ('ETH' or 'DOT1Q') and
16682 #           '2T1C' and
16683 #           ('L2BDMACLRN' or 'L2XCFWD') and
16684 #           'VHOST_1024' and
16685 #           not 'CFS_OPT' and
16686 #           not 'VXLAN' and
16687 #           not 'DOT1Q' and
16688 #           not 'IP4FWD'"
16689 #  parameters:
16690 #  - "throughput"
16691 #  - "parent"
16692 #  - "tags"
16693 ##  sort:
16694 ##  - "1VM"
16695 ##  - "L2XCFWD"
16696 ##  - "1VM"
16697 ##  - "L2BDMACLRN"
16698 #  traces:
16699 #    hoverinfo: "x+y"
16700 #    boxpoints: "outliers"
16701 #    whiskerwidth: 0
16702 #  layout:
16703 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16704 #    layout: "plot-throughput"
16705 #
16706 #- type: "plot"
16707 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16708 #  algorithm: "plot_performance_box"
16709 #  output-file-type: ".html"
16710 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16711 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16712 #  filter: "'NIC_Intel-XXV710' and
16713 #           '64B' and
16714 #           'NDRPDR' and
16715 #           ('ETH' or 'DOT1Q') and
16716 #           '2T1C' and
16717 #           ('L2BDMACLRN' or 'L2XCFWD') and
16718 #           'VHOST_1024' and
16719 #           not 'CFS_OPT' and
16720 #           not 'VXLAN' and
16721 #           not 'DOT1Q' and
16722 #           not 'IP4FWD'"
16723 #  parameters:
16724 #  - "throughput"
16725 #  - "parent"
16726 #  - "tags"
16727 ##  sort:
16728 ##  - "1VM"
16729 ##  - "L2XCFWD"
16730 ##  - "1VM"
16731 ##  - "L2BDMACLRN"
16732 #  traces:
16733 #    hoverinfo: "x+y"
16734 #    boxpoints: "outliers"
16735 #    whiskerwidth: 0
16736 #  layout:
16737 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16738 #    layout: "plot-throughput"
16739 #
16740 #- type: "plot"
16741 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16742 #  algorithm: "plot_performance_box"
16743 #  output-file-type: ".html"
16744 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16745 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16746 #  filter: "'NIC_Intel-XXV710' and
16747 #           '64B' and
16748 #           'NDRPDR' and
16749 #           ('ETH' or 'DOT1Q') and
16750 #           '4T2C' and
16751 #           ('L2BDMACLRN' or 'L2XCFWD') and
16752 #           'VHOST_1024' and
16753 #           not 'CFS_OPT' and
16754 #           not 'VXLAN' and
16755 #           not 'DOT1Q' and
16756 #           not 'IP4FWD'"
16757 #  parameters:
16758 #  - "throughput"
16759 #  - "parent"
16760 #  - "tags"
16761 ##  sort:
16762 ##  - "1VM"
16763 ##  - "L2XCFWD"
16764 ##  - "1VM"
16765 ##  - "L2BDMACLRN"
16766 #  traces:
16767 #    hoverinfo: "x+y"
16768 #    boxpoints: "outliers"
16769 #    whiskerwidth: 0
16770 #  layout:
16771 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16772 #    layout: "plot-throughput"
16773 #
16774 #- type: "plot"
16775 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16776 #  algorithm: "plot_performance_box"
16777 #  output-file-type: ".html"
16778 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16779 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16780 #  filter: "'NIC_Intel-XXV710' and
16781 #           '64B' and
16782 #           'NDRPDR' and
16783 #           ('ETH' or 'DOT1Q') and
16784 #           '4T2C' and
16785 #           ('L2BDMACLRN' or 'L2XCFWD') and
16786 #           'VHOST_1024' and
16787 #           not 'CFS_OPT' and
16788 #           not 'VXLAN' and
16789 #           not 'DOT1Q' and
16790 #           not 'IP4FWD'"
16791 #  parameters:
16792 #  - "throughput"
16793 #  - "parent"
16794 #  - "tags"
16795 ##  sort:
16796 ##  - "1VM"
16797 ##  - "L2XCFWD"
16798 ##  - "1VM"
16799 ##  - "L2BDMACLRN"
16800 #  traces:
16801 #    hoverinfo: "x+y"
16802 #    boxpoints: "outliers"
16803 #    whiskerwidth: 0
16804 #  layout:
16805 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16806 #    layout: "plot-throughput"
16807
16808 ################################################################################
16809
16810 # Packet Throughput - VPP VTS 3n-hsw-x520
16811 - type: "plot"
16812   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
16813   algorithm: "plot_performance_box"
16814   output-file-type: ".html"
16815   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
16816   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16817   filter: "'NIC_Intel-X520-DA2' and
16818            '114B' and
16819            'NDRPDR' and
16820            '1T1C' and
16821            'VTS'"
16822   parameters:
16823   - "throughput"
16824   - "parent"
16825   - "tags"
16826   traces:
16827     hoverinfo: "x+y"
16828     boxpoints: "outliers"
16829     whiskerwidth: 0
16830   layout:
16831     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
16832     layout: "plot-throughput"
16833
16834 - type: "plot"
16835   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
16836   algorithm: "plot_performance_box"
16837   output-file-type: ".html"
16838   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
16839   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16840   filter: "'NIC_Intel-X520-DA2' and
16841            '114B' and
16842            'NDRPDR' and
16843            '2T2C' and
16844            'VTS'"
16845   parameters:
16846   - "throughput"
16847   - "parent"
16848   - "tags"
16849   traces:
16850     hoverinfo: "x+y"
16851     boxpoints: "outliers"
16852     whiskerwidth: 0
16853   layout:
16854     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
16855     layout: "plot-throughput"
16856
16857 - type: "plot"
16858   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
16859   algorithm: "plot_performance_box"
16860   output-file-type: ".html"
16861   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
16862   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16863   filter: "'NIC_Intel-X520-DA2' and
16864            '114B' and
16865            'NDRPDR' and
16866            '1T1C' and
16867            'VTS'"
16868   parameters:
16869   - "throughput"
16870   - "parent"
16871   - "tags"
16872   traces:
16873     hoverinfo: "x+y"
16874     boxpoints: "outliers"
16875     whiskerwidth: 0
16876   layout:
16877     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
16878     layout: "plot-throughput"
16879
16880 - type: "plot"
16881   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
16882   algorithm: "plot_performance_box"
16883   output-file-type: ".html"
16884   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
16885   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16886   filter: "'NIC_Intel-X520-DA2' and
16887            '114B' and
16888            'NDRPDR' and
16889            '2T2C' and
16890            'VTS'"
16891   parameters:
16892   - "throughput"
16893   - "parent"
16894   - "tags"
16895   traces:
16896     hoverinfo: "x+y"
16897     boxpoints: "outliers"
16898     whiskerwidth: 0
16899   layout:
16900     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
16901     layout: "plot-throughput"
16902
16903 ################################################################################
16904
16905 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
16906 - type: "plot"
16907   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16908   algorithm: "plot_performance_box"
16909   output-file-type: ".html"
16910   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16911   data: "plot-dpdk-throughput-latency-3n-hsw"
16912   filter: "'NIC_Intel-X520-DA2' and
16913            '64B' and
16914            'BASE' and
16915            'NDRPDR' and
16916            '1T1C' and
16917            'IP4FWD'"
16918   parameters:
16919   - "throughput"
16920   - "parent"
16921   - "tags"
16922   traces:
16923     hoverinfo: "x+y"
16924     boxpoints: "outliers"
16925     whiskerwidth: 0
16926   layout:
16927     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16928     layout: "plot-throughput"
16929
16930 - type: "plot"
16931   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16932   algorithm: "plot_performance_box"
16933   output-file-type: ".html"
16934   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16935   data: "plot-dpdk-throughput-latency-3n-hsw"
16936   filter: "'NIC_Intel-X520-DA2' and
16937            '64B' and
16938            'BASE' and
16939            'NDRPDR' and
16940            '2T2C' and
16941            'IP4FWD'"
16942   parameters:
16943   - "throughput"
16944   - "parent"
16945   - "tags"
16946   traces:
16947     hoverinfo: "x+y"
16948     boxpoints: "outliers"
16949     whiskerwidth: 0
16950   layout:
16951     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16952     layout: "plot-throughput"
16953
16954 - type: "plot"
16955   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16956   algorithm: "plot_performance_box"
16957   output-file-type: ".html"
16958   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16959   data: "plot-dpdk-throughput-latency-3n-hsw"
16960   filter: "'NIC_Intel-X520-DA2' and
16961            '64B' and
16962            'BASE' and
16963            'NDRPDR' and
16964            '1T1C' and
16965            'IP4FWD'"
16966   parameters:
16967   - "throughput"
16968   - "parent"
16969   - "tags"
16970   traces:
16971     hoverinfo: "x+y"
16972     boxpoints: "outliers"
16973     whiskerwidth: 0
16974   layout:
16975     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16976     layout: "plot-throughput"
16977
16978 - type: "plot"
16979   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16980   algorithm: "plot_performance_box"
16981   output-file-type: ".html"
16982   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16983   data: "plot-dpdk-throughput-latency-3n-hsw"
16984   filter: "'NIC_Intel-X520-DA2' and
16985            '64B' and
16986            'BASE' and
16987            'NDRPDR' and
16988            '2T2C' and
16989            'IP4FWD'"
16990   parameters:
16991   - "throughput"
16992   - "parent"
16993   - "tags"
16994   traces:
16995     hoverinfo: "x+y"
16996     boxpoints: "outliers"
16997     whiskerwidth: 0
16998   layout:
16999     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17000     layout: "plot-throughput"
17001
17002 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
17003 - type: "plot"
17004   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17005   algorithm: "plot_performance_box"
17006   output-file-type: ".html"
17007   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17008   data: "plot-dpdk-throughput-latency-3n-hsw"
17009   filter: "'NIC_Intel-X710' and
17010            '64B' and
17011            'BASE' and
17012            'NDRPDR' and
17013            '1T1C' and
17014            'IP4FWD'"
17015   parameters:
17016   - "throughput"
17017   - "parent"
17018   - "tags"
17019   traces:
17020     hoverinfo: "x+y"
17021     boxpoints: "outliers"
17022     whiskerwidth: 0
17023   layout:
17024     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17025     layout: "plot-throughput"
17026
17027 - type: "plot"
17028   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17029   algorithm: "plot_performance_box"
17030   output-file-type: ".html"
17031   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17032   data: "plot-dpdk-throughput-latency-3n-hsw"
17033   filter: "'NIC_Intel-X710' and
17034            '64B' and
17035            'BASE' and
17036            'NDRPDR' and
17037            '2T2C' and
17038            'IP4FWD'"
17039   parameters:
17040   - "throughput"
17041   - "parent"
17042   - "tags"
17043   traces:
17044     hoverinfo: "x+y"
17045     boxpoints: "outliers"
17046     whiskerwidth: 0
17047   layout:
17048     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17049     layout: "plot-throughput"
17050
17051 - type: "plot"
17052   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17053   algorithm: "plot_performance_box"
17054   output-file-type: ".html"
17055   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17056   data: "plot-dpdk-throughput-latency-3n-hsw"
17057   filter: "'NIC_Intel-X710' and
17058            '64B' and
17059            'BASE' and
17060            'NDRPDR' and
17061            '1T1C' and
17062            'IP4FWD'"
17063   parameters:
17064   - "throughput"
17065   - "parent"
17066   - "tags"
17067   traces:
17068     hoverinfo: "x+y"
17069     boxpoints: "outliers"
17070     whiskerwidth: 0
17071   layout:
17072     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17073     layout: "plot-throughput"
17074
17075 - type: "plot"
17076   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17077   algorithm: "plot_performance_box"
17078   output-file-type: ".html"
17079   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17080   data: "plot-dpdk-throughput-latency-3n-hsw"
17081   filter: "'NIC_Intel-X710' and
17082            '64B' and
17083            'BASE' and
17084            'NDRPDR' and
17085            '2T2C' and
17086            'IP4FWD'"
17087   parameters:
17088   - "throughput"
17089   - "parent"
17090   - "tags"
17091   traces:
17092     hoverinfo: "x+y"
17093     boxpoints: "outliers"
17094     whiskerwidth: 0
17095   layout:
17096     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17097     layout: "plot-throughput"
17098
17099 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
17100 - type: "plot"
17101   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17102   algorithm: "plot_performance_box"
17103   output-file-type: ".html"
17104   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17105   data: "plot-dpdk-throughput-latency-3n-hsw"
17106   filter: "'NIC_Intel-XL710' and
17107            '64B' and
17108            'BASE' and
17109            'NDRPDR' and
17110            '1T1C' and
17111            'IP4FWD'"
17112   parameters:
17113   - "throughput"
17114   - "parent"
17115   - "tags"
17116   traces:
17117     hoverinfo: "x+y"
17118     boxpoints: "outliers"
17119     whiskerwidth: 0
17120   layout:
17121     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17122     layout: "plot-throughput"
17123
17124 - type: "plot"
17125   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17126   algorithm: "plot_performance_box"
17127   output-file-type: ".html"
17128   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17129   data: "plot-dpdk-throughput-latency-3n-hsw"
17130   filter: "'NIC_Intel-XL710' and
17131            '64B' and
17132            'BASE' and
17133            'NDRPDR' and
17134            '2T2C' and
17135            'IP4FWD'"
17136   parameters:
17137   - "throughput"
17138   - "parent"
17139   - "tags"
17140   traces:
17141     hoverinfo: "x+y"
17142     boxpoints: "outliers"
17143     whiskerwidth: 0
17144   layout:
17145     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17146     layout: "plot-throughput"
17147
17148 - type: "plot"
17149   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17150   algorithm: "plot_performance_box"
17151   output-file-type: ".html"
17152   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17153   data: "plot-dpdk-throughput-latency-3n-hsw"
17154   filter: "'NIC_Intel-XL710' and
17155            '64B' and
17156            'BASE' and
17157            'NDRPDR' and
17158            '1T1C' and
17159            'IP4FWD'"
17160   parameters:
17161   - "throughput"
17162   - "parent"
17163   - "tags"
17164   traces:
17165     hoverinfo: "x+y"
17166     boxpoints: "outliers"
17167     whiskerwidth: 0
17168   layout:
17169     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17170     layout: "plot-throughput"
17171
17172 - type: "plot"
17173   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17174   algorithm: "plot_performance_box"
17175   output-file-type: ".html"
17176   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17177   data: "plot-dpdk-throughput-latency-3n-hsw"
17178   filter: "'NIC_Intel-XL710' and
17179            '64B' and
17180            'BASE' and
17181            'NDRPDR' and
17182            '2T2C' and
17183            'IP4FWD'"
17184   parameters:
17185   - "throughput"
17186   - "parent"
17187   - "tags"
17188   traces:
17189     hoverinfo: "x+y"
17190     boxpoints: "outliers"
17191     whiskerwidth: 0
17192   layout:
17193     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17194     layout: "plot-throughput"
17195
17196 # Packet Throughput - DPDK l3fwd 3n-skx-x710
17197 - type: "plot"
17198   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17199   algorithm: "plot_performance_box"
17200   output-file-type: ".html"
17201   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17202   data: "plot-dpdk-throughput-latency-3n-skx"
17203   filter: "'NIC_Intel-X710' and
17204            '64B' and
17205            'BASE' and
17206            'NDRPDR' and
17207            '2T1C' and
17208            'IP4FWD'"
17209   parameters:
17210   - "throughput"
17211   - "parent"
17212   - "tags"
17213   traces:
17214     hoverinfo: "x+y"
17215     boxpoints: "outliers"
17216     whiskerwidth: 0
17217   layout:
17218     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17219     layout: "plot-throughput"
17220
17221 - type: "plot"
17222   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17223   algorithm: "plot_performance_box"
17224   output-file-type: ".html"
17225   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17226   data: "plot-dpdk-throughput-latency-3n-skx"
17227   filter: "'NIC_Intel-X710' and
17228            '64B' and
17229            'BASE' and
17230            'NDRPDR' and
17231            '4T2C' and
17232            'IP4FWD'"
17233   parameters:
17234   - "throughput"
17235   - "parent"
17236   - "tags"
17237   traces:
17238     hoverinfo: "x+y"
17239     boxpoints: "outliers"
17240     whiskerwidth: 0
17241   layout:
17242     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17243     layout: "plot-throughput"
17244
17245 - type: "plot"
17246   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17247   algorithm: "plot_performance_box"
17248   output-file-type: ".html"
17249   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17250   data: "plot-dpdk-throughput-latency-3n-skx"
17251   filter: "'NIC_Intel-X710' and
17252            '64B' and
17253            'BASE' and
17254            'NDRPDR' and
17255            '2T1C' and
17256            'IP4FWD'"
17257   parameters:
17258   - "throughput"
17259   - "parent"
17260   - "tags"
17261   traces:
17262     hoverinfo: "x+y"
17263     boxpoints: "outliers"
17264     whiskerwidth: 0
17265   layout:
17266     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17267     layout: "plot-throughput"
17268
17269 - type: "plot"
17270   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17271   algorithm: "plot_performance_box"
17272   output-file-type: ".html"
17273   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17274   data: "plot-dpdk-throughput-latency-3n-skx"
17275   filter: "'NIC_Intel-X710' and
17276            '64B' and
17277            'BASE' and
17278            'NDRPDR' and
17279            '4T2C' and
17280            'IP4FWD'"
17281   parameters:
17282   - "throughput"
17283   - "parent"
17284   - "tags"
17285   traces:
17286     hoverinfo: "x+y"
17287     boxpoints: "outliers"
17288     whiskerwidth: 0
17289   layout:
17290     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17291     layout: "plot-throughput"
17292
17293 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
17294 - type: "plot"
17295   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17296   algorithm: "plot_performance_box"
17297   output-file-type: ".html"
17298   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17299   data: "plot-dpdk-throughput-latency-3n-skx"
17300   filter: "'NIC_Intel-XXV710' and
17301            '64B' and
17302            'BASE' and
17303            'NDRPDR' and
17304            '2T1C' and
17305            'IP4FWD'"
17306   parameters:
17307   - "throughput"
17308   - "parent"
17309   - "tags"
17310   traces:
17311     hoverinfo: "x+y"
17312     boxpoints: "outliers"
17313     whiskerwidth: 0
17314   layout:
17315     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17316     layout: "plot-throughput"
17317
17318 - type: "plot"
17319   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17320   algorithm: "plot_performance_box"
17321   output-file-type: ".html"
17322   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17323   data: "plot-dpdk-throughput-latency-3n-skx"
17324   filter: "'NIC_Intel-XXV710' and
17325            '64B' and
17326            'BASE' and
17327            'NDRPDR' and
17328            '4T2C' and
17329            'IP4FWD'"
17330   parameters:
17331   - "throughput"
17332   - "parent"
17333   - "tags"
17334   traces:
17335     hoverinfo: "x+y"
17336     boxpoints: "outliers"
17337     whiskerwidth: 0
17338   layout:
17339     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17340     layout: "plot-throughput"
17341
17342 - type: "plot"
17343   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17344   algorithm: "plot_performance_box"
17345   output-file-type: ".html"
17346   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17347   data: "plot-dpdk-throughput-latency-3n-skx"
17348   filter: "'NIC_Intel-XXV710' and
17349            '64B' and
17350            'BASE' and
17351            'NDRPDR' and
17352            '2T1C' and
17353            'IP4FWD'"
17354   parameters:
17355   - "throughput"
17356   - "parent"
17357   - "tags"
17358   traces:
17359     hoverinfo: "x+y"
17360     boxpoints: "outliers"
17361     whiskerwidth: 0
17362   layout:
17363     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17364     layout: "plot-throughput"
17365
17366 - type: "plot"
17367   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17368   algorithm: "plot_performance_box"
17369   output-file-type: ".html"
17370   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17371   data: "plot-dpdk-throughput-latency-3n-skx"
17372   filter: "'NIC_Intel-XXV710' and
17373            '64B' and
17374            'BASE' and
17375            'NDRPDR' and
17376            '4T2C' and
17377            'IP4FWD'"
17378   parameters:
17379   - "throughput"
17380   - "parent"
17381   - "tags"
17382   traces:
17383     hoverinfo: "x+y"
17384     boxpoints: "outliers"
17385     whiskerwidth: 0
17386   layout:
17387     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17388     layout: "plot-throughput"
17389
17390 # Packet Throughput - DPDK l3fwd 2n-skx-x710
17391 - type: "plot"
17392   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17393   algorithm: "plot_performance_box"
17394   output-file-type: ".html"
17395   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17396   data: "plot-dpdk-throughput-latency-2n-skx"
17397   filter: "'NIC_Intel-X710' and
17398            '64B' and
17399            'BASE' and
17400            'NDRPDR' and
17401            '2T1C' and
17402            'IP4FWD'"
17403   parameters:
17404   - "throughput"
17405   - "parent"
17406   - "tags"
17407   traces:
17408     hoverinfo: "x+y"
17409     boxpoints: "outliers"
17410     whiskerwidth: 0
17411   layout:
17412     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17413     layout: "plot-throughput"
17414
17415 - type: "plot"
17416   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17417   algorithm: "plot_performance_box"
17418   output-file-type: ".html"
17419   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17420   data: "plot-dpdk-throughput-latency-2n-skx"
17421   filter: "'NIC_Intel-X710' and
17422            '64B' and
17423            'BASE' and
17424            'NDRPDR' and
17425            '4T2C' and
17426            'IP4FWD'"
17427   parameters:
17428   - "throughput"
17429   - "parent"
17430   - "tags"
17431   traces:
17432     hoverinfo: "x+y"
17433     boxpoints: "outliers"
17434     whiskerwidth: 0
17435   layout:
17436     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17437     layout: "plot-throughput"
17438
17439 - type: "plot"
17440   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17441   algorithm: "plot_performance_box"
17442   output-file-type: ".html"
17443   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17444   data: "plot-dpdk-throughput-latency-2n-skx"
17445   filter: "'NIC_Intel-X710' and
17446            '64B' and
17447            'BASE' and
17448            'NDRPDR' and
17449            '2T1C' and
17450            'IP4FWD'"
17451   parameters:
17452   - "throughput"
17453   - "parent"
17454   - "tags"
17455   traces:
17456     hoverinfo: "x+y"
17457     boxpoints: "outliers"
17458     whiskerwidth: 0
17459   layout:
17460     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17461     layout: "plot-throughput"
17462
17463 - type: "plot"
17464   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17465   algorithm: "plot_performance_box"
17466   output-file-type: ".html"
17467   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17468   data: "plot-dpdk-throughput-latency-2n-skx"
17469   filter: "'NIC_Intel-X710' and
17470            '64B' and
17471            'BASE' and
17472            'NDRPDR' and
17473            '4T2C' and
17474            'IP4FWD'"
17475   parameters:
17476   - "throughput"
17477   - "parent"
17478   - "tags"
17479   traces:
17480     hoverinfo: "x+y"
17481     boxpoints: "outliers"
17482     whiskerwidth: 0
17483   layout:
17484     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17485     layout: "plot-throughput"
17486
17487 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
17488 - type: "plot"
17489   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17490   algorithm: "plot_performance_box"
17491   output-file-type: ".html"
17492   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17493   data: "plot-dpdk-throughput-latency-2n-skx"
17494   filter: "'NIC_Intel-XXV710' and
17495            '64B' and
17496            'BASE' and
17497            'NDRPDR' and
17498            '2T1C' and
17499            'IP4FWD'"
17500   parameters:
17501   - "throughput"
17502   - "parent"
17503   - "tags"
17504   traces:
17505     hoverinfo: "x+y"
17506     boxpoints: "outliers"
17507     whiskerwidth: 0
17508   layout:
17509     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17510     layout: "plot-throughput"
17511
17512 - type: "plot"
17513   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17514   algorithm: "plot_performance_box"
17515   output-file-type: ".html"
17516   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17517   data: "plot-dpdk-throughput-latency-2n-skx"
17518   filter: "'NIC_Intel-XXV710' and
17519            '64B' and
17520            'BASE' and
17521            'NDRPDR' and
17522            '4T2C' and
17523            'IP4FWD'"
17524   parameters:
17525   - "throughput"
17526   - "parent"
17527   - "tags"
17528   traces:
17529     hoverinfo: "x+y"
17530     boxpoints: "outliers"
17531     whiskerwidth: 0
17532   layout:
17533     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17534     layout: "plot-throughput"
17535
17536 - type: "plot"
17537   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17538   algorithm: "plot_performance_box"
17539   output-file-type: ".html"
17540   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17541   data: "plot-dpdk-throughput-latency-2n-skx"
17542   filter: "'NIC_Intel-XXV710' and
17543            '64B' and
17544            'BASE' and
17545            'NDRPDR' and
17546            '2T1C' and
17547            'IP4FWD'"
17548   parameters:
17549   - "throughput"
17550   - "parent"
17551   - "tags"
17552   traces:
17553     hoverinfo: "x+y"
17554     boxpoints: "outliers"
17555     whiskerwidth: 0
17556   layout:
17557     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17558     layout: "plot-throughput"
17559
17560 - type: "plot"
17561   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17562   algorithm: "plot_performance_box"
17563   output-file-type: ".html"
17564   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17565   data: "plot-dpdk-throughput-latency-2n-skx"
17566   filter: "'NIC_Intel-XXV710' and
17567            '64B' and
17568            'BASE' and
17569            'NDRPDR' and
17570            '4T2C' and
17571            'IP4FWD'"
17572   parameters:
17573   - "throughput"
17574   - "parent"
17575   - "tags"
17576   traces:
17577     hoverinfo: "x+y"
17578     boxpoints: "outliers"
17579     whiskerwidth: 0
17580   layout:
17581     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17582     layout: "plot-throughput"
17583
17584 ################################################################################
17585
17586 # Packet Throughput - DPDK testpmd 3n-hsw-x520
17587 - type: "plot"
17588   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17589   algorithm: "plot_performance_box"
17590   output-file-type: ".html"
17591   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17592   data: "plot-dpdk-throughput-latency-3n-hsw"
17593   filter: "'NIC_Intel-X520-DA2' and
17594            '64B' and
17595            'BASE' and
17596            'NDRPDR' and
17597            '1T1C' and
17598            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17599   parameters:
17600   - "throughput"
17601   - "parent"
17602   - "tags"
17603   traces:
17604     hoverinfo: "x+y"
17605     boxpoints: "outliers"
17606     whiskerwidth: 0
17607   layout:
17608     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17609     layout: "plot-throughput"
17610
17611 - type: "plot"
17612   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17613   algorithm: "plot_performance_box"
17614   output-file-type: ".html"
17615   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17616   data: "plot-dpdk-throughput-latency-3n-hsw"
17617   filter: "'NIC_Intel-X520-DA2' and
17618            '64B' and
17619            'BASE' and
17620            'NDRPDR' and
17621            '2T2C' and
17622            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17623   parameters:
17624   - "throughput"
17625   - "parent"
17626   - "tags"
17627   traces:
17628     hoverinfo: "x+y"
17629     boxpoints: "outliers"
17630     whiskerwidth: 0
17631   layout:
17632     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17633     layout: "plot-throughput"
17634
17635 - type: "plot"
17636   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17637   algorithm: "plot_performance_box"
17638   output-file-type: ".html"
17639   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17640   data: "plot-dpdk-throughput-latency-3n-hsw"
17641   filter: "'NIC_Intel-X520-DA2' and
17642            '64B' and
17643            'BASE' and
17644            'NDRPDR' and
17645            '1T1C' and
17646            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17647   parameters:
17648   - "throughput"
17649   - "parent"
17650   - "tags"
17651   traces:
17652     hoverinfo: "x+y"
17653     boxpoints: "outliers"
17654     whiskerwidth: 0
17655   layout:
17656     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17657     layout: "plot-throughput"
17658
17659 - type: "plot"
17660   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17661   algorithm: "plot_performance_box"
17662   output-file-type: ".html"
17663   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17664   data: "plot-dpdk-throughput-latency-3n-hsw"
17665   filter: "'NIC_Intel-X520-DA2' and
17666            '64B' and
17667            'BASE' and
17668            'NDRPDR' and
17669            '2T2C' and
17670            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17671   parameters:
17672   - "throughput"
17673   - "parent"
17674   - "tags"
17675   traces:
17676     hoverinfo: "x+y"
17677     boxpoints: "outliers"
17678     whiskerwidth: 0
17679   layout:
17680     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17681     layout: "plot-throughput"
17682
17683 # Packet Throughput - DPDK testpmd 3n-hsw-x710
17684 - type: "plot"
17685   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17686   algorithm: "plot_performance_box"
17687   output-file-type: ".html"
17688   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17689   data: "plot-dpdk-throughput-latency-3n-hsw"
17690   filter: "'NIC_Intel-X710' and
17691            '64B' and
17692            'BASE' and
17693            'NDRPDR' and
17694            '1T1C' and
17695            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17696   parameters:
17697   - "throughput"
17698   - "parent"
17699   - "tags"
17700   traces:
17701     hoverinfo: "x+y"
17702     boxpoints: "outliers"
17703     whiskerwidth: 0
17704   layout:
17705     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17706     layout: "plot-throughput"
17707
17708 - type: "plot"
17709   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17710   algorithm: "plot_performance_box"
17711   output-file-type: ".html"
17712   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17713   data: "plot-dpdk-throughput-latency-3n-hsw"
17714   filter: "'NIC_Intel-X710' and
17715            '64B' and
17716            'BASE' and
17717            'NDRPDR' and
17718            '2T2C' and
17719            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17720   parameters:
17721   - "throughput"
17722   - "parent"
17723   - "tags"
17724   traces:
17725     hoverinfo: "x+y"
17726     boxpoints: "outliers"
17727     whiskerwidth: 0
17728   layout:
17729     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17730     layout: "plot-throughput"
17731
17732 - type: "plot"
17733   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17734   algorithm: "plot_performance_box"
17735   output-file-type: ".html"
17736   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17737   data: "plot-dpdk-throughput-latency-3n-hsw"
17738   filter: "'NIC_Intel-X710' and
17739            '64B' and
17740            'BASE' and
17741            'NDRPDR' and
17742            '1T1C' and
17743            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17744   parameters:
17745   - "throughput"
17746   - "parent"
17747   - "tags"
17748   traces:
17749     hoverinfo: "x+y"
17750     boxpoints: "outliers"
17751     whiskerwidth: 0
17752   layout:
17753     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17754     layout: "plot-throughput"
17755
17756 - type: "plot"
17757   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17758   algorithm: "plot_performance_box"
17759   output-file-type: ".html"
17760   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17761   data: "plot-dpdk-throughput-latency-3n-hsw"
17762   filter: "'NIC_Intel-X710' and
17763            '64B' and
17764            'BASE' and
17765            'NDRPDR' and
17766            '2T2C' and
17767            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17768   parameters:
17769   - "throughput"
17770   - "parent"
17771   - "tags"
17772   traces:
17773     hoverinfo: "x+y"
17774     boxpoints: "outliers"
17775     whiskerwidth: 0
17776   layout:
17777     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17778     layout: "plot-throughput"
17779
17780 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
17781 - type: "plot"
17782   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17783   algorithm: "plot_performance_box"
17784   output-file-type: ".html"
17785   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17786   data: "plot-dpdk-throughput-latency-3n-hsw"
17787   filter: "'NIC_Intel-XL710' and
17788            '64B' and
17789            'BASE' and
17790            'NDRPDR' and
17791            '1T1C' and
17792            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17793   parameters:
17794   - "throughput"
17795   - "parent"
17796   - "tags"
17797   traces:
17798     hoverinfo: "x+y"
17799     boxpoints: "outliers"
17800     whiskerwidth: 0
17801   layout:
17802     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17803     layout: "plot-throughput"
17804
17805 - type: "plot"
17806   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17807   algorithm: "plot_performance_box"
17808   output-file-type: ".html"
17809   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17810   data: "plot-dpdk-throughput-latency-3n-hsw"
17811   filter: "'NIC_Intel-XL710' and
17812            '64B' and
17813            'BASE' and
17814            'NDRPDR' and
17815            '2T2C' and
17816            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17817   parameters:
17818   - "throughput"
17819   - "parent"
17820   - "tags"
17821   traces:
17822     hoverinfo: "x+y"
17823     boxpoints: "outliers"
17824     whiskerwidth: 0
17825   layout:
17826     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17827     layout: "plot-throughput"
17828
17829 - type: "plot"
17830   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17831   algorithm: "plot_performance_box"
17832   output-file-type: ".html"
17833   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17834   data: "plot-dpdk-throughput-latency-3n-hsw"
17835   filter: "'NIC_Intel-XL710' and
17836            '64B' and
17837            'BASE' and
17838            'NDRPDR' and
17839            '1T1C' and
17840            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17841   parameters:
17842   - "throughput"
17843   - "parent"
17844   - "tags"
17845   traces:
17846     hoverinfo: "x+y"
17847     boxpoints: "outliers"
17848     whiskerwidth: 0
17849   layout:
17850     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17851     layout: "plot-throughput"
17852
17853 - type: "plot"
17854   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17855   algorithm: "plot_performance_box"
17856   output-file-type: ".html"
17857   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17858   data: "plot-dpdk-throughput-latency-3n-hsw"
17859   filter: "'NIC_Intel-XL710' and
17860            '64B' and
17861            'BASE' and
17862            'NDRPDR' and
17863            '2T2C' and
17864            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17865   parameters:
17866   - "throughput"
17867   - "parent"
17868   - "tags"
17869   traces:
17870     hoverinfo: "x+y"
17871     boxpoints: "outliers"
17872     whiskerwidth: 0
17873   layout:
17874     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17875     layout: "plot-throughput"
17876
17877 # Packet Throughput - DPDK testpmd 3n-skx-x710
17878 - type: "plot"
17879   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17880   algorithm: "plot_performance_box"
17881   output-file-type: ".html"
17882   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17883   data: "plot-dpdk-throughput-latency-3n-skx"
17884   filter: "'NIC_Intel-X710' and
17885            '64B' and
17886            'BASE' and
17887            'NDRPDR' and
17888            '2T1C' and
17889            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17890   parameters:
17891   - "throughput"
17892   - "parent"
17893   - "tags"
17894   traces:
17895     hoverinfo: "x+y"
17896     boxpoints: "outliers"
17897     whiskerwidth: 0
17898   layout:
17899     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17900     layout: "plot-throughput"
17901
17902 - type: "plot"
17903   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17904   algorithm: "plot_performance_box"
17905   output-file-type: ".html"
17906   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17907   data: "plot-dpdk-throughput-latency-3n-skx"
17908   filter: "'NIC_Intel-X710' and
17909            '64B' and
17910            'BASE' and
17911            'NDRPDR' and
17912            '4T2C' and
17913            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17914   parameters:
17915   - "throughput"
17916   - "parent"
17917   - "tags"
17918   traces:
17919     hoverinfo: "x+y"
17920     boxpoints: "outliers"
17921     whiskerwidth: 0
17922   layout:
17923     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17924     layout: "plot-throughput"
17925
17926 - type: "plot"
17927   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17928   algorithm: "plot_performance_box"
17929   output-file-type: ".html"
17930   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17931   data: "plot-dpdk-throughput-latency-3n-skx"
17932   filter: "'NIC_Intel-X710' and
17933            '64B' and
17934            'BASE' and
17935            'NDRPDR' and
17936            '2T1C' and
17937            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17938   parameters:
17939   - "throughput"
17940   - "parent"
17941   - "tags"
17942   traces:
17943     hoverinfo: "x+y"
17944     boxpoints: "outliers"
17945     whiskerwidth: 0
17946   layout:
17947     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17948     layout: "plot-throughput"
17949
17950 - type: "plot"
17951   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17952   algorithm: "plot_performance_box"
17953   output-file-type: ".html"
17954   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17955   data: "plot-dpdk-throughput-latency-3n-skx"
17956   filter: "'NIC_Intel-X710' and
17957            '64B' and
17958            'BASE' and
17959            'NDRPDR' and
17960            '4T2C' and
17961            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17962   parameters:
17963   - "throughput"
17964   - "parent"
17965   - "tags"
17966   traces:
17967     hoverinfo: "x+y"
17968     boxpoints: "outliers"
17969     whiskerwidth: 0
17970   layout:
17971     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17972     layout: "plot-throughput"
17973
17974 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
17975 - type: "plot"
17976   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17977   algorithm: "plot_performance_box"
17978   output-file-type: ".html"
17979   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17980   data: "plot-dpdk-throughput-latency-3n-skx"
17981   filter: "'NIC_Intel-XXV710' and
17982            '64B' and
17983            'BASE' and
17984            'NDRPDR' and
17985            '2T1C' and
17986            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17987   parameters:
17988   - "throughput"
17989   - "parent"
17990   - "tags"
17991   traces:
17992     hoverinfo: "x+y"
17993     boxpoints: "outliers"
17994     whiskerwidth: 0
17995   layout:
17996     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17997     layout: "plot-throughput"
17998
17999 - type: "plot"
18000   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18001   algorithm: "plot_performance_box"
18002   output-file-type: ".html"
18003   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18004   data: "plot-dpdk-throughput-latency-3n-skx"
18005   filter: "'NIC_Intel-XXV710' and
18006            '64B' and
18007            'BASE' and
18008            'NDRPDR' and
18009            '4T2C' and
18010            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18011   parameters:
18012   - "throughput"
18013   - "parent"
18014   - "tags"
18015   traces:
18016     hoverinfo: "x+y"
18017     boxpoints: "outliers"
18018     whiskerwidth: 0
18019   layout:
18020     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18021     layout: "plot-throughput"
18022
18023 - type: "plot"
18024   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18025   algorithm: "plot_performance_box"
18026   output-file-type: ".html"
18027   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18028   data: "plot-dpdk-throughput-latency-3n-skx"
18029   filter: "'NIC_Intel-XXV710' and
18030            '64B' and
18031            'BASE' and
18032            'NDRPDR' and
18033            '2T1C' and
18034            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18035   parameters:
18036   - "throughput"
18037   - "parent"
18038   - "tags"
18039   traces:
18040     hoverinfo: "x+y"
18041     boxpoints: "outliers"
18042     whiskerwidth: 0
18043   layout:
18044     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18045     layout: "plot-throughput"
18046
18047 - type: "plot"
18048   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18049   algorithm: "plot_performance_box"
18050   output-file-type: ".html"
18051   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18052   data: "plot-dpdk-throughput-latency-3n-skx"
18053   filter: "'NIC_Intel-XXV710' and
18054            '64B' and
18055            'BASE' and
18056            'NDRPDR' and
18057            '4T2C' and
18058            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18059   parameters:
18060   - "throughput"
18061   - "parent"
18062   - "tags"
18063   traces:
18064     hoverinfo: "x+y"
18065     boxpoints: "outliers"
18066     whiskerwidth: 0
18067   layout:
18068     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18069     layout: "plot-throughput"
18070
18071 # Packet Throughput - DPDK testpmd 2n-skx-x710
18072 - type: "plot"
18073   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18074   algorithm: "plot_performance_box"
18075   output-file-type: ".html"
18076   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18077   data: "plot-dpdk-throughput-latency-2n-skx"
18078   filter: "'NIC_Intel-X710' and
18079            '64B' and
18080            'BASE' and
18081            'NDRPDR' and
18082            '2T1C' and
18083            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18084   parameters:
18085   - "throughput"
18086   - "parent"
18087   - "tags"
18088   traces:
18089     hoverinfo: "x+y"
18090     boxpoints: "outliers"
18091     whiskerwidth: 0
18092   layout:
18093     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18094     layout: "plot-throughput"
18095
18096 - type: "plot"
18097   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18098   algorithm: "plot_performance_box"
18099   output-file-type: ".html"
18100   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18101   data: "plot-dpdk-throughput-latency-2n-skx"
18102   filter: "'NIC_Intel-X710' and
18103            '64B' and
18104            'BASE' and
18105            'NDRPDR' and
18106            '4T2C' and
18107            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18108   parameters:
18109   - "throughput"
18110   - "parent"
18111   - "tags"
18112   traces:
18113     hoverinfo: "x+y"
18114     boxpoints: "outliers"
18115     whiskerwidth: 0
18116   layout:
18117     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18118     layout: "plot-throughput"
18119
18120 - type: "plot"
18121   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18122   algorithm: "plot_performance_box"
18123   output-file-type: ".html"
18124   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18125   data: "plot-dpdk-throughput-latency-2n-skx"
18126   filter: "'NIC_Intel-X710' and
18127            '64B' and
18128            'BASE' and
18129            'NDRPDR' and
18130            '2T1C' and
18131            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18132   parameters:
18133   - "throughput"
18134   - "parent"
18135   - "tags"
18136   traces:
18137     hoverinfo: "x+y"
18138     boxpoints: "outliers"
18139     whiskerwidth: 0
18140   layout:
18141     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18142     layout: "plot-throughput"
18143
18144 - type: "plot"
18145   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18146   algorithm: "plot_performance_box"
18147   output-file-type: ".html"
18148   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18149   data: "plot-dpdk-throughput-latency-2n-skx"
18150   filter: "'NIC_Intel-X710' and
18151            '64B' and
18152            'BASE' and
18153            'NDRPDR' and
18154            '4T2C' and
18155            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18156   parameters:
18157   - "throughput"
18158   - "parent"
18159   - "tags"
18160   traces:
18161     hoverinfo: "x+y"
18162     boxpoints: "outliers"
18163     whiskerwidth: 0
18164   layout:
18165     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18166     layout: "plot-throughput"
18167
18168 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
18169 - type: "plot"
18170   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18171   algorithm: "plot_performance_box"
18172   output-file-type: ".html"
18173   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18174   data: "plot-dpdk-throughput-latency-2n-skx"
18175   filter: "'NIC_Intel-XXV710' and
18176            '64B' and
18177            'BASE' and
18178            'NDRPDR' and
18179            '2T1C' and
18180            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18181   parameters:
18182   - "throughput"
18183   - "parent"
18184   - "tags"
18185   traces:
18186     hoverinfo: "x+y"
18187     boxpoints: "outliers"
18188     whiskerwidth: 0
18189   layout:
18190     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18191     layout: "plot-throughput"
18192
18193 - type: "plot"
18194   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18195   algorithm: "plot_performance_box"
18196   output-file-type: ".html"
18197   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18198   data: "plot-dpdk-throughput-latency-2n-skx"
18199   filter: "'NIC_Intel-XXV710' and
18200            '64B' and
18201            'BASE' and
18202            'NDRPDR' and
18203            '4T2C' and
18204            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18205   parameters:
18206   - "throughput"
18207   - "parent"
18208   - "tags"
18209   traces:
18210     hoverinfo: "x+y"
18211     boxpoints: "outliers"
18212     whiskerwidth: 0
18213   layout:
18214     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18215     layout: "plot-throughput"
18216
18217 - type: "plot"
18218   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18219   algorithm: "plot_performance_box"
18220   output-file-type: ".html"
18221   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18222   data: "plot-dpdk-throughput-latency-2n-skx"
18223   filter: "'NIC_Intel-XXV710' and
18224            '64B' and
18225            'BASE' and
18226            'NDRPDR' and
18227            '2T1C' and
18228            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18229   parameters:
18230   - "throughput"
18231   - "parent"
18232   - "tags"
18233   traces:
18234     hoverinfo: "x+y"
18235     boxpoints: "outliers"
18236     whiskerwidth: 0
18237   layout:
18238     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18239     layout: "plot-throughput"
18240
18241 - type: "plot"
18242   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18243   algorithm: "plot_performance_box"
18244   output-file-type: ".html"
18245   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18246   data: "plot-dpdk-throughput-latency-2n-skx"
18247   filter: "'NIC_Intel-XXV710' and
18248            '64B' and
18249            'BASE' and
18250            'NDRPDR' and
18251            '4T2C' and
18252            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18253   parameters:
18254   - "throughput"
18255   - "parent"
18256   - "tags"
18257   traces:
18258     hoverinfo: "x+y"
18259     boxpoints: "outliers"
18260     whiskerwidth: 0
18261   layout:
18262     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18263     layout: "plot-throughput"
18264
18265 ################################################################################
18266
18267 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
18268 - type: "plot"
18269   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18270   algorithm: "plot_latency_error_bars"
18271   output-file-type: ".html"
18272   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18273   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18274   filter: "'NIC_Intel-X520-DA2' and
18275            '64B' and
18276            ('BASE' or 'SCALE') and
18277            'NDRPDR' and
18278            'ETH' and
18279            '1T1C' and
18280            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18281            not 'VHOST' and
18282            not 'MEMIF'"
18283   parameters:
18284   - "latency"
18285   - "parent"
18286   - "tags"
18287   sort:
18288   - "L2XCFWD"
18289   - "L2PATCH"
18290   - "L2BDMACLRN"
18291   - "FIB_10K"
18292   - "FIB_100K"
18293   - "FIB_1M"
18294   layout:
18295     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18296     layout: "plot-latency"
18297
18298 - type: "plot"
18299   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18300   algorithm: "plot_latency_error_bars"
18301   output-file-type: ".html"
18302   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18303   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18304   filter: "'NIC_Intel-X520-DA2' and
18305            '64B' and
18306            ('BASE' or 'SCALE') and
18307            'NDRPDR' and
18308            'ETH' and
18309            '2T2C' and
18310            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18311            not 'VHOST' and
18312            not 'MEMIF'"
18313   parameters:
18314   - "latency"
18315   - "parent"
18316   - "tags"
18317   sort:
18318   - "L2XCFWD"
18319   - "L2PATCH"
18320   - "L2BDMACLRN"
18321   - "FIB_10K"
18322   - "FIB_100K"
18323   - "FIB_1M"
18324   layout:
18325     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18326     layout: "plot-latency"
18327
18328 # Packet Latency - VPP L2 3n-hsw-x520 features
18329 - type: "plot"
18330   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18331   algorithm: "plot_latency_error_bars"
18332   output-file-type: ".html"
18333   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18334   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18335   filter: "'NIC_Intel-X520-DA2' and
18336            '64B' and
18337            'NDRPDR' and
18338            '1T1C' and
18339            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18340            not 'ACL' and
18341            not 'VHOST' and
18342            not 'MEMIF'"
18343   parameters:
18344   - "latency"
18345   - "parent"
18346   - "tags"
18347   sort:
18348   - "L2XCBASE"    # l2xcbase
18349   - "L2BDBASE"    # l2bdbase
18350   - "L2XCFWD"     # dot1q-l2xcbase
18351   - "L2BDMACLRN"  # dot1q-l2bdbase
18352   layout:
18353     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
18354     layout: "plot-latency"
18355
18356 - type: "plot"
18357   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18358   algorithm: "plot_latency_error_bars"
18359   output-file-type: ".html"
18360   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18361   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18362   filter: "'NIC_Intel-X520-DA2' and
18363            '64B' and
18364            'NDRPDR' and
18365            '2T2C' and
18366            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18367            not 'ACL' and
18368            not 'VHOST' and
18369            not 'MEMIF'"
18370   parameters:
18371   - "latency"
18372   - "parent"
18373   - "tags"
18374   sort:
18375   - "L2XCBASE"    # l2xcbase
18376   - "L2BDBASE"    # l2bdbase
18377   - "L2XCFWD"     # dot1q-l2xcbase
18378   - "L2BDMACLRN"  # dot1q-l2bdbase
18379   layout:
18380     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
18381     layout: "plot-latency"
18382
18383 # Packet Latency - VPP L2 3n-hsw-x520 features-iacl
18384 - type: "plot"
18385   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18386   algorithm: "plot_latency_error_bars"
18387   output-file-type: ".html"
18388   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18389   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18390   filter: "'NIC_Intel-X520-DA2' and
18391            '64B' and
18392            'NDRPDR' and
18393            '1T1C' and
18394            'FEATURE' and
18395            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18396            'IACL' and
18397            ('ACL1' or 'ACL50') and
18398            ('10K_FLOWS' or '10k_FLOWS') and
18399            not 'MACIP' and
18400            not 'VHOST' and
18401            not 'MEMIF'"
18402   parameters:
18403   - "latency"
18404   - "parent"
18405   - "tags"
18406   layout:
18407     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18408     layout: "plot-latency"
18409
18410 - type: "plot"
18411   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18412   algorithm: "plot_latency_error_bars"
18413   output-file-type: ".html"
18414   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18415   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18416   filter: "'NIC_Intel-X520-DA2' and
18417            '64B' and
18418            'NDRPDR' and
18419            '2T2C' and
18420            'FEATURE' and
18421            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18422            'IACL' and
18423            ('ACL1' or 'ACL50') and
18424            ('10K_FLOWS' or '10k_FLOWS') and
18425            not 'MACIP' and
18426            not 'VHOST' and
18427            not 'MEMIF'"
18428   parameters:
18429   - "latency"
18430   - "parent"
18431   - "tags"
18432   layout:
18433     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18434     layout: "plot-latency"
18435
18436 # Packet Latency - VPP L2 3n-hsw-x520 features-oacl
18437 - type: "plot"
18438   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18439   algorithm: "plot_latency_error_bars"
18440   output-file-type: ".html"
18441   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18442   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18443   filter: "'NIC_Intel-X520-DA2' and
18444            '64B' and
18445            'NDRPDR' and
18446            '1T1C' and
18447            'FEATURE' and
18448            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18449            'OACL' and
18450            ('ACL1' or 'ACL50') and
18451            ('10K_FLOWS' or '10k_FLOWS') and
18452            not 'MACIP' and
18453            not 'VHOST' and
18454            not 'MEMIF'"
18455   parameters:
18456   - "latency"
18457   - "parent"
18458   - "tags"
18459   layout:
18460     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
18461     layout: "plot-latency"
18462
18463 - type: "plot"
18464   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18465   algorithm: "plot_latency_error_bars"
18466   output-file-type: ".html"
18467   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18468   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18469   filter: "'NIC_Intel-X520-DA2' and
18470            '64B' and
18471            'NDRPDR' and
18472            '2T2C' and
18473            'FEATURE' and
18474            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18475            'OACL' and
18476            ('ACL1' or 'ACL50') and
18477            ('10K_FLOWS' or '10k_FLOWS') and
18478            not 'MACIP' and
18479            not 'VHOST' and
18480            not 'MEMIF'"
18481   parameters:
18482   - "latency"
18483   - "parent"
18484   - "tags"
18485   layout:
18486     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
18487     layout: "plot-latency"
18488
18489 # Packet Latency - VPP L2 3n-hsw-x520 features-macip
18490 - type: "plot"
18491   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18492   algorithm: "plot_latency_error_bars"
18493   output-file-type: ".html"
18494   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18495   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18496   filter: "'NIC_Intel-X520-DA2' and
18497            '64B' and
18498            'NDRPDR' and
18499            '1T1C' and
18500            'FEATURE' and
18501            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18502            'MACIP' and
18503            ('ACL1' or 'ACL50') and
18504            ('10K_FLOWS' or '10k_FLOWS') and
18505            not 'VHOST' and
18506            not 'MEMIF'"
18507   parameters:
18508   - "latency"
18509   - "parent"
18510   - "tags"
18511   layout:
18512     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
18513     layout: "plot-latency"
18514
18515 - type: "plot"
18516   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18517   algorithm: "plot_latency_error_bars"
18518   output-file-type: ".html"
18519   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18520   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18521   filter: "'NIC_Intel-X520-DA2' and
18522            '64B' and
18523            'NDRPDR' and
18524            '2T2C' and
18525            'FEATURE' and
18526            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18527            'MACIP' and
18528            ('ACL1' or 'ACL50') and
18529            ('10K_FLOWS' or '10k_FLOWS') and
18530            not 'VHOST' and
18531            not 'MEMIF'"
18532   parameters:
18533   - "latency"
18534   - "parent"
18535   - "tags"
18536   layout:
18537     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
18538     layout: "plot-latency"
18539
18540 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
18541 - type: "plot"
18542   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18543   algorithm: "plot_latency_error_bars"
18544   output-file-type: ".html"
18545   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18546   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18547   filter: "'NIC_Intel-X710' and
18548            '64B' and
18549            ('BASE' or 'SCALE') and
18550            'NDRPDR' and
18551            'ETH' and
18552            '1T1C' and
18553            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18554            not 'VHOST' and
18555            not 'MEMIF'"
18556   parameters:
18557   - "latency"
18558   - "parent"
18559   - "tags"
18560   sort:
18561   - "L2PATCH"
18562   - "L2XCFWD"
18563   - "L2BDMACLRN"
18564   - "FIB_10K"
18565   - "FIB_100K"
18566   - "FIB_1M"
18567   layout:
18568     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18569     layout: "plot-latency"
18570
18571 - type: "plot"
18572   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18573   algorithm: "plot_latency_error_bars"
18574   output-file-type: ".html"
18575   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18576   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18577   filter: "'NIC_Intel-X710' and
18578            '64B' and
18579            ('BASE' or 'SCALE') and
18580            'NDRPDR' and
18581            'ETH' and
18582            '2T2C' and
18583            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18584            not 'VHOST' and
18585            not 'MEMIF'"
18586   parameters:
18587   - "latency"
18588   - "parent"
18589   - "tags"
18590   sort:
18591   - "L2PATCH"
18592   - "L2XCFWD"
18593   - "L2BDMACLRN"
18594   - "FIB_10K"
18595   - "FIB_100K"
18596   - "FIB_1M"
18597   layout:
18598     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18599     layout: "plot-latency"
18600
18601 # Packet Latency - VPP L2 3n-hsw-x710 features
18602 - type: "plot"
18603   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18604   algorithm: "plot_latency_error_bars"
18605   output-file-type: ".html"
18606   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18607   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18608   filter: "'NIC_Intel-X710' and
18609            '64B' and
18610            'NDRPDR' and
18611            '1T1C' and
18612            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18613            not 'ACL' and
18614            not 'VHOST' and
18615            not 'L2OVRLAY' and
18616            not 'MEMIF'"
18617   parameters:
18618   - "latency"
18619   - "parent"
18620   - "tags"
18621   sort:
18622   - "L2XCBASE"    # l2xcbase
18623   - "L2BDBASE"    # l2bdbase
18624   - "L2XCFWD"     # dot1q-l2xcbase
18625   - "L2BDMACLRN"  # dot1q-l2bdbase
18626   layout:
18627     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
18628     layout: "plot-latency"
18629
18630 - type: "plot"
18631   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18632   algorithm: "plot_latency_error_bars"
18633   output-file-type: ".html"
18634   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18635   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18636   filter: "'NIC_Intel-X710' and
18637            '64B' and
18638            'NDRPDR' and
18639            '2T2C' and
18640            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18641            not 'ACL' and
18642            not 'VHOST' and
18643            not 'L2OVRLAY' and
18644            not 'MEMIF'"
18645   parameters:
18646   - "latency"
18647   - "parent"
18648   - "tags"
18649   sort:
18650   - "L2XCBASE"    # l2xcbase
18651   - "L2BDBASE"    # l2bdbase
18652   - "L2XCFWD"     # dot1q-l2xcbase
18653   - "L2BDMACLRN"  # dot1q-l2bdbase
18654   layout:
18655     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
18656     layout: "plot-latency"
18657
18658 # Packet Latency - VPP L2 3n-hsw-x710 features-iacl
18659 - type: "plot"
18660   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18661   algorithm: "plot_latency_error_bars"
18662   output-file-type: ".html"
18663   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18664   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18665   filter: "'NIC_Intel-X710' and
18666            '64B' and
18667            'NDRPDR' and
18668            '1T1C' and
18669            'FEATURE' and
18670            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18671            'IACL' and
18672            ('ACL1' or 'ACL50') and
18673            ('10K_FLOWS' or '10k_FLOWS') and
18674            not 'MACIP' and
18675            not 'VHOST' and
18676            not 'MEMIF'"
18677   parameters:
18678   - "latency"
18679   - "parent"
18680   - "tags"
18681   layout:
18682     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
18683     layout: "plot-latency"
18684
18685 - type: "plot"
18686   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18687   algorithm: "plot_latency_error_bars"
18688   output-file-type: ".html"
18689   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18690   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18691   filter: "'NIC_Intel-X710' and
18692            '64B' and
18693            'NDRPDR' and
18694            '2T2C' and
18695            'FEATURE' and
18696            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18697            'IACL' and
18698            ('ACL1' or 'ACL50') and
18699            ('10K_FLOWS' or '10k_FLOWS') and
18700            not 'MACIP' and
18701            not 'VHOST' and
18702            not 'MEMIF'"
18703   parameters:
18704   - "latency"
18705   - "parent"
18706   - "tags"
18707   layout:
18708     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
18709     layout: "plot-latency"
18710
18711 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
18712 - type: "plot"
18713   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18714   algorithm: "plot_latency_error_bars"
18715   output-file-type: ".html"
18716   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18717   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18718   filter: "'NIC_Intel-XL710' and
18719            '64B' and
18720            'BASE' and
18721            'NDRPDR' and
18722            'ETH' and
18723            '1T1C' and
18724            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18725            not 'VHOST' and
18726            not 'MEMIF'"
18727   parameters:
18728   - "latency"
18729   - "parent"
18730   - "tags"
18731   sort:
18732   - "L2PATCH"
18733   - "L2XCFWD"
18734   - "L2BDMACLRN"
18735   layout:
18736     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
18737     layout: "plot-latency"
18738
18739 - type: "plot"
18740   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18741   algorithm: "plot_latency_error_bars"
18742   output-file-type: ".html"
18743   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18744   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18745   filter: "'NIC_Intel-XL710' and
18746            '64B' and
18747            'BASE' and
18748            'NDRPDR' and
18749            'ETH' and
18750            '2T2C' and
18751            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18752            not 'VHOST' and
18753            not 'MEMIF'"
18754   parameters:
18755   - "latency"
18756   - "parent"
18757   - "tags"
18758   sort:
18759   - "L2PATCH"
18760   - "L2XCFWD"
18761   - "L2BDMACLRN"
18762   layout:
18763     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
18764     layout: "plot-latency"
18765
18766 # Packet Latency - VPP L2 3n-skx-x710 base and scale
18767 - type: "plot"
18768   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18769   algorithm: "plot_latency_error_bars"
18770   output-file-type: ".html"
18771   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18772   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18773   filter: "'NIC_Intel-X710' and
18774            '64B' and
18775            ('BASE' or 'SCALE') and
18776            'NDRPDR' and
18777            'ETH' and
18778            '2T1C' and
18779            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18780            not 'VHOST' and
18781            not 'MEMIF' and
18782            not 'DRV_AVF'"
18783   parameters:
18784   - "latency"
18785   - "parent"
18786   - "tags"
18787   sort:
18788   - "L2PATCH"
18789   - "L2XCBASE"
18790   - "BASE"
18791   - "FIB_10K"
18792   - "FIB_100K"
18793   - "FIB_1M"
18794   layout:
18795     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18796     layout: "plot-latency"
18797
18798 - type: "plot"
18799   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18800   algorithm: "plot_latency_error_bars"
18801   output-file-type: ".html"
18802   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18803   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18804   filter: "'NIC_Intel-X710' and
18805            '64B' and
18806            ('BASE' or 'SCALE') and
18807            'NDRPDR' and
18808            'ETH' and
18809            '4T2C' and
18810            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18811            not 'VHOST' and
18812            not 'MEMIF' and
18813            not 'DRV_AVF'"
18814   parameters:
18815   - "latency"
18816   - "parent"
18817   - "tags"
18818   sort:
18819   - "L2PATCH"
18820   - "L2XCBASE"
18821   - "BASE"
18822   - "FIB_10K"
18823   - "FIB_100K"
18824   - "FIB_1M"
18825   layout:
18826     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18827     layout: "plot-latency"
18828
18829 # Packet Latency - VPP L2 3n-skx-x710 features
18830 - type: "plot"
18831   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18832   algorithm: "plot_latency_error_bars"
18833   output-file-type: ".html"
18834   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18835   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18836   filter: "'NIC_Intel-X710' and
18837            '64B' and
18838            'NDRPDR' and
18839            '2T1C' and
18840            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18841            not 'ACL' and
18842            not 'VHOST' and
18843            not 'DRV_AVF' and
18844            not 'L2OVRLAY' and
18845            not 'MEMIF'"
18846   parameters:
18847   - "latency"
18848   - "parent"
18849   - "tags"
18850   sort:
18851   - "L2XCBASE"    # l2xcbase
18852   - "L2BDBASE"    # l2bdbase
18853   - "L2XCFWD"     # dot1q-l2xcbase
18854   - "L2BDMACLRN"  # dot1q-l2bdbase
18855   layout:
18856     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
18857     layout: "plot-latency"
18858
18859 - type: "plot"
18860   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18861   algorithm: "plot_latency_error_bars"
18862   output-file-type: ".html"
18863   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18864   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18865   filter: "'NIC_Intel-X710' and
18866            '64B' and
18867            'NDRPDR' and
18868            '4T2C' and
18869            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18870            not 'ACL' and
18871            not 'VHOST' and
18872            not 'DRV_AVF' and
18873            not 'L2OVRLAY' and
18874            not 'MEMIF'"
18875   parameters:
18876   - "latency"
18877   - "parent"
18878   - "tags"
18879   sort:
18880   - "L2XCBASE"    # l2xcbase
18881   - "L2BDBASE"    # l2bdbase
18882   - "L2XCFWD"     # dot1q-l2xcbase
18883   - "L2BDMACLRN"  # dot1q-l2bdbase
18884   layout:
18885     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
18886     layout: "plot-latency"
18887
18888 # Packet Latency - VPP L2 3n-skx-x710 features-iacl
18889 - type: "plot"
18890   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18891   algorithm: "plot_latency_error_bars"
18892   output-file-type: ".html"
18893   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18894   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18895   filter: "'NIC_Intel-X710' and
18896            '64B' and
18897            'NDRPDR' and
18898            '2T1C' and
18899            'FEATURE' and
18900            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18901            'IACL' and
18902            ('ACL1' or 'ACL50') and
18903            ('10K_FLOWS' or '10k_FLOWS') and
18904            not 'MACIP' and
18905            not 'VHOST' and
18906            not 'MEMIF'"
18907   parameters:
18908   - "latency"
18909   - "parent"
18910   - "tags"
18911   layout:
18912     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
18913     layout: "plot-latency"
18914
18915 - type: "plot"
18916   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18917   algorithm: "plot_latency_error_bars"
18918   output-file-type: ".html"
18919   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18920   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18921   filter: "'NIC_Intel-X710' and
18922            '64B' and
18923            'NDRPDR' and
18924            '4T2C' and
18925            'FEATURE' and
18926            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18927            'IACL' and
18928            ('ACL1' or 'ACL50') and
18929            ('10K_FLOWS' or '10k_FLOWS') and
18930            not 'MACIP' and
18931            not 'VHOST' and
18932            not 'MEMIF'"
18933   parameters:
18934   - "latency"
18935   - "parent"
18936   - "tags"
18937   layout:
18938     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
18939     layout: "plot-latency"
18940
18941 # Packet Latency - VPP L2 3n-skx-xxv710 base
18942 - type: "plot"
18943   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18944   algorithm: "plot_latency_error_bars"
18945   output-file-type: ".html"
18946   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18947   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18948   filter: "'NIC_Intel-XXV710' and
18949            '64B' and
18950            ('BASE' or 'SCALE') and
18951            'NDRPDR' and
18952            'ETH' and
18953            '2T1C' and
18954            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18955            not 'VHOST' and
18956            not 'MEMIF'"
18957   parameters:
18958   - "latency"
18959   - "parent"
18960   - "tags"
18961   sort:
18962   - "L2PATCH"
18963   - "L2PATCH"
18964   - "L2XCBASE"
18965   - "L2BDMACLRN"
18966   layout:
18967     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
18968     layout: "plot-latency"
18969
18970 - type: "plot"
18971   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18972   algorithm: "plot_latency_error_bars"
18973   output-file-type: ".html"
18974   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18975   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18976   filter: "'NIC_Intel-XXV710' and
18977            '64B' and
18978            ('BASE' or 'SCALE') and
18979            'NDRPDR' and
18980            'ETH' and
18981            '4T2C' and
18982            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18983            not 'VHOST' and
18984            not 'MEMIF'"
18985   parameters:
18986   - "latency"
18987   - "parent"
18988   - "tags"
18989   sort:
18990   - "L2PATCH"
18991   - "L2PATCH"
18992   - "L2XCBASE"
18993   - "L2BDMACLRN"
18994   layout:
18995     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
18996     layout: "plot-latency"
18997
18998 # Packet Latency - VPP L2 2n-skx-x710 base and scale
18999 - type: "plot"
19000   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19001   algorithm: "plot_latency_error_bars"
19002   output-file-type: ".html"
19003   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19004   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19005   filter: "'NIC_Intel-X710' and
19006            '64B' and
19007            'ETH' and
19008            ('BASE' or 'SCALE') and
19009            'NDRPDR' and
19010            '2T1C' and
19011            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19012            not 'VHOST' and
19013            not 'MEMIF'"
19014   parameters:
19015   - "latency"
19016   - "parent"
19017   - "tags"
19018   sort:
19019   - "L2PATCH"
19020   - "L2XCBASE"
19021   - "BASE"
19022   - "FIB_10K"
19023   - "FIB_100K"
19024   - "FIB_1M"
19025   layout:
19026     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19027     layout: "plot-latency"
19028
19029 - type: "plot"
19030   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19031   algorithm: "plot_latency_error_bars"
19032   output-file-type: ".html"
19033   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19034   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19035   filter: "'NIC_Intel-X710' and
19036            '64B' and
19037            ('BASE' or 'SCALE') and
19038            'NDRPDR' and
19039            'ETH' and
19040            '4T2C' and
19041            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19042            not 'VHOST' and
19043            not 'MEMIF'"
19044   parameters:
19045   - "latency"
19046   - "parent"
19047   - "tags"
19048   sort:
19049   - "L2PATCH"
19050   - "L2XCBASE"
19051   - "BASE"
19052   - "FIB_10K"
19053   - "FIB_100K"
19054   - "FIB_1M"
19055   layout:
19056     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19057     layout: "plot-latency"
19058
19059 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
19060 - type: "plot"
19061   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19062   algorithm: "plot_latency_error_bars"
19063   output-file-type: ".html"
19064   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19065   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19066   filter: "'NIC_Intel-XXV710' and
19067            '64B' and
19068            ('BASE' or 'SCALE') and
19069            'NDRPDR' and
19070            'ETH' and
19071            '2T1C' and
19072            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19073            not 'VHOST' and
19074            not 'MEMIF'"
19075   parameters:
19076   - "latency"
19077   - "parent"
19078   - "tags"
19079   sort:
19080   - "L2PATCH"
19081   - "L2XCBASE"
19082   - "BASE"
19083   - "FIB_10K"
19084   - "FIB_100K"
19085   - "FIB_1M"
19086   layout:
19087     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19088     layout: "plot-latency"
19089
19090 - type: "plot"
19091   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19092   algorithm: "plot_latency_error_bars"
19093   output-file-type: ".html"
19094   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19095   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19096   filter: "'NIC_Intel-XXV710' and
19097            '64B' and
19098            ('BASE' or 'SCALE') and
19099            'NDRPDR' and
19100            'ETH' and
19101            '4T2C' and
19102            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19103            not 'VHOST' and
19104            not 'MEMIF'"
19105   parameters:
19106   - "latency"
19107   - "parent"
19108   - "tags"
19109   sort:
19110   - "L2PATCH"
19111   - "L2XCBASE"
19112   - "BASE"
19113   - "FIB_10K"
19114   - "FIB_100K"
19115   - "FIB_1M"
19116   layout:
19117     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19118     layout: "plot-latency"
19119
19120 ################################################################################
19121
19122 # Packet Latency - VPP Container Memif 3n-hsw-x520
19123 - type: "plot"
19124   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19125   algorithm: "plot_latency_error_bars"
19126   output-file-type: ".html"
19127   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19128   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19129   filter: "'NIC_Intel-X520-DA2' and
19130            '64B' and
19131            ('BASE' or 'SCALE') and
19132            'NDRPDR' and
19133            '1T1C' and
19134            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19135            not 'VHOST' and
19136            'MEMIF'"
19137   parameters:
19138   - "latency"
19139   - "parent"
19140   - "tags"
19141   sort:
19142   - "L2XCFWD"
19143   - "L2XCFWD"
19144   - "L2XCFWD"
19145   - "L2BDMACLRN"
19146   - "L2BDMACLRN"
19147   - "L2BDMACLRN"
19148   - "IP4FWD"
19149   layout:
19150     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19151     layout: "plot-latency"
19152
19153 - type: "plot"
19154   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19155   algorithm: "plot_latency_error_bars"
19156   output-file-type: ".html"
19157   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19158   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19159   filter: "'NIC_Intel-X520-DA2' and
19160            '64B' and
19161            ('BASE' or 'SCALE') and
19162            'NDRPDR' and
19163            '2T2C' and
19164            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19165            not 'VHOST' and
19166            'MEMIF'"
19167   parameters:
19168   - "latency"
19169   - "parent"
19170   - "tags"
19171   sort:
19172   - "L2XCFWD"
19173   - "L2XCFWD"
19174   - "L2XCFWD"
19175   - "L2BDMACLRN"
19176   - "L2BDMACLRN"
19177   - "L2BDMACLRN"
19178   - "IP4FWD"
19179   layout:
19180     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19181     layout: "plot-latency"
19182
19183 # Packet Latency - VPP Container Memif 3n-hsw-x710
19184 - type: "plot"
19185   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19186   algorithm: "plot_latency_error_bars"
19187   output-file-type: ".html"
19188   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19189   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19190   filter: "'NIC_Intel-X710' and
19191            '64B' and
19192            ('BASE' or 'SCALE') and
19193            'NDRPDR' and
19194            '1T1C' and
19195            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19196            not 'VHOST' and
19197            'MEMIF'"
19198   parameters:
19199   - "latency"
19200   - "parent"
19201   - "tags"
19202   sort:
19203   - "L2XCFWD"
19204   - "L2XCFWD"
19205   - "L2XCFWD"
19206   - "L2BDMACLRN"
19207   - "L2BDMACLRN"
19208   - "L2BDMACLRN"
19209   - "IP4FWD"
19210   layout:
19211     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19212     layout: "plot-latency"
19213
19214 - type: "plot"
19215   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19216   algorithm: "plot_latency_error_bars"
19217   output-file-type: ".html"
19218   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19219   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19220   filter: "'NIC_Intel-X710' and
19221            '64B' and
19222            ('BASE' or 'SCALE') and
19223            'NDRPDR' and
19224            '2T2C' and
19225            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19226            not 'VHOST' and
19227            'MEMIF'"
19228   parameters:
19229   - "latency"
19230   - "parent"
19231   - "tags"
19232   sort:
19233   - "L2XCFWD"
19234   - "L2XCFWD"
19235   - "L2XCFWD"
19236   - "L2BDMACLRN"
19237   - "L2BDMACLRN"
19238   - "L2BDMACLRN"
19239   - "IP4FWD"
19240   layout:
19241     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19242     layout: "plot-latency"
19243
19244 # Packet Latency - VPP Container Memif 3n-hsw-xl710
19245 - type: "plot"
19246   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19247   algorithm: "plot_latency_error_bars"
19248   output-file-type: ".html"
19249   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19250   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19251   filter: "'NIC_Intel-XL710' and
19252            '64B' and
19253            ('BASE' or 'SCALE') and
19254            'NDRPDR' and
19255            '1T1C' and
19256            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19257            not 'VHOST' and
19258            'MEMIF'"
19259   parameters:
19260   - "latency"
19261   - "parent"
19262   - "tags"
19263   sort:
19264   - "L2XCFWD"
19265   - "L2XCFWD"
19266   - "L2XCFWD"
19267   - "L2BDMACLRN"
19268   - "L2BDMACLRN"
19269   - "L2BDMACLRN"
19270   - "IP4FWD"
19271   layout:
19272     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
19273     layout: "plot-latency"
19274
19275 - type: "plot"
19276   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19277   algorithm: "plot_latency_error_bars"
19278   output-file-type: ".html"
19279   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19280   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19281   filter: "'NIC_Intel-XL710' and
19282            '64B' and
19283            ('BASE' or 'SCALE') and
19284            'NDRPDR' and
19285            '2T2C' and
19286            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19287            not 'VHOST' and
19288            'MEMIF'"
19289   parameters:
19290   - "latency"
19291   - "parent"
19292   - "tags"
19293   sort:
19294   - "L2XCFWD"
19295   - "L2XCFWD"
19296   - "L2XCFWD"
19297   - "L2BDMACLRN"
19298   - "L2BDMACLRN"
19299   - "L2BDMACLRN"
19300   - "IP4FWD"
19301   layout:
19302     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
19303     layout: "plot-latency"
19304
19305 # Packet Latency - VPP Container Memif 3n-skx-x710
19306 - type: "plot"
19307   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19308   algorithm: "plot_latency_error_bars"
19309   output-file-type: ".html"
19310   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19311   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19312   filter: "'NIC_Intel-X710' and
19313            '64B' and
19314            ('BASE' or 'SCALE') and
19315            'NDRPDR' and
19316            '2T1C' and
19317            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19318            not 'VHOST' and
19319            'MEMIF'"
19320   parameters:
19321   - "latency"
19322   - "parent"
19323   - "tags"
19324   sort:
19325   - "L2XCFWD"
19326   - "L2XCFWD"
19327   - "L2XCFWD"
19328   - "L2BDMACLRN"
19329   - "L2BDMACLRN"
19330   - "L2BDMACLRN"
19331   - "IP4FWD"
19332   layout:
19333     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
19334     layout: "plot-latency"
19335
19336 - type: "plot"
19337   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19338   algorithm: "plot_latency_error_bars"
19339   output-file-type: ".html"
19340   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19341   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19342   filter: "'NIC_Intel-X710' and
19343            '64B' and
19344            ('BASE' or 'SCALE') and
19345            'NDRPDR' and
19346            '4T2C' and
19347            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19348            not 'VHOST' and
19349            'MEMIF'"
19350   parameters:
19351   - "latency"
19352   - "parent"
19353   - "tags"
19354   sort:
19355   - "L2XCFWD"
19356   - "L2XCFWD"
19357   - "L2XCFWD"
19358   - "L2BDMACLRN"
19359   - "L2BDMACLRN"
19360   - "L2BDMACLRN"
19361   - "IP4FWD"
19362   layout:
19363     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
19364     layout: "plot-latency"
19365
19366 # Packet Latency - VPP Container Memif 2n-skx-x710
19367 - type: "plot"
19368   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19369   algorithm: "plot_latency_error_bars"
19370   output-file-type: ".html"
19371   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19372   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19373   filter: "'NIC_Intel-X710' and
19374            '64B' and
19375            ('BASE' or 'SCALE') and
19376            'NDRPDR' and
19377            '2T1C' and
19378            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19379            not 'VHOST' and
19380            not 'NF_DENSITY' and
19381            'MEMIF'"
19382   parameters:
19383   - "latency"
19384   - "parent"
19385   - "tags"
19386   sort:
19387   - "L2XCFWD"
19388   - "L2XCFWD"
19389   - "L2XCFWD"
19390   - "L2BDMACLRN"
19391   - "L2BDMACLRN"
19392   - "L2BDMACLRN"
19393   - "IP4FWD"
19394   layout:
19395     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
19396     layout: "plot-latency"
19397
19398 - type: "plot"
19399   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19400   algorithm: "plot_latency_error_bars"
19401   output-file-type: ".html"
19402   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19403   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19404   filter: "'NIC_Intel-X710' and
19405            '64B' and
19406            ('BASE' or 'SCALE') and
19407            'NDRPDR' and
19408            '4T2C' and
19409            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19410            not 'VHOST' and
19411            not 'NF_DENSITY' and
19412            'MEMIF'"
19413   parameters:
19414   - "latency"
19415   - "parent"
19416   - "tags"
19417   sort:
19418   - "L2XCFWD"
19419   - "L2XCFWD"
19420   - "L2XCFWD"
19421   - "L2BDMACLRN"
19422   - "L2BDMACLRN"
19423   - "L2BDMACLRN"
19424   - "IP4FWD"
19425   layout:
19426     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
19427     layout: "plot-latency"
19428
19429 ## Packet Latency - VPP Container Memif 2n-skx-xxv710
19430 #- type: "plot"
19431 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19432 #  algorithm: "plot_latency_error_bars"
19433 #  output-file-type: ".html"
19434 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19435 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19436 #  filter: "'NIC_Intel-XXV710' and
19437 #           '64B' and
19438 #           ('BASE' or 'SCALE') and
19439 #           'NDRPDR' and
19440 #           '2T1C' and
19441 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19442 #           not 'VHOST' and
19443 #           'MEMIF'"
19444 #  parameters:
19445 #  - "latency"
19446 #  - "parent"
19447 #  - "tags"
19448 #  sort:
19449 #  - "L2XCFWD"
19450 #  - "L2XCFWD"
19451 #  - "L2XCFWD"
19452 #  - "L2BDMACLRN"
19453 #  - "L2BDMACLRN"
19454 #  - "L2BDMACLRN"
19455 #  - "IP4FWD"
19456 #  layout:
19457 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
19458 #    layout: "plot-latency"
19459 #
19460 #- type: "plot"
19461 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19462 #  algorithm: "plot_latency_error_bars"
19463 #  output-file-type: ".html"
19464 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19465 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19466 #  filter: "'NIC_Intel-XXV710' and
19467 #           '64B' and
19468 #           ('BASE' or 'SCALE') and
19469 #           'NDRPDR' and
19470 #           '4T2C' and
19471 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19472 #           not 'VHOST' and
19473 #           'MEMIF'"
19474 #  parameters:
19475 #  - "latency"
19476 #  - "parent"
19477 #  - "tags"
19478 #  sort:
19479 #  - "L2XCFWD"
19480 #  - "L2XCFWD"
19481 #  - "L2XCFWD"
19482 #  - "L2BDMACLRN"
19483 #  - "L2BDMACLRN"
19484 #  - "L2BDMACLRN"
19485 #  - "IP4FWD"
19486 #  layout:
19487 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
19488 #    layout: "plot-latency"
19489
19490 ################################################################################
19491
19492 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19493 #- type: "plot"
19494 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19495 #  algorithm: "plot_latency_error_bars"
19496 #  output-file-type: ".html"
19497 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19498 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19499 #  filter: "'NIC_Intel-X520-DA2' and
19500 #           '64B' and
19501 #           ('BASE' or 'SCALE') and
19502 #           'NDRPDR' and
19503 #           '1T1C' and
19504 #           'L2XCFWD' and
19505 #           not 'VHOST' and
19506 #           not 'NF_DENSITY' and
19507 #           'MEMIF'"
19508 #  parameters:
19509 #  - "latency"
19510 #  - "parent"
19511 #  - "tags"
19512 #  sort:
19513 #  - "1VNF"
19514 #  - "2VNF"
19515 #  - "4VNF"
19516 #  - "2VNF"
19517 #  - "4VNF"
19518 #  layout:
19519 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19520 #    layout: "plot-latency"
19521 #
19522 #- type: "plot"
19523 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19524 #  algorithm: "plot_latency_error_bars"
19525 #  output-file-type: ".html"
19526 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19527 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19528 #  filter: "'NIC_Intel-X520-DA2' and
19529 #           '64B' and
19530 #           ('BASE' or 'SCALE') and
19531 #           'NDRPDR' and
19532 #           '2T2C' and
19533 #           'L2XCFWD' and
19534 #           not 'VHOST' and
19535 #           not 'NF_DENSITY' and
19536 #           'MEMIF'"
19537 #  parameters:
19538 #  - "latency"
19539 #  - "parent"
19540 #  - "tags"
19541 #  sort:
19542 #  - "1VNF"
19543 #  - "2VNF"
19544 #  - "4VNF"
19545 #  - "2VNF"
19546 #  - "4VNF"
19547 #  layout:
19548 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19549 #    layout: "plot-latency"
19550 #
19551 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19552 #- type: "plot"
19553 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19554 #  algorithm: "plot_latency_error_bars"
19555 #  output-file-type: ".html"
19556 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19557 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19558 #  filter: "'NIC_Intel-X520-DA2' and
19559 #           '64B' and
19560 #           ('BASE' or 'SCALE') and
19561 #           'NDRPDR' and
19562 #           '1T1C' and
19563 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19564 #           not 'VHOST' and
19565 #           not 'NF_DENSITY' and
19566 #           'MEMIF'"
19567 #  parameters:
19568 #  - "latency"
19569 #  - "parent"
19570 #  - "tags"
19571 #  sort:
19572 #  - "1VNF"
19573 #  - "2VNF"
19574 #  - "4VNF"
19575 #  - "2VNF"
19576 #  - "4VNF"
19577 #  layout:
19578 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19579 #    layout: "plot-latency"
19580 #
19581 #- type: "plot"
19582 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19583 #  algorithm: "plot_latency_error_bars"
19584 #  output-file-type: ".html"
19585 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19586 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19587 #  filter: "'NIC_Intel-X520-DA2' and
19588 #           '64B' and
19589 #           ('BASE' or 'SCALE') and
19590 #           'NDRPDR' and
19591 #           '2T2C' and
19592 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19593 #           not 'VHOST' and
19594 #           not 'NF_DENSITY' and
19595 #           'MEMIF'"
19596 #  parameters:
19597 #  - "latency"
19598 #  - "parent"
19599 #  - "tags"
19600 #  sort:
19601 #  - "1VNF"
19602 #  - "2VNF"
19603 #  - "4VNF"
19604 #  - "2VNF"
19605 #  - "4VNF"
19606 #  layout:
19607 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19608 #    layout: "plot-latency"
19609 #
19610 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19611 #- type: "plot"
19612 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19613 #  algorithm: "plot_latency_error_bars"
19614 #  output-file-type: ".html"
19615 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19616 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19617 #  filter: "'NIC_Intel-X710' and
19618 #           '64B' and
19619 #           ('BASE' or 'SCALE') and
19620 #           'NDRPDR' and
19621 #           '1T1C' and
19622 #           'L2XCFWD' and
19623 #           not 'VHOST' and
19624 #           not 'NF_DENSITY' and
19625 #           'MEMIF'"
19626 #  parameters:
19627 #  - "latency"
19628 #  - "parent"
19629 #  - "tags"
19630 #  sort:
19631 #  - "1VNF"
19632 #  - "2VNF"
19633 #  - "4VNF"
19634 #  - "2VNF"
19635 #  - "4VNF"
19636 #  layout:
19637 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19638 #    layout: "plot-latency"
19639 #
19640 #- type: "plot"
19641 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19642 #  algorithm: "plot_latency_error_bars"
19643 #  output-file-type: ".html"
19644 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19645 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19646 #  filter: "'NIC_Intel-X710' and
19647 #           '64B' and
19648 #           ('BASE' or 'SCALE') and
19649 #           'NDRPDR' and
19650 #           '2T2C' and
19651 #           'L2XCFWD' and
19652 #           not 'VHOST' and
19653 #           not 'NF_DENSITY' and
19654 #           'MEMIF'"
19655 #  parameters:
19656 #  - "latency"
19657 #  - "parent"
19658 #  - "tags"
19659 #  sort:
19660 #  - "1VNF"
19661 #  - "2VNF"
19662 #  - "4VNF"
19663 #  - "2VNF"
19664 #  - "4VNF"
19665 #  layout:
19666 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
19667 #    layout: "plot-latency"
19668 #
19669 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
19670 #- type: "plot"
19671 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19672 #  algorithm: "plot_latency_error_bars"
19673 #  output-file-type: ".html"
19674 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19675 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19676 #  filter: "'NIC_Intel-X710' and
19677 #           '64B' and
19678 #           ('BASE' or 'SCALE') and
19679 #           'NDRPDR' and
19680 #           '1T1C' and
19681 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19682 #           not 'VHOST' and
19683 #           not 'NF_DENSITY' and
19684 #           'MEMIF'"
19685 #  parameters:
19686 #  - "latency"
19687 #  - "parent"
19688 #  - "tags"
19689 #  sort:
19690 #  - "1VNF"
19691 #  - "2VNF"
19692 #  - "4VNF"
19693 #  - "2VNF"
19694 #  - "4VNF"
19695 #  layout:
19696 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
19697 #    layout: "plot-latency"
19698 #
19699 #- type: "plot"
19700 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19701 #  algorithm: "plot_latency_error_bars"
19702 #  output-file-type: ".html"
19703 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19704 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19705 #  filter: "'NIC_Intel-X710' and
19706 #           '64B' and
19707 #           ('BASE' or 'SCALE') and
19708 #           'NDRPDR' and
19709 #           '2T2C' and
19710 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19711 #           not 'VHOST' and
19712 #           not 'NF_DENSITY' and
19713 #           'MEMIF'"
19714 #  parameters:
19715 #  - "latency"
19716 #  - "parent"
19717 #  - "tags"
19718 #  sort:
19719 #  - "1VNF"
19720 #  - "2VNF"
19721 #  - "4VNF"
19722 #  - "2VNF"
19723 #  - "4VNF"
19724 #  layout:
19725 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
19726 #    layout: "plot-latency"
19727
19728 ################################################################################
19729
19730 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
19731 - type: "plot"
19732   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19733   algorithm: "plot_latency_error_bars"
19734   output-file-type: ".html"
19735   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19736   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19737   filter: "'NIC_Intel-X520-DA2' and
19738            '64B' and
19739            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19740            'NDRPDR' and
19741            '1T1C' and
19742            'IP4FWD' and
19743            not 'IPSEC' and
19744            not 'DOT1Q' and
19745            not 'VHOST'"
19746   parameters:
19747   - "latency"
19748   - "parent"
19749   - "tags"
19750   sort:
19751   - "DOT1Q"
19752   - "IP4BASE"
19753   - "FIB_20K"
19754   - "FIB_200K"
19755   - "FIB_2M"
19756   layout:
19757     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19758     layout: "plot-latency"
19759
19760 - type: "plot"
19761   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19762   algorithm: "plot_latency_error_bars"
19763   output-file-type: ".html"
19764   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19765   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19766   filter: "'NIC_Intel-X520-DA2' and
19767            '64B' and
19768            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19769            'NDRPDR' and
19770            '2T2C' and
19771            'IP4FWD' and
19772            not 'IPSEC' and
19773            not 'DOT1Q' and
19774            not 'VHOST'"
19775   parameters:
19776   - "latency"
19777   - "parent"
19778   - "tags"
19779   sort:
19780   - "DOT1Q"
19781   - "IP4BASE"
19782   - "FIB_20K"
19783   - "FIB_200K"
19784   - "FIB_2M"
19785   layout:
19786     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19787     layout: "plot-latency"
19788
19789 # Packet Latency - VPP IPv4 3n-hsw-x520 features
19790 - type: "plot"
19791   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19792   algorithm: "plot_latency_error_bars"
19793   output-file-type: ".html"
19794   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19795   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19796   filter: "'NIC_Intel-X520-DA2' and
19797            '64B' and
19798            ('IP4BASE' or
19799             'POLICE_MARK' or
19800             'COPWHLIST' or
19801             ('NAT44' and 'BASE') or
19802             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19803            'NDRPDR' and
19804            '1T1C' and
19805            'IP4FWD' and
19806            not 'IPSEC' and
19807            not 'VHOST'"
19808   parameters:
19809   - "latency"
19810   - "parent"
19811   - "tags"
19812   sort:
19813   - "DOT1Q"
19814   - "IP4BASE"
19815   - "NAT44"
19816   - "POLICE_MARK"
19817   - "COPWHLIST"
19818   - "IACL"
19819   - "OACL"
19820   layout:
19821     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
19822     layout: "plot-latency"
19823
19824 - type: "plot"
19825   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19826   algorithm: "plot_latency_error_bars"
19827   output-file-type: ".html"
19828   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19829   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19830   filter: "'NIC_Intel-X520-DA2' and
19831            '64B' and
19832            ('IP4BASE' or
19833             'POLICE_MARK' or
19834             'COPWHLIST' or
19835             ('NAT44' and 'BASE') or
19836             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19837            'NDRPDR' and
19838            '2T2C' and
19839            'IP4FWD' and
19840            not 'IPSEC' and
19841            not 'VHOST'"
19842   parameters:
19843   - "latency"
19844   - "parent"
19845   - "tags"
19846   sort:
19847   - "DOT1Q"
19848   - "IP4BASE"
19849   - "NAT44"
19850   - "POLICE_MARK"
19851   - "COPWHLIST"
19852   - "IACL"
19853   - "OACL"
19854   layout:
19855     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
19856     layout: "plot-latency"
19857
19858 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
19859 - type: "plot"
19860   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19861   algorithm: "plot_latency_error_bars"
19862   output-file-type: ".html"
19863   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19864   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19865   filter: "'NIC_Intel-X520-DA2' and
19866            '64B' and
19867            'NDRPDR' and
19868            '1T1C' and
19869            'IP4FWD' and
19870            ('NAT44' or 'IP4BASE') and
19871            not 'DOT1Q' and
19872            not 'IPSEC' and
19873            not 'VHOST'"
19874   parameters:
19875   - "latency"
19876   - "parent"
19877   - "tags"
19878   sort:
19879   - "IP4BASE"
19880   - "BASE"
19881   - "SRC_USER_10"
19882   - "SRC_USER_100"
19883   - "SRC_USER_1000"
19884   - "SRC_USER_2000"
19885   layout:
19886     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
19887     layout: "plot-latency"
19888
19889 - type: "plot"
19890   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19891   algorithm: "plot_latency_error_bars"
19892   output-file-type: ".html"
19893   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19894   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19895   filter: "'NIC_Intel-X520-DA2' and
19896            '64B' and
19897            'NDRPDR' and
19898            '2T2C' and
19899            'IP4FWD' and
19900            ('NAT44' or 'IP4BASE') and
19901            not 'DOT1Q' and
19902            not 'IPSEC' and
19903            not 'VHOST'"
19904   parameters:
19905   - "latency"
19906   - "parent"
19907   - "tags"
19908   sort:
19909   - "IP4BASE"
19910   - "BASE"
19911   - "SRC_USER_10"
19912   - "SRC_USER_100"
19913   - "SRC_USER_1000"
19914   - "SRC_USER_2000"
19915   layout:
19916     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
19917     layout: "plot-latency"
19918
19919 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
19920 - type: "plot"
19921   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19922   algorithm: "plot_latency_error_bars"
19923   output-file-type: ".html"
19924   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19925   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19926   filter: "'NIC_Intel-X520-DA2' and
19927            '64B' and
19928            'NDRPDR' and
19929            '1T1C' and
19930            'IP4FWD' and
19931            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19932            not 'IPSEC' and
19933            not 'DOT1Q' and
19934            not 'VHOST'"
19935   parameters:
19936   - "latency"
19937   - "parent"
19938   - "tags"
19939   sort:
19940   - "IP4BASE"
19941   - "ACL_STATELESS"
19942   - "ACL_STATEFUL"
19943   - "ACL_STATELESS"
19944   - "ACL_STATEFUL"
19945   layout:
19946     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
19947     layout: "plot-latency"
19948
19949 - type: "plot"
19950   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19951   algorithm: "plot_latency_error_bars"
19952   output-file-type: ".html"
19953   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19954   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19955   filter: "'NIC_Intel-X520-DA2' and
19956            '64B' and
19957            'NDRPDR' and
19958            '2T2C' and
19959            'IP4FWD' and
19960            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19961            not 'IPSEC' and
19962            not 'DOT1Q' and
19963            not 'VHOST'"
19964   parameters:
19965   - "latency"
19966   - "parent"
19967   - "tags"
19968   sort:
19969   - "IP4BASE"
19970   - "ACL_STATELESS"
19971   - "ACL_STATEFUL"
19972   - "ACL_STATELESS"
19973   - "ACL_STATEFUL"
19974   layout:
19975     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
19976     layout: "plot-latency"
19977
19978 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
19979 - type: "plot"
19980   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19981   algorithm: "plot_latency_error_bars"
19982   output-file-type: ".html"
19983   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19984   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19985   filter: "'NIC_Intel-X520-DA2' and
19986            '64B' and
19987            'NDRPDR' and
19988            '1T1C' and
19989            'IP4FWD' and
19990            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19991            not 'IPSEC' and
19992            not 'DOT1Q' and
19993            not 'VHOST'"
19994   parameters:
19995   - "latency"
19996   - "parent"
19997   - "tags"
19998   sort:
19999   - "IP4BASE"
20000   - "ACL_STATELESS"
20001   - "ACL_STATEFUL"
20002   - "ACL_STATELESS"
20003   - "ACL_STATEFUL"
20004   layout:
20005     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
20006     layout: "plot-latency"
20007
20008 - type: "plot"
20009   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20010   algorithm: "plot_latency_error_bars"
20011   output-file-type: ".html"
20012   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20013   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20014   filter: "'NIC_Intel-X520-DA2' and
20015            '64B' and
20016            'NDRPDR' and
20017            '2T2C' and
20018            'IP4FWD' and
20019            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20020            not 'IPSEC' and
20021            not 'DOT1Q' and
20022            not 'VHOST'"
20023   parameters:
20024   - "latency"
20025   - "parent"
20026   - "tags"
20027   sort:
20028   - "IP4BASE"
20029   - "ACL_STATELESS"
20030   - "ACL_STATEFUL"
20031   - "ACL_STATELESS"
20032   - "ACL_STATEFUL"
20033   layout:
20034     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
20035     layout: "plot-latency"
20036
20037 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
20038 - type: "plot"
20039   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20040   algorithm: "plot_latency_error_bars"
20041   output-file-type: ".html"
20042   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20043   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20044   filter: "'NIC_Intel-X710' and
20045            '64B' and
20046            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20047            'NDRPDR' and
20048            '1T1C' and
20049            'IP4FWD' and
20050            not 'IPSEC' and
20051            not 'DOT1Q' and
20052            not 'VHOST'"
20053   parameters:
20054   - "latency"
20055   - "parent"
20056   - "tags"
20057   sort:
20058   - "IP4BASE"
20059   - "FIB_20K"
20060   - "FIB_200K"
20061   - "FIB_2M"
20062   layout:
20063     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20064     layout: "plot-latency"
20065
20066 - type: "plot"
20067   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20068   algorithm: "plot_latency_error_bars"
20069   output-file-type: ".html"
20070   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20071   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20072   filter: "'NIC_Intel-X710' and
20073            '64B' and
20074            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20075            'NDRPDR' and
20076            '2T2C' and
20077            'IP4FWD' and
20078            not 'IPSEC' and
20079            not 'DOT1Q' and
20080            not 'VHOST'"
20081   parameters:
20082   - "latency"
20083   - "parent"
20084   - "tags"
20085   sort:
20086   - "IP4BASE"
20087   - "FIB_20K"
20088   - "FIB_200K"
20089   - "FIB_2M"
20090   layout:
20091     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20092     layout: "plot-latency"
20093
20094 # Packet Latency - VPP IPv4 3n-hsw-x710 features
20095 - type: "plot"
20096   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20097   algorithm: "plot_latency_error_bars"
20098   output-file-type: ".html"
20099   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20100   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20101   filter: "'NIC_Intel-X710' and
20102            '64B' and
20103            ('IP4BASE' or
20104             'POLICE_MARK' or
20105             'COPWHLIST' or
20106             ('NAT44' and 'BASE') or
20107             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20108            'NDRPDR' and
20109            '1T1C' and
20110            'IP4FWD' and
20111            not 'IPSEC' and
20112            not 'VHOST'"
20113   parameters:
20114   - "latency"
20115   - "parent"
20116   - "tags"
20117   sort:
20118   - "DOT1Q"
20119   - "IP4BASE"
20120   - "NAT44"
20121   - "POLICE_MARK"
20122   - "COPWHLIST"
20123   - "IACL"
20124   - "OACL"
20125   layout:
20126     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20127     layout: "plot-latency"
20128
20129 - type: "plot"
20130   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20131   algorithm: "plot_latency_error_bars"
20132   output-file-type: ".html"
20133   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20134   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20135   filter: "'NIC_Intel-X710' and
20136            '64B' and
20137            ('IP4BASE' or
20138             'POLICE_MARK' or
20139             'COPWHLIST' or
20140             ('NAT44' and 'BASE') or
20141             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20142            'NDRPDR' and
20143            '2T2C' and
20144            'IP4FWD' and
20145            not 'IPSEC' and
20146            not 'VHOST'"
20147   parameters:
20148   - "latency"
20149   - "parent"
20150   - "tags"
20151   sort:
20152   - "DOT1Q"
20153   - "IP4BASE"
20154   - "NAT44"
20155   - "POLICE_MARK"
20156   - "COPWHLIST"
20157   - "IACL"
20158   - "OACL"
20159   layout:
20160     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20161     layout: "plot-latency"
20162
20163 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20164 - type: "plot"
20165   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20166   algorithm: "plot_latency_error_bars"
20167   output-file-type: ".html"
20168   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20169   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20170   filter: "'NIC_Intel-X710' and
20171            '64B' and
20172            'NDRPDR' and
20173            '1T1C' and
20174            'IP4FWD' and
20175            ('NAT44' or 'IP4BASE') and
20176            not 'IPSEC' and
20177            not 'VHOST'"
20178   parameters:
20179   - "latency"
20180   - "parent"
20181   - "tags"
20182   sort:
20183   - "IP4BASE"
20184   - "BASE"
20185   - "SRC_USER_10"
20186   - "SRC_USER_100"
20187   - "SRC_USER_1000"
20188   - "SRC_USER_2000"
20189   layout:
20190     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20191     layout: "plot-latency"
20192
20193 - type: "plot"
20194   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20195   algorithm: "plot_latency_error_bars"
20196   output-file-type: ".html"
20197   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20198   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20199   filter: "'NIC_Intel-X710' and
20200            '64B' and
20201            'NDRPDR' and
20202            '2T2C' and
20203            'IP4FWD' and
20204            ('NAT44' or 'IP4BASE') and
20205            not 'IPSEC' and
20206            not 'VHOST'"
20207   parameters:
20208   - "latency"
20209   - "parent"
20210   - "tags"
20211   sort:
20212   - "IP4BASE"
20213   - "BASE"
20214   - "SRC_USER_10"
20215   - "SRC_USER_100"
20216   - "SRC_USER_1000"
20217   - "SRC_USER_2000"
20218   layout:
20219     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
20220     layout: "plot-latency"
20221
20222 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
20223 - type: "plot"
20224   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20225   algorithm: "plot_latency_error_bars"
20226   output-file-type: ".html"
20227   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20228   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20229   filter: "'NIC_Intel-X710' and
20230            '64B' and
20231            'NDRPDR' and
20232            '1T1C' and
20233            'IP4FWD' and
20234            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20235            not 'IPSEC' and
20236            not 'VHOST'"
20237   parameters:
20238   - "latency"
20239   - "parent"
20240   - "tags"
20241   sort:
20242   - "IP4BASE"
20243   - "ACL_STATELESS"
20244   - "ACL_STATEFUL"
20245   - "ACL_STATELESS"
20246   - "ACL_STATEFUL"
20247   layout:
20248     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
20249     layout: "plot-latency"
20250
20251 - type: "plot"
20252   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20253   algorithm: "plot_latency_error_bars"
20254   output-file-type: ".html"
20255   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20256   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20257   filter: "'NIC_Intel-X710' and
20258            '64B' and
20259            'NDRPDR' and
20260            '2T2C' and
20261            'IP4FWD' and
20262            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20263            not 'IPSEC' and
20264            not 'VHOST'"
20265   parameters:
20266   - "latency"
20267   - "parent"
20268   - "tags"
20269   sort:
20270   - "IP4BASE"
20271   - "ACL_STATELESS"
20272   - "ACL_STATEFUL"
20273   - "ACL_STATELESS"
20274   - "ACL_STATEFUL"
20275   layout:
20276     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20277     layout: "plot-latency"
20278
20279 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20280 - type: "plot"
20281   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20282   algorithm: "plot_latency_error_bars"
20283   output-file-type: ".html"
20284   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20285   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20286   filter: "'NIC_Intel-XL710' and
20287            '64B' and
20288            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20289            'NDRPDR' and
20290            '1T1C' and
20291            'IP4FWD' and
20292            not 'IPSEC' and
20293            not 'VHOST'"
20294   parameters:
20295   - "latency"
20296   - "parent"
20297   - "tags"
20298   sort:
20299   - "IP4BASE"
20300   - "FIB_20K"
20301   - "FIB_200K"
20302   - "FIB_2M"
20303   layout:
20304     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
20305     layout: "plot-latency"
20306
20307 - type: "plot"
20308   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20309   algorithm: "plot_latency_error_bars"
20310   output-file-type: ".html"
20311   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20312   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20313   filter: "'NIC_Intel-XL710' and
20314            '64B' and
20315            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20316            'NDRPDR' and
20317            '2T2C' and
20318            'IP4FWD' and
20319            not 'IPSEC' and
20320            not 'VHOST'"
20321   parameters:
20322   - "latency"
20323   - "parent"
20324   - "tags"
20325   sort:
20326   - "IP4BASE"
20327   - "FIB_20K"
20328   - "FIB_200K"
20329   - "FIB_2M"
20330   layout:
20331     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
20332     layout: "plot-latency"
20333
20334 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20335 - type: "plot"
20336   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20337   algorithm: "plot_latency_error_bars"
20338   output-file-type: ".html"
20339   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20340   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20341   filter: "'NIC_Intel-X710' and
20342            '64B' and
20343            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20344            'NDRPDR' and
20345            '2T1C' and
20346            'IP4FWD' and
20347            not 'IPSEC' and
20348            not 'DOT1Q' and
20349            not 'VHOST'"
20350   parameters:
20351   - "latency"
20352   - "parent"
20353   - "tags"
20354   sort:
20355   - "IP4BASE"
20356   - "FIB_20K"
20357   - "FIB_200K"
20358   - "FIB_2M"
20359   layout:
20360     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20361     layout: "plot-latency"
20362
20363 - type: "plot"
20364   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20365   algorithm: "plot_latency_error_bars"
20366   output-file-type: ".html"
20367   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20368   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20369   filter: "'NIC_Intel-X710' and
20370            '64B' and
20371            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20372            'NDRPDR' and
20373            '4T2C' and
20374            'IP4FWD' and
20375            not 'IPSEC' and
20376            not 'DOT1Q' and
20377            not 'VHOST'"
20378   parameters:
20379   - "latency"
20380   - "parent"
20381   - "tags"
20382   sort:
20383   - "IP4BASE"
20384   - "FIB_20K"
20385   - "FIB_200K"
20386   - "FIB_2M"
20387   layout:
20388     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20389     layout: "plot-latency"
20390
20391 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20392 - type: "plot"
20393   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20394   algorithm: "plot_latency_error_bars"
20395   output-file-type: ".html"
20396   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20398   filter: "'NIC_Intel-X710' and
20399            '64B' and
20400            ('IP4BASE' or
20401             'POLICE_MARK' or
20402             'COPWHLIST' or
20403             ('NAT44' and 'BASE') or
20404             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20405            'NDRPDR' and
20406            '2T1C' and
20407            'IP4FWD' and
20408            not 'IPSEC' and
20409            not 'VHOST'"
20410   parameters:
20411   - "latency"
20412   - "parent"
20413   - "tags"
20414   sort:
20415   - "DOT1Q"
20416   - "IP4BASE"
20417   - "NAT44"
20418   - "POLICE_MARK"
20419   - "COPWHLIST"
20420   - "IACL"
20421   - "OACL"
20422   layout:
20423     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20424     layout: "plot-latency"
20425
20426 - type: "plot"
20427   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20428   algorithm: "plot_latency_error_bars"
20429   output-file-type: ".html"
20430   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20431   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20432   filter: "'NIC_Intel-X710' and
20433            '64B' and
20434            ('IP4BASE' or
20435             'POLICE_MARK' or
20436             'COPWHLIST' or
20437             ('NAT44' and 'BASE') or
20438             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20439            'NDRPDR' and
20440            '4T2C' and
20441            'IP4FWD' and
20442            not 'IPSEC' and
20443            not 'VHOST'"
20444   parameters:
20445   - "latency"
20446   - "parent"
20447   - "tags"
20448   sort:
20449   - "DOT1Q"
20450   - "IP4BASE"
20451   - "NAT44"
20452   - "POLICE_MARK"
20453   - "COPWHLIST"
20454   - "IACL"
20455   - "OACL"
20456   layout:
20457     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20458     layout: "plot-latency"
20459
20460 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20461 - type: "plot"
20462   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20463   algorithm: "plot_latency_error_bars"
20464   output-file-type: ".html"
20465   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20466   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20467   filter: "'NIC_Intel-X710' and
20468            '64B' and
20469            'NDRPDR' and
20470            '2T1C' and
20471            'IP4FWD' and
20472            ('NAT44' or 'IP4BASE') and
20473            not 'IPSEC' and
20474            not 'VHOST'"
20475   parameters:
20476   - "latency"
20477   - "parent"
20478   - "tags"
20479   sort:
20480   - "IP4BASE"
20481   - "BASE"
20482   - "SRC_USER_10"
20483   - "SRC_USER_100"
20484   - "SRC_USER_1000"
20485   - "SRC_USER_2000"
20486   layout:
20487     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20488     layout: "plot-latency"
20489
20490 - type: "plot"
20491   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20492   algorithm: "plot_latency_error_bars"
20493   output-file-type: ".html"
20494   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20495   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20496   filter: "'NIC_Intel-X710' and
20497            '64B' and
20498            'NDRPDR' and
20499            '4T2C' and
20500            'IP4FWD' and
20501            ('NAT44' or 'IP4BASE') and
20502            not 'IPSEC' and
20503            not 'VHOST'"
20504   parameters:
20505   - "latency"
20506   - "parent"
20507   - "tags"
20508   sort:
20509   - "IP4BASE"
20510   - "BASE"
20511   - "SRC_USER_10"
20512   - "SRC_USER_100"
20513   - "SRC_USER_1000"
20514   - "SRC_USER_2000"
20515   layout:
20516     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20517     layout: "plot-latency"
20518
20519 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20520 - type: "plot"
20521   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20522   algorithm: "plot_latency_error_bars"
20523   output-file-type: ".html"
20524   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20525   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20526   filter: "'NIC_Intel-X710' and
20527            '64B' and
20528            'NDRPDR' and
20529            '2T1C' and
20530            'IP4FWD' and
20531            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20532            not 'IPSEC' and
20533            not 'VHOST'"
20534   parameters:
20535   - "latency"
20536   - "parent"
20537   - "tags"
20538   sort:
20539   - "IP4BASE"
20540   - "ACL_STATELESS"
20541   - "ACL_STATEFUL"
20542   - "ACL_STATELESS"
20543   - "ACL_STATEFUL"
20544   layout:
20545     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20546     layout: "plot-latency"
20547
20548 - type: "plot"
20549   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20550   algorithm: "plot_latency_error_bars"
20551   output-file-type: ".html"
20552   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20553   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20554   filter: "'NIC_Intel-X710' and
20555            '64B' and
20556            'NDRPDR' and
20557            '4T2C' and
20558            'IP4FWD' and
20559            'IACL' and
20560            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20561            not 'IPSEC' and
20562            not 'VHOST'"
20563   parameters:
20564   - "latency"
20565   - "parent"
20566   - "tags"
20567   sort:
20568   - "IP4BASE"
20569   - "ACL_STATELESS"
20570   - "ACL_STATEFUL"
20571   - "ACL_STATELESS"
20572   - "ACL_STATEFUL"
20573   layout:
20574     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
20575     layout: "plot-latency"
20576
20577 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20578 - type: "plot"
20579   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20580   algorithm: "plot_latency_error_bars"
20581   output-file-type: ".html"
20582   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20583   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20584   filter: "'NIC_Intel-X710' and
20585            '64B' and
20586            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20587            'NDRPDR' and
20588            '2T1C' and
20589            'IP4FWD' and
20590            not 'IPSEC' and
20591            not 'DOT1Q' and
20592            not 'VHOST'"
20593   parameters:
20594   - "latency"
20595   - "parent"
20596   - "tags"
20597   sort:
20598   - "IP4BASE"
20599   - "FIB_20K"
20600   - "FIB_200K"
20601   - "FIB_2M"
20602   layout:
20603     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20604     layout: "plot-latency"
20605
20606 - type: "plot"
20607   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20608   algorithm: "plot_latency_error_bars"
20609   output-file-type: ".html"
20610   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20611   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20612   filter: "'NIC_Intel-X710' and
20613            '64B' and
20614            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20615            'NDRPDR' and
20616            '4T2C' and
20617            'IP4FWD' and
20618            not 'IPSEC' and
20619            not 'DOT1Q' and
20620            not 'VHOST'"
20621   parameters:
20622   - "latency"
20623   - "parent"
20624   - "tags"
20625   sort:
20626   - "IP4BASE"
20627   - "FIB_20K"
20628   - "FIB_200K"
20629   - "FIB_2M"
20630   layout:
20631     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20632     layout: "plot-latency"
20633
20634 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20635 - type: "plot"
20636   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20637   algorithm: "plot_latency_error_bars"
20638   output-file-type: ".html"
20639   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20640   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20641   filter: "'NIC_Intel-X710' and
20642            '64B' and
20643            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20644            'NDRPDR' and
20645            '2T1C' and
20646            'IP4FWD' and
20647            not 'IPSEC' and
20648            not 'DOT1Q' and
20649            not 'VHOST'"
20650   parameters:
20651   - "latency"
20652   - "parent"
20653   - "tags"
20654   sort:
20655   - "IP4BASE"
20656   - "ACL_STATELESS"
20657   - "ACL_STATEFUL"
20658   - "ACL_STATELESS"
20659   - "ACL_STATEFUL"
20660   layout:
20661     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
20662     layout: "plot-latency"
20663
20664 - type: "plot"
20665   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20666   algorithm: "plot_latency_error_bars"
20667   output-file-type: ".html"
20668   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20669   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20670   filter: "'NIC_Intel-X710' and
20671            '64B' and
20672            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20673            'NDRPDR' and
20674            '4T2C' and
20675            'IP4FWD' and
20676            not 'IPSEC' and
20677            not 'DOT1Q' and
20678            not 'VHOST'"
20679   parameters:
20680   - "latency"
20681   - "parent"
20682   - "tags"
20683   sort:
20684   - "IP4BASE"
20685   - "ACL_STATELESS"
20686   - "ACL_STATEFUL"
20687   - "ACL_STATELESS"
20688   - "ACL_STATEFUL"
20689   layout:
20690     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
20691     layout: "plot-latency"
20692
20693 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
20694 - type: "plot"
20695   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20696   algorithm: "plot_latency_error_bars"
20697   output-file-type: ".html"
20698   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20699   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20700   filter: "'NIC_Intel-XXV710' and
20701            '64B' and
20702            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20703            'NDRPDR' and
20704            '2T1C' and
20705            'IP4FWD' and
20706            not 'IPSEC' and
20707            not 'DOT1Q' and
20708            not 'VHOST'"
20709   parameters:
20710   - "latency"
20711   - "parent"
20712   - "tags"
20713   sort:
20714   - "IP4BASE"
20715   - "FIB_20K"
20716   - "FIB_200K"
20717   - "FIB_2M"
20718   layout:
20719     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20720     layout: "plot-latency"
20721
20722 - type: "plot"
20723   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20724   algorithm: "plot_latency_error_bars"
20725   output-file-type: ".html"
20726   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20727   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20728   filter: "'NIC_Intel-XXV710' and
20729            '64B' and
20730            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20731            'NDRPDR' and
20732            '4T2C' and
20733            'IP4FWD' and
20734            not 'IPSEC' and
20735            not 'DOT1Q' and
20736            not 'VHOST'"
20737   parameters:
20738   - "latency"
20739   - "parent"
20740   - "tags"
20741   sort:
20742   - "IP4BASE"
20743   - "FIB_20K"
20744   - "FIB_200K"
20745   - "FIB_2M"
20746   layout:
20747     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20748     layout: "plot-latency"
20749
20750 ################################################################################
20751
20752 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
20753 - type: "plot"
20754   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20755   algorithm: "plot_latency_error_bars"
20756   output-file-type: ".html"
20757   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20758   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20759   filter: "'NIC_Intel-X520-DA2' and
20760            '64B' and
20761            'ENCAP' and
20762            'NDRPDR' and
20763            '1T1C' and
20764            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20765            not 'DOT1Q' and
20766            not 'VHOST' and
20767            not 'IPSECHW'"
20768   parameters:
20769   - "latency"
20770   - "parent"
20771   - "tags"
20772   sort:
20773   - "IP4BASE"
20774   - "L2BDMACLRN"
20775   - "L2XCFWD"
20776   - "LISP"
20777   layout:
20778     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20779     layout: "plot-latency"
20780
20781 - type: "plot"
20782   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20783   algorithm: "plot_latency_error_bars"
20784   output-file-type: ".html"
20785   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20786   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20787   filter: "'NIC_Intel-X520-DA2' and
20788            '64B' and
20789            'ENCAP' and
20790            'NDRPDR' and
20791            '2T2C' and
20792            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20793            not 'DOT1Q' and
20794            not 'VHOST' and
20795            not 'IPSECHW'"
20796   parameters:
20797   - "latency"
20798   - "parent"
20799   - "tags"
20800   sort:
20801   - "IP4BASE"
20802   - "L2BDMACLRN"
20803   - "L2XCFWD"
20804   - "LISP"
20805   layout:
20806     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20807     layout: "plot-latency"
20808
20809 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
20810 - type: "plot"
20811   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20812   algorithm: "plot_latency_error_bars"
20813   output-file-type: ".html"
20814   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20815   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20816   filter: "'NIC_Intel-X710' and
20817            '64B' and
20818            'ENCAP' and
20819            'NDRPDR' and
20820            '1T1C' and
20821            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20822            not 'VHOST' and
20823            not 'IPSECHW'"
20824   parameters:
20825   - "latency"
20826   - "parent"
20827   - "tags"
20828   sort:
20829   - "IP4BASE"
20830   - "LISP"
20831   - "VXLAN_1"
20832   - "VXLAN_10"
20833   - "VXLAN_100"
20834   - "VXLAN_1000"
20835   layout:
20836     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20837     layout: "plot-latency"
20838
20839 - type: "plot"
20840   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20841   algorithm: "plot_latency_error_bars"
20842   output-file-type: ".html"
20843   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20844   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20845   filter: "'NIC_Intel-X710' and
20846            '64B' and
20847            'ENCAP' and
20848            'NDRPDR' and
20849            '2T2C' and
20850            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20851            not 'VHOST' and
20852            not 'IPSECHW'"
20853   parameters:
20854   - "latency"
20855   - "parent"
20856   - "tags"
20857   sort:
20858   - "IP4BASE"
20859   - "LISP"
20860   - "VXLAN_1"
20861   - "VXLAN_10"
20862   - "VXLAN_100"
20863   - "VXLAN_1000"
20864   layout:
20865     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20866     layout: "plot-latency"
20867
20868 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
20869 - type: "plot"
20870   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20871   algorithm: "plot_latency_error_bars"
20872   output-file-type: ".html"
20873   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20874   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20875   filter: "'NIC_Intel-X710' and
20876            '64B' and
20877            'ENCAP' and
20878            'NDRPDR' and
20879            '1T1C' and
20880            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20881            not 'DOT1Q' and
20882            not 'VHOST' and
20883            not 'IPSECHW'"
20884   parameters:
20885   - "latency"
20886   - "parent"
20887   - "tags"
20888   sort:
20889   - "IP4BASE"
20890   - "L2BDMACLRN"
20891   - "L2XCFWD"
20892   - "LISP"
20893   layout:
20894     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
20895     layout: "plot-latency"
20896
20897 - type: "plot"
20898   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20899   algorithm: "plot_latency_error_bars"
20900   output-file-type: ".html"
20901   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20902   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20903   filter: "'NIC_Intel-X710' and
20904            '64B' and
20905            'ENCAP' and
20906            'NDRPDR' and
20907            '2T2C' and
20908            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20909            not 'DOT1Q' and
20910            not 'VHOST' and
20911            not 'IPSECHW'"
20912   parameters:
20913   - "latency"
20914   - "parent"
20915   - "tags"
20916   sort:
20917   - "IP4BASE"
20918   - "L2BDMACLRN"
20919   - "L2XCFWD"
20920   - "LISP"
20921   layout:
20922     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
20923     layout: "plot-latency"
20924
20925 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
20926 - type: "plot"
20927   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20928   algorithm: "plot_latency_error_bars"
20929   output-file-type: ".html"
20930   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20931   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20932   filter: "'NIC_Intel-X710' and
20933            '64B' and
20934            'ENCAP' and
20935            'NDRPDR' and
20936            '2T1C' and
20937            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20938            not 'VHOST' and
20939            not 'IPSECHW'"
20940   parameters:
20941   - "latency"
20942   - "parent"
20943   - "tags"
20944   sort:
20945   - "IP4BASE"
20946   - "LISP"
20947   - "VXLAN_1"
20948   - "VXLAN_10"
20949   - "VXLAN_100"
20950   - "VXLAN_1000"
20951   layout:
20952     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20953     layout: "plot-latency"
20954
20955 - type: "plot"
20956   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20957   algorithm: "plot_latency_error_bars"
20958   output-file-type: ".html"
20959   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20960   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20961   filter: "'NIC_Intel-X710' and
20962            '64B' and
20963            'ENCAP' and
20964            'NDRPDR' and
20965            '4T2C' and
20966            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20967            not 'VHOST' and
20968            not 'IPSECHW'"
20969   parameters:
20970   - "latency"
20971   - "parent"
20972   - "tags"
20973   sort:
20974   - "IP4BASE"
20975   - "LISP"
20976   - "VXLAN_1"
20977   - "VXLAN_10"
20978   - "VXLAN_100"
20979   - "VXLAN_1000"
20980   layout:
20981     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20982     layout: "plot-latency"
20983
20984 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
20985 - type: "plot"
20986   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20987   algorithm: "plot_latency_error_bars"
20988   output-file-type: ".html"
20989   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20990   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20991   filter: "'NIC_Intel-X710' and
20992            '64B' and
20993            'ENCAP' and
20994            'NDRPDR' and
20995            '2T1C' and
20996            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20997            not 'DOT1Q' and
20998            not 'VHOST' and
20999            not 'IPSECHW'"
21000   parameters:
21001   - "latency"
21002   - "parent"
21003   - "tags"
21004   sort:
21005   - "IP4BASE"
21006   - "L2BDMACLRN"
21007   - "L2XCFWD"
21008   - "LISP"
21009   layout:
21010     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
21011     layout: "plot-latency"
21012
21013 - type: "plot"
21014   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21015   algorithm: "plot_latency_error_bars"
21016   output-file-type: ".html"
21017   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21018   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21019   filter: "'NIC_Intel-X710' and
21020            '64B' and
21021            'ENCAP' and
21022            'NDRPDR' and
21023            '4T2C' and
21024            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
21025            not 'DOT1Q' and
21026            not 'VHOST' and
21027            not 'IPSECHW'"
21028   parameters:
21029   - "latency"
21030   - "parent"
21031   - "tags"
21032   sort:
21033   - "IP4BASE"
21034   - "L2BDMACLRN"
21035   - "L2XCFWD"
21036   - "LISP"
21037   layout:
21038     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
21039     layout: "plot-latency"
21040
21041 ################################################################################
21042
21043 # Packet Latency - VPP IPv6 3n-hsw-x520
21044 - type: "plot"
21045   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21046   algorithm: "plot_latency_error_bars"
21047   output-file-type: ".html"
21048   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21049   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21050   filter: "'NIC_Intel-X520-DA2' and
21051            '78B' and
21052            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21053            'NDRPDR' and
21054            '1T1C' and
21055            'IP6FWD' and
21056            not 'SRv6' and
21057            not 'IPSEC' and
21058            not 'VHOST'"
21059   parameters:
21060   - "latency"
21061   - "parent"
21062   - "tags"
21063   sort:
21064   - "IP6BASE"
21065   - "FIB_20K"
21066   - "FIB_200K"
21067   - "FIB_2M"
21068   layout:
21069     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
21070     layout: "plot-latency"
21071
21072 - type: "plot"
21073   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21074   algorithm: "plot_latency_error_bars"
21075   output-file-type: ".html"
21076   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21077   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21078   filter: "'NIC_Intel-X520-DA2' and
21079            '78B' and
21080            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21081            'NDRPDR' and
21082            '2T2C' and
21083            'IP6FWD' and
21084            not 'SRv6' and
21085            not 'IPSEC' and
21086            not 'VHOST'"
21087   parameters:
21088   - "latency"
21089   - "parent"
21090   - "tags"
21091   sort:
21092   - "IP6BASE"
21093   - "FIB_20K"
21094   - "FIB_200K"
21095   - "FIB_2M"
21096   layout:
21097     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
21098     layout: "plot-latency"
21099
21100 # Packet Latency - VPP IPv6 3n-hsw-x710
21101 - type: "plot"
21102   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21103   algorithm: "plot_latency_error_bars"
21104   output-file-type: ".html"
21105   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21106   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21107   filter: "'NIC_Intel-X710' and
21108            '78B' and
21109            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21110            'NDRPDR' and
21111            '1T1C' and
21112            'IP6FWD' and
21113            not 'SRv6' and
21114            not 'IPSEC' and
21115            not 'VHOST'"
21116   parameters:
21117   - "latency"
21118   - "parent"
21119   - "tags"
21120   sort:
21121   - "IP6BASE"
21122   - "FIB_20K"
21123   - "FIB_200K"
21124   - "FIB_2M"
21125   layout:
21126     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
21127     layout: "plot-latency"
21128
21129 - type: "plot"
21130   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21131   algorithm: "plot_latency_error_bars"
21132   output-file-type: ".html"
21133   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21134   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21135   filter: "'NIC_Intel-X710' and
21136            '78B' and
21137            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21138            'NDRPDR' and
21139            '2T2C' and
21140            'IP6FWD' and
21141            not 'SRv6' and
21142            not 'IPSEC' and
21143            not 'VHOST'"
21144   parameters:
21145   - "latency"
21146   - "parent"
21147   - "tags"
21148   sort:
21149   - "IP6BASE"
21150   - "FIB_20K"
21151   - "FIB_200K"
21152   - "FIB_2M"
21153   layout:
21154     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21155     layout: "plot-latency"
21156
21157 # Packet Latency - VPP IPv6 3n-hsw-xl710
21158 - type: "plot"
21159   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21160   algorithm: "plot_latency_error_bars"
21161   output-file-type: ".html"
21162   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21163   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21164   filter: "'NIC_Intel-XL710' and
21165            '78B' and
21166            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21167            'NDRPDR' and
21168            '1T1C' and
21169            'IP6FWD' and
21170            not 'SRv6' and
21171            not 'IPSEC' and
21172            not 'VHOST'"
21173   parameters:
21174   - "latency"
21175   - "parent"
21176   - "tags"
21177   sort:
21178   - "IP6BASE"
21179   - "FIB_20K"
21180   - "FIB_200K"
21181   - "FIB_2M"
21182   layout:
21183     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
21184     layout: "plot-latency"
21185
21186 - type: "plot"
21187   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21188   algorithm: "plot_latency_error_bars"
21189   output-file-type: ".html"
21190   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21191   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21192   filter: "'NIC_Intel-XL710' and
21193            '78B' and
21194            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21195            'NDRPDR' and
21196            '2T2C' and
21197            'IP6FWD' and
21198            not 'SRv6' and
21199            not 'IPSEC' and
21200            not 'VHOST'"
21201   parameters:
21202   - "latency"
21203   - "parent"
21204   - "tags"
21205   sort:
21206   - "IP6BASE"
21207   - "FIB_20K"
21208   - "FIB_200K"
21209   - "FIB_2M"
21210   layout:
21211     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
21212     layout: "plot-latency"
21213
21214 # Packet Latency - VPP IPv6 3n-skx-x710
21215 - type: "plot"
21216   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21217   algorithm: "plot_latency_error_bars"
21218   output-file-type: ".html"
21219   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21220   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21221   filter: "'NIC_Intel-X710' and
21222            '78B' and
21223            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21224            'NDRPDR' and
21225            '2T1C' and
21226            'IP6FWD' and
21227            not 'SRv6' and
21228            not 'IPSEC' and
21229            not 'VHOST'"
21230   parameters:
21231   - "latency"
21232   - "parent"
21233   - "tags"
21234   sort:
21235   - "IP6BASE"
21236   - "FIB_20K"
21237   - "FIB_200K"
21238   - "FIB_2M"
21239   layout:
21240     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
21241     layout: "plot-latency"
21242
21243 - type: "plot"
21244   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21245   algorithm: "plot_latency_error_bars"
21246   output-file-type: ".html"
21247   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21248   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21249   filter: "'NIC_Intel-X710' and
21250            '78B' and
21251            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21252            'NDRPDR' and
21253            '4T2C' and
21254            'IP6FWD' and
21255            not 'SRv6' and
21256            not 'IPSEC' and
21257            not 'VHOST'"
21258   parameters:
21259   - "latency"
21260   - "parent"
21261   - "tags"
21262   sort:
21263   - "IP6BASE"
21264   - "FIB_20K"
21265   - "FIB_200K"
21266   - "FIB_2M"
21267   layout:
21268     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
21269     layout: "plot-latency"
21270
21271 # Packet Latency - VPP IPv6 3n-skx-xxv710
21272 - type: "plot"
21273   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21274   algorithm: "plot_latency_error_bars"
21275   output-file-type: ".html"
21276   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21277   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21278   filter: "'NIC_Intel-XXV710' and
21279            '78B' and
21280            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21281            'NDRPDR' and
21282            '2T1C' and
21283            'IP6FWD' and
21284            not 'SRv6' and
21285            not 'IPSEC' and
21286            not 'VHOST'"
21287   parameters:
21288   - "latency"
21289   - "parent"
21290   - "tags"
21291   sort:
21292   - "IP6BASE"
21293   - "FIB_20K"
21294   - "FIB_200K"
21295   - "FIB_2M"
21296   layout:
21297     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21298     layout: "plot-latency"
21299
21300 - type: "plot"
21301   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21302   algorithm: "plot_latency_error_bars"
21303   output-file-type: ".html"
21304   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21305   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21306   filter: "'NIC_Intel-XXV710' and
21307            '78B' and
21308            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21309            'NDRPDR' and
21310            '4T2C' and
21311            'IP6FWD' and
21312            not 'SRv6' and
21313            not 'IPSEC' and
21314            not 'VHOST'"
21315   parameters:
21316   - "latency"
21317   - "parent"
21318   - "tags"
21319   sort:
21320   - "IP6BASE"
21321   - "FIB_20K"
21322   - "FIB_200K"
21323   - "FIB_2M"
21324   layout:
21325     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21326     layout: "plot-latency"
21327
21328 # Packet Latency - VPP IPv6 2n-skx-x710
21329 - type: "plot"
21330   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21331   algorithm: "plot_latency_error_bars"
21332   output-file-type: ".html"
21333   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21334   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21335   filter: "'NIC_Intel-X710' and
21336            '78B' and
21337            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21338            'NDRPDR' and
21339            '2T1C' and
21340            'IP6FWD' and
21341            not 'SRv6' and
21342            not 'IPSEC' and
21343            not 'VHOST'"
21344   parameters:
21345   - "latency"
21346   - "parent"
21347   - "tags"
21348   sort:
21349   - "IP6BASE"
21350   - "FIB_20K"
21351   - "FIB_200K"
21352   - "FIB_2M"
21353   layout:
21354     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21355     layout: "plot-latency"
21356
21357 - type: "plot"
21358   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21359   algorithm: "plot_latency_error_bars"
21360   output-file-type: ".html"
21361   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21362   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21363   filter: "'NIC_Intel-X710' and
21364            '78B' and
21365            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21366            'NDRPDR' and
21367            '4T2C' and
21368            'IP6FWD' and
21369            not 'SRv6' and
21370            not 'IPSEC' and
21371            not 'VHOST'"
21372   parameters:
21373   - "latency"
21374   - "parent"
21375   - "tags"
21376   sort:
21377   - "IP6BASE"
21378   - "FIB_20K"
21379   - "FIB_200K"
21380   - "FIB_2M"
21381   layout:
21382     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21383     layout: "plot-latency"
21384
21385 # Packet Latency - VPP IPv6 2n-skx-xxv710
21386 - type: "plot"
21387   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21388   algorithm: "plot_latency_error_bars"
21389   output-file-type: ".html"
21390   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21391   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21392   filter: "'NIC_Intel-XXV710' and
21393            '78B' and
21394            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21395            'NDRPDR' and
21396            '2T1C' and
21397            'IP6FWD' and
21398            not 'SRv6' and
21399            not 'IPSEC' and
21400            not 'VHOST'"
21401   parameters:
21402   - "latency"
21403   - "parent"
21404   - "tags"
21405   sort:
21406   - "IP6BASE"
21407   - "FIB_20K"
21408   - "FIB_200K"
21409   - "FIB_2M"
21410   layout:
21411     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21412     layout: "plot-latency"
21413
21414 - type: "plot"
21415   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21416   algorithm: "plot_latency_error_bars"
21417   output-file-type: ".html"
21418   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21419   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21420   filter: "'NIC_Intel-XXV710' and
21421            '78B' and
21422            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21423            'NDRPDR' and
21424            '4T2C' and
21425            'IP6FWD' and
21426            not 'SRv6' and
21427            not 'IPSEC' and
21428            not 'VHOST'"
21429   parameters:
21430   - "latency"
21431   - "parent"
21432   - "tags"
21433   sort:
21434   - "IP6BASE"
21435   - "FIB_20K"
21436   - "FIB_200K"
21437   - "FIB_2M"
21438   layout:
21439     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21440     layout: "plot-latency"
21441
21442 ################################################################################
21443
21444 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21445 - type: "plot"
21446   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21447   algorithm: "plot_latency_error_bars"
21448   output-file-type: ".html"
21449   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21450   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21451   filter: "'NIC_Intel-X520-DA2' and
21452            '78B' and
21453            'ENCAP' and
21454            'NDRPDR' and
21455            '1T1C' and
21456            'LISP' and
21457            not 'VHOST'"
21458   parameters:
21459   - "latency"
21460   - "parent"
21461   - "tags"
21462   sort:
21463   - "IP4UNRLAY"
21464   - "IP6UNRLAY"
21465   layout:
21466     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
21467     layout: "plot-latency"
21468
21469 - type: "plot"
21470   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21471   algorithm: "plot_latency_error_bars"
21472   output-file-type: ".html"
21473   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21474   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21475   filter: "'NIC_Intel-X520-DA2' and
21476            '78B' and
21477            'ENCAP' and
21478            'NDRPDR' and
21479            '2T2C' and
21480            'LISP' and
21481            not 'VHOST'"
21482   parameters:
21483   - "latency"
21484   - "parent"
21485   - "tags"
21486   sort:
21487   - "IP4UNRLAY"
21488   - "IP6UNRLAY"
21489   layout:
21490     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
21491     layout: "plot-latency"
21492
21493 ################################################################################
21494
21495 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21496 - type: "plot"
21497   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21498   algorithm: "plot_latency_error_bars"
21499   output-file-type: ".html"
21500   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21501   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21502   filter: "'NIC_Intel-XL710' and
21503            '64B' and
21504            'IP4FWD' and
21505            'NDRPDR' and
21506            'BASE' and
21507            '1T1C' and
21508            'IPSECHW' and
21509            not 'VHOST'"
21510   parameters:
21511   - "latency"
21512   - "parent"
21513   - "tags"
21514   layout:
21515     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21516     layout: "plot-latency"
21517
21518 - type: "plot"
21519   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21520   algorithm: "plot_latency_error_bars"
21521   output-file-type: ".html"
21522   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21523   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21524   filter: "'NIC_Intel-XL710' and
21525            '64B' and
21526            'IP4FWD' and
21527            'NDRPDR' and
21528            'BASE' and
21529            '2T2C' and
21530            'IPSECHW' and
21531            not 'VHOST'"
21532   parameters:
21533   - "latency"
21534   - "parent"
21535   - "tags"
21536   layout:
21537     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21538     layout: "plot-latency"
21539
21540 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21541 - type: "plot"
21542   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21543   algorithm: "plot_latency_error_bars"
21544   output-file-type: ".html"
21545   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21546   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21547   filter: "'NIC_Intel-XL710' and
21548            '64B' and
21549            'IP4FWD' and
21550            'NDRPDR' and
21551            'SCALE' and
21552            '1T1C' and
21553            'IPSECHW' and
21554            not 'VHOST'"
21555   parameters:
21556   - "latency"
21557   - "parent"
21558   - "tags"
21559   layout:
21560     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
21561     layout: "plot-latency"
21562
21563 - type: "plot"
21564   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21565   algorithm: "plot_latency_error_bars"
21566   output-file-type: ".html"
21567   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21568   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21569   filter: "'NIC_Intel-XL710' and
21570            '64B' and
21571            'IP4FWD' and
21572            'NDRPDR' and
21573            'SCALE' and
21574            '2T2C' and
21575            'IPSECHW' and
21576            not 'VHOST'"
21577   parameters:
21578   - "latency"
21579   - "parent"
21580   - "tags"
21581   layout:
21582     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
21583     layout: "plot-latency"
21584
21585 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
21586 - type: "plot"
21587   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21588   algorithm: "plot_latency_error_bars"
21589   output-file-type: ".html"
21590   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21591   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21592   filter: "'NIC_Intel-XL710' and
21593            '64B' and
21594            'IP4FWD' and
21595            'NDRPDR' and
21596            '1T1C' and
21597            'IPSECSW' and
21598            not 'VHOST'"
21599   parameters:
21600   - "latency"
21601   - "parent"
21602   - "tags"
21603   layout:
21604     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
21605     layout: "plot-latency"
21606
21607 - type: "plot"
21608   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21609   algorithm: "plot_latency_error_bars"
21610   output-file-type: ".html"
21611   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21612   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21613   filter: "'NIC_Intel-XL710' and
21614            '64B' and
21615            'IP4FWD' and
21616            'NDRPDR' and
21617            '2T2C' and
21618            'IPSECSW' and
21619            not 'VHOST'"
21620   parameters:
21621   - "latency"
21622   - "parent"
21623   - "tags"
21624   layout:
21625     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
21626     layout: "plot-latency"
21627
21628 ################################################################################
21629
21630 # Packet Latency - VPP SRv6 3n-hsw-x520
21631 - type: "plot"
21632   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21633   algorithm: "plot_latency_error_bars"
21634   output-file-type: ".html"
21635   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21636   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21637   filter: "'NIC_Intel-X520-DA2' and
21638            '78B' and
21639            'FEATURE' and
21640            'NDRPDR' and
21641            '1T1C' and
21642            'IP6FWD' and
21643            'SRv6'"
21644   parameters:
21645   - "latency"
21646   - "parent"
21647   - "tags"
21648   layout:
21649     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
21650     layout: "plot-latency"
21651
21652 - type: "plot"
21653   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21654   algorithm: "plot_latency_error_bars"
21655   output-file-type: ".html"
21656   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21657   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21658   filter: "'NIC_Intel-X520-DA2' and
21659            '78B' and
21660            'FEATURE' and
21661            'NDRPDR' and
21662            '2T2C' and
21663            'IP6FWD' and
21664            'SRv6'"
21665   parameters:
21666   - "latency"
21667   - "parent"
21668   - "tags"
21669   layout:
21670     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
21671     layout: "plot-latency"
21672
21673 ################################################################################
21674
21675 # Packet Latency - VPP vhost ip4 3n-hsw-x520
21676 - type: "plot"
21677   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21678   algorithm: "plot_latency_error_bars"
21679   output-file-type: ".html"
21680   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21681   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21682   filter: "'NIC_Intel-X520-DA2' and
21683            '64B' and
21684            'NDRPDR' and
21685            'ETH' and
21686            'IP4FWD' and
21687            '1T1C' and
21688            'VHOST_1024' and
21689            not 'VXLAN' and
21690            not 'DOT1Q'"
21691   parameters:
21692   - "latency"
21693   - "parent"
21694   - "tags"
21695   sort:
21696   - "not CFS_OPT"
21697   - "1VM"
21698   - "2VM"
21699   layout:
21700     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21701     layout: "plot-latency"
21702
21703 - type: "plot"
21704   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21705   algorithm: "plot_latency_error_bars"
21706   output-file-type: ".html"
21707   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21708   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21709   filter: "'NIC_Intel-X520-DA2' and
21710            '64B' and
21711            'NDRPDR' and
21712            'ETH' and
21713            'IP4FWD' and
21714            '2T2C' and
21715            'VHOST_1024' and
21716            not 'VXLAN' and
21717            not 'DOT1Q'"
21718   parameters:
21719   - "latency"
21720   - "parent"
21721   - "tags"
21722   sort:
21723   - "not CFS_OPT"
21724   - "1VM"
21725   - "2VM"
21726   layout:
21727     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21728     layout: "plot-latency"
21729
21730 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
21731 - type: "plot"
21732   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21733   algorithm: "plot_latency_error_bars"
21734   output-file-type: ".html"
21735   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21736   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21737   filter: "'NIC_Intel-X520-DA2' and
21738            '64B' and
21739            'NDRPDR' and
21740            ('ETH' or 'DOT1Q') and
21741            'BASE' and
21742            '1T1C' and
21743            ('L2BDMACLRN' or 'L2XCFWD') and
21744            'VHOST_1024' and
21745            not 'VXLAN' and
21746            not 'IP4FWD' and
21747            not '2VM'"
21748   parameters:
21749   - "latency"
21750   - "parent"
21751   - "tags"
21752   sort:
21753   - "L2BDMACLRN"
21754   - "L2BDMACLRN"
21755   - "L2BDMACLRN"
21756   - "L2XCFWD"
21757   - "L2XCFWD"
21758   - "L2XCFWD"
21759   layout:
21760     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
21761     layout: "plot-latency"
21762
21763 - type: "plot"
21764   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21765   algorithm: "plot_latency_error_bars"
21766   output-file-type: ".html"
21767   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21768   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21769   filter: "'NIC_Intel-X520-DA2' and
21770            '64B' and
21771            'NDRPDR' and
21772            ('ETH' or 'DOT1Q') and
21773            'BASE' and
21774            '2T2C' and
21775            ('L2BDMACLRN' or 'L2XCFWD') and
21776            'VHOST_1024' and
21777            not 'VXLAN' and
21778            not 'IP4FWD' and
21779            not '2VM'"
21780   parameters:
21781   - "latency"
21782   - "parent"
21783   - "tags"
21784   sort:
21785   - "L2BDMACLRN"
21786   - "L2BDMACLRN"
21787   - "L2BDMACLRN"
21788   - "L2XCFWD"
21789   - "L2XCFWD"
21790   - "L2XCFWD"
21791   layout:
21792     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
21793     layout: "plot-latency"
21794
21795 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
21796 - type: "plot"
21797   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21798   algorithm: "plot_latency_error_bars"
21799   output-file-type: ".html"
21800   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21801   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21802   filter: "'NIC_Intel-X520-DA2' and
21803            '64B' and
21804            'NDRPDR' and
21805            ('ETH' or 'DOT1Q') and
21806            '1T1C' and
21807            ('L2BDMACLRN' or 'L2XCFWD') and
21808            'VHOST_1024' and
21809            not 'CFS_OPT' and
21810            not 'DOT1Q' and
21811            not 'VXLAN' and
21812            not 'IP4FWD' and
21813            not 'LBOND'"
21814   parameters:
21815   - "latency"
21816   - "parent"
21817   - "tags"
21818 #  sort:
21819 #  - "1VM"
21820 #  - "L2XCFWD"
21821 #  - "1VM"
21822 #  - "L2BDMACLRN"
21823   layout:
21824     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
21825     layout: "plot-latency"
21826
21827 - type: "plot"
21828   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21829   algorithm: "plot_latency_error_bars"
21830   output-file-type: ".html"
21831   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21832   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21833   filter: "'NIC_Intel-X520-DA2' and
21834            '64B' and
21835            'NDRPDR' and
21836            ('ETH' or 'DOT1Q') and
21837            '2T2C' and
21838            ('L2BDMACLRN' or 'L2XCFWD') and
21839            'VHOST_1024' and
21840            not 'CFS_OPT' and
21841            not 'DOT1Q' and
21842            not 'VXLAN' and
21843            not 'IP4FWD' and
21844            not 'LBOND'"
21845   parameters:
21846   - "latency"
21847   - "parent"
21848   - "tags"
21849 #  sort:
21850 #  - "1VM"
21851 #  - "L2XCFWD"
21852 #  - "1VM"
21853 #  - "L2BDMACLRN"
21854   layout:
21855     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
21856     layout: "plot-latency"
21857
21858 # Packet Latency - VPP vhost ip4 3n-hsw-x710
21859 - type: "plot"
21860   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21861   algorithm: "plot_latency_error_bars"
21862   output-file-type: ".html"
21863   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21864   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21865   filter: "'NIC_Intel-X710' and
21866            '64B' and
21867            'NDRPDR' and
21868            'ETH' and
21869            'IP4FWD' and
21870            '1T1C' and
21871            'VHOST_1024' and
21872            not 'VXLAN' and
21873            not 'CFS_OPT' and
21874            not 'DOT1Q'"
21875   parameters:
21876   - "latency"
21877   - "parent"
21878   - "tags"
21879   sort:
21880   - "1VM"
21881   - "2VM"
21882   layout:
21883     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21884     layout: "plot-latency"
21885
21886 - type: "plot"
21887   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21888   algorithm: "plot_latency_error_bars"
21889   output-file-type: ".html"
21890   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21891   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21892   filter: "'NIC_Intel-X710' and
21893            '64B' and
21894            'NDRPDR' and
21895            'ETH' and
21896            'IP4FWD' and
21897            '2T2C' and
21898            'VHOST_1024' and
21899            not 'VXLAN' and
21900            not 'CFS_OPT' and
21901            not 'DOT1Q'"
21902   parameters:
21903   - "latency"
21904   - "parent"
21905   - "tags"
21906   sort:
21907   - "1VM"
21908   - "2VM"
21909   layout:
21910     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21911     layout: "plot-latency"
21912
21913 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
21914 - type: "plot"
21915   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21916   algorithm: "plot_latency_error_bars"
21917   output-file-type: ".html"
21918   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21919   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21920   filter: "'NIC_Intel-X710' and
21921            '64B' and
21922            'NDRPDR' and
21923            ('ETH' or 'DOT1Q') and
21924            'BASE' and
21925            '1T1C' and
21926            ('L2BDMACLRN' or 'L2XCFWD') and
21927            'VHOST_1024' and
21928            not 'VXLAN' and
21929            not 'IP4FWD' and
21930            not '2VM'"
21931   parameters:
21932   - "latency"
21933   - "parent"
21934   - "tags"
21935   sort:
21936   - "L2BDMACLRN"
21937   - "L2BDMACLRN"
21938   - "L2BDMACLRN"
21939   - "L2XCFWD"
21940   - "L2XCFWD"
21941   - "L2XCFWD"
21942   layout:
21943     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21944     layout: "plot-latency"
21945
21946 - type: "plot"
21947   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21948   algorithm: "plot_latency_error_bars"
21949   output-file-type: ".html"
21950   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21951   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21952   filter: "'NIC_Intel-X710' and
21953            '64B' and
21954            'NDRPDR' and
21955            ('ETH' or 'DOT1Q') and
21956            'BASE' and
21957            '2T2C' and
21958            ('L2BDMACLRN' or 'L2XCFWD') and
21959            'VHOST_1024' and
21960            not 'VXLAN' and
21961            not 'IP4FWD' and
21962            not '2VM'"
21963   parameters:
21964   - "latency"
21965   - "parent"
21966   - "tags"
21967   sort:
21968   - "L2BDMACLRN"
21969   - "L2BDMACLRN"
21970   - "L2BDMACLRN"
21971   - "L2XCFWD"
21972   - "L2XCFWD"
21973   - "L2XCFWD"
21974   layout:
21975     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21976     layout: "plot-latency"
21977
21978 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
21979 - type: "plot"
21980   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21981   algorithm: "plot_latency_error_bars"
21982   output-file-type: ".html"
21983   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21984   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21985   filter: "'NIC_Intel-X710' and
21986            '64B' and
21987            'NDRPDR' and
21988            ('ETH' or 'DOT1Q') and
21989            '1T1C' and
21990            ('L2BDMACLRN' or 'L2XCFWD') and
21991            'VHOST_1024' and
21992            not 'CFS_OPT' and
21993            not 'VXLAN' and
21994            not 'IP4FWD' and
21995            not 'LBOND'"
21996   parameters:
21997   - "latency"
21998   - "parent"
21999   - "tags"
22000   sort:
22001   - "L2BDMACLRN"
22002   - "L2BDMACLRN"
22003   - "L2BDMACLRN"
22004   - "L2XCFWD"
22005   - "L2XCFWD"
22006   - "L2XCFWD"
22007   layout:
22008     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
22009     layout: "plot-latency"
22010
22011 - type: "plot"
22012   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
22013   algorithm: "plot_latency_error_bars"
22014   output-file-type: ".html"
22015   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
22016   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22017   filter: "'NIC_Intel-X710' and
22018            '64B' and
22019            'NDRPDR' and
22020            ('ETH' or 'DOT1Q') and
22021            '2T2C' and
22022            ('L2BDMACLRN' or 'L2XCFWD') and
22023            'VHOST_1024' and
22024            not 'CFS_OPT' and
22025            not 'VXLAN' and
22026            not 'IP4FWD' and
22027            not 'LBOND'"
22028   parameters:
22029   - "latency"
22030   - "parent"
22031   - "tags"
22032   sort:
22033   - "L2BDMACLRN"
22034   - "L2BDMACLRN"
22035   - "L2BDMACLRN"
22036   - "L2XCFWD"
22037   - "L2XCFWD"
22038   - "L2XCFWD"
22039   layout:
22040     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
22041     layout: "plot-latency"
22042
22043 # Packet Latency - VPP vhost ip4 3n-skx-x710
22044 - type: "plot"
22045   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22046   algorithm: "plot_latency_error_bars"
22047   output-file-type: ".html"
22048   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22049   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22050   filter: "'NIC_Intel-X710' and
22051            '64B' and
22052            'NDRPDR' and
22053            'ETH' and
22054            'IP4FWD' and
22055            '2T1C' and
22056            'VHOST_1024' and
22057            not 'VXLAN' and
22058            not 'DOT1Q'"
22059   parameters:
22060   - "latency"
22061   - "parent"
22062   - "tags"
22063   sort:
22064   - "1VM"
22065   - "2VM"
22066   layout:
22067     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22068     layout: "plot-latency"
22069
22070 - type: "plot"
22071   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22072   algorithm: "plot_latency_error_bars"
22073   output-file-type: ".html"
22074   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22075   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22076   filter: "'NIC_Intel-X710' and
22077            '64B' and
22078            'NDRPDR' and
22079            'ETH' and
22080            'IP4FWD' and
22081            '4T2C' and
22082            'VHOST_1024' and
22083            not 'VXLAN' and
22084            not 'DOT1Q'"
22085   parameters:
22086   - "latency"
22087   - "parent"
22088   - "tags"
22089   sort:
22090   - "1VM"
22091   - "2VM"
22092   layout:
22093     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22094     layout: "plot-latency"
22095
22096 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
22097 - type: "plot"
22098   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22099   algorithm: "plot_latency_error_bars"
22100   output-file-type: ".html"
22101   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22102   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22103   filter: "'NIC_Intel-X710' and
22104            '64B' and
22105            'NDRPDR' and
22106            ('ETH' or 'DOT1Q') and
22107            'BASE' and
22108            '2T1C' and
22109            ('L2BDMACLRN' or 'L2XCFWD') and
22110            'VHOST_1024' and
22111            not 'VXLAN' and
22112            not 'IP4FWD' and
22113            not '2VM'"
22114   parameters:
22115   - "latency"
22116   - "parent"
22117   - "tags"
22118   sort:
22119   - "L2BDMACLRN"
22120   - "L2BDMACLRN"
22121   - "L2BDMACLRN"
22122   - "L2XCFWD"
22123   - "L2XCFWD"
22124   - "L2XCFWD"
22125   layout:
22126     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
22127     layout: "plot-latency"
22128
22129 - type: "plot"
22130   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22131   algorithm: "plot_latency_error_bars"
22132   output-file-type: ".html"
22133   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22134   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22135   filter: "'NIC_Intel-X710' and
22136            '64B' and
22137            'NDRPDR' and
22138            ('ETH' or 'DOT1Q') and
22139            'BASE' and
22140            '4T2C' and
22141            ('L2BDMACLRN' or 'L2XCFWD') and
22142            'VHOST_1024' and
22143            not 'VXLAN' and
22144            not 'IP4FWD' and
22145            not '2VM'"
22146   parameters:
22147   - "latency"
22148   - "parent"
22149   - "tags"
22150   sort:
22151   - "L2BDMACLRN"
22152   - "L2BDMACLRN"
22153   - "L2BDMACLRN"
22154   - "L2XCFWD"
22155   - "L2XCFWD"
22156   - "L2XCFWD"
22157   layout:
22158     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
22159     layout: "plot-latency"
22160
22161 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
22162 - type: "plot"
22163   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22164   algorithm: "plot_latency_error_bars"
22165   output-file-type: ".html"
22166   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22167   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22168   filter: "'NIC_Intel-X710' and
22169            '64B' and
22170            'NDRPDR' and
22171            ('ETH' or 'DOT1Q') and
22172            '2T1C' and
22173            ('L2BDMACLRN' or 'L2XCFWD') and
22174            'VHOST_1024' and
22175            not 'CFS_OPT' and
22176            not 'VXLAN' and
22177            not 'IP4FWD' and
22178            not 'LBOND'"
22179   parameters:
22180   - "latency"
22181   - "parent"
22182   - "tags"
22183   sort:
22184   - "L2BDMACLRN"
22185   - "L2BDMACLRN"
22186   - "L2BDMACLRN"
22187   - "L2XCFWD"
22188   - "L2XCFWD"
22189   - "L2XCFWD"
22190   layout:
22191     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
22192     layout: "plot-latency"
22193
22194 - type: "plot"
22195   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22196   algorithm: "plot_latency_error_bars"
22197   output-file-type: ".html"
22198   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22199   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22200   filter: "'NIC_Intel-X710' and
22201            '64B' and
22202            'NDRPDR' and
22203            ('ETH' or 'DOT1Q') and
22204            '4T2C' and
22205            ('L2BDMACLRN' or 'L2XCFWD') and
22206            'VHOST_1024' and
22207            not 'CFS_OPT' and
22208            not 'VXLAN' and
22209            not 'IP4FWD' and
22210            not 'LBOND'"
22211   parameters:
22212   - "latency"
22213   - "parent"
22214   - "tags"
22215   sort:
22216   - "L2BDMACLRN"
22217   - "L2BDMACLRN"
22218   - "L2BDMACLRN"
22219   - "L2XCFWD"
22220   - "L2XCFWD"
22221   - "L2XCFWD"
22222   layout:
22223     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
22224     layout: "plot-latency"
22225
22226 # Packet Latency - VPP vhost ip4 2n-skx-x710
22227 - type: "plot"
22228   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22229   algorithm: "plot_latency_error_bars"
22230   output-file-type: ".html"
22231   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22232   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22233   filter: "'NIC_Intel-X710' and
22234            '64B' and
22235            'NDRPDR' and
22236            'ETH' and
22237            'IP4FWD' and
22238            '2T1C' and
22239            'VHOST_1024' and
22240            not 'VXLAN' and
22241            not 'NF_DENSITY' and
22242            not 'CFS_OPT' and
22243            not 'DOT1Q'"
22244   parameters:
22245   - "latency"
22246   - "parent"
22247   - "tags"
22248   sort:
22249   - "1VM"
22250   - "2VM"
22251   layout:
22252     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22253     layout: "plot-latency"
22254
22255 - type: "plot"
22256   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22257   algorithm: "plot_latency_error_bars"
22258   output-file-type: ".html"
22259   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22260   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22261   filter: "'NIC_Intel-X710' and
22262            '64B' and
22263            'NDRPDR' and
22264            'ETH' and
22265            'IP4FWD' and
22266            '4T2C' and
22267            'VHOST_1024' and
22268            not 'VXLAN' and
22269            not 'NF_DENSITY' and
22270            not 'CFS_OPT' and
22271            not 'DOT1Q'"
22272   parameters:
22273   - "latency"
22274   - "parent"
22275   - "tags"
22276   sort:
22277   - "1VM"
22278   - "2VM"
22279   layout:
22280     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22281     layout: "plot-latency"
22282
22283 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
22284 - type: "plot"
22285   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22286   algorithm: "plot_latency_error_bars"
22287   output-file-type: ".html"
22288   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22289   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22290   filter: "'NIC_Intel-X710' and
22291            '64B' and
22292            'NDRPDR' and
22293            ('ETH' or 'DOT1Q') and
22294            'BASE' and
22295            '2T1C' and
22296            ('L2BDMACLRN' or 'L2XCFWD') and
22297            'VHOST_1024' and
22298            not 'VXLAN' and
22299            not 'NF_DENSITY' and
22300            not 'IP4FWD' and
22301            not '2VM'"
22302   parameters:
22303   - "latency"
22304   - "parent"
22305   - "tags"
22306 #  sort:
22307 #  - "not CFS_OPT"
22308 #  - "L2XCFWD"
22309 #  - "not CFS_OPT"
22310 #  - "CFS_OPT"
22311   layout:
22312     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
22313     layout: "plot-latency"
22314
22315 - type: "plot"
22316   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22317   algorithm: "plot_latency_error_bars"
22318   output-file-type: ".html"
22319   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22320   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22321   filter: "'NIC_Intel-X710' and
22322            '64B' and
22323            'NDRPDR' and
22324            ('ETH' or 'DOT1Q') and
22325            'BASE' and
22326            '4T2C' and
22327            ('L2BDMACLRN' or 'L2XCFWD') and
22328            'VHOST_1024' and
22329            not 'VXLAN' and
22330            not 'NF_DENSITY' and
22331            not 'IP4FWD' and
22332            not '2VM'"
22333   parameters:
22334   - "latency"
22335   - "parent"
22336   - "tags"
22337 #  sort:
22338 #  - "not CFS_OPT"
22339 #  - "L2XCFWD"
22340 #  - "not CFS_OPT"
22341 #  - "CFS_OPT"
22342   layout:
22343     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
22344     layout: "plot-latency"
22345
22346 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
22347 - type: "plot"
22348   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22349   algorithm: "plot_latency_error_bars"
22350   output-file-type: ".html"
22351   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22352   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22353   filter: "'NIC_Intel-X710' and
22354            '64B' and
22355            'NDRPDR' and
22356            ('ETH' or 'DOT1Q') and
22357            '2T1C' and
22358            ('L2BDMACLRN' or 'L2XCFWD') and
22359            'VHOST_1024' and
22360            not 'CFS_OPT' and
22361            not 'VXLAN' and
22362            not 'NF_DENSITY' and
22363            not 'DOT1Q' and
22364            not 'IP4FWD'"
22365   parameters:
22366   - "latency"
22367   - "parent"
22368   - "tags"
22369 #  sort:
22370 #  - "1VM"
22371 #  - "L2XCFWD"
22372 #  - "1VM"
22373 #  - "L2BDMACLRN"
22374   layout:
22375     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
22376     layout: "plot-latency"
22377
22378 - type: "plot"
22379   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22380   algorithm: "plot_latency_error_bars"
22381   output-file-type: ".html"
22382   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22383   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22384   filter: "'NIC_Intel-X710' and
22385            '64B' and
22386            'NDRPDR' and
22387            ('ETH' or 'DOT1Q') and
22388            '4T2C' and
22389            ('L2BDMACLRN' or 'L2XCFWD') and
22390            'VHOST_1024' and
22391            not 'CFS_OPT' and
22392            not 'VXLAN' and
22393            not 'NF_DENSITY' and
22394            not 'DOT1Q' and
22395            not 'IP4FWD'"
22396   parameters:
22397   - "latency"
22398   - "parent"
22399   - "tags"
22400 #  sort:
22401 #  - "1VM"
22402 #  - "L2XCFWD"
22403 #  - "1VM"
22404 #  - "L2BDMACLRN"
22405   layout:
22406     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
22407     layout: "plot-latency"
22408
22409 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
22410 - type: "plot"
22411   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22412   algorithm: "plot_latency_error_bars"
22413   output-file-type: ".html"
22414   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22415   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22416   filter: "'NIC_Intel-XXV710' and
22417            '64B' and
22418            'NDRPDR' and
22419            'ETH' and
22420            'IP4FWD' and
22421            '2T1C' and
22422            'VHOST_1024' and
22423            not 'VXLAN' and
22424            not 'CFS_OPT' and
22425            not 'DOT1Q'"
22426   parameters:
22427   - "latency"
22428   - "parent"
22429   - "tags"
22430   sort:
22431   - "not CFS_OPT"
22432   - "1VM"
22433   - "2VM"
22434   layout:
22435     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
22436     layout: "plot-latency"
22437
22438 - type: "plot"
22439   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22440   algorithm: "plot_latency_error_bars"
22441   output-file-type: ".html"
22442   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22443   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22444   filter: "'NIC_Intel-XXV710' and
22445            '64B' and
22446            'NDRPDR' and
22447            'ETH' and
22448            'IP4FWD' and
22449            '4T2C' and
22450            'VHOST_1024' and
22451            not 'VXLAN' and
22452            not 'CFS_OPT' and
22453            not 'DOT1Q'"
22454   parameters:
22455   - "latency"
22456   - "parent"
22457   - "tags"
22458   sort:
22459   - "not CFS_OPT"
22460   - "1VM"
22461   - "2VM"
22462   layout:
22463     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
22464     layout: "plot-latency"
22465
22466 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
22467 #- type: "plot"
22468 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22469 #  algorithm: "plot_latency_error_bars"
22470 #  output-file-type: ".html"
22471 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22472 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22473 #  filter: "'NIC_Intel-XXV710' and
22474 #           '64B' and
22475 #           'NDRPDR' and
22476 #           ('ETH' or 'DOT1Q') and
22477 #           'BASE' and
22478 #           '2T1C' and
22479 #           ('L2BDMACLRN' or 'L2XCFWD') and
22480 #           'VHOST_1024' and
22481 #           not 'VXLAN' and
22482 #           not 'IP4FWD' and
22483 #           not '2VM'"
22484 #  parameters:
22485 #  - "latency"
22486 #  - "parent"
22487 #  - "tags"
22488 ##  sort:
22489 ##  - "not CFS_OPT"
22490 ##  - "L2XCFWD"
22491 ##  - "not CFS_OPT"
22492 ##  - "CFS_OPT"
22493 #  layout:
22494 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
22495 #    layout: "plot-latency"
22496 #
22497 #- type: "plot"
22498 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22499 #  algorithm: "plot_latency_error_bars"
22500 #  output-file-type: ".html"
22501 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22502 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22503 #  filter: "'NIC_Intel-XXV710' and
22504 #           '64B' and
22505 #           'NDRPDR' and
22506 #           ('ETH' or 'DOT1Q') and
22507 #           'BASE' and
22508 #           '4T2C' and
22509 #           ('L2BDMACLRN' or 'L2XCFWD') and
22510 #           'VHOST_1024' and
22511 #           not 'VXLAN' and
22512 #           not 'IP4FWD' and
22513 #           not '2VM'"
22514 #  parameters:
22515 #  - "latency"
22516 #  - "parent"
22517 #  - "tags"
22518 ##  sort:
22519 ##  - "not CFS_OPT"
22520 ##  - "L2XCFWD"
22521 ##  - "not CFS_OPT"
22522 ##  - "CFS_OPT"
22523 #  layout:
22524 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
22525 #    layout: "plot-latency"
22526 #
22527 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
22528 #- type: "plot"
22529 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22530 #  algorithm: "plot_latency_error_bars"
22531 #  output-file-type: ".html"
22532 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22533 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22534 #  filter: "'NIC_Intel-XXV710' and
22535 #           '64B' and
22536 #           'NDRPDR' and
22537 #           ('ETH' or 'DOT1Q') and
22538 #           '2T1C' and
22539 #           ('L2BDMACLRN' or 'L2XCFWD') and
22540 #           'VHOST_1024' and
22541 #           not 'CFS_OPT' and
22542 #           not 'VXLAN' and
22543 #           not 'DOT1Q' and
22544 #           not 'IP4FWD'"
22545 #  parameters:
22546 #  - "latency"
22547 #  - "parent"
22548 #  - "tags"
22549 ##  sort:
22550 ##  - "1VM"
22551 ##  - "L2XCFWD"
22552 ##  - "1VM"
22553 ##  - "L2BDMACLRN"
22554 #  layout:
22555 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
22556 #    layout: "plot-latency"
22557 #
22558 #- type: "plot"
22559 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22560 #  algorithm: "plot_latency_error_bars"
22561 #  output-file-type: ".html"
22562 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22563 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22564 #  filter: "'NIC_Intel-XXV710' and
22565 #           '64B' and
22566 #           'NDRPDR' and
22567 #           ('ETH' or 'DOT1Q') and
22568 #           '4T2C' and
22569 #           ('L2BDMACLRN' or 'L2XCFWD') and
22570 #           'VHOST_1024' and
22571 #           not 'CFS_OPT' and
22572 #           not 'VXLAN' and
22573 #           not 'DOT1Q' and
22574 #           not 'IP4FWD'"
22575 #  parameters:
22576 #  - "latency"
22577 #  - "parent"
22578 #  - "tags"
22579 ##  sort:
22580 ##  - "1VM"
22581 ##  - "L2XCFWD"
22582 ##  - "1VM"
22583 ##  - "L2BDMACLRN"
22584 #  layout:
22585 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
22586 #    layout: "plot-latency"
22587
22588 ################################################################################
22589
22590 # Packet Latency - VPP VTS 3n-hsw-x520
22591 - type: "plot"
22592   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22593   algorithm: "plot_latency_error_bars"
22594   output-file-type: ".html"
22595   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22596   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22597   filter: "'NIC_Intel-X520-DA2' and
22598            '114B' and
22599            'NDRPDR' and
22600            '1T1C' and
22601            'VTS'"
22602   parameters:
22603   - "latency"
22604   - "parent"
22605   - "tags"
22606   layout:
22607     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
22608     layout: "plot-latency"
22609
22610 - type: "plot"
22611   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22612   algorithm: "plot_latency_error_bars"
22613   output-file-type: ".html"
22614   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22615   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22616   filter: "'NIC_Intel-X520-DA2' and
22617            '114B' and
22618            'NDRPDR' and
22619            '2T2C' and
22620            'VTS'"
22621   parameters:
22622   - "latency"
22623   - "parent"
22624   - "tags"
22625   layout:
22626     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
22627     layout: "plot-latency"
22628
22629 ################################################################################
22630
22631 # Packet Latency - DPDK l3fwd 3n-hsw-x520
22632 - type: "plot"
22633   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22634   algorithm: "plot_latency_error_bars"
22635   output-file-type: ".html"
22636   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22637   data: "plot-dpdk-throughput-latency-3n-hsw"
22638   filter: "'NIC_Intel-X520-DA2' and
22639            '64B' and
22640            'BASE' and
22641            'NDRPDR' and
22642            '1T1C' and
22643            'IP4FWD'"
22644   parameters:
22645   - "latency"
22646   - "parent"
22647   - "tags"
22648   layout:
22649     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
22650     layout: "plot-latency"
22651
22652 - type: "plot"
22653   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22654   algorithm: "plot_latency_error_bars"
22655   output-file-type: ".html"
22656   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22657   data: "plot-dpdk-throughput-latency-3n-hsw"
22658   filter: "'NIC_Intel-X520-DA2' and
22659            '64B' and
22660            'BASE' and
22661            'NDRPDR' and
22662            '2T2C' and
22663            'IP4FWD'"
22664   parameters:
22665   - "latency"
22666   - "parent"
22667   - "tags"
22668   layout:
22669     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
22670     layout: "plot-latency"
22671
22672 # Packet Latency - DPDK l3fwd 3n-hsw-x710
22673 - type: "plot"
22674   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22675   algorithm: "plot_latency_error_bars"
22676   output-file-type: ".html"
22677   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22678   data: "plot-dpdk-throughput-latency-3n-hsw"
22679   filter: "'NIC_Intel-X710' and
22680            '64B' and
22681            'BASE' and
22682            'NDRPDR' and
22683            '1T1C' and
22684            'IP4FWD'"
22685   parameters:
22686   - "latency"
22687   - "parent"
22688   - "tags"
22689   layout:
22690     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
22691     layout: "plot-latency"
22692
22693 - type: "plot"
22694   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22695   algorithm: "plot_latency_error_bars"
22696   output-file-type: ".html"
22697   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22698   data: "plot-dpdk-throughput-latency-3n-hsw"
22699   filter: "'NIC_Intel-X710' and
22700            '64B' and
22701            'BASE' and
22702            'NDRPDR' and
22703            '2T2C' and
22704            'IP4FWD'"
22705   parameters:
22706   - "latency"
22707   - "parent"
22708   - "tags"
22709   layout:
22710     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
22711     layout: "plot-latency"
22712
22713 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
22714 - type: "plot"
22715   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22716   algorithm: "plot_latency_error_bars"
22717   output-file-type: ".html"
22718   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22719   data: "plot-dpdk-throughput-latency-3n-hsw"
22720   filter: "'NIC_Intel-XL710' and
22721            '64B' and
22722            'BASE' and
22723            'NDRPDR' and
22724            '1T1C' and
22725            'IP4FWD'"
22726   parameters:
22727   - "latency"
22728   - "parent"
22729   - "tags"
22730   layout:
22731     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
22732     layout: "plot-latency"
22733
22734 - type: "plot"
22735   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22736   algorithm: "plot_latency_error_bars"
22737   output-file-type: ".html"
22738   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22739   data: "plot-dpdk-throughput-latency-3n-hsw"
22740   filter: "'NIC_Intel-XL710' and
22741            '64B' and
22742            'BASE' and
22743            'NDRPDR' and
22744            '2T2C' and
22745            'IP4FWD'"
22746   parameters:
22747   - "latency"
22748   - "parent"
22749   - "tags"
22750   layout:
22751     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
22752     layout: "plot-latency"
22753
22754 # Packet Latency - DPDK l3fwd 3n-skx-x710
22755 - type: "plot"
22756   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22757   algorithm: "plot_latency_error_bars"
22758   output-file-type: ".html"
22759   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22760   data: "plot-dpdk-throughput-latency-3n-skx"
22761   filter: "'NIC_Intel-X710' and
22762            '64B' and
22763            'BASE' and
22764            'NDRPDR' and
22765            '2T1C' and
22766            'IP4FWD'"
22767   parameters:
22768   - "latency"
22769   - "parent"
22770   - "tags"
22771   layout:
22772     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
22773     layout: "plot-latency"
22774
22775 - type: "plot"
22776   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22777   algorithm: "plot_latency_error_bars"
22778   output-file-type: ".html"
22779   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22780   data: "plot-dpdk-throughput-latency-3n-skx"
22781   filter: "'NIC_Intel-X710' and
22782            '64B' and
22783            'BASE' and
22784            'NDRPDR' and
22785            '4T2C' and
22786            'IP4FWD'"
22787   parameters:
22788   - "latency"
22789   - "parent"
22790   - "tags"
22791   layout:
22792     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
22793     layout: "plot-latency"
22794
22795 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
22796 - type: "plot"
22797   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22798   algorithm: "plot_latency_error_bars"
22799   output-file-type: ".html"
22800   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22801   data: "plot-dpdk-throughput-latency-3n-skx"
22802   filter: "'NIC_Intel-XXV710' and
22803            '64B' and
22804            'BASE' and
22805            'NDRPDR' and
22806            '2T1C' and
22807            'IP4FWD'"
22808   parameters:
22809   - "latency"
22810   - "parent"
22811   - "tags"
22812   layout:
22813     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
22814     layout: "plot-latency"
22815
22816 - type: "plot"
22817   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22818   algorithm: "plot_latency_error_bars"
22819   output-file-type: ".html"
22820   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22821   data: "plot-dpdk-throughput-latency-3n-skx"
22822   filter: "'NIC_Intel-XXV710' and
22823            '64B' and
22824            'BASE' and
22825            'NDRPDR' and
22826            '4T2C' and
22827            'IP4FWD'"
22828   parameters:
22829   - "latency"
22830   - "parent"
22831   - "tags"
22832   layout:
22833     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
22834     layout: "plot-latency"
22835
22836 # Packet Latency - DPDK l3fwd 2n-skx-x710
22837 - type: "plot"
22838   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22839   algorithm: "plot_latency_error_bars"
22840   output-file-type: ".html"
22841   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22842   data: "plot-dpdk-throughput-latency-2n-skx"
22843   filter: "'NIC_Intel-X710' and
22844            '64B' and
22845            'BASE' and
22846            'NDRPDR' and
22847            '2T1C' and
22848            'IP4FWD'"
22849   parameters:
22850   - "latency"
22851   - "parent"
22852   - "tags"
22853   layout:
22854     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
22855     layout: "plot-latency"
22856
22857 - type: "plot"
22858   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22859   algorithm: "plot_latency_error_bars"
22860   output-file-type: ".html"
22861   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22862   data: "plot-dpdk-throughput-latency-2n-skx"
22863   filter: "'NIC_Intel-X710' and
22864            '64B' and
22865            'BASE' and
22866            'NDRPDR' and
22867            '4T2C' and
22868            'IP4FWD'"
22869   parameters:
22870   - "latency"
22871   - "parent"
22872   - "tags"
22873   layout:
22874     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
22875     layout: "plot-latency"
22876
22877 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
22878 - type: "plot"
22879   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22880   algorithm: "plot_latency_error_bars"
22881   output-file-type: ".html"
22882   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22883   data: "plot-dpdk-throughput-latency-2n-skx"
22884   filter: "'NIC_Intel-XXV710' and
22885            '64B' and
22886            'BASE' and
22887            'NDRPDR' and
22888            '2T1C' and
22889            'IP4FWD'"
22890   parameters:
22891   - "latency"
22892   - "parent"
22893   - "tags"
22894   layout:
22895     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
22896     layout: "plot-latency"
22897
22898 - type: "plot"
22899   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22900   algorithm: "plot_latency_error_bars"
22901   output-file-type: ".html"
22902   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22903   data: "plot-dpdk-throughput-latency-2n-skx"
22904   filter: "'NIC_Intel-XXV710' and
22905            '64B' and
22906            'BASE' and
22907            'NDRPDR' and
22908            '4T2C' and
22909            'IP4FWD'"
22910   parameters:
22911   - "latency"
22912   - "parent"
22913   - "tags"
22914   layout:
22915     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
22916     layout: "plot-latency"
22917
22918 ################################################################################
22919
22920 # Packet Latency - DPDK testpmd 3n-hsw-x520
22921 - type: "plot"
22922   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22923   algorithm: "plot_latency_error_bars"
22924   output-file-type: ".html"
22925   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22926   data: "plot-dpdk-throughput-latency-3n-hsw"
22927   filter: "'NIC_Intel-X520-DA2' and
22928            '64B' and
22929            'BASE' and
22930            'NDRPDR' and
22931            '1T1C' and
22932            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22933   parameters:
22934   - "latency"
22935   - "parent"
22936   - "tags"
22937   layout:
22938     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
22939     layout: "plot-latency"
22940
22941 - type: "plot"
22942   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22943   algorithm: "plot_latency_error_bars"
22944   output-file-type: ".html"
22945   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22946   data: "plot-dpdk-throughput-latency-3n-hsw"
22947   filter: "'NIC_Intel-X520-DA2' and
22948            '64B' and
22949            'BASE' and
22950            'NDRPDR' and
22951            '2T2C' and
22952            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22953   parameters:
22954   - "latency"
22955   - "parent"
22956   - "tags"
22957   layout:
22958     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
22959     layout: "plot-latency"
22960
22961 # Packet Latency - DPDK testpmd 3n-hsw-x710
22962 - type: "plot"
22963   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22964   algorithm: "plot_latency_error_bars"
22965   output-file-type: ".html"
22966   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22967   data: "plot-dpdk-throughput-latency-3n-hsw"
22968   filter: "'NIC_Intel-X710' and
22969            '64B' and
22970            'BASE' and
22971            'NDRPDR' and
22972            '1T1C' and
22973            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22974   parameters:
22975   - "latency"
22976   - "parent"
22977   - "tags"
22978   layout:
22979     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
22980     layout: "plot-latency"
22981
22982 - type: "plot"
22983   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22984   algorithm: "plot_latency_error_bars"
22985   output-file-type: ".html"
22986   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22987   data: "plot-dpdk-throughput-latency-3n-hsw"
22988   filter: "'NIC_Intel-X710' and
22989            '64B' and
22990            'BASE' and
22991            'NDRPDR' and
22992            '2T2C' and
22993            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22994   parameters:
22995   - "latency"
22996   - "parent"
22997   - "tags"
22998   layout:
22999     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
23000     layout: "plot-latency"
23001
23002 # Packet Latency - DPDK testpmd 3n-hsw-xl710
23003 - type: "plot"
23004   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23005   algorithm: "plot_latency_error_bars"
23006   output-file-type: ".html"
23007   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23008   data: "plot-dpdk-throughput-latency-3n-hsw"
23009   filter: "'NIC_Intel-XL710' and
23010            '64B' and
23011            'BASE' and
23012            'NDRPDR' and
23013            '1T1C' and
23014            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23015   parameters:
23016   - "latency"
23017   - "parent"
23018   - "tags"
23019   layout:
23020     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
23021     layout: "plot-latency"
23022
23023 - type: "plot"
23024   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23025   algorithm: "plot_latency_error_bars"
23026   output-file-type: ".html"
23027   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23028   data: "plot-dpdk-throughput-latency-3n-hsw"
23029   filter: "'NIC_Intel-XL710' and
23030            '64B' and
23031            'BASE' and
23032            'NDRPDR' and
23033            '2T2C' and
23034            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23035   parameters:
23036   - "latency"
23037   - "parent"
23038   - "tags"
23039   layout:
23040     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
23041     layout: "plot-latency"
23042
23043 # Packet Latency - DPDK testpmd 3n-skx-x710
23044 - type: "plot"
23045   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23046   algorithm: "plot_latency_error_bars"
23047   output-file-type: ".html"
23048   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23049   data: "plot-dpdk-throughput-latency-3n-skx"
23050   filter: "'NIC_Intel-X710' and
23051            '64B' and
23052            'BASE' and
23053            'NDRPDR' and
23054            '2T1C' and
23055            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23056   parameters:
23057   - "latency"
23058   - "parent"
23059   - "tags"
23060   layout:
23061     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
23062     layout: "plot-latency"
23063
23064 - type: "plot"
23065   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23066   algorithm: "plot_latency_error_bars"
23067   output-file-type: ".html"
23068   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23069   data: "plot-dpdk-throughput-latency-3n-skx"
23070   filter: "'NIC_Intel-X710' and
23071            '64B' and
23072            'BASE' and
23073            'NDRPDR' and
23074            '4T2C' and
23075            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23076   parameters:
23077   - "latency"
23078   - "parent"
23079   - "tags"
23080   layout:
23081     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
23082     layout: "plot-latency"
23083
23084 # Packet Latency - DPDK testpmd 3n-skx-xxv710
23085 - type: "plot"
23086   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23087   algorithm: "plot_latency_error_bars"
23088   output-file-type: ".html"
23089   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23090   data: "plot-dpdk-throughput-latency-3n-skx"
23091   filter: "'NIC_Intel-XXV710' and
23092            '64B' and
23093            'BASE' and
23094            'NDRPDR' and
23095            '2T1C' and
23096            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23097   parameters:
23098   - "latency"
23099   - "parent"
23100   - "tags"
23101   layout:
23102     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
23103     layout: "plot-latency"
23104
23105 - type: "plot"
23106   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23107   algorithm: "plot_latency_error_bars"
23108   output-file-type: ".html"
23109   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23110   data: "plot-dpdk-throughput-latency-3n-skx"
23111   filter: "'NIC_Intel-XXV710' and
23112            '64B' and
23113            'BASE' and
23114            'NDRPDR' and
23115            '4T2C' and
23116            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23117   parameters:
23118   - "latency"
23119   - "parent"
23120   - "tags"
23121   layout:
23122     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
23123     layout: "plot-latency"
23124
23125 # Packet Latency - DPDK testpmd 2n-skx-x710
23126 - type: "plot"
23127   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23128   algorithm: "plot_latency_error_bars"
23129   output-file-type: ".html"
23130   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23131   data: "plot-dpdk-throughput-latency-2n-skx"
23132   filter: "'NIC_Intel-X710' and
23133            '64B' and
23134            'BASE' and
23135            'NDRPDR' and
23136            '2T1C' and
23137            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23138   parameters:
23139   - "latency"
23140   - "parent"
23141   - "tags"
23142   layout:
23143     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
23144     layout: "plot-latency"
23145
23146 - type: "plot"
23147   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23148   algorithm: "plot_latency_error_bars"
23149   output-file-type: ".html"
23150   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23151   data: "plot-dpdk-throughput-latency-2n-skx"
23152   filter: "'NIC_Intel-X710' and
23153            '64B' and
23154            'BASE' and
23155            'NDRPDR' and
23156            '4T2C' and
23157            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23158   parameters:
23159   - "latency"
23160   - "parent"
23161   - "tags"
23162   layout:
23163     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
23164     layout: "plot-latency"
23165
23166 # Packet Latency - DPDK testpmd 2n-skx-xxv710
23167 - type: "plot"
23168   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23169   algorithm: "plot_latency_error_bars"
23170   output-file-type: ".html"
23171   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23172   data: "plot-dpdk-throughput-latency-2n-skx"
23173   filter: "'NIC_Intel-XXV710' and
23174            '64B' and
23175            'BASE' and
23176            'NDRPDR' and
23177            '2T1C' and
23178            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23179   parameters:
23180   - "latency"
23181   - "parent"
23182   - "tags"
23183   layout:
23184     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
23185     layout: "plot-latency"
23186
23187 - type: "plot"
23188   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23189   algorithm: "plot_latency_error_bars"
23190   output-file-type: ".html"
23191   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23192   data: "plot-dpdk-throughput-latency-2n-skx"
23193   filter: "'NIC_Intel-XXV710' and
23194            '64B' and
23195            'BASE' and
23196            'NDRPDR' and
23197            '4T2C' and
23198            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23199   parameters:
23200   - "latency"
23201   - "parent"
23202   - "tags"
23203   layout:
23204     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
23205     layout: "plot-latency"
23206
23207 ################################################################################
23208
23209 # Speedup - VPP Container Memif 3n-hsw-x520
23210 - type: "plot"
23211   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23212   algorithm: "plot_throughput_speedup_analysis"
23213   output-file-type: ".html"
23214   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23215   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23216   filter: "'NIC_Intel-X520-DA2' and
23217            '64B' and
23218            ('BASE' or 'SCALE') and
23219            'NDRPDR' and
23220            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23221            not 'VHOST' and
23222            'MEMIF'"
23223   parameters:
23224   - "throughput"
23225   - "parent"
23226   - "tags"
23227   sort:
23228   - "L2XCFWD"
23229   - "L2XCFWD"
23230   - "L2XCFWD"
23231   - "L2BDMACLRN"
23232   - "L2BDMACLRN"
23233   - "L2BDMACLRN"
23234   - "IP4FWD"
23235   layout:
23236     title: "memif-3n-hsw-x520-64b-base_and_features-ndr"
23237     layout: "plot-throughput-speedup-analysis"
23238
23239 - type: "plot"
23240   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23241   algorithm: "plot_throughput_speedup_analysis"
23242   output-file-type: ".html"
23243   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23244   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23245   filter: "'NIC_Intel-X520-DA2' and
23246            '64B' and
23247            ('BASE' or 'SCALE') and
23248            'NDRPDR' and
23249            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23250            not 'VHOST' and
23251            'MEMIF'"
23252   parameters:
23253   - "throughput"
23254   - "parent"
23255   - "tags"
23256   sort:
23257   - "L2XCFWD"
23258   - "L2XCFWD"
23259   - "L2XCFWD"
23260   - "L2BDMACLRN"
23261   - "L2BDMACLRN"
23262   - "L2BDMACLRN"
23263   - "IP4FWD"
23264   layout:
23265     title: "memif-3n-hsw-x520-64b-base_and_features-pdr"
23266     layout: "plot-throughput-speedup-analysis"
23267
23268 # Speedup - VPP Container Memif 3n-hsw-x710
23269 - type: "plot"
23270   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23271   algorithm: "plot_throughput_speedup_analysis"
23272   output-file-type: ".html"
23273   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23274   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23275   filter: "'NIC_Intel-X710' and
23276            '64B' and
23277            ('BASE' or 'SCALE') and
23278            'NDRPDR' and
23279            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23280            not 'VHOST' and
23281            'MEMIF'"
23282   parameters:
23283   - "throughput"
23284   - "parent"
23285   - "tags"
23286   sort:
23287   - "L2XCFWD"
23288   - "L2XCFWD"
23289   - "L2XCFWD"
23290   - "L2BDMACLRN"
23291   - "L2BDMACLRN"
23292   - "L2BDMACLRN"
23293   - "IP4FWD"
23294   layout:
23295     title: "memif-3n-hsw-x710-64b-base_and_features-ndr"
23296     layout: "plot-throughput-speedup-analysis"
23297
23298 - type: "plot"
23299   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23300   algorithm: "plot_throughput_speedup_analysis"
23301   output-file-type: ".html"
23302   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23303   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23304   filter: "'NIC_Intel-X710' and
23305            '64B' and
23306            ('BASE' or 'SCALE') and
23307            'NDRPDR' and
23308            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23309            not 'VHOST' and
23310            'MEMIF'"
23311   parameters:
23312   - "throughput"
23313   - "parent"
23314   - "tags"
23315   sort:
23316   - "L2XCFWD"
23317   - "L2XCFWD"
23318   - "L2XCFWD"
23319   - "L2BDMACLRN"
23320   - "L2BDMACLRN"
23321   - "L2BDMACLRN"
23322   - "IP4FWD"
23323   layout:
23324     title: "memif-3n-hsw-x710-64b-base_and_features-pdr"
23325     layout: "plot-throughput-speedup-analysis"
23326
23327 # Speedup - VPP Container Memif 3n-hsw-xl710
23328 - type: "plot"
23329   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23330   algorithm: "plot_throughput_speedup_analysis"
23331   output-file-type: ".html"
23332   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23333   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23334   filter: "'NIC_Intel-XL710' and
23335            '64B' and
23336            ('BASE' or 'SCALE') and
23337            'NDRPDR' and
23338            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23339            not 'VHOST' and
23340            'MEMIF'"
23341   parameters:
23342   - "throughput"
23343   - "parent"
23344   - "tags"
23345   sort:
23346   - "L2XCFWD"
23347   - "L2XCFWD"
23348   - "L2XCFWD"
23349   - "L2BDMACLRN"
23350   - "L2BDMACLRN"
23351   - "L2BDMACLRN"
23352   - "IP4FWD"
23353   layout:
23354     title: "memif-3n-hsw-xl710-64b-base_and_features-ndr"
23355     layout: "plot-throughput-speedup-analysis"
23356
23357 - type: "plot"
23358   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23359   algorithm: "plot_throughput_speedup_analysis"
23360   output-file-type: ".html"
23361   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23362   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23363   filter: "'NIC_Intel-XL710' and
23364            '64B' and
23365            ('BASE' or 'SCALE') and
23366            'NDRPDR' and
23367            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23368            not 'VHOST' and
23369            'MEMIF'"
23370   parameters:
23371   - "throughput"
23372   - "parent"
23373   - "tags"
23374   sort:
23375   - "L2XCFWD"
23376   - "L2XCFWD"
23377   - "L2XCFWD"
23378   - "L2BDMACLRN"
23379   - "L2BDMACLRN"
23380   - "L2BDMACLRN"
23381   - "IP4FWD"
23382   layout:
23383     title: "memif-3n-hsw-xl710-64b-base_and_features-pdr"
23384     layout: "plot-throughput-speedup-analysis"
23385
23386 # Speedup - VPP Container Memif 3n-skx-x710
23387 - type: "plot"
23388   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23389   algorithm: "plot_throughput_speedup_analysis"
23390   output-file-type: ".html"
23391   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23392   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23393   filter: "'NIC_Intel-X710' and
23394            '64B' and
23395            ('BASE' or 'SCALE') and
23396            'NDRPDR' and
23397            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23398            not 'VHOST' and
23399            'MEMIF'"
23400   parameters:
23401   - "throughput"
23402   - "parent"
23403   - "tags"
23404   sort:
23405   - "L2XCFWD"
23406   - "L2XCFWD"
23407   - "L2XCFWD"
23408   - "L2BDMACLRN"
23409   - "L2BDMACLRN"
23410   - "L2BDMACLRN"
23411   - "IP4FWD"
23412   layout:
23413     title: "memif-3n-skx-x710-64b-base_and_features-ndr"
23414     layout: "plot-throughput-speedup-analysis"
23415
23416 - type: "plot"
23417   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23418   algorithm: "plot_throughput_speedup_analysis"
23419   output-file-type: ".html"
23420   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23422   filter: "'NIC_Intel-X710' and
23423            '64B' and
23424            ('BASE' or 'SCALE') and
23425            'NDRPDR' and
23426            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23427            not 'VHOST' and
23428            'MEMIF'"
23429   parameters:
23430   - "throughput"
23431   - "parent"
23432   - "tags"
23433   sort:
23434   - "L2XCFWD"
23435   - "L2XCFWD"
23436   - "L2XCFWD"
23437   - "L2BDMACLRN"
23438   - "L2BDMACLRN"
23439   - "L2BDMACLRN"
23440   - "IP4FWD"
23441   layout:
23442     title: "memif-3n-skx-x710-64b-base_and_features-pdr"
23443     layout: "plot-throughput-speedup-analysis"
23444
23445 # Speedup - VPP Container Memif 2n-skx-x710
23446 - type: "plot"
23447   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23448   algorithm: "plot_throughput_speedup_analysis"
23449   output-file-type: ".html"
23450   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23451   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23452   filter: "'NIC_Intel-X710' and
23453            '64B' and
23454            ('BASE' or 'SCALE') and
23455            'NDRPDR' and
23456            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23457            not 'VHOST' and
23458            not 'NF_DENSITY' and
23459            'MEMIF'"
23460   parameters:
23461   - "throughput"
23462   - "parent"
23463   - "tags"
23464   sort:
23465   - "L2XCFWD"
23466   - "L2XCFWD"
23467   - "L2XCFWD"
23468   - "L2BDMACLRN"
23469   - "L2BDMACLRN"
23470   - "L2BDMACLRN"
23471   - "IP4FWD"
23472   layout:
23473     title: "memif-2n-skx-x710-64b-base_and_features-ndr"
23474     layout: "plot-throughput-speedup-analysis"
23475
23476 - type: "plot"
23477   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23478   algorithm: "plot_throughput_speedup_analysis"
23479   output-file-type: ".html"
23480   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23481   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23482   filter: "'NIC_Intel-X710' and
23483            '64B' and
23484            ('BASE' or 'SCALE') and
23485            'NDRPDR' and
23486            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23487            not 'VHOST' and
23488            not 'NF_DENSITY' and
23489            'MEMIF'"
23490   parameters:
23491   - "throughput"
23492   - "parent"
23493   - "tags"
23494   sort:
23495   - "L2XCFWD"
23496   - "L2XCFWD"
23497   - "L2XCFWD"
23498   - "L2BDMACLRN"
23499   - "L2BDMACLRN"
23500   - "L2BDMACLRN"
23501   - "IP4FWD"
23502   layout:
23503     title: "memif-2n-skx-x710-64b-base_and_features-pdr"
23504     layout: "plot-throughput-speedup-analysis"
23505
23506 ## Speedup - VPP Container Memif 2n-skx-xxv710
23507 #- type: "plot"
23508 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23509 #  algorithm: "plot_throughput_speedup_analysis"
23510 #  output-file-type: ".html"
23511 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23512 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23513 #  filter: "'NIC_Intel-XXV710' and
23514 #           '64B' and
23515 #           ('BASE' or 'SCALE') and
23516 #           'NDRPDR' and
23517 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23518 #           not 'VHOST' and
23519 #           'MEMIF'"
23520 #  parameters:
23521 #  - "throughput"
23522 #  - "parent"
23523 #  - "tags"
23524 #  sort:
23525 #  - "L2XCFWD"
23526 #  - "L2XCFWD"
23527 #  - "L2XCFWD"
23528 #  - "L2BDMACLRN"
23529 #  - "L2BDMACLRN"
23530 #  - "L2BDMACLRN"
23531 #  - "IP4FWD"
23532 #  layout:
23533 #    title: "memif-2n-skx-xxv710-64b-base_and_features-ndr"
23534 #    layout: "plot-throughput-speedup-analysis"
23535 #
23536 #- type: "plot"
23537 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23538 #  algorithm: "plot_throughput_speedup_analysis"
23539 #  output-file-type: ".html"
23540 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23541 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23542 #  filter: "'NIC_Intel-XXV710' and
23543 #           '64B' and
23544 #           ('BASE' or 'SCALE') and
23545 #           'NDRPDR' and
23546 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23547 #           not 'VHOST' and
23548 #           'MEMIF'"
23549 #  parameters:
23550 #  - "throughput"
23551 #  - "parent"
23552 #  - "tags"
23553 #  sort:
23554 #  - "L2XCFWD"
23555 #  - "L2XCFWD"
23556 #  - "L2XCFWD"
23557 #  - "L2BDMACLRN"
23558 #  - "L2BDMACLRN"
23559 #  - "L2BDMACLRN"
23560 #  - "IP4FWD"
23561 #  layout:
23562 #    title: "memif-2n-skx-xxv710-64b-base_and_features-pdr"
23563 #    layout: "plot-throughput-speedup-analysis"
23564
23565 ################################################################################
23566
23567 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
23568 #- type: "plot"
23569 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23570 #  algorithm: "plot_throughput_speedup_analysis"
23571 #  output-file-type: ".html"
23572 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23573 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23574 #  filter: "'NIC_Intel-X520-DA2' and
23575 #           '64B' and
23576 #           ('BASE' or 'SCALE') and
23577 #           'NDRPDR' and
23578 #           'L2XCFWD' and
23579 #           not 'VHOST' and
23580 #           not 'NF_DENSITY' and
23581 #           'MEMIF'"
23582 #  parameters:
23583 #  - "throughput"
23584 #  - "parent"
23585 #  - "tags"
23586 #  sort:
23587 #  - "1VNF"
23588 #  - "2VNF"
23589 #  - "4VNF"
23590 #  - "2VNF"
23591 #  - "4VNF"
23592 #  layout:
23593 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
23594 #    layout: "plot-throughput-speedup-analysis"
23595 #
23596 #- type: "plot"
23597 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23598 #  algorithm: "plot_throughput_speedup_analysis"
23599 #  output-file-type: ".html"
23600 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23601 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23602 #  filter: "'NIC_Intel-X520-DA2' and
23603 #           '64B' and
23604 #           ('BASE' or 'SCALE') and
23605 #           'NDRPDR' and
23606 #           'L2XCFWD' and
23607 #           not 'VHOST' and
23608 #           not 'NF_DENSITY' and
23609 #           'MEMIF'"
23610 #  parameters:
23611 #  - "throughput"
23612 #  - "parent"
23613 #  - "tags"
23614 #  sort:
23615 #  - "1VNF"
23616 #  - "2VNF"
23617 #  - "4VNF"
23618 #  - "2VNF"
23619 #  - "4VNF"
23620 #  layout:
23621 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
23622 #    layout: "plot-throughput-speedup-analysis"
23623 #
23624 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
23625 #- type: "plot"
23626 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23627 #  algorithm: "plot_throughput_speedup_analysis"
23628 #  output-file-type: ".html"
23629 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23630 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23631 #  filter: "'NIC_Intel-X520-DA2' and
23632 #           '64B' and
23633 #           ('BASE' or 'SCALE') and
23634 #           'NDRPDR' and
23635 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23636 #           not 'VHOST' and
23637 #           not 'NF_DENSITY' and
23638 #           'MEMIF'"
23639 #  parameters:
23640 #  - "throughput"
23641 #  - "parent"
23642 #  - "tags"
23643 #  sort:
23644 #  - "1VNF"
23645 #  - "2VNF"
23646 #  - "4VNF"
23647 #  - "2VNF"
23648 #  - "4VNF"
23649 #  layout:
23650 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
23651 #    layout: "plot-throughput-speedup-analysis"
23652 #
23653 #- type: "plot"
23654 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23655 #  algorithm: "plot_throughput_speedup_analysis"
23656 #  output-file-type: ".html"
23657 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23658 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23659 #  filter: "'NIC_Intel-X520-DA2' and
23660 #           '64B' and
23661 #           ('BASE' or 'SCALE') and
23662 #           'NDRPDR' and
23663 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23664 #           not 'VHOST' and
23665 #           not 'NF_DENSITY' and
23666 #           'MEMIF'"
23667 #  parameters:
23668 #  - "throughput"
23669 #  - "parent"
23670 #  - "tags"
23671 #  sort:
23672 #  - "1VNF"
23673 #  - "2VNF"
23674 #  - "4VNF"
23675 #  - "2VNF"
23676 #  - "4VNF"
23677 #  layout:
23678 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
23679 #    layout: "plot-throughput-speedup-analysis"
23680 #
23681 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
23682 #- type: "plot"
23683 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23684 #  algorithm: "plot_throughput_speedup_analysis"
23685 #  output-file-type: ".html"
23686 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23687 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23688 #  filter: "'NIC_Intel-X710' and
23689 #           '64B' and
23690 #           ('BASE' or 'SCALE') and
23691 #           'NDRPDR' and
23692 #           'L2XCFWD' and
23693 #           not 'VHOST' and
23694 #           not 'NF_DENSITY' and
23695 #           'MEMIF'"
23696 #  parameters:
23697 #  - "throughput"
23698 #  - "parent"
23699 #  - "tags"
23700 #  sort:
23701 #  - "1VNF"
23702 #  - "2VNF"
23703 #  - "4VNF"
23704 #  - "2VNF"
23705 #  - "4VNF"
23706 #  layout:
23707 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
23708 #    layout: "plot-throughput-speedup-analysis"
23709 #
23710 #- type: "plot"
23711 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23712 #  algorithm: "plot_throughput_speedup_analysis"
23713 #  output-file-type: ".html"
23714 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23715 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23716 #  filter: "'NIC_Intel-X710' and
23717 #           '64B' and
23718 #           ('BASE' or 'SCALE') and
23719 #           'NDRPDR' and
23720 #           'L2XCFWD' and
23721 #           not 'VHOST' and
23722 #           not 'NF_DENSITY' and
23723 #           'MEMIF'"
23724 #  parameters:
23725 #  - "throughput"
23726 #  - "parent"
23727 #  - "tags"
23728 #  sort:
23729 #  - "1VNF"
23730 #  - "2VNF"
23731 #  - "4VNF"
23732 #  - "2VNF"
23733 #  - "4VNF"
23734 #  layout:
23735 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
23736 #    layout: "plot-throughput-speedup-analysis"
23737 #
23738 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
23739 #- type: "plot"
23740 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23741 #  algorithm: "plot_throughput_speedup_analysis"
23742 #  output-file-type: ".html"
23743 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23744 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23745 #  filter: "'NIC_Intel-X710' and
23746 #           '64B' and
23747 #           ('BASE' or 'SCALE') and
23748 #           'NDRPDR' and
23749 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23750 #           not 'VHOST' and
23751 #           not 'NF_DENSITY' and
23752 #           'MEMIF'"
23753 #  parameters:
23754 #  - "throughput"
23755 #  - "parent"
23756 #  - "tags"
23757 #  sort:
23758 #  - "1VNF"
23759 #  - "2VNF"
23760 #  - "4VNF"
23761 #  - "2VNF"
23762 #  - "4VNF"
23763 #  layout:
23764 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
23765 #    layout: "plot-throughput-speedup-analysis"
23766 #
23767 #- type: "plot"
23768 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23769 #  algorithm: "plot_throughput_speedup_analysis"
23770 #  output-file-type: ".html"
23771 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23772 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23773 #  filter: "'NIC_Intel-X710' and
23774 #           '64B' and
23775 #           ('BASE' or 'SCALE') and
23776 #           'NDRPDR' and
23777 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23778 #           not 'VHOST' and
23779 #           not 'NF_DENSITY' and
23780 #           'MEMIF'"
23781 #  parameters:
23782 #  - "throughput"
23783 #  - "parent"
23784 #  - "tags"
23785 #  sort:
23786 #  - "1VNF"
23787 #  - "2VNF"
23788 #  - "4VNF"
23789 #  - "2VNF"
23790 #  - "4VNF"
23791 #  layout:
23792 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
23793 #    layout: "plot-throughput-speedup-analysis"
23794
23795 ################################################################################
23796
23797 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
23798 - type: "plot"
23799   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23800   algorithm: "plot_throughput_speedup_analysis"
23801   output-file-type: ".html"
23802   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23803   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23804   filter: "'NIC_Intel-X520-DA2' and
23805            '64B' and
23806            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23807            'NDRPDR' and
23808            'IP4FWD' and
23809            not 'IPSEC' and
23810            not 'DOT1Q' and
23811            not 'VHOST'"
23812   parameters:
23813   - "throughput"
23814   - "parent"
23815   - "tags"
23816   sort:
23817   - "DOT1Q"
23818   - "IP4BASE"
23819   - "FIB_20K"
23820   - "FIB_200K"
23821   - "FIB_2M"
23822   layout:
23823     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
23824     layout: "plot-throughput-speedup-analysis"
23825
23826 - type: "plot"
23827   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23828   algorithm: "plot_throughput_speedup_analysis"
23829   output-file-type: ".html"
23830   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23831   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23832   filter: "'NIC_Intel-X520-DA2' and
23833            '64B' and
23834            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23835            'NDRPDR' and
23836            'IP4FWD' and
23837            not 'IPSEC' and
23838            not 'DOT1Q' and
23839            not 'VHOST'"
23840   parameters:
23841   - "throughput"
23842   - "parent"
23843   - "tags"
23844   sort:
23845   - "DOT1Q"
23846   - "IP4BASE"
23847   - "FIB_20K"
23848   - "FIB_200K"
23849   - "FIB_2M"
23850   layout:
23851     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
23852     layout: "plot-throughput-speedup-analysis"
23853
23854 # Speedup - VPP IPv4 3n-hsw-x520 features
23855 - type: "plot"
23856   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
23857   algorithm: "plot_throughput_speedup_analysis"
23858   output-file-type: ".html"
23859   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
23860   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23861   filter: "'NIC_Intel-X520-DA2' and
23862            '64B' and
23863            ('IP4BASE' or
23864             'POLICE_MARK' or
23865             'COPWHLIST' or
23866             ('NAT44' and 'BASE') or
23867             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23868            'NDRPDR' and
23869            'IP4FWD' and
23870            not 'IPSEC' and
23871            not 'VHOST'"
23872   parameters:
23873   - "throughput"
23874   - "parent"
23875   - "tags"
23876   sort:
23877   - "DOT1Q"
23878   - "IP4BASE"
23879   - "NAT44"
23880   - "POLICE_MARK"
23881   - "COPWHLIST"
23882   - "IACL"
23883   - "OACL"
23884   layout:
23885     title: "ip4-3n-hsw-x520-64b-features-ndr"
23886     layout: "plot-throughput-speedup-analysis"
23887
23888 - type: "plot"
23889   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
23890   algorithm: "plot_throughput_speedup_analysis"
23891   output-file-type: ".html"
23892   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
23893   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23894   filter: "'NIC_Intel-X520-DA2' and
23895            '64B' and
23896            ('IP4BASE' or
23897             'POLICE_MARK' or
23898             'COPWHLIST' or
23899             ('NAT44' and 'BASE') or
23900             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23901            'NDRPDR' and
23902            'IP4FWD' and
23903            not 'IPSEC' and
23904            not 'VHOST'"
23905   parameters:
23906   - "throughput"
23907   - "parent"
23908   - "tags"
23909   sort:
23910   - "DOT1Q"
23911   - "IP4BASE"
23912   - "NAT44"
23913   - "POLICE_MARK"
23914   - "COPWHLIST"
23915   - "IACL"
23916   - "OACL"
23917   layout:
23918     title: "ip4-3n-hsw-x520-64b-features-pdr"
23919     layout: "plot-throughput-speedup-analysis"
23920
23921 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
23922 - type: "plot"
23923   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23924   algorithm: "plot_throughput_speedup_analysis"
23925   output-file-type: ".html"
23926   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23927   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23928   filter: "'NIC_Intel-X520-DA2' and
23929            '64B' and
23930            'NDRPDR' and
23931            'IP4FWD' and
23932            ('NAT44' or 'IP4BASE') and
23933            not 'DOT1Q' and
23934            not 'IPSEC' and
23935            not 'VHOST'"
23936   parameters:
23937   - "throughput"
23938   - "parent"
23939   - "tags"
23940   sort:
23941   - "IP4BASE"
23942   - "BASE"
23943   - "SRC_USER_10"
23944   - "SRC_USER_100"
23945   - "SRC_USER_1000"
23946   - "SRC_USER_2000"
23947   layout:
23948     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
23949     layout: "plot-throughput-speedup-analysis"
23950
23951 - type: "plot"
23952   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23953   algorithm: "plot_throughput_speedup_analysis"
23954   output-file-type: ".html"
23955   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23956   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23957   filter: "'NIC_Intel-X520-DA2' and
23958            '64B' and
23959            'NDRPDR' and
23960            'IP4FWD' and
23961            ('NAT44' or 'IP4BASE') and
23962            not 'DOT1Q' and
23963            not 'IPSEC' and
23964            not 'VHOST'"
23965   parameters:
23966   - "throughput"
23967   - "parent"
23968   - "tags"
23969   sort:
23970   - "IP4BASE"
23971   - "BASE"
23972   - "SRC_USER_10"
23973   - "SRC_USER_100"
23974   - "SRC_USER_1000"
23975   - "SRC_USER_2000"
23976   layout:
23977     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
23978     layout: "plot-throughput-speedup-analysis"
23979
23980 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
23981 - type: "plot"
23982   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23983   algorithm: "plot_throughput_speedup_analysis"
23984   output-file-type: ".html"
23985   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23986   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23987   filter: "'NIC_Intel-X520-DA2' and
23988            '64B' and
23989            'NDRPDR' and
23990            'IP4FWD' and
23991            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23992            not 'IPSEC' and
23993            not 'DOT1Q' and
23994            not 'VHOST'"
23995   parameters:
23996   - "throughput"
23997   - "parent"
23998   - "tags"
23999   sort:
24000   - "IP4BASE"
24001   - "ACL_STATELESS"
24002   - "ACL_STATEFUL"
24003   - "ACL_STATELESS"
24004   - "ACL_STATEFUL"
24005   layout:
24006     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
24007     layout: "plot-throughput-speedup-analysis"
24008
24009 - type: "plot"
24010   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24011   algorithm: "plot_throughput_speedup_analysis"
24012   output-file-type: ".html"
24013   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24014   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24015   filter: "'NIC_Intel-X520-DA2' and
24016            '64B' and
24017            'NDRPDR' and
24018            'IP4FWD' and
24019            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24020            not 'IPSEC' and
24021            not 'DOT1Q' and
24022            not 'VHOST'"
24023   parameters:
24024   - "throughput"
24025   - "parent"
24026   - "tags"
24027   sort:
24028   - "IP4BASE"
24029   - "ACL_STATELESS"
24030   - "ACL_STATEFUL"
24031   - "ACL_STATELESS"
24032   - "ACL_STATEFUL"
24033   layout:
24034     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
24035     layout: "plot-throughput-speedup-analysis"
24036
24037 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
24038 - type: "plot"
24039   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24040   algorithm: "plot_throughput_speedup_analysis"
24041   output-file-type: ".html"
24042   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24043   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24044   filter: "'NIC_Intel-X520-DA2' and
24045            '64B' and
24046            'NDRPDR' and
24047            'IP4FWD' and
24048            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24049            not 'IPSEC' and
24050            not 'DOT1Q' and
24051            not 'VHOST'"
24052   parameters:
24053   - "throughput"
24054   - "parent"
24055   - "tags"
24056   sort:
24057   - "IP4BASE"
24058   - "ACL_STATELESS"
24059   - "ACL_STATEFUL"
24060   - "ACL_STATELESS"
24061   - "ACL_STATEFUL"
24062   layout:
24063     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
24064     layout: "plot-throughput-speedup-analysis"
24065
24066 - type: "plot"
24067   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24068   algorithm: "plot_throughput_speedup_analysis"
24069   output-file-type: ".html"
24070   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24071   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24072   filter: "'NIC_Intel-X520-DA2' and
24073            '64B' and
24074            'NDRPDR' and
24075            'IP4FWD' and
24076            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24077            not 'IPSEC' and
24078            not 'DOT1Q' and
24079            not 'VHOST'"
24080   parameters:
24081   - "throughput"
24082   - "parent"
24083   - "tags"
24084   sort:
24085   - "IP4BASE"
24086   - "ACL_STATELESS"
24087   - "ACL_STATEFUL"
24088   - "ACL_STATELESS"
24089   - "ACL_STATEFUL"
24090   layout:
24091     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
24092     layout: "plot-throughput-speedup-analysis"
24093
24094 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
24095 - type: "plot"
24096   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24097   algorithm: "plot_throughput_speedup_analysis"
24098   output-file-type: ".html"
24099   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24100   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24101   filter: "'NIC_Intel-X710' and
24102            '64B' and
24103            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24104            'NDRPDR' and
24105            'IP4FWD' and
24106            not 'IPSEC' and
24107            not 'DOT1Q' and
24108            not 'VHOST'"
24109   parameters:
24110   - "throughput"
24111   - "parent"
24112   - "tags"
24113   sort:
24114   - "IP4BASE"
24115   - "FIB_20K"
24116   - "FIB_200K"
24117   - "FIB_2M"
24118   layout:
24119     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24120     layout: "plot-throughput-speedup-analysis"
24121
24122 - type: "plot"
24123   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24124   algorithm: "plot_throughput_speedup_analysis"
24125   output-file-type: ".html"
24126   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24127   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24128   filter: "'NIC_Intel-X710' and
24129            '64B' and
24130            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24131            'NDRPDR' and
24132            'IP4FWD' and
24133            not 'IPSEC' and
24134            not 'DOT1Q' and
24135            not 'VHOST'"
24136   parameters:
24137   - "throughput"
24138   - "parent"
24139   - "tags"
24140   sort:
24141   - "IP4BASE"
24142   - "FIB_20K"
24143   - "FIB_200K"
24144   - "FIB_2M"
24145   layout:
24146     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24147     layout: "plot-throughput-speedup-analysis"
24148
24149 # Speedup - VPP IPv4 3n-hsw-x710 features
24150 - type: "plot"
24151   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
24152   algorithm: "plot_throughput_speedup_analysis"
24153   output-file-type: ".html"
24154   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
24155   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24156   filter: "'NIC_Intel-X710' and
24157            '64B' and
24158            ('IP4BASE' or
24159             'POLICE_MARK' or
24160             'COPWHLIST' or
24161             ('NAT44' and 'BASE') or
24162             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24163            'NDRPDR' and
24164            'IP4FWD' and
24165            not 'IPSEC' and
24166            not 'VHOST'"
24167   parameters:
24168   - "throughput"
24169   - "parent"
24170   - "tags"
24171   sort:
24172   - "DOT1Q"
24173   - "IP4BASE"
24174   - "NAT44"
24175   - "POLICE_MARK"
24176   - "COPWHLIST"
24177   - "IACL"
24178   - "OACL"
24179   layout:
24180     title: "ip4-3n-hsw-x710-64b-features-ndr"
24181     layout: "plot-throughput-speedup-analysis"
24182
24183 - type: "plot"
24184   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
24185   algorithm: "plot_throughput_speedup_analysis"
24186   output-file-type: ".html"
24187   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
24188   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24189   filter: "'NIC_Intel-X710' and
24190            '64B' and
24191            ('IP4BASE' or
24192             'POLICE_MARK' or
24193             'COPWHLIST' or
24194             ('NAT44' and 'BASE') or
24195             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24196            'NDRPDR' and
24197            'IP4FWD' and
24198            not 'IPSEC' and
24199            not 'VHOST'"
24200   parameters:
24201   - "throughput"
24202   - "parent"
24203   - "tags"
24204   sort:
24205   - "DOT1Q"
24206   - "IP4BASE"
24207   - "NAT44"
24208   - "POLICE_MARK"
24209   - "COPWHLIST"
24210   - "IACL"
24211   - "OACL"
24212   layout:
24213     title: "ip4-3n-hsw-x710-64b-features-pdr"
24214     layout: "plot-throughput-speedup-analysis"
24215
24216 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
24217 - type: "plot"
24218   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24219   algorithm: "plot_throughput_speedup_analysis"
24220   output-file-type: ".html"
24221   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24222   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24223   filter: "'NIC_Intel-X710' and
24224            '64B' and
24225            'NDRPDR' and
24226            'IP4FWD' and
24227            ('NAT44' or 'IP4BASE') and
24228            not 'IPSEC' and
24229            not 'VHOST'"
24230   parameters:
24231   - "throughput"
24232   - "parent"
24233   - "tags"
24234   sort:
24235   - "IP4BASE"
24236   - "BASE"
24237   - "SRC_USER_10"
24238   - "SRC_USER_100"
24239   - "SRC_USER_1000"
24240   - "SRC_USER_2000"
24241   layout:
24242     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
24243     layout: "plot-throughput-speedup-analysis"
24244
24245 - type: "plot"
24246   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24247   algorithm: "plot_throughput_speedup_analysis"
24248   output-file-type: ".html"
24249   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24250   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24251   filter: "'NIC_Intel-X710' and
24252            '64B' and
24253            'NDRPDR' and
24254            'IP4FWD' and
24255            ('NAT44' or 'IP4BASE') and
24256            not 'IPSEC' and
24257            not 'VHOST'"
24258   parameters:
24259   - "throughput"
24260   - "parent"
24261   - "tags"
24262   sort:
24263   - "IP4BASE"
24264   - "BASE"
24265   - "SRC_USER_10"
24266   - "SRC_USER_100"
24267   - "SRC_USER_1000"
24268   - "SRC_USER_2000"
24269   layout:
24270     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
24271     layout: "plot-throughput-speedup-analysis"
24272
24273 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
24274 - type: "plot"
24275   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24276   algorithm: "plot_throughput_speedup_analysis"
24277   output-file-type: ".html"
24278   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24279   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24280   filter: "'NIC_Intel-X710' and
24281            '64B' and
24282            'NDRPDR' and
24283            'IP4FWD' and
24284            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24285            not 'IPSEC' and
24286            not 'VHOST'"
24287   parameters:
24288   - "throughput"
24289   - "parent"
24290   - "tags"
24291   sort:
24292   - "IP4BASE"
24293   - "ACL_STATELESS"
24294   - "ACL_STATEFUL"
24295   - "ACL_STATELESS"
24296   - "ACL_STATEFUL"
24297   layout:
24298     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
24299     layout: "plot-throughput-speedup-analysis"
24300
24301 - type: "plot"
24302   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24303   algorithm: "plot_throughput_speedup_analysis"
24304   output-file-type: ".html"
24305   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24306   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24307   filter: "'NIC_Intel-X710' and
24308            '64B' and
24309            'NDRPDR' and
24310            'IP4FWD' and
24311            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24312            not 'IPSEC' and
24313            not 'VHOST'"
24314   parameters:
24315   - "throughput"
24316   - "parent"
24317   - "tags"
24318   sort:
24319   - "IP4BASE"
24320   - "ACL_STATELESS"
24321   - "ACL_STATEFUL"
24322   - "ACL_STATELESS"
24323   - "ACL_STATEFUL"
24324   layout:
24325     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
24326     layout: "plot-throughput-speedup-analysis"
24327
24328 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
24329 - type: "plot"
24330   title: "Speedup: ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24331   algorithm: "plot_throughput_speedup_analysis"
24332   output-file-type: ".html"
24333   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24334   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24335   filter: "'NIC_Intel-XL710' and
24336            '64B' and
24337            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24338            'NDRPDR' and
24339            'IP4FWD' and
24340            not 'IPSEC' and
24341            not 'VHOST'"
24342   parameters:
24343   - "throughput"
24344   - "parent"
24345   - "tags"
24346   sort:
24347   - "IP4BASE"
24348   - "FIB_20K"
24349   - "FIB_200K"
24350   - "FIB_2M"
24351   layout:
24352     title: "ip4-3n-hsw-xl710-64b-base-ndr"
24353     layout: "plot-throughput-speedup-analysis"
24354
24355 - type: "plot"
24356   title: "Speedup: ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24357   algorithm: "plot_throughput_speedup_analysis"
24358   output-file-type: ".html"
24359   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24360   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24361   filter: "'NIC_Intel-XL710' and
24362            '64B' and
24363            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24364            'NDRPDR' and
24365            'IP4FWD' and
24366            not 'IPSEC' and
24367            not 'VHOST'"
24368   parameters:
24369   - "throughput"
24370   - "parent"
24371   - "tags"
24372   sort:
24373   - "IP4BASE"
24374   - "FIB_20K"
24375   - "FIB_200K"
24376   - "FIB_2M"
24377   layout:
24378     title: "ip4-3n-hsw-xl710-64b-base-pdr"
24379     layout: "plot-throughput-speedup-analysis"
24380
24381 # Speedup - VPP IPv4 3n-skx-x710 base and scale
24382 - type: "plot"
24383   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24384   algorithm: "plot_throughput_speedup_analysis"
24385   output-file-type: ".html"
24386   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24387   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24388   filter: "'NIC_Intel-X710' and
24389            '64B' and
24390            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24391            'NDRPDR' and
24392            'IP4FWD' and
24393            not 'IPSEC' and
24394            not 'DOT1Q' and
24395            not 'VHOST'"
24396   parameters:
24397   - "throughput"
24398   - "parent"
24399   - "tags"
24400   sort:
24401   - "IP4BASE"
24402   - "FIB_20K"
24403   - "FIB_200K"
24404   - "FIB_2M"
24405   layout:
24406     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
24407     layout: "plot-throughput-speedup-analysis"
24408
24409 - type: "plot"
24410   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24411   algorithm: "plot_throughput_speedup_analysis"
24412   output-file-type: ".html"
24413   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24414   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24415   filter: "'NIC_Intel-X710' and
24416            '64B' and
24417            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24418            'NDRPDR' and
24419            'IP4FWD' and
24420            not 'IPSEC' and
24421            not 'DOT1Q' and
24422            not 'VHOST'"
24423   parameters:
24424   - "throughput"
24425   - "parent"
24426   - "tags"
24427   sort:
24428   - "IP4BASE"
24429   - "FIB_20K"
24430   - "FIB_200K"
24431   - "FIB_2M"
24432   layout:
24433     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
24434     layout: "plot-throughput-speedup-analysis"
24435
24436 # Speedup - VPP IPv4 3n-skx-x710 features
24437 - type: "plot"
24438   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
24439   algorithm: "plot_throughput_speedup_analysis"
24440   output-file-type: ".html"
24441   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
24442   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24443   filter: "'NIC_Intel-X710' and
24444            '64B' and
24445            ('IP4BASE' or
24446             'POLICE_MARK' or
24447             'COPWHLIST' or
24448             ('NAT44' and 'BASE') or
24449             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24450            'NDRPDR' and
24451            'IP4FWD' and
24452            not 'IPSEC' and
24453            not 'VHOST'"
24454   parameters:
24455   - "throughput"
24456   - "parent"
24457   - "tags"
24458   sort:
24459   - "DOT1Q"
24460   - "IP4BASE"
24461   - "NAT44"
24462   - "POLICE_MARK"
24463   - "COPWHLIST"
24464   - "IACL"
24465   - "OACL"
24466   layout:
24467     title: "ip4-3n-skx-x710-64b-features-ndr"
24468     layout: "plot-throughput-speedup-analysis"
24469
24470 - type: "plot"
24471   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
24472   algorithm: "plot_throughput_speedup_analysis"
24473   output-file-type: ".html"
24474   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
24475   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24476   filter: "'NIC_Intel-X710' and
24477            '64B' and
24478            ('IP4BASE' or
24479             'POLICE_MARK' or
24480             'COPWHLIST' or
24481             ('NAT44' and 'BASE') or
24482             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24483            'NDRPDR' and
24484            'IP4FWD' and
24485            not 'IPSEC' and
24486            not 'VHOST'"
24487   parameters:
24488   - "throughput"
24489   - "parent"
24490   - "tags"
24491   sort:
24492   - "DOT1Q"
24493   - "IP4BASE"
24494   - "NAT44"
24495   - "POLICE_MARK"
24496   - "COPWHLIST"
24497   - "IACL"
24498   - "OACL"
24499   layout:
24500     title: "ip4-3n-skx-x710-64b-features-pdr"
24501     layout: "plot-throughput-speedup-analysis"
24502
24503 # Speedup - VPP IPv4 3n-skx-x710 features nat44
24504 - type: "plot"
24505   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24506   algorithm: "plot_throughput_speedup_analysis"
24507   output-file-type: ".html"
24508   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24509   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24510   filter: "'NIC_Intel-X710' and
24511            '64B' and
24512            'NDRPDR' and
24513            'IP4FWD' and
24514            ('NAT44' or 'IP4BASE') and
24515            not 'IPSEC' and
24516            not 'VHOST'"
24517   parameters:
24518   - "throughput"
24519   - "parent"
24520   - "tags"
24521   sort:
24522   - "IP4BASE"
24523   - "BASE"
24524   - "SRC_USER_10"
24525   - "SRC_USER_100"
24526   - "SRC_USER_1000"
24527   - "SRC_USER_2000"
24528   layout:
24529     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
24530     layout: "plot-throughput-speedup-analysis"
24531
24532 - type: "plot"
24533   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24534   algorithm: "plot_throughput_speedup_analysis"
24535   output-file-type: ".html"
24536   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24537   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24538   filter: "'NIC_Intel-X710' and
24539            '64B' and
24540            'NDRPDR' and
24541            'IP4FWD' and
24542            ('NAT44' or 'IP4BASE') and
24543            not 'IPSEC' and
24544            not 'VHOST'"
24545   parameters:
24546   - "throughput"
24547   - "parent"
24548   - "tags"
24549   sort:
24550   - "IP4BASE"
24551   - "BASE"
24552   - "SRC_USER_10"
24553   - "SRC_USER_100"
24554   - "SRC_USER_1000"
24555   - "SRC_USER_2000"
24556   layout:
24557     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
24558     layout: "plot-throughput-speedup-analysis"
24559
24560 # Speedup - VPP IPv4 3n-skx-x710 features iacl
24561 - type: "plot"
24562   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24563   algorithm: "plot_throughput_speedup_analysis"
24564   output-file-type: ".html"
24565   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24567   filter: "'NIC_Intel-X710' and
24568            '64B' and
24569            'NDRPDR' and
24570            'IP4FWD' and
24571            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24572            not 'IPSEC' and
24573            not 'VHOST'"
24574   parameters:
24575   - "throughput"
24576   - "parent"
24577   - "tags"
24578   sort:
24579   - "IP4BASE"
24580   - "ACL_STATELESS"
24581   - "ACL_STATEFUL"
24582   - "ACL_STATELESS"
24583   - "ACL_STATEFUL"
24584   layout:
24585     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
24586     layout: "plot-throughput-speedup-analysis"
24587
24588 - type: "plot"
24589   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24590   algorithm: "plot_throughput_speedup_analysis"
24591   output-file-type: ".html"
24592   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24593   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24594   filter: "'NIC_Intel-X710' and
24595            '64B' and
24596            'NDRPDR' and
24597            'IP4FWD' and
24598            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24599            not 'IPSEC' and
24600            not 'VHOST'"
24601   parameters:
24602   - "throughput"
24603   - "parent"
24604   - "tags"
24605   sort:
24606   - "IP4BASE"
24607   - "ACL_STATELESS"
24608   - "ACL_STATEFUL"
24609   - "ACL_STATELESS"
24610   - "ACL_STATEFUL"
24611   layout:
24612     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
24613     layout: "plot-throughput-speedup-analysis"
24614
24615 ## Speedup - VPP IPv4 3n-skx-x710 features oacl
24616 #- type: "plot"
24617 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24618 #  algorithm: "plot_throughput_speedup_analysis"
24619 #  output-file-type: ".html"
24620 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24621 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24622 #  filter: "'NIC_Intel-X710' and
24623 #           '64B' and
24624 #           'NDRPDR' and
24625 #           'IP4FWD' and
24626 #           'OACL' and
24627 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24628 #           not 'IPSEC' and
24629 #           not 'VHOST'"
24630 #  parameters:
24631 #  - "throughput"
24632 #  - "parent"
24633 #  - "tags"
24634 #  sort:
24635 #  - "ACL_STATELESS"
24636 #  - "ACL_STATEFUL"
24637 #  - "ACL_STATELESS"
24638 #  - "ACL_STATEFUL"
24639 #  layout:
24640 #    title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
24641 #    layout: "plot-throughput-speedup-analysis"
24642 #
24643 #- type: "plot"
24644 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24645 #  algorithm: "plot_throughput_speedup_analysis"
24646 #  output-file-type: ".html"
24647 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24648 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24649 #  filter: "'NIC_Intel-X710' and
24650 #           '64B' and
24651 #           'NDRPDR' and
24652 #           'IP4FWD' and
24653 #           'OACL' and
24654 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24655 #           not 'IPSEC' and
24656 #           not 'VHOST'"
24657 #  parameters:
24658 #  - "throughput"
24659 #  - "parent"
24660 #  - "tags"
24661 #  sort:
24662 #  - "ACL_STATELESS"
24663 #  - "ACL_STATEFUL"
24664 #  - "ACL_STATELESS"
24665 #  - "ACL_STATEFUL"
24666 #  layout:
24667 #    title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
24668 #    layout: "plot-throughput-speedup-analysis"
24669
24670 # Speedup - VPP IPv4 2n-skx-x710 base and scale
24671 - type: "plot"
24672   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24673   algorithm: "plot_throughput_speedup_analysis"
24674   output-file-type: ".html"
24675   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24676   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24677   filter: "'NIC_Intel-X710' and
24678            '64B' and
24679            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24680            'NDRPDR' and
24681            'IP4FWD' and
24682            not 'IPSEC' and
24683            not 'DOT1Q' and
24684            not 'VHOST'"
24685   parameters:
24686   - "throughput"
24687   - "parent"
24688   - "tags"
24689   sort:
24690   - "IP4BASE"
24691   - "FIB_20K"
24692   - "FIB_200K"
24693   - "FIB_2M"
24694   layout:
24695     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
24696     layout: "plot-throughput-speedup-analysis"
24697
24698 - type: "plot"
24699   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24700   algorithm: "plot_throughput_speedup_analysis"
24701   output-file-type: ".html"
24702   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24703   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24704   filter: "'NIC_Intel-X710' and
24705            '64B' and
24706            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24707            'NDRPDR' and
24708            'IP4FWD' and
24709            not 'IPSEC' and
24710            not 'DOT1Q' and
24711            not 'VHOST'"
24712   parameters:
24713   - "throughput"
24714   - "parent"
24715   - "tags"
24716   sort:
24717   - "IP4BASE"
24718   - "FIB_20K"
24719   - "FIB_200K"
24720   - "FIB_2M"
24721   layout:
24722     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
24723     layout: "plot-throughput-speedup-analysis"
24724
24725 # Speedup - VPP IPv4 2n-skx-x710 features iacl
24726 - type: "plot"
24727   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24728   algorithm: "plot_throughput_speedup_analysis"
24729   output-file-type: ".html"
24730   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24731   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24732   filter: "'NIC_Intel-X710' and
24733            '64B' and
24734            'NDRPDR' and
24735            'IP4FWD' and
24736            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24737            not 'IPSEC' and
24738            not 'VHOST'"
24739   parameters:
24740   - "throughput"
24741   - "parent"
24742   - "tags"
24743   sort:
24744   - "IP4BASE"
24745   - "ACL_STATELESS"
24746   - "ACL_STATEFUL"
24747   - "ACL_STATELESS"
24748   - "ACL_STATEFUL"
24749   layout:
24750     title: "ip4-2n-skx-x710-64b-features-iacl-ndr"
24751     layout: "plot-throughput-speedup-analysis"
24752
24753 - type: "plot"
24754   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24755   algorithm: "plot_throughput_speedup_analysis"
24756   output-file-type: ".html"
24757   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24758   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24759   filter: "'NIC_Intel-X710' and
24760            '64B' and
24761            'NDRPDR' and
24762            'IP4FWD' and
24763            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24764            not 'IPSEC' and
24765            not 'VHOST'"
24766   parameters:
24767   - "throughput"
24768   - "parent"
24769   - "tags"
24770   sort:
24771   - "IP4BASE"
24772   - "ACL_STATELESS"
24773   - "ACL_STATEFUL"
24774   - "ACL_STATELESS"
24775   - "ACL_STATEFUL"
24776   layout:
24777     title: "ip4-2n-skx-x710-64b-features-iacl-pdr"
24778     layout: "plot-throughput-speedup-analysis"
24779
24780 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
24781 - type: "plot"
24782   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24783   algorithm: "plot_throughput_speedup_analysis"
24784   output-file-type: ".html"
24785   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24786   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24787   filter: "'NIC_Intel-XXV710' and
24788            '64B' and
24789            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24790            'NDRPDR' and
24791            'IP4FWD' and
24792            not 'IPSEC' and
24793            not 'DOT1Q' and
24794            not 'VHOST'"
24795   parameters:
24796   - "throughput"
24797   - "parent"
24798   - "tags"
24799   sort:
24800   - "IP4BASE"
24801   - "FIB_20K"
24802   - "FIB_200K"
24803   - "FIB_2M"
24804   layout:
24805     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
24806     layout: "plot-throughput-speedup-analysis"
24807
24808 - type: "plot"
24809   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24810   algorithm: "plot_throughput_speedup_analysis"
24811   output-file-type: ".html"
24812   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24813   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24814   filter: "'NIC_Intel-XXV710' and
24815            '64B' and
24816            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24817            'NDRPDR' and
24818            'IP4FWD' and
24819            not 'IPSEC' and
24820            not 'DOT1Q' and
24821            not 'VHOST'"
24822   parameters:
24823   - "throughput"
24824   - "parent"
24825   - "tags"
24826   sort:
24827   - "IP4BASE"
24828   - "FIB_20K"
24829   - "FIB_200K"
24830   - "FIB_2M"
24831   layout:
24832     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
24833     layout: "plot-throughput-speedup-analysis"
24834
24835 ## Speedup - VPP IPv4 2n-dnv-x553 base
24836 #- type: "plot"
24837 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
24838 #  algorithm: "plot_throughput_speedup_analysis"
24839 #  output-file-type: ".html"
24840 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
24841 #  data: "intel-dnv-vpp"
24842 #  filter: "'NIC_Intel-X553' and
24843 #           '64B' and
24844 #           'IP4BASE' and
24845 #           'NDRPDR' and
24846 #           'IP4FWD' and
24847 #           not 'IPSEC' and
24848 #           not 'VHOST'"
24849 #  parameters:
24850 #  - "throughput"
24851 #  - "parent"
24852 #  - "tags"
24853 #  sort:
24854 #  - "IP4BASE"
24855 #  layout:
24856 #    title: "ip4-2n-dnv-x553-64b-base-ndr"
24857 #    layout: "plot-throughput-speedup-analysis"
24858 #
24859 #- type: "plot"
24860 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
24861 #  algorithm: "plot_throughput_speedup_analysis"
24862 #  output-file-type: ".html"
24863 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
24864 #  data: "intel-dnv-vpp"
24865 #  filter: "'NIC_Intel-X553' and
24866 #           '64B' and
24867 #           'IP4BASE' and
24868 #           'NDRPDR' and
24869 #           'IP4FWD' and
24870 #           not 'IPSEC' and
24871 #           not 'VHOST'"
24872 #  parameters:
24873 #  - "throughput"
24874 #  - "parent"
24875 #  - "tags"
24876 #  sort:
24877 #  - "IP4BASE"
24878 #  layout:
24879 #    title: "ip4-2n-dnv-x553-64b-base-pdr"
24880 #    layout: "plot-throughput-speedup-analysis"
24881
24882 ################################################################################
24883
24884 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
24885 - type: "plot"
24886   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24887   algorithm: "plot_throughput_speedup_analysis"
24888   output-file-type: ".html"
24889   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24890   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24891   filter: "'NIC_Intel-X520-DA2' and
24892            '64B' and
24893            'ENCAP' and
24894            'NDRPDR' and
24895            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24896            not 'DOT1Q' and
24897            not 'VHOST' and
24898            not 'IPSECHW'"
24899   parameters:
24900   - "throughput"
24901   - "parent"
24902   - "tags"
24903   sort:
24904   - "IP4BASE"
24905   - "L2BDMACLRN"
24906   - "L2XCFWD"
24907   - "LISP"
24908   layout:
24909     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
24910     layout: "plot-throughput-speedup-analysis"
24911
24912 - type: "plot"
24913   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24914   algorithm: "plot_throughput_speedup_analysis"
24915   output-file-type: ".html"
24916   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24917   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24918   filter: "'NIC_Intel-X520-DA2' and
24919            '64B' and
24920            'ENCAP' and
24921            'NDRPDR' and
24922            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24923            not 'DOT1Q' and
24924            not 'VHOST' and
24925            not 'IPSECHW'"
24926   parameters:
24927   - "throughput"
24928   - "parent"
24929   - "tags"
24930   sort:
24931   - "IP4BASE"
24932   - "L2BDMACLRN"
24933   - "L2XCFWD"
24934   - "LISP"
24935   layout:
24936     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
24937     layout: "plot-throughput-speedup-analysis"
24938
24939 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
24940 - type: "plot"
24941   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24942   algorithm: "plot_throughput_speedup_analysis"
24943   output-file-type: ".html"
24944   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24945   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24946   filter: "'NIC_Intel-X710' and
24947            '64B' and
24948            'ENCAP' and
24949            'NDRPDR' and
24950            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24951            not 'VHOST' and
24952            not 'IPSECHW'"
24953   parameters:
24954   - "throughput"
24955   - "parent"
24956   - "tags"
24957   sort:
24958   - "IP4BASE"
24959   - "LISP"
24960   - "VXLAN_1"
24961   - "VXLAN_10"
24962   - "VXLAN_100"
24963   - "VXLAN_1000"
24964   layout:
24965     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
24966     layout: "plot-throughput-speedup-analysis"
24967
24968 - type: "plot"
24969   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24970   algorithm: "plot_throughput_speedup_analysis"
24971   output-file-type: ".html"
24972   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24973   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24974   filter: "'NIC_Intel-X710' and
24975            '64B' and
24976            'ENCAP' and
24977            'NDRPDR' and
24978            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24979            not 'VHOST' and
24980            not 'IPSECHW'"
24981   parameters:
24982   - "throughput"
24983   - "parent"
24984   - "tags"
24985   sort:
24986   - "IP4BASE"
24987   - "LISP"
24988   - "VXLAN_1"
24989   - "VXLAN_10"
24990   - "VXLAN_100"
24991   - "VXLAN_1000"
24992   layout:
24993     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
24994     layout: "plot-throughput-speedup-analysis"
24995
24996 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
24997 - type: "plot"
24998   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24999   algorithm: "plot_throughput_speedup_analysis"
25000   output-file-type: ".html"
25001   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25002   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25003   filter: "'NIC_Intel-X710' and
25004            '64B' and
25005            'ENCAP' and
25006            'NDRPDR' and
25007            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
25008            not 'DOT1Q' and
25009            not 'VHOST' and
25010            not 'IPSECHW'"
25011   parameters:
25012   - "throughput"
25013   - "parent"
25014   - "tags"
25015   sort:
25016   - "IP4BASE"
25017   - "L2BDMACLRN"
25018   - "L2XCFWD"
25019   - "LISP"
25020   layout:
25021     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
25022     layout: "plot-throughput-speedup-analysis"
25023
25024 - type: "plot"
25025   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25026   algorithm: "plot_throughput_speedup_analysis"
25027   output-file-type: ".html"
25028   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25029   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25030   filter: "'NIC_Intel-X710' and
25031            '64B' and
25032            'ENCAP' and
25033            'NDRPDR' and
25034            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
25035            not 'DOT1Q' and
25036            not 'VHOST' and
25037            not 'IPSECHW'"
25038   parameters:
25039   - "throughput"
25040   - "parent"
25041   - "tags"
25042   sort:
25043   - "IP4BASE"
25044   - "L2BDMACLRN"
25045   - "L2XCFWD"
25046   - "LISP"
25047   layout:
25048     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
25049     layout: "plot-throughput-speedup-analysis"
25050
25051 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
25052 - type: "plot"
25053   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25054   algorithm: "plot_throughput_speedup_analysis"
25055   output-file-type: ".html"
25056   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25057   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25058   filter: "'NIC_Intel-X710' and
25059            '64B' and
25060            'ENCAP' and
25061            'NDRPDR' and
25062            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
25063            not 'VHOST' and
25064            not 'IPSECHW'"
25065   parameters:
25066   - "throughput"
25067   - "parent"
25068   - "tags"
25069   sort:
25070   - "IP4BASE"
25071   - "LISP"
25072   - "VXLAN_1"
25073   - "VXLAN_10"
25074   - "VXLAN_100"
25075   - "VXLAN_1000"
25076   layout:
25077     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
25078     layout: "plot-throughput-speedup-analysis"
25079
25080 - type: "plot"
25081   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25082   algorithm: "plot_throughput_speedup_analysis"
25083   output-file-type: ".html"
25084   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25085   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25086   filter: "'NIC_Intel-X710' and
25087            '64B' and
25088            'ENCAP' and
25089            'NDRPDR' and
25090            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
25091            not 'VHOST' and
25092            not 'IPSECHW'"
25093   parameters:
25094   - "throughput"
25095   - "parent"
25096   - "tags"
25097   sort:
25098   - "IP4BASE"
25099   - "LISP"
25100   - "VXLAN_1"
25101   - "VXLAN_10"
25102   - "VXLAN_100"
25103   - "VXLAN_1000"
25104   layout:
25105     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
25106     layout: "plot-throughput-speedup-analysis"
25107
25108 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
25109 - type: "plot"
25110   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25111   algorithm: "plot_throughput_speedup_analysis"
25112   output-file-type: ".html"
25113   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25114   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25115   filter: "'NIC_Intel-X710' and
25116            '64B' and
25117            'ENCAP' and
25118            'NDRPDR' and
25119            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25120            not 'DOT1Q' and
25121            not 'VHOST' and
25122            not 'IPSECHW'"
25123   parameters:
25124   - "throughput"
25125   - "parent"
25126   - "tags"
25127   sort:
25128   - "IP4BASE"
25129   - "L2BDMACLRN"
25130   - "L2XCFWD"
25131   - "LISP"
25132   layout:
25133     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
25134     layout: "plot-throughput-speedup-analysis"
25135
25136 - type: "plot"
25137   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25138   algorithm: "plot_throughput_speedup_analysis"
25139   output-file-type: ".html"
25140   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25141   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25142   filter: "'NIC_Intel-X710' and
25143            '64B' and
25144            'ENCAP' and
25145            'NDRPDR' and
25146            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25147            not 'DOT1Q' and
25148            not 'VHOST' and
25149            not 'IPSECHW'"
25150   parameters:
25151   - "throughput"
25152   - "parent"
25153   - "tags"
25154   sort:
25155   - "IP4BASE"
25156   - "L2BDMACLRN"
25157   - "L2XCFWD"
25158   - "LISP"
25159   layout:
25160     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
25161     layout: "plot-throughput-speedup-analysis"
25162
25163 ################################################################################
25164
25165 # Speedup - VPP IPv6 3n-hsw-x520
25166 - type: "plot"
25167   title: "Speedup: ip6-3n-hsw-x520-78b-base-ndr-tsa"
25168   algorithm: "plot_throughput_speedup_analysis"
25169   output-file-type: ".html"
25170   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-ndr-tsa"
25171   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25172   filter: "'NIC_Intel-X520-DA2' and
25173            '78B' and
25174            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25175            'NDRPDR' and
25176            'IP6FWD' and
25177            not 'SRv6' and
25178            not 'IPSEC' and
25179            not 'VHOST'"
25180   parameters:
25181   - "throughput"
25182   - "parent"
25183   - "tags"
25184   sort:
25185   - "IP6BASE"
25186   - "FIB_20K"
25187   - "FIB_200K"
25188   - "FIB_2M"
25189   layout:
25190     title: "ip6-3n-hsw-x520-78b-base-ndr"
25191     layout: "plot-throughput-speedup-analysis"
25192
25193 - type: "plot"
25194   title: "Speedup: ip6-3n-hsw-x520-78b-base-pdr-tsa"
25195   algorithm: "plot_throughput_speedup_analysis"
25196   output-file-type: ".html"
25197   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-pdr-tsa"
25198   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25199   filter: "'NIC_Intel-X520-DA2' and
25200            '78B' and
25201            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25202            'NDRPDR' and
25203            'IP6FWD' and
25204            not 'SRv6' and
25205            not 'IPSEC' and
25206            not 'VHOST'"
25207   parameters:
25208   - "throughput"
25209   - "parent"
25210   - "tags"
25211   sort:
25212   - "IP6BASE"
25213   - "FIB_20K"
25214   - "FIB_200K"
25215   - "FIB_2M"
25216   layout:
25217     title: "ip6-3n-hsw-x520-78b-base-pdr"
25218     layout: "plot-throughput-speedup-analysis"
25219
25220 # Speedup - VPP IPv6 3n-hsw-x710
25221 - type: "plot"
25222   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25223   algorithm: "plot_throughput_speedup_analysis"
25224   output-file-type: ".html"
25225   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25226   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25227   filter: "'NIC_Intel-X710' and
25228            '78B' and
25229            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25230            'NDRPDR' and
25231            'IP6FWD' and
25232            not 'SRv6' and
25233            not 'IPSEC' and
25234            not 'VHOST'"
25235   parameters:
25236   - "throughput"
25237   - "parent"
25238   - "tags"
25239   sort:
25240   - "IP6BASE"
25241   - "FIB_20K"
25242   - "FIB_200K"
25243   - "FIB_2M"
25244   layout:
25245     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
25246     layout: "plot-throughput-speedup-analysis"
25247
25248 - type: "plot"
25249   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25250   algorithm: "plot_throughput_speedup_analysis"
25251   output-file-type: ".html"
25252   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25253   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25254   filter: "'NIC_Intel-X710' and
25255            '78B' and
25256            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25257            'NDRPDR' and
25258            'IP6FWD' and
25259            not 'SRv6' and
25260            not 'IPSEC' and
25261            not 'VHOST'"
25262   parameters:
25263   - "throughput"
25264   - "parent"
25265   - "tags"
25266   sort:
25267   - "IP6BASE"
25268   - "FIB_20K"
25269   - "FIB_200K"
25270   - "FIB_2M"
25271   layout:
25272     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
25273     layout: "plot-throughput-speedup-analysis"
25274
25275 # Speedup - VPP IPv6 3n-hsw-x710 features
25276 - type: "plot"
25277   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25278   algorithm: "plot_throughput_speedup_analysis"
25279   output-file-type: ".html"
25280   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25281   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25282   filter: "'NIC_Intel-X710' and
25283            '78B' and
25284            ('IP6BASE' or
25285             'POLICE_MARK' or
25286             'COPWHLIST' or
25287             'IACLDST') and
25288            'NDRPDR' and
25289            'IP6FWD' and
25290            not 'SRv6' and
25291            not 'IPSEC' and
25292            not 'VHOST'"
25293   parameters:
25294   - "throughput"
25295   - "parent"
25296   - "tags"
25297   sort:
25298   - "IP6BASE"
25299   - "POLICE_MARK"
25300   - "COPWHLIST"
25301   - "IACLDST"
25302   layout:
25303     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
25304     layout: "plot-throughput-speedup-analysis"
25305
25306 - type: "plot"
25307   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25308   algorithm: "plot_throughput_speedup_analysis"
25309   output-file-type: ".html"
25310   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25311   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25312   filter: "'NIC_Intel-X710' and
25313            '78B' and
25314            ('IP6BASE' or
25315             'POLICE_MARK' or
25316             'COPWHLIST' or
25317             'IACLDST') and
25318            'NDRPDR' and
25319            'IP6FWD' and
25320            not 'SRv6' and
25321            not 'IPSEC' and
25322            not 'VHOST'"
25323   parameters:
25324   - "throughput"
25325   - "parent"
25326   - "tags"
25327   sort:
25328   - "IP6BASE"
25329   - "POLICE_MARK"
25330   - "COPWHLIST"
25331   - "IACLDST"
25332   layout:
25333     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
25334     layout: "plot-throughput-speedup-analysis"
25335
25336 # Speedup - VPP IPv6 3n-hsw-xl710
25337 - type: "plot"
25338   title: "Speedup: ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25339   algorithm: "plot_throughput_speedup_analysis"
25340   output-file-type: ".html"
25341   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25342   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25343   filter: "'NIC_Intel-XL710' and
25344            '78B' and
25345            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25346            'NDRPDR' and
25347            'IP6FWD' and
25348            not 'SRv6' and
25349            not 'IPSEC' and
25350            not 'VHOST'"
25351   parameters:
25352   - "throughput"
25353   - "parent"
25354   - "tags"
25355   sort:
25356   - "IP6BASE"
25357   - "FIB_20K"
25358   - "FIB_200K"
25359   - "FIB_2M"
25360   layout:
25361     title: "ip6-3n-hsw-xl710-78b-base-ndr"
25362     layout: "plot-throughput-speedup-analysis"
25363
25364 - type: "plot"
25365   title: "Speedup: ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25366   algorithm: "plot_throughput_speedup_analysis"
25367   output-file-type: ".html"
25368   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25369   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25370   filter: "'NIC_Intel-XL710' and
25371            '78B' and
25372            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25373            'NDRPDR' and
25374            'IP6FWD' and
25375            not 'SRv6' and
25376            not 'IPSEC' and
25377            not 'VHOST'"
25378   parameters:
25379   - "throughput"
25380   - "parent"
25381   - "tags"
25382   sort:
25383   - "IP6BASE"
25384   - "FIB_20K"
25385   - "FIB_200K"
25386   - "FIB_2M"
25387   layout:
25388     title: "ip6-3n-hsw-xl710-78b-base-pdr"
25389     layout: "plot-throughput-speedup-analysis"
25390
25391 # Speedup - VPP IPv6 3n-skx-x710
25392 - type: "plot"
25393   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25394   algorithm: "plot_throughput_speedup_analysis"
25395   output-file-type: ".html"
25396   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25398   filter: "'NIC_Intel-X710' and
25399            '78B' and
25400            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25401            'NDRPDR' and
25402            'IP6FWD' and
25403            not 'SRv6' and
25404            not 'IPSEC' and
25405            not 'VHOST'"
25406   parameters:
25407   - "throughput"
25408   - "parent"
25409   - "tags"
25410   sort:
25411   - "IP6BASE"
25412   - "FIB_20K"
25413   - "FIB_200K"
25414   - "FIB_2M"
25415   layout:
25416     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
25417     layout: "plot-throughput-speedup-analysis"
25418
25419 - type: "plot"
25420   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25421   algorithm: "plot_throughput_speedup_analysis"
25422   output-file-type: ".html"
25423   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25424   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25425   filter: "'NIC_Intel-X710' and
25426            '78B' and
25427            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25428            'NDRPDR' and
25429            'IP6FWD' and
25430            not 'SRv6' and
25431            not 'IPSEC' and
25432            not 'VHOST'"
25433   parameters:
25434   - "throughput"
25435   - "parent"
25436   - "tags"
25437   sort:
25438   - "IP6BASE"
25439   - "FIB_20K"
25440   - "FIB_200K"
25441   - "FIB_2M"
25442   layout:
25443     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
25444     layout: "plot-throughput-speedup-analysis"
25445
25446 # Speedup - VPP IPv6 3n-skx-x710 features
25447 - type: "plot"
25448   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25449   algorithm: "plot_throughput_speedup_analysis"
25450   output-file-type: ".html"
25451   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25452   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25453   filter: "'NIC_Intel-X710' and
25454            '78B' and
25455            ('IP6BASE' or
25456             'POLICE_MARK' or
25457             'COPWHLIST' or
25458             'IACLDST') and
25459            'NDRPDR' and
25460            'IP6FWD' and
25461            not 'SRv6' and
25462            not 'IPSEC' and
25463            not 'VHOST'"
25464   parameters:
25465   - "throughput"
25466   - "parent"
25467   - "tags"
25468   sort:
25469   - "IP6BASE"
25470   - "POLICE_MARK"
25471   - "COPWHLIST"
25472   - "IACLDST"
25473   layout:
25474     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
25475     layout: "plot-throughput-speedup-analysis"
25476
25477 - type: "plot"
25478   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25479   algorithm: "plot_throughput_speedup_analysis"
25480   output-file-type: ".html"
25481   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25482   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25483   filter: "'NIC_Intel-X710' and
25484            '78B' and
25485            ('IP6BASE' or
25486             'POLICE_MARK' or
25487             'COPWHLIST' or
25488             'IACLDST') and
25489            'NDRPDR' and
25490            'IP6FWD' and
25491            not 'SRv6' and
25492            not 'IPSEC' and
25493            not 'VHOST'"
25494   parameters:
25495   - "throughput"
25496   - "parent"
25497   - "tags"
25498   sort:
25499   - "IP6BASE"
25500   - "POLICE_MARK"
25501   - "COPWHLIST"
25502   - "IACLDST"
25503   layout:
25504     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
25505     layout: "plot-throughput-speedup-analysis"
25506
25507 # Speedup - VPP IPv6 3n-skx-xxv710
25508 - type: "plot"
25509   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25510   algorithm: "plot_throughput_speedup_analysis"
25511   output-file-type: ".html"
25512   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25513   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25514   filter: "'NIC_Intel-XXV710' and
25515            '78B' and
25516            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25517            'NDRPDR' and
25518            'IP6FWD' and
25519            not 'SRv6' and
25520            not 'IPSEC' and
25521            not 'VHOST'"
25522   parameters:
25523   - "throughput"
25524   - "parent"
25525   - "tags"
25526   sort:
25527   - "IP6BASE"
25528   - "FIB_20K"
25529   - "FIB_200K"
25530   - "FIB_2M"
25531   layout:
25532     title: "ip6-3n-skx-xxv710-78b-base_and_scale-ndr"
25533     layout: "plot-throughput-speedup-analysis"
25534
25535 - type: "plot"
25536   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25537   algorithm: "plot_throughput_speedup_analysis"
25538   output-file-type: ".html"
25539   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25540   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25541   filter: "'NIC_Intel-XXV710' and
25542            '78B' and
25543            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25544            'NDRPDR' and
25545            'IP6FWD' and
25546            not 'SRv6' and
25547            not 'IPSEC' and
25548            not 'VHOST'"
25549   parameters:
25550   - "throughput"
25551   - "parent"
25552   - "tags"
25553   sort:
25554   - "IP6BASE"
25555   - "FIB_20K"
25556   - "FIB_200K"
25557   - "FIB_2M"
25558   layout:
25559     title: "ip6-3n-skx-xxv710-78b-base_and_scale-pdr"
25560     layout: "plot-throughput-speedup-analysis"
25561
25562 # Speedup - VPP IPv6 2n-skx-x710
25563 - type: "plot"
25564   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25565   algorithm: "plot_throughput_speedup_analysis"
25566   output-file-type: ".html"
25567   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25568   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25569   filter: "'NIC_Intel-X710' and
25570            '78B' and
25571            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25572            'NDRPDR' and
25573            'IP6FWD' and
25574            not 'SRv6' and
25575            not 'IPSEC' and
25576            not 'VHOST'"
25577   parameters:
25578   - "throughput"
25579   - "parent"
25580   - "tags"
25581   sort:
25582   - "IP6BASE"
25583   - "FIB_20K"
25584   - "FIB_200K"
25585   - "FIB_2M"
25586   layout:
25587     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
25588     layout: "plot-throughput-speedup-analysis"
25589
25590 - type: "plot"
25591   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25592   algorithm: "plot_throughput_speedup_analysis"
25593   output-file-type: ".html"
25594   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25595   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25596   filter: "'NIC_Intel-X710' and
25597            '78B' and
25598            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25599            'NDRPDR' and
25600            'IP6FWD' and
25601            not 'SRv6' and
25602            not 'IPSEC' and
25603            not 'VHOST'"
25604   parameters:
25605   - "throughput"
25606   - "parent"
25607   - "tags"
25608   sort:
25609   - "IP6BASE"
25610   - "FIB_20K"
25611   - "FIB_200K"
25612   - "FIB_2M"
25613   layout:
25614     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
25615     layout: "plot-throughput-speedup-analysis"
25616
25617 # Speedup - VPP IPv6 2n-skx-xxv710
25618 - type: "plot"
25619   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25620   algorithm: "plot_throughput_speedup_analysis"
25621   output-file-type: ".html"
25622   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25623   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25624   filter: "'NIC_Intel-XXV710' and
25625            '78B' and
25626            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25627            'NDRPDR' and
25628            'IP6FWD' and
25629            not 'SRv6' and
25630            not 'IPSEC' and
25631            not 'VHOST'"
25632   parameters:
25633   - "throughput"
25634   - "parent"
25635   - "tags"
25636   sort:
25637   - "IP6BASE"
25638   - "FIB_20K"
25639   - "FIB_200K"
25640   - "FIB_2M"
25641   layout:
25642     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
25643     layout: "plot-throughput-speedup-analysis"
25644
25645 - type: "plot"
25646   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25647   algorithm: "plot_throughput_speedup_analysis"
25648   output-file-type: ".html"
25649   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25650   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25651   filter: "'NIC_Intel-XXV710' and
25652            '78B' and
25653            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25654            'NDRPDR' and
25655            'IP6FWD' and
25656            not 'SRv6' and
25657            not 'IPSEC' and
25658            not 'VHOST'"
25659   parameters:
25660   - "throughput"
25661   - "parent"
25662   - "tags"
25663   sort:
25664   - "IP6BASE"
25665   - "FIB_20K"
25666   - "FIB_200K"
25667   - "FIB_2M"
25668   layout:
25669     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
25670     layout: "plot-throughput-speedup-analysis"
25671
25672 ## Speedup - VPP IPv6 2n-dnv-x553 base
25673 #- type: "plot"
25674 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
25675 #  algorithm: "plot_throughput_speedup_analysis"
25676 #  output-file-type: ".html"
25677 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
25678 #  data: "intel-dnv-vpp"
25679 #  filter: "'NIC_Intel-X553' and
25680 #           '78B' and
25681 #           'IP6BASE' and
25682 #           'NDRPDR' and
25683 #           'IP6FWD' and
25684 #           not 'SRv6' and
25685 #           not 'IPSEC' and
25686 #           not 'VHOST'"
25687 #  parameters:
25688 #  - "throughput"
25689 #  - "parent"
25690 #  - "tags"
25691 #  sort:
25692 #  - "IP6BASE"
25693 #  layout:
25694 #    title: "ip6-2n-dnv-x553-78b-base-ndr"
25695 #    layout: "plot-throughput-speedup-analysis"
25696 #
25697 #- type: "plot"
25698 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
25699 #  algorithm: "plot_throughput_speedup_analysis"
25700 #  output-file-type: ".html"
25701 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
25702 #  data: "intel-dnv-vpp"
25703 #  filter: "'NIC_Intel-X553' and
25704 #           '78B' and
25705 #           'IP6BASE' and
25706 #           'NDRPDR' and
25707 #           'IP6FWD' and
25708 #           not 'SRv6' and
25709 #           not 'IPSEC' and
25710 #           not 'VHOST'"
25711 #  parameters:
25712 #  - "throughput"
25713 #  - "parent"
25714 #  - "tags"
25715 #  sort:
25716 #  - "IP6BASE"
25717 #  layout:
25718 #    title: "ip6-2n-dnv-x553-78b-base-pdr"
25719 #    layout: "plot-throughput-speedup-analysis"
25720
25721 ################################################################################
25722
25723 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
25724 - type: "plot"
25725   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25726   algorithm: "plot_throughput_speedup_analysis"
25727   output-file-type: ".html"
25728   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25729   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25730   filter: "'NIC_Intel-X520-DA2' and
25731            '78B' and
25732            'ENCAP' and
25733            'NDRPDR' and
25734            'LISP' and
25735            not 'VHOST'"
25736   parameters:
25737   - "throughput"
25738   - "parent"
25739   - "tags"
25740   sort:
25741   - "IP4UNRLAY"
25742   - "IP6UNRLAY"
25743   layout:
25744     title: "ip6tun-3n-hsw-x520-78b-base-ndr"
25745     layout: "plot-throughput-speedup-analysis"
25746
25747 - type: "plot"
25748   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25749   algorithm: "plot_throughput_speedup_analysis"
25750   output-file-type: ".html"
25751   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25752   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25753   filter: "'NIC_Intel-X520-DA2' and
25754            '78B' and
25755            'ENCAP' and
25756            'NDRPDR' and
25757            'LISP' and
25758            not 'VHOST'"
25759   parameters:
25760   - "throughput"
25761   - "parent"
25762   - "tags"
25763   sort:
25764   - "IP4UNRLAY"
25765   - "IP6UNRLAY"
25766   layout:
25767     title: "ip6tun-3n-hsw-x520-78b-base-pdr"
25768     layout: "plot-throughput-speedup-analysis"
25769
25770 ################################################################################
25771
25772 # Speedup - VPP IPSec 3n-hsw-xl710 base
25773 - type: "plot"
25774   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25775   algorithm: "plot_throughput_speedup_analysis"
25776   output-file-type: ".html"
25777   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25778   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25779   filter: "'NIC_Intel-XL710' and
25780            '64B' and
25781            'IP4FWD' and
25782            'NDRPDR' and
25783            'BASE' and
25784            'IPSECHW' and
25785            not 'VHOST'"
25786   parameters:
25787   - "throughput"
25788   - "parent"
25789   - "tags"
25790   layout:
25791     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
25792     layout: "plot-throughput-speedup-analysis"
25793
25794 - type: "plot"
25795   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25796   algorithm: "plot_throughput_speedup_analysis"
25797   output-file-type: ".html"
25798   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25799   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25800   filter: "'NIC_Intel-XL710' and
25801            '64B' and
25802            'IP4FWD' and
25803            'NDRPDR' and
25804            'BASE' and
25805            'IPSECHW' and
25806            not 'VHOST'"
25807   parameters:
25808   - "throughput"
25809   - "parent"
25810   - "tags"
25811   layout:
25812     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
25813     layout: "plot-throughput-speedup-analysis"
25814
25815 # Speedup - VPP IPSec 3n-hsw-xl710 scale
25816 - type: "plot"
25817   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25818   algorithm: "plot_throughput_speedup_analysis"
25819   output-file-type: ".html"
25820   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25821   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25822   filter: "'NIC_Intel-XL710' and
25823            '64B' and
25824            'IP4FWD' and
25825            'NDRPDR' and
25826            'SCALE' and
25827            'IPSECHW' and
25828            not 'VHOST'"
25829   parameters:
25830   - "throughput"
25831   - "parent"
25832   - "tags"
25833   layout:
25834     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
25835     layout: "plot-throughput-speedup-analysis"
25836
25837 - type: "plot"
25838   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25839   algorithm: "plot_throughput_speedup_analysis"
25840   output-file-type: ".html"
25841   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25842   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25843   filter: "'NIC_Intel-XL710' and
25844            '64B' and
25845            'IP4FWD' and
25846            'NDRPDR' and
25847            'SCALE' and
25848            'IPSECHW' and
25849            not 'VHOST'"
25850   parameters:
25851   - "throughput"
25852   - "parent"
25853   - "tags"
25854   layout:
25855     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
25856     layout: "plot-throughput-speedup-analysis"
25857
25858 # Speedup - VPP IPSec 3n-hsw-xl710 sw
25859 - type: "plot"
25860   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25861   algorithm: "plot_throughput_speedup_analysis"
25862   output-file-type: ".html"
25863   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25864   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25865   filter: "'NIC_Intel-XL710' and
25866            '64B' and
25867            'IP4FWD' and
25868            'NDRPDR' and
25869            'IPSECSW' and
25870            not 'VHOST'"
25871   parameters:
25872   - "throughput"
25873   - "parent"
25874   - "tags"
25875   layout:
25876     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
25877     layout: "plot-throughput-speedup-analysis"
25878
25879 - type: "plot"
25880   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25881   algorithm: "plot_throughput_speedup_analysis"
25882   output-file-type: ".html"
25883   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25884   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25885   filter: "'NIC_Intel-XL710' and
25886            '64B' and
25887            'IP4FWD' and
25888            'NDRPDR' and
25889            'IPSECSW' and
25890            not 'VHOST'"
25891   parameters:
25892   - "throughput"
25893   - "parent"
25894   - "tags"
25895   layout:
25896     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
25897     layout: "plot-throughput-speedup-analysis"
25898
25899 ################################################################################
25900
25901 # Speedup - VPP SRv6 3n-hsw-x520
25902 - type: "plot"
25903   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
25904   algorithm: "plot_throughput_speedup_analysis"
25905   output-file-type: ".html"
25906   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
25907   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25908   filter: "'NIC_Intel-X520-DA2' and
25909            '78B' and
25910            'FEATURE' and
25911            'NDRPDR' and
25912            'IP6FWD' and
25913            'SRv6'"
25914   parameters:
25915   - "throughput"
25916   - "parent"
25917   - "tags"
25918   layout:
25919     title: "srv6-3n-hsw-x520-78b-features-ndr"
25920     layout: "plot-throughput-speedup-analysis"
25921
25922 - type: "plot"
25923   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
25924   algorithm: "plot_throughput_speedup_analysis"
25925   output-file-type: ".html"
25926   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
25927   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25928   filter: "'NIC_Intel-X520-DA2' and
25929            '78B' and
25930            'FEATURE' and
25931            'NDRPDR' and
25932            'IP6FWD' and
25933            'SRv6'"
25934   parameters:
25935   - "throughput"
25936   - "parent"
25937   - "tags"
25938   layout:
25939     title: "srv6-3n-hsw-x520-78b-features-pdr"
25940     layout: "plot-throughput-speedup-analysis"
25941
25942 ################################################################################
25943
25944 # Speedup - VPP L2 3n-hsw-x520 base and scale
25945 - type: "plot"
25946   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25947   algorithm: "plot_throughput_speedup_analysis"
25948   output-file-type: ".html"
25949   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25950   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25951   filter: "'NIC_Intel-X520-DA2' and
25952            '64B' and
25953            ('BASE' or 'SCALE') and
25954            'NDRPDR' and
25955            'ETH' and
25956            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25957            not 'VHOST' and
25958            not 'MEMIF'"
25959   parameters:
25960   - "throughput"
25961   - "parent"
25962   - "tags"
25963   sort:
25964   - "L2XCFWD"
25965   - "L2PATCH"
25966   - "L2BDMACLRN"
25967   - "FIB_10K"
25968   - "FIB_100K"
25969   - "FIB_1M"
25970   layout:
25971     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
25972     layout: "plot-throughput-speedup-analysis"
25973
25974 - type: "plot"
25975   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25976   algorithm: "plot_throughput_speedup_analysis"
25977   output-file-type: ".html"
25978   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25979   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25980   filter: "'NIC_Intel-X520-DA2' and
25981            '64B' and
25982            ('BASE' or 'SCALE') and
25983            'NDRPDR' and
25984            'ETH' and
25985            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25986            not 'VHOST' and
25987            not 'MEMIF'"
25988   parameters:
25989   - "throughput"
25990   - "parent"
25991   - "tags"
25992   sort:
25993   - "L2XCFWD"
25994   - "L2PATCH"
25995   - "L2BDMACLRN"
25996   - "FIB_10K"
25997   - "FIB_100K"
25998   - "FIB_1M"
25999   layout:
26000     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
26001     layout: "plot-throughput-speedup-analysis"
26002
26003 # Speedup - VPP L2 3n-hsw-x520 features
26004 - type: "plot"
26005   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26006   algorithm: "plot_throughput_speedup_analysis"
26007   output-file-type: ".html"
26008   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26009   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26010   filter: "'NIC_Intel-X520-DA2' and
26011            '64B' and
26012            'NDRPDR' and
26013            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26014            not 'ACL' and
26015            not 'VHOST' and
26016            not 'MEMIF'"
26017   parameters:
26018   - "throughput"
26019   - "parent"
26020   - "tags"
26021   sort:
26022   - "L2XCBASE"    # l2xcbase
26023   - "L2BDBASE"    # l2bdbase
26024   - "L2XCFWD"     # dot1q-l2xcbase
26025   - "L2BDMACLRN"  # dot1q-l2bdbase
26026   layout:
26027     title: "l2sw-3n-hsw-x520-64b-features-ndr"
26028     layout: "plot-throughput-speedup-analysis"
26029
26030 - type: "plot"
26031   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26032   algorithm: "plot_throughput_speedup_analysis"
26033   output-file-type: ".html"
26034   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26035   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26036   filter: "'NIC_Intel-X520-DA2' and
26037            '64B' and
26038            'NDRPDR' and
26039            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26040            not 'ACL' and
26041            not 'VHOST' and
26042            not 'MEMIF'"
26043   parameters:
26044   - "throughput"
26045   - "parent"
26046   - "tags"
26047   sort:
26048   - "L2XCBASE"    # l2xcbase
26049   - "L2BDBASE"    # l2bdbase
26050   - "L2XCFWD"     # dot1q-l2xcbase
26051   - "L2BDMACLRN"  # dot1q-l2bdbase
26052   layout:
26053     title: "l2sw-3n-hsw-x520-64b-features-pdr"
26054     layout: "plot-throughput-speedup-analysis"
26055
26056 # Speedup - VPP L2 3n-hsw-x520 features-iacl
26057 - type: "plot"
26058   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
26059   algorithm: "plot_throughput_speedup_analysis"
26060   output-file-type: ".html"
26061   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
26062   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26063   filter: "'NIC_Intel-X520-DA2' and
26064            'NDRPDR' and
26065            '64B' and
26066            'FEATURE' and
26067            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26068            'IACL' and
26069            ('ACL1' or 'ACL50') and
26070            ('10K_FLOWS' or '10k_FLOWS') and
26071            not 'MACIP' and
26072            not 'VHOST' and
26073            not 'MEMIF'"
26074   parameters:
26075   - "throughput"
26076   - "parent"
26077   - "tags"
26078   layout:
26079     title: "l2sw-3n-hsw-x520-64b-features-iacl-ndr"
26080     layout: "plot-throughput-speedup-analysis"
26081
26082 - type: "plot"
26083   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26084   algorithm: "plot_throughput_speedup_analysis"
26085   output-file-type: ".html"
26086   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26087   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26088   filter: "'NIC_Intel-X520-DA2' and
26089            'NDRPDR' and
26090            '64B' and
26091            'FEATURE' and
26092            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26093            'IACL' and
26094            ('ACL1' or 'ACL50') and
26095            ('10K_FLOWS' or '10k_FLOWS') and
26096            not 'MACIP' and
26097            not 'VHOST' and
26098            not 'MEMIF'"
26099   parameters:
26100   - "throughput"
26101   - "parent"
26102   - "tags"
26103   layout:
26104     title: "l2sw-3n-hsw-x520-64b-features-iacl-pdr"
26105     layout: "plot-throughput-speedup-analysis"
26106
26107 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26108 - type: "plot"
26109   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26110   algorithm: "plot_throughput_speedup_analysis"
26111   output-file-type: ".html"
26112   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26113   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26114   filter: "'NIC_Intel-X520-DA2' and
26115            'NDRPDR' and
26116            '64B' and
26117            'FEATURE' and
26118            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26119            'OACL' and
26120            ('ACL1' or 'ACL50') and
26121            ('10K_FLOWS' or '10k_FLOWS') and
26122            not 'MACIP' and
26123            not 'VHOST' and
26124            not 'MEMIF'"
26125   parameters:
26126   - "throughput"
26127   - "parent"
26128   - "tags"
26129   layout:
26130     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26131     layout: "plot-throughput-speedup-analysis"
26132
26133 - type: "plot"
26134   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26135   algorithm: "plot_throughput_speedup_analysis"
26136   output-file-type: ".html"
26137   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26138   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26139   filter: "'NIC_Intel-X520-DA2' and
26140            'NDRPDR' and
26141            '64B' and
26142            'FEATURE' and
26143            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26144            'OACL' and
26145            ('ACL1' or 'ACL50') and
26146            ('10K_FLOWS' or '10k_FLOWS') and
26147            not 'MACIP' and
26148            not 'VHOST' and
26149            not 'MEMIF'"
26150   parameters:
26151   - "throughput"
26152   - "parent"
26153   - "tags"
26154   layout:
26155     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26156     layout: "plot-throughput-speedup-analysis"
26157
26158 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26159 - type: "plot"
26160   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26161   algorithm: "plot_throughput_speedup_analysis"
26162   output-file-type: ".html"
26163   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26164   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26165   filter: "'NIC_Intel-X520-DA2' and
26166            'NDRPDR' and
26167            '64B' and
26168            'FEATURE' and
26169            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26170            'OACL' and
26171            ('ACL1' or 'ACL50') and
26172            ('10K_FLOWS' or '10k_FLOWS') and
26173            not 'MACIP' and
26174            not 'VHOST' and
26175            not 'MEMIF'"
26176   parameters:
26177   - "throughput"
26178   - "parent"
26179   - "tags"
26180   layout:
26181     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26182     layout: "plot-throughput-speedup-analysis"
26183
26184 - type: "plot"
26185   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26186   algorithm: "plot_throughput_speedup_analysis"
26187   output-file-type: ".html"
26188   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26189   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26190   filter: "'NIC_Intel-X520-DA2' and
26191            'NDRPDR' and
26192            '64B' and
26193            'FEATURE' and
26194            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26195            'OACL' and
26196            ('ACL1' or 'ACL50') and
26197            ('10K_FLOWS' or '10k_FLOWS') and
26198            not 'MACIP' and
26199            not 'VHOST' and
26200            not 'MEMIF'"
26201   parameters:
26202   - "throughput"
26203   - "parent"
26204   - "tags"
26205   layout:
26206     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26207     layout: "plot-throughput-speedup-analysis"
26208
26209 # Speedup - VPP L2 3n-hsw-x520 features-macip
26210 - type: "plot"
26211   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26212   algorithm: "plot_throughput_speedup_analysis"
26213   output-file-type: ".html"
26214   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26215   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26216   filter: "'NIC_Intel-X520-DA2' and
26217            'NDRPDR' and
26218            '64B' and
26219            'FEATURE' and
26220            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26221            'MACIP' and
26222            ('ACL1' or 'ACL50') and
26223            ('10K_FLOWS' or '10k_FLOWS') and
26224            not 'VHOST' and
26225            not 'MEMIF'"
26226   parameters:
26227   - "throughput"
26228   - "parent"
26229   - "tags"
26230   layout:
26231     title: "l2sw-3n-hsw-x520-64b-features-macip-ndr"
26232     layout: "plot-throughput-speedup-analysis"
26233
26234 - type: "plot"
26235   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26236   algorithm: "plot_throughput_speedup_analysis"
26237   output-file-type: ".html"
26238   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26239   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26240   filter: "'NIC_Intel-X520-DA2' and
26241            'NDRPDR' and
26242            '64B' and
26243            'FEATURE' and
26244            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26245            'MACIP' and
26246            ('ACL1' or 'ACL50') and
26247            ('10K_FLOWS' or '10k_FLOWS') and
26248            not 'VHOST' and
26249            not 'MEMIF'"
26250   parameters:
26251   - "throughput"
26252   - "parent"
26253   - "tags"
26254   layout:
26255     title: "l2sw-3n-hsw-x520-64b-features-macip-pdr"
26256     layout: "plot-throughput-speedup-analysis"
26257
26258 # Speedup - VPP L2 3n-hsw-x710 base and scale
26259 - type: "plot"
26260   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26261   algorithm: "plot_throughput_speedup_analysis"
26262   output-file-type: ".html"
26263   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26264   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26265   filter: "'NIC_Intel-X710' and
26266            '64B' and
26267            ('BASE' or 'SCALE') and
26268            'NDRPDR' and
26269            'ETH' and
26270            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26271            not 'VHOST' and
26272            not 'MEMIF' and
26273            not 'DRV_AVF'"
26274   parameters:
26275   - "throughput"
26276   - "parent"
26277   - "tags"
26278   sort:
26279   - "L2PATCH"
26280   - "L2XCFWD"
26281   - "L2BDMACLRN"
26282   - "FIB_10K"
26283   - "FIB_100K"
26284   - "FIB_1M"
26285   layout:
26286     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
26287     layout: "plot-throughput-speedup-analysis"
26288
26289 - type: "plot"
26290   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26291   algorithm: "plot_throughput_speedup_analysis"
26292   output-file-type: ".html"
26293   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26294   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26295   filter: "'NIC_Intel-X710' and
26296            '64B' and
26297            ('BASE' or 'SCALE') and
26298            'NDRPDR' and
26299            'ETH' and
26300            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26301            not 'VHOST' and
26302            not 'MEMIF' and
26303            not 'DRV_AVF'"
26304   parameters:
26305   - "throughput"
26306   - "parent"
26307   - "tags"
26308   sort:
26309   - "L2PATCH"
26310   - "L2XCFWD"
26311   - "L2BDMACLRN"
26312   - "FIB_10K"
26313   - "FIB_100K"
26314   - "FIB_1M"
26315   layout:
26316     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
26317     layout: "plot-throughput-speedup-analysis"
26318
26319 # Speedup - VPP L2 3n-hsw-x710 features
26320 - type: "plot"
26321   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26322   algorithm: "plot_throughput_speedup_analysis"
26323   output-file-type: ".html"
26324   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26325   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26326   filter: "'NIC_Intel-X710' and
26327            '64B' and
26328            'NDRPDR' and
26329            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26330            not 'ACL' and
26331            not 'VHOST' and
26332            not 'L2OVRLAY' and
26333            not 'MEMIF'"
26334   parameters:
26335   - "throughput"
26336   - "parent"
26337   - "tags"
26338   sort:
26339   - "L2XCBASE"    # l2xcbase
26340   - "L2BDBASE"    # l2bdbase
26341   - "L2XCFWD"     # dot1q-l2xcbase
26342   - "L2BDMACLRN"  # dot1q-l2bdbase
26343   layout:
26344     title: "l2sw-3n-hsw-x710-64b-features-ndr"
26345     layout: "plot-throughput-speedup-analysis"
26346
26347 - type: "plot"
26348   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26349   algorithm: "plot_throughput_speedup_analysis"
26350   output-file-type: ".html"
26351   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26352   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26353   filter: "'NIC_Intel-X710' and
26354            '64B' and
26355            'NDRPDR' and
26356            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26357            not 'ACL' and
26358            not 'VHOST' and
26359            not 'L2OVRLAY' and
26360            not 'MEMIF'"
26361   parameters:
26362   - "throughput"
26363   - "parent"
26364   - "tags"
26365   sort:
26366   - "L2XCBASE"    # l2xcbase
26367   - "L2BDBASE"    # l2bdbase
26368   - "L2XCFWD"     # dot1q-l2xcbase
26369   - "L2BDMACLRN"  # dot1q-l2bdbase
26370   layout:
26371     title: "l2sw-3n-hsw-x710-64b-features-pdr"
26372     layout: "plot-throughput-speedup-analysis"
26373
26374 # Speedup - VPP L2 3n-hsw-x710 features-iacl
26375 - type: "plot"
26376   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26377   algorithm: "plot_throughput_speedup_analysis"
26378   output-file-type: ".html"
26379   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26380   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26381   filter: "'NIC_Intel-X710' and
26382            'NDRPDR' and
26383            '64B' and
26384            'FEATURE' and
26385            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26386            'IACL' and
26387            ('ACL1' or 'ACL50') and
26388            ('10K_FLOWS' or '10k_FLOWS') and
26389            not 'MACIP' and
26390            not 'VHOST' and
26391            not 'MEMIF'"
26392   parameters:
26393   - "throughput"
26394   - "parent"
26395   - "tags"
26396   layout:
26397     title: "l2sw-3n-hsw-x710-64b-features-iacl-ndr"
26398     layout: "plot-throughput-speedup-analysis"
26399
26400 - type: "plot"
26401   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26402   algorithm: "plot_throughput_speedup_analysis"
26403   output-file-type: ".html"
26404   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26405   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26406   filter: "'NIC_Intel-X710' and
26407            'NDRPDR' and
26408            '64B' and
26409            'FEATURE' and
26410            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26411            'IACL' and
26412            ('ACL1' or 'ACL50') and
26413            ('10K_FLOWS' or '10k_FLOWS') and
26414            not 'MACIP' and
26415            not 'VHOST' and
26416            not 'MEMIF'"
26417   parameters:
26418   - "throughput"
26419   - "parent"
26420   - "tags"
26421   layout:
26422     title: "l2sw-3n-hsw-x710-64b-features-iacl-pdr"
26423     layout: "plot-throughput-speedup-analysis"
26424
26425 # Speedup - VPP L2 3n-hsw-xl710 base and scale
26426 - type: "plot"
26427   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26428   algorithm: "plot_throughput_speedup_analysis"
26429   output-file-type: ".html"
26430   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26431   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26432   filter: "'NIC_Intel-XL710' and
26433            '64B' and
26434            'BASE' and
26435            'NDRPDR' and
26436            'ETH' and
26437            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26438            not 'VHOST' and
26439            not 'MEMIF'"
26440   parameters:
26441   - "throughput"
26442   - "parent"
26443   - "tags"
26444   sort:
26445   - "L2PATCH"
26446   - "L2XCFWD"
26447   - "L2BDMACLRN"
26448   layout:
26449     title: "l2sw-3n-hsw-xl710-64b-base-ndr"
26450     layout: "plot-throughput-speedup-analysis"
26451
26452 - type: "plot"
26453   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26454   algorithm: "plot_throughput_speedup_analysis"
26455   output-file-type: ".html"
26456   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26457   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26458   filter: "'NIC_Intel-XL710' and
26459            '64B' and
26460            'BASE' and
26461            'NDRPDR' and
26462            'ETH' and
26463            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26464            not 'VHOST' and
26465            not 'MEMIF'"
26466   parameters:
26467   - "throughput"
26468   - "parent"
26469   - "tags"
26470   sort:
26471   - "L2PATCH"
26472   - "L2XCFWD"
26473   - "L2BDMACLRN"
26474   layout:
26475     title: "l2sw-3n-hsw-xl710-64b-base-pdr"
26476     layout: "plot-throughput-speedup-analysis"
26477
26478 # Speedup - VPP L2 3n-skx-x710 base and scale
26479 - type: "plot"
26480   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26481   algorithm: "plot_throughput_speedup_analysis"
26482   output-file-type: ".html"
26483   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26484   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26485   filter: "'NIC_Intel-X710' and
26486            '64B' and
26487            ('BASE' or 'SCALE') and
26488            'NDRPDR' and
26489            'ETH' and
26490            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26491            not 'VHOST' and
26492            not 'DRV_AVF' and
26493            not 'MEMIF'"
26494   parameters:
26495   - "throughput"
26496   - "parent"
26497   - "tags"
26498   sort:
26499   - "L2PATCH"
26500   - "L2XCBASE"
26501   - "BASE"
26502   - "FIB_10K"
26503   - "FIB_100K"
26504   - "FIB_1M"
26505   layout:
26506     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
26507     layout: "plot-throughput-speedup-analysis"
26508
26509 - type: "plot"
26510   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26511   algorithm: "plot_throughput_speedup_analysis"
26512   output-file-type: ".html"
26513   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26514   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26515   filter: "'NIC_Intel-X710' and
26516            '64B' and
26517            ('BASE' or 'SCALE') and
26518            'NDRPDR' and
26519            'ETH' and
26520            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26521            not 'VHOST' and
26522            not 'DRV_AVF' and
26523            not 'MEMIF'"
26524   parameters:
26525   - "throughput"
26526   - "parent"
26527   - "tags"
26528   sort:
26529   - "L2PATCH"
26530   - "L2XCBASE"
26531   - "BASE"
26532   - "FIB_10K"
26533   - "FIB_100K"
26534   - "FIB_1M"
26535   layout:
26536     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
26537     layout: "plot-throughput-speedup-analysis"
26538
26539 # Speedup - VPP L2 3n-skx-x710 features
26540 - type: "plot"
26541   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
26542   algorithm: "plot_throughput_speedup_analysis"
26543   output-file-type: ".html"
26544   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
26545   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26546   filter: "'NIC_Intel-X710' and
26547            '64B' and
26548            'NDRPDR' and
26549            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26550            not 'ACL' and
26551            not 'VHOST' and
26552            not 'DRV_AVF' and
26553            not 'L2OVRLAY' and
26554            not 'MEMIF'"
26555   parameters:
26556   - "throughput"
26557   - "parent"
26558   - "tags"
26559   sort:
26560   - "L2XCBASE"    # l2xcbase
26561   - "L2BDBASE"    # l2bdbase
26562   - "L2XCFWD"     # dot1q-l2xcbase
26563   - "L2BDMACLRN"  # dot1q-l2bdbase
26564   layout:
26565     title: "l2sw-3n-skx-x710-64b-features-ndr"
26566     layout: "plot-throughput-speedup-analysis"
26567
26568 - type: "plot"
26569   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
26570   algorithm: "plot_throughput_speedup_analysis"
26571   output-file-type: ".html"
26572   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
26573   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26574   filter: "'NIC_Intel-X710' and
26575            '64B' and
26576            'NDRPDR' and
26577            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26578            not 'ACL' and
26579            not 'VHOST' and
26580            not 'DRV_AVF' and
26581            not 'L2OVRLAY' and
26582            not 'MEMIF'"
26583   parameters:
26584   - "throughput"
26585   - "parent"
26586   - "tags"
26587   sort:
26588   - "L2XCBASE"    # l2xcbase
26589   - "L2BDBASE"    # l2bdbase
26590   - "L2XCFWD"     # dot1q-l2xcbase
26591   - "L2BDMACLRN"  # dot1q-l2bdbase
26592   layout:
26593     title: "l2sw-3n-skx-x710-64b-features-pdr"
26594     layout: "plot-throughput-speedup-analysis"
26595
26596 # Speedup - VPP L2 3n-skx-x710 features-iacl
26597 - type: "plot"
26598   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26599   algorithm: "plot_throughput_speedup_analysis"
26600   output-file-type: ".html"
26601   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26602   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26603   filter: "'NIC_Intel-X710' and
26604            'NDRPDR' and
26605            '64B' and
26606            'FEATURE' and
26607            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26608            'IACL' and
26609            ('ACL1' or 'ACL50') and
26610            ('10K_FLOWS' or '10k_FLOWS') and
26611            not 'MACIP' and
26612            not 'VHOST' and
26613            not 'MEMIF'"
26614   parameters:
26615   - "throughput"
26616   - "parent"
26617   - "tags"
26618   layout:
26619     title: "l2sw-3n-skx-x710-64b-features-iacl-ndr"
26620     layout: "plot-throughput-speedup-analysis"
26621
26622 - type: "plot"
26623   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26624   algorithm: "plot_throughput_speedup_analysis"
26625   output-file-type: ".html"
26626   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26627   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26628   filter: "'NIC_Intel-X710' and
26629            'NDRPDR' and
26630            '64B' and
26631            'FEATURE' and
26632            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26633            'IACL' and
26634            ('ACL1' or 'ACL50') and
26635            ('10K_FLOWS' or '10k_FLOWS') and
26636            not 'MACIP' and
26637            not 'VHOST' and
26638            not 'MEMIF'"
26639   parameters:
26640   - "throughput"
26641   - "parent"
26642   - "tags"
26643   layout:
26644     title: "l2sw-3n-skx-x710-64b-features-iacl-pdr"
26645     layout: "plot-throughput-speedup-analysis"
26646
26647 # Speedup - VPP L2 3n-skx-xxv710 base and scale
26648 - type: "plot"
26649   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26650   algorithm: "plot_throughput_speedup_analysis"
26651   output-file-type: ".html"
26652   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26653   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26654   filter: "'NIC_Intel-XXV710' and
26655            '64B' and
26656            ('BASE' or 'SCALE') and
26657            'NDRPDR' and
26658            'ETH' and
26659            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26660            not 'DRV_AVF' and
26661            not 'VHOST' and
26662            not 'MEMIF'"
26663   parameters:
26664   - "throughput"
26665   - "parent"
26666   - "tags"
26667 #  sort:
26668 #  - "L2PATCH"
26669 #  - "L2PATCH"
26670 #  - "L2XCBASE"
26671 #  - "L2BDMACLRN"
26672   layout:
26673     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
26674     layout: "plot-throughput-speedup-analysis"
26675
26676 - type: "plot"
26677   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26678   algorithm: "plot_throughput_speedup_analysis"
26679   output-file-type: ".html"
26680   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26681   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26682   filter: "'NIC_Intel-XXV710' and
26683            '64B' and
26684            ('BASE' or 'SCALE') and
26685            'NDRPDR' and
26686            'ETH' and
26687            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26688            not 'DRV_AVF' and
26689            not 'VHOST' and
26690            not 'MEMIF'"
26691   parameters:
26692   - "throughput"
26693   - "parent"
26694   - "tags"
26695 #  sort:
26696 #  - "L2PATCH"
26697 #  - "L2PATCH"
26698 #  - "L2XCBASE"
26699 #  - "L2BDMACLRN"
26700   layout:
26701     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
26702     layout: "plot-throughput-speedup-analysis"
26703
26704 # Speedup - VPP L2 2n-skx-x710 base and scale
26705 - type: "plot"
26706   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26707   algorithm: "plot_throughput_speedup_analysis"
26708   output-file-type: ".html"
26709   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26710   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26711   filter: "'NIC_Intel-X710' and
26712            '64B' and
26713            ('BASE' or 'SCALE') and
26714            'NDRPDR' and
26715            'ETH' and
26716            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26717            not 'VHOST' and
26718            not 'MEMIF'"
26719   parameters:
26720   - "throughput"
26721   - "parent"
26722   - "tags"
26723   sort:
26724   - "L2PATCH"
26725   - "L2XCBASE"
26726   - "BASE"
26727   - "FIB_10K"
26728   - "FIB_100K"
26729   - "FIB_1M"
26730   layout:
26731     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
26732     layout: "plot-throughput-speedup-analysis"
26733
26734 - type: "plot"
26735   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26736   algorithm: "plot_throughput_speedup_analysis"
26737   output-file-type: ".html"
26738   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26739   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26740   filter: "'NIC_Intel-X710' and
26741            '64B' and
26742            ('BASE' or 'SCALE') and
26743            'NDRPDR' and
26744            'ETH' and
26745            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26746            not 'VHOST' and
26747            not 'MEMIF'"
26748   parameters:
26749   - "throughput"
26750   - "parent"
26751   - "tags"
26752   sort:
26753   - "L2PATCH"
26754   - "L2XCBASE"
26755   - "BASE"
26756   - "FIB_10K"
26757   - "FIB_100K"
26758   - "FIB_1M"
26759   layout:
26760     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
26761     layout: "plot-throughput-speedup-analysis"
26762
26763 # Speedup - VPP L2 2n-skx-xxv710 base and scale
26764 - type: "plot"
26765   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26766   algorithm: "plot_throughput_speedup_analysis"
26767   output-file-type: ".html"
26768   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26769   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26770   filter: "'NIC_Intel-XXV710' and
26771            '64B' and
26772            ('BASE' or 'SCALE') and
26773            'NDRPDR' and
26774            'ETH' and
26775            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26776            not 'VHOST' and
26777            not 'MEMIF'"
26778   parameters:
26779   - "throughput"
26780   - "parent"
26781   - "tags"
26782   sort:
26783   - "L2PATCH"
26784   - "L2XCBASE"
26785   - "BASE"
26786   - "FIB_10K"
26787   - "FIB_100K"
26788   - "FIB_1M"
26789   layout:
26790     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
26791     layout: "plot-throughput-speedup-analysis"
26792
26793 - type: "plot"
26794   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26795   algorithm: "plot_throughput_speedup_analysis"
26796   output-file-type: ".html"
26797   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26798   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26799   filter: "'NIC_Intel-XXV710' and
26800            '64B' and
26801            ('BASE' or 'SCALE') and
26802            'NDRPDR' and
26803            'ETH' and
26804            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26805            not 'VHOST' and
26806            not 'MEMIF'"
26807   parameters:
26808   - "throughput"
26809   - "parent"
26810   - "tags"
26811   sort:
26812   - "L2PATCH"
26813   - "L2XCBASE"
26814   - "BASE"
26815   - "FIB_10K"
26816   - "FIB_100K"
26817   - "FIB_1M"
26818   layout:
26819     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
26820     layout: "plot-throughput-speedup-analysis"
26821
26822 ## Speedup - VPP L2 2n-dnv-x553 base
26823 #- type: "plot"
26824 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26825 #  algorithm: "plot_throughput_speedup_analysis"
26826 #  output-file-type: ".html"
26827 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26828 #  data: "intel-dnv-vpp"
26829 #  filter: "'NIC_Intel-X553' and
26830 #           '64B' and
26831 #           ('BASE' or 'SCALE') and
26832 #           'NDRPDR' and
26833 #           'ETH' and
26834 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26835 #           not 'VHOST' and
26836 #           not 'MEMIF'"
26837 #  parameters:
26838 #  - "throughput"
26839 #  - "parent"
26840 #  - "tags"
26841 #  sort:
26842 #  - "L2XCBASE"
26843 #  - "L2BDMACLRN"
26844 #  - "L2PATCH"
26845 #  layout:
26846 #    title: "l2sw-2n-dnv-x553-64b-base-ndr"
26847 #    layout: "plot-throughput-speedup-analysis"
26848 #
26849 #- type: "plot"
26850 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26851 #  algorithm: "plot_throughput_speedup_analysis"
26852 #  output-file-type: ".html"
26853 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26854 #  data: "intel-dnv-vpp"
26855 #  filter: "'NIC_Intel-X553' and
26856 #           '64B' and
26857 #           ('BASE' or 'SCALE') and
26858 #           'NDRPDR' and
26859 #           'ETH' and
26860 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26861 #           not 'VHOST' and
26862 #           not 'MEMIF'"
26863 #  parameters:
26864 #  - "throughput"
26865 #  - "parent"
26866 #  - "tags"
26867 #  sort:
26868 #  - "L2XCBASE"
26869 #  - "L2BDMACLRN"
26870 #  - "L2PATCH"
26871 #  layout:
26872 #    title: "l2sw-2n-dnv-x553-64b-base-pdr"
26873 #    layout: "plot-throughput-speedup-analysis"
26874
26875 ################################################################################
26876
26877 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
26878 - type: "plot"
26879   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26880   algorithm: "plot_throughput_speedup_analysis"
26881   output-file-type: ".html"
26882   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26883   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26884   filter: "'NIC_Intel-X520-DA2' and
26885            '64B' and
26886            'NDRPDR' and
26887            'ETH' and
26888            'IP4FWD' and
26889            'VHOST_1024' and
26890            not 'VXLAN' and
26891            not 'DOT1Q'"
26892   parameters:
26893   - "throughput"
26894   - "parent"
26895   - "tags"
26896   sort:
26897   - "not CFS_OPT"
26898   - "1VM"
26899   - "2VM"
26900   layout:
26901     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
26902     layout: "plot-throughput-speedup-analysis"
26903
26904 - type: "plot"
26905   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26906   algorithm: "plot_throughput_speedup_analysis"
26907   output-file-type: ".html"
26908   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26909   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26910   filter: "'NIC_Intel-X520-DA2' and
26911            '64B' and
26912            'NDRPDR' and
26913            'ETH' and
26914            'IP4FWD' and
26915            'VHOST_1024' and
26916            not 'VXLAN' and
26917            not 'DOT1Q'"
26918   parameters:
26919   - "throughput"
26920   - "parent"
26921   - "tags"
26922   sort:
26923   - "not CFS_OPT"
26924   - "1VM"
26925   - "2VM"
26926   layout:
26927     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
26928     layout: "plot-throughput-speedup-analysis"
26929
26930 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
26931 - type: "plot"
26932   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26933   algorithm: "plot_throughput_speedup_analysis"
26934   output-file-type: ".html"
26935   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26936   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26937   filter: "'NIC_Intel-X520-DA2' and
26938            '64B' and
26939            'NDRPDR' and
26940            ('ETH' or 'DOT1Q') and
26941            'BASE' and
26942            ('L2BDMACLRN' or 'L2XCFWD') and
26943            'VHOST_1024' and
26944            not 'VXLAN' and
26945            not 'IP4FWD' and
26946            not '2VM'"
26947   parameters:
26948   - "throughput"
26949   - "parent"
26950   - "tags"
26951   sort:
26952   - "L2BDMACLRN"
26953   - "L2BDMACLRN"
26954   - "L2BDMACLRN"
26955   - "L2XCFWD"
26956   - "L2XCFWD"
26957   - "L2XCFWD"
26958   layout:
26959     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr"
26960     layout: "plot-throughput-speedup-analysis"
26961
26962 - type: "plot"
26963   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26964   algorithm: "plot_throughput_speedup_analysis"
26965   output-file-type: ".html"
26966   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26967   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26968   filter: "'NIC_Intel-X520-DA2' and
26969            '64B' and
26970            'NDRPDR' and
26971            ('ETH' or 'DOT1Q') and
26972            'BASE' and
26973            ('L2BDMACLRN' or 'L2XCFWD') and
26974            'VHOST_1024' and
26975            not 'VXLAN' and
26976            not 'IP4FWD' and
26977            not '2VM'"
26978   parameters:
26979   - "throughput"
26980   - "parent"
26981   - "tags"
26982   sort:
26983   - "L2BDMACLRN"
26984   - "L2BDMACLRN"
26985   - "L2BDMACLRN"
26986   - "L2XCFWD"
26987   - "L2XCFWD"
26988   - "L2XCFWD"
26989   layout:
26990     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr"
26991     layout: "plot-throughput-speedup-analysis"
26992
26993 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
26994 - type: "plot"
26995   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26996   algorithm: "plot_throughput_speedup_analysis"
26997   output-file-type: ".html"
26998   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26999   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27000   filter: "'NIC_Intel-X520-DA2' and
27001            '64B' and
27002            'NDRPDR' and
27003            ('ETH' or 'DOT1Q') and
27004            ('L2BDMACLRN' or 'L2XCFWD') and
27005            'VHOST_1024' and
27006            not 'CFS_OPT' and
27007            not 'DOT1Q' and
27008            not 'VXLAN' and
27009            not 'IP4FWD' and
27010            not 'LBOND'"
27011   parameters:
27012   - "throughput"
27013   - "parent"
27014   - "tags"
27015 #  sort:
27016 #  - "1VM"
27017 #  - "L2XCFWD"
27018 #  - "1VM"
27019 #  - "L2BDMACLRN"
27020   layout:
27021     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
27022     layout: "plot-throughput-speedup-analysis"
27023
27024 - type: "plot"
27025   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27026   algorithm: "plot_throughput_speedup_analysis"
27027   output-file-type: ".html"
27028   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27029   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27030   filter: "'NIC_Intel-X520-DA2' and
27031            '64B' and
27032            'NDRPDR' and
27033            ('ETH' or 'DOT1Q') and
27034            ('L2BDMACLRN' or 'L2XCFWD') and
27035            'VHOST_1024' and
27036            not 'CFS_OPT' and
27037            not 'DOT1Q' and
27038            not 'VXLAN' and
27039            not 'IP4FWD' and
27040            not 'LBOND'"
27041   parameters:
27042   - "throughput"
27043   - "parent"
27044   - "tags"
27045 #  sort:
27046 #  - "1VM"
27047 #  - "L2XCFWD"
27048 #  - "1VM"
27049 #  - "L2BDMACLRN"
27050   layout:
27051     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
27052     layout: "plot-throughput-speedup-analysis"
27053
27054 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
27055 - type: "plot"
27056   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27057   algorithm: "plot_throughput_speedup_analysis"
27058   output-file-type: ".html"
27059   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27060   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27061   filter: "'NIC_Intel-X710' and
27062            '64B' and
27063            'NDRPDR' and
27064            'ETH' and
27065            'IP4FWD' and
27066            'VHOST_1024' and
27067            not 'VXLAN' and
27068            not 'CFS_OPT' and
27069            not 'DOT1Q'"
27070   parameters:
27071   - "throughput"
27072   - "parent"
27073   - "tags"
27074   sort:
27075   - "1VM"
27076   - "2VM"
27077   layout:
27078     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
27079     layout: "plot-throughput-speedup-analysis"
27080
27081 - type: "plot"
27082   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27083   algorithm: "plot_throughput_speedup_analysis"
27084   output-file-type: ".html"
27085   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27086   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27087   filter: "'NIC_Intel-X710' and
27088            '64B' and
27089            'NDRPDR' and
27090            'ETH' and
27091            'IP4FWD' and
27092            'VHOST_1024' and
27093            not 'VXLAN' and
27094            not 'CFS_OPT' and
27095            not 'DOT1Q'"
27096   parameters:
27097   - "throughput"
27098   - "parent"
27099   - "tags"
27100   sort:
27101   - "1VM"
27102   - "2VM"
27103   layout:
27104     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
27105     layout: "plot-throughput-speedup-analysis"
27106
27107 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
27108 - type: "plot"
27109   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27110   algorithm: "plot_throughput_speedup_analysis"
27111   output-file-type: ".html"
27112   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27113   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27114   filter: "'NIC_Intel-X710' and
27115            '64B' and
27116            'NDRPDR' and
27117            ('ETH' or 'DOT1Q') and
27118            'BASE' and
27119            ('L2BDMACLRN' or 'L2XCFWD') and
27120            'VHOST_1024' and
27121            not 'VXLAN' and
27122            not 'IP4FWD' and
27123            not '2VM'"
27124   parameters:
27125   - "throughput"
27126   - "parent"
27127   - "tags"
27128   sort:
27129   - "L2BDMACLRN"
27130   - "L2BDMACLRN"
27131   - "L2BDMACLRN"
27132   - "L2XCFWD"
27133   - "L2XCFWD"
27134   - "L2XCFWD"
27135   layout:
27136     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr"
27137     layout: "plot-throughput-speedup-analysis"
27138
27139 - type: "plot"
27140   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27141   algorithm: "plot_throughput_speedup_analysis"
27142   output-file-type: ".html"
27143   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27144   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27145   filter: "'NIC_Intel-X710' and
27146            '64B' and
27147            'NDRPDR' and
27148            ('ETH' or 'DOT1Q') and
27149            'BASE' and
27150            ('L2BDMACLRN' or 'L2XCFWD') and
27151            'VHOST_1024' and
27152            not 'VXLAN' and
27153            not 'IP4FWD' and
27154            not '2VM'"
27155   parameters:
27156   - "throughput"
27157   - "parent"
27158   - "tags"
27159   sort:
27160   - "L2BDMACLRN"
27161   - "L2BDMACLRN"
27162   - "L2BDMACLRN"
27163   - "L2XCFWD"
27164   - "L2XCFWD"
27165   - "L2XCFWD"
27166   layout:
27167     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr"
27168     layout: "plot-throughput-speedup-analysis"
27169
27170 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
27171 - type: "plot"
27172   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27173   algorithm: "plot_throughput_speedup_analysis"
27174   output-file-type: ".html"
27175   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27176   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27177   filter: "'NIC_Intel-X710' and
27178            '64B' and
27179            'NDRPDR' and
27180            ('ETH' or 'DOT1Q') and
27181            ('L2BDMACLRN' or 'L2XCFWD') and
27182            'VHOST_1024' and
27183            not 'CFS_OPT' and
27184            not 'VXLAN' and
27185            not 'IP4FWD' and
27186            not 'LBOND'"
27187   parameters:
27188   - "throughput"
27189   - "parent"
27190   - "tags"
27191   sort:
27192   - "L2BDMACLRN"
27193   - "L2BDMACLRN"
27194   - "L2BDMACLRN"
27195   - "L2XCFWD"
27196   - "L2XCFWD"
27197   - "L2XCFWD"
27198   layout:
27199     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr"
27200     layout: "plot-throughput-speedup-analysis"
27201
27202 - type: "plot"
27203   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27204   algorithm: "plot_throughput_speedup_analysis"
27205   output-file-type: ".html"
27206   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27207   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27208   filter: "'NIC_Intel-X710' and
27209            '64B' and
27210            'NDRPDR' and
27211            ('ETH' or 'DOT1Q') and
27212            ('L2BDMACLRN' or 'L2XCFWD') and
27213            'VHOST_1024' and
27214            not 'CFS_OPT' and
27215            not 'VXLAN' and
27216            not 'IP4FWD' and
27217            not 'LBOND'"
27218   parameters:
27219   - "throughput"
27220   - "parent"
27221   - "tags"
27222   sort:
27223   - "L2BDMACLRN"
27224   - "L2BDMACLRN"
27225   - "L2BDMACLRN"
27226   - "L2XCFWD"
27227   - "L2XCFWD"
27228   - "L2XCFWD"
27229   layout:
27230     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr"
27231     layout: "plot-throughput-speedup-analysis"
27232
27233 # Packet Speedup - VPP vhost ip4 3n-skx-x710
27234 - type: "plot"
27235   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27236   algorithm: "plot_throughput_speedup_analysis"
27237   output-file-type: ".html"
27238   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27239   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27240   filter: "'NIC_Intel-X710' and
27241            '64B' and
27242            'NDRPDR' and
27243            'ETH' and
27244            'IP4FWD' and
27245            'VHOST_1024' and
27246            not 'VXLAN' and
27247            not 'DOT1Q'"
27248   parameters:
27249   - "throughput"
27250   - "parent"
27251   - "tags"
27252   sort:
27253   - "1VM"
27254   - "2VM"
27255   layout:
27256     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
27257     layout: "plot-throughput-speedup-analysis"
27258
27259 - type: "plot"
27260   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27261   algorithm: "plot_throughput_speedup_analysis"
27262   output-file-type: ".html"
27263   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27264   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27265   filter: "'NIC_Intel-X710' and
27266            '64B' and
27267            'NDRPDR' and
27268            'ETH' and
27269            'IP4FWD' and
27270            'VHOST_1024' and
27271            not 'VXLAN' and
27272            not 'DOT1Q'"
27273   parameters:
27274   - "throughput"
27275   - "parent"
27276   - "tags"
27277   sort:
27278   - "1VM"
27279   - "2VM"
27280   layout:
27281     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
27282     layout: "plot-throughput-speedup-analysis"
27283
27284 # Packet Speedup - VPP vhost ip4 2n-skx-x710
27285 - type: "plot"
27286   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27287   algorithm: "plot_throughput_speedup_analysis"
27288   output-file-type: ".html"
27289   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27290   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27291   filter: "'NIC_Intel-X710' and
27292            '64B' and
27293            'NDRPDR' and
27294            'ETH' and
27295            'IP4FWD' and
27296            'VHOST_1024' and
27297            not 'VXLAN' and
27298            not 'NF_DENSITY' and
27299            not 'CFS_OPT' and
27300            not 'DOT1Q'"
27301   parameters:
27302   - "throughput"
27303   - "parent"
27304   - "tags"
27305   sort:
27306   - "1VM"
27307   - "2VM"
27308   layout:
27309     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
27310     layout: "plot-throughput-speedup-analysis"
27311
27312 - type: "plot"
27313   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27314   algorithm: "plot_throughput_speedup_analysis"
27315   output-file-type: ".html"
27316   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27317   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27318   filter: "'NIC_Intel-X710' and
27319            '64B' and
27320            'NDRPDR' and
27321            'ETH' and
27322            'IP4FWD' and
27323            'VHOST_1024' and
27324            not 'VXLAN' and
27325            not 'NF_DENSITY' and
27326            not 'CFS_OPT' and
27327            not 'DOT1Q'"
27328   parameters:
27329   - "throughput"
27330   - "parent"
27331   - "tags"
27332   sort:
27333   - "1VM"
27334   - "2VM"
27335   layout:
27336     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
27337     layout: "plot-throughput-speedup-analysis"
27338
27339 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
27340 - type: "plot"
27341   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27342   algorithm: "plot_throughput_speedup_analysis"
27343   output-file-type: ".html"
27344   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27345   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27346   filter: "'NIC_Intel-X710' and
27347            '64B' and
27348            'NDRPDR' and
27349            ('ETH' or 'DOT1Q') and
27350            'BASE' and
27351            ('L2BDMACLRN' or 'L2XCFWD') and
27352            'VHOST_1024' and
27353            not 'VXLAN' and
27354            not 'NF_DENSITY' and
27355            not 'IP4FWD' and
27356            not '2VM'"
27357   parameters:
27358   - "throughput"
27359   - "parent"
27360   - "tags"
27361 #  sort:
27362 #  - "not CFS_OPT"
27363 #  - "L2XCFWD"
27364 #  - "not CFS_OPT"
27365 #  - "CFS_OPT"
27366   layout:
27367     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr"
27368     layout: "plot-throughput-speedup-analysis"
27369
27370 - type: "plot"
27371   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27372   algorithm: "plot_throughput_speedup_analysis"
27373   output-file-type: ".html"
27374   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27375   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27376   filter: "'NIC_Intel-X710' and
27377            '64B' and
27378            'NDRPDR' and
27379            ('ETH' or 'DOT1Q') and
27380            'BASE' and
27381            ('L2BDMACLRN' or 'L2XCFWD') and
27382            'VHOST_1024' and
27383            not 'VXLAN' and
27384            not 'NF_DENSITY' and
27385            not 'IP4FWD' and
27386            not '2VM'"
27387   parameters:
27388   - "throughput"
27389   - "parent"
27390   - "tags"
27391 #  sort:
27392 #  - "not CFS_OPT"
27393 #  - "L2XCFWD"
27394 #  - "not CFS_OPT"
27395 #  - "CFS_OPT"
27396   layout:
27397     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr"
27398     layout: "plot-throughput-speedup-analysis"
27399
27400 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
27401 - type: "plot"
27402   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27403   algorithm: "plot_throughput_speedup_analysis"
27404   output-file-type: ".html"
27405   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27406   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27407   filter: "'NIC_Intel-X710' and
27408            '64B' and
27409            'NDRPDR' and
27410            ('ETH' or 'DOT1Q') and
27411            ('L2BDMACLRN' or 'L2XCFWD') and
27412            'VHOST_1024' and
27413            not 'CFS_OPT' and
27414            not 'VXLAN' and
27415            not 'NF_DENSITY' and
27416            not 'DOT1Q' and
27417            not 'IP4FWD'"
27418   parameters:
27419   - "throughput"
27420   - "parent"
27421   - "tags"
27422 #  sort:
27423 #  - "1VM"
27424 #  - "L2XCFWD"
27425 #  - "1VM"
27426 #  - "L2BDMACLRN"
27427   layout:
27428     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
27429     layout: "plot-throughput-speedup-analysis"
27430
27431 - type: "plot"
27432   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27433   algorithm: "plot_throughput_speedup_analysis"
27434   output-file-type: ".html"
27435   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27436   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27437   filter: "'NIC_Intel-X710' and
27438            '64B' and
27439            'NDRPDR' and
27440            ('ETH' or 'DOT1Q') and
27441            ('L2BDMACLRN' or 'L2XCFWD') and
27442            'VHOST_1024' and
27443            not 'CFS_OPT' and
27444            not 'VXLAN' and
27445            not 'NF_DENSITY' and
27446            not 'DOT1Q' and
27447            not 'IP4FWD'"
27448   parameters:
27449   - "throughput"
27450   - "parent"
27451   - "tags"
27452 #  sort:
27453 #  - "1VM"
27454 #  - "L2XCFWD"
27455 #  - "1VM"
27456 #  - "L2BDMACLRN"
27457   layout:
27458     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
27459     layout: "plot-throughput-speedup-analysis"
27460
27461 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
27462 - type: "plot"
27463   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27464   algorithm: "plot_throughput_speedup_analysis"
27465   output-file-type: ".html"
27466   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27467   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27468   filter: "'NIC_Intel-XXV710' and
27469            '64B' and
27470            'NDRPDR' and
27471            'ETH' and
27472            'IP4FWD' and
27473            'VHOST_1024' and
27474            not 'VXLAN' and
27475            not 'CFS_OPT' and
27476            not 'DOT1Q'"
27477   parameters:
27478   - "throughput"
27479   - "parent"
27480   - "tags"
27481   sort:
27482   - "not CFS_OPT"
27483   - "1VM"
27484   - "2VM"
27485   layout:
27486     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
27487     layout: "plot-throughput-speedup-analysis"
27488
27489 - type: "plot"
27490   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27491   algorithm: "plot_throughput_speedup_analysis"
27492   output-file-type: ".html"
27493   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27494   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27495   filter: "'NIC_Intel-XXV710' and
27496            '64B' and
27497            'NDRPDR' and
27498            'ETH' and
27499            'IP4FWD' and
27500            'VHOST_1024' and
27501            not 'VXLAN' and
27502            not 'CFS_OPT' and
27503            not 'DOT1Q'"
27504   parameters:
27505   - "throughput"
27506   - "parent"
27507   - "tags"
27508   sort:
27509   - "not CFS_OPT"
27510   - "1VM"
27511   - "2VM"
27512   layout:
27513     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
27514     layout: "plot-throughput-speedup-analysis"
27515
27516 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
27517 #- type: "plot"
27518 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27519 #  algorithm: "plot_throughput_speedup_analysis"
27520 #  output-file-type: ".html"
27521 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27522 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27523 #  filter: "'NIC_Intel-XXV710' and
27524 #           '64B' and
27525 #           'NDRPDR' and
27526 #           ('ETH' or 'DOT1Q') and
27527 #           'BASE' and
27528 #           ('L2BDMACLRN' or 'L2XCFWD') and
27529 #           'VHOST_1024' and
27530 #           not 'VXLAN' and
27531 #           not 'IP4FWD' and
27532 #           not '2VM'"
27533 #  parameters:
27534 #  - "throughput"
27535 #  - "parent"
27536 #  - "tags"
27537 ##  sort:
27538 ##  - "not CFS_OPT"
27539 ##  - "L2XCFWD"
27540 ##  - "not CFS_OPT"
27541 ##  - "CFS_OPT"
27542 #  layout:
27543 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr"
27544 #    layout: "plot-throughput-speedup-analysis"
27545 #
27546 #- type: "plot"
27547 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27548 #  algorithm: "plot_throughput_speedup_analysis"
27549 #  output-file-type: ".html"
27550 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27551 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27552 #  filter: "'NIC_Intel-XXV710' and
27553 #           '64B' and
27554 #           'NDRPDR' and
27555 #           ('ETH' or 'DOT1Q') and
27556 #           'BASE' and
27557 #           ('L2BDMACLRN' or 'L2XCFWD') and
27558 #           'VHOST_1024' and
27559 #           not 'VXLAN' and
27560 #           not 'IP4FWD' and
27561 #           not '2VM'"
27562 #  parameters:
27563 #  - "throughput"
27564 #  - "parent"
27565 #  - "tags"
27566 ##  sort:
27567 ##  - "not CFS_OPT"
27568 ##  - "L2XCFWD"
27569 ##  - "not CFS_OPT"
27570 ##  - "CFS_OPT"
27571 #  layout:
27572 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr"
27573 #    layout: "plot-throughput-speedup-analysis"
27574 #
27575 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
27576 #- type: "plot"
27577 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27578 #  algorithm: "plot_throughput_speedup_analysis"
27579 #  output-file-type: ".html"
27580 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27581 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27582 #  filter: "'NIC_Intel-XXV710' and
27583 #           '64B' and
27584 #           'NDRPDR' and
27585 #           ('ETH' or 'DOT1Q') and
27586 #           ('L2BDMACLRN' or 'L2XCFWD') and
27587 #           'VHOST_1024' and
27588 #           not 'CFS_OPT' and
27589 #           not 'VXLAN' and
27590 #           not 'DOT1Q' and
27591 #           not 'IP4FWD'"
27592 #  parameters:
27593 #  - "throughput"
27594 #  - "parent"
27595 #  - "tags"
27596 ##  sort:
27597 ##  - "1VM"
27598 ##  - "L2XCFWD"
27599 ##  - "1VM"
27600 ##  - "L2BDMACLRN"
27601 #  layout:
27602 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
27603 #    layout: "plot-throughput-speedup-analysis"
27604 #
27605 #- type: "plot"
27606 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27607 #  algorithm: "plot_throughput_speedup_analysis"
27608 #  output-file-type: ".html"
27609 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27610 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27611 #  filter: "'NIC_Intel-XXV710' and
27612 #           '64B' and
27613 #           'NDRPDR' and
27614 #           ('ETH' or 'DOT1Q') and
27615 #           ('L2BDMACLRN' or 'L2XCFWD') and
27616 #           'VHOST_1024' and
27617 #           not 'CFS_OPT' and
27618 #           not 'VXLAN' and
27619 #           not 'DOT1Q' and
27620 #           not 'IP4FWD'"
27621 #  parameters:
27622 #  - "throughput"
27623 #  - "parent"
27624 #  - "tags"
27625 ##  sort:
27626 ##  - "1VM"
27627 ##  - "L2XCFWD"
27628 ##  - "1VM"
27629 ##  - "L2BDMACLRN"
27630 #  layout:
27631 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
27632 #    layout: "plot-throughput-speedup-analysis"
27633
27634 ################################################################################
27635
27636 # Speedup - VPP vts 3n-hsw-x520
27637 - type: "plot"
27638   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27639   algorithm: "plot_throughput_speedup_analysis"
27640   output-file-type: ".html"
27641   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27642   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27643   filter: "'NIC_Intel-X520-DA2' and
27644            '114B' and
27645            'NDRPDR' and
27646            'VTS'"
27647   parameters:
27648   - "throughput"
27649   - "parent"
27650   - "tags"
27651   layout:
27652     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
27653     layout: "plot-throughput-speedup-analysis"
27654
27655 - type: "plot"
27656   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27657   algorithm: "plot_throughput_speedup_analysis"
27658   output-file-type: ".html"
27659   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27660   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27661   filter: "'NIC_Intel-X520-DA2' and
27662            '114B' and
27663            'NDRPDR' and
27664            'VTS'"
27665   parameters:
27666   - "throughput"
27667   - "parent"
27668   - "tags"
27669   layout:
27670     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27671     layout: "plot-throughput-speedup-analysis"