12dda52ead1373336f52f6b28b10742e2729a865
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
33     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
34     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
35     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
36     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
37     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
38     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
39     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
40     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
41     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
42     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
43     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
44     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
45     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
46     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
47     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
48
49     # Detailed test configurations
50     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
51     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
52     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
53     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
54     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
55     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
56     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
57     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
58     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
59     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
60     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
61     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
62
63     # Detailed tests operational data
64     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
65     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
66     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
67     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
68     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
69
70     # .css patch file to fix tables generated by Sphinx
71     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
72     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
73
74   urls:
75     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
76     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
77     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/{release}/robot-plugin.zip"
78     # URL[VIRL,DNV]: "http://download.it/from/nexus"
79     URL[NEXUS]: "https://docs.fd.io/csit"
80     DIR[NEXUS]: "report/_static/archive"
81
82   make-dirs:
83   # List the directories which are created while preparing the environment.
84   # All directories MUST be defined in "paths" section.
85   - "DIR[WORKING,DATA]"
86   - "DIR[STATIC,VPP]"
87   - "DIR[STATIC,DPDK]"
88   - "DIR[STATIC,ARCH]"
89   - "DIR[BUILD,LATEX]"
90   - "DIR[WORKING,SRC]"
91   - "DIR[WORKING,SRC,STATIC]"
92
93   remove-dirs:
94   # List the directories which are deleted while cleaning the environment.
95   # All directories MUST be defined in "paths" section.
96   #- "DIR[BUILD,HTML]"
97   - "DIR[WORKING,DATA]"
98
99   build-dirs:
100   # List the directories where the results (build) is stored.
101   # All directories MUST be defined in "paths" section.
102   - "DIR[BUILD,HTML]"
103   - "DIR[BUILD,LATEX]"
104
105 - type: "configuration"
106
107   limits:
108     nic:
109       x520: 24460000
110       x553: 29761905
111       x710: 35800000
112       xxv710: 35800000
113       xl710: 35800000
114
115     link:
116       10ge: 14880952.38
117       25ge: 37202380.95
118       40ge: 59523809.52
119       100ge: 148809523.81
120
121     pci:
122       pci-g3-x8: 74404761.90
123       pci-g3-x16: 148809523.81
124
125   data-sets:
126
127     ###########################################################################
128     # Plots:
129
130     # 3n-hsw
131
132     plot-vpp-throughput-lat-tsa-3n-hsw:
133       csit-vpp-perf-verify-1904-3n-hsw:
134         - 11  # NDRPDR sel
135         - 12  # NDRPDR sel
136         - 20  # NDRPDR sel
137         - 21  # NDRPDR sel
138         - 23  # NDRPDR sel
139         - 24  # NDRPDR sel
140         - 25  # NDRPDR sel
141         - 26  # NDRPDR sel
142         - 29  # NDRPDR sel
143         - 30  # NDRPDR sel
144
145 #    plot-vpp-http-server-performance:
146 #      # csit-vpp-perf-verify-1904-3n-hsw:
147 #      csit-vpp-perf-verify-1810-3n-hsw:
148 #        - 28  # WRK
149 #        - 29  # WRK
150 #        - 30  # WRK
151 #        - 31  # WRK
152 #        - 32  # WRK
153 #        - 33  # WRK
154 #        - 34  # WRK
155 #        - 35  # WRK
156 #        - 36  # WRK
157 #        - 37  # WRK
158
159 #    plot-ligato-throughput-lat-tsa-3n-hsw:
160 #      # csit-ligato-perf-verify-1904-3n-hsw:
161 #      csit-ligato-perf-verify-1901-3n-hsw:
162 #        - 8   # NDRPDR sel
163 #        - 9   # NDRPDR sel
164 #        - 11  # NDRPDR sel
165 #        - 12  # NDRPDR sel
166 #        - 13  # NDRPDR sel
167 #        - 14  # NDRPDR sel
168 #        - 15  # NDRPDR sel
169 #        - 16  # NDRPDR sel
170 #        - 17  # NDRPDR sel
171 #        - 18  # NDRPDR sel
172
173     plot-dpdk-throughput-latency-3n-hsw:
174       csit-dpdk-perf-verify-1904-3n-hsw:
175         - 2   # NDRPDR sel
176         - 3   # NDRPDR sel
177         - 5   # NDRPDR sel
178         - 6   # NDRPDR sel
179         - 13  # NDRPDR sel
180         - 14  # NDRPDR sel
181         - 15  # NDRPDR sel
182         - 18  # NDRPDR sel
183         - 19  # NDRPDR sel
184         - 20  # NDRPDR sel
185
186     # 3n-skx
187
188     plot-vpp-throughput-lat-tsa-3n-skx:
189       csit-vpp-perf-verify-1904-3n-skx:
190         - 8   # NDRPDR sel
191         - 9   # NDRPDR sel
192         - 10  # NDRPDR sel
193         - 11  # NDRPDR sel
194         - 12  # NDRPDR sel
195         - 14  # NDRPDR sel
196         - 16  # NDRPDR sel
197         - 21  # NDRPDR sel
198         - 23  # NDRPDR sel
199         - 25  # NDRPDR sel
200
201     plot-dpdk-throughput-latency-3n-skx:
202       csit-dpdk-perf-verify-1904-3n-skx:
203         - 2   # NDRPDR sel
204         - 3   # NDRPDR sel
205         - 4   # NDRPDR sel
206         - 5   # NDRPDR sel
207         - 6   # NDRPDR sel
208         - 7   # NDRPDR sel
209         - 11  # NDRPDR sel
210         - 12  # NDRPDR sel
211         - 13  # NDRPDR sel
212         - 14  # NDRPDR sel
213
214     # 2n-skx
215
216     plot-vpp-throughput-lat-tsa-2n-skx:
217       csit-vpp-perf-verify-1904-2n-skx:
218         - 12  # NDRPDR sel
219         - 14  # NDRPDR sel
220         - 16  # NDRPDR sel
221         - 17  # NDRPDR sel
222         - 18  # NDRPDR sel
223         - 21  # NDRPDR sel
224         - 27  # NDRPDR sel
225         - 30  # NDRPDR sel
226         - 31  # NDRPDR sel
227         - 32  # NDRPDR sel
228
229     plot-vpp-soak-2n-skx:
230       csit-vpp-perf-verify-1904-2n-skx:
231         - 70  # soak
232         - 71  # soak
233
234     plot-vpp-nfv-2n-skx-ndrpdr-64b:
235       csit-vpp-perf-verify-1904-2n-skx:
236         - 56  # NFV NDRPDR 64b
237         - 59  # NFV NDRPDR 64b
238         - 60  # NFV NDRPDR 64b
239         - 65  # NFV NDRPDR 64b
240         - 68  # NFV NDRPDR 64b
241         - 80  # NFV MRR NDRPDR 64b IMIX
242         - 81  # NFV MRR NDRPDR 64b IMIX
243         - 84  # NFV MRR NDRPDR 64b IMIX
244         - 85  # NFV MRR NDRPDR 64b IMIX
245         - 86  # NFV MRR NDRPDR 64b IMIX
246
247     plot-vpp-nfv-2n-skx-ndrpdr-imix:
248       csit-vpp-perf-verify-1904-2n-skx:
249         - 66  # NFV NDRPDR IMIX
250         - 67  # NFV NDRPDR IMIX
251         - 69  # NFV NDRPDR IMIX
252         - 82  # NFV NDRPDR IMIX
253         - 83  # NFV NDRPDR IMIX
254         - 80  # NFV MRR NDRPDR 64b IMIX
255         - 81  # NFV MRR NDRPDR 64b IMIX
256         - 84  # NFV MRR NDRPDR 64b IMIX
257         - 85  # NFV MRR NDRPDR 64b IMIX
258         - 86  # NFV MRR NDRPDR 64b IMIX
259
260     plot-vpp-nfv-2n-skx-mrr-64b:
261       csit-vpp-perf-verify-1904-2n-skx:
262         - 40  # NFV MRR 64b
263         - 41  # NFV MRR 64b
264         - 42  # NFV MRR 64b
265         - 47  # NFV MRR 64b
266         - 48  # NFV MRR 64b
267         - 80  # NFV MRR NDRPDR 64b IMIX
268         - 81  # NFV MRR NDRPDR 64b IMIX
269         - 84  # NFV MRR NDRPDR 64b IMIX
270         - 85  # NFV MRR NDRPDR 64b IMIX
271         - 86  # NFV MRR NDRPDR 64b IMIX
272
273     plot-vpp-nfv-2n-skx-mrr-imix:
274       csit-vpp-perf-verify-1904-2n-skx:
275         - 49  # NFV MRR IMIX
276         - 50  # NFV MRR IMIX
277         - 51  # NFV MRR IMIX
278         - 54  # NFV MRR IMIX
279         - 55  # NFV MRR IMIX
280         - 80  # NFV MRR NDRPDR 64b IMIX
281         - 81  # NFV MRR NDRPDR 64b IMIX
282         - 84  # NFV MRR NDRPDR 64b IMIX
283         - 85  # NFV MRR NDRPDR 64b IMIX
284         - 86  # NFV MRR NDRPDR 64b IMIX
285
286     plot-dpdk-throughput-latency-2n-skx:
287       csit-dpdk-perf-verify-1904-2n-skx:
288         - 2   # NDRPDR sel
289         - 3   # NDRPDR sel
290         - 4   # NDRPDR sel
291         - 5   # NDRPDR sel
292         - 7   # NDRPDR sel
293         - 8   # NDRPDR sel
294         - 9   # NDRPDR sel
295         - 10  # NDRPDR sel
296         - 11  # NDRPDR sel
297         - 12  # NDRPDR sel
298
299     # 3rd party
300
301 #    # Denverton:
302 #    intel-dnv-vpp:
303 #      # intel-dnv-vpp-release-1904:
304 #      intel-dnv-vpp-release-1901:
305 #        - 1
306
307     ###########################################################################
308     # Simple tables (only one data set):
309
310     # NIC Comparisons
311
312     vpp-nic-comparison-3n-hsw:
313       csit-vpp-perf-verify-1904-3n-hsw:
314         - 11  # NDRPDR sel
315         - 12  # NDRPDR sel
316         - 20  # NDRPDR sel
317         - 21  # NDRPDR sel
318         - 23  # NDRPDR sel
319         - 24  # NDRPDR sel
320         - 25  # NDRPDR sel
321         - 26  # NDRPDR sel
322         - 29  # NDRPDR sel
323         - 30  # NDRPDR sel
324
325     vpp-nic-comparison-3n-skx:
326       csit-vpp-perf-verify-1904-3n-skx:
327         - 8   # NDRPDR sel
328         - 9   # NDRPDR sel
329         - 10  # NDRPDR sel
330         - 11  # NDRPDR sel
331         - 12  # NDRPDR sel
332         - 14  # NDRPDR sel
333         - 16  # NDRPDR sel
334         - 21  # NDRPDR sel
335         - 23  # NDRPDR sel
336         - 25  # NDRPDR sel
337
338     vpp-nic-comparison-2n-skx:
339       csit-vpp-perf-verify-1904-2n-skx:
340         - 12  # NDRPDR sel
341         - 14  # NDRPDR sel
342         - 16  # NDRPDR sel
343         - 17  # NDRPDR sel
344         - 18  # NDRPDR sel
345         - 21  # NDRPDR sel
346         - 27  # NDRPDR sel
347         - 30  # NDRPDR sel
348         - 31  # NDRPDR sel
349         - 32  # NDRPDR sel
350
351     vpp-nic-comparison-3n-hsw-mrr:
352       csit-vpp-perf-verify-1904-3n-hsw:
353         - 9   # MRR sel
354
355     vpp-nic-comparison-3n-skx-mrr:
356       csit-vpp-perf-verify-1904-3n-skx:
357         - 7   # MRR sel
358
359     vpp-nic-comparison-2n-skx-mrr:
360       csit-vpp-perf-verify-1904-2n-skx:
361         - 11  # MRR sel
362
363     # Results
364
365     vpp-perf-results-3n-hsw:
366       # TODO: Add FULL 1904 data
367       csit-vpp-perf-verify-1904-3n-hsw:
368         - 32  # NDRPDR full
369         - 33  # NDRPDR full
370         - 35  # NDRPDR full
371         - 36  # NDRPDR full
372         - 37  # NDRPDR full
373         - 38  # NDRPDR full
374         - 40  # NDRPDR full
375         - 45  # NDRPDR full
376         - 46  # NDRPDR full
377         - 48  # NDRPDR full
378         - 49  # NDRPDR full
379         - 50  # NDRPDR full
380         - 51  # NDRPDR full
381         - 52  # NDRPDR full
382
383     vpp-perf-results-3n-skx:
384       csit-vpp-perf-verify-1904-3n-skx:
385         - 26  # NDRPDR full
386         - 27  # NDRPDR full
387         - 30  # NDRPDR full
388         - 31  # NDRPDR full
389
390     vpp-perf-results-2n-skx:
391       csit-vpp-perf-verify-1904-2n-skx:
392         - 33  # NDRPDR full
393         - 39  # NDRPDR full
394         - 58  # NDRPDR full
395         - 62  # NDRPDR full
396
397     vpp-mrr-results-3n-hsw:
398       csit-vpp-perf-verify-1904-3n-hsw:
399         - 9   # MRR sel
400
401     vpp-mrr-results-3n-skx:
402       csit-vpp-perf-verify-1904-3n-skx:
403         - 7   # MRR sel
404
405     vpp-mrr-results-2n-skx:
406       csit-vpp-perf-verify-1904-2n-skx:
407         - 11  # MRR sel
408
409     vpp-func-results-ubuntu:
410       csit-vpp-functional-1904-ubuntu1604-virl:
411         - 33
412
413     vpp-func-results-centos:
414       csit-vpp-functional-1904-centos7-virl:
415         - 32
416
417     vpp-device-results-ubuntu:
418       csit-vpp-device-1904-ubuntu1804-1n-skx:
419         - 32
420
421 #    # VPP Ligato
422 #    ligato-perf-results-3n-hsw:
423 #      # csit-ligato-perf-verify-1904-3n-hsw:
424 #      csit-ligato-perf-verify-1901-3n-hsw:
425 #        - 10  # NDRPDR full
426
427     dpdk-perf-results-3n-hsw:
428       csit-dpdk-perf-verify-1904-3n-hsw:
429         - 5   # NDRPDR sel
430
431     dpdk-perf-results-3n-skx:
432       csit-dpdk-perf-verify-1904-3n-skx:
433         - 7   # NDRPDR sel
434
435     dpdk-perf-results-2n-skx:
436       csit-dpdk-perf-verify-1904-2n-skx:
437         - 9   # NDRPDR sel
438
439     # HoneyComb Functional
440     hc-func-results:
441       csit-hc2vpp-verify-func-1904-ubuntu1604:
442         - 4
443
444 #    # NSH SFC Functional
445 #    nsh-func-results:
446 #      # Not used
447 #      csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
448 #        - 1
449
450     # DMM Functional
451     dmm-func-results:
452       csit-dmm-functional-1904-ubuntu1604-virl:
453         - 1
454
455     ###########################################################################
456     # Tables (more than one data set)
457
458     # Performance changes
459
460 #    intel-dnv-vpp-changes-2n-dnv-h1:
461 #      intel-dnv-vpp-release-1810:
462 #        - 1
463 #    intel-dnv-vpp-changes-2n-dnv-ref:
464 #      intel-dnv-vpp-release-1901:
465 #        - 1
466 #    intel-dnv-vpp-changes-2n-dnv-cmp:
467 #      # intel-dnv-vpp-release-1904:
468 #      intel-dnv-vpp-release-1901:
469 #        - 1
470 #    intel-dnv-vpp-changes-2n-dnv:
471 #      - "intel-dnv-vpp-changes-2n-dnv-h1"
472 #      - "intel-dnv-vpp-changes-2n-dnv-ref"
473 #      - "intel-dnv-vpp-changes-2n-dnv-cmp"
474
475     vpp-performance-changes-3n-hsw-h1:
476       csit-vpp-perf-verify-1810-3n-hsw:
477         - 8   # NDRPDR sel
478         - 12  # NDRPDR sel
479         - 14  # NDRPDR sel
480         - 18  # NDRPDR sel
481         - 23  # NDRPDR sel
482         - 25  # NDRPDR sel
483         - 38  # NDRPDR sel
484         - 39  # NDRPDR sel
485         - 41  # NDRPDR sel
486         - 42  # NDRPDR sel
487     vpp-performance-changes-3n-hsw-ref:
488       csit-vpp-perf-verify-1901-3n-hsw:
489         - 10  # NDRPDR sel
490         - 19  # NDRPDR sel
491         - 31  # NDRPDR sel
492         - 36  # NDRPDR sel
493         - 40  # NDRPDR sel
494         - 42  # NDRPDR sel
495         - 44  # NDRPDR sel
496         - 46  # NDRPDR sel
497         - 47  # NDRPDR sel
498         - 48  # NDRPDR sel
499         - 61  # NDRPDR LB
500         - 62  # NDRPDR LB
501         - 63  # NDRPDR LB
502         - 64  # NDRPDR LB
503         - 65  # NDRPDR LB
504         - 66  # NDRPDR LB
505         - 67  # NDRPDR LB
506         - 69  # NDRPDR LB
507         - 70  # NDRPDR LB
508         - 71  # NDRPDR LB
509     vpp-performance-changes-3n-hsw-cmp:
510       csit-vpp-perf-verify-1904-3n-hsw:
511         - 11  # NDRPDR sel
512         - 12  # NDRPDR sel
513         - 20  # NDRPDR sel
514         - 21  # NDRPDR sel
515         - 23  # NDRPDR sel
516         - 24  # NDRPDR sel
517         - 25  # NDRPDR sel
518         - 26  # NDRPDR sel
519         - 29  # NDRPDR sel
520         - 30  # NDRPDR sel
521     vpp-performance-changes-3n-hsw:
522       - "vpp-performance-changes-3n-hsw-h1"
523       - "vpp-performance-changes-3n-hsw-ref"
524       - "vpp-performance-changes-3n-hsw-cmp"
525
526     vpp-performance-changes-3n-skx-h1:
527       csit-vpp-perf-verify-1810-3n-skx:
528         - 10  # NDRPDR sel
529         - 14  # NDRPDR sel
530         - 15  # NDRPDR sel
531         - 16  # NDRPDR sel
532         - 17  # NDRPDR sel
533         - 19  # NDRPDR sel
534         - 20  # NDRPDR sel
535         - 21  # NDRPDR sel
536         - 22  # NDRPDR sel
537         - 25  # NDRPDR sel
538     vpp-performance-changes-3n-skx-ref:
539       csit-vpp-perf-verify-1901-3n-skx:
540         - 18  # NDRPDR sel
541         - 19  # NDRPDR sel
542         - 20  # NDRPDR sel
543         - 28  # NDRPDR sel
544         - 31  # NDRPDR sel
545         - 33  # NDRPDR sel
546         - 36  # NDRPDR sel
547         - 38  # NDRPDR sel
548         - 47  # NDRPDR sel
549         - 48  # NDRPDR sel
550         - 54  # NDRPDR LB
551         - 57  # NDRPDR LB
552         - 58  # NDRPDR LB
553         - 59  # NDRPDR LB
554         - 60  # NDRPDR LB
555         - 63  # NDRPDR LB
556         - 64  # NDRPDR LB
557         - 65  # NDRPDR LB
558         - 66  # NDRPDR LB
559         - 67  # NDRPDR LB
560     vpp-performance-changes-3n-skx-cmp:
561       csit-vpp-perf-verify-1904-3n-skx:
562         - 8   # NDRPDR sel
563         - 9   # NDRPDR sel
564         - 10  # NDRPDR sel
565         - 11  # NDRPDR sel
566         - 12  # NDRPDR sel
567         - 14  # NDRPDR sel
568         - 16  # NDRPDR sel
569         - 21  # NDRPDR sel
570         - 23  # NDRPDR sel
571         - 25  # NDRPDR sel
572     vpp-performance-changes-3n-skx:
573       - "vpp-performance-changes-3n-skx-h1"
574       - "vpp-performance-changes-3n-skx-ref"
575       - "vpp-performance-changes-3n-skx-cmp"
576
577     vpp-performance-changes-2n-skx-h1:
578       csit-vpp-perf-verify-1810-2n-skx:
579         - 9   # NDRPDR sel
580         - 13  # NDRPDR sel
581         - 14  # NDRPDR sel
582         - 19  # NDRPDR sel
583         - 20  # NDRPDR sel
584         - 21  # NDRPDR sel
585         - 22  # NDRPDR sel
586         - 23  # NDRPDR sel
587         - 24  # NDRPDR sel
588         - 27  # NDRPDR sel
589     vpp-performance-changes-2n-skx-ref:
590       csit-vpp-perf-verify-1901-2n-skx:
591         - 5   # NDRPDR sel
592         - 12  # NDRPDR sel
593         - 13  # NDRPDR sel
594         - 21  # NDRPDR sel
595         - 23  # NDRPDR sel
596         - 31  # NDRPDR sel
597         - 34  # NDRPDR sel
598         - 40  # NDRPDR sel
599         - 42  # NDRPDR sel
600         - 43  # NDRPDR sel
601     vpp-performance-changes-2n-skx-cmp:
602       csit-vpp-perf-verify-1904-2n-skx:
603         - 12  # NDRPDR sel
604         - 14  # NDRPDR sel
605         - 16  # NDRPDR sel
606         - 17  # NDRPDR sel
607         - 18  # NDRPDR sel
608         - 21  # NDRPDR sel
609         - 27  # NDRPDR sel
610         - 30  # NDRPDR sel
611         - 31  # NDRPDR sel
612         - 32  # NDRPDR sel
613     vpp-performance-changes-2n-skx:
614       - "vpp-performance-changes-2n-skx-h1"
615       - "vpp-performance-changes-2n-skx-ref"
616       - "vpp-performance-changes-2n-skx-cmp"
617
618     vpp-soak-vs-ndr-2n-skx-ref:
619       csit-vpp-perf-verify-1904-2n-skx:
620         - 12  # NDRPDR sel
621         - 14  # NDRPDR sel
622         - 16  # NDRPDR sel
623         - 17  # NDRPDR sel
624         - 18  # NDRPDR sel
625         - 21  # NDRPDR sel
626         - 27  # NDRPDR sel
627         - 30  # NDRPDR sel
628         - 31  # NDRPDR sel
629         - 32  # NDRPDR sel
630     vpp-soak-vs-ndr-2n-skx-cmp:
631       csit-vpp-perf-verify-1904-2n-skx:
632         - 70  # soak
633         - 71  # soak
634     vpp-soak-vs-ndr-2n-skx:
635       csit-vpp-perf-verify-1904-2n-skx:
636         - 12  # NDRPDR sel
637         - 14  # NDRPDR sel
638         - 16  # NDRPDR sel
639         - 17  # NDRPDR sel
640         - 18  # NDRPDR sel
641         - 21  # NDRPDR sel
642         - 27  # NDRPDR sel
643         - 30  # NDRPDR sel
644         - 31  # NDRPDR sel
645         - 32  # NDRPDR sel
646         - 70  # soak
647         - 71  # soak
648
649     vpp-performance-changes-3n-hsw-mrr-h1:
650       csit-vpp-perf-verify-1810-3n-hsw:
651         - 9   # MRR sel
652     vpp-performance-changes-3n-hsw-mrr-ref:
653       csit-vpp-perf-verify-1901-3n-hsw:
654         - 35  # MRR sel
655     vpp-performance-changes-3n-hsw-mrr-cmp:
656       csit-vpp-perf-verify-1904-3n-hsw:
657         - 9   # MRR sel
658     vpp-performance-changes-3n-hsw-mrr:
659       - "vpp-performance-changes-3n-hsw-mrr-h1"
660       - "vpp-performance-changes-3n-hsw-mrr-ref"
661       - "vpp-performance-changes-3n-hsw-mrr-cmp"
662
663     vpp-performance-changes-3n-skx-mrr-h1:
664       csit-vpp-perf-verify-1810-3n-skx:
665         - 9   # MRR sel
666         - 11  # MRR sel
667         - 12  # MRR sel
668         - 13  # MRR sel
669     vpp-performance-changes-3n-skx-mrr-ref:
670       csit-vpp-perf-verify-1901-3n-skx:
671         - 32  # MRR sel
672     vpp-performance-changes-3n-skx-mrr-cmp:
673       csit-vpp-perf-verify-1904-3n-skx:
674         - 7   # MRR sel
675     vpp-performance-changes-3n-skx-mrr:
676       - "vpp-performance-changes-3n-skx-mrr-h1"
677       - "vpp-performance-changes-3n-skx-mrr-ref"
678       - "vpp-performance-changes-3n-skx-mrr-cmp"
679
680     vpp-performance-changes-2n-skx-mrr-h1:
681       csit-vpp-perf-verify-1810-2n-skx:
682         - 8   # MRR sel
683         - 10  # MRR sel
684         - 11  # MRR sel
685         - 12  # MRR sel
686     vpp-performance-changes-2n-skx-mrr-ref:
687       csit-vpp-perf-verify-1901-2n-skx:
688         - 22  # MRR sel
689     vpp-performance-changes-2n-skx-mrr-cmp:
690       csit-vpp-perf-verify-1904-2n-skx:
691         - 11  # MRR sel
692     vpp-performance-changes-2n-skx-mrr:
693       - "vpp-performance-changes-2n-skx-mrr-h1"
694       - "vpp-performance-changes-2n-skx-mrr-ref"
695       - "vpp-performance-changes-2n-skx-mrr-cmp"
696
697     dpdk-performance-changes-3n-hsw-h1:
698       csit-dpdk-perf-verify-1810-3n-hsw:
699         - 1   # NDRPDR sel
700         - 2   # NDRPDR sel
701         - 3   # NDRPDR sel
702         - 4   # NDRPDR sel
703         - 5   # NDRPDR sel
704         - 6   # NDRPDR sel
705         - 7   # NDRPDR sel
706         - 8   # NDRPDR sel
707         - 9   # NDRPDR sel
708         - 10  # NDRPDR sel
709     dpdk-performance-changes-3n-hsw-ref:
710       csit-dpdk-perf-verify-1901-3n-hsw:
711         - 13  # NDRPDR sel
712         - 14  # NDRPDR sel
713         - 16  # NDRPDR sel
714         - 17  # NDRPDR sel
715         - 18  # NDRPDR sel
716         - 19  # NDRPDR sel
717         - 20  # NDRPDR sel
718         - 21  # NDRPDR sel
719         - 22  # NDRPDR sel
720         - 23  # NDRPDR sel
721     dpdk-performance-changes-3n-hsw-cmp:
722       csit-dpdk-perf-verify-1904-3n-hsw:
723         - 2   # NDRPDR sel
724         - 3   # NDRPDR sel
725         - 5   # NDRPDR sel
726         - 6   # NDRPDR sel
727         - 13  # NDRPDR sel
728         - 14  # NDRPDR sel
729         - 15  # NDRPDR sel
730         - 18  # NDRPDR sel
731         - 19  # NDRPDR sel
732         - 20  # NDRPDR sel
733     dpdk-performance-changes-3n-hsw:
734       - "dpdk-performance-changes-3n-hsw-h1"
735       - "dpdk-performance-changes-3n-hsw-ref"
736       - "dpdk-performance-changes-3n-hsw-cmp"
737
738     dpdk-performance-changes-3n-skx-h1:
739       csit-dpdk-perf-verify-1810-3n-skx:
740         - 3   # NDRPDR sel
741         - 4   # NDRPDR sel
742         - 6   # NDRPDR sel
743         - 7   # NDRPDR sel
744         - 8   # NDRPDR sel
745         - 9   # NDRPDR sel
746         - 10  # NDRPDR sel
747         - 11  # NDRPDR sel
748         - 12  # NDRPDR sel
749         - 13  # NDRPDR sel
750     dpdk-performance-changes-3n-skx-ref:
751       csit-dpdk-perf-verify-1901-3n-skx:
752         - 3   # NDRPDR sel
753         - 5   # NDRPDR sel
754         - 6   # NDRPDR sel
755         - 7   # NDRPDR sel
756         - 8   # NDRPDR sel
757         - 9   # NDRPDR sel
758         - 10  # NDRPDR sel
759         - 11  # NDRPDR sel
760         - 12  # NDRPDR sel
761         - 13  # NDRPDR sel
762     dpdk-performance-changes-3n-skx-cmp:
763       csit-dpdk-perf-verify-1904-3n-skx:
764         - 2   # NDRPDR sel
765         - 3   # NDRPDR sel
766         - 4   # NDRPDR sel
767         - 5   # NDRPDR sel
768         - 6   # NDRPDR sel
769         - 7   # NDRPDR sel
770         - 11  # NDRPDR sel
771         - 12  # NDRPDR sel
772         - 13  # NDRPDR sel
773         - 14  # NDRPDR sel
774     dpdk-performance-changes-3n-skx:
775       - "dpdk-performance-changes-3n-skx-h1"
776       - "dpdk-performance-changes-3n-skx-ref"
777       - "dpdk-performance-changes-3n-skx-cmp"
778
779     dpdk-performance-changes-2n-skx-h1:
780       csit-dpdk-perf-verify-1810-2n-skx:
781         - 3   # NDRPDR sel
782         - 4   # NDRPDR sel
783         - 5   # NDRPDR sel
784         - 7   # NDRPDR sel
785         - 8   # NDRPDR sel
786         - 9   # NDRPDR sel
787         - 10  # NDRPDR sel
788         - 11  # NDRPDR sel
789         - 12  # NDRPDR sel
790         - 13  # NDRPDR sel
791     dpdk-performance-changes-2n-skx-ref:
792       csit-dpdk-perf-verify-1901-2n-skx:
793         - 12  # NDRPDR sel
794         - 13  # NDRPDR sel
795         - 14  # NDRPDR sel
796         - 15  # NDRPDR sel
797         - 16  # NDRPDR sel
798         - 17  # NDRPDR sel
799         - 18  # NDRPDR sel
800         - 19  # NDRPDR sel
801         - 20  # NDRPDR sel
802         - 21  # NDRPDR sel
803     dpdk-performance-changes-2n-skx-cmp:
804       csit-dpdk-perf-verify-1904-2n-skx:
805         - 2   # NDRPDR sel
806         - 3   # NDRPDR sel
807         - 4   # NDRPDR sel
808         - 5   # NDRPDR sel
809         - 7   # NDRPDR sel
810         - 8   # NDRPDR sel
811         - 9   # NDRPDR sel
812         - 10  # NDRPDR sel
813         - 11  # NDRPDR sel
814         - 12  # NDRPDR sel
815     dpdk-performance-changes-2n-skx:
816       - "dpdk-performance-changes-2n-skx-h1"
817       - "dpdk-performance-changes-2n-skx-ref"
818       - "dpdk-performance-changes-2n-skx-cmp"
819
820     # Compare testbeds
821
822     vpp-compare-testbeds-ref:
823       csit-vpp-perf-verify-1904-3n-hsw:
824         - 11  # NDRPDR sel
825         - 12  # NDRPDR sel
826         - 20  # NDRPDR sel
827         - 21  # NDRPDR sel
828         - 23  # NDRPDR sel
829         - 24  # NDRPDR sel
830         - 25  # NDRPDR sel
831         - 26  # NDRPDR sel
832         - 29  # NDRPDR sel
833         - 30  # NDRPDR sel
834     vpp-compare-testbeds-cmp:
835       csit-vpp-perf-verify-1904-3n-skx:
836         - 8   # NDRPDR sel
837         - 9   # NDRPDR sel
838         - 10  # NDRPDR sel
839         - 11  # NDRPDR sel
840         - 12  # NDRPDR sel
841         - 14  # NDRPDR sel
842         - 16  # NDRPDR sel
843         - 21  # NDRPDR sel
844         - 23  # NDRPDR sel
845         - 25  # NDRPDR sel
846     vpp-compare-testbeds:
847       - "vpp-compare-testbeds-ref"
848       - "vpp-compare-testbeds-cmp"
849
850     vpp-compare-testbeds-mrr-ref:
851       csit-vpp-perf-verify-1904-3n-hsw:
852         - 9   # MRR sel
853     vpp-compare-testbeds-mrr-cmp:
854       csit-vpp-perf-verify-1904-3n-skx:
855         - 7   # MRR sel
856     vpp-compare-testbeds-mrr:
857       - "vpp-compare-testbeds-mrr-ref"
858       - "vpp-compare-testbeds-mrr-cmp"
859
860     dpdk-compare-testbeds-ref:
861       csit-dpdk-perf-verify-1904-3n-hsw:
862         - 2   # NDRPDR sel
863         - 3   # NDRPDR sel
864         - 5   # NDRPDR sel
865         - 6   # NDRPDR sel
866         - 13  # NDRPDR sel
867         - 14  # NDRPDR sel
868         - 15  # NDRPDR sel
869         - 18  # NDRPDR sel
870         - 19  # NDRPDR sel
871         - 20  # NDRPDR sel
872     dpdk-compare-testbeds-cmp:
873       csit-dpdk-perf-verify-1904-3n-skx:
874         - 2   # NDRPDR sel
875         - 3   # NDRPDR sel
876         - 4   # NDRPDR sel
877         - 5   # NDRPDR sel
878         - 6   # NDRPDR sel
879         - 7   # NDRPDR sel
880         - 11  # NDRPDR sel
881         - 12  # NDRPDR sel
882         - 13  # NDRPDR sel
883         - 14  # NDRPDR sel
884     dpdk-compare-testbeds:
885       - "dpdk-compare-testbeds-ref"
886       - "dpdk-compare-testbeds-cmp"
887
888     # Compare topologies
889
890     vpp-compare-topologies-ref:
891       csit-vpp-perf-verify-1904-3n-skx:
892         - 8   # NDRPDR sel
893         - 9   # NDRPDR sel
894         - 10  # NDRPDR sel
895         - 11  # NDRPDR sel
896         - 12  # NDRPDR sel
897         - 14  # NDRPDR sel
898         - 16  # NDRPDR sel
899         - 21  # NDRPDR sel
900         - 23  # NDRPDR sel
901         - 25  # NDRPDR sel
902     vpp-compare-topologies-cmp:
903       csit-vpp-perf-verify-1904-2n-skx:
904         - 12  # NDRPDR sel
905         - 14  # NDRPDR sel
906         - 16  # NDRPDR sel
907         - 17  # NDRPDR sel
908         - 18  # NDRPDR sel
909         - 21  # NDRPDR sel
910         - 27  # NDRPDR sel
911         - 30  # NDRPDR sel
912         - 31  # NDRPDR sel
913         - 32  # NDRPDR sel
914     vpp-compare-topologies:
915       - "vpp-compare-topologies-ref"
916       - "vpp-compare-topologies-cmp"
917
918     vpp-compare-topologies-mrr-ref:
919       csit-vpp-perf-verify-1904-3n-skx:
920         - 7   # MRR sel
921     vpp-compare-topologies-mrr-cmp:
922       csit-vpp-perf-verify-1904-2n-skx:
923         - 11  # MRR sel
924     vpp-compare-topologies-mrr:
925       - "vpp-compare-topologies-mrr-ref"
926       - "vpp-compare-topologies-mrr-cmp"
927
928     dpdk-compare-topologies-ref:
929       csit-dpdk-perf-verify-1904-3n-skx:
930         - 2   # NDRPDR sel
931         - 3   # NDRPDR sel
932         - 4   # NDRPDR sel
933         - 5   # NDRPDR sel
934         - 6   # NDRPDR sel
935         - 7   # NDRPDR sel
936         - 11  # NDRPDR sel
937         - 12  # NDRPDR sel
938         - 13  # NDRPDR sel
939         - 14  # NDRPDR sel
940     dpdk-compare-topologies-cmp:
941       csit-dpdk-perf-verify-1904-2n-skx:
942         - 2   # NDRPDR sel
943         - 3   # NDRPDR sel
944         - 4   # NDRPDR sel
945         - 5   # NDRPDR sel
946         - 7   # NDRPDR sel
947         - 8   # NDRPDR sel
948         - 9   # NDRPDR sel
949         - 10  # NDRPDR sel
950         - 11  # NDRPDR sel
951         - 12  # NDRPDR sel
952     dpdk-compare-topologies:
953       - "dpdk-compare-topologies-ref"
954       - "dpdk-compare-topologies-cmp"
955
956   plot-layouts:
957
958     plot-soak-throughput:
959       titlefont:
960         size: 18
961       xaxis:
962         title: "<b>Test Cases [Index]</b>"
963         titlefont:
964           size: 16
965         autorange: True
966         fixedrange: False
967         gridcolor: "rgb(230, 230, 230)"
968         linecolor: "rgb(220, 220, 220)"
969         linewidth: 1
970         showgrid: True
971         showline: True
972         showticklabels: True
973         tickcolor: "rgb(220, 220, 220)"
974         tickmode: "linear"
975         tickfont:
976           size: 16
977         zeroline: False
978       yaxis:
979         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
980         titlefont:
981           size: 16
982         gridcolor: "rgb(230, 230, 230)"
983         hoverformat: ".4r"
984         tickformat: ".3r"
985         linecolor: "rgb(220, 220, 220)"
986         linewidth: 1
987         showgrid: True
988         showline: True
989         showticklabels: True
990         tickcolor: "rgb(220, 220, 220)"
991         tickfont:
992           size: 16
993         zeroline: False
994         range: [0,50]
995       autosize: False
996       margin:
997         t: 50
998         b: 0
999         l: 80
1000         r: 20
1001       showlegend: True
1002       legend:
1003         orientation: "h"
1004         font:
1005           size: 16
1006       width: 700
1007       height: 900
1008
1009     plot-service-density:
1010       titlefont:
1011         size: 18
1012       xaxis:
1013         side: "top"
1014         autorange: True
1015         fixedrange: False
1016         showgrid: False
1017         showline: False
1018         showticklabels: False
1019         ticks: ""
1020         ticklen: 0
1021         tickwidth: 0
1022         zeroline: False
1023       yaxis:
1024         autorange: "reversed"
1025         showgrid: False
1026         showline: False
1027         showticklabels: False
1028         ticks: ""
1029         ticklen: 0
1030         tickwidth: 0
1031         zeroline: False
1032       autosize: True
1033       showlegend: False
1034       width: 700
1035       height: 700
1036
1037     plot-cps:
1038       titlefont:
1039         size: 18
1040       xaxis:
1041         title: "<b>Test Cases [Index]</b>"
1042         titlefont:
1043           size: 16
1044         autorange: True
1045         fixedrange: False
1046         gridcolor: "rgb(230, 230, 230)"
1047         linecolor: "rgb(220, 220, 220)"
1048         linewidth: 1
1049         showgrid: True
1050         showline: True
1051         showticklabels: True
1052         tickcolor: "rgb(220, 220, 220)"
1053         tickmode: "linear"
1054         tickfont:
1055           size: 16
1056         zeroline: False
1057       yaxis:
1058         title: "<b>Connections Per Second [cps]</b>"
1059         titlefont:
1060           size: 16
1061         gridcolor: "rgb(230, 230, 230)"
1062         hoverformat: ".4s"
1063         linecolor: "rgb(220, 220, 220)"
1064         linewidth: 1
1065         rangemode: "tozero"
1066         showgrid: True
1067         showline: True
1068         showticklabels: True
1069         tickcolor: "rgb(220, 220, 220)"
1070         tickformat: ".3s"
1071         tickfont:
1072           size: 16
1073         zeroline: False
1074       boxmode: "group"
1075       boxgroupgap: 0.5
1076       autosize: False
1077       margin:
1078         t: 50
1079         b: 20
1080         l: 80
1081         r: 20
1082       showlegend: True
1083       legend:
1084         orientation: "h"
1085         font:
1086           size: 16
1087       width: 700
1088       height: 800
1089
1090     plot-rps:
1091       titlefont:
1092         size: 18
1093       xaxis:
1094         title: "<b>Test Cases [Index]</b>"
1095         titlefont:
1096           size: 16
1097         autorange: True
1098         fixedrange: False
1099         gridcolor: "rgb(230, 230, 230)"
1100         linecolor: "rgb(220, 220, 220)"
1101         linewidth: 1
1102         showgrid: True
1103         showline: True
1104         showticklabels: True
1105         tickcolor: "rgb(220, 220, 220)"
1106         tickmode: "linear"
1107         tickfont:
1108           size: 16
1109         zeroline: False
1110       yaxis:
1111         title: "<b>Requests Per Second [rps]</b>"
1112         titlefont:
1113           size: 16
1114         gridcolor: "rgb(230, 230, 230)"
1115         hoverformat: ".4s"
1116         linecolor: "rgb(220, 220, 220)"
1117         linewidth: 1
1118         rangemode: "tozero"
1119         showgrid: True
1120         showline: True
1121         showticklabels: True
1122         tickcolor: "rgb(230, 230, 230)"
1123         tickformat: ".3s"
1124         tickfont:
1125           size: 16
1126         zeroline: False
1127       boxmode: "group"
1128       boxgroupgap: 0.5
1129       autosize: False
1130       margin:
1131         t: 50
1132         b: 20
1133         l: 80
1134         r: 20
1135       showlegend: True
1136       legend:
1137         orientation: "h"
1138         font:
1139           size: 16
1140       width: 700
1141       height: 800
1142
1143     plot-throughput:
1144       titlefont:
1145         size: 18
1146       xaxis:
1147         title: "<b>Test Cases [Index]</b>"
1148         titlefont:
1149           size: 16
1150         autorange: True
1151         fixedrange: False
1152         gridcolor: "rgb(230, 230, 230)"
1153         linecolor: "rgb(220, 220, 220)"
1154         linewidth: 1
1155         showgrid: True
1156         showline: True
1157         showticklabels: True
1158         tickcolor: "rgb(220, 220, 220)"
1159         tickmode: "linear"
1160         tickfont:
1161           size: 16
1162         zeroline: False
1163       yaxis:
1164         title: "<b>Packet Throughput [Mpps]</b>"
1165         titlefont:
1166           size: 16
1167         gridcolor: "rgb(230, 230, 230)"
1168         hoverformat: ".4r"
1169         tickformat: ".3r"
1170         linecolor: "rgb(220, 220, 220)"
1171         linewidth: 1
1172         showgrid: True
1173         showline: True
1174         showticklabels: True
1175         tickcolor: "rgb(220, 220, 220)"
1176         tickfont:
1177           size: 16
1178         zeroline: False
1179         range: [0,50]
1180       boxmode: "group"
1181       boxgroupgap: 0.5
1182       autosize: False
1183       margin:
1184         t: 50
1185         b: 0
1186         l: 80
1187         r: 20
1188       showlegend: True
1189       legend:
1190         orientation: "h"
1191         font:
1192           size: 16
1193       width: 700
1194       height: 900
1195
1196     plot-throughput-speedup-analysis:
1197       titlefont:
1198         size: 18
1199       xaxis:
1200         title: "<b>Number of Cores [Qty]</b>"
1201         titlefont:
1202           size: 16
1203         autorange: True
1204         fixedrange: False
1205         gridcolor: "rgb(230, 230, 230)"
1206         linecolor: "rgb(220, 220, 220)"
1207         linewidth: 1
1208         showgrid: True
1209         showline: True
1210         showticklabels: True
1211         tickcolor: "rgb(238, 238, 238)"
1212         tickmode: "linear"
1213         tickfont:
1214           size: 16
1215         zeroline: False
1216       yaxis:
1217         title: "<b>Packet Throughput [Mpps]</b>"
1218         titlefont:
1219           size: 16
1220         type: "linear"
1221         gridcolor: "rgb(230, 230, 230)"
1222         hoverformat: ".4s"
1223         linecolor: "rgb(220, 220, 220)"
1224         linewidth: 1
1225         showgrid: True
1226         showline: True
1227         showticklabels: True
1228         tickcolor: "rgb(220, 220, 220)"
1229         tickformat: ".4s"
1230         tickfont:
1231           size: 16
1232         zeroline: True
1233         rangemode: "tozero"
1234         range: [0,100]
1235       legend:
1236         orientation: "h"
1237         font:
1238           size: 16
1239         xanchor: "left"
1240         yanchor: "top"
1241         x: 0
1242         y: -0.2
1243         bgcolor: "rgba(255, 255, 255, 0)"
1244         bordercolor: "rgba(255, 255, 255, 0)"
1245         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1246       autosize: False
1247       margin:
1248           't': 50
1249           'b': 150
1250           'l': 85
1251           'r': 10
1252       showlegend: True
1253       width: 700
1254       height: 700
1255       hoverlabel:
1256         namelength: -1
1257       annotations: [
1258         {
1259           text: "_ _          __          ...",
1260           align: "left",
1261           showarrow: False,
1262           xref: "paper",
1263           yref: "paper",
1264           xanchor: "left",
1265           yanchor: "top",
1266           x: 0,
1267           y: -0.13,
1268           font: {
1269             family: "Consolas, Courier New",
1270             size: 15
1271           },
1272         },
1273         {
1274           text: "    Perfect     Measured     Limit",
1275           align: "left",
1276           showarrow: False,
1277           xref: "paper",
1278           yref: "paper",
1279           xanchor: "left",
1280           yanchor: "top",
1281           x: 0,
1282           y: -0.15,
1283           font: {
1284             family: "Consolas, Courier New",
1285             size: 15
1286           },
1287         },
1288       ]
1289
1290     plot-latency:
1291       titlefont:
1292         size: 18
1293       xaxis:
1294         title: "<b>Direction</b>"
1295         titlefont:
1296           size: 16
1297         autorange: True
1298         fixedrange: False
1299         gridcolor: "rgb(230, 230, 230)"
1300         linecolor: "rgb(220, 220, 220)"
1301         linewidth: 1
1302         showgrid: True
1303         showline: True
1304         showticklabels: False
1305         tickcolor: "rgb(220, 220, 220)"
1306         tickmode: "linear"
1307         tickfont:
1308           size: 16
1309         zeroline: False
1310       yaxis:
1311         title: "<b>Packet Latency [uSec]</b>"
1312         titlefont:
1313           size: 16
1314         type: "linear"
1315         gridcolor: "rgb(230, 230, 230)"
1316         hoverformat: ".4s"
1317         linecolor: "rgb(220, 220, 220)"
1318         linewidth: 1
1319         showgrid: True
1320         showline: True
1321         showticklabels: True
1322         tickcolor: "rgb(220, 220, 220)"
1323         tickformat: ".4s"
1324         tickfont:
1325           size: 16
1326         zeroline: True
1327         rangemode: "tozero"
1328       legend:
1329         orientation: "h"
1330         font:
1331           size: 16
1332         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1333       autosize: False
1334       margin:
1335           't': 50
1336           'b': 150
1337           'l': 80
1338           'r': 10
1339       showlegend: True
1340       width: 700
1341       height: 700
1342       hoverlabel:
1343         namelength: -1
1344
1345 - type: "static"
1346   src-path: "{DIR[RST]}"
1347   dst-path: "{DIR[WORKING,SRC]}"
1348
1349 - type: "input"
1350   general:
1351     file-name: "robot-plugin.zip"
1352     file-format: ".zip"
1353     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1354     extract: "robot-plugin/output.xml"
1355
1356   builds:
1357 ##    intel-dnv-vpp-release-1904:
1358 ##      - 1
1359 #
1360 #    intel-dnv-vpp-release-1901:
1361 #      - 1
1362 #
1363 #    intel-dnv-vpp-release-1810:
1364 #      - 1
1365
1366     csit-vpp-perf-verify-1810-3n-hsw:
1367       - 9   # MRR sel
1368       - 8   # NDRPDR sel
1369       - 12  # NDRPDR sel
1370       - 14  # NDRPDR sel
1371       - 18  # NDRPDR sel
1372       - 23  # NDRPDR sel
1373       - 25  # NDRPDR sel
1374       - 38  # NDRPDR sel
1375       - 39  # NDRPDR sel
1376       - 41  # NDRPDR sel
1377       - 42  # NDRPDR sel
1378 #      - 28  # WRK
1379 #      - 29  # WRK
1380 #      - 30  # WRK
1381 #      - 31  # WRK
1382 #      - 32  # WRK
1383 #      - 33  # WRK
1384 #      - 34  # WRK
1385 #      - 35  # WRK
1386 #      - 36  # WRK
1387 #      - 37  # WRK
1388     csit-vpp-perf-verify-1901-3n-hsw:
1389       - 35  # MRR sel
1390       - 10  # NDRPDR sel
1391       - 19  # NDRPDR sel
1392       - 31  # NDRPDR sel
1393       - 36  # NDRPDR sel
1394       - 40  # NDRPDR sel
1395       - 42  # NDRPDR sel
1396       - 44  # NDRPDR sel
1397       - 46  # NDRPDR sel
1398       - 47  # NDRPDR sel
1399       - 48  # NDRPDR sel
1400       - 61  # NDRPDR LB
1401       - 62  # NDRPDR LB
1402       - 63  # NDRPDR LB
1403       - 64  # NDRPDR LB
1404       - 65  # NDRPDR LB
1405       - 66  # NDRPDR LB
1406       - 67  # NDRPDR LB
1407       - 69  # NDRPDR LB
1408       - 70  # NDRPDR LB
1409       - 71  # NDRPDR LB
1410     # TODO: Add 1904 Data
1411     csit-vpp-perf-verify-1904-3n-hsw:
1412       - 9   # MRR sel
1413       - 32  # NDRPDR full
1414       - 33  # NDRPDR full
1415       - 35  # NDRPDR full
1416       - 36  # NDRPDR full
1417       - 37  # NDRPDR full
1418       - 38  # NDRPDR full
1419       - 40  # NDRPDR full
1420       - 45  # NDRPDR full
1421       - 46  # NDRPDR full
1422       - 48  # NDRPDR full
1423       - 49  # NDRPDR full
1424       - 50  # NDRPDR full
1425       - 51  # NDRPDR full
1426       - 52  # NDRPDR full
1427       - 11  # NDRPDR sel
1428       - 12  # NDRPDR sel
1429       - 20  # NDRPDR sel
1430       - 21  # NDRPDR sel
1431       - 23  # NDRPDR sel
1432       - 24  # NDRPDR sel
1433       - 25  # NDRPDR sel
1434       - 26  # NDRPDR sel
1435       - 29  # NDRPDR sel
1436       - 30  # NDRPDR sel
1437
1438     csit-vpp-perf-verify-1810-3n-skx:
1439       - 9   # MRR sel
1440       - 11  # MRR sel
1441       - 12  # MRR sel
1442       - 13  # MRR sel
1443       - 10  # NDRPDR sel
1444       - 14  # NDRPDR sel
1445       - 15  # NDRPDR sel
1446       - 16  # NDRPDR sel
1447       - 17  # NDRPDR sel
1448       - 19  # NDRPDR sel
1449       - 20  # NDRPDR sel
1450       - 21  # NDRPDR sel
1451       - 22  # NDRPDR sel
1452       - 25  # NDRPDR sel
1453     csit-vpp-perf-verify-1901-3n-skx:
1454       - 32  # MRR sel
1455       - 18  # NDRPDR sel
1456       - 19  # NDRPDR sel
1457       - 20  # NDRPDR sel
1458       - 28  # NDRPDR sel
1459       - 31  # NDRPDR sel
1460       - 33  # NDRPDR sel
1461       - 36  # NDRPDR sel
1462       - 38  # NDRPDR sel
1463       - 47  # NDRPDR sel
1464       - 48  # NDRPDR sel
1465       - 54  # NDRPDR LB
1466       - 57  # NDRPDR LB
1467       - 58  # NDRPDR LB
1468       - 59  # NDRPDR LB
1469       - 60  # NDRPDR LB
1470       - 63  # NDRPDR LB
1471       - 64  # NDRPDR LB
1472       - 65  # NDRPDR LB
1473       - 66  # NDRPDR LB
1474       - 67  # NDRPDR LB
1475     csit-vpp-perf-verify-1904-3n-skx:
1476       - 7   # MRR sel
1477       - 26  # NDRPDR full
1478       - 27  # NDRPDR full
1479       - 30  # NDRPDR full
1480       - 31  # NDRPDR full
1481       - 8   # NDRPDR sel
1482       - 9   # NDRPDR sel
1483       - 10  # NDRPDR sel
1484       - 11  # NDRPDR sel
1485       - 12  # NDRPDR sel
1486       - 14  # NDRPDR sel
1487       - 16  # NDRPDR sel
1488       - 21  # NDRPDR sel
1489       - 23  # NDRPDR sel
1490       - 25  # NDRPDR sel
1491
1492     csit-vpp-perf-verify-1810-2n-skx:
1493       - 8   # MRR sel
1494       - 10  # MRR sel
1495       - 11  # MRR sel
1496       - 12  # MRR sel
1497       - 9   # NDRPDR sel
1498       - 13  # NDRPDR sel
1499       - 14  # NDRPDR sel
1500       - 19  # NDRPDR sel
1501       - 20  # NDRPDR sel
1502       - 21  # NDRPDR sel
1503       - 22  # NDRPDR sel
1504       - 23  # NDRPDR sel
1505       - 24  # NDRPDR sel
1506       - 27  # NDRPDR sel
1507     csit-vpp-perf-verify-1901-2n-skx:
1508       - 22  # MRR sel
1509       - 5   # NDRPDR sel
1510       - 12  # NDRPDR sel
1511       - 13  # NDRPDR sel
1512       - 21  # NDRPDR sel
1513       - 23  # NDRPDR sel
1514       - 31  # NDRPDR sel
1515       - 34  # NDRPDR sel
1516       - 40  # NDRPDR sel
1517       - 42  # NDRPDR sel
1518       - 43  # NDRPDR sel
1519     csit-vpp-perf-verify-1904-2n-skx:
1520       - 11  # MRR sel
1521       - 33  # NDRPDR full
1522       - 39  # NDRPDR full
1523       - 58  # NDRPDR full
1524       - 62  # NDRPDR full
1525       - 12  # NDRPDR sel
1526       - 14  # NDRPDR sel
1527       - 16  # NDRPDR sel
1528       - 17  # NDRPDR sel
1529       - 18  # NDRPDR sel
1530       - 21  # NDRPDR sel
1531       - 27  # NDRPDR sel
1532       - 30  # NDRPDR sel
1533       - 31  # NDRPDR sel
1534       - 32  # NDRPDR sel
1535       - 40  # NFV MRR 64b
1536       - 41  # NFV MRR 64b
1537       - 42  # NFV MRR 64b
1538       - 47  # NFV MRR 64b
1539       - 48  # NFV MRR 64b
1540       - 49  # NFV MRR IMIX
1541       - 50  # NFV MRR IMIX
1542       - 51  # NFV MRR IMIX
1543       - 54  # NFV MRR IMIX
1544       - 55  # NFV MRR IMIX
1545       - 56  # NFV NDRPDR 64b
1546       - 59  # NFV NDRPDR 64b
1547       - 60  # NFV NDRPDR 64b
1548       - 65  # NFV NDRPDR 64b
1549       - 68  # NFV NDRPDR 64b
1550       - 66  # NFV NDRPDR IMIX
1551       - 67  # NFV NDRPDR IMIX
1552       - 69  # NFV NDRPDR IMIX
1553       - 82  # NFV NDRPDR IMIX
1554       - 83  # NFV NDRPDR IMIX
1555       - 80  # NFV MRR NDRPDR 64b IMIX
1556       - 81  # NFV MRR NDRPDR 64b IMIX
1557       - 84  # NFV MRR NDRPDR 64b IMIX
1558       - 85  # NFV MRR NDRPDR 64b IMIX
1559       - 86  # NFV MRR NDRPDR 64b IMIX
1560       - 70  # soak
1561       - 71  # soak
1562
1563 #    csit-ligato-perf-verify-1901-3n-hsw:
1564 #      - 10  # NDRPDR full
1565 #      - 8   # NDRPDR sel
1566 #      - 9   # NDRPDR sel
1567 #      - 11  # NDRPDR sel
1568 #      - 12  # NDRPDR sel
1569 #      - 13  # NDRPDR sel
1570 #      - 14  # NDRPDR sel
1571 #      - 15  # NDRPDR sel
1572 #      - 16  # NDRPDR sel
1573 #      - 17  # NDRPDR sel
1574 #      - 18  # NDRPDR sel
1575 ##    csit-ligato-perf-verify-1904-3n-hsw:
1576 ##      -
1577
1578     csit-dpdk-perf-verify-1810-3n-hsw:
1579       - 1   # NDRPDR sel
1580       - 2   # NDRPDR sel
1581       - 3   # NDRPDR sel
1582       - 4   # NDRPDR sel
1583       - 5   # NDRPDR sel
1584       - 6   # NDRPDR sel
1585       - 7   # NDRPDR sel
1586       - 8   # NDRPDR sel
1587       - 9   # NDRPDR sel
1588       - 10  # NDRPDR sel
1589     csit-dpdk-perf-verify-1901-3n-hsw:
1590       - 13  # NDRPDR sel
1591       - 14  # NDRPDR sel
1592       - 16  # NDRPDR sel
1593       - 17  # NDRPDR sel
1594       - 18  # NDRPDR sel
1595       - 19  # NDRPDR sel
1596       - 20  # NDRPDR sel
1597       - 21  # NDRPDR sel
1598       - 22  # NDRPDR sel
1599       - 23  # NDRPDR sel
1600     csit-dpdk-perf-verify-1904-3n-hsw:
1601       - 2   # NDRPDR sel
1602       - 3   # NDRPDR sel
1603       - 5   # NDRPDR sel
1604       - 6   # NDRPDR sel
1605       - 13  # NDRPDR sel
1606       - 14  # NDRPDR sel
1607       - 15  # NDRPDR sel
1608       - 18  # NDRPDR sel
1609       - 19  # NDRPDR sel
1610       - 20  # NDRPDR sel
1611
1612     csit-dpdk-perf-verify-1810-3n-skx:
1613       - 3   # NDRPDR sel
1614       - 4   # NDRPDR sel
1615       - 6   # NDRPDR sel
1616       - 7   # NDRPDR sel
1617       - 8   # NDRPDR sel
1618       - 9   # NDRPDR sel
1619       - 10  # NDRPDR sel
1620       - 11  # NDRPDR sel
1621       - 12  # NDRPDR sel
1622       - 13  # NDRPDR sel
1623     csit-dpdk-perf-verify-1901-3n-skx:
1624       - 3   # NDRPDR sel
1625       - 5   # NDRPDR sel
1626       - 6   # NDRPDR sel
1627       - 7   # NDRPDR sel
1628       - 8   # NDRPDR sel
1629       - 9   # NDRPDR sel
1630       - 10  # NDRPDR sel
1631       - 11  # NDRPDR sel
1632       - 12  # NDRPDR sel
1633       - 13  # NDRPDR sel
1634     csit-dpdk-perf-verify-1904-3n-skx:
1635       - 2   # NDRPDR sel
1636       - 3   # NDRPDR sel
1637       - 4   # NDRPDR sel
1638       - 5   # NDRPDR sel
1639       - 6   # NDRPDR sel
1640       - 7   # NDRPDR sel
1641       - 11  # NDRPDR sel
1642       - 12  # NDRPDR sel
1643       - 13  # NDRPDR sel
1644       - 14  # NDRPDR sel
1645
1646     csit-dpdk-perf-verify-1810-2n-skx:
1647       - 3   # NDRPDR sel
1648       - 4   # NDRPDR sel
1649       - 5   # NDRPDR sel
1650       - 7   # NDRPDR sel
1651       - 8   # NDRPDR sel
1652       - 9   # NDRPDR sel
1653       - 10  # NDRPDR sel
1654       - 11  # NDRPDR sel
1655       - 12  # NDRPDR sel
1656       - 13  # NDRPDR sel
1657     csit-dpdk-perf-verify-1901-2n-skx:
1658       - 12  # NDRPDR sel
1659       - 13  # NDRPDR sel
1660       - 14  # NDRPDR sel
1661       - 15  # NDRPDR sel
1662       - 16  # NDRPDR sel
1663       - 17  # NDRPDR sel
1664       - 18  # NDRPDR sel
1665       - 19  # NDRPDR sel
1666       - 20  # NDRPDR sel
1667       - 21  # NDRPDR sel
1668     csit-dpdk-perf-verify-1904-2n-skx:
1669       - 2   # NDRPDR sel
1670       - 3   # NDRPDR sel
1671       - 4   # NDRPDR sel
1672       - 5   # NDRPDR sel
1673       - 7   # NDRPDR sel
1674       - 8   # NDRPDR sel
1675       - 9   # NDRPDR sel
1676       - 10  # NDRPDR sel
1677       - 11  # NDRPDR sel
1678       - 12  # NDRPDR sel
1679
1680     csit-vpp-functional-1904-ubuntu1604-virl:
1681       - 33
1682     csit-vpp-functional-1904-centos7-virl:
1683       - 32
1684     csit-vpp-device-1904-ubuntu1804-1n-skx:
1685       - 32
1686 #    # Not used
1687 #    csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1688 #      - 1
1689     csit-dmm-functional-1904-ubuntu1604-virl:
1690       - 1
1691     csit-hc2vpp-verify-func-1904-ubuntu1604:
1692       - 4
1693
1694 - type: "output"
1695   output: "report"
1696   format:
1697     html:
1698     - full
1699     pdf:
1700     - minimal
1701
1702 ################################################################################
1703 ###                               T A B L E S                                ###
1704 ################################################################################
1705
1706 # VPP Soak vs NDR
1707 - type: "table"
1708   title: "VPP Soak vs NDR 2n-skx"
1709   algorithm: "table_soak_vs_ndr"
1710   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
1711   reference:
1712     title: "NDR"
1713     data: "vpp-soak-vs-ndr-2n-skx-ref"
1714   compare:
1715     title: "Soak"
1716     data: "vpp-soak-vs-ndr-2n-skx-cmp"
1717   data: "vpp-soak-vs-ndr-2n-skx"
1718   include-tests: "NDR"
1719   filter: "('NDRPDR' or 'SOAK')"
1720   parameters:
1721     - "throughput"
1722     - "name"
1723     - "parent"
1724
1725 ################################################################################
1726
1727 # VPP Compare NICs 3n-hsw 1t1c ndr
1728 - type: "table"
1729   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1730   algorithm: "table_nics_comparison"
1731   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1732   reference:
1733     title: "Intel-x520"
1734     nic: "NIC_Intel-X520-DA2"
1735   compare:
1736     title: "Intel-x710"
1737     nic: "NIC_Intel-X710"
1738   data: "vpp-nic-comparison-3n-hsw"
1739   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1740   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1741   parameters:
1742   - "name"
1743   - "parent"
1744   - "throughput"
1745   - "tags"
1746
1747 # VPP Compare NICs 3n-hsw 2t2c ndr
1748 - type: "table"
1749   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1750   algorithm: "table_nics_comparison"
1751   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1752   reference:
1753     title: "Intel-x520"
1754     nic: "NIC_Intel-X520-DA2"
1755   compare:
1756     title: "Intel-x710"
1757     nic: "NIC_Intel-X710"
1758   data: "vpp-nic-comparison-3n-hsw"
1759   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1760   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1761   parameters:
1762   - "name"
1763   - "parent"
1764   - "throughput"
1765   - "tags"
1766
1767 # VPP Compare NICs 3n-hsw 1t1c pdr
1768 - type: "table"
1769   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1770   algorithm: "table_nics_comparison"
1771   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1772   reference:
1773     title: "Intel-x520"
1774     nic: "NIC_Intel-X520-DA2"
1775   compare:
1776     title: "Intel-x710"
1777     nic: "NIC_Intel-X710"
1778   data: "vpp-nic-comparison-3n-hsw"
1779   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1780   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1781   parameters:
1782   - "name"
1783   - "parent"
1784   - "throughput"
1785   - "tags"
1786
1787 # VPP Compare NICs 3n-hsw 2t2c pdr
1788 - type: "table"
1789   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1790   algorithm: "table_nics_comparison"
1791   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1792   reference:
1793     title: "Intel-x520"
1794     nic: "NIC_Intel-X520-DA2"
1795   compare:
1796     title: "Intel-x710"
1797     nic: "NIC_Intel-X710"
1798   data: "vpp-nic-comparison-3n-hsw"
1799   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1800   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1801   parameters:
1802   - "name"
1803   - "parent"
1804   - "throughput"
1805   - "tags"
1806
1807 # VPP Compare NICs 3n-hsw 1t1c mrr
1808 - type: "table"
1809   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1810   algorithm: "table_nics_comparison"
1811   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1812   reference:
1813     title: "Intel-x520"
1814     nic: "NIC_Intel-X520-DA2"
1815   compare:
1816     title: "Intel-x710"
1817     nic: "NIC_Intel-X710"
1818   data: "vpp-nic-comparison-3n-hsw-mrr"
1819   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1820   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1821   parameters:
1822   - "name"
1823   - "parent"
1824   - "result"
1825   - "tags"
1826
1827 # VPP Compare NICs 3n-hsw 2t2c mrr
1828 - type: "table"
1829   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1830   algorithm: "table_nics_comparison"
1831   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1832   reference:
1833     title: "Intel-x520"
1834     nic: "NIC_Intel-X520-DA2"
1835   compare:
1836     title: "Intel-x710"
1837     nic: "NIC_Intel-X710"
1838   data: "vpp-nic-comparison-3n-hsw-mrr"
1839   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1840   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1841   parameters:
1842   - "name"
1843   - "parent"
1844   - "result"
1845   - "tags"
1846
1847 # VPP Compare NICs 3n-hsw 4t4c mrr
1848 - type: "table"
1849   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1850   algorithm: "table_nics_comparison"
1851   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1852   reference:
1853     title: "Intel-x520"
1854     nic: "NIC_Intel-X520-DA2"
1855   compare:
1856     title: "Intel-x710"
1857     nic: "NIC_Intel-X710"
1858   data: "vpp-nic-comparison-3n-hsw-mrr"
1859   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1860   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1861   parameters:
1862   - "name"
1863   - "parent"
1864   - "result"
1865   - "tags"
1866
1867 # VPP Compare NICs 3n-skx 2t1c ndr
1868 - type: "table"
1869   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1870   algorithm: "table_nics_comparison"
1871   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1872   reference:
1873     title: "Intel-x710"
1874     nic: "NIC_Intel-X710"
1875   compare:
1876     title: "Intel-xxv710"
1877     nic: "NIC_Intel-XXV710"
1878   data: "vpp-nic-comparison-3n-skx"
1879   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1880   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1881   parameters:
1882   - "name"
1883   - "parent"
1884   - "throughput"
1885   - "tags"
1886
1887 # VPP Compare NICs 3n-skx 4t2c ndr
1888 - type: "table"
1889   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1890   algorithm: "table_nics_comparison"
1891   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1892   reference:
1893     title: "Intel-x710"
1894     nic: "NIC_Intel-X710"
1895   compare:
1896     title: "Intel-xxv710"
1897     nic: "NIC_Intel-XXV710"
1898   data: "vpp-nic-comparison-3n-skx"
1899   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1900   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1901   parameters:
1902   - "name"
1903   - "parent"
1904   - "throughput"
1905   - "tags"
1906
1907 # VPP Compare NICs 3n-skx 2t1c pdr
1908 - type: "table"
1909   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1910   algorithm: "table_nics_comparison"
1911   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1912   reference:
1913     title: "Intel-x710"
1914     nic: "NIC_Intel-X710"
1915   compare:
1916     title: "Intel-xxv710"
1917     nic: "NIC_Intel-XXV710"
1918   data: "vpp-nic-comparison-3n-skx"
1919   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1920   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1921   parameters:
1922   - "name"
1923   - "parent"
1924   - "throughput"
1925   - "tags"
1926
1927  # VPP Compare NICs 3n-skx 4t2c pdr
1928 - type: "table"
1929   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1930   algorithm: "table_nics_comparison"
1931   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1932   reference:
1933     title: "Intel-x710"
1934     nic: "NIC_Intel-X710"
1935   compare:
1936     title: "Intel-xxv710"
1937     nic: "NIC_Intel-XXV710"
1938   data: "vpp-nic-comparison-3n-skx"
1939   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1940   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1941   parameters:
1942   - "name"
1943   - "parent"
1944   - "throughput"
1945   - "tags"
1946
1947 # VPP Compare NICs 3n-skx 2t1c mrr
1948 - type: "table"
1949   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1950   algorithm: "table_nics_comparison"
1951   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1952   reference:
1953     title: "Intel-x710"
1954     nic: "NIC_Intel-X710"
1955   compare:
1956     title: "Intel-xxv710"
1957     nic: "NIC_Intel-XXV710"
1958   data: "vpp-nic-comparison-3n-skx-mrr"
1959   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1960   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1961   parameters:
1962   - "name"
1963   - "parent"
1964   - "result"
1965   - "tags"
1966
1967 # VPP Compare NICs 3n-skx 4t2c mrr
1968 - type: "table"
1969   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1970   algorithm: "table_nics_comparison"
1971   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1972   reference:
1973     title: "Intel-x710"
1974     nic: "NIC_Intel-X710"
1975   compare:
1976     title: "Intel-xxv710"
1977     nic: "NIC_Intel-XXV710"
1978   data: "vpp-nic-comparison-3n-skx-mrr"
1979   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1980   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1981   parameters:
1982   - "name"
1983   - "parent"
1984   - "result"
1985   - "tags"
1986
1987  # VPP Compare NICs 3n-skx 8t4c mrr
1988 - type: "table"
1989   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1990   algorithm: "table_nics_comparison"
1991   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1992   reference:
1993     title: "Intel-x710"
1994     nic: "NIC_Intel-X710"
1995   compare:
1996     title: "Intel-xxv710"
1997     nic: "NIC_Intel-XXV710"
1998   data: "vpp-nic-comparison-3n-skx-mrr"
1999   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2000   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2001   parameters:
2002   - "name"
2003   - "parent"
2004   - "result"
2005   - "tags"
2006
2007 # VPP Compare NICs 2n-skx 2t1c ndr
2008 - type: "table"
2009   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2010   algorithm: "table_nics_comparison"
2011   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2012   reference:
2013     title: "Intel-x710"
2014     nic: "NIC_Intel-X710"
2015   compare:
2016     title: "Intel-xxv710"
2017     nic: "NIC_Intel-XXV710"
2018   data: "vpp-nic-comparison-2n-skx"
2019   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2020   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2021   parameters:
2022   - "name"
2023   - "parent"
2024   - "throughput"
2025   - "tags"
2026
2027 # VPP Compare NICs 2n-skx 4t2c ndr
2028 - type: "table"
2029   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2030   algorithm: "table_nics_comparison"
2031   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2032   reference:
2033     title: "Intel-x710"
2034     nic: "NIC_Intel-X710"
2035   compare:
2036     title: "Intel-xxv710"
2037     nic: "NIC_Intel-XXV710"
2038   data: "vpp-nic-comparison-2n-skx"
2039   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2040   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2041   parameters:
2042   - "name"
2043   - "parent"
2044   - "throughput"
2045   - "tags"
2046
2047  # VPP Compare NICs 2n-skx 2t1c pdr
2048 - type: "table"
2049   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2050   algorithm: "table_nics_comparison"
2051   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2052   reference:
2053     title: "Intel-x710"
2054     nic: "NIC_Intel-X710"
2055   compare:
2056     title: "Intel-xxv710"
2057     nic: "NIC_Intel-XXV710"
2058   data: "vpp-nic-comparison-2n-skx"
2059   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2060   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2061   parameters:
2062   - "name"
2063   - "parent"
2064   - "throughput"
2065   - "tags"
2066
2067 # VPP Compare NICs 2n-skx 4t2c pdr
2068 - type: "table"
2069   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2070   algorithm: "table_nics_comparison"
2071   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2072   reference:
2073     title: "Intel-x710"
2074     nic: "NIC_Intel-X710"
2075   compare:
2076     title: "Intel-xxv710"
2077     nic: "NIC_Intel-XXV710"
2078   data: "vpp-nic-comparison-2n-skx"
2079   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2080   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2081   parameters:
2082   - "name"
2083   - "parent"
2084   - "throughput"
2085   - "tags"
2086
2087 # VPP Compare NICs 2n-skx 2t1c mrr
2088 - type: "table"
2089   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2090   algorithm: "table_nics_comparison"
2091   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2092   reference:
2093     title: "Intel-x710"
2094     nic: "NIC_Intel-X710"
2095   compare:
2096     title: "Intel-xxv710"
2097     nic: "NIC_Intel-XXV710"
2098   data: "vpp-nic-comparison-2n-skx-mrr"
2099   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2100   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2101   parameters:
2102   - "name"
2103   - "parent"
2104   - "result"
2105   - "tags"
2106
2107 # VPP Compare NICs 2n-skx 4t2c mrr
2108 - type: "table"
2109   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2110   algorithm: "table_nics_comparison"
2111   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2112   reference:
2113     title: "Intel-x710"
2114     nic: "NIC_Intel-X710"
2115   compare:
2116     title: "Intel-xxv710"
2117     nic: "NIC_Intel-XXV710"
2118   data: "vpp-nic-comparison-2n-skx-mrr"
2119   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2120   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2121   parameters:
2122   - "name"
2123   - "parent"
2124   - "result"
2125   - "tags"
2126
2127 # VPP Compare NICs 2n-skx 8t4c mrr
2128 - type: "table"
2129   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2130   algorithm: "table_nics_comparison"
2131   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2132   reference:
2133     title: "Intel-x710"
2134     nic: "NIC_Intel-X710"
2135   compare:
2136     title: "Intel-xxv710"
2137     nic: "NIC_Intel-XXV710"
2138   data: "vpp-nic-comparison-2n-skx-mrr"
2139   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2140   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2141   parameters:
2142   - "name"
2143   - "parent"
2144   - "result"
2145   - "tags"
2146
2147 ################################################################################
2148 # VPP
2149
2150 ## VPP Performance Changes 2n-dnv 1t1c pdr
2151 #- type: "table"
2152 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2153 #  algorithm: "table_performance_comparison"
2154 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2155 #  history:
2156 #    - title: "rls1810"
2157 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2158 #  reference:
2159 #    title: "rls1901"
2160 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2161 #  compare:
2162 #    title: "rls1904"
2163 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2164 #  data: "intel-dnv-vpp-changes-2n-dnv"
2165 #  include-tests: "PDR"
2166 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2167 #  parameters:
2168 #  - "name"
2169 #  - "parent"
2170 #  - "throughput"
2171 #
2172 ## VPP Performance Changes 2n-dnv 2t2c pdr
2173 #- type: "table"
2174 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2175 #  algorithm: "table_performance_comparison"
2176 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2177 #  history:
2178 #    - title: "rls1810"
2179 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2180 #  reference:
2181 #    title: "rls1901"
2182 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2183 #  compare:
2184 #    title: "rls1904"
2185 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2186 #  data: "intel-dnv-vpp-changes-2n-dnv"
2187 #  include-tests: "PDR"
2188 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2189 #  parameters:
2190 #  - "name"
2191 #  - "parent"
2192 #  - "throughput"
2193 #
2194 ## VPP Performance Changes 2n-dnv 1t1c ndr
2195 #- type: "table"
2196 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2197 #  algorithm: "table_performance_comparison"
2198 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2199 #  history:
2200 #    - title: "rls1810"
2201 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2202 #  reference:
2203 #    title: "rls1901"
2204 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2205 #  compare:
2206 #    title: "rls1904"
2207 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2208 #  data: "intel-dnv-vpp-changes-2n-dnv"
2209 #  include-tests: "NDR"
2210 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2211 #  parameters:
2212 #  - "name"
2213 #  - "parent"
2214 #  - "throughput"
2215 #
2216 ## VPP Performance Changes 2n-dnv 2t2c ndr
2217 #- type: "table"
2218 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2219 #  algorithm: "table_performance_comparison"
2220 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2221 #  history:
2222 #    - title: "rls1810"
2223 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2224 #  reference:
2225 #    title: "rls1901"
2226 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2227 #  compare:
2228 #    title: "rls1904"
2229 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2230 #  data: "intel-dnv-vpp-changes-2n-dnv"
2231 #  include-tests: "NDR"
2232 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2233 #  parameters:
2234 #  - "name"
2235 #  - "parent"
2236 #  - "throughput"
2237 #
2238 ## VPP Performance Changes 2n-dnv 1t1c MRR
2239 #- type: "table"
2240 #  title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2241 #  algorithm: "table_performance_comparison"
2242 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2243 #  history:
2244 #    - title: "rls1810"
2245 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2246 #  reference:
2247 #    title: "rls1901"
2248 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2249 #  compare:
2250 #    title: "rls1904"
2251 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2252 #  data: "intel-dnv-vpp-changes-2n-dnv"
2253 #  include-tests: "MRR"
2254 #  filter: "'1T1C' and 'MRR'"
2255 #  parameters:
2256 #  - "name"
2257 #  - "parent"
2258 #  - "result"
2259 #
2260 ## VPP Performance Changes 2n-dnv 2t2c MRR
2261 #- type: "table"
2262 #  title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2263 #  algorithm: "table_performance_comparison"
2264 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2265 #  history:
2266 #    - title: "rls1810"
2267 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2268 #  reference:
2269 #    title: "rls1901"
2270 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2271 #  compare:
2272 #    title: "rls1904"
2273 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2274 #  data: "intel-dnv-vpp-changes-2n-dnv"
2275 #  include-tests: "MRR"
2276 #  filter: "'2T2C' and 'MRR'"
2277 #  parameters:
2278 #  - "name"
2279 #  - "parent"
2280 #  - "result"
2281 #
2282 ## VPP Performance Changes 2n-dnv 4t4c MRR
2283 #- type: "table"
2284 #  title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2285 #  algorithm: "table_performance_comparison"
2286 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2287 #  history:
2288 #    - title: "rls1810"
2289 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2290 #  reference:
2291 #    title: "rls1901"
2292 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2293 #  compare:
2294 #    title: "rls1904"
2295 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2296 #  data: "intel-dnv-vpp-changes-2n-dnv"
2297 #  include-tests: "MRR"
2298 #  filter: "'4T4C' and 'MRR'"
2299 #  parameters:
2300 #  - "name"
2301 #  - "parent"
2302 #  - "result"
2303
2304 # VPP Performance Changes 3n-hsw 1t1c pdr
2305 - type: "table"
2306   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2307   algorithm: "table_performance_comparison"
2308   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2309   history:
2310     - title: "rls1810"
2311       data: "vpp-performance-changes-3n-hsw-h1"
2312   reference:
2313     title: "rls1901"
2314     data: "vpp-performance-changes-3n-hsw-ref"
2315   compare:
2316     title: "rls1904"
2317     data: "vpp-performance-changes-3n-hsw-cmp"
2318   data: "vpp-performance-changes-3n-hsw"
2319   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2320   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2321   parameters:
2322   - "name"
2323   - "parent"
2324   - "throughput"
2325
2326 # VPP Performance Changes 3n-hsw 2t2c pdr
2327 - type: "table"
2328   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2329   algorithm: "table_performance_comparison"
2330   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2331   history:
2332     - title: "rls1810"
2333       data: "vpp-performance-changes-3n-hsw-h1"
2334   reference:
2335     title: "rls1901"
2336     data: "vpp-performance-changes-3n-hsw-ref"
2337   compare:
2338     title: "rls1904"
2339     data: "vpp-performance-changes-3n-hsw-cmp"
2340   data: "vpp-performance-changes-3n-hsw"
2341   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2342   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2343   parameters:
2344   - "name"
2345   - "parent"
2346   - "throughput"
2347
2348 # VPP Performance Changes 3n-hsw 1t1c ndr
2349 - type: "table"
2350   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2351   algorithm: "table_performance_comparison"
2352   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2353   history:
2354     - title: "rls1810"
2355       data: "vpp-performance-changes-3n-hsw-h1"
2356   reference:
2357     title: "rls1901"
2358     data: "vpp-performance-changes-3n-hsw-ref"
2359   compare:
2360     title: "rls1904"
2361     data: "vpp-performance-changes-3n-hsw-cmp"
2362   data: "vpp-performance-changes-3n-hsw"
2363   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2364   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2365   parameters:
2366   - "name"
2367   - "parent"
2368   - "throughput"
2369
2370 # VPP Performance Changes 3n-hsw 2t2c ndr
2371 - type: "table"
2372   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2373   algorithm: "table_performance_comparison"
2374   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2375   history:
2376     - title: "rls1810"
2377       data: "vpp-performance-changes-3n-hsw-h1"
2378   reference:
2379     title: "rls1901"
2380     data: "vpp-performance-changes-3n-hsw-ref"
2381   compare:
2382     title: "rls1904"
2383     data: "vpp-performance-changes-3n-hsw-cmp"
2384   data: "vpp-performance-changes-3n-hsw"
2385   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2386   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2387   parameters:
2388   - "name"
2389   - "parent"
2390   - "throughput"
2391
2392 # VPP Performance Changes 3n-skx 2t1c pdr
2393 - type: "table"
2394   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2395   algorithm: "table_performance_comparison"
2396   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2397   history:
2398     - title: "rls1810"
2399       data: "vpp-performance-changes-3n-skx-h1"
2400   reference:
2401     title: "rls1901"
2402     data: "vpp-performance-changes-3n-skx-ref"
2403   compare:
2404     title: "rls1904"
2405     data: "vpp-performance-changes-3n-skx-cmp"
2406   data: "vpp-performance-changes-3n-skx"
2407   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2408   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2409   parameters:
2410   - "name"
2411   - "parent"
2412   - "throughput"
2413
2414 # VPP Performance Changes 3n-skx 4t2c pdr
2415 - type: "table"
2416   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2417   algorithm: "table_performance_comparison"
2418   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2419   history:
2420     - title: "rls1810"
2421       data: "vpp-performance-changes-3n-skx-h1"
2422   reference:
2423     title: "rls1901"
2424     data: "vpp-performance-changes-3n-skx-ref"
2425   compare:
2426     title: "rls1904"
2427     data: "vpp-performance-changes-3n-skx-cmp"
2428   data: "vpp-performance-changes-3n-skx"
2429   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2430   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2431   parameters:
2432   - "name"
2433   - "parent"
2434   - "throughput"
2435
2436 # VPP Performance Changes 3n-skx 2t1c ndr
2437 - type: "table"
2438   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2439   algorithm: "table_performance_comparison"
2440   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2441   history:
2442     - title: "rls1810"
2443       data: "vpp-performance-changes-3n-skx-h1"
2444   reference:
2445     title: "rls1901"
2446     data: "vpp-performance-changes-3n-skx-ref"
2447   compare:
2448     title: "rls1904"
2449     data: "vpp-performance-changes-3n-skx-cmp"
2450   data: "vpp-performance-changes-3n-skx"
2451   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2452   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2453   parameters:
2454   - "name"
2455   - "parent"
2456   - "throughput"
2457
2458 # VPP Performance Changes 3n-skx 4t2c ndr
2459 - type: "table"
2460   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2461   algorithm: "table_performance_comparison"
2462   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2463   history:
2464     - title: "rls1810"
2465       data: "vpp-performance-changes-3n-skx-h1"
2466   reference:
2467     title: "rls1901"
2468     data: "vpp-performance-changes-3n-skx-ref"
2469   compare:
2470     title: "rls1904"
2471     data: "vpp-performance-changes-3n-skx-cmp"
2472   data: "vpp-performance-changes-3n-skx"
2473   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2474   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2475   parameters:
2476   - "name"
2477   - "parent"
2478   - "throughput"
2479
2480 # VPP Performance Changes 2n-skx 2t1c pdr
2481 - type: "table"
2482   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2483   algorithm: "table_performance_comparison"
2484   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2485   history:
2486     - title: "rls1810"
2487       data: "vpp-performance-changes-2n-skx-h1"
2488   reference:
2489     title: "rls1901"
2490     data: "vpp-performance-changes-2n-skx-ref"
2491   compare:
2492     title: "rls1904"
2493     data: "vpp-performance-changes-2n-skx-cmp"
2494   data: "vpp-performance-changes-2n-skx"
2495   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2496   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2497   parameters:
2498   - "name"
2499   - "parent"
2500   - "throughput"
2501
2502 # VPP Performance Changes 2n-skx 4t2c pdr
2503 - type: "table"
2504   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2505   algorithm: "table_performance_comparison"
2506   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2507   history:
2508     - title: "rls1810"
2509       data: "vpp-performance-changes-2n-skx-h1"
2510   reference:
2511     title: "rls1901"
2512     data: "vpp-performance-changes-2n-skx-ref"
2513   compare:
2514     title: "rls1904"
2515     data: "vpp-performance-changes-2n-skx-cmp"
2516   data: "vpp-performance-changes-2n-skx"
2517   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2518   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2519   parameters:
2520   - "name"
2521   - "parent"
2522   - "throughput"
2523
2524 # VPP Performance Changes 2n-skx 2t1c ndr
2525 - type: "table"
2526   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2527   algorithm: "table_performance_comparison"
2528   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2529   history:
2530     - title: "rls1810"
2531       data: "vpp-performance-changes-2n-skx-h1"
2532   reference:
2533     title: "rls1901"
2534     data: "vpp-performance-changes-2n-skx-ref"
2535   compare:
2536     title: "rls1904"
2537     data: "vpp-performance-changes-2n-skx-cmp"
2538   data: "vpp-performance-changes-2n-skx"
2539   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2540   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2541   parameters:
2542   - "name"
2543   - "parent"
2544   - "throughput"
2545
2546 # VPP Performance Changes 2n-skx 4t2c ndr
2547 - type: "table"
2548   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2549   algorithm: "table_performance_comparison"
2550   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2551   history:
2552     - title: "rls1810"
2553       data: "vpp-performance-changes-2n-skx-h1"
2554   reference:
2555     title: "rls1901"
2556     data: "vpp-performance-changes-2n-skx-ref"
2557   compare:
2558     title: "rls1904"
2559     data: "vpp-performance-changes-2n-skx-cmp"
2560   data: "vpp-performance-changes-2n-skx"
2561   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2562   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2563   parameters:
2564   - "name"
2565   - "parent"
2566   - "throughput"
2567
2568 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2569 - type: "table"
2570   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2571   algorithm: "table_performance_comparison"
2572   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2573   reference:
2574     title: "3-Node Hsw"
2575     data: "vpp-compare-testbeds-ref"
2576   compare:
2577     title: "3-Node Skx"
2578     data: "vpp-compare-testbeds-cmp"
2579   data: "vpp-compare-testbeds"
2580   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2581   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2582   parameters:
2583   - "name"
2584   - "parent"
2585   - "throughput"
2586
2587 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2588 - type: "table"
2589   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2590   algorithm: "table_performance_comparison"
2591   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2592   reference:
2593     title: "3-Node Hsw"
2594     data: "vpp-compare-testbeds-ref"
2595   compare:
2596     title: "3-Node Skx"
2597     data: "vpp-compare-testbeds-cmp"
2598   data: "vpp-compare-testbeds"
2599   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2600   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2601   parameters:
2602   - "name"
2603   - "parent"
2604   - "throughput"
2605
2606 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2607 - type: "table"
2608   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2609   algorithm: "table_performance_comparison"
2610   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2611   reference:
2612     title: "3-Node Hsw"
2613     data: "vpp-compare-testbeds-ref"
2614   compare:
2615     title: "3-Node Skx"
2616     data: "vpp-compare-testbeds-cmp"
2617   data: "vpp-compare-testbeds"
2618   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2619   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2620   parameters:
2621   - "name"
2622   - "parent"
2623   - "throughput"
2624
2625 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2626 - type: "table"
2627   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2628   algorithm: "table_performance_comparison"
2629   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2630   reference:
2631     title: "3-Node Hsw"
2632     data: "vpp-compare-testbeds-ref"
2633   compare:
2634     title: "3-Node Skx"
2635     data: "vpp-compare-testbeds-cmp"
2636   data: "vpp-compare-testbeds"
2637   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2638   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2639   parameters:
2640   - "name"
2641   - "parent"
2642   - "throughput"
2643
2644 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2645 - type: "table"
2646   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2647   algorithm: "table_performance_comparison"
2648   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2649   reference:
2650     title: "3-Node Skx"
2651     data: "vpp-compare-topologies-ref"
2652   compare:
2653     title: "2-Node Skx"
2654     data: "vpp-compare-topologies-cmp"
2655   data: "vpp-compare-topologies"
2656   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2657   filter: "'NDRPDR' and '1C'"
2658   parameters:
2659   - "name"
2660   - "parent"
2661   - "throughput"
2662
2663 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2664 - type: "table"
2665   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2666   algorithm: "table_performance_comparison"
2667   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2668   reference:
2669     title: "3-Node Skx"
2670     data: "vpp-compare-topologies-ref"
2671   compare:
2672     title: "2-Node Skx"
2673     data: "vpp-compare-topologies-cmp"
2674   data: "vpp-compare-topologies"
2675   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2676   filter: "'NDRPDR' and '2C'"
2677   parameters:
2678   - "name"
2679   - "parent"
2680   - "throughput"
2681
2682 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2683 - type: "table"
2684   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2685   algorithm: "table_performance_comparison"
2686   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2687   reference:
2688     title: "3-Node Skx"
2689     data: "vpp-compare-topologies-ref"
2690   compare:
2691     title: "2-Node Skx"
2692     data: "vpp-compare-topologies-cmp"
2693   data: "vpp-compare-topologies"
2694   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2695   filter: "'NDRPDR' and '1C'"
2696   parameters:
2697   - "name"
2698   - "parent"
2699   - "throughput"
2700
2701 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2702 - type: "table"
2703   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2704   algorithm: "table_performance_comparison"
2705   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2706   reference:
2707     title: "3-Node Skx"
2708     data: "vpp-compare-topologies-ref"
2709   compare:
2710     title: "2-Node Skx"
2711     data: "vpp-compare-topologies-cmp"
2712   data: "vpp-compare-topologies"
2713   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2714   filter: "'NDRPDR' and '2C'"
2715   parameters:
2716   - "name"
2717   - "parent"
2718   - "throughput"
2719
2720 # VPP Performance Changes 3n-hsw 1t1c MRR
2721 - type: "table"
2722   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2723   algorithm: "table_performance_comparison"
2724   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2725   history:
2726     - title: "rls1810"
2727       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2728   reference:
2729     title: "rls1901"
2730     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2731   compare:
2732     title: "rls1904"
2733     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2734   data: "vpp-performance-changes-3n-hsw-mrr"
2735   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2736   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2737   parameters:
2738   - "name"
2739   - "parent"
2740   - "result"
2741
2742 # VPP Performance Changes 3n-hsw 2t2c MRR
2743 - type: "table"
2744   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2745   algorithm: "table_performance_comparison"
2746   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2747   history:
2748     - title: "rls1810"
2749       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2750   reference:
2751     title: "rls1901"
2752     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2753   compare:
2754     title: "rls1904"
2755     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2756   data: "vpp-performance-changes-3n-hsw-mrr"
2757   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2758   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2759   parameters:
2760   - "name"
2761   - "parent"
2762   - "result"
2763
2764 # VPP Performance Changes 3n-hsw 4t4c MRR
2765 - type: "table"
2766   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2767   algorithm: "table_performance_comparison"
2768   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2769   history:
2770     - title: "rls1810"
2771       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2772   reference:
2773     title: "rls1901"
2774     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2775   compare:
2776     title: "rls1904"
2777     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2778   data: "vpp-performance-changes-3n-hsw-mrr"
2779   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2780   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2781   parameters:
2782   - "name"
2783   - "parent"
2784   - "result"
2785
2786 # VPP Performance Changes 3n-skx 2t1c MRR
2787 - type: "table"
2788   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2789   algorithm: "table_performance_comparison"
2790   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2791   history:
2792     - title: "rls1810"
2793       data: "vpp-performance-changes-3n-skx-mrr-h1"
2794   reference:
2795     title: "rls1901"
2796     data: "vpp-performance-changes-3n-skx-mrr-ref"
2797   compare:
2798     title: "rls1904"
2799     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2800   data: "vpp-performance-changes-3n-skx-mrr"
2801   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2802   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2803   parameters:
2804   - "name"
2805   - "parent"
2806   - "result"
2807
2808 # VPP Performance Changes 3n-skx 4t2c MRR
2809 - type: "table"
2810   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2811   algorithm: "table_performance_comparison"
2812   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2813   history:
2814     - title: "rls1810"
2815       data: "vpp-performance-changes-3n-skx-mrr-h1"
2816   reference:
2817     title: "rls1901"
2818     data: "vpp-performance-changes-3n-skx-mrr-ref"
2819   compare:
2820     title: "rls1904"
2821     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2822   data: "vpp-performance-changes-3n-skx-mrr"
2823   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2824   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2825   parameters:
2826   - "name"
2827   - "parent"
2828   - "result"
2829
2830 # VPP Performance Changes 3n-skx 8t4c MRR
2831 - type: "table"
2832   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2833   algorithm: "table_performance_comparison"
2834   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2835   history:
2836     - title: "rls1810"
2837       data: "vpp-performance-changes-3n-skx-mrr-h1"
2838   reference:
2839     title: "rls1901"
2840     data: "vpp-performance-changes-3n-skx-mrr-ref"
2841   compare:
2842     title: "rls1904"
2843     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2844   data: "vpp-performance-changes-3n-skx-mrr"
2845   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2846   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2847   parameters:
2848   - "name"
2849   - "parent"
2850   - "result"
2851
2852 # VPP Performance Changes 2n-skx 2t1c MRR
2853 - type: "table"
2854   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2855   algorithm: "table_performance_comparison"
2856   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2857   history:
2858     - title: "rls1810"
2859       data: "vpp-performance-changes-2n-skx-mrr-h1"
2860   reference:
2861     title: "rls1901"
2862     data: "vpp-performance-changes-2n-skx-mrr-ref"
2863   compare:
2864     title: "rls1904"
2865     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2866   data: "vpp-performance-changes-2n-skx-mrr"
2867   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2868   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2869   parameters:
2870   - "name"
2871   - "parent"
2872   - "result"
2873
2874 # VPP Performance Changes 2n-skx 4t2c MRR
2875 - type: "table"
2876   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2877   algorithm: "table_performance_comparison"
2878   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2879   history:
2880     - title: "rls1810"
2881       data: "vpp-performance-changes-2n-skx-mrr-h1"
2882   reference:
2883     title: "rls1901"
2884     data: "vpp-performance-changes-2n-skx-mrr-ref"
2885   compare:
2886     title: "rls1904"
2887     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2888   data: "vpp-performance-changes-2n-skx-mrr"
2889   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2890   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2891   parameters:
2892   - "name"
2893   - "parent"
2894   - "result"
2895
2896 # VPP Performance Changes 2n-skx 8t4c MRR
2897 - type: "table"
2898   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2899   algorithm: "table_performance_comparison"
2900   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2901   history:
2902     - title: "rls1810"
2903       data: "vpp-performance-changes-2n-skx-mrr-h1"
2904   reference:
2905     title: "rls1901"
2906     data: "vpp-performance-changes-2n-skx-mrr-ref"
2907   compare:
2908     title: "rls1904"
2909     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2910   data: "vpp-performance-changes-2n-skx-mrr"
2911   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2912   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2913   parameters:
2914   - "name"
2915   - "parent"
2916   - "result"
2917
2918 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2919 - type: "table"
2920   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2921   algorithm: "table_performance_comparison"
2922   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2923   reference:
2924     title: "3-Node Hsw"
2925     data: "vpp-compare-testbeds-mrr-ref"
2926   compare:
2927     title: "3-Node Skx"
2928     data: "vpp-compare-testbeds-mrr-cmp"
2929   data: "vpp-compare-testbeds-mrr"
2930   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2931   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2932   parameters:
2933   - "name"
2934   - "parent"
2935   - "result"
2936
2937 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2938 - type: "table"
2939   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2940   algorithm: "table_performance_comparison"
2941   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2942   reference:
2943     title: "3-Node Hsw"
2944     data: "vpp-compare-testbeds-mrr-ref"
2945   compare:
2946     title: "3-Node Skx"
2947     data: "vpp-compare-testbeds-mrr-cmp"
2948   data: "vpp-compare-testbeds-mrr"
2949   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2950   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2951   parameters:
2952   - "name"
2953   - "parent"
2954   - "result"
2955
2956 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2957 - type: "table"
2958   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2959   algorithm: "table_performance_comparison"
2960   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2961   reference:
2962     title: "3-Node Hsw"
2963     data: "vpp-compare-testbeds-mrr-ref"
2964   compare:
2965     title: "3-Node Skx"
2966     data: "vpp-compare-testbeds-mrr-cmp"
2967   data: "vpp-compare-testbeds-mrr"
2968   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2969   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2970   parameters:
2971   - "name"
2972   - "parent"
2973   - "result"
2974
2975 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2976 - type: "table"
2977   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2978   algorithm: "table_performance_comparison"
2979   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2980   reference:
2981     title: "3-Node Skx"
2982     data: "vpp-compare-topologies-mrr-ref"
2983   compare:
2984     title: "2-Node Skx"
2985     data: "vpp-compare-topologies-mrr-cmp"
2986   data: "vpp-compare-topologies-mrr"
2987   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2988   filter: "'MRR' and '1C'"
2989   parameters:
2990   - "name"
2991   - "parent"
2992   - "result"
2993
2994 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2995 - type: "table"
2996   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2997   algorithm: "table_performance_comparison"
2998   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2999   reference:
3000     title: "3-Node Skx"
3001     data: "vpp-compare-topologies-mrr-ref"
3002   compare:
3003     title: "2-Node Skx"
3004     data: "vpp-compare-topologies-mrr-cmp"
3005   data: "vpp-compare-topologies-mrr"
3006   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3007   filter: "'MRR' and '2C'"
3008   parameters:
3009   - "name"
3010   - "parent"
3011   - "result"
3012
3013 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3014 - type: "table"
3015   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3016   algorithm: "table_performance_comparison"
3017   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3018   reference:
3019     title: "3-Node Skx"
3020     data: "vpp-compare-topologies-mrr-ref"
3021   compare:
3022     title: "2-Node Skx"
3023     data: "vpp-compare-topologies-mrr-cmp"
3024   data: "vpp-compare-topologies-mrr"
3025   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3026   filter: "'MRR' and '4C'"
3027   parameters:
3028   - "name"
3029   - "parent"
3030   - "result"
3031
3032 # Detailed Test Results - VPP Performance Results 3n-hsw
3033 - type: "table"
3034   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3035   algorithm: "table_merged_details"
3036   output-file-ext: ".csv"
3037   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3038   columns:
3039   - title: "Name"
3040     data: "data name"
3041   - title: "Status"
3042     data: "data msg"
3043   rows: "generated"
3044   data: "vpp-perf-results-3n-hsw"
3045   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3046   parameters:
3047   - "name"
3048   - "parent"
3049   - "msg"
3050
3051 # Detailed Test Results - VPP Performance Results 3n-skx
3052 - type: "table"
3053   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3054   algorithm: "table_merged_details"
3055   output-file-ext: ".csv"
3056   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3057   columns:
3058   - title: "Name"
3059     data: "data name"
3060   - title: "Status"
3061     data: "data msg"
3062   rows: "generated"
3063   data: "vpp-perf-results-3n-skx"
3064   filter: "not 'CFS_OPT'"
3065   parameters:
3066   - "name"
3067   - "parent"
3068   - "msg"
3069
3070 # Detailed Test Results - VPP Performance Results 2n-skx
3071 - type: "table"
3072   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3073   algorithm: "table_merged_details"
3074   output-file-ext: ".csv"
3075   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3076   columns:
3077   - title: "Name"
3078     data: "data name"
3079   - title: "Status"
3080     data: "data msg"
3081   rows: "generated"
3082   data: "vpp-perf-results-2n-skx"
3083   filter: "not 'CFS_OPT'"
3084   parameters:
3085   - "name"
3086   - "parent"
3087   - "msg"
3088
3089 ## Detailed Test Results - VPP Performance Results 2n-dnv
3090 #- type: "table"
3091 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3092 #  algorithm: "table_details"
3093 #  output-file-ext: ".csv"
3094 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3095 #  columns:
3096 #  - title: "Name"
3097 #    data: "data name"
3098 #  - title: "Status"
3099 #    data: "data msg"
3100 #  rows: "generated"
3101 #  data: "intel-dnv-vpp"
3102 #  filter: "'NDRPDR'"
3103 #  parameters:
3104 #  - "name"
3105 #  - "parent"
3106 #  - "msg"
3107
3108 # Test configuration - VPP Performance Test Configs 3n-hsw
3109 - type: "table"
3110   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3111   algorithm: "table_merged_details"
3112   output-file-ext: ".csv"
3113   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3114   columns:
3115   - title: "Name"
3116     data: "data name"
3117   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3118     data: "data conf-history"
3119   rows: "generated"
3120   data: "vpp-perf-results-3n-hsw"
3121   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3122   parameters:
3123   - "parent"
3124   - "name"
3125   - "conf-history"
3126
3127 # Test configuration - VPP Performance Test Configs 3n-skx
3128 - type: "table"
3129   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3130   algorithm: "table_merged_details"
3131   output-file-ext: ".csv"
3132   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3133   columns:
3134   - title: "Name"
3135     data: "data name"
3136   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3137     data: "data conf-history"
3138   rows: "generated"
3139   data: "vpp-perf-results-3n-skx"
3140   filter: "not 'CFS_OPT'"
3141   parameters:
3142   - "parent"
3143   - "name"
3144   - "conf-history"
3145
3146 # Test configuration - VPP Performance Test Configs 2n-skx
3147 - type: "table"
3148   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3149   algorithm: "table_merged_details"
3150   output-file-ext: ".csv"
3151   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3152   columns:
3153   - title: "Name"
3154     data: "data name"
3155   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3156     data: "data conf-history"
3157   rows: "generated"
3158   data: "vpp-perf-results-2n-skx"
3159   filter: "not 'CFS_OPT'"
3160   parameters:
3161   - "parent"
3162   - "name"
3163   - "conf-history"
3164
3165 ## Test configuration - VPP Performance Test Configs 2n-dnv
3166 #- type: "table"
3167 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3168 #  algorithm: "table_details"
3169 #  output-file-ext: ".csv"
3170 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3171 #  columns:
3172 #  - title: "Name"
3173 #    data: "data name"
3174 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3175 #    data: "data conf-history"
3176 #  rows: "generated"
3177 #  data: "intel-dnv-vpp"
3178 #  filter: "'NDRPDR'"
3179 #  parameters:
3180 #  - "parent"
3181 #  - "name"
3182 #  - "conf-history"
3183
3184 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3185 - type: "table"
3186   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3187   algorithm: "table_merged_details"
3188   output-file-ext: ".csv"
3189   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3190   columns:
3191   - title: "Name"
3192     data: "data name"
3193   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3194     data: "data show-run"
3195   rows: "generated"
3196   data: "vpp-perf-results-3n-hsw"
3197   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3198   parameters:
3199   - "parent"
3200   - "name"
3201   - "show-run"
3202
3203 # Test Operational Data - VPP Performance Operational Data 3n-skx
3204 - type: "table"
3205   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3206   algorithm: "table_merged_details"
3207   output-file-ext: ".csv"
3208   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3209   columns:
3210   - title: "Name"
3211     data: "data name"
3212   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3213     data: "data show-run"
3214   rows: "generated"
3215   data: "vpp-perf-results-3n-skx"
3216   filter: "not 'CFS_OPT'"
3217   parameters:
3218   - "parent"
3219   - "name"
3220   - "show-run"
3221
3222 # Test Operational Data - VPP Performance Operational Data 2n-skx
3223 - type: "table"
3224   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3225   algorithm: "table_merged_details"
3226   output-file-ext: ".csv"
3227   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3228   columns:
3229   - title: "Name"
3230     data: "data name"
3231   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3232     data: "data show-run"
3233   rows: "generated"
3234   data: "vpp-perf-results-2n-skx"
3235   filter: "not 'CFS_OPT'"
3236   parameters:
3237   - "parent"
3238   - "name"
3239   - "show-run"
3240
3241 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
3242 #- type: "table"
3243 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3244 #  algorithm: "table_details"
3245 #  output-file-ext: ".csv"
3246 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3247 #  columns:
3248 #  - title: "Name"
3249 #    data: "data name"
3250 #  - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3251 #    data: "data show-run"
3252 #  rows: "generated"
3253 #  data: "intel-dnv-vpp"
3254 #  filter: "'NDRPDR'"
3255 #  parameters:
3256 #  - "parent"
3257 #  - "name"
3258 #  - "show-run"
3259
3260 # Detailed Test Results - VPP MRR Results 3n-hsw
3261 - type: "table"
3262   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3263   algorithm: "table_details"
3264   output-file-ext: ".csv"
3265   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3266   columns:
3267   - title: "Name"
3268     data: "data name"
3269   - title: "Status"
3270     data: "data msg"
3271   rows: "generated"
3272   data: "vpp-mrr-results-3n-hsw"
3273   filter: "'MRR'"
3274   parameters:
3275   - "name"
3276   - "parent"
3277   - "msg"
3278
3279 # Detailed Test Results - VPP MRR Results 3n-skx
3280 - type: "table"
3281   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3282   algorithm: "table_details"
3283   output-file-ext: ".csv"
3284   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3285   columns:
3286   - title: "Name"
3287     data: "data name"
3288   - title: "Status"
3289     data: "data msg"
3290   rows: "generated"
3291   data: "vpp-mrr-results-3n-skx"
3292   filter: "'MRR'"
3293   parameters:
3294   - "name"
3295   - "parent"
3296   - "msg"
3297
3298 # Detailed Test Results - VPP MRR Results 2n-skx
3299 - type: "table"
3300   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3301   algorithm: "table_details"
3302   output-file-ext: ".csv"
3303   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3304   columns:
3305   - title: "Name"
3306     data: "data name"
3307   - title: "Status"
3308     data: "data msg"
3309   rows: "generated"
3310   data: "vpp-mrr-results-2n-skx"
3311   filter: "'MRR'"
3312   parameters:
3313   - "name"
3314   - "parent"
3315   - "msg"
3316
3317 ## Detailed Test Results - VPP MRR Results 2n-dnv
3318 #- type: "table"
3319 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3320 #  algorithm: "table_details"
3321 #  output-file-ext: ".csv"
3322 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3323 #  columns:
3324 #  - title: "Name"
3325 #    data: "data name"
3326 #  - title: "Status"
3327 #    data: "data msg"
3328 #  rows: "generated"
3329 #  data: "intel-dnv-vpp"
3330 #  filter: "'MRR'"
3331 #  parameters:
3332 #  - "name"
3333 #  - "parent"
3334 #  - "msg"
3335
3336 # Test configuration - VPP MRR Test Configs 3n-hsw
3337 - type: "table"
3338   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3339   algorithm: "table_details"
3340   output-file-ext: ".csv"
3341   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3342   columns:
3343   - title: "Name"
3344     data: "data name"
3345   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3346     data: "data conf-history"
3347   rows: "generated"
3348   data: "vpp-mrr-results-3n-hsw"
3349   filter: "'MRR'"
3350   parameters:
3351   - "parent"
3352   - "name"
3353   - "conf-history"
3354
3355 # Test configuration - VPP MRR Test Configs 3n-skx
3356 - type: "table"
3357   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3358   algorithm: "table_details"
3359   output-file-ext: ".csv"
3360   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3361   columns:
3362   - title: "Name"
3363     data: "data name"
3364   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3365     data: "data conf-history"
3366   rows: "generated"
3367   data: "vpp-mrr-results-3n-skx"
3368   filter: "'MRR'"
3369   parameters:
3370   - "parent"
3371   - "name"
3372   - "conf-history"
3373
3374 # Test configuration - VPP MRR Test Configs 2n-skx
3375 - type: "table"
3376   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3377   algorithm: "table_details"
3378   output-file-ext: ".csv"
3379   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3380   columns:
3381   - title: "Name"
3382     data: "data name"
3383   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3384     data: "data conf-history"
3385   rows: "generated"
3386   data: "vpp-mrr-results-2n-skx"
3387   filter: "'MRR'"
3388   parameters:
3389   - "parent"
3390   - "name"
3391   - "conf-history"
3392
3393 ## Test configuration - VPP MRR Test Configs 2n-dnv
3394 #- type: "table"
3395 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3396 #  algorithm: "table_details"
3397 #  output-file-ext: ".csv"
3398 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3399 #  columns:
3400 #  - title: "Name"
3401 #    data: "data name"
3402 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3403 #    data: "data conf-history"
3404 #  rows: "generated"
3405 #  data: "intel-dnv-vpp"
3406 #  filter: "'MRR'"
3407 #  parameters:
3408 #  - "parent"
3409 #  - "name"
3410 #  - "conf-history"
3411
3412 # Detailed Test Results - VPP Functional Results - Ubuntu
3413 - type: "table"
3414   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3415   algorithm: "table_details"
3416   output-file-ext: ".csv"
3417   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3418   columns:
3419   - title: "Name"
3420     data: "data name"
3421   - title: "Documentation"
3422     data: "data doc"
3423   - title: "Status"
3424     data: "data status"
3425   rows: "generated"
3426   data: "vpp-func-results-ubuntu"
3427   filter: "all"
3428   parameters:
3429   - "name"
3430   - "parent"
3431   - "doc"
3432   - "status"
3433
3434 # Detailed Test Results - VPP Functional Results - CentOS
3435 - type: "table"
3436   title: "Detailed Test Results - VPP Functional Results - CentOS"
3437   algorithm: "table_details"
3438   output-file-ext: ".csv"
3439   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3440   columns:
3441   - title: "Name"
3442     data: "data name"
3443   - title: "Documentation"
3444     data: "data doc"
3445   -
3446     title: "Status"
3447     data: "data status"
3448   rows: "generated"
3449   data:
3450     "vpp-func-results-centos"
3451   filter: "all"
3452   parameters:
3453   - "name"
3454   - "parent"
3455   - "doc"
3456   - "status"
3457
3458 # Test configuration - VPP Functional Test Configs - Ubuntu
3459 - type: "table"
3460   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3461   algorithm: "table_details"
3462   output-file-ext: ".csv"
3463   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3464   columns:
3465   - title: "Name"
3466     data: "data name"
3467   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3468     data: "data conf-history"
3469   rows: "generated"
3470   data: "vpp-func-results-ubuntu"
3471   filter: "all"
3472   parameters:
3473   - "parent"
3474   - "name"
3475   - "conf-history"
3476
3477 # Test configuration - VPP Functional Test Configs - CentOS
3478 - type: "table"
3479   title: "Test configuration - VPP Functional Test Configs - CentOS"
3480   algorithm: "table_details"
3481   output-file-ext: ".csv"
3482   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3483   columns:
3484   - title: "Name"
3485     data: "data name"
3486   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3487     data: "data conf-history"
3488   rows: "generated"
3489   data: "vpp-func-results-centos"
3490   filter: "all"
3491   parameters:
3492   - "parent"
3493   - "name"
3494   - "conf-history"
3495
3496 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3497 #- type: "table"
3498 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3499 #  algorithm: "table_details"
3500 #  output-file-ext: ".csv"
3501 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3502 #  columns:
3503 #  - title: "Name"
3504 #    data: "data name"
3505 #  - title: "Status"
3506 #    data: "data msg"
3507 #  rows: "generated"
3508 #  data: "ligato-perf-results-3n-hsw"
3509 #  filter: "all"
3510 #  parameters:
3511 #  - "name"
3512 #  - "parent"
3513 #  - "msg"
3514
3515 # Detailed Test Results - VPP Device Results - Ubuntu
3516 - type: "table"
3517   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3518   algorithm: "table_details"
3519   output-file-ext: ".csv"
3520   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3521   columns:
3522   - title: "Name"
3523     data: "data name"
3524   - title: "Documentation"
3525     data: "data doc"
3526   - title: "Status"
3527     data: "data status"
3528   rows: "generated"
3529   data: "vpp-device-results-ubuntu"
3530   filter: "all"
3531   parameters:
3532   - "name"
3533   - "parent"
3534   - "doc"
3535   - "status"
3536
3537 # Test configuration - VPP Device Test Configs - Ubuntu
3538 - type: "table"
3539   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3540   algorithm: "table_details"
3541   output-file-ext: ".csv"
3542   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3543   columns:
3544   - title: "Name"
3545     data: "data name"
3546   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3547     data: "data conf-history"
3548   rows: "generated"
3549   data: "vpp-device-results-ubuntu"
3550   filter: "all"
3551   parameters:
3552   - "parent"
3553   - "name"
3554   - "conf-history"
3555
3556 ################################################################################
3557
3558 # DPDK Performance Changes 3n-hsw 1t1c pdr
3559 - type: "table"
3560   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3561   algorithm: "table_performance_comparison"
3562   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3563   history:
3564     - title: "rls1810"
3565       data: "dpdk-performance-changes-3n-hsw-h1"
3566   reference:
3567     title: "rls1901"
3568     data: "dpdk-performance-changes-3n-hsw-ref"
3569   compare:
3570     title: "rls1904"
3571     data: "dpdk-performance-changes-3n-hsw-cmp"
3572   data: "dpdk-performance-changes-3n-hsw"
3573   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3574   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3575   parameters:
3576   - "name"
3577   - "parent"
3578   - "throughput"
3579
3580 # DPDK Performance Changes 3n-hsw 2t2c pdr
3581 - type: "table"
3582   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3583   algorithm: "table_performance_comparison"
3584   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3585   history:
3586     - title: "rls1810"
3587       data: "dpdk-performance-changes-3n-hsw-h1"
3588   reference:
3589     title: "rls1901"
3590     data: "dpdk-performance-changes-3n-hsw-ref"
3591   compare:
3592     title: "rls1904"
3593     data: "dpdk-performance-changes-3n-hsw-cmp"
3594   data: "dpdk-performance-changes-3n-hsw"
3595   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3596   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3597   parameters:
3598   - "name"
3599   - "parent"
3600   - "throughput"
3601
3602 # DPDK Performance Changes 3n-hsw 1t1c ndr
3603 - type: "table"
3604   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3605   algorithm: "table_performance_comparison"
3606   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3607   history:
3608     - title: "rls1810"
3609       data: "dpdk-performance-changes-3n-hsw-h1"
3610   reference:
3611     title: "rls1901"
3612     data: "dpdk-performance-changes-3n-hsw-ref"
3613   compare:
3614     title: "rls1904"
3615     data: "dpdk-performance-changes-3n-hsw-cmp"
3616   data: "dpdk-performance-changes-3n-hsw"
3617   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3618   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3619   parameters:
3620   - "name"
3621   - "parent"
3622   - "throughput"
3623
3624 # DPDK Performance Changes 3n-hsw 2t2c ndr
3625 - type: "table"
3626   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3627   algorithm: "table_performance_comparison"
3628   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3629   history:
3630     - title: "rls1810"
3631       data: "dpdk-performance-changes-3n-hsw-h1"
3632   reference:
3633     title: "rls1901"
3634     data: "dpdk-performance-changes-3n-hsw-ref"
3635   compare:
3636     title: "rls1904"
3637     data: "dpdk-performance-changes-3n-hsw-cmp"
3638   data: "dpdk-performance-changes-3n-hsw"
3639   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3640   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3641   parameters:
3642   - "name"
3643   - "parent"
3644   - "throughput"
3645
3646 # DPDK Performance Changes 3n-skx 2t1c pdr
3647 - type: "table"
3648   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3649   algorithm: "table_performance_comparison"
3650   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3651   history:
3652     - title: "rls1810"
3653       data: "dpdk-performance-changes-3n-skx-h1"
3654   reference:
3655     title: "rls1901"
3656     data: "dpdk-performance-changes-3n-skx-ref"
3657   compare:
3658     title: "rls1904"
3659     data: "dpdk-performance-changes-3n-skx-cmp"
3660   data: "dpdk-performance-changes-3n-skx"
3661   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3662   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3663   parameters:
3664   - "name"
3665   - "parent"
3666   - "throughput"
3667
3668 # DPDK Performance Changes 3n-skx 4t2c pdr
3669 - type: "table"
3670   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3671   algorithm: "table_performance_comparison"
3672   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3673   history:
3674     - title: "rls1810"
3675       data: "dpdk-performance-changes-3n-skx-h1"
3676   reference:
3677     title: "rls1901"
3678     data: "dpdk-performance-changes-3n-skx-ref"
3679   compare:
3680     title: "rls1904"
3681     data: "dpdk-performance-changes-3n-skx-cmp"
3682   data: "dpdk-performance-changes-3n-skx"
3683   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3684   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3685   parameters:
3686   - "name"
3687   - "parent"
3688   - "throughput"
3689
3690 # DPDK Performance Changes 3n-skx 2t1c ndr
3691 - type: "table"
3692   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3693   algorithm: "table_performance_comparison"
3694   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3695   history:
3696     - title: "rls1810"
3697       data: "dpdk-performance-changes-3n-skx-h1"
3698   reference:
3699     title: "rls1901"
3700     data: "dpdk-performance-changes-3n-skx-ref"
3701   compare:
3702     title: "rls1904"
3703     data: "dpdk-performance-changes-3n-skx-cmp"
3704   data: "dpdk-performance-changes-3n-skx"
3705   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3706   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3707   parameters:
3708   - "name"
3709   - "parent"
3710   - "throughput"
3711
3712 # DPDK Performance Changes 3n-skx 4t2c ndr
3713 - type: "table"
3714   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3715   algorithm: "table_performance_comparison"
3716   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3717   history:
3718     - title: "rls1810"
3719       data: "dpdk-performance-changes-3n-skx-h1"
3720   reference:
3721     title: "rls1901"
3722     data: "dpdk-performance-changes-3n-skx-ref"
3723   compare:
3724     title: "rls1904"
3725     data: "dpdk-performance-changes-3n-skx-cmp"
3726   data: "dpdk-performance-changes-3n-skx"
3727   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3728   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3729   parameters:
3730   - "name"
3731   - "parent"
3732   - "throughput"
3733
3734 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3735 - type: "table"
3736   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3737   algorithm: "table_performance_comparison"
3738   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3739   reference:
3740     title: "3-Node Hsw"
3741     data: "dpdk-compare-testbeds-ref"
3742   compare:
3743     title: "3-Node Skx"
3744     data: "dpdk-compare-testbeds-cmp"
3745   data: "dpdk-compare-testbeds"
3746   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3747   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3748   parameters:
3749   - "name"
3750   - "parent"
3751   - "throughput"
3752
3753 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3754 - type: "table"
3755   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3756   algorithm: "table_performance_comparison"
3757   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3758   reference:
3759     title: "3-Node Hsw"
3760     data: "dpdk-compare-testbeds-ref"
3761   compare:
3762     title: "3-Node Skx"
3763     data: "dpdk-compare-testbeds-cmp"
3764   data: "dpdk-compare-testbeds"
3765   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3766   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3767   parameters:
3768   - "name"
3769   - "parent"
3770   - "throughput"
3771
3772 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3773 - type: "table"
3774   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3775   algorithm: "table_performance_comparison"
3776   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3777   reference:
3778     title: "3-Node Skx"
3779     data: "dpdk-compare-topologies-ref"
3780   compare:
3781     title: "2-Node Skx"
3782     data: "dpdk-compare-topologies-cmp"
3783   data: "dpdk-compare-topologies"
3784   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3785   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3786   parameters:
3787   - "name"
3788   - "parent"
3789   - "throughput"
3790
3791 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3792 - type: "table"
3793   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3794   algorithm: "table_performance_comparison"
3795   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3796   reference:
3797     title: "3-Node Skx"
3798     data: "dpdk-compare-topologies-ref"
3799   compare:
3800     title: "2-Node Skx"
3801     data: "dpdk-compare-topologies-cmp"
3802   data: "dpdk-compare-topologies"
3803   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3804   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3805   parameters:
3806   - "name"
3807   - "parent"
3808   - "throughput"
3809
3810 # DPDK Performance Changes 2n-skx 2t1c pdr
3811 - type: "table"
3812   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3813   algorithm: "table_performance_comparison"
3814   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3815   history:
3816     - title: "rls1810"
3817       data: "dpdk-performance-changes-2n-skx-h1"
3818   reference:
3819     title: "rls1901"
3820     data: "dpdk-performance-changes-2n-skx-ref"
3821   compare:
3822     title: "rls1904"
3823     data: "dpdk-performance-changes-2n-skx-cmp"
3824   data: "dpdk-performance-changes-2n-skx"
3825   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3826   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3827   parameters:
3828   - "name"
3829   - "parent"
3830   - "throughput"
3831
3832 # DPDK Performance Changes 2n-skx 4t2c pdr
3833 - type: "table"
3834   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3835   algorithm: "table_performance_comparison"
3836   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3837   history:
3838     - title: "rls1810"
3839       data: "dpdk-performance-changes-2n-skx-h1"
3840   reference:
3841     title: "rls1901"
3842     data: "dpdk-performance-changes-2n-skx-ref"
3843   compare:
3844     title: "rls1904"
3845     data: "dpdk-performance-changes-2n-skx-cmp"
3846   data: "dpdk-performance-changes-2n-skx"
3847   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3848   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3849   parameters:
3850   - "name"
3851   - "parent"
3852   - "throughput"
3853
3854 # DPDK Performance Changes 2n-skx 2t1c ndr
3855 - type: "table"
3856   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3857   algorithm: "table_performance_comparison"
3858   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3859   history:
3860     - title: "rls1810"
3861       data: "dpdk-performance-changes-2n-skx-h1"
3862   reference:
3863     title: "rls1901"
3864     data: "dpdk-performance-changes-2n-skx-ref"
3865   compare:
3866     title: "rls1904"
3867     data: "dpdk-performance-changes-2n-skx-cmp"
3868   data: "dpdk-performance-changes-2n-skx"
3869   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3870   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3871   parameters:
3872   - "name"
3873   - "parent"
3874   - "throughput"
3875
3876 # DPDK Performance Changes 2n-skx 4t2c ndr
3877 - type: "table"
3878   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3879   algorithm: "table_performance_comparison"
3880   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3881   history:
3882     - title: "rls1810"
3883       data: "dpdk-performance-changes-2n-skx-h1"
3884   reference:
3885     title: "rls1901"
3886     data: "dpdk-performance-changes-2n-skx-ref"
3887   compare:
3888     title: "rls1904"
3889     data: "dpdk-performance-changes-2n-skx-cmp"
3890   data: "dpdk-performance-changes-2n-skx"
3891   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3892   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3893   parameters:
3894   - "name"
3895   - "parent"
3896   - "throughput"
3897
3898 # Detailed Test Results - DPDK Performance Results 3n-hsw
3899 - type: "table"
3900   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3901   algorithm: "table_details"
3902   output-file-ext: ".csv"
3903   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3904   columns:
3905   - title: "Name"
3906     data: "data name"
3907   - title: "Status"
3908     data: "data msg"
3909   rows: "generated"
3910   data: "dpdk-perf-results-3n-hsw"
3911   filter: "all"
3912   parameters:
3913   - "name"
3914   - "parent"
3915   - "msg"
3916
3917 # Detailed Test Results - DPDK Performance Results 3n-skx
3918 - type: "table"
3919   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3920   algorithm: "table_details"
3921   output-file-ext: ".csv"
3922   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3923   columns:
3924   - title: "Name"
3925     data: "data name"
3926   - title: "Status"
3927     data: "data msg"
3928   rows: "generated"
3929   data: "dpdk-perf-results-3n-skx"
3930   filter: "all"
3931   parameters:
3932   - "name"
3933   - "parent"
3934   - "msg"
3935
3936 # Detailed Test Results - DPDK Performance Results 2n-skx
3937 - type: "table"
3938   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3939   algorithm: "table_details"
3940   output-file-ext: ".csv"
3941   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3942   columns:
3943   - title: "Name"
3944     data: "data name"
3945   - title: "Status"
3946     data: "data msg"
3947   rows: "generated"
3948   data: "dpdk-perf-results-2n-skx"
3949   filter: "all"
3950   parameters:
3951   - "name"
3952   - "parent"
3953   - "msg"
3954
3955 ################################################################################
3956 # HoneyComb
3957 - type: "table"
3958   title: "Detailed Test Results - Honeycomb Functional Results"
3959   algorithm: "table_details"
3960   output-file-ext: ".csv"
3961   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3962   columns:
3963   - title: "Name"
3964     data: "data name"
3965   - title: "Documentation"
3966     data: "data doc"
3967   - title: "Status"
3968     data: "data status"
3969   rows: "generated"
3970   data:
3971     "hc-func-results"
3972   filter: "all"
3973   parameters:
3974   - "name"
3975   - "parent"
3976   - "doc"
3977   - "status"
3978
3979 ################################################################################
3980 # NSH SFC
3981 #-
3982 #  type: "table"
3983 #  title: "Detailed Test Results - NSH SFC Functional Results"
3984 #  algorithm: "table_details"
3985 #  output-file-ext: ".csv"
3986 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3987 #  columns:
3988 #  -
3989 #    title: "Name"
3990 #    data: "data name"
3991 #  -
3992 #    title: "Documentation"
3993 #    data: "data doc"
3994 #  -
3995 #    title: "Status"
3996 #    data: "data status"
3997 #  rows: "generated"
3998 #  data:
3999 #    "nsh-func-results"
4000 #  filter: "all"
4001 #  parameters:
4002 #  - "name"
4003 #  - "parent"
4004 #  - "doc"
4005 #  - "status"
4006
4007 ################################################################################
4008 # DMM
4009 - type: "table"
4010   title: "Detailed Test Results - DMM Functional Results"
4011   algorithm: "table_details"
4012   output-file-ext: ".csv"
4013   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4014   columns:
4015   - title: "Name"
4016     data: "data name"
4017   - title: "Documentation"
4018     data: "data doc"
4019   - title: "Status"
4020     data: "data status"
4021   rows: "generated"
4022   data:
4023     "dmm-func-results"
4024   filter: "all"
4025   parameters:
4026   - "name"
4027   - "parent"
4028   - "doc"
4029   - "status"
4030
4031 ################################################################################
4032 ###                                F I L E S                                 ###
4033 ################################################################################
4034
4035 # VPP Performance Results 3n-hsw
4036 - type: "file"
4037   title: "VPP Performance Results 3n-hsw"
4038   algorithm: "file_test_results"
4039   output-file-ext: ".rst"
4040   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4041   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"
4042   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
4043   data: "vpp-perf-results-3n-hsw"
4044   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4045   parameters:
4046   - "name"
4047   - "doc"
4048   - "level"
4049   - "parent"
4050   data-start-level: 3
4051
4052 # VPP Performance Results 3n-skx
4053 - type: "file"
4054   title: "VPP Performance Results 3n-skx"
4055   algorithm: "file_test_results"
4056   output-file-ext: ".rst"
4057   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4058   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"
4059   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4060   data: "vpp-perf-results-3n-skx"
4061   filter: "not 'CFS_OPT'"
4062   parameters:
4063   - "name"
4064   - "doc"
4065   - "level"
4066   - "parent"
4067   data-start-level: 3
4068
4069 # VPP Performance Results 2n-skx
4070 - type: "file"
4071   title: "VPP Performance Results 2n-skx"
4072   algorithm: "file_test_results"
4073   output-file-ext: ".rst"
4074   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4075   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"
4076   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4077   data: "vpp-perf-results-2n-skx"
4078   filter: "not 'CFS_OPT'"
4079   parameters:
4080   - "name"
4081   - "doc"
4082   - "level"
4083   - "parent"
4084   data-start-level: 3
4085
4086 ## VPP Performance Results 2n-dnv
4087 #- type: "file"
4088 #  title: "VPP Performance Results 2n-dnv"
4089 #  algorithm: "file_test_results"
4090 #  output-file-ext: ".rst"
4091 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4092 #  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"
4093 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4094 #  data: "intel-dnv-vpp"
4095 #  filter: "'NDRPDR'"
4096 #  parameters:
4097 #  - "name"
4098 #  - "doc"
4099 #  - "level"
4100 #  - "parent"
4101 #  data-start-level: 3
4102
4103 # VPP Performance Configuration 3n-hsw
4104 - type: "file"
4105   title: "VPP Performance Configuration 3n-hsw"
4106   algorithm: "file_test_results"
4107   output-file-ext: ".rst"
4108   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4109   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"
4110   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4111   data: "vpp-perf-results-3n-hsw"
4112   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4113   parameters:
4114   - "name"
4115   - "doc"
4116   - "level"
4117   - "parent"
4118   data-start-level: 3
4119
4120 # VPP Performance Configuration 3n-skx
4121 - type: "file"
4122   title: "VPP Performance Configuration 3n-skx"
4123   algorithm: "file_test_results"
4124   output-file-ext: ".rst"
4125   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4126   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"
4127   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4128   data: "vpp-perf-results-3n-skx"
4129   filter: "not 'CFS_OPT'"
4130   parameters:
4131   - "name"
4132   - "doc"
4133   - "level"
4134   - "parent"
4135   data-start-level: 3
4136
4137 # VPP Performance Configuration 2n-skx
4138 - type: "file"
4139   title: "VPP Performance Configuration 2n-skx"
4140   algorithm: "file_test_results"
4141   output-file-ext: ".rst"
4142   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4143   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"
4144   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4145   data: "vpp-perf-results-2n-skx"
4146   filter: "not 'CFS_OPT'"
4147   parameters:
4148   - "name"
4149   - "doc"
4150   - "level"
4151   - "parent"
4152   data-start-level: 3
4153
4154 ## VPP Performance Configuration 2n-dnv
4155 #- type: "file"
4156 #  title: "VPP Performance Configuration 2n-dnv"
4157 #  algorithm: "file_test_results"
4158 #  output-file-ext: ".rst"
4159 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4160 #  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"
4161 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4162 #  data: "intel-dnv-vpp"
4163 #  filter: "'NDRPDR'"
4164 #  parameters:
4165 #  - "name"
4166 #  - "doc"
4167 #  - "level"
4168 #  - "parent"
4169 #  data-start-level: 3
4170
4171 # VPP Performance Operational Data 3n-hsw
4172 - type: "file"
4173   title: "VPP Performance Operational Data 3n-hsw"
4174   algorithm: "file_test_results"
4175   output-file-ext: ".rst"
4176   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4177   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"
4178   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4179   data: "vpp-perf-results-3n-hsw"
4180   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4181   parameters:
4182   - "name"
4183   - "doc"
4184   - "level"
4185   - "parent"
4186   data-start-level: 3
4187
4188 # VPP Performance Operational Data 3n-skx
4189 - type: "file"
4190   title: "VPP Performance Operational Data 3n-skx"
4191   algorithm: "file_test_results"
4192   output-file-ext: ".rst"
4193   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4194   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"
4195   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4196   data: "vpp-perf-results-3n-skx"
4197   filter: "not 'CFS_OPT'"
4198   parameters:
4199   - "name"
4200   - "doc"
4201   - "level"
4202   - "parent"
4203   data-start-level: 3
4204
4205 # VPP Performance Operational Data 2n-skx
4206 - type: "file"
4207   title: "VPP Performance Operational Data 2n-skx"
4208   algorithm: "file_test_results"
4209   output-file-ext: ".rst"
4210   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4211   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"
4212   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4213   data: "vpp-perf-results-2n-skx"
4214   filter: "not 'CFS_OPT'"
4215   parameters:
4216   - "name"
4217   - "doc"
4218   - "level"
4219   - "parent"
4220   data-start-level: 3
4221
4222 ## VPP Performance Operational Data 2n-dnv
4223 #- type: "file"
4224 #  title: "VPP Performance Operational Data 2n-dnv"
4225 #  algorithm: "file_test_results"
4226 #  output-file-ext: ".rst"
4227 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4228 #  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"
4229 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4230 #  data: "intel-dnv-vpp"
4231 #  filter: "'NDRPDR'"
4232 #  parameters:
4233 #  - "name"
4234 #  - "doc"
4235 #  - "level"
4236 #  - "parent"
4237 #  data-start-level: 3
4238
4239 # VPP MRR Results 3n-hsw
4240 - type: "file"
4241   title: "VPP MRR Results 3n-hsw"
4242   algorithm: "file_test_results"
4243   output-file-ext: ".rst"
4244   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4245   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"
4246   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4247   data: "vpp-mrr-results-3n-hsw"
4248   filter: "'MRR'"
4249   parameters:
4250   - "name"
4251   - "doc"
4252   - "level"
4253   - "parent"
4254   data-start-level: 3
4255
4256 # VPP MRR Results 3n-skx
4257 - type: "file"
4258   title: "VPP MRR Results 3n-skx"
4259   algorithm: "file_test_results"
4260   output-file-ext: ".rst"
4261   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4262   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"
4263   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4264   data: "vpp-mrr-results-3n-skx"
4265   filter: "'MRR'"
4266   parameters:
4267   - "name"
4268   - "doc"
4269   - "level"
4270   - "parent"
4271   data-start-level: 3
4272
4273 # VPP MRR Results 2n-skx
4274 - type: "file"
4275   title: "VPP MRR Results 2n-skx"
4276   algorithm: "file_test_results"
4277   output-file-ext: ".rst"
4278   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4279   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"
4280   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4281   data: "vpp-mrr-results-2n-skx"
4282   filter: "all"
4283   parameters:
4284   - "name"
4285   - "doc"
4286   - "level"
4287   - "parent"
4288   data-start-level: 3
4289
4290 ## VPP MRR Results 2n-dnv
4291 #- type: "file"
4292 #  title: "VPP MRR Results 2n-dnv"
4293 #  algorithm: "file_test_results"
4294 #  output-file-ext: ".rst"
4295 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4296 #  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"
4297 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4298 #  data: "intel-dnv-vpp"
4299 #  filter: "'MRR'"
4300 #  parameters:
4301 #  - "name"
4302 #  - "doc"
4303 #  - "level"
4304 #  - "parent"
4305 #  data-start-level: 3
4306
4307 # VPP MRR Configuration 3n-hsw
4308 - type: "file"
4309   title: "VPP MRR Configuration 3n-hsw"
4310   algorithm: "file_test_results"
4311   output-file-ext: ".rst"
4312   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4313   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"
4314   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4315   data: "vpp-mrr-results-3n-hsw"
4316   filter: "'MRR'"
4317   parameters:
4318   - "name"
4319   - "doc"
4320   - "level"
4321   - "parent"
4322   data-start-level: 3
4323
4324 # VPP MRR Configuration 3n-skx
4325 - type: "file"
4326   title: "VPP MRR Configuration 3n-skx"
4327   algorithm: "file_test_results"
4328   output-file-ext: ".rst"
4329   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4330   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"
4331   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4332   data: "vpp-mrr-results-3n-skx"
4333   filter: "'MRR'"
4334   parameters:
4335   - "name"
4336   - "doc"
4337   - "level"
4338   - "parent"
4339   data-start-level: 3
4340
4341 # VPP MRR Configuration 2n-skx
4342 - type: "file"
4343   title: "VPP MRR Configuration 2n-skx"
4344   algorithm: "file_test_results"
4345   output-file-ext: ".rst"
4346   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4347   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"
4348   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4349   data: "vpp-mrr-results-2n-skx"
4350   filter: "'MRR'"
4351   parameters:
4352   - "name"
4353   - "doc"
4354   - "level"
4355   - "parent"
4356   data-start-level: 3
4357
4358 ## VPP MRR Configuration 2n-dnv
4359 #- type: "file"
4360 #  title: "VPP MRR Configuration 2n-dnv"
4361 #  algorithm: "file_test_results"
4362 #  output-file-ext: ".rst"
4363 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4364 #  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"
4365 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4366 #  data: "intel-dnv-vpp"
4367 #  filter: "'MRR'"
4368 #  parameters:
4369 #  - "name"
4370 #  - "doc"
4371 #  - "level"
4372 #  - "parent"
4373 #  data-start-level: 3
4374
4375 # VPP Functional Results - Ubuntu
4376 - type: "file"
4377   title: "VPP Functional Results - Ubuntu"
4378   algorithm: "file_test_results"
4379   output-file-ext: ".rst"
4380   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4381   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"
4382   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4383   data: "vpp-func-results-ubuntu"
4384   filter: "all"
4385   parameters:
4386   - "name"
4387   - "doc"
4388   - "level"
4389   - "parent"
4390   data-start-level: 3
4391
4392 # VPP Functional Results - CentOS
4393 - type: "file"
4394   title: "VPP Functional Results - CentOS"
4395   algorithm: "file_test_results"
4396   output-file-ext: ".rst"
4397   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4398   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"
4399   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4400   data:
4401     "vpp-func-results-centos"
4402   filter: "all"
4403   parameters:
4404   - "name"
4405   - "doc"
4406   - "level"
4407   - "parent"
4408   data-start-level: 3
4409
4410 # VPP Functional Configuration - Ubuntu
4411 - type: "file"
4412   title: "VPP Functional Configuration - Ubuntu"
4413   algorithm: "file_test_results"
4414   output-file-ext: ".rst"
4415   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4416   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"
4417   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4418   data: "vpp-func-results-ubuntu"
4419   filter: "all"
4420   parameters:
4421   - "name"
4422   - "doc"
4423   - "level"
4424   - "parent"
4425   data-start-level: 3
4426
4427 # VPP Functional Configuration - CentOS
4428 - type: "file"
4429   title: "VPP Functional Configuration - CentOS"
4430   algorithm: "file_test_results"
4431   output-file-ext: ".rst"
4432   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4433   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"
4434   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4435   data:
4436     "vpp-func-results-centos"
4437   filter: "all"
4438   parameters:
4439   - "name"
4440   - "doc"
4441   - "level"
4442   - "parent"
4443   data-start-level: 3
4444
4445 # VPP Device Results - Ubuntu
4446 - type: "file"
4447   title: "VPP Device Results - Ubuntu"
4448   algorithm: "file_test_results"
4449   output-file-ext: ".rst"
4450   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4451   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"
4452   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4453   data: "vpp-device-results-ubuntu"
4454   filter: "all"
4455   parameters:
4456   - "name"
4457   - "doc"
4458   - "level"
4459   - "parent"
4460   data-start-level: 2
4461
4462 # VPP Device Configuration - Ubuntu
4463 - type: "file"
4464   title: "VPP Device Configuration - Ubuntu"
4465   algorithm: "file_test_results"
4466   output-file-ext: ".rst"
4467   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4468   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"
4469   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4470   data: "vpp-device-results-ubuntu"
4471   filter: "all"
4472   parameters:
4473   - "name"
4474   - "doc"
4475   - "level"
4476   - "parent"
4477   data-start-level: 2
4478
4479 ## Container Orchestrated Performance Results 3n-hsw
4480 #- type: "file"
4481 #  title: "Container Orchestrated Performance Results 3n-hsw"
4482 #  algorithm: "file_test_results"
4483 #  output-file-ext: ".rst"
4484 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4485 #  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"
4486 #  dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4487 #  data: "ligato-perf-results-3n-hsw"
4488 #  filter: "all"
4489 #  parameters:
4490 #  - "name"
4491 #  - "doc"
4492 #  - "level"
4493 #  - "parent"
4494 #  data-start-level: 3
4495
4496 # DPDK Performance Results 3n-hsw
4497 - type: "file"
4498   title: "DPDK Performance Results 3n-hsw"
4499   algorithm: "file_test_results"
4500   output-file-ext: ".rst"
4501   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4502   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"
4503   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4504   data: "dpdk-perf-results-3n-hsw"
4505   filter: "all"
4506   parameters:
4507   - "name"
4508   - "doc"
4509   - "level"
4510   - "parent"
4511   data-start-level: 3
4512
4513 # DPDK Performance Results 3n-skx
4514 - type: "file"
4515   title: "DPDK Performance Results 3n-skx"
4516   algorithm: "file_test_results"
4517   output-file-ext: ".rst"
4518   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4519   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"
4520   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4521   data: "dpdk-perf-results-3n-skx"
4522   filter: "all"
4523   parameters:
4524   - "name"
4525   - "doc"
4526   - "level"
4527   - "parent"
4528   data-start-level: 3
4529
4530 # DPDK Performance Results 2n-skx
4531 - type: "file"
4532   title: "DPDK Performance Results 2n-skx"
4533   algorithm: "file_test_results"
4534   output-file-ext: ".rst"
4535   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4536   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"
4537   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4538   data: "dpdk-perf-results-2n-skx"
4539   filter: "all"
4540   parameters:
4541   - "name"
4542   - "doc"
4543   - "level"
4544   - "parent"
4545   data-start-level: 3
4546
4547 # Honeycomb Functional Results
4548 - type: "file"
4549   title: "Honeycomb Functional Results"
4550   algorithm: "file_test_results"
4551   output-file-ext: ".rst"
4552   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4553   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"
4554   dir-tables: "{DIR[DTR,FUNC,HC]}"
4555   data:
4556     "hc-func-results"
4557   filter: "all"
4558   parameters:
4559   - "name"
4560   - "doc"
4561   - "level"
4562   - "parent"
4563   data-start-level: 3
4564
4565 # NSH SFC Functional Results
4566 #-
4567 #  type: "file"
4568 #  title: "NSH SFC Functional Results"
4569 #  algorithm: "file_test_results"
4570 #  output-file-ext: ".rst"
4571 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4572 #  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"
4573 #  dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4574 #  data:
4575 #    "nsh-func-results"
4576 #  filter: "all"
4577 #  parameters:
4578 #  - "name"
4579 #  - "doc"
4580 #  - "level"
4581 #  - "parent"
4582 #  data-start-level: 3
4583
4584 # DMM Functional Results
4585 - type: "file"
4586   title: "DMM Functional Results"
4587   algorithm: "file_test_results"
4588   output-file-ext: ".rst"
4589   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4590   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"
4591   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4592   data:
4593     "dmm-func-results"
4594   filter: "all"
4595   parameters:
4596   - "name"
4597   - "doc"
4598   - "level"
4599   - "parent"
4600   data-start-level: 3
4601
4602 ################################################################################
4603 ###                                P L O T S                                 ###
4604 ################################################################################
4605
4606 # Soak Test (PLRsearch), boxes
4607 - type: "plot"
4608   title: "VPP Critical rate: 2 Hours Soak Test (PLRsearch)"
4609   algorithm: "plot_performance_box"
4610   output-file-type: ".html"
4611   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
4612   data: "plot-vpp-soak-2n-skx"
4613   filter: "('L2BDMACLRN' or 'L2PATCH' or 'L2XCBASE') and not 'VHOST' and not 'MEMIF'"
4614   parameters:
4615     - "throughput"
4616     - "parent"
4617     - "tags"
4618   sort:
4619     - "DRV_AVF"
4620     - "DRV_AVF"
4621     - "DRV_AVF"
4622     - "L2BDMACLRN"
4623     - "L2XCBASE"
4624     - "L2PATCH"
4625   traces:
4626     hoverinfo: "x+y"
4627     boxpoints: "all"
4628     whiskerwidth: 0
4629   layout:
4630     title: "2 Hours Soak Test (PLRsearch)"
4631     layout: "plot-soak-throughput"
4632
4633 # Soak Test (PLRsearch), boxes
4634 - type: "plot"
4635   title: "VPP Critical rate: 2 Hours Soak Test (PLRsearch)"
4636   algorithm: "plot_performance_box"
4637   output-file-type: ".html"
4638   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
4639   data: "plot-vpp-soak-2n-skx"
4640   filter: "'L2BDMACLRN' and ('VHOST' or 'MEMIF') or 'IP4BASE' or 'IP6BASE'"
4641   parameters:
4642     - "throughput"
4643     - "parent"
4644     - "tags"
4645   sort:
4646     - "VHOST"
4647     - "MEMIF"
4648     - "IP4FWD"
4649     - "IP6FWD"
4650   traces:
4651     hoverinfo: "x+y"
4652     boxpoints: "all"
4653     whiskerwidth: 0
4654   layout:
4655     title: "2 Hours Soak Test (PLRsearch)"
4656     layout: "plot-soak-throughput"
4657
4658 ################################################################################
4659 # Plots - NF Density - VSC - MRR 64b
4660 - type: "plot"
4661   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4662   algorithm: "plot_service_density_heatmap_compare"
4663   output-file-type: ".html"
4664   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
4665   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4666   filter: "'NIC_Intel-X710' and
4667            'NF_DENSITY' and
4668            'VHOST' and
4669            'CHAIN' and
4670            'NF_VPPIP4' and
4671            '64B' and
4672            '2T1C' and
4673            'MRR'"
4674   reference:
4675     include: "2"
4676     name: "VNF-1c"
4677   compare:
4678     include: "1"
4679     name: "VNF-0.5c"
4680   parameters:
4681   - "result"
4682   - "name"
4683   - "tags"
4684   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4685   x-axis: "X = VNFs per Service Chain"
4686   y-axis: "Y = Number of Service Chains"
4687   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4688   layout:
4689     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4690     layout: "plot-service-density"
4691
4692 - type: "plot"
4693   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4694   algorithm: "plot_service_density_heatmap_compare"
4695   output-file-type: ".html"
4696   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4697   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4698   filter: "'NIC_Intel-X710' and
4699            'NF_DENSITY' and
4700            'VHOST' and
4701            'CHAIN' and
4702            'NF_VPPIP4' and
4703            '64B' and
4704            '4T2C' and
4705            'MRR'"
4706   reference:
4707     include: "2"
4708     name: "VNF-1c"
4709   compare:
4710     include: "1"
4711     name: "VNF-0.5c"
4712   parameters:
4713   - "result"
4714   - "name"
4715   - "tags"
4716   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4717   x-axis: "X = VNFs per Service Chain"
4718   y-axis: "Y = Number of Service Chains"
4719   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4720   layout:
4721     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4722     layout: "plot-service-density"
4723
4724 - type: "plot"
4725   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4726   algorithm: "plot_service_density_heatmap_compare"
4727   output-file-type: ".html"
4728   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-mrr"
4729   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4730   filter: "'NIC_Intel-X710' and
4731            'NF_DENSITY' and
4732            'VHOST' and
4733            'CHAIN' and
4734            'NF_VPPIP4' and
4735            '64B' and
4736            '8T4C' and
4737            'MRR'"
4738   reference:
4739     include: "2"
4740     name: "VNF-1c"
4741   compare:
4742     include: "1"
4743     name: "VNF-0.5c"
4744   parameters:
4745   - "result"
4746   - "name"
4747   - "tags"
4748   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4749   x-axis: "X = VNFs per Service Chain"
4750   y-axis: "Y = Number of Service Chains"
4751   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4752   layout:
4753     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4754     layout: "plot-service-density"
4755
4756 # Plots - NF Density - VSC - MRR IMIX
4757 - type: "plot"
4758   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4759   algorithm: "plot_service_density_heatmap_compare"
4760   output-file-type: ".html"
4761   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
4762   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4763   filter: "'NIC_Intel-X710' and
4764            'NF_DENSITY' and
4765            'VHOST' and
4766            'CHAIN' and
4767            'NF_VPPIP4' and
4768            'IMIX' and
4769            '2T1C' and
4770            'MRR'"
4771   reference:
4772     include: "2"
4773     name: "VNF-1c"
4774   compare:
4775     include: "1"
4776     name: "VNF-0.5c"
4777   parameters:
4778   - "result"
4779   - "name"
4780   - "tags"
4781   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4782   x-axis: "X = VNFs per Service Chain"
4783   y-axis: "Y = Number of Service Chains"
4784   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4785   layout:
4786     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4787     layout: "plot-service-density"
4788
4789 - type: "plot"
4790   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4791   algorithm: "plot_service_density_heatmap_compare"
4792   output-file-type: ".html"
4793   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
4794   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4795   filter: "'NIC_Intel-X710' and
4796            'NF_DENSITY' and
4797            'VHOST' and
4798            'CHAIN' and
4799            'NF_VPPIP4' and
4800            'IMIX' and
4801            '4T2C' and
4802            'MRR'"
4803   reference:
4804     include: "2"
4805     name: "VNF-1c"
4806   compare:
4807     include: "1"
4808     name: "VNF-0.5c"
4809   parameters:
4810   - "result"
4811   - "name"
4812   - "tags"
4813   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4814   x-axis: "X = VNFs per Service Chain"
4815   y-axis: "Y = Number of Service Chains"
4816   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4817   layout:
4818     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4819     layout: "plot-service-density"
4820
4821 - type: "plot"
4822   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4823   algorithm: "plot_service_density_heatmap_compare"
4824   output-file-type: ".html"
4825   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-mrr"
4826   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4827   filter: "'NIC_Intel-X710' and
4828            'NF_DENSITY' and
4829            'VHOST' and
4830            'CHAIN' and
4831            'NF_VPPIP4' and
4832            'IMIX' and
4833            '8T4C' and
4834            'MRR'"
4835   reference:
4836     include: "2"
4837     name: "VNF-1c"
4838   compare:
4839     include: "1"
4840     name: "VNF-0.5c"
4841   parameters:
4842   - "result"
4843   - "name"
4844   - "tags"
4845   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4846   x-axis: "X = VNFs per Service Chain"
4847   y-axis: "Y = Number of Service Chains"
4848   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4849   layout:
4850     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4851     layout: "plot-service-density"
4852
4853 # Plots - NF Density - VSC - NDR 64b
4854 - type: "plot"
4855   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4856   algorithm: "plot_service_density_heatmap_compare"
4857   output-file-type: ".html"
4858   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
4859   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4860   filter: "'NIC_Intel-X710' and
4861            'NF_DENSITY' and
4862            'VHOST' and
4863            'CHAIN' and
4864            'NF_VPPIP4' and
4865            '64B' and
4866            '2T1C' and
4867            'NDRPDR'"
4868   reference:
4869     include: "2"
4870     name: "VNF-1c"
4871   compare:
4872     include: "1"
4873     name: "VNF-0.5c"
4874   parameters:
4875   - "throughput"
4876   - "name"
4877   - "tags"
4878   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4879   x-axis: "X = VNFs per Service Chain"
4880   y-axis: "Y = Number of Service Chains"
4881   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4882   layout:
4883     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4884     layout: "plot-service-density"
4885
4886 - type: "plot"
4887   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4888   algorithm: "plot_service_density_heatmap_compare"
4889   output-file-type: ".html"
4890   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
4891   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4892   filter: "'NIC_Intel-X710' and
4893            'NF_DENSITY' and
4894            'VHOST' and
4895            'CHAIN' and
4896            'NF_VPPIP4' and
4897            '64B' and
4898            '4T2C' and
4899            'NDRPDR'"
4900   reference:
4901     include: "2"
4902     name: "VNF-1c"
4903   compare:
4904     include: "1"
4905     name: "VNF-0.5c"
4906   parameters:
4907   - "throughput"
4908   - "name"
4909   - "tags"
4910   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4911   x-axis: "X = VNFs per Service Chain"
4912   y-axis: "Y = Number of Service Chains"
4913   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4914   layout:
4915     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4916     layout: "plot-service-density"
4917
4918 - type: "plot"
4919   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4920   algorithm: "plot_service_density_heatmap_compare"
4921   output-file-type: ".html"
4922   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-ndr"
4923   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4924   filter: "'NIC_Intel-X710' and
4925            'NF_DENSITY' and
4926            'VHOST' and
4927            'CHAIN' and
4928            'NF_VPPIP4' and
4929            '64B' and
4930            '8T4C' and
4931            'NDRPDR'"
4932   reference:
4933     include: "2"
4934     name: "VNF-1c"
4935   compare:
4936     include: "1"
4937     name: "VNF-0.5c"
4938   parameters:
4939   - "throughput"
4940   - "name"
4941   - "tags"
4942   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4943   x-axis: "X = VNFs per Service Chain"
4944   y-axis: "Y = Number of Service Chains"
4945   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4946   layout:
4947     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4948     layout: "plot-service-density"
4949
4950 # Plots - NF Density - VSC - NDR IMIX
4951 - type: "plot"
4952   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4953   algorithm: "plot_service_density_heatmap_compare"
4954   output-file-type: ".html"
4955   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
4956   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4957   filter: "'NIC_Intel-X710' and
4958            'NF_DENSITY' and
4959            'VHOST' and
4960            'CHAIN' and
4961            'NF_VPPIP4' and
4962            'IMIX' and
4963            '2T1C' and
4964            'NDRPDR'"
4965   reference:
4966     include: "2"
4967     name: "VNF-1c"
4968   compare:
4969     include: "1"
4970     name: "VNF-0.5c"
4971   parameters:
4972   - "throughput"
4973   - "name"
4974   - "tags"
4975   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4976   x-axis: "X = VNFs per Service Chain"
4977   y-axis: "Y = Number of Service Chains"
4978   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4979   layout:
4980     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4981     layout: "plot-service-density"
4982
4983 - type: "plot"
4984   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4985   algorithm: "plot_service_density_heatmap_compare"
4986   output-file-type: ".html"
4987   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
4988   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4989   filter: "'NIC_Intel-X710' and
4990            'NF_DENSITY' and
4991            'VHOST' and
4992            'CHAIN' and
4993            'NF_VPPIP4' and
4994            'IMIX' and
4995            '4T2C' and
4996            'NDRPDR'"
4997   reference:
4998     include: "2"
4999     name: "VNF-1c"
5000   compare:
5001     include: "1"
5002     name: "VNF-0.5c"
5003   parameters:
5004   - "throughput"
5005   - "name"
5006   - "tags"
5007   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5008   x-axis: "X = VNFs per Service Chain"
5009   y-axis: "Y = Number of Service Chains"
5010   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5011   layout:
5012     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5013     layout: "plot-service-density"
5014
5015 - type: "plot"
5016   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5017   algorithm: "plot_service_density_heatmap_compare"
5018   output-file-type: ".html"
5019   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-ndr"
5020   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5021   filter: "'NIC_Intel-X710' and
5022            'NF_DENSITY' and
5023            'VHOST' and
5024            'CHAIN' and
5025            'NF_VPPIP4' and
5026            'IMIX' and
5027            '8T4C' and
5028            'NDRPDR'"
5029   reference:
5030     include: "2"
5031     name: "VNF-1c"
5032   compare:
5033     include: "1"
5034     name: "VNF-0.5c"
5035   parameters:
5036   - "throughput"
5037   - "name"
5038   - "tags"
5039   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5040   x-axis: "X = VNFs per Service Chain"
5041   y-axis: "Y = Number of Service Chains"
5042   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5043   layout:
5044     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5045     layout: "plot-service-density"
5046
5047 # Plots - NF Density - VSC - PDR 64b
5048 - type: "plot"
5049   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5050   algorithm: "plot_service_density_heatmap_compare"
5051   output-file-type: ".html"
5052   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
5053   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5054   filter: "'NIC_Intel-X710' and
5055            'NF_DENSITY' and
5056            'VHOST' and
5057            'CHAIN' and
5058            'NF_VPPIP4' and
5059            '64B' and
5060            '2T1C' and
5061            'NDRPDR'"
5062   reference:
5063     include: "2"
5064     name: "VNF-1c"
5065   compare:
5066     include: "1"
5067     name: "VNF-0.5c"
5068   parameters:
5069   - "throughput"
5070   - "name"
5071   - "tags"
5072   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5073   x-axis: "X = VNFs per Service Chain"
5074   y-axis: "Y = Number of Service Chains"
5075   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5076   layout:
5077     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5078     layout: "plot-service-density"
5079
5080 - type: "plot"
5081   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5082   algorithm: "plot_service_density_heatmap_compare"
5083   output-file-type: ".html"
5084   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
5085   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5086   filter: "'NIC_Intel-X710' and
5087            'NF_DENSITY' and
5088            'VHOST' and
5089            'CHAIN' and
5090            'NF_VPPIP4' and
5091            '64B' and
5092            '4T2C' and
5093            'NDRPDR'"
5094   reference:
5095     include: "2"
5096     name: "VNF-1c"
5097   compare:
5098     include: "1"
5099     name: "VNF-0.5c"
5100   parameters:
5101   - "throughput"
5102   - "name"
5103   - "tags"
5104   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5105   x-axis: "X = VNFs per Service Chain"
5106   y-axis: "Y = Number of Service Chains"
5107   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5108   layout:
5109     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5110     layout: "plot-service-density"
5111
5112 - type: "plot"
5113   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5114   algorithm: "plot_service_density_heatmap_compare"
5115   output-file-type: ".html"
5116   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-pdr"
5117   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5118   filter: "'NIC_Intel-X710' and
5119            'NF_DENSITY' and
5120            'VHOST' and
5121            'CHAIN' and
5122            'NF_VPPIP4' and
5123            '64B' and
5124            '8T4C' and
5125            'NDRPDR'"
5126   reference:
5127     include: "2"
5128     name: "VNF-1c"
5129   compare:
5130     include: "1"
5131     name: "VNF-0.5c"
5132   parameters:
5133   - "throughput"
5134   - "name"
5135   - "tags"
5136   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5137   x-axis: "X = VNFs per Service Chain"
5138   y-axis: "Y = Number of Service Chains"
5139   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5140   layout:
5141     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5142     layout: "plot-service-density"
5143
5144 # Plots - NF Density - VSC - PDR IMIX
5145 - type: "plot"
5146   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5147   algorithm: "plot_service_density_heatmap_compare"
5148   output-file-type: ".html"
5149   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
5150   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5151   filter: "'NIC_Intel-X710' and
5152            'NF_DENSITY' and
5153            'VHOST' and
5154            'CHAIN' and
5155            'NF_VPPIP4' and
5156            'IMIX' and
5157            '2T1C' and
5158            'NDRPDR'"
5159   reference:
5160     include: "2"
5161     name: "VNF-1c"
5162   compare:
5163     include: "1"
5164     name: "VNF-0.5c"
5165   parameters:
5166   - "throughput"
5167   - "name"
5168   - "tags"
5169   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5170   x-axis: "X = VNFs per Service Chain"
5171   y-axis: "Y = Number of Service Chains"
5172   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5173   layout:
5174     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5175     layout: "plot-service-density"
5176
5177 - type: "plot"
5178   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5179   algorithm: "plot_service_density_heatmap_compare"
5180   output-file-type: ".html"
5181   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
5182   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5183   filter: "'NIC_Intel-X710' and
5184            'NF_DENSITY' and
5185            'VHOST' and
5186            'CHAIN' and
5187            'NF_VPPIP4' and
5188            'IMIX' and
5189            '4T2C' and
5190            'NDRPDR'"
5191   reference:
5192     include: "2"
5193     name: "VNF-1c"
5194   compare:
5195     include: "1"
5196     name: "VNF-0.5c"
5197   parameters:
5198   - "throughput"
5199   - "name"
5200   - "tags"
5201   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5202   x-axis: "X = VNFs per Service Chain"
5203   y-axis: "Y = Number of Service Chains"
5204   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5205   layout:
5206     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5207     layout: "plot-service-density"
5208
5209 - type: "plot"
5210   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5211   algorithm: "plot_service_density_heatmap_compare"
5212   output-file-type: ".html"
5213   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-pdr"
5214   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5215   filter: "'NIC_Intel-X710' and
5216            'NF_DENSITY' and
5217            'VHOST' and
5218            'CHAIN' and
5219            'NF_VPPIP4' and
5220            'IMIX' and
5221            '8T4C' and
5222            'NDRPDR'"
5223   reference:
5224     include: "2"
5225     name: "VNF-1c"
5226   compare:
5227     include: "1"
5228     name: "VNF-0.5c"
5229   parameters:
5230   - "throughput"
5231   - "name"
5232   - "tags"
5233   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5234   x-axis: "X = VNFs per Service Chain"
5235   y-axis: "Y = Number of Service Chains"
5236   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5237   layout:
5238     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5239     layout: "plot-service-density"
5240
5241 ################################################################################
5242 # Plots - NF Density - CSC - MRR 64b
5243 - type: "plot"
5244   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5245   algorithm: "plot_service_density_heatmap_compare"
5246   output-file-type: ".html"
5247   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5248   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5249   filter: "'NIC_Intel-X710' and
5250            'NF_DENSITY' and
5251            'DOCKER' and
5252            'CHAIN' and
5253            'NF_VPPIP4' and
5254            '64B' and
5255            '2T1C' and
5256            'MRR'"
5257   reference:
5258     include: "2"
5259     name: "CNF-1c"
5260   compare:
5261     include: "1"
5262     name: "CNF-0.5c"
5263   parameters:
5264   - "result"
5265   - "name"
5266   - "tags"
5267   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5268   x-axis: "X = CNFs per Service Chain"
5269   y-axis: "Y = Number of Service Chains"
5270   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5271   layout:
5272     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5273     layout: "plot-service-density"
5274
5275 - type: "plot"
5276   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5277   algorithm: "plot_service_density_heatmap_compare"
5278   output-file-type: ".html"
5279   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5280   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5281   filter: "'NIC_Intel-X710' and
5282            'NF_DENSITY' and
5283            'DOCKER' and
5284            'CHAIN' and
5285            'NF_VPPIP4' and
5286            '64B' and
5287            '4T2C' and
5288            'MRR'"
5289   reference:
5290     include: "2"
5291     name: "CNF-1c"
5292   compare:
5293     include: "1"
5294     name: "CNF-0.5c"
5295   parameters:
5296   - "result"
5297   - "name"
5298   - "tags"
5299   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5300   x-axis: "X = CNFs per Service Chain"
5301   y-axis: "Y = Number of Service Chains"
5302   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5303   layout:
5304     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5305     layout: "plot-service-density"
5306
5307 - type: "plot"
5308   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5309   algorithm: "plot_service_density_heatmap_compare"
5310   output-file-type: ".html"
5311   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-mrr"
5312   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5313   filter: "'NIC_Intel-X710' and
5314            'NF_DENSITY' and
5315            'DOCKER' and
5316            'CHAIN' and
5317            'NF_VPPIP4' and
5318            '64B' and
5319            '8T4C' and
5320            'MRR'"
5321   reference:
5322     include: "2"
5323     name: "CNF-1c"
5324   compare:
5325     include: "1"
5326     name: "CNF-0.5c"
5327   parameters:
5328   - "result"
5329   - "name"
5330   - "tags"
5331   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5332   x-axis: "X = CNFs per Service Chain"
5333   y-axis: "Y = Number of Service Chains"
5334   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5335   layout:
5336     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5337     layout: "plot-service-density"
5338
5339 # Plots - NF Density - CSC - MRR IMIX
5340 - type: "plot"
5341   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5342   algorithm: "plot_service_density_heatmap_compare"
5343   output-file-type: ".html"
5344   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
5345   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5346   filter: "'NIC_Intel-X710' and
5347            'NF_DENSITY' and
5348            'DOCKER' and
5349            'CHAIN' and
5350            'NF_VPPIP4' and
5351            'IMIX' and
5352            '2T1C' and
5353            'MRR'"
5354   reference:
5355     include: "2"
5356     name: "CNF-1c"
5357   compare:
5358     include: "1"
5359     name: "CNF-0.5c"
5360   parameters:
5361   - "result"
5362   - "name"
5363   - "tags"
5364   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5365   x-axis: "X = CNFs per Service Chain"
5366   y-axis: "Y = Number of Service Chains"
5367   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5368   layout:
5369     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5370     layout: "plot-service-density"
5371
5372 - type: "plot"
5373   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5374   algorithm: "plot_service_density_heatmap_compare"
5375   output-file-type: ".html"
5376   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5377   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5378   filter: "'NIC_Intel-X710' and
5379            'NF_DENSITY' and
5380            'DOCKER' and
5381            'CHAIN' and
5382            'NF_VPPIP4' and
5383            'IMIX' and
5384            '4T2C' and
5385            'MRR'"
5386   reference:
5387     include: "2"
5388     name: "CNF-1c"
5389   compare:
5390     include: "1"
5391     name: "CNF-0.5c"
5392   parameters:
5393   - "result"
5394   - "name"
5395   - "tags"
5396   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5397   x-axis: "X = CNFs per Service Chain"
5398   y-axis: "Y = Number of Service Chains"
5399   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5400   layout:
5401     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5402     layout: "plot-service-density"
5403
5404 - type: "plot"
5405   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5406   algorithm: "plot_service_density_heatmap_compare"
5407   output-file-type: ".html"
5408   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-mrr"
5409   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5410   filter: "'NIC_Intel-X710' and
5411            'NF_DENSITY' and
5412            'DOCKER' and
5413            'CHAIN' and
5414            'NF_VPPIP4' and
5415            'IMIX' and
5416            '8T4C' and
5417            'MRR'"
5418   reference:
5419     include: "2"
5420     name: "CNF-1c"
5421   compare:
5422     include: "1"
5423     name: "CNF-0.5c"
5424   parameters:
5425   - "result"
5426   - "name"
5427   - "tags"
5428   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5429   x-axis: "X = CNFs per Service Chain"
5430   y-axis: "Y = Number of Service Chains"
5431   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5432   layout:
5433     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5434     layout: "plot-service-density"
5435
5436 # Plots - NF Density - CSC - NDR 64b
5437 - type: "plot"
5438   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5439   algorithm: "plot_service_density_heatmap_compare"
5440   output-file-type: ".html"
5441   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5442   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5443   filter: "'NIC_Intel-X710' and
5444            'NF_DENSITY' and
5445            'DOCKER' and
5446            'CHAIN' and
5447            'NF_VPPIP4' and
5448            '64B' and
5449            '2T1C' and
5450            'NDRPDR'"
5451   reference:
5452     include: "2"
5453     name: "CNF-1c"
5454   compare:
5455     include: "1"
5456     name: "CNF-0.5c"
5457   parameters:
5458   - "throughput"
5459   - "name"
5460   - "tags"
5461   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5462   x-axis: "X = CNFs per Service Chain"
5463   y-axis: "Y = Number of Service Chains"
5464   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5465   layout:
5466     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5467     layout: "plot-service-density"
5468
5469 - type: "plot"
5470   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5471   algorithm: "plot_service_density_heatmap_compare"
5472   output-file-type: ".html"
5473   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5474   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5475   filter: "'NIC_Intel-X710' and
5476            'NF_DENSITY' and
5477            'DOCKER' and
5478            'CHAIN' and
5479            'NF_VPPIP4' and
5480            '64B' and
5481            '4T2C' and
5482            'NDRPDR'"
5483   reference:
5484     include: "2"
5485     name: "CNF-1c"
5486   compare:
5487     include: "1"
5488     name: "CNF-0.5c"
5489   parameters:
5490   - "throughput"
5491   - "name"
5492   - "tags"
5493   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5494   x-axis: "X = CNFs per Service Chain"
5495   y-axis: "Y = Number of Service Chains"
5496   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5497   layout:
5498     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5499     layout: "plot-service-density"
5500
5501 - type: "plot"
5502   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5503   algorithm: "plot_service_density_heatmap_compare"
5504   output-file-type: ".html"
5505   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-ndr"
5506   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5507   filter: "'NIC_Intel-X710' and
5508            'NF_DENSITY' and
5509            'DOCKER' and
5510            'CHAIN' and
5511            'NF_VPPIP4' and
5512            '64B' and
5513            '8T4C' and
5514            'NDRPDR'"
5515   reference:
5516     include: "2"
5517     name: "CNF-1c"
5518   compare:
5519     include: "1"
5520     name: "CNF-0.5c"
5521   parameters:
5522   - "throughput"
5523   - "name"
5524   - "tags"
5525   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5526   x-axis: "X = CNFs per Service Chain"
5527   y-axis: "Y = Number of Service Chains"
5528   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5529   layout:
5530     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5531     layout: "plot-service-density"
5532
5533 # Plots - NF Density - CSC - NDR IMIX
5534 - type: "plot"
5535   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5536   algorithm: "plot_service_density_heatmap_compare"
5537   output-file-type: ".html"
5538   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5539   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5540   filter: "'NIC_Intel-X710' and
5541            'NF_DENSITY' and
5542            'DOCKER' and
5543            'CHAIN' and
5544            'NF_VPPIP4' and
5545            'IMIX' and
5546            '2T1C' and
5547            'NDRPDR'"
5548   reference:
5549     include: "2"
5550     name: "CNF-1c"
5551   compare:
5552     include: "1"
5553     name: "CNF-0.5c"
5554   parameters:
5555   - "throughput"
5556   - "name"
5557   - "tags"
5558   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5559   x-axis: "X = CNFs per Service Chain"
5560   y-axis: "Y = Number of Service Chains"
5561   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5562   layout:
5563     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5564     layout: "plot-service-density"
5565
5566 - type: "plot"
5567   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5568   algorithm: "plot_service_density_heatmap_compare"
5569   output-file-type: ".html"
5570   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5571   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5572   filter: "'NIC_Intel-X710' and
5573            'NF_DENSITY' and
5574            'DOCKER' and
5575            'CHAIN' and
5576            'NF_VPPIP4' and
5577            'IMIX' and
5578            '4T2C' and
5579            'NDRPDR'"
5580   reference:
5581     include: "2"
5582     name: "CNF-1c"
5583   compare:
5584     include: "1"
5585     name: "CNF-0.5c"
5586   parameters:
5587   - "throughput"
5588   - "name"
5589   - "tags"
5590   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5591   x-axis: "X = CNFs per Service Chain"
5592   y-axis: "Y = Number of Service Chains"
5593   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5594   layout:
5595     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5596     layout: "plot-service-density"
5597
5598 - type: "plot"
5599   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5600   algorithm: "plot_service_density_heatmap_compare"
5601   output-file-type: ".html"
5602   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-ndr"
5603   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5604   filter: "'NIC_Intel-X710' and
5605            'NF_DENSITY' and
5606            'DOCKER' and
5607            'CHAIN' and
5608            'NF_VPPIP4' and
5609            'IMIX' and
5610            '8T4C' and
5611            'NDRPDR'"
5612   reference:
5613     include: "2"
5614     name: "CNF-1c"
5615   compare:
5616     include: "1"
5617     name: "CNF-0.5c"
5618   parameters:
5619   - "throughput"
5620   - "name"
5621   - "tags"
5622   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5623   x-axis: "X = CNFs per Service Chain"
5624   y-axis: "Y = Number of Service Chains"
5625   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5626   layout:
5627     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5628     layout: "plot-service-density"
5629
5630 # Plots - NF Density - CSC - PDR 64b
5631 - type: "plot"
5632   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5633   algorithm: "plot_service_density_heatmap_compare"
5634   output-file-type: ".html"
5635   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5636   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5637   filter: "'NIC_Intel-X710' and
5638            'NF_DENSITY' and
5639            'DOCKER' and
5640            'CHAIN' and
5641            'NF_VPPIP4' and
5642            '64B' and
5643            '2T1C' and
5644            'NDRPDR'"
5645   reference:
5646     include: "2"
5647     name: "CNF-1c"
5648   compare:
5649     include: "1"
5650     name: "CNF-0.5c"
5651   parameters:
5652   - "throughput"
5653   - "name"
5654   - "tags"
5655   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5656   x-axis: "X = CNFs per Service Chain"
5657   y-axis: "Y = Number of Service Chains"
5658   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5659   layout:
5660     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5661     layout: "plot-service-density"
5662
5663 - type: "plot"
5664   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5665   algorithm: "plot_service_density_heatmap_compare"
5666   output-file-type: ".html"
5667   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5668   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5669   filter: "'NIC_Intel-X710' and
5670            'NF_DENSITY' and
5671            'DOCKER' and
5672            'CHAIN' and
5673            'NF_VPPIP4' and
5674            '64B' and
5675            '4T2C' and
5676            'NDRPDR'"
5677   reference:
5678     include: "2"
5679     name: "CNF-1c"
5680   compare:
5681     include: "1"
5682     name: "CNF-0.5c"
5683   parameters:
5684   - "throughput"
5685   - "name"
5686   - "tags"
5687   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5688   x-axis: "X = CNFs per Service Chain"
5689   y-axis: "Y = Number of Service Chains"
5690   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5691   layout:
5692     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5693     layout: "plot-service-density"
5694
5695 - type: "plot"
5696   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5697   algorithm: "plot_service_density_heatmap_compare"
5698   output-file-type: ".html"
5699   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-pdr"
5700   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5701   filter: "'NIC_Intel-X710' and
5702            'NF_DENSITY' and
5703            'DOCKER' and
5704            'CHAIN' and
5705            'NF_VPPIP4' and
5706            '64B' and
5707            '8T4C' and
5708            'NDRPDR'"
5709   reference:
5710     include: "2"
5711     name: "CNF-1c"
5712   compare:
5713     include: "1"
5714     name: "CNF-0.5c"
5715   parameters:
5716   - "throughput"
5717   - "name"
5718   - "tags"
5719   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5720   x-axis: "X = CNFs per Service Chain"
5721   y-axis: "Y = Number of Service Chains"
5722   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5723   layout:
5724     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5725     layout: "plot-service-density"
5726
5727 # Plots - NF Density - CSC - PDR IMIX
5728 - type: "plot"
5729   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5730   algorithm: "plot_service_density_heatmap_compare"
5731   output-file-type: ".html"
5732   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
5733   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5734   filter: "'NIC_Intel-X710' and
5735            'NF_DENSITY' and
5736            'DOCKER' and
5737            'CHAIN' and
5738            'NF_VPPIP4' and
5739            'IMIX' and
5740            '2T1C' and
5741            'NDRPDR'"
5742   reference:
5743     include: "2"
5744     name: "CNF-1c"
5745   compare:
5746     include: "1"
5747     name: "CNF-0.5c"
5748   parameters:
5749   - "throughput"
5750   - "name"
5751   - "tags"
5752   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5753   x-axis: "X = CNFs per Service Chain"
5754   y-axis: "Y = Number of Service Chains"
5755   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5756   layout:
5757     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5758     layout: "plot-service-density"
5759
5760 - type: "plot"
5761   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5762   algorithm: "plot_service_density_heatmap_compare"
5763   output-file-type: ".html"
5764   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5765   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5766   filter: "'NIC_Intel-X710' and
5767            'NF_DENSITY' and
5768            'DOCKER' and
5769            'CHAIN' and
5770            'NF_VPPIP4' and
5771            'IMIX' and
5772            '4T2C' and
5773            'NDRPDR'"
5774   reference:
5775     include: "2"
5776     name: "CNF-1c"
5777   compare:
5778     include: "1"
5779     name: "CNF-0.5c"
5780   parameters:
5781   - "throughput"
5782   - "name"
5783   - "tags"
5784   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5785   x-axis: "X = CNFs per Service Chain"
5786   y-axis: "Y = Number of Service Chains"
5787   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5788   layout:
5789     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5790     layout: "plot-service-density"
5791
5792 - type: "plot"
5793   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5794   algorithm: "plot_service_density_heatmap_compare"
5795   output-file-type: ".html"
5796   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-pdr"
5797   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5798   filter: "'NIC_Intel-X710' and
5799            'NF_DENSITY' and
5800            'DOCKER' and
5801            'CHAIN' and
5802            'NF_VPPIP4' and
5803            'IMIX' and
5804            '8T4C' and
5805            'NDRPDR'"
5806   reference:
5807     include: "2"
5808     name: "CNF-1c"
5809   compare:
5810     include: "1"
5811     name: "CNF-0.5c"
5812   parameters:
5813   - "throughput"
5814   - "name"
5815   - "tags"
5816   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5817   x-axis: "X = CNFs per Service Chain"
5818   y-axis: "Y = Number of Service Chains"
5819   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5820   layout:
5821     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5822     layout: "plot-service-density"
5823
5824 ################################################################################
5825 # Plots - NF Density - CSP - MRR 64b
5826 - type: "plot"
5827   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5828   algorithm: "plot_service_density_heatmap_compare"
5829   output-file-type: ".html"
5830   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5831   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5832   filter: "'NIC_Intel-X710' and
5833            'NF_DENSITY' and
5834            'DOCKER' and
5835            'PIPELINE' and
5836            'NF_VPPIP4' and
5837            '64B' and
5838            '2T1C' and
5839            'MRR'"
5840   reference:
5841     include: "2"
5842     name: "CNF-1c"
5843   compare:
5844     include: "1"
5845     name: "CNF-0.5c"
5846   parameters:
5847   - "result"
5848   - "name"
5849   - "tags"
5850   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5851   x-axis: "X = CNFs per Service Pipeline"
5852   y-axis: "Y = Number of Service Pipelines"
5853   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5854   layout:
5855     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5856     layout: "plot-service-density"
5857
5858 - type: "plot"
5859   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5860   algorithm: "plot_service_density_heatmap_compare"
5861   output-file-type: ".html"
5862   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5863   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5864   filter: "'NIC_Intel-X710' and
5865            'NF_DENSITY' and
5866            'DOCKER' and
5867            'PIPELINE' and
5868            'NF_VPPIP4' and
5869            '64B' and
5870            '4T2C' and
5871            'MRR'"
5872   reference:
5873     include: "2"
5874     name: "CNF-1c"
5875   compare:
5876     include: "1"
5877     name: "CNF-0.5c"
5878   parameters:
5879   - "result"
5880   - "name"
5881   - "tags"
5882   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5883   x-axis: "X = CNFs per Service Pipeline"
5884   y-axis: "Y = Number of Service Pipelines"
5885   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5886   layout:
5887     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5888     layout: "plot-service-density"
5889
5890 - type: "plot"
5891   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5892   algorithm: "plot_service_density_heatmap_compare"
5893   output-file-type: ".html"
5894   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-mrr"
5895   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5896   filter: "'NIC_Intel-X710' and
5897            'NF_DENSITY' and
5898            'DOCKER' and
5899            'PIPELINE' and
5900            'NF_VPPIP4' and
5901            '64B' and
5902            '8T4C' and
5903            'MRR'"
5904   reference:
5905     include: "2"
5906     name: "CNF-1c"
5907   compare:
5908     include: "1"
5909     name: "CNF-0.5c"
5910   parameters:
5911   - "result"
5912   - "name"
5913   - "tags"
5914   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5915   x-axis: "X = CNFs per Service Pipeline"
5916   y-axis: "Y = Number of Service Pipelines"
5917   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5918   layout:
5919     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5920     layout: "plot-service-density"
5921
5922 # Plots - NF Density - CSP - MRR IMIX
5923 - type: "plot"
5924   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5925   algorithm: "plot_service_density_heatmap_compare"
5926   output-file-type: ".html"
5927   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5928   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5929   filter: "'NIC_Intel-X710' and
5930            'NF_DENSITY' and
5931            'DOCKER' and
5932            'PIPELINE' and
5933            'NF_VPPIP4' and
5934            'IMIX' and
5935            '2T1C' and
5936            'MRR'"
5937   reference:
5938     include: "2"
5939     name: "CNF-1c"
5940   compare:
5941     include: "1"
5942     name: "CNF-0.5c"
5943   parameters:
5944   - "result"
5945   - "name"
5946   - "tags"
5947   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5948   x-axis: "X = CNFs per Service Pipeline"
5949   y-axis: "Y = Number of Service Pipelines"
5950   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5951   layout:
5952     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5953     layout: "plot-service-density"
5954
5955 - type: "plot"
5956   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5957   algorithm: "plot_service_density_heatmap_compare"
5958   output-file-type: ".html"
5959   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5960   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5961   filter: "'NIC_Intel-X710' and
5962            'NF_DENSITY' and
5963            'DOCKER' and
5964            'PIPELINE' and
5965            'NF_VPPIP4' and
5966            'IMIX' and
5967            '4T2C' and
5968            'MRR'"
5969   reference:
5970     include: "2"
5971     name: "CNF-1c"
5972   compare:
5973     include: "1"
5974     name: "CNF-0.5c"
5975   parameters:
5976   - "result"
5977   - "name"
5978   - "tags"
5979   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5980   x-axis: "X = CNFs per Service Pipeline"
5981   y-axis: "Y = Number of Service Pipelines"
5982   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5983   layout:
5984     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5985     layout: "plot-service-density"
5986
5987 - type: "plot"
5988   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5989   algorithm: "plot_service_density_heatmap_compare"
5990   output-file-type: ".html"
5991   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-mrr"
5992   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5993   filter: "'NIC_Intel-X710' and
5994            'NF_DENSITY' and
5995            'DOCKER' and
5996            'PIPELINE' and
5997            'NF_VPPIP4' and
5998            'IMIX' and
5999            '8T4C' and
6000            'MRR'"
6001   reference:
6002     include: "2"
6003     name: "CNF-1c"
6004   compare:
6005     include: "1"
6006     name: "CNF-0.5c"
6007   parameters:
6008   - "result"
6009   - "name"
6010   - "tags"
6011   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6012   x-axis: "X = CNFs per Service Pipeline"
6013   y-axis: "Y = Number of Service Pipelines"
6014   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6015   layout:
6016     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
6017     layout: "plot-service-density"
6018
6019 # Plots - NF Density - CSP - NDR 64b
6020 - type: "plot"
6021   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6022   algorithm: "plot_service_density_heatmap_compare"
6023   output-file-type: ".html"
6024   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
6025   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6026   filter: "'NIC_Intel-X710' and
6027            'NF_DENSITY' and
6028            'DOCKER' and
6029            'PIPELINE' and
6030            'NF_VPPIP4' and
6031            '64B' and
6032            '2T1C' and
6033            'NDRPDR'"
6034   reference:
6035     include: "2"
6036     name: "CNF-1c"
6037   compare:
6038     include: "1"
6039     name: "CNF-0.5c"
6040   parameters:
6041   - "throughput"
6042   - "name"
6043   - "tags"
6044   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6045   x-axis: "X = CNFs per Service Pipeline"
6046   y-axis: "Y = Number of Service Pipelines"
6047   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6048   layout:
6049     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6050     layout: "plot-service-density"
6051
6052 - type: "plot"
6053   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6054   algorithm: "plot_service_density_heatmap_compare"
6055   output-file-type: ".html"
6056   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
6057   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6058   filter: "'NIC_Intel-X710' and
6059            'NF_DENSITY' and
6060            'DOCKER' and
6061            'PIPELINE' and
6062            'NF_VPPIP4' and
6063            '64B' and
6064            '4T2C' and
6065            'NDRPDR'"
6066   reference:
6067     include: "2"
6068     name: "CNF-1c"
6069   compare:
6070     include: "1"
6071     name: "CNF-0.5c"
6072   parameters:
6073   - "throughput"
6074   - "name"
6075   - "tags"
6076   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6077   x-axis: "X = CNFs per Service Pipeline"
6078   y-axis: "Y = Number of Service Pipelines"
6079   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6080   layout:
6081     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6082     layout: "plot-service-density"
6083
6084 - type: "plot"
6085   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6086   algorithm: "plot_service_density_heatmap_compare"
6087   output-file-type: ".html"
6088   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-ndr"
6089   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6090   filter: "'NIC_Intel-X710' and
6091            'NF_DENSITY' and
6092            'DOCKER' and
6093            'PIPELINE' and
6094            'NF_VPPIP4' and
6095            '64B' and
6096            '8T4C' and
6097            'NDRPDR'"
6098   reference:
6099     include: "2"
6100     name: "CNF-1c"
6101   compare:
6102     include: "1"
6103     name: "CNF-0.5c"
6104   parameters:
6105   - "throughput"
6106   - "name"
6107   - "tags"
6108   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6109   x-axis: "X = CNFs per Service Pipeline"
6110   y-axis: "Y = Number of Service Pipelines"
6111   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6112   layout:
6113     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6114     layout: "plot-service-density"
6115
6116 # Plots - NF Density - CSP - NDR IMIX
6117 - type: "plot"
6118   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6119   algorithm: "plot_service_density_heatmap_compare"
6120   output-file-type: ".html"
6121   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
6122   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6123   filter: "'NIC_Intel-X710' and
6124            'NF_DENSITY' and
6125            'DOCKER' and
6126            'PIPELINE' and
6127            'NF_VPPIP4' and
6128            'IMIX' and
6129            '2T1C' and
6130            'NDRPDR'"
6131   reference:
6132     include: "2"
6133     name: "CNF-1c"
6134   compare:
6135     include: "1"
6136     name: "CNF-0.5c"
6137   parameters:
6138   - "throughput"
6139   - "name"
6140   - "tags"
6141   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6142   x-axis: "X = CNFs per Service Pipeline"
6143   y-axis: "Y = Number of Service Pipelines"
6144   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6145   layout:
6146     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6147     layout: "plot-service-density"
6148
6149 - type: "plot"
6150   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6151   algorithm: "plot_service_density_heatmap_compare"
6152   output-file-type: ".html"
6153   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
6154   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6155   filter: "'NIC_Intel-X710' and
6156            'NF_DENSITY' and
6157            'DOCKER' and
6158            'PIPELINE' and
6159            'NF_VPPIP4' and
6160            'IMIX' and
6161            '4T2C' and
6162            'NDRPDR'"
6163   reference:
6164     include: "2"
6165     name: "CNF-1c"
6166   compare:
6167     include: "1"
6168     name: "CNF-0.5c"
6169   parameters:
6170   - "throughput"
6171   - "name"
6172   - "tags"
6173   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6174   x-axis: "X = CNFs per Service Pipeline"
6175   y-axis: "Y = Number of Service Pipelines"
6176   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6177   layout:
6178     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6179     layout: "plot-service-density"
6180
6181 - type: "plot"
6182   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6183   algorithm: "plot_service_density_heatmap_compare"
6184   output-file-type: ".html"
6185   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-ndr"
6186   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6187   filter: "'NIC_Intel-X710' and
6188            'NF_DENSITY' and
6189            'DOCKER' and
6190            'PIPELINE' and
6191            'NF_VPPIP4' and
6192            'IMIX' and
6193            '8T4C' and
6194            'NDRPDR'"
6195   reference:
6196     include: "2"
6197     name: "CNF-1c"
6198   compare:
6199     include: "1"
6200     name: "CNF-0.5c"
6201   parameters:
6202   - "throughput"
6203   - "name"
6204   - "tags"
6205   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6206   x-axis: "X = CNFs per Service Pipeline"
6207   y-axis: "Y = Number of Service Pipelines"
6208   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6209   layout:
6210     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6211     layout: "plot-service-density"
6212
6213 # Plots - NF Density - CSP - PDR 64b
6214 - type: "plot"
6215   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6216   algorithm: "plot_service_density_heatmap_compare"
6217   output-file-type: ".html"
6218   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
6219   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6220   filter: "'NIC_Intel-X710' and
6221            'NF_DENSITY' and
6222            'DOCKER' and
6223            'PIPELINE' and
6224            'NF_VPPIP4' and
6225            '64B' and
6226            '2T1C' and
6227            'NDRPDR'"
6228   reference:
6229     include: "2"
6230     name: "CNF-1c"
6231   compare:
6232     include: "1"
6233     name: "CNF-0.5c"
6234   parameters:
6235   - "throughput"
6236   - "name"
6237   - "tags"
6238   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6239   x-axis: "X = CNFs per Service Pipeline"
6240   y-axis: "Y = Number of Service Pipelines"
6241   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6242   layout:
6243     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6244     layout: "plot-service-density"
6245
6246 - type: "plot"
6247   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6248   algorithm: "plot_service_density_heatmap_compare"
6249   output-file-type: ".html"
6250   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
6251   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6252   filter: "'NIC_Intel-X710' and
6253            'NF_DENSITY' and
6254            'DOCKER' and
6255            'PIPELINE' and
6256            'NF_VPPIP4' and
6257            '64B' and
6258            '4T2C' and
6259            'NDRPDR'"
6260   reference:
6261     include: "2"
6262     name: "CNF-1c"
6263   compare:
6264     include: "1"
6265     name: "CNF-0.5c"
6266   parameters:
6267   - "throughput"
6268   - "name"
6269   - "tags"
6270   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6271   x-axis: "X = CNFs per Service Pipeline"
6272   y-axis: "Y = Number of Service Pipelines"
6273   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6274   layout:
6275     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6276     layout: "plot-service-density"
6277
6278 - type: "plot"
6279   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6280   algorithm: "plot_service_density_heatmap_compare"
6281   output-file-type: ".html"
6282   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-pdr"
6283   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6284   filter: "'NIC_Intel-X710' and
6285            'NF_DENSITY' and
6286            'DOCKER' and
6287            'PIPELINE' and
6288            'NF_VPPIP4' and
6289            '64B' and
6290            '8T4C' and
6291            'NDRPDR'"
6292   reference:
6293     include: "2"
6294     name: "CNF-1c"
6295   compare:
6296     include: "1"
6297     name: "CNF-0.5c"
6298   parameters:
6299   - "throughput"
6300   - "name"
6301   - "tags"
6302   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6303   x-axis: "X = CNFs per Service Pipeline"
6304   y-axis: "Y = Number of Service Pipelines"
6305   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6306   layout:
6307     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6308     layout: "plot-service-density"
6309
6310 # Plots - NF Density - CSP - PDR IMIX
6311 - type: "plot"
6312   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6313   algorithm: "plot_service_density_heatmap_compare"
6314   output-file-type: ".html"
6315   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
6316   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6317   filter: "'NIC_Intel-X710' and
6318            'NF_DENSITY' and
6319            'DOCKER' and
6320            'PIPELINE' and
6321            'NF_VPPIP4' and
6322            'IMIX' and
6323            '2T1C' and
6324            'NDRPDR'"
6325   reference:
6326     include: "2"
6327     name: "CNF-1c"
6328   compare:
6329     include: "1"
6330     name: "CNF-0.5c"
6331   parameters:
6332   - "throughput"
6333   - "name"
6334   - "tags"
6335   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6336   x-axis: "X = CNFs per Service Pipeline"
6337   y-axis: "Y = Number of Service Pipelines"
6338   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6339   layout:
6340     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6341     layout: "plot-service-density"
6342
6343 - type: "plot"
6344   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6345   algorithm: "plot_service_density_heatmap_compare"
6346   output-file-type: ".html"
6347   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
6348   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6349   filter: "'NIC_Intel-X710' and
6350            'NF_DENSITY' and
6351            'DOCKER' and
6352            'PIPELINE' and
6353            'NF_VPPIP4' and
6354            'IMIX' and
6355            '4T2C' and
6356            'NDRPDR'"
6357   reference:
6358     include: "2"
6359     name: "CNF-1c"
6360   compare:
6361     include: "1"
6362     name: "CNF-0.5c"
6363   parameters:
6364   - "throughput"
6365   - "name"
6366   - "tags"
6367   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6368   x-axis: "X = CNFs per Service Pipeline"
6369   y-axis: "Y = Number of Service Pipelines"
6370   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6371   layout:
6372     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6373     layout: "plot-service-density"
6374
6375 - type: "plot"
6376   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6377   algorithm: "plot_service_density_heatmap_compare"
6378   output-file-type: ".html"
6379   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-pdr"
6380   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6381   filter: "'NIC_Intel-X710' and
6382            'NF_DENSITY' and
6383            'DOCKER' and
6384            'PIPELINE' and
6385            'NF_VPPIP4' and
6386            'IMIX' and
6387            '8T4C' and
6388            'NDRPDR'"
6389   reference:
6390     include: "2"
6391     name: "CNF-1c"
6392   compare:
6393     include: "1"
6394     name: "CNF-0.5c"
6395   parameters:
6396   - "throughput"
6397   - "name"
6398   - "tags"
6399   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6400   x-axis: "X = CNFs per Service Pipeline"
6401   y-axis: "Y = Number of Service Pipelines"
6402   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6403   layout:
6404     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6405     layout: "plot-service-density"
6406
6407 ################################################################################
6408 ## Plots VPP HTTP Server Performance
6409 #- type: "plot"
6410 #  title: "VPP HTTP Server Performance"
6411 #  algorithm: "plot_http_server_performance_box"
6412 #  output-file-type: ".html"
6413 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6414 #  data:
6415 #    "plot-vpp-http-server-performance"
6416 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
6417 #  # each tag is enclosed with ' (apostrophe).
6418 #  filter: "'HTTP' and 'TCP_CPS'"
6419 #  parameters:
6420 #  - "result"
6421 #  - "name"
6422 #  traces:
6423 #    hoverinfo: "x+y"
6424 #    boxpoints: "outliers"
6425 #    whiskerwidth: 0
6426 #  layout:
6427 #    title: "VPP HTTP Server Performance"
6428 #    layout:
6429 #      "plot-cps"
6430 #
6431 #- type: "plot"
6432 #  title: "VPP HTTP Server Performance"
6433 #  algorithm: "plot_http_server_performance_box"
6434 #  output-file-type: ".html"
6435 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6436 #  data:
6437 #    "plot-vpp-http-server-performance"
6438 #  filter: "'HTTP' and 'TCP_RPS'"
6439 #  parameters:
6440 #  - "result"
6441 #  - "name"
6442 #  traces:
6443 #    hoverinfo: "x+y"
6444 #    boxpoints: "outliers"
6445 #    whiskerwidth: 0
6446 #  layout:
6447 #    title: "VPP HTTP Server Performance"
6448 #    layout:
6449 #      "plot-rps"
6450
6451 ################################################################################
6452
6453 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
6454 - type: "plot"
6455   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6456   algorithm: "plot_performance_box"
6457   output-file-type: ".html"
6458   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6459   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6460   filter: "'NIC_Intel-X520-DA2' and
6461            '64B' and
6462            ('BASE' or 'SCALE') and
6463            'NDRPDR' and
6464            'ETH' and
6465            '1T1C' and
6466            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6467            not 'VHOST' and
6468            not 'MEMIF'"
6469   parameters:
6470   - "throughput"
6471   - "parent"
6472   - "tags"
6473   sort:
6474   - "L2PATCH"
6475   - "L2XCBASE"
6476   - "BASE"
6477   - "FIB_10K"
6478   - "FIB_100K"
6479   - "FIB_1M"
6480   traces:
6481     hoverinfo: "x+y"
6482     boxpoints: "outliers"
6483     whiskerwidth: 0
6484   layout:
6485     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6486     layout: "plot-throughput"
6487
6488 - type: "plot"
6489   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6490   algorithm: "plot_performance_box"
6491   output-file-type: ".html"
6492   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6493   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6494   filter: "'NIC_Intel-X520-DA2' and
6495            '64B' and
6496            ('BASE' or 'SCALE') and
6497            'NDRPDR' and
6498            'ETH' and
6499            '1T1C' and
6500            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6501            not 'VHOST' and
6502            not 'MEMIF'"
6503   parameters:
6504   - "throughput"
6505   - "parent"
6506   - "tags"
6507   sort:
6508   - "L2PATCH"
6509   - "L2XCBASE"
6510   - "BASE"
6511   - "FIB_10K"
6512   - "FIB_100K"
6513   - "FIB_1M"
6514   traces:
6515     hoverinfo: "x+y"
6516     boxpoints: "outliers"
6517     whiskerwidth: 0
6518   layout:
6519     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6520     layout: "plot-throughput"
6521
6522 - type: "plot"
6523   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6524   algorithm: "plot_performance_box"
6525   output-file-type: ".html"
6526   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6527   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6528   filter: "'NIC_Intel-X520-DA2' and
6529            '64B' and
6530            ('BASE' or 'SCALE') and
6531            'NDRPDR' and
6532            'ETH' and
6533            '2T2C' and
6534            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6535            not 'VHOST' and
6536            not 'MEMIF'"
6537   parameters:
6538   - "throughput"
6539   - "parent"
6540   - "tags"
6541   sort:
6542   - "L2PATCH"
6543   - "L2XCBASE"
6544   - "BASE"
6545   - "FIB_10K"
6546   - "FIB_100K"
6547   - "FIB_1M"
6548   traces:
6549     hoverinfo: "x+y"
6550     boxpoints: "outliers"
6551     whiskerwidth: 0
6552   layout:
6553     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6554     layout: "plot-throughput"
6555
6556 - type: "plot"
6557   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6558   algorithm: "plot_performance_box"
6559   output-file-type: ".html"
6560   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6561   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6562   filter: "'NIC_Intel-X520-DA2' and
6563            '64B' and
6564            ('BASE' or 'SCALE') and
6565            'NDRPDR' and
6566            'ETH' and
6567            '2T2C' and
6568            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6569            not 'VHOST' and
6570            not 'MEMIF'"
6571   parameters:
6572   - "throughput"
6573   - "parent"
6574   - "tags"
6575   sort:
6576   - "L2PATCH"
6577   - "L2XCBASE"
6578   - "BASE"
6579   - "FIB_10K"
6580   - "FIB_100K"
6581   - "FIB_1M"
6582   traces:
6583     hoverinfo: "x+y"
6584     boxpoints: "outliers"
6585     whiskerwidth: 0
6586   layout:
6587     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6588     layout: "plot-throughput"
6589
6590 # Packet Throughput - VPP L2 3n-hsw-x520 features
6591 - type: "plot"
6592   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6593   algorithm: "plot_performance_box"
6594   output-file-type: ".html"
6595   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6596   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6597   filter: "'NIC_Intel-X520-DA2' and
6598            '64B' and
6599            'NDRPDR' and
6600            '1T1C' and
6601            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6602            not 'ACL' and
6603            not 'VHOST' and
6604            not 'MEMIF'"
6605   parameters:
6606   - "throughput"
6607   - "parent"
6608   - "tags"
6609   sort:
6610   - "L2XCBASE"    # l2xcbase
6611   - "L2BDBASE"    # l2bdbase
6612   - "L2XCFWD"     # dot1q-l2xcbase
6613   - "L2BDMACLRN"  # dot1q-l2bdbase
6614   traces:
6615     hoverinfo: "x+y"
6616     boxpoints: "outliers"
6617     whiskerwidth: 0
6618   layout:
6619     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6620     layout: "plot-throughput"
6621
6622 - type: "plot"
6623   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6624   algorithm: "plot_performance_box"
6625   output-file-type: ".html"
6626   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6627   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6628   filter: "'NIC_Intel-X520-DA2' and
6629            '64B' and
6630            'NDRPDR' and
6631            '1T1C' and
6632            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6633            not 'ACL' and
6634            not 'VHOST' and
6635            not 'MEMIF'"
6636   parameters:
6637   - "throughput"
6638   - "parent"
6639   - "tags"
6640   sort:
6641   - "L2XCBASE"    # l2xcbase
6642   - "L2BDBASE"    # l2bdbase
6643   - "L2XCFWD"     # dot1q-l2xcbase
6644   - "L2BDMACLRN"  # dot1q-l2bdbase
6645   traces:
6646     hoverinfo: "x+y"
6647     boxpoints: "outliers"
6648     whiskerwidth: 0
6649   layout:
6650     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6651     layout: "plot-throughput"
6652
6653 - type: "plot"
6654   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6655   algorithm: "plot_performance_box"
6656   output-file-type: ".html"
6657   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6658   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6659   filter: "'NIC_Intel-X520-DA2' and
6660            '64B' and
6661            'NDRPDR' and
6662            '2T2C' and
6663            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6664            not 'ACL' and
6665            not 'VHOST' and
6666            not 'MEMIF'"
6667   parameters:
6668   - "throughput"
6669   - "parent"
6670   - "tags"
6671   sort:
6672   - "L2XCBASE"    # l2xcbase
6673   - "L2BDBASE"    # l2bdbase
6674   - "L2XCFWD"     # dot1q-l2xcbase
6675   - "L2BDMACLRN"  # dot1q-l2bdbase
6676   traces:
6677     hoverinfo: "x+y"
6678     boxpoints: "outliers"
6679     whiskerwidth: 0
6680   layout:
6681     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6682     layout: "plot-throughput"
6683
6684 - type: "plot"
6685   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6686   algorithm: "plot_performance_box"
6687   output-file-type: ".html"
6688   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6689   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6690   filter: "'NIC_Intel-X520-DA2' and
6691            '64B' and
6692            'NDRPDR' and
6693            '2T2C' and
6694            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6695            not 'ACL' and
6696            not 'VHOST' and
6697            not 'MEMIF'"
6698   parameters:
6699   - "throughput"
6700   - "parent"
6701   - "tags"
6702   sort:
6703   - "L2XCBASE"    # l2xcbase
6704   - "L2BDBASE"    # l2bdbase
6705   - "L2XCFWD"     # dot1q-l2xcbase
6706   - "L2BDMACLRN"  # dot1q-l2bdbase
6707   traces:
6708     hoverinfo: "x+y"
6709     boxpoints: "outliers"
6710     whiskerwidth: 0
6711   layout:
6712     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6713     layout: "plot-throughput"
6714
6715 # Packet Throughput - VPP L2 3n-hsw-x520 features-iacl
6716 - type: "plot"
6717   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6718   algorithm: "plot_performance_box"
6719   output-file-type: ".html"
6720   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6721   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6722   filter: "'NIC_Intel-X520-DA2' and
6723            '64B' and
6724            'NDRPDR' and
6725            '1T1C' and
6726            'FEATURE' and
6727            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6728            'IACL' and
6729            ('ACL1' or 'ACL50') and
6730            ('10K_FLOWS' or '10k_FLOWS') and
6731            not 'MACIP' and
6732            not 'VHOST' and
6733            not 'MEMIF'"
6734   parameters:
6735   - "throughput"
6736   - "parent"
6737   - "tags"
6738   traces:
6739     hoverinfo: "x+y"
6740     boxpoints: "outliers"
6741     whiskerwidth: 0
6742   layout:
6743     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6744     layout: "plot-throughput"
6745
6746 - type: "plot"
6747   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6748   algorithm: "plot_performance_box"
6749   output-file-type: ".html"
6750   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6751   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6752   filter: "'NIC_Intel-X520-DA2' and
6753            '64B' and
6754            'NDRPDR' and
6755            '1T1C' and
6756            'FEATURE' and
6757            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6758            'IACL' and
6759            ('ACL1' or 'ACL50') and
6760            ('10K_FLOWS' or '10k_FLOWS') and
6761            not 'MACIP' and
6762            not 'VHOST' and
6763            not 'MEMIF'"
6764   parameters:
6765   - "throughput"
6766   - "parent"
6767   - "tags"
6768   traces:
6769     hoverinfo: "x+y"
6770     boxpoints: "outliers"
6771     whiskerwidth: 0
6772   layout:
6773     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6774     layout: "plot-throughput"
6775
6776 - type: "plot"
6777   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6778   algorithm: "plot_performance_box"
6779   output-file-type: ".html"
6780   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6781   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6782   filter: "'NIC_Intel-X520-DA2' and
6783            '64B' and
6784            'NDRPDR' and
6785            '2T2C' and
6786            'FEATURE' and
6787            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6788            'IACL' and
6789            ('ACL1' or 'ACL50') and
6790            ('10K_FLOWS' or '10k_FLOWS') and
6791            not 'MACIP' and
6792            not 'VHOST' and
6793            not 'MEMIF'"
6794   parameters:
6795   - "throughput"
6796   - "parent"
6797   - "tags"
6798   traces:
6799     hoverinfo: "x+y"
6800     boxpoints: "outliers"
6801     whiskerwidth: 0
6802   layout:
6803     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6804     layout: "plot-throughput"
6805
6806 - type: "plot"
6807   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6808   algorithm: "plot_performance_box"
6809   output-file-type: ".html"
6810   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6811   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6812   filter: "'NIC_Intel-X520-DA2' and
6813            '64B' and
6814            'NDRPDR' and
6815            '2T2C' and
6816            'FEATURE' and
6817            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6818            'IACL' and
6819            ('ACL1' or 'ACL50') and
6820            ('10K_FLOWS' or '10k_FLOWS') and
6821            not 'MACIP' and
6822            not 'VHOST' and
6823            not 'MEMIF'"
6824   parameters:
6825   - "throughput"
6826   - "parent"
6827   - "tags"
6828   traces:
6829     hoverinfo: "x+y"
6830     boxpoints: "outliers"
6831     whiskerwidth: 0
6832   layout:
6833     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6834     layout: "plot-throughput"
6835
6836 # Packet Throughput - VPP L2 3n-hsw-x520 features-oacl
6837 - type: "plot"
6838   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6839   algorithm: "plot_performance_box"
6840   output-file-type: ".html"
6841   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6842   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6843   filter: "'NIC_Intel-X520-DA2' and
6844            '64B' and
6845            'NDRPDR' and
6846            '1T1C' and
6847            'FEATURE' and
6848            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6849            'OACL' and
6850            ('ACL1' or 'ACL50') and
6851            ('10K_FLOWS' or '10k_FLOWS') and
6852            not 'MACIP' and
6853            not 'VHOST' and
6854            not 'MEMIF'"
6855   parameters:
6856   - "throughput"
6857   - "parent"
6858   - "tags"
6859   traces:
6860     hoverinfo: "x+y"
6861     boxpoints: "outliers"
6862     whiskerwidth: 0
6863   layout:
6864     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6865     layout: "plot-throughput"
6866
6867 - type: "plot"
6868   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6869   algorithm: "plot_performance_box"
6870   output-file-type: ".html"
6871   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6872   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6873   filter: "'NIC_Intel-X520-DA2' and
6874            '64B' and
6875            'NDRPDR' and
6876            '1T1C' and
6877            'FEATURE' and
6878            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6879            'OACL' and
6880            ('ACL1' or 'ACL50') and
6881            ('10K_FLOWS' or '10k_FLOWS') and
6882            not 'MACIP' and
6883            not 'VHOST' and
6884            not 'MEMIF'"
6885   parameters:
6886   - "throughput"
6887   - "parent"
6888   - "tags"
6889   traces:
6890     hoverinfo: "x+y"
6891     boxpoints: "outliers"
6892     whiskerwidth: 0
6893   layout:
6894     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6895     layout: "plot-throughput"
6896
6897 - type: "plot"
6898   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6899   algorithm: "plot_performance_box"
6900   output-file-type: ".html"
6901   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6902   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6903   filter: "'NIC_Intel-X520-DA2' and
6904            '64B' and
6905            'NDRPDR' and
6906            '2T2C' and
6907            'FEATURE' and
6908            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6909            'OACL' and
6910            ('ACL1' or 'ACL50') and
6911            ('10K_FLOWS' or '10k_FLOWS') and
6912            not 'MACIP' and
6913            not 'VHOST' and
6914            not 'MEMIF'"
6915   parameters:
6916   - "throughput"
6917   - "parent"
6918   - "tags"
6919   traces:
6920     hoverinfo: "x+y"
6921     boxpoints: "outliers"
6922     whiskerwidth: 0
6923   layout:
6924     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6925     layout: "plot-throughput"
6926
6927 - type: "plot"
6928   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6929   algorithm: "plot_performance_box"
6930   output-file-type: ".html"
6931   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6932   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6933   filter: "'NIC_Intel-X520-DA2' and
6934            '64B' and
6935            'NDRPDR' and
6936            '2T2C' and
6937            'FEATURE' and
6938            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6939            'OACL' and
6940            ('ACL1' or 'ACL50') and
6941            ('10K_FLOWS' or '10k_FLOWS') and
6942            not 'MACIP' and
6943            not 'VHOST' and
6944            not 'MEMIF'"
6945   parameters:
6946   - "throughput"
6947   - "parent"
6948   - "tags"
6949   traces:
6950     hoverinfo: "x+y"
6951     boxpoints: "outliers"
6952     whiskerwidth: 0
6953   layout:
6954     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6955     layout: "plot-throughput"
6956
6957 # Packet Throughput - VPP L2 3n-hsw-x520 features-macip
6958 - type: "plot"
6959   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6960   algorithm: "plot_performance_box"
6961   output-file-type: ".html"
6962   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6963   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6964   filter: "'NIC_Intel-X520-DA2' and
6965            '64B' and
6966            'NDRPDR' and
6967            '1T1C' and
6968            'FEATURE' and
6969            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6970            'MACIP' and
6971            ('ACL1' or 'ACL50') and
6972            ('10K_FLOWS' or '10k_FLOWS') and
6973            not 'VHOST' and
6974            not 'MEMIF'"
6975   parameters:
6976   - "throughput"
6977   - "parent"
6978   - "tags"
6979   traces:
6980     hoverinfo: "x+y"
6981     boxpoints: "outliers"
6982     whiskerwidth: 0
6983   layout:
6984     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6985     layout: "plot-throughput"
6986
6987 - type: "plot"
6988   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6989   algorithm: "plot_performance_box"
6990   output-file-type: ".html"
6991   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6992   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6993   filter: "'NIC_Intel-X520-DA2' and
6994            '64B' and
6995            'NDRPDR' and
6996            '1T1C' and
6997            'FEATURE' and
6998            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6999            'MACIP' and
7000            ('ACL1' or 'ACL50') and
7001            ('10K_FLOWS' or '10k_FLOWS') and
7002            not 'VHOST' and
7003            not 'MEMIF'"
7004   parameters:
7005   - "throughput"
7006   - "parent"
7007   - "tags"
7008   traces:
7009     hoverinfo: "x+y"
7010     boxpoints: "outliers"
7011     whiskerwidth: 0
7012   layout:
7013     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
7014     layout: "plot-throughput"
7015
7016 - type: "plot"
7017   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
7018   algorithm: "plot_performance_box"
7019   output-file-type: ".html"
7020   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
7021   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7022   filter: "'NIC_Intel-X520-DA2' and
7023            '64B' and
7024            'NDRPDR' and
7025            '2T2C' and
7026            'FEATURE' and
7027            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7028            'MACIP' and
7029            ('ACL1' or 'ACL50') and
7030            ('10K_FLOWS' or '10k_FLOWS') and
7031            not 'VHOST' and
7032            not 'MEMIF'"
7033   parameters:
7034   - "throughput"
7035   - "parent"
7036   - "tags"
7037   traces:
7038     hoverinfo: "x+y"
7039     boxpoints: "outliers"
7040     whiskerwidth: 0
7041   layout:
7042     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
7043     layout: "plot-throughput"
7044
7045 - type: "plot"
7046   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7047   algorithm: "plot_performance_box"
7048   output-file-type: ".html"
7049   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7050   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7051   filter: "'NIC_Intel-X520-DA2' and
7052            '64B' and
7053            'NDRPDR' and
7054            '2T2C' and
7055            'FEATURE' and
7056            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7057            'MACIP' and
7058            ('ACL1' or 'ACL50') and
7059            ('10K_FLOWS' or '10k_FLOWS') and
7060            not 'VHOST' and
7061            not 'MEMIF'"
7062   parameters:
7063   - "throughput"
7064   - "parent"
7065   - "tags"
7066   traces:
7067     hoverinfo: "x+y"
7068     boxpoints: "outliers"
7069     whiskerwidth: 0
7070   layout:
7071     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7072     layout: "plot-throughput"
7073
7074 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
7075 - type: "plot"
7076   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7077   algorithm: "plot_performance_box"
7078   output-file-type: ".html"
7079   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7080   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7081   filter: "'NIC_Intel-X710' and
7082            '64B' and
7083            ('BASE' or 'SCALE') and
7084            'NDRPDR' and
7085            'ETH' and
7086            '1T1C' and
7087            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7088            not 'VHOST' and
7089            not 'MEMIF'"
7090   parameters:
7091   - "throughput"
7092   - "parent"
7093   - "tags"
7094   sort:
7095   - "L2PATCH"
7096   - "L2XCFWD"
7097   - "L2BDMACLRN"
7098   - "FIB_10K"
7099   - "FIB_100K"
7100   - "FIB_1M"
7101   traces:
7102     hoverinfo: "x+y"
7103     boxpoints: "outliers"
7104     whiskerwidth: 0
7105   layout:
7106     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7107     layout: "plot-throughput"
7108
7109 - type: "plot"
7110   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7111   algorithm: "plot_performance_box"
7112   output-file-type: ".html"
7113   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7114   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7115   filter: "'NIC_Intel-X710' and
7116            '64B' and
7117            ('BASE' or 'SCALE') and
7118            'NDRPDR' and
7119            'ETH' and
7120            '1T1C' and
7121            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7122            not 'VHOST' and
7123            not 'MEMIF'"
7124   parameters:
7125   - "throughput"
7126   - "parent"
7127   - "tags"
7128   sort:
7129   - "L2PATCH"
7130   - "L2XCFWD"
7131   - "L2BDMACLRN"
7132   - "FIB_10K"
7133   - "FIB_100K"
7134   - "FIB_1M"
7135   traces:
7136     hoverinfo: "x+y"
7137     boxpoints: "outliers"
7138     whiskerwidth: 0
7139   layout:
7140     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7141     layout: "plot-throughput"
7142
7143 - type: "plot"
7144   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7145   algorithm: "plot_performance_box"
7146   output-file-type: ".html"
7147   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7148   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7149   filter: "'NIC_Intel-X710' and
7150            '64B' and
7151            ('BASE' or 'SCALE') and
7152            'NDRPDR' and
7153            'ETH' and
7154            '2T2C' and
7155            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7156            not 'VHOST' and
7157            not 'MEMIF'"
7158   parameters:
7159   - "throughput"
7160   - "parent"
7161   - "tags"
7162   sort:
7163   - "L2PATCH"
7164   - "L2XCFWD"
7165   - "L2BDMACLRN"
7166   - "FIB_10K"
7167   - "FIB_100K"
7168   - "FIB_1M"
7169   traces:
7170     hoverinfo: "x+y"
7171     boxpoints: "outliers"
7172     whiskerwidth: 0
7173   layout:
7174     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7175     layout: "plot-throughput"
7176
7177 - type: "plot"
7178   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7179   algorithm: "plot_performance_box"
7180   output-file-type: ".html"
7181   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7182   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7183   filter: "'NIC_Intel-X710' and
7184            '64B' and
7185            ('BASE' or 'SCALE') and
7186            'NDRPDR' and
7187            'ETH' and
7188            '2T2C' and
7189            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7190            not 'VHOST' and
7191            not 'MEMIF'"
7192   parameters:
7193   - "throughput"
7194   - "parent"
7195   - "tags"
7196   sort:
7197   - "L2PATCH"
7198   - "L2XCFWD"
7199   - "L2BDMACLRN"
7200   - "FIB_10K"
7201   - "FIB_100K"
7202   - "FIB_1M"
7203   traces:
7204     hoverinfo: "x+y"
7205     boxpoints: "outliers"
7206     whiskerwidth: 0
7207   layout:
7208     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7209     layout: "plot-throughput"
7210
7211 # Packet Throughput - VPP L2 3n-hsw-x710 features
7212 - type: "plot"
7213   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7214   algorithm: "plot_performance_box"
7215   output-file-type: ".html"
7216   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7217   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7218   filter: "'NIC_Intel-X710' and
7219            '64B' and
7220            'NDRPDR' and
7221            '1T1C' and
7222            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7223            not 'ACL' and
7224            not 'VHOST' and
7225            not 'L2OVRLAY' and
7226            not 'MEMIF'"
7227   parameters:
7228   - "throughput"
7229   - "parent"
7230   - "tags"
7231   sort:
7232   - "L2XCBASE"    # l2xcbase
7233   - "L2BDBASE"    # l2bdbase
7234   - "L2XCFWD"     # dot1q-l2xcbase
7235   - "L2BDMACLRN"  # dot1q-l2bdbase
7236   traces:
7237     hoverinfo: "x+y"
7238     boxpoints: "outliers"
7239     whiskerwidth: 0
7240   layout:
7241     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7242     layout: "plot-throughput"
7243
7244 - type: "plot"
7245   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7246   algorithm: "plot_performance_box"
7247   output-file-type: ".html"
7248   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7249   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7250   filter: "'NIC_Intel-X710' and
7251            '64B' and
7252            'NDRPDR' and
7253            '1T1C' and
7254            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7255            not 'ACL' and
7256            not 'VHOST' and
7257            not 'L2OVRLAY' and
7258            not 'MEMIF'"
7259   parameters:
7260   - "throughput"
7261   - "parent"
7262   - "tags"
7263   sort:
7264   - "L2XCBASE"    # l2xcbase
7265   - "L2BDBASE"    # l2bdbase
7266   - "L2XCFWD"     # dot1q-l2xcbase
7267   - "L2BDMACLRN"  # dot1q-l2bdbase
7268   traces:
7269     hoverinfo: "x+y"
7270     boxpoints: "outliers"
7271     whiskerwidth: 0
7272   layout:
7273     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7274     layout: "plot-throughput"
7275
7276 - type: "plot"
7277   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7278   algorithm: "plot_performance_box"
7279   output-file-type: ".html"
7280   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7281   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7282   filter: "'NIC_Intel-X710' and
7283            '64B' and
7284            'NDRPDR' and
7285            '2T2C' and
7286            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7287            not 'ACL' and
7288            not 'VHOST' and
7289            not 'L2OVRLAY' and
7290            not 'MEMIF'"
7291   parameters:
7292   - "throughput"
7293   - "parent"
7294   - "tags"
7295   sort:
7296   - "L2XCBASE"    # l2xcbase
7297   - "L2BDBASE"    # l2bdbase
7298   - "L2XCFWD"     # dot1q-l2xcbase
7299   - "L2BDMACLRN"  # dot1q-l2bdbase
7300   traces:
7301     hoverinfo: "x+y"
7302     boxpoints: "outliers"
7303     whiskerwidth: 0
7304   layout:
7305     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7306     layout: "plot-throughput"
7307
7308 - type: "plot"
7309   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7310   algorithm: "plot_performance_box"
7311   output-file-type: ".html"
7312   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7313   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7314   filter: "'NIC_Intel-X710' and
7315            '64B' and
7316            'NDRPDR' and
7317            '2T2C' and
7318            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7319            not 'ACL' and
7320            not 'VHOST' and
7321            not 'L2OVRLAY' and
7322            not 'MEMIF'"
7323   parameters:
7324   - "throughput"
7325   - "parent"
7326   - "tags"
7327   sort:
7328   - "L2XCBASE"    # l2xcbase
7329   - "L2BDBASE"    # l2bdbase
7330   - "L2XCFWD"     # dot1q-l2xcbase
7331   - "L2BDMACLRN"  # dot1q-l2bdbase
7332   traces:
7333     hoverinfo: "x+y"
7334     boxpoints: "outliers"
7335     whiskerwidth: 0
7336   layout:
7337     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7338     layout: "plot-throughput"
7339
7340 # Packet Throughput - VPP L2 3n-hsw-x710 features-iacl
7341 - type: "plot"
7342   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7343   algorithm: "plot_performance_box"
7344   output-file-type: ".html"
7345   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7346   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7347   filter: "'NIC_Intel-X710' and
7348            '64B' and
7349            'NDRPDR' and
7350            '1T1C' and
7351            'FEATURE' and
7352            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7353            'IACL' and
7354            ('ACL1' or 'ACL50') and
7355            ('10K_FLOWS' or '10k_FLOWS') and
7356            not 'MACIP' and
7357            not 'VHOST' and
7358            not 'MEMIF'"
7359   parameters:
7360   - "throughput"
7361   - "parent"
7362   - "tags"
7363   traces:
7364     hoverinfo: "x+y"
7365     boxpoints: "outliers"
7366     whiskerwidth: 0
7367   layout:
7368     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7369     layout: "plot-throughput"
7370
7371 - type: "plot"
7372   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7373   algorithm: "plot_performance_box"
7374   output-file-type: ".html"
7375   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7376   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7377   filter: "'NIC_Intel-X710' and
7378            '64B' and
7379            'NDRPDR' and
7380            '1T1C' and
7381            'FEATURE' and
7382            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7383            'IACL' and
7384            ('ACL1' or 'ACL50') and
7385            ('10K_FLOWS' or '10k_FLOWS') and
7386            not 'MACIP' and
7387            not 'VHOST' and
7388            not 'MEMIF'"
7389   parameters:
7390   - "throughput"
7391   - "parent"
7392   - "tags"
7393   traces:
7394     hoverinfo: "x+y"
7395     boxpoints: "outliers"
7396     whiskerwidth: 0
7397   layout:
7398     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7399     layout: "plot-throughput"
7400
7401 - type: "plot"
7402   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7403   algorithm: "plot_performance_box"
7404   output-file-type: ".html"
7405   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7406   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7407   filter: "'NIC_Intel-X710' and
7408            '64B' and
7409            'NDRPDR' and
7410            '2T2C' and
7411            'FEATURE' and
7412            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7413            'IACL' and
7414            ('ACL1' or 'ACL50') and
7415            ('10K_FLOWS' or '10k_FLOWS') and
7416            not 'MACIP' and
7417            not 'VHOST' and
7418            not 'MEMIF'"
7419   parameters:
7420   - "throughput"
7421   - "parent"
7422   - "tags"
7423   traces:
7424     hoverinfo: "x+y"
7425     boxpoints: "outliers"
7426     whiskerwidth: 0
7427   layout:
7428     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7429     layout: "plot-throughput"
7430
7431 - type: "plot"
7432   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7433   algorithm: "plot_performance_box"
7434   output-file-type: ".html"
7435   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7436   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7437   filter: "'NIC_Intel-X710' and
7438            '64B' and
7439            'NDRPDR' and
7440            '2T2C' and
7441            'FEATURE' and
7442            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7443            'IACL' and
7444            ('ACL1' or 'ACL50') and
7445            ('10K_FLOWS' or '10k_FLOWS') and
7446            not 'MACIP' and
7447            not 'VHOST' and
7448            not 'MEMIF'"
7449   parameters:
7450   - "throughput"
7451   - "parent"
7452   - "tags"
7453   traces:
7454     hoverinfo: "x+y"
7455     boxpoints: "outliers"
7456     whiskerwidth: 0
7457   layout:
7458     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7459     layout: "plot-throughput"
7460
7461 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
7462 - type: "plot"
7463   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7464   algorithm: "plot_performance_box"
7465   output-file-type: ".html"
7466   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7467   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7468   filter: "'NIC_Intel-XL710' and
7469            '64B' and
7470            'BASE' and
7471            'NDRPDR' and
7472            'ETH' and
7473            '1T1C' and
7474            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7475            not 'VHOST' and
7476            not 'MEMIF'"
7477   parameters:
7478   - "throughput"
7479   - "parent"
7480   - "tags"
7481   sort:
7482   - "L2PATCH"
7483   - "L2XCFWD"
7484   - "L2BDMACLRN"
7485   traces:
7486     hoverinfo: "x+y"
7487     boxpoints: "outliers"
7488     whiskerwidth: 0
7489   layout:
7490     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7491     layout: "plot-throughput"
7492
7493 - type: "plot"
7494   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7495   algorithm: "plot_performance_box"
7496   output-file-type: ".html"
7497   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7498   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7499   filter: "'NIC_Intel-XL710' and
7500            '64B' and
7501            'BASE' and
7502            'NDRPDR' and
7503            'ETH' and
7504            '1T1C' and
7505            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7506            not 'VHOST' and
7507            not 'MEMIF'"
7508   parameters:
7509   - "throughput"
7510   - "parent"
7511   - "tags"
7512   sort:
7513   - "L2PATCH"
7514   - "L2XCFWD"
7515   - "L2BDMACLRN"
7516   traces:
7517     hoverinfo: "x+y"
7518     boxpoints: "outliers"
7519     whiskerwidth: 0
7520   layout:
7521     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7522     layout: "plot-throughput"
7523
7524 - type: "plot"
7525   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7526   algorithm: "plot_performance_box"
7527   output-file-type: ".html"
7528   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7529   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7530   filter: "'NIC_Intel-XL710' and
7531            '64B' and
7532            'BASE' and
7533            'NDRPDR' and
7534            'ETH' and
7535            '2T2C' and
7536            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7537            not 'VHOST' and
7538            not 'MEMIF'"
7539   parameters:
7540   - "throughput"
7541   - "parent"
7542   - "tags"
7543   sort:
7544   - "L2PATCH"
7545   - "L2XCFWD"
7546   - "L2BDMACLRN"
7547   traces:
7548     hoverinfo: "x+y"
7549     boxpoints: "outliers"
7550     whiskerwidth: 0
7551   layout:
7552     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7553     layout: "plot-throughput"
7554
7555 - type: "plot"
7556   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7557   algorithm: "plot_performance_box"
7558   output-file-type: ".html"
7559   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7560   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7561   filter: "'NIC_Intel-XL710' and
7562            '64B' and
7563            'BASE' and
7564            'NDRPDR' and
7565            'ETH' and
7566            '2T2C' and
7567            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7568            not 'VHOST' and
7569            not 'MEMIF'"
7570   parameters:
7571   - "throughput"
7572   - "parent"
7573   - "tags"
7574   sort:
7575   - "L2PATCH"
7576   - "L2XCFWD"
7577   - "L2BDMACLRN"
7578   traces:
7579     hoverinfo: "x+y"
7580     boxpoints: "outliers"
7581     whiskerwidth: 0
7582   layout:
7583     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7584     layout: "plot-throughput"
7585
7586 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
7587 - type: "plot"
7588   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7589   algorithm: "plot_performance_box"
7590   output-file-type: ".html"
7591   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7592   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7593   filter: "'NIC_Intel-X710' and
7594            '64B' and
7595            ('BASE' or 'SCALE') and
7596            'NDRPDR' and
7597            'ETH' and
7598            '2T1C' and
7599            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7600            not 'VHOST' and
7601            not 'MEMIF' and
7602            not 'DRV_AVF'"
7603   parameters:
7604   - "throughput"
7605   - "parent"
7606   - "tags"
7607   sort:
7608   - "L2PATCH"
7609   - "L2XCBASE"
7610   - "BASE"
7611   - "FIB_10K"
7612   - "FIB_100K"
7613   - "FIB_1M"
7614   traces:
7615     hoverinfo: "x+y"
7616     boxpoints: "outliers"
7617     whiskerwidth: 0
7618   layout:
7619     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7620     layout: "plot-throughput"
7621
7622 - type: "plot"
7623   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7624   algorithm: "plot_performance_box"
7625   output-file-type: ".html"
7626   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7627   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7628   filter: "'NIC_Intel-X710' and
7629            '64B' and
7630            ('BASE' or 'SCALE') and
7631            'NDRPDR' and
7632            'ETH' and
7633            '2T1C' and
7634            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7635            not 'VHOST' and
7636            not 'MEMIF' and
7637            not 'DRV_AVF'"
7638   parameters:
7639   - "throughput"
7640   - "parent"
7641   - "tags"
7642   sort:
7643   - "L2PATCH"
7644   - "L2XCBASE"
7645   - "BASE"
7646   - "FIB_10K"
7647   - "FIB_100K"
7648   - "FIB_1M"
7649   traces:
7650     hoverinfo: "x+y"
7651     boxpoints: "outliers"
7652     whiskerwidth: 0
7653   layout:
7654     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7655     layout: "plot-throughput"
7656
7657 - type: "plot"
7658   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7659   algorithm: "plot_performance_box"
7660   output-file-type: ".html"
7661   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7662   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7663   filter: "'NIC_Intel-X710' and
7664            '64B' and
7665            ('BASE' or 'SCALE') and
7666            'NDRPDR' and
7667            'ETH' and
7668            '4T2C' and
7669            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7670            not 'VHOST' and
7671            not 'MEMIF' and
7672            not 'DRV_AVF'"
7673   parameters:
7674   - "throughput"
7675   - "parent"
7676   - "tags"
7677   sort:
7678   - "L2PATCH"
7679   - "L2XCBASE"
7680   - "BASE"
7681   - "FIB_10K"
7682   - "FIB_100K"
7683   - "FIB_1M"
7684   traces:
7685     hoverinfo: "x+y"
7686     boxpoints: "outliers"
7687     whiskerwidth: 0
7688   layout:
7689     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7690     layout: "plot-throughput"
7691
7692 - type: "plot"
7693   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7694   algorithm: "plot_performance_box"
7695   output-file-type: ".html"
7696   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7697   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7698   filter: "'NIC_Intel-X710' and
7699            '64B' and
7700            ('BASE' or 'SCALE') and
7701            'NDRPDR' and
7702            'ETH' and
7703            '4T2C' and
7704            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7705            not 'VHOST' and
7706            not 'MEMIF' and
7707            not 'DRV_AVF'"
7708   parameters:
7709   - "throughput"
7710   - "parent"
7711   - "tags"
7712   sort:
7713   - "L2PATCH"
7714   - "L2XCBASE"
7715   - "BASE"
7716   - "FIB_10K"
7717   - "FIB_100K"
7718   - "FIB_1M"
7719   traces:
7720     hoverinfo: "x+y"
7721     boxpoints: "outliers"
7722     whiskerwidth: 0
7723   layout:
7724     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7725     layout: "plot-throughput"
7726
7727 # Packet Throughput - VPP L2 3n-skx-x710 features
7728 - type: "plot"
7729   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7730   algorithm: "plot_performance_box"
7731   output-file-type: ".html"
7732   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7733   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7734   filter: "'NIC_Intel-X710' and
7735            '64B' and
7736            'NDRPDR' and
7737            '2T1C' and
7738            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7739            not 'ACL' and
7740            not 'VHOST' and
7741            not 'DRV_AVF' and
7742            not 'L2OVRLAY' and
7743            not 'MEMIF'"
7744   parameters:
7745   - "throughput"
7746   - "parent"
7747   - "tags"
7748   sort:
7749   - "L2XCBASE"    # l2xcbase
7750   - "L2BDBASE"    # l2bdbase
7751   - "L2XCFWD"     # dot1q-l2xcbase
7752   - "L2BDMACLRN"  # dot1q-l2bdbase
7753   traces:
7754     hoverinfo: "x+y"
7755     boxpoints: "outliers"
7756     whiskerwidth: 0
7757   layout:
7758     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7759     layout: "plot-throughput"
7760
7761 - type: "plot"
7762   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7763   algorithm: "plot_performance_box"
7764   output-file-type: ".html"
7765   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7766   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7767   filter: "'NIC_Intel-X710' and
7768            '64B' and
7769            'NDRPDR' and
7770            '2T1C' and
7771            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7772            not 'ACL' and
7773            not 'VHOST' and
7774            not 'DRV_AVF' and
7775            not 'L2OVRLAY' and
7776            not 'MEMIF'"
7777   parameters:
7778   - "throughput"
7779   - "parent"
7780   - "tags"
7781   sort:
7782   - "L2XCBASE"    # l2xcbase
7783   - "L2BDBASE"    # l2bdbase
7784   - "L2XCFWD"     # dot1q-l2xcbase
7785   - "L2BDMACLRN"  # dot1q-l2bdbase
7786   traces:
7787     hoverinfo: "x+y"
7788     boxpoints: "outliers"
7789     whiskerwidth: 0
7790   layout:
7791     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7792     layout: "plot-throughput"
7793
7794 - type: "plot"
7795   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7796   algorithm: "plot_performance_box"
7797   output-file-type: ".html"
7798   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7799   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7800   filter: "'NIC_Intel-X710' and
7801            '64B' and
7802            'NDRPDR' and
7803            '4T2C' and
7804            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7805            not 'ACL' and
7806            not 'VHOST' and
7807            not 'DRV_AVF' and
7808            not 'L2OVRLAY' and
7809            not 'MEMIF'"
7810   parameters:
7811   - "throughput"
7812   - "parent"
7813   - "tags"
7814   sort:
7815   - "L2XCBASE"    # l2xcbase
7816   - "L2BDBASE"    # l2bdbase
7817   - "L2XCFWD"     # dot1q-l2xcbase
7818   - "L2BDMACLRN"  # dot1q-l2bdbase
7819   traces:
7820     hoverinfo: "x+y"
7821     boxpoints: "outliers"
7822     whiskerwidth: 0
7823   layout:
7824     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7825     layout: "plot-throughput"
7826
7827 - type: "plot"
7828   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7829   algorithm: "plot_performance_box"
7830   output-file-type: ".html"
7831   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7832   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7833   filter: "'NIC_Intel-X710' and
7834            '64B' and
7835            'NDRPDR' and
7836            '4T2C' and
7837            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7838            not 'ACL' and
7839            not 'VHOST' and
7840            not 'DRV_AVF' and
7841            not 'L2OVRLAY' and
7842            not 'MEMIF'"
7843   parameters:
7844   - "throughput"
7845   - "parent"
7846   - "tags"
7847   sort:
7848   - "L2XCBASE"    # l2xcbase
7849   - "L2BDBASE"    # l2bdbase
7850   - "L2XCFWD"     # dot1q-l2xcbase
7851   - "L2BDMACLRN"  # dot1q-l2bdbase
7852   traces:
7853     hoverinfo: "x+y"
7854     boxpoints: "outliers"
7855     whiskerwidth: 0
7856   layout:
7857     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7858     layout: "plot-throughput"
7859
7860 # Packet Throughput - VPP L2 3n-skx-x710 features-iacl
7861 - type: "plot"
7862   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7863   algorithm: "plot_performance_box"
7864   output-file-type: ".html"
7865   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7866   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7867   filter: "'NIC_Intel-X710' and
7868            '64B' and
7869            'NDRPDR' and
7870            '2T1C' and
7871            'FEATURE' and
7872            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7873            'IACL' and
7874            ('ACL1' or 'ACL50') and
7875            ('10K_FLOWS' or '10k_FLOWS') and
7876            not 'MACIP' and
7877            not 'VHOST' and
7878            not 'MEMIF'"
7879   parameters:
7880   - "throughput"
7881   - "parent"
7882   - "tags"
7883   traces:
7884     hoverinfo: "x+y"
7885     boxpoints: "outliers"
7886     whiskerwidth: 0
7887   layout:
7888     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7889     layout: "plot-throughput"
7890
7891 - type: "plot"
7892   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7893   algorithm: "plot_performance_box"
7894   output-file-type: ".html"
7895   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7896   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7897   filter: "'NIC_Intel-X710' and
7898            '64B' and
7899            'NDRPDR' and
7900            '2T1C' and
7901            'FEATURE' and
7902            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7903            'IACL' and
7904            ('ACL1' or 'ACL50') and
7905            ('10K_FLOWS' or '10k_FLOWS') and
7906            not 'MACIP' and
7907            not 'VHOST' and
7908            not 'MEMIF'"
7909   parameters:
7910   - "throughput"
7911   - "parent"
7912   - "tags"
7913   traces:
7914     hoverinfo: "x+y"
7915     boxpoints: "outliers"
7916     whiskerwidth: 0
7917   layout:
7918     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7919     layout: "plot-throughput"
7920
7921 - type: "plot"
7922   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7923   algorithm: "plot_performance_box"
7924   output-file-type: ".html"
7925   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7926   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7927   filter: "'NIC_Intel-X710' and
7928            '64B' and
7929            'NDRPDR' and
7930            '4T2C' and
7931            'FEATURE' and
7932            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7933            'IACL' and
7934            ('ACL1' or 'ACL50') and
7935            ('10K_FLOWS' or '10k_FLOWS') and
7936            not 'MACIP' and
7937            not 'VHOST' and
7938            not 'MEMIF'"
7939   parameters:
7940   - "throughput"
7941   - "parent"
7942   - "tags"
7943   traces:
7944     hoverinfo: "x+y"
7945     boxpoints: "outliers"
7946     whiskerwidth: 0
7947   layout:
7948     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7949     layout: "plot-throughput"
7950
7951 - type: "plot"
7952   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7953   algorithm: "plot_performance_box"
7954   output-file-type: ".html"
7955   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7956   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7957   filter: "'NIC_Intel-X710' and
7958            '64B' and
7959            'NDRPDR' and
7960            '4T2C' and
7961            'FEATURE' and
7962            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7963            'IACL' and
7964            ('ACL1' or 'ACL50') and
7965            ('10K_FLOWS' or '10k_FLOWS') and
7966            not 'MACIP' and
7967            not 'VHOST' and
7968            not 'MEMIF'"
7969   parameters:
7970   - "throughput"
7971   - "parent"
7972   - "tags"
7973   traces:
7974     hoverinfo: "x+y"
7975     boxpoints: "outliers"
7976     whiskerwidth: 0
7977   layout:
7978     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7979     layout: "plot-throughput"
7980
7981 # Packet Throughput - VPP L2 3n-skx-xxv710 base
7982 - type: "plot"
7983   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7984   algorithm: "plot_performance_box"
7985   output-file-type: ".html"
7986   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7987   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7988   filter: "'NIC_Intel-XXV710' and
7989            '64B' and
7990            ('BASE' or 'SCALE') and
7991            'NDRPDR' and
7992            'ETH' and
7993            '2T1C' and
7994            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7995            not 'VHOST' and
7996            not 'MEMIF'"
7997   parameters:
7998   - "throughput"
7999   - "parent"
8000   - "tags"
8001   sort:
8002   - "L2PATCH"
8003   - "L2PATCH"
8004   - "L2XCBASE"
8005   - "L2BDMACLRN"
8006   traces:
8007     hoverinfo: "x+y"
8008     boxpoints: "outliers"
8009     whiskerwidth: 0
8010   layout:
8011     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
8012     layout: "plot-throughput"
8013
8014 - type: "plot"
8015   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
8016   algorithm: "plot_performance_box"
8017   output-file-type: ".html"
8018   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
8019   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8020   filter: "'NIC_Intel-XXV710' and
8021            '64B' and
8022            ('BASE' or 'SCALE') and
8023            'NDRPDR' and
8024            'ETH' and
8025            '2T1C' and
8026            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8027            not 'VHOST' and
8028            not 'MEMIF'"
8029   parameters:
8030   - "throughput"
8031   - "parent"
8032   - "tags"
8033   sort:
8034   - "L2PATCH"
8035   - "L2PATCH"
8036   - "L2XCBASE"
8037   - "L2BDMACLRN"
8038   traces:
8039     hoverinfo: "x+y"
8040     boxpoints: "outliers"
8041     whiskerwidth: 0
8042   layout:
8043     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
8044     layout: "plot-throughput"
8045
8046 - type: "plot"
8047   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8048   algorithm: "plot_performance_box"
8049   output-file-type: ".html"
8050   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8051   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8052   filter: "'NIC_Intel-XXV710' and
8053            '64B' and
8054            ('BASE' or 'SCALE') and
8055            'NDRPDR' and
8056            'ETH' and
8057            '4T2C' and
8058            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8059            not 'VHOST' and
8060            not 'MEMIF'"
8061   parameters:
8062   - "throughput"
8063   - "parent"
8064   - "tags"
8065   sort:
8066   - "L2PATCH"
8067   - "L2PATCH"
8068   - "L2XCBASE"
8069   - "L2BDMACLRN"
8070   traces:
8071     hoverinfo: "x+y"
8072     boxpoints: "outliers"
8073     whiskerwidth: 0
8074   layout:
8075     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8076     layout: "plot-throughput"
8077
8078 - type: "plot"
8079   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8080   algorithm: "plot_performance_box"
8081   output-file-type: ".html"
8082   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8083   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8084   filter: "'NIC_Intel-XXV710' and
8085            '64B' and
8086            ('BASE' or 'SCALE') and
8087            'NDRPDR' and
8088            'ETH' and
8089            '4T2C' and
8090            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8091            not 'VHOST' and
8092            not 'MEMIF'"
8093   parameters:
8094   - "throughput"
8095   - "parent"
8096   - "tags"
8097   sort:
8098   - "L2PATCH"
8099   - "L2PATCH"
8100   - "L2XCBASE"
8101   - "L2BDMACLRN"
8102   traces:
8103     hoverinfo: "x+y"
8104     boxpoints: "outliers"
8105     whiskerwidth: 0
8106   layout:
8107     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8108     layout: "plot-throughput"
8109
8110 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
8111 - type: "plot"
8112   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8113   algorithm: "plot_performance_box"
8114   output-file-type: ".html"
8115   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8116   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8117   filter: "'NIC_Intel-X710' and
8118            '64B' and
8119            ('BASE' or 'SCALE') and
8120            'NDRPDR' and
8121            'ETH' and
8122            '2T1C' and
8123            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8124            not 'VHOST' and
8125            not 'MEMIF'"
8126   parameters:
8127   - "throughput"
8128   - "parent"
8129   - "tags"
8130   sort:
8131   - "L2PATCH"
8132   - "L2XCBASE"
8133   - "BASE"
8134   - "FIB_10K"
8135   - "FIB_100K"
8136   - "FIB_1M"
8137   traces:
8138     hoverinfo: "x+y"
8139     boxpoints: "outliers"
8140     whiskerwidth: 0
8141   layout:
8142     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8143     layout: "plot-throughput"
8144
8145 - type: "plot"
8146   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8147   algorithm: "plot_performance_box"
8148   output-file-type: ".html"
8149   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8150   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8151   filter: "'NIC_Intel-X710' and
8152            '64B' and
8153            ('BASE' or 'SCALE') and
8154            'NDRPDR' and
8155            'ETH' and
8156            '2T1C' and
8157            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8158            not 'VHOST' and
8159            not 'MEMIF'"
8160   parameters:
8161   - "throughput"
8162   - "parent"
8163   - "tags"
8164   sort:
8165   - "L2PATCH"
8166   - "L2XCBASE"
8167   - "BASE"
8168   - "FIB_10K"
8169   - "FIB_100K"
8170   - "FIB_1M"
8171   traces:
8172     hoverinfo: "x+y"
8173     boxpoints: "outliers"
8174     whiskerwidth: 0
8175   layout:
8176     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8177     layout: "plot-throughput"
8178
8179 - type: "plot"
8180   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8181   algorithm: "plot_performance_box"
8182   output-file-type: ".html"
8183   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8184   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8185   filter: "'NIC_Intel-X710' and
8186            '64B' and
8187            ('BASE' or 'SCALE') and
8188            'NDRPDR' and
8189            'ETH' and
8190            '4T2C' and
8191            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8192            not 'VHOST' and
8193            not 'MEMIF'"
8194   parameters:
8195   - "throughput"
8196   - "parent"
8197   - "tags"
8198   sort:
8199   - "L2PATCH"
8200   - "L2XCBASE"
8201   - "BASE"
8202   - "FIB_10K"
8203   - "FIB_100K"
8204   - "FIB_1M"
8205   traces:
8206     hoverinfo: "x+y"
8207     boxpoints: "outliers"
8208     whiskerwidth: 0
8209   layout:
8210     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8211     layout: "plot-throughput"
8212
8213 - type: "plot"
8214   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8215   algorithm: "plot_performance_box"
8216   output-file-type: ".html"
8217   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8218   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8219   filter: "'NIC_Intel-X710' and
8220            '64B' and
8221            ('BASE' or 'SCALE') and
8222            'NDRPDR' and
8223            'ETH' and
8224            '4T2C' and
8225            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8226            not 'VHOST' and
8227            not 'MEMIF'"
8228   parameters:
8229   - "throughput"
8230   - "parent"
8231   - "tags"
8232   sort:
8233   - "L2PATCH"
8234   - "L2XCBASE"
8235   - "BASE"
8236   - "FIB_10K"
8237   - "FIB_100K"
8238   - "FIB_1M"
8239   traces:
8240     hoverinfo: "x+y"
8241     boxpoints: "outliers"
8242     whiskerwidth: 0
8243   layout:
8244     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8245     layout: "plot-throughput"
8246
8247 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
8248 - type: "plot"
8249   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8250   algorithm: "plot_performance_box"
8251   output-file-type: ".html"
8252   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8253   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8254   filter: "'NIC_Intel-XXV710' and
8255            '64B' and
8256            ('BASE' or 'SCALE') and
8257            'NDRPDR' and
8258            'ETH' and
8259            '2T1C' and
8260            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8261            not 'VHOST' and
8262            not 'MEMIF'"
8263   parameters:
8264   - "throughput"
8265   - "parent"
8266   - "tags"
8267   sort:
8268   - "L2PATCH"
8269   - "L2XCBASE"
8270   - "BASE"
8271   - "FIB_10K"
8272   - "FIB_100K"
8273   - "FIB_1M"
8274   traces:
8275     hoverinfo: "x+y"
8276     boxpoints: "outliers"
8277     whiskerwidth: 0
8278   layout:
8279     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8280     layout: "plot-throughput"
8281
8282 - type: "plot"
8283   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8284   algorithm: "plot_performance_box"
8285   output-file-type: ".html"
8286   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8287   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8288   filter: "'NIC_Intel-XXV710' and
8289            '64B' and
8290            ('BASE' or 'SCALE') and
8291            'NDRPDR' and
8292            'ETH' and
8293            '2T1C' and
8294            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8295            not 'VHOST' and
8296            not 'MEMIF'"
8297   parameters:
8298   - "throughput"
8299   - "parent"
8300   - "tags"
8301   sort:
8302   - "L2PATCH"
8303   - "L2XCBASE"
8304   - "BASE"
8305   - "FIB_10K"
8306   - "FIB_100K"
8307   - "FIB_1M"
8308   traces:
8309     hoverinfo: "x+y"
8310     boxpoints: "outliers"
8311     whiskerwidth: 0
8312   layout:
8313     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8314     layout: "plot-throughput"
8315
8316 - type: "plot"
8317   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8318   algorithm: "plot_performance_box"
8319   output-file-type: ".html"
8320   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8321   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8322   filter: "'NIC_Intel-XXV710' and
8323            '64B' and
8324            ('BASE' or 'SCALE') and
8325            'NDRPDR' and
8326            'ETH' and
8327            '4T2C' and
8328            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8329            not 'VHOST' and
8330            not 'MEMIF'"
8331   parameters:
8332   - "throughput"
8333   - "parent"
8334   - "tags"
8335   sort:
8336   - "L2PATCH"
8337   - "L2XCBASE"
8338   - "BASE"
8339   - "FIB_10K"
8340   - "FIB_100K"
8341   - "FIB_1M"
8342   traces:
8343     hoverinfo: "x+y"
8344     boxpoints: "outliers"
8345     whiskerwidth: 0
8346   layout:
8347     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8348     layout: "plot-throughput"
8349
8350 - type: "plot"
8351   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8352   algorithm: "plot_performance_box"
8353   output-file-type: ".html"
8354   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8355   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8356   filter: "'NIC_Intel-XXV710' and
8357            '64B' and
8358            ('BASE' or 'SCALE') and
8359            'NDRPDR' and
8360            'ETH' and
8361            '4T2C' and
8362            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8363            not 'VHOST' and
8364            not 'MEMIF'"
8365   parameters:
8366   - "throughput"
8367   - "parent"
8368   - "tags"
8369   sort:
8370   - "L2PATCH"
8371   - "L2XCBASE"
8372   - "BASE"
8373   - "FIB_10K"
8374   - "FIB_100K"
8375   - "FIB_1M"
8376   traces:
8377     hoverinfo: "x+y"
8378     boxpoints: "outliers"
8379     whiskerwidth: 0
8380   layout:
8381     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8382     layout: "plot-throughput"
8383
8384 ## Packet Throughput - VPP L2 2n-dnv-x553 base
8385 #- type: "plot"
8386 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8387 #  algorithm: "plot_performance_box"
8388 #  output-file-type: ".html"
8389 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8390 #  data: "intel-dnv-vpp"
8391 #  filter: "'NIC_Intel-X553' and
8392 #           '64B' and
8393 #           'BASE' and
8394 #           'NDRPDR' and
8395 #           'ETH' and
8396 #           '1T1C' and
8397 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8398 #           not 'VHOST' and
8399 #           not 'MEMIF'"
8400 #  parameters:
8401 #  - "throughput"
8402 #  - "parent"
8403 #  - "tags"
8404 #  sort:
8405 #  - "L2XCBASE"
8406 #  - "L2BDMACLRN"
8407 #  - "L2PATCH"
8408 #  traces:
8409 #    hoverinfo: "x+y"
8410 #    boxpoints: "outliers"
8411 #    whiskerwidth: 0
8412 #  layout:
8413 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8414 #    layout: "plot-throughput"
8415 #
8416 #- type: "plot"
8417 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8418 #  algorithm: "plot_performance_box"
8419 #  output-file-type: ".html"
8420 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8421 #  data: "intel-dnv-vpp"
8422 #  filter: "'NIC_Intel-X553' and
8423 #           '64B' and
8424 #           ('BASE' or 'SCALE') and
8425 #           'NDRPDR' and
8426 #           'ETH' and
8427 #           '1T1C' and
8428 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8429 #           not 'VHOST' and
8430 #           not 'MEMIF'"
8431 #  parameters:
8432 #  - "throughput"
8433 #  - "parent"
8434 #  - "tags"
8435 #  sort:
8436 #  - "L2XCBASE"
8437 #  - "L2BDMACLRN"
8438 #  - "L2PATCH"
8439 #  traces:
8440 #    hoverinfo: "x+y"
8441 #    boxpoints: "outliers"
8442 #    whiskerwidth: 0
8443 #  layout:
8444 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8445 #    layout: "plot-throughput"
8446 #
8447 #- type: "plot"
8448 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8449 #  algorithm: "plot_performance_box"
8450 #  output-file-type: ".html"
8451 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8452 #  data: "intel-dnv-vpp"
8453 #  filter: "'NIC_Intel-X553' and
8454 #           '64B' and
8455 #           ('BASE' or 'SCALE') and
8456 #           'NDRPDR' and
8457 #           'ETH' and
8458 #           '2T2C' and
8459 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8460 #           not 'VHOST' and
8461 #           not 'MEMIF'"
8462 #  parameters:
8463 #  - "throughput"
8464 #  - "parent"
8465 #  - "tags"
8466 #  sort:
8467 #  - "L2XCBASE"
8468 #  - "L2BDMACLRN"
8469 #  - "L2PATCH"
8470 #  traces:
8471 #    hoverinfo: "x+y"
8472 #    boxpoints: "outliers"
8473 #    whiskerwidth: 0
8474 #  layout:
8475 #    title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8476 #    layout: "plot-throughput"
8477 #
8478 #- type: "plot"
8479 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8480 #  algorithm: "plot_performance_box"
8481 #  output-file-type: ".html"
8482 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8483 #  data: "intel-dnv-vpp"
8484 #  filter: "'NIC_Intel-X553' and
8485 #           '64B' and
8486 #           ('BASE' or 'SCALE') and
8487 #           'NDRPDR' and
8488 #           'ETH' and
8489 #           '2T2C' and
8490 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8491 #           not 'VHOST' and
8492 #           not 'MEMIF'"
8493 #  parameters:
8494 #  - "throughput"
8495 #  - "parent"
8496 #  - "tags"
8497 #  sort:
8498 #  - "L2XCBASE"
8499 #  - "L2BDMACLRN"
8500 #  - "L2PATCH"
8501 #  traces:
8502 #    hoverinfo: "x+y"
8503 #    boxpoints: "outliers"
8504 #    whiskerwidth: 0
8505 #  layout:
8506 #    title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8507 #    layout: "plot-throughput"
8508
8509 ################################################################################
8510
8511 # Packet Throughput - VPP Container Memif 3n-hsw-x520
8512 - type: "plot"
8513   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8514   algorithm: "plot_performance_box"
8515   output-file-type: ".html"
8516   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8517   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8518   filter: "'NIC_Intel-X520-DA2' and
8519            '64B' and
8520            ('BASE' or 'SCALE') and
8521            'NDRPDR' and
8522            '1T1C' and
8523            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8524            not 'VHOST' and
8525            'MEMIF'"
8526   parameters:
8527   - "throughput"
8528   - "parent"
8529   - "tags"
8530   sort:
8531   - "L2XCFWD"
8532   - "L2XCFWD"
8533   - "L2XCFWD"
8534   - "L2BDMACLRN"
8535   - "L2BDMACLRN"
8536   - "L2BDMACLRN"
8537   - "IP4FWD"
8538   traces:
8539     hoverinfo: "x+y"
8540     boxpoints: "outliers"
8541     whiskerwidth: 0
8542   layout:
8543     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8544     layout: "plot-throughput"
8545
8546 - type: "plot"
8547   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8548   algorithm: "plot_performance_box"
8549   output-file-type: ".html"
8550   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8551   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8552   filter: "'NIC_Intel-X520-DA2' and
8553            '64B' and
8554            ('BASE' or 'SCALE') and
8555            'NDRPDR' and
8556            '1T1C' and
8557            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8558            not 'VHOST' and
8559            'MEMIF'"
8560   parameters:
8561   - "throughput"
8562   - "parent"
8563   - "tags"
8564   sort:
8565   - "L2XCFWD"
8566   - "L2XCFWD"
8567   - "L2XCFWD"
8568   - "L2BDMACLRN"
8569   - "L2BDMACLRN"
8570   - "L2BDMACLRN"
8571   - "IP4FWD"
8572   traces:
8573     hoverinfo: "x+y"
8574     boxpoints: "outliers"
8575     whiskerwidth: 0
8576   layout:
8577     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8578     layout: "plot-throughput"
8579
8580 - type: "plot"
8581   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8582   algorithm: "plot_performance_box"
8583   output-file-type: ".html"
8584   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8585   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8586   filter: "'NIC_Intel-X520-DA2' and
8587            '64B' and
8588            ('BASE' or 'SCALE') and
8589            'NDRPDR' and
8590            '2T2C' and
8591            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8592            not 'VHOST' and
8593            'MEMIF'"
8594   parameters:
8595   - "throughput"
8596   - "parent"
8597   - "tags"
8598   sort:
8599   - "L2XCFWD"
8600   - "L2XCFWD"
8601   - "L2XCFWD"
8602   - "L2BDMACLRN"
8603   - "L2BDMACLRN"
8604   - "L2BDMACLRN"
8605   - "IP4FWD"
8606   traces:
8607     hoverinfo: "x+y"
8608     boxpoints: "outliers"
8609     whiskerwidth: 0
8610   layout:
8611     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8612     layout: "plot-throughput"
8613
8614 - type: "plot"
8615   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8616   algorithm: "plot_performance_box"
8617   output-file-type: ".html"
8618   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8619   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8620   filter: "'NIC_Intel-X520-DA2' and
8621            '64B' and
8622            ('BASE' or 'SCALE') and
8623            'NDRPDR' and
8624            '2T2C' and
8625            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8626            not 'VHOST' and
8627            'MEMIF'"
8628   parameters:
8629   - "throughput"
8630   - "parent"
8631   - "tags"
8632   sort:
8633   - "L2XCFWD"
8634   - "L2XCFWD"
8635   - "L2XCFWD"
8636   - "L2BDMACLRN"
8637   - "L2BDMACLRN"
8638   - "L2BDMACLRN"
8639   - "IP4FWD"
8640   traces:
8641     hoverinfo: "x+y"
8642     boxpoints: "outliers"
8643     whiskerwidth: 0
8644   layout:
8645     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8646     layout: "plot-throughput"
8647
8648 # Packet Throughput - VPP Container Memif 3n-hsw-x710
8649 - type: "plot"
8650   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8651   algorithm: "plot_performance_box"
8652   output-file-type: ".html"
8653   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8654   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8655   filter: "'NIC_Intel-X710' and
8656            '64B' and
8657            ('BASE' or 'SCALE') and
8658            'NDRPDR' and
8659            '1T1C' and
8660            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8661            not 'VHOST' and
8662            'MEMIF'"
8663   parameters:
8664   - "throughput"
8665   - "parent"
8666   - "tags"
8667   sort:
8668   - "L2XCFWD"
8669   - "L2XCFWD"
8670   - "L2XCFWD"
8671   - "L2BDMACLRN"
8672   - "L2BDMACLRN"
8673   - "L2BDMACLRN"
8674   - "IP4FWD"
8675   traces:
8676     hoverinfo: "x+y"
8677     boxpoints: "outliers"
8678     whiskerwidth: 0
8679   layout:
8680     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8681     layout: "plot-throughput"
8682
8683 - type: "plot"
8684   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8685   algorithm: "plot_performance_box"
8686   output-file-type: ".html"
8687   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8688   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8689   filter: "'NIC_Intel-X710' and
8690            '64B' and
8691            ('BASE' or 'SCALE') and
8692            'NDRPDR' and
8693            '1T1C' and
8694            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8695            not 'VHOST' and
8696            'MEMIF'"
8697   parameters:
8698   - "throughput"
8699   - "parent"
8700   - "tags"
8701   sort:
8702   - "L2XCFWD"
8703   - "L2XCFWD"
8704   - "L2XCFWD"
8705   - "L2BDMACLRN"
8706   - "L2BDMACLRN"
8707   - "L2BDMACLRN"
8708   - "IP4FWD"
8709   traces:
8710     hoverinfo: "x+y"
8711     boxpoints: "outliers"
8712     whiskerwidth: 0
8713   layout:
8714     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8715     layout: "plot-throughput"
8716
8717 - type: "plot"
8718   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8719   algorithm: "plot_performance_box"
8720   output-file-type: ".html"
8721   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8722   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8723   filter: "'NIC_Intel-X710' and
8724            '64B' and
8725            ('BASE' or 'SCALE') and
8726            'NDRPDR' and
8727            '2T2C' and
8728            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8729            not 'VHOST' and
8730            'MEMIF'"
8731   parameters:
8732   - "throughput"
8733   - "parent"
8734   - "tags"
8735   sort:
8736   - "L2XCFWD"
8737   - "L2XCFWD"
8738   - "L2XCFWD"
8739   - "L2BDMACLRN"
8740   - "L2BDMACLRN"
8741   - "L2BDMACLRN"
8742   - "IP4FWD"
8743   traces:
8744     hoverinfo: "x+y"
8745     boxpoints: "outliers"
8746     whiskerwidth: 0
8747   layout:
8748     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8749     layout: "plot-throughput"
8750
8751 - type: "plot"
8752   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8753   algorithm: "plot_performance_box"
8754   output-file-type: ".html"
8755   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8756   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8757   filter: "'NIC_Intel-X710' and
8758            '64B' and
8759            ('BASE' or 'SCALE') and
8760            'NDRPDR' and
8761            '2T2C' and
8762            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8763            not 'VHOST' and
8764            'MEMIF'"
8765   parameters:
8766   - "throughput"
8767   - "parent"
8768   - "tags"
8769   sort:
8770   - "L2XCFWD"
8771   - "L2XCFWD"
8772   - "L2XCFWD"
8773   - "L2BDMACLRN"
8774   - "L2BDMACLRN"
8775   - "L2BDMACLRN"
8776   - "IP4FWD"
8777   traces:
8778     hoverinfo: "x+y"
8779     boxpoints: "outliers"
8780     whiskerwidth: 0
8781   layout:
8782     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8783     layout: "plot-throughput"
8784
8785 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
8786 - type: "plot"
8787   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8788   algorithm: "plot_performance_box"
8789   output-file-type: ".html"
8790   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8791   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8792   filter: "'NIC_Intel-XL710' and
8793            '64B' and
8794            ('BASE' or 'SCALE') and
8795            'NDRPDR' and
8796            '1T1C' and
8797            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8798            not 'VHOST' and
8799            'MEMIF'"
8800   parameters:
8801   - "throughput"
8802   - "parent"
8803   - "tags"
8804   sort:
8805   - "L2XCFWD"
8806   - "L2XCFWD"
8807   - "L2XCFWD"
8808   - "L2BDMACLRN"
8809   - "L2BDMACLRN"
8810   - "L2BDMACLRN"
8811   - "IP4FWD"
8812   traces:
8813     hoverinfo: "x+y"
8814     boxpoints: "outliers"
8815     whiskerwidth: 0
8816   layout:
8817     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8818     layout: "plot-throughput"
8819
8820 - type: "plot"
8821   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8822   algorithm: "plot_performance_box"
8823   output-file-type: ".html"
8824   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8825   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8826   filter: "'NIC_Intel-XL710' and
8827            '64B' and
8828            ('BASE' or 'SCALE') and
8829            'NDRPDR' and
8830            '1T1C' and
8831            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8832            not 'VHOST' and
8833            'MEMIF'"
8834   parameters:
8835   - "throughput"
8836   - "parent"
8837   - "tags"
8838   sort:
8839   - "L2XCFWD"
8840   - "L2XCFWD"
8841   - "L2XCFWD"
8842   - "L2BDMACLRN"
8843   - "L2BDMACLRN"
8844   - "L2BDMACLRN"
8845   - "IP4FWD"
8846   traces:
8847     hoverinfo: "x+y"
8848     boxpoints: "outliers"
8849     whiskerwidth: 0
8850   layout:
8851     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8852     layout: "plot-throughput"
8853
8854 - type: "plot"
8855   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8856   algorithm: "plot_performance_box"
8857   output-file-type: ".html"
8858   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8859   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8860   filter: "'NIC_Intel-XL710' and
8861            '64B' and
8862            ('BASE' or 'SCALE') and
8863            'NDRPDR' and
8864            '2T2C' and
8865            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8866            not 'VHOST' and
8867            'MEMIF'"
8868   parameters:
8869   - "throughput"
8870   - "parent"
8871   - "tags"
8872   sort:
8873   - "L2XCFWD"
8874   - "L2XCFWD"
8875   - "L2XCFWD"
8876   - "L2BDMACLRN"
8877   - "L2BDMACLRN"
8878   - "L2BDMACLRN"
8879   - "IP4FWD"
8880   traces:
8881     hoverinfo: "x+y"
8882     boxpoints: "outliers"
8883     whiskerwidth: 0
8884   layout:
8885     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8886     layout: "plot-throughput"
8887
8888 - type: "plot"
8889   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8890   algorithm: "plot_performance_box"
8891   output-file-type: ".html"
8892   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8893   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8894   filter: "'NIC_Intel-XL710' and
8895            '64B' and
8896            ('BASE' or 'SCALE') and
8897            'NDRPDR' and
8898            '2T2C' and
8899            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8900            not 'VHOST' and
8901            'MEMIF'"
8902   parameters:
8903   - "throughput"
8904   - "parent"
8905   - "tags"
8906   sort:
8907   - "L2XCFWD"
8908   - "L2XCFWD"
8909   - "L2XCFWD"
8910   - "L2BDMACLRN"
8911   - "L2BDMACLRN"
8912   - "L2BDMACLRN"
8913   - "IP4FWD"
8914   traces:
8915     hoverinfo: "x+y"
8916     boxpoints: "outliers"
8917     whiskerwidth: 0
8918   layout:
8919     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8920     layout: "plot-throughput"
8921
8922 # Packet Throughput - VPP Container Memif 3n-skx-x710
8923 - type: "plot"
8924   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8925   algorithm: "plot_performance_box"
8926   output-file-type: ".html"
8927   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8928   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8929   filter: "'NIC_Intel-X710' and
8930            '64B' and
8931            ('BASE' or 'SCALE') and
8932            'NDRPDR' and
8933            '2T1C' and
8934            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8935            not 'VHOST' and
8936            'MEMIF'"
8937   parameters:
8938   - "throughput"
8939   - "parent"
8940   - "tags"
8941   sort:
8942   - "L2XCFWD"
8943   - "L2XCFWD"
8944   - "L2XCFWD"
8945   - "L2BDMACLRN"
8946   - "L2BDMACLRN"
8947   - "L2BDMACLRN"
8948   - "IP4FWD"
8949   traces:
8950     hoverinfo: "x+y"
8951     boxpoints: "outliers"
8952     whiskerwidth: 0
8953   layout:
8954     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8955     layout: "plot-throughput"
8956
8957 - type: "plot"
8958   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8959   algorithm: "plot_performance_box"
8960   output-file-type: ".html"
8961   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8962   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8963   filter: "'NIC_Intel-X710' and
8964            '64B' and
8965            ('BASE' or 'SCALE') and
8966            'NDRPDR' and
8967            '2T1C' and
8968            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8969            not 'VHOST' and
8970            'MEMIF'"
8971   parameters:
8972   - "throughput"
8973   - "parent"
8974   - "tags"
8975   sort:
8976   - "L2XCFWD"
8977   - "L2XCFWD"
8978   - "L2XCFWD"
8979   - "L2BDMACLRN"
8980   - "L2BDMACLRN"
8981   - "L2BDMACLRN"
8982   - "IP4FWD"
8983   traces:
8984     hoverinfo: "x+y"
8985     boxpoints: "outliers"
8986     whiskerwidth: 0
8987   layout:
8988     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8989     layout: "plot-throughput"
8990
8991 - type: "plot"
8992   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8993   algorithm: "plot_performance_box"
8994   output-file-type: ".html"
8995   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8996   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8997   filter: "'NIC_Intel-X710' and
8998            '64B' and
8999            ('BASE' or 'SCALE') and
9000            'NDRPDR' and
9001            '4T2C' and
9002            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9003            not 'VHOST' and
9004            'MEMIF'"
9005   parameters:
9006   - "throughput"
9007   - "parent"
9008   - "tags"
9009   sort:
9010   - "L2XCFWD"
9011   - "L2XCFWD"
9012   - "L2XCFWD"
9013   - "L2BDMACLRN"
9014   - "L2BDMACLRN"
9015   - "L2BDMACLRN"
9016   - "IP4FWD"
9017   traces:
9018     hoverinfo: "x+y"
9019     boxpoints: "outliers"
9020     whiskerwidth: 0
9021   layout:
9022     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
9023     layout: "plot-throughput"
9024
9025 - type: "plot"
9026   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9027   algorithm: "plot_performance_box"
9028   output-file-type: ".html"
9029   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9030   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9031   filter: "'NIC_Intel-X710' and
9032            '64B' and
9033            ('BASE' or 'SCALE') and
9034            'NDRPDR' and
9035            '4T2C' and
9036            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9037            not 'VHOST' and
9038            'MEMIF'"
9039   parameters:
9040   - "throughput"
9041   - "parent"
9042   - "tags"
9043   sort:
9044   - "L2XCFWD"
9045   - "L2XCFWD"
9046   - "L2XCFWD"
9047   - "L2BDMACLRN"
9048   - "L2BDMACLRN"
9049   - "L2BDMACLRN"
9050   - "IP4FWD"
9051   traces:
9052     hoverinfo: "x+y"
9053     boxpoints: "outliers"
9054     whiskerwidth: 0
9055   layout:
9056     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9057     layout: "plot-throughput"
9058
9059 # Packet Throughput - VPP Container Memif 2n-skx-x710
9060 - type: "plot"
9061   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9062   algorithm: "plot_performance_box"
9063   output-file-type: ".html"
9064   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9065   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9066   filter: "'NIC_Intel-X710' and
9067            '64B' and
9068            ('BASE' or 'SCALE') and
9069            'NDRPDR' and
9070            '2T1C' and
9071            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9072            not 'VHOST' and
9073            not 'NF_DENSITY' and
9074            'MEMIF'"
9075   parameters:
9076   - "throughput"
9077   - "parent"
9078   - "tags"
9079   sort:
9080   - "L2XCFWD"
9081   - "L2XCFWD"
9082   - "L2XCFWD"
9083   - "L2BDMACLRN"
9084   - "L2BDMACLRN"
9085   - "L2BDMACLRN"
9086   - "IP4FWD"
9087   traces:
9088     hoverinfo: "x+y"
9089     boxpoints: "outliers"
9090     whiskerwidth: 0
9091   layout:
9092     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9093     layout: "plot-throughput"
9094
9095 - type: "plot"
9096   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9097   algorithm: "plot_performance_box"
9098   output-file-type: ".html"
9099   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9100   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9101   filter: "'NIC_Intel-X710' and
9102            '64B' and
9103            ('BASE' or 'SCALE') and
9104            'NDRPDR' and
9105            '2T1C' and
9106            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9107            not 'VHOST' and
9108            not 'NF_DENSITY' and
9109            'MEMIF'"
9110   parameters:
9111   - "throughput"
9112   - "parent"
9113   - "tags"
9114   sort:
9115   - "L2XCFWD"
9116   - "L2XCFWD"
9117   - "L2XCFWD"
9118   - "L2BDMACLRN"
9119   - "L2BDMACLRN"
9120   - "L2BDMACLRN"
9121   - "IP4FWD"
9122   traces:
9123     hoverinfo: "x+y"
9124     boxpoints: "outliers"
9125     whiskerwidth: 0
9126   layout:
9127     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9128     layout: "plot-throughput"
9129
9130 - type: "plot"
9131   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9132   algorithm: "plot_performance_box"
9133   output-file-type: ".html"
9134   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9135   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9136   filter: "'NIC_Intel-X710' and
9137            '64B' and
9138            ('BASE' or 'SCALE') and
9139            'NDRPDR' and
9140            '4T2C' and
9141            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9142            not 'VHOST' and
9143            not 'NF_DENSITY' and
9144            'MEMIF'"
9145   parameters:
9146   - "throughput"
9147   - "parent"
9148   - "tags"
9149   sort:
9150   - "L2XCFWD"
9151   - "L2XCFWD"
9152   - "L2XCFWD"
9153   - "L2BDMACLRN"
9154   - "L2BDMACLRN"
9155   - "L2BDMACLRN"
9156   - "IP4FWD"
9157   traces:
9158     hoverinfo: "x+y"
9159     boxpoints: "outliers"
9160     whiskerwidth: 0
9161   layout:
9162     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9163     layout: "plot-throughput"
9164
9165 - type: "plot"
9166   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9167   algorithm: "plot_performance_box"
9168   output-file-type: ".html"
9169   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9170   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9171   filter: "'NIC_Intel-X710' and
9172            '64B' and
9173            ('BASE' or 'SCALE') and
9174            'NDRPDR' and
9175            '4T2C' and
9176            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9177            not 'VHOST' and
9178            not 'NF_DENSITY' and
9179            'MEMIF'"
9180   parameters:
9181   - "throughput"
9182   - "parent"
9183   - "tags"
9184   sort:
9185   - "L2XCFWD"
9186   - "L2XCFWD"
9187   - "L2XCFWD"
9188   - "L2BDMACLRN"
9189   - "L2BDMACLRN"
9190   - "L2BDMACLRN"
9191   - "IP4FWD"
9192   traces:
9193     hoverinfo: "x+y"
9194     boxpoints: "outliers"
9195     whiskerwidth: 0
9196   layout:
9197     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9198     layout: "plot-throughput"
9199
9200 ## Packet Throughput - VPP Container Memif 2n-skx-xxv710
9201 #- type: "plot"
9202 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9203 #  algorithm: "plot_performance_box"
9204 #  output-file-type: ".html"
9205 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9206 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9207 #  filter: "'NIC_Intel-XXV710' and
9208 #           '64B' and
9209 #           ('BASE' or 'SCALE') and
9210 #           'NDRPDR' and
9211 #           '2T1C' and
9212 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9213 #           not 'VHOST' and
9214 #           'MEMIF'"
9215 #  parameters:
9216 #  - "throughput"
9217 #  - "parent"
9218 #  - "tags"
9219 #  sort:
9220 #  - "L2XCFWD"
9221 #  - "L2XCFWD"
9222 #  - "L2XCFWD"
9223 #  - "L2BDMACLRN"
9224 #  - "L2BDMACLRN"
9225 #  - "L2BDMACLRN"
9226 #  - "IP4FWD"
9227 #  traces:
9228 #    hoverinfo: "x+y"
9229 #    boxpoints: "outliers"
9230 #    whiskerwidth: 0
9231 #  layout:
9232 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9233 #    layout: "plot-throughput"
9234 #
9235 #- type: "plot"
9236 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9237 #  algorithm: "plot_performance_box"
9238 #  output-file-type: ".html"
9239 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9240 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9241 #  filter: "'NIC_Intel-XXV710' and
9242 #           '64B' and
9243 #           ('BASE' or 'SCALE') and
9244 #           'NDRPDR' and
9245 #           '2T1C' and
9246 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9247 #           not 'VHOST' and
9248 #           'MEMIF'"
9249 #  parameters:
9250 #  - "throughput"
9251 #  - "parent"
9252 #  - "tags"
9253 #  sort:
9254 #  - "L2XCFWD"
9255 #  - "L2XCFWD"
9256 #  - "L2XCFWD"
9257 #  - "L2BDMACLRN"
9258 #  - "L2BDMACLRN"
9259 #  - "L2BDMACLRN"
9260 #  - "IP4FWD"
9261 #  traces:
9262 #    hoverinfo: "x+y"
9263 #    boxpoints: "outliers"
9264 #    whiskerwidth: 0
9265 #  layout:
9266 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9267 #    layout: "plot-throughput"
9268 #
9269 #- type: "plot"
9270 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9271 #  algorithm: "plot_performance_box"
9272 #  output-file-type: ".html"
9273 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9274 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9275 #  filter: "'NIC_Intel-XXV710' and
9276 #           '64B' and
9277 #           ('BASE' or 'SCALE') and
9278 #           'NDRPDR' and
9279 #           '4T2C' and
9280 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9281 #           not 'VHOST' and
9282 #           'MEMIF'"
9283 #  parameters:
9284 #  - "throughput"
9285 #  - "parent"
9286 #  - "tags"
9287 #  sort:
9288 #  - "L2XCFWD"
9289 #  - "L2XCFWD"
9290 #  - "L2XCFWD"
9291 #  - "L2BDMACLRN"
9292 #  - "L2BDMACLRN"
9293 #  - "L2BDMACLRN"
9294 #  - "IP4FWD"
9295 #  traces:
9296 #    hoverinfo: "x+y"
9297 #    boxpoints: "outliers"
9298 #    whiskerwidth: 0
9299 #  layout:
9300 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9301 #    layout: "plot-throughput"
9302 #
9303 #- type: "plot"
9304 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9305 #  algorithm: "plot_performance_box"
9306 #  output-file-type: ".html"
9307 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9308 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9309 #  filter: "'NIC_Intel-XXV710' and
9310 #           '64B' and
9311 #           ('BASE' or 'SCALE') and
9312 #           'NDRPDR' and
9313 #           '4T2C' and
9314 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9315 #           not 'VHOST' and
9316 #           'MEMIF'"
9317 #  parameters:
9318 #  - "throughput"
9319 #  - "parent"
9320 #  - "tags"
9321 #  sort:
9322 #  - "L2XCFWD"
9323 #  - "L2XCFWD"
9324 #  - "L2XCFWD"
9325 #  - "L2BDMACLRN"
9326 #  - "L2BDMACLRN"
9327 #  - "L2BDMACLRN"
9328 #  - "IP4FWD"
9329 #  traces:
9330 #    hoverinfo: "x+y"
9331 #    boxpoints: "outliers"
9332 #    whiskerwidth: 0
9333 #  layout:
9334 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9335 #    layout: "plot-throughput"
9336
9337 ################################################################################
9338
9339 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
9340 #- type: "plot"
9341 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9342 #  algorithm: "plot_performance_box"
9343 #  output-file-type: ".html"
9344 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9345 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9346 #  filter: "'NIC_Intel-X520-DA2' and
9347 #           '64B' and
9348 #           ('BASE' or 'SCALE') and
9349 #           'NDRPDR' and
9350 #           '1T1C' and
9351 #           'L2XCFWD' and
9352 #           not 'VHOST' and
9353 #           not 'NF_DENSITY' and
9354 #           'MEMIF'"
9355 #  parameters:
9356 #  - "throughput"
9357 #  - "parent"
9358 #  - "tags"
9359 #  sort:
9360 #  - "1VNF"
9361 #  - "2VNF"
9362 #  - "4VNF"
9363 #  - "2VNF"
9364 #  - "4VNF"
9365 #  traces:
9366 #    hoverinfo: "x+y"
9367 #    boxpoints: "outliers"
9368 #    whiskerwidth: 0
9369 #  layout:
9370 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9371 #    layout: "plot-throughput"
9372 #
9373 #- type: "plot"
9374 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9375 #  algorithm: "plot_performance_box"
9376 #  output-file-type: ".html"
9377 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9378 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9379 #  filter: "'NIC_Intel-X520-DA2' and
9380 #           '64B' and
9381 #           ('BASE' or 'SCALE') and
9382 #           'NDRPDR' and
9383 #           '1T1C' and
9384 #           'L2XCFWD' and
9385 #           not 'VHOST' and
9386 #           not 'NF_DENSITY' and
9387 #           'MEMIF'"
9388 #  parameters:
9389 #  - "throughput"
9390 #  - "parent"
9391 #  - "tags"
9392 #  sort:
9393 #  - "1VNF"
9394 #  - "2VNF"
9395 #  - "4VNF"
9396 #  - "2VNF"
9397 #  - "4VNF"
9398 #  traces:
9399 #    hoverinfo: "x+y"
9400 #    boxpoints: "outliers"
9401 #    whiskerwidth: 0
9402 #  layout:
9403 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9404 #    layout: "plot-throughput"
9405 #
9406 #- type: "plot"
9407 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9408 #  algorithm: "plot_performance_box"
9409 #  output-file-type: ".html"
9410 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9411 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9412 #  filter: "'NIC_Intel-X520-DA2' and
9413 #           '64B' and
9414 #           ('BASE' or 'SCALE') and
9415 #           'NDRPDR' and
9416 #           '2T2C' and
9417 #           'L2XCFWD' and
9418 #           not 'VHOST' and
9419 #           not 'NF_DENSITY' and
9420 #           'MEMIF'"
9421 #  parameters:
9422 #  - "throughput"
9423 #  - "parent"
9424 #  - "tags"
9425 #  sort:
9426 #  - "1VNF"
9427 #  - "2VNF"
9428 #  - "4VNF"
9429 #  - "2VNF"
9430 #  - "4VNF"
9431 #  traces:
9432 #    hoverinfo: "x+y"
9433 #    boxpoints: "outliers"
9434 #    whiskerwidth: 0
9435 #  layout:
9436 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9437 #    layout: "plot-throughput"
9438 #
9439 #- type: "plot"
9440 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9441 #  algorithm: "plot_performance_box"
9442 #  output-file-type: ".html"
9443 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9444 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9445 #  filter: "'NIC_Intel-X520-DA2' and
9446 #           '64B' and
9447 #           ('BASE' or 'SCALE') and
9448 #           'NDRPDR' and
9449 #           '2T2C' and
9450 #           'L2XCFWD' and
9451 #           not 'VHOST' and
9452 #           not 'NF_DENSITY' and
9453 #           'MEMIF'"
9454 #  parameters:
9455 #  - "throughput"
9456 #  - "parent"
9457 #  - "tags"
9458 #  sort:
9459 #  - "1VNF"
9460 #  - "2VNF"
9461 #  - "4VNF"
9462 #  - "2VNF"
9463 #  - "4VNF"
9464 #  traces:
9465 #    hoverinfo: "x+y"
9466 #    boxpoints: "outliers"
9467 #    whiskerwidth: 0
9468 #  layout:
9469 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9470 #    layout: "plot-throughput"
9471 #
9472 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
9473 #- type: "plot"
9474 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9475 #  algorithm: "plot_performance_box"
9476 #  output-file-type: ".html"
9477 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9478 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9479 #  filter: "'NIC_Intel-X520-DA2' and
9480 #           '64B' and
9481 #           ('BASE' or 'SCALE') and
9482 #           'NDRPDR' and
9483 #           '1T1C' and
9484 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9485 #           not 'VHOST' and
9486 #           not 'NF_DENSITY' and
9487 #           'MEMIF'"
9488 #  parameters:
9489 #  - "throughput"
9490 #  - "parent"
9491 #  - "tags"
9492 #  sort:
9493 #  - "1VNF"
9494 #  - "2VNF"
9495 #  - "4VNF"
9496 #  - "2VNF"
9497 #  - "4VNF"
9498 #  traces:
9499 #    hoverinfo: "x+y"
9500 #    boxpoints: "outliers"
9501 #    whiskerwidth: 0
9502 #  layout:
9503 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9504 #    layout: "plot-throughput"
9505 #
9506 #- type: "plot"
9507 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9508 #  algorithm: "plot_performance_box"
9509 #  output-file-type: ".html"
9510 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9511 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9512 #  filter: "'NIC_Intel-X520-DA2' and
9513 #           '64B' and
9514 #           ('BASE' or 'SCALE') and
9515 #           'NDRPDR' and
9516 #           '1T1C' and
9517 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9518 #           not 'VHOST' and
9519 #           not 'NF_DENSITY' and
9520 #           'MEMIF'"
9521 #  parameters:
9522 #  - "throughput"
9523 #  - "parent"
9524 #  - "tags"
9525 #  sort:
9526 #  - "1VNF"
9527 #  - "2VNF"
9528 #  - "4VNF"
9529 #  - "2VNF"
9530 #  - "4VNF"
9531 #  traces:
9532 #    hoverinfo: "x+y"
9533 #    boxpoints: "outliers"
9534 #    whiskerwidth: 0
9535 #  layout:
9536 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9537 #    layout: "plot-throughput"
9538 #
9539 #- type: "plot"
9540 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9541 #  algorithm: "plot_performance_box"
9542 #  output-file-type: ".html"
9543 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9544 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9545 #  filter: "'NIC_Intel-X520-DA2' and
9546 #           '64B' and
9547 #           ('BASE' or 'SCALE') and
9548 #           'NDRPDR' and
9549 #           '2T2C' and
9550 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9551 #           not 'VHOST' and
9552 #           not 'NF_DENSITY' and
9553 #           'MEMIF'"
9554 #  parameters:
9555 #  - "throughput"
9556 #  - "parent"
9557 #  - "tags"
9558 #  sort:
9559 #  - "1VNF"
9560 #  - "2VNF"
9561 #  - "4VNF"
9562 #  - "2VNF"
9563 #  - "4VNF"
9564 #  traces:
9565 #    hoverinfo: "x+y"
9566 #    boxpoints: "outliers"
9567 #    whiskerwidth: 0
9568 #  layout:
9569 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9570 #    layout: "plot-throughput"
9571 #
9572 #- type: "plot"
9573 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9574 #  algorithm: "plot_performance_box"
9575 #  output-file-type: ".html"
9576 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9577 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9578 #  filter: "'NIC_Intel-X520-DA2' and
9579 #           '64B' and
9580 #           ('BASE' or 'SCALE') and
9581 #           'NDRPDR' and
9582 #           '2T2C' and
9583 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9584 #           not 'VHOST' and
9585 #           not 'NF_DENSITY' and
9586 #           'MEMIF'"
9587 #  parameters:
9588 #  - "throughput"
9589 #  - "parent"
9590 #  - "tags"
9591 #  sort:
9592 #  - "1VNF"
9593 #  - "2VNF"
9594 #  - "4VNF"
9595 #  - "2VNF"
9596 #  - "4VNF"
9597 #  traces:
9598 #    hoverinfo: "x+y"
9599 #    boxpoints: "outliers"
9600 #    whiskerwidth: 0
9601 #  layout:
9602 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9603 #    layout: "plot-throughput"
9604 #
9605 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
9606 #- type: "plot"
9607 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9608 #  algorithm: "plot_performance_box"
9609 #  output-file-type: ".html"
9610 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9611 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9612 #  filter: "'NIC_Intel-X710' and
9613 #           '64B' and
9614 #           ('BASE' or 'SCALE') and
9615 #           'NDRPDR' and
9616 #           '1T1C' and
9617 #           'L2XCFWD' and
9618 #           not 'VHOST' and
9619 #           not 'NF_DENSITY' and
9620 #           'MEMIF'"
9621 #  parameters:
9622 #  - "throughput"
9623 #  - "parent"
9624 #  - "tags"
9625 #  sort:
9626 #  - "1VNF"
9627 #  - "2VNF"
9628 #  - "4VNF"
9629 #  - "2VNF"
9630 #  - "4VNF"
9631 #  traces:
9632 #    hoverinfo: "x+y"
9633 #    boxpoints: "outliers"
9634 #    whiskerwidth: 0
9635 #  layout:
9636 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9637 #    layout: "plot-throughput"
9638 #
9639 #- type: "plot"
9640 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9641 #  algorithm: "plot_performance_box"
9642 #  output-file-type: ".html"
9643 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9644 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9645 #  filter: "'NIC_Intel-X710' and
9646 #           '64B' and
9647 #           ('BASE' or 'SCALE') and
9648 #           'NDRPDR' and
9649 #           '1T1C' and
9650 #           'L2XCFWD' and
9651 #           not 'VHOST' and
9652 #           not 'NF_DENSITY' and
9653 #           'MEMIF'"
9654 #  parameters:
9655 #  - "throughput"
9656 #  - "parent"
9657 #  - "tags"
9658 #  sort:
9659 #  - "1VNF"
9660 #  - "2VNF"
9661 #  - "4VNF"
9662 #  - "2VNF"
9663 #  - "4VNF"
9664 #  traces:
9665 #    hoverinfo: "x+y"
9666 #    boxpoints: "outliers"
9667 #    whiskerwidth: 0
9668 #  layout:
9669 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9670 #    layout: "plot-throughput"
9671 #
9672 #- type: "plot"
9673 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9674 #  algorithm: "plot_performance_box"
9675 #  output-file-type: ".html"
9676 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9677 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9678 #  filter: "'NIC_Intel-X710' and
9679 #           '64B' and
9680 #           ('BASE' or 'SCALE') and
9681 #           'NDRPDR' and
9682 #           '2T2C' and
9683 #           'L2XCFWD' and
9684 #           not 'VHOST' and
9685 #           not 'NF_DENSITY' and
9686 #           'MEMIF'"
9687 #  parameters:
9688 #  - "throughput"
9689 #  - "parent"
9690 #  - "tags"
9691 #  sort:
9692 #  - "1VNF"
9693 #  - "2VNF"
9694 #  - "4VNF"
9695 #  - "2VNF"
9696 #  - "4VNF"
9697 #  traces:
9698 #    hoverinfo: "x+y"
9699 #    boxpoints: "outliers"
9700 #    whiskerwidth: 0
9701 #  layout:
9702 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9703 #    layout: "plot-throughput"
9704 #
9705 #- type: "plot"
9706 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9707 #  algorithm: "plot_performance_box"
9708 #  output-file-type: ".html"
9709 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9710 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9711 #  filter: "'NIC_Intel-X710' and
9712 #           '64B' and
9713 #           ('BASE' or 'SCALE') and
9714 #           'NDRPDR' and
9715 #           '2T2C' and
9716 #           'L2XCFWD' and
9717 #           not 'VHOST' and
9718 #           not 'NF_DENSITY' and
9719 #           'MEMIF'"
9720 #  parameters:
9721 #  - "throughput"
9722 #  - "parent"
9723 #  - "tags"
9724 #  sort:
9725 #  - "1VNF"
9726 #  - "2VNF"
9727 #  - "4VNF"
9728 #  - "2VNF"
9729 #  - "4VNF"
9730 #  traces:
9731 #    hoverinfo: "x+y"
9732 #    boxpoints: "outliers"
9733 #    whiskerwidth: 0
9734 #  layout:
9735 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9736 #    layout: "plot-throughput"
9737 #
9738 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
9739 #- type: "plot"
9740 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9741 #  algorithm: "plot_performance_box"
9742 #  output-file-type: ".html"
9743 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9744 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9745 #  filter: "'NIC_Intel-X710' and
9746 #           '64B' and
9747 #           ('BASE' or 'SCALE') and
9748 #           'NDRPDR' and
9749 #           '1T1C' and
9750 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9751 #           not 'VHOST' and
9752 #           not 'NF_DENSITY' and
9753 #           'MEMIF'"
9754 #  parameters:
9755 #  - "throughput"
9756 #  - "parent"
9757 #  - "tags"
9758 #  sort:
9759 #  - "1VNF"
9760 #  - "2VNF"
9761 #  - "4VNF"
9762 #  - "2VNF"
9763 #  - "4VNF"
9764 #  traces:
9765 #    hoverinfo: "x+y"
9766 #    boxpoints: "outliers"
9767 #    whiskerwidth: 0
9768 #  layout:
9769 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9770 #    layout: "plot-throughput"
9771 #
9772 #- type: "plot"
9773 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9774 #  algorithm: "plot_performance_box"
9775 #  output-file-type: ".html"
9776 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9777 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9778 #  filter: "'NIC_Intel-X710' and
9779 #           '64B' and
9780 #           ('BASE' or 'SCALE') and
9781 #           'NDRPDR' and
9782 #           '1T1C' and
9783 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9784 #           not 'VHOST' and
9785 #           not 'NF_DENSITY' and
9786 #           'MEMIF'"
9787 #  parameters:
9788 #  - "throughput"
9789 #  - "parent"
9790 #  - "tags"
9791 #  sort:
9792 #  - "1VNF"
9793 #  - "2VNF"
9794 #  - "4VNF"
9795 #  - "2VNF"
9796 #  - "4VNF"
9797 #  traces:
9798 #    hoverinfo: "x+y"
9799 #    boxpoints: "outliers"
9800 #    whiskerwidth: 0
9801 #  layout:
9802 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9803 #    layout: "plot-throughput"
9804 #
9805 #- type: "plot"
9806 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9807 #  algorithm: "plot_performance_box"
9808 #  output-file-type: ".html"
9809 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9810 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9811 #  filter: "'NIC_Intel-X710' and
9812 #           '64B' and
9813 #           ('BASE' or 'SCALE') and
9814 #           'NDRPDR' and
9815 #           '2T2C' and
9816 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9817 #           not 'VHOST' and
9818 #           not 'NF_DENSITY' and
9819 #           'MEMIF'"
9820 #  parameters:
9821 #  - "throughput"
9822 #  - "parent"
9823 #  - "tags"
9824 #  sort:
9825 #  - "1VNF"
9826 #  - "2VNF"
9827 #  - "4VNF"
9828 #  - "2VNF"
9829 #  - "4VNF"
9830 #  traces:
9831 #    hoverinfo: "x+y"
9832 #    boxpoints: "outliers"
9833 #    whiskerwidth: 0
9834 #  layout:
9835 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9836 #    layout: "plot-throughput"
9837 #
9838 #- type: "plot"
9839 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9840 #  algorithm: "plot_performance_box"
9841 #  output-file-type: ".html"
9842 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9843 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9844 #  filter: "'NIC_Intel-X710' and
9845 #           '64B' and
9846 #           ('BASE' or 'SCALE') and
9847 #           'NDRPDR' and
9848 #           '2T2C' and
9849 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9850 #           not 'VHOST' and
9851 #           not 'NF_DENSITY' and
9852 #           'MEMIF'"
9853 #  parameters:
9854 #  - "throughput"
9855 #  - "parent"
9856 #  - "tags"
9857 #  sort:
9858 #  - "1VNF"
9859 #  - "2VNF"
9860 #  - "4VNF"
9861 #  - "2VNF"
9862 #  - "4VNF"
9863 #  traces:
9864 #    hoverinfo: "x+y"
9865 #    boxpoints: "outliers"
9866 #    whiskerwidth: 0
9867 #  layout:
9868 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9869 #    layout: "plot-throughput"
9870
9871 ################################################################################
9872
9873 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
9874 - type: "plot"
9875   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9876   algorithm: "plot_performance_box"
9877   output-file-type: ".html"
9878   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9879   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9880   filter: "'NIC_Intel-X520-DA2' and
9881            '64B' and
9882            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9883            'NDRPDR' and
9884            '1T1C' and
9885            'IP4FWD' and
9886            not 'IPSEC' and
9887            not 'DOT1Q' and
9888            not 'VHOST'"
9889   parameters:
9890   - "throughput"
9891   - "parent"
9892   - "tags"
9893   sort:
9894   - "IP4BASE"
9895   - "FIB_20K"
9896   - "FIB_200K"
9897   - "FIB_2M"
9898   traces:
9899     hoverinfo: "x+y"
9900     boxpoints: "outliers"
9901     whiskerwidth: 0
9902   layout:
9903     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9904     layout: "plot-throughput"
9905
9906 - type: "plot"
9907   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9908   algorithm: "plot_performance_box"
9909   output-file-type: ".html"
9910   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9911   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9912   filter: "'NIC_Intel-X520-DA2' and
9913            '64B' and
9914            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9915            'NDRPDR' and
9916            '1T1C' and
9917            'IP4FWD' and
9918            not 'IPSEC' and
9919            not 'DOT1Q' and
9920            not 'VHOST'"
9921   parameters:
9922   - "throughput"
9923   - "parent"
9924   - "tags"
9925   sort:
9926   - "IP4BASE"
9927   - "FIB_20K"
9928   - "FIB_200K"
9929   - "FIB_2M"
9930   traces:
9931     hoverinfo: "x+y"
9932     boxpoints: "outliers"
9933     whiskerwidth: 0
9934   layout:
9935     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9936     layout: "plot-throughput"
9937
9938 - type: "plot"
9939   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9940   algorithm: "plot_performance_box"
9941   output-file-type: ".html"
9942   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9943   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9944   filter: "'NIC_Intel-X520-DA2' and
9945            '64B' and
9946            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9947            'NDRPDR' and
9948            '2T2C' and
9949            'IP4FWD' and
9950            not 'IPSEC' and
9951            not 'DOT1Q' and
9952            not 'VHOST'"
9953   parameters:
9954   - "throughput"
9955   - "parent"
9956   - "tags"
9957   sort:
9958   - "IP4BASE"
9959   - "FIB_20K"
9960   - "FIB_200K"
9961   - "FIB_2M"
9962   traces:
9963     hoverinfo: "x+y"
9964     boxpoints: "outliers"
9965     whiskerwidth: 0
9966   layout:
9967     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9968     layout: "plot-throughput"
9969
9970 - type: "plot"
9971   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9972   algorithm: "plot_performance_box"
9973   output-file-type: ".html"
9974   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9975   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9976   filter: "'NIC_Intel-X520-DA2' and
9977            '64B' and
9978            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9979            'NDRPDR' and
9980            '2T2C' and
9981            'IP4FWD' and
9982            not 'IPSEC' and
9983            not 'DOT1Q' and
9984            not 'VHOST'"
9985   parameters:
9986   - "throughput"
9987   - "parent"
9988   - "tags"
9989   sort:
9990   - "IP4BASE"
9991   - "FIB_20K"
9992   - "FIB_200K"
9993   - "FIB_2M"
9994   traces:
9995     hoverinfo: "x+y"
9996     boxpoints: "outliers"
9997     whiskerwidth: 0
9998   layout:
9999     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10000     layout: "plot-throughput"
10001
10002 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
10003 - type: "plot"
10004   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
10005   algorithm: "plot_performance_box"
10006   output-file-type: ".html"
10007   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
10008   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10009   filter: "'NIC_Intel-X520-DA2' and
10010            '64B' and
10011            ('IP4BASE' or
10012             'POLICE_MARK' or
10013             'COPWHLIST' or
10014             ('NAT44' and 'BASE') or
10015             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10016            'NDRPDR' and
10017            '1T1C' and
10018            'IP4FWD' and
10019            not 'IPSEC' and
10020            not 'VHOST'"
10021   parameters:
10022   - "throughput"
10023   - "parent"
10024   - "tags"
10025   sort:
10026   - "DOT1Q"
10027   - "IP4BASE"
10028   - "NAT44"
10029   - "POLICE_MARK"
10030   - "COPWHLIST"
10031   - "IACL"
10032   - "OACL"
10033   traces:
10034     hoverinfo: "x+y"
10035     boxpoints: "outliers"
10036     whiskerwidth: 0
10037   layout:
10038     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
10039     layout: "plot-throughput"
10040
10041 - type: "plot"
10042   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10043   algorithm: "plot_performance_box"
10044   output-file-type: ".html"
10045   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10046   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10047   filter: "'NIC_Intel-X520-DA2' and
10048            '64B' and
10049            ('IP4BASE' or
10050             'POLICE_MARK' or
10051             'COPWHLIST' or
10052             ('NAT44' and 'BASE') or
10053             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10054            'NDRPDR' and
10055            '1T1C' and
10056            'IP4FWD' and
10057            not 'IPSEC' and
10058            not 'VHOST'"
10059   parameters:
10060   - "throughput"
10061   - "parent"
10062   - "tags"
10063   sort:
10064   - "DOT1Q"
10065   - "IP4BASE"
10066   - "NAT44"
10067   - "POLICE_MARK"
10068   - "COPWHLIST"
10069   - "IACL"
10070   - "OACL"
10071   traces:
10072     hoverinfo: "x+y"
10073     boxpoints: "outliers"
10074     whiskerwidth: 0
10075   layout:
10076     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10077     layout: "plot-throughput"
10078
10079 - type: "plot"
10080   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10081   algorithm: "plot_performance_box"
10082   output-file-type: ".html"
10083   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10084   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10085   filter: "'NIC_Intel-X520-DA2' and
10086            '64B' and
10087            ('IP4BASE' or
10088             'POLICE_MARK' or
10089             'COPWHLIST' or
10090             ('NAT44' and 'BASE') or
10091             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10092            'NDRPDR' and
10093            '2T2C' and
10094            'IP4FWD' and
10095            not 'IPSEC' and
10096            not 'VHOST'"
10097   parameters:
10098   - "throughput"
10099   - "parent"
10100   - "tags"
10101   sort:
10102   - "DOT1Q"
10103   - "IP4BASE"
10104   - "NAT44"
10105   - "POLICE_MARK"
10106   - "COPWHLIST"
10107   - "IACL"
10108   - "OACL"
10109   traces:
10110     hoverinfo: "x+y"
10111     boxpoints: "outliers"
10112     whiskerwidth: 0
10113   layout:
10114     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10115     layout: "plot-throughput"
10116
10117 - type: "plot"
10118   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10119   algorithm: "plot_performance_box"
10120   output-file-type: ".html"
10121   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10122   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10123   filter: "'NIC_Intel-X520-DA2' and
10124            '64B' and
10125            ('IP4BASE' or
10126             'POLICE_MARK' or
10127             'COPWHLIST' or
10128             ('NAT44' and 'BASE') or
10129             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10130            'NDRPDR' and
10131            '2T2C' and
10132            'IP4FWD' and
10133            not 'IPSEC' and
10134            not 'VHOST'"
10135   parameters:
10136   - "throughput"
10137   - "parent"
10138   - "tags"
10139   sort:
10140   - "DOT1Q"
10141   - "IP4BASE"
10142   - "NAT44"
10143   - "POLICE_MARK"
10144   - "COPWHLIST"
10145   - "IACL"
10146   - "OACL"
10147   traces:
10148     hoverinfo: "x+y"
10149     boxpoints: "outliers"
10150     whiskerwidth: 0
10151   layout:
10152     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10153     layout: "plot-throughput"
10154
10155 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
10156 - type: "plot"
10157   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10158   algorithm: "plot_performance_box"
10159   output-file-type: ".html"
10160   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10161   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10162   filter: "'NIC_Intel-X520-DA2' and
10163            '64B' and
10164            'NDRPDR' and
10165            '1T1C' and
10166            'IP4FWD' and
10167            ('NAT44' or 'IP4BASE') and
10168            not 'DOT1Q' and
10169            not 'IPSEC' and
10170            not 'VHOST'"
10171   parameters:
10172   - "throughput"
10173   - "parent"
10174   - "tags"
10175   sort:
10176   - "IP4BASE"
10177   - "BASE"
10178   - "SRC_USER_10"
10179   - "SRC_USER_100"
10180   - "SRC_USER_1000"
10181   - "SRC_USER_2000"
10182   traces:
10183     hoverinfo: "x+y"
10184     boxpoints: "outliers"
10185     whiskerwidth: 0
10186   layout:
10187     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10188     layout: "plot-throughput"
10189
10190 - type: "plot"
10191   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10192   algorithm: "plot_performance_box"
10193   output-file-type: ".html"
10194   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10195   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10196   filter: "'NIC_Intel-X520-DA2' and
10197            '64B' and
10198            'NDRPDR' and
10199            '1T1C' and
10200            'IP4FWD' and
10201            ('NAT44' or 'IP4BASE') and
10202            not 'DOT1Q' and
10203            not 'IPSEC' and
10204            not 'VHOST'"
10205   parameters:
10206   - "throughput"
10207   - "parent"
10208   - "tags"
10209   sort:
10210   - "IP4BASE"
10211   - "BASE"
10212   - "SRC_USER_10"
10213   - "SRC_USER_100"
10214   - "SRC_USER_1000"
10215   - "SRC_USER_2000"
10216   traces:
10217     hoverinfo: "x+y"
10218     boxpoints: "outliers"
10219     whiskerwidth: 0
10220   layout:
10221     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10222     layout: "plot-throughput"
10223
10224 - type: "plot"
10225   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10226   algorithm: "plot_performance_box"
10227   output-file-type: ".html"
10228   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10229   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10230   filter: "'NIC_Intel-X520-DA2' and
10231            '64B' and
10232            'NDRPDR' and
10233            '2T2C' and
10234            'IP4FWD' and
10235            ('NAT44' or 'IP4BASE') and
10236            not 'DOT1Q' and
10237            not 'IPSEC' and
10238            not 'VHOST'"
10239   parameters:
10240   - "throughput"
10241   - "parent"
10242   - "tags"
10243   sort:
10244   - "IP4BASE"
10245   - "BASE"
10246   - "SRC_USER_10"
10247   - "SRC_USER_100"
10248   - "SRC_USER_1000"
10249   - "SRC_USER_2000"
10250   traces:
10251     hoverinfo: "x+y"
10252     boxpoints: "outliers"
10253     whiskerwidth: 0
10254   layout:
10255     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10256     layout: "plot-throughput"
10257
10258 - type: "plot"
10259   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10260   algorithm: "plot_performance_box"
10261   output-file-type: ".html"
10262   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10263   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10264   filter: "'NIC_Intel-X520-DA2' and
10265            '64B' and
10266            'NDRPDR' and
10267            '2T2C' and
10268            'IP4FWD' and
10269            ('NAT44' or 'IP4BASE') and
10270            not 'DOT1Q' and
10271            not 'IPSEC' and
10272            not 'VHOST'"
10273   parameters:
10274   - "throughput"
10275   - "parent"
10276   - "tags"
10277   sort:
10278   - "IP4BASE"
10279   - "BASE"
10280   - "SRC_USER_10"
10281   - "SRC_USER_100"
10282   - "SRC_USER_1000"
10283   - "SRC_USER_2000"
10284   traces:
10285     hoverinfo: "x+y"
10286     boxpoints: "outliers"
10287     whiskerwidth: 0
10288   layout:
10289     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10290     layout: "plot-throughput"
10291
10292 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
10293 - type: "plot"
10294   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10295   algorithm: "plot_performance_box"
10296   output-file-type: ".html"
10297   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10298   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10299   filter: "'NIC_Intel-X520-DA2' and
10300            '64B' and
10301            'NDRPDR' and
10302            '1T1C' and
10303            'IP4FWD' and
10304            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10305            not 'IPSEC' and
10306            not 'DOT1Q' and
10307            not 'VHOST'"
10308   parameters:
10309   - "throughput"
10310   - "parent"
10311   - "tags"
10312   sort:
10313   - "IP4BASE"
10314   - "ACL_STATELESS"
10315   - "ACL_STATEFUL"
10316   - "ACL_STATELESS"
10317   - "ACL_STATEFUL"
10318   traces:
10319     hoverinfo: "x+y"
10320     boxpoints: "outliers"
10321     whiskerwidth: 0
10322   layout:
10323     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10324     layout: "plot-throughput"
10325
10326 - type: "plot"
10327   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10328   algorithm: "plot_performance_box"
10329   output-file-type: ".html"
10330   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10331   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10332   filter: "'NIC_Intel-X520-DA2' and
10333            '64B' and
10334            'NDRPDR' and
10335            '1T1C' and
10336            'IP4FWD' and
10337            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10338            not 'IPSEC' and
10339            not 'DOT1Q' and
10340            not 'VHOST'"
10341   parameters:
10342   - "throughput"
10343   - "parent"
10344   - "tags"
10345   sort:
10346   - "IP4BASE"
10347   - "ACL_STATELESS"
10348   - "ACL_STATEFUL"
10349   - "ACL_STATELESS"
10350   - "ACL_STATEFUL"
10351   traces:
10352     hoverinfo: "x+y"
10353     boxpoints: "outliers"
10354     whiskerwidth: 0
10355   layout:
10356     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10357     layout: "plot-throughput"
10358
10359 - type: "plot"
10360   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10361   algorithm: "plot_performance_box"
10362   output-file-type: ".html"
10363   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10364   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10365   filter: "'NIC_Intel-X520-DA2' and
10366            '64B' and
10367            'NDRPDR' and
10368            '2T2C' and
10369            'IP4FWD' and
10370            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10371            not 'IPSEC' and
10372            not 'DOT1Q' and
10373            not 'VHOST'"
10374   parameters:
10375   - "throughput"
10376   - "parent"
10377   - "tags"
10378   sort:
10379   - "IP4BASE"
10380   - "ACL_STATELESS"
10381   - "ACL_STATEFUL"
10382   - "ACL_STATELESS"
10383   - "ACL_STATEFUL"
10384   traces:
10385     hoverinfo: "x+y"
10386     boxpoints: "outliers"
10387     whiskerwidth: 0
10388   layout:
10389     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10390     layout: "plot-throughput"
10391
10392 - type: "plot"
10393   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10394   algorithm: "plot_performance_box"
10395   output-file-type: ".html"
10396   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10397   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10398   filter: "'NIC_Intel-X520-DA2' and
10399            '64B' and
10400            'NDRPDR' and
10401            '2T2C' and
10402            'IP4FWD' and
10403            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10404            not 'IPSEC' and
10405            not 'DOT1Q' and
10406            not 'VHOST'"
10407   parameters:
10408   - "throughput"
10409   - "parent"
10410   - "tags"
10411   sort:
10412   - "IP4BASE"
10413   - "ACL_STATELESS"
10414   - "ACL_STATEFUL"
10415   - "ACL_STATELESS"
10416   - "ACL_STATEFUL"
10417   traces:
10418     hoverinfo: "x+y"
10419     boxpoints: "outliers"
10420     whiskerwidth: 0
10421   layout:
10422     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10423     layout: "plot-throughput"
10424
10425 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
10426 - type: "plot"
10427   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10428   algorithm: "plot_performance_box"
10429   output-file-type: ".html"
10430   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10431   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10432   filter: "'NIC_Intel-X520-DA2' and
10433            '64B' and
10434            'NDRPDR' and
10435            '1T1C' and
10436            'IP4FWD' and
10437            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10438            not 'IPSEC' and
10439            not 'DOT1Q' and
10440            not 'VHOST'"
10441   parameters:
10442   - "throughput"
10443   - "parent"
10444   - "tags"
10445   sort:
10446   - "IP4BASE"
10447   - "ACL_STATELESS"
10448   - "ACL_STATEFUL"
10449   - "ACL_STATELESS"
10450   - "ACL_STATEFUL"
10451   traces:
10452     hoverinfo: "x+y"
10453     boxpoints: "outliers"
10454     whiskerwidth: 0
10455   layout:
10456     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10457     layout: "plot-throughput"
10458
10459 - type: "plot"
10460   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10461   algorithm: "plot_performance_box"
10462   output-file-type: ".html"
10463   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10464   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10465   filter: "'NIC_Intel-X520-DA2' and
10466            '64B' and
10467            'NDRPDR' and
10468            '1T1C' and
10469            'IP4FWD' and
10470            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10471            not 'IPSEC' and
10472            not 'DOT1Q' and
10473            not 'VHOST'"
10474   parameters:
10475   - "throughput"
10476   - "parent"
10477   - "tags"
10478   sort:
10479   - "IP4BASE"
10480   - "ACL_STATELESS"
10481   - "ACL_STATEFUL"
10482   - "ACL_STATELESS"
10483   - "ACL_STATEFUL"
10484   traces:
10485     hoverinfo: "x+y"
10486     boxpoints: "outliers"
10487     whiskerwidth: 0
10488   layout:
10489     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10490     layout: "plot-throughput"
10491
10492 - type: "plot"
10493   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10494   algorithm: "plot_performance_box"
10495   output-file-type: ".html"
10496   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10497   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10498   filter: "'NIC_Intel-X520-DA2' and
10499            '64B' and
10500            'NDRPDR' and
10501            '2T2C' and
10502            'IP4FWD' and
10503            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10504            not 'IPSEC' and
10505            not 'DOT1Q' and
10506            not 'VHOST'"
10507   parameters:
10508   - "throughput"
10509   - "parent"
10510   - "tags"
10511   sort:
10512   - "IP4BASE"
10513   - "ACL_STATELESS"
10514   - "ACL_STATEFUL"
10515   - "ACL_STATELESS"
10516   - "ACL_STATEFUL"
10517   traces:
10518     hoverinfo: "x+y"
10519     boxpoints: "outliers"
10520     whiskerwidth: 0
10521   layout:
10522     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10523     layout: "plot-throughput"
10524
10525 - type: "plot"
10526   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10527   algorithm: "plot_performance_box"
10528   output-file-type: ".html"
10529   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10530   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10531   filter: "'NIC_Intel-X520-DA2' and
10532            '64B' and
10533            'NDRPDR' and
10534            '2T2C' and
10535            'IP4FWD' and
10536            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10537            not 'IPSEC' and
10538            not 'DOT1Q' and
10539            not 'VHOST'"
10540   parameters:
10541   - "throughput"
10542   - "parent"
10543   - "tags"
10544   sort:
10545   - "IP4BASE"
10546   - "ACL_STATELESS"
10547   - "ACL_STATEFUL"
10548   - "ACL_STATELESS"
10549   - "ACL_STATEFUL"
10550   traces:
10551     hoverinfo: "x+y"
10552     boxpoints: "outliers"
10553     whiskerwidth: 0
10554   layout:
10555     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10556     layout: "plot-throughput"
10557
10558 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
10559 - type: "plot"
10560   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10561   algorithm: "plot_performance_box"
10562   output-file-type: ".html"
10563   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10564   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10565   filter: "'NIC_Intel-X710' and
10566            '64B' and
10567            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10568            'NDRPDR' and
10569            '1T1C' and
10570            'IP4FWD' and
10571            not 'IPSEC' and
10572            not 'DOT1Q' and
10573            not 'VHOST'"
10574   parameters:
10575   - "throughput"
10576   - "parent"
10577   - "tags"
10578   sort:
10579   - "IP4BASE"
10580   - "FIB_20K"
10581   - "FIB_200K"
10582   - "FIB_2M"
10583   traces:
10584     hoverinfo: "x+y"
10585     boxpoints: "outliers"
10586     whiskerwidth: 0
10587   layout:
10588     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10589     layout: "plot-throughput"
10590
10591 - type: "plot"
10592   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10593   algorithm: "plot_performance_box"
10594   output-file-type: ".html"
10595   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10596   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10597   filter: "'NIC_Intel-X710' and
10598            '64B' and
10599            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10600            'NDRPDR' and
10601            '1T1C' and
10602            'IP4FWD' and
10603            not 'IPSEC' and
10604            not 'DOT1Q' and
10605            not 'VHOST'"
10606   parameters:
10607   - "throughput"
10608   - "parent"
10609   - "tags"
10610   sort:
10611   - "IP4BASE"
10612   - "FIB_20K"
10613   - "FIB_200K"
10614   - "FIB_2M"
10615   traces:
10616     hoverinfo: "x+y"
10617     boxpoints: "outliers"
10618     whiskerwidth: 0
10619   layout:
10620     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10621     layout: "plot-throughput"
10622
10623 - type: "plot"
10624   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10625   algorithm: "plot_performance_box"
10626   output-file-type: ".html"
10627   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10628   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10629   filter: "'NIC_Intel-X710' and
10630            '64B' and
10631            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10632            'NDRPDR' and
10633            '2T2C' and
10634            'IP4FWD' and
10635            not 'IPSEC' and
10636            not 'DOT1Q' and
10637            not 'VHOST'"
10638   parameters:
10639   - "throughput"
10640   - "parent"
10641   - "tags"
10642   sort:
10643   - "IP4BASE"
10644   - "FIB_20K"
10645   - "FIB_200K"
10646   - "FIB_2M"
10647   traces:
10648     hoverinfo: "x+y"
10649     boxpoints: "outliers"
10650     whiskerwidth: 0
10651   layout:
10652     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10653     layout: "plot-throughput"
10654
10655 - type: "plot"
10656   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10657   algorithm: "plot_performance_box"
10658   output-file-type: ".html"
10659   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10660   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10661   filter: "'NIC_Intel-X710' and
10662            '64B' and
10663            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10664            'NDRPDR' and
10665            '2T2C' and
10666            'IP4FWD' and
10667            not 'IPSEC' and
10668            not 'DOT1Q' and
10669            not 'VHOST'"
10670   parameters:
10671   - "throughput"
10672   - "parent"
10673   - "tags"
10674   sort:
10675   - "IP4BASE"
10676   - "FIB_20K"
10677   - "FIB_200K"
10678   - "FIB_2M"
10679   traces:
10680     hoverinfo: "x+y"
10681     boxpoints: "outliers"
10682     whiskerwidth: 0
10683   layout:
10684     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10685     layout: "plot-throughput"
10686
10687 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
10688 - type: "plot"
10689   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10690   algorithm: "plot_performance_box"
10691   output-file-type: ".html"
10692   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10693   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10694   filter: "'NIC_Intel-X710' and
10695            '64B' and
10696            ('IP4BASE' or
10697             'POLICE_MARK' or
10698             'COPWHLIST' or
10699             ('NAT44' and 'BASE') or
10700             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10701            'NDRPDR' and
10702            '1T1C' and
10703            'IP4FWD' and
10704            not 'IPSEC' and
10705            not 'VHOST'"
10706   parameters:
10707   - "throughput"
10708   - "parent"
10709   - "tags"
10710   sort:
10711   - "DOT1Q"
10712   - "IP4BASE"
10713   - "NAT44"
10714   - "POLICE_MARK"
10715   - "COPWHLIST"
10716   - "IACL"
10717   - "OACL"
10718   traces:
10719     hoverinfo: "x+y"
10720     boxpoints: "outliers"
10721     whiskerwidth: 0
10722   layout:
10723     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10724     layout: "plot-throughput"
10725
10726 - type: "plot"
10727   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10728   algorithm: "plot_performance_box"
10729   output-file-type: ".html"
10730   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10731   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10732   filter: "'NIC_Intel-X710' and
10733            '64B' and
10734            ('IP4BASE' or
10735             'POLICE_MARK' or
10736             'COPWHLIST' or
10737             ('NAT44' and 'BASE') or
10738             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10739            'NDRPDR' and
10740            '1T1C' and
10741            'IP4FWD' and
10742            not 'IPSEC' and
10743            not 'VHOST'"
10744   parameters:
10745   - "throughput"
10746   - "parent"
10747   - "tags"
10748   sort:
10749   - "DOT1Q"
10750   - "IP4BASE"
10751   - "NAT44"
10752   - "POLICE_MARK"
10753   - "COPWHLIST"
10754   - "IACL"
10755   - "OACL"
10756   traces:
10757     hoverinfo: "x+y"
10758     boxpoints: "outliers"
10759     whiskerwidth: 0
10760   layout:
10761     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10762     layout: "plot-throughput"
10763
10764 - type: "plot"
10765   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10766   algorithm: "plot_performance_box"
10767   output-file-type: ".html"
10768   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10769   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10770   filter: "'NIC_Intel-X710' and
10771            '64B' and
10772            ('IP4BASE' or
10773             'POLICE_MARK' or
10774             'COPWHLIST' or
10775             ('NAT44' and 'BASE') or
10776             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10777            'NDRPDR' and
10778            '2T2C' and
10779            'IP4FWD' and
10780            not 'IPSEC' and
10781            not 'VHOST'"
10782   parameters:
10783   - "throughput"
10784   - "parent"
10785   - "tags"
10786   sort:
10787   - "DOT1Q"
10788   - "IP4BASE"
10789   - "NAT44"
10790   - "POLICE_MARK"
10791   - "COPWHLIST"
10792   - "IACL"
10793   - "OACL"
10794   traces:
10795     hoverinfo: "x+y"
10796     boxpoints: "outliers"
10797     whiskerwidth: 0
10798   layout:
10799     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10800     layout: "plot-throughput"
10801
10802 - type: "plot"
10803   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10804   algorithm: "plot_performance_box"
10805   output-file-type: ".html"
10806   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10807   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10808   filter: "'NIC_Intel-X710' and
10809            '64B' and
10810            ('IP4BASE' or
10811             'POLICE_MARK' or
10812             'COPWHLIST' or
10813             ('NAT44' and 'BASE') or
10814             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10815            'NDRPDR' and
10816            '2T2C' and
10817            'IP4FWD' and
10818            not 'IPSEC' and
10819            not 'VHOST'"
10820   parameters:
10821   - "throughput"
10822   - "parent"
10823   - "tags"
10824   sort:
10825   - "DOT1Q"
10826   - "IP4BASE"
10827   - "NAT44"
10828   - "POLICE_MARK"
10829   - "COPWHLIST"
10830   - "IACL"
10831   - "OACL"
10832   traces:
10833     hoverinfo: "x+y"
10834     boxpoints: "outliers"
10835     whiskerwidth: 0
10836   layout:
10837     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10838     layout: "plot-throughput"
10839
10840 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
10841 - type: "plot"
10842   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10843   algorithm: "plot_performance_box"
10844   output-file-type: ".html"
10845   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10846   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10847   filter: "'NIC_Intel-X710' and
10848            '64B' and
10849            'NDRPDR' and
10850            '2T1C' and
10851            'IP4FWD' and
10852            ('NAT44' or 'IP4BASE') and
10853            not 'IPSEC' and
10854            not 'VHOST'"
10855   parameters:
10856   - "throughput"
10857   - "parent"
10858   - "tags"
10859   sort:
10860   - "IP4BASE"
10861   - "BASE"
10862   - "SRC_USER_10"
10863   - "SRC_USER_100"
10864   - "SRC_USER_1000"
10865   - "SRC_USER_2000"
10866   traces:
10867     hoverinfo: "x+y"
10868     boxpoints: "outliers"
10869     whiskerwidth: 0
10870   layout:
10871     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10872     layout: "plot-throughput"
10873
10874 - type: "plot"
10875   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10876   algorithm: "plot_performance_box"
10877   output-file-type: ".html"
10878   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10879   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10880   filter: "'NIC_Intel-X710' and
10881            '64B' and
10882            'NDRPDR' and
10883            '2T1C' and
10884            'IP4FWD' and
10885            ('NAT44' or 'IP4BASE') and
10886            not 'IPSEC' and
10887            not 'VHOST'"
10888   parameters:
10889   - "throughput"
10890   - "parent"
10891   - "tags"
10892   sort:
10893   - "IP4BASE"
10894   - "BASE"
10895   - "SRC_USER_10"
10896   - "SRC_USER_100"
10897   - "SRC_USER_1000"
10898   - "SRC_USER_2000"
10899   traces:
10900     hoverinfo: "x+y"
10901     boxpoints: "outliers"
10902     whiskerwidth: 0
10903   layout:
10904     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10905     layout: "plot-throughput"
10906
10907 - type: "plot"
10908   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10909   algorithm: "plot_performance_box"
10910   output-file-type: ".html"
10911   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10912   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10913   filter: "'NIC_Intel-X710' and
10914            '64B' and
10915            'NDRPDR' and
10916            '4T2C' and
10917            'IP4FWD' and
10918            ('NAT44' or 'IP4BASE') and
10919            not 'IPSEC' and
10920            not 'VHOST'"
10921   parameters:
10922   - "throughput"
10923   - "parent"
10924   - "tags"
10925   sort:
10926   - "IP4BASE"
10927   - "BASE"
10928   - "SRC_USER_10"
10929   - "SRC_USER_100"
10930   - "SRC_USER_1000"
10931   - "SRC_USER_2000"
10932   traces:
10933     hoverinfo: "x+y"
10934     boxpoints: "outliers"
10935     whiskerwidth: 0
10936   layout:
10937     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10938     layout: "plot-throughput"
10939
10940 - type: "plot"
10941   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10942   algorithm: "plot_performance_box"
10943   output-file-type: ".html"
10944   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10945   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10946   filter: "'NIC_Intel-X710' and
10947            '64B' and
10948            'NDRPDR' and
10949            '4T2C' and
10950            'IP4FWD' and
10951            ('NAT44' or 'IP4BASE') and
10952            not 'IPSEC' and
10953            not 'VHOST'"
10954   parameters:
10955   - "throughput"
10956   - "parent"
10957   - "tags"
10958   sort:
10959   - "IP4BASE"
10960   - "BASE"
10961   - "SRC_USER_10"
10962   - "SRC_USER_100"
10963   - "SRC_USER_1000"
10964   - "SRC_USER_2000"
10965   traces:
10966     hoverinfo: "x+y"
10967     boxpoints: "outliers"
10968     whiskerwidth: 0
10969   layout:
10970     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10971     layout: "plot-throughput"
10972
10973 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
10974 - type: "plot"
10975   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10976   algorithm: "plot_performance_box"
10977   output-file-type: ".html"
10978   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10979   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10980   filter: "'NIC_Intel-X710' and
10981            '64B' and
10982            'NDRPDR' and
10983            '2T1C' and
10984            'IP4FWD' and
10985            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10986            not 'IPSEC' and
10987            not 'VHOST'"
10988   parameters:
10989   - "throughput"
10990   - "parent"
10991   - "tags"
10992   sort:
10993   - "IP4BASE"
10994   - "ACL_STATELESS"
10995   - "ACL_STATEFUL"
10996   - "ACL_STATELESS"
10997   - "ACL_STATEFUL"
10998   traces:
10999     hoverinfo: "x+y"
11000     boxpoints: "outliers"
11001     whiskerwidth: 0
11002   layout:
11003     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
11004     layout: "plot-throughput"
11005
11006 - type: "plot"
11007   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
11008   algorithm: "plot_performance_box"
11009   output-file-type: ".html"
11010   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
11011   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11012   filter: "'NIC_Intel-X710' and
11013            '64B' and
11014            'NDRPDR' and
11015            '2T1C' and
11016            'IP4FWD' and
11017            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11018            not 'IPSEC' and
11019            not 'VHOST'"
11020   parameters:
11021   - "throughput"
11022   - "parent"
11023   - "tags"
11024   sort:
11025   - "IP4BASE"
11026   - "ACL_STATELESS"
11027   - "ACL_STATEFUL"
11028   - "ACL_STATELESS"
11029   - "ACL_STATEFUL"
11030   traces:
11031     hoverinfo: "x+y"
11032     boxpoints: "outliers"
11033     whiskerwidth: 0
11034   layout:
11035     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
11036     layout: "plot-throughput"
11037
11038 - type: "plot"
11039   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11040   algorithm: "plot_performance_box"
11041   output-file-type: ".html"
11042   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11043   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11044   filter: "'NIC_Intel-X710' and
11045            '64B' and
11046            'NDRPDR' and
11047            '4T2C' and
11048            'IP4FWD' and
11049            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11050            not 'IPSEC' and
11051            not 'VHOST'"
11052   parameters:
11053   - "throughput"
11054   - "parent"
11055   - "tags"
11056   sort:
11057   - "IP4BASE"
11058   - "ACL_STATELESS"
11059   - "ACL_STATEFUL"
11060   - "ACL_STATELESS"
11061   - "ACL_STATEFUL"
11062   traces:
11063     hoverinfo: "x+y"
11064     boxpoints: "outliers"
11065     whiskerwidth: 0
11066   layout:
11067     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11068     layout: "plot-throughput"
11069
11070 - type: "plot"
11071   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11072   algorithm: "plot_performance_box"
11073   output-file-type: ".html"
11074   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11075   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11076   filter: "'NIC_Intel-X710' and
11077            '64B' and
11078            'NDRPDR' and
11079            '4T2C' and
11080            'IP4FWD' and
11081            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11082            not 'IPSEC' and
11083            not 'VHOST'"
11084   parameters:
11085   - "throughput"
11086   - "parent"
11087   - "tags"
11088   sort:
11089   - "IP4BASE"
11090   - "ACL_STATELESS"
11091   - "ACL_STATEFUL"
11092   - "ACL_STATELESS"
11093   - "ACL_STATEFUL"
11094   traces:
11095     hoverinfo: "x+y"
11096     boxpoints: "outliers"
11097     whiskerwidth: 0
11098   layout:
11099     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11100     layout: "plot-throughput"
11101
11102 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
11103 - type: "plot"
11104   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11105   algorithm: "plot_performance_box"
11106   output-file-type: ".html"
11107   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11108   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11109   filter: "'NIC_Intel-XL710' and
11110            '64B' and
11111            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11112            'NDRPDR' and
11113            '1T1C' and
11114            'IP4FWD' and
11115            not 'IPSEC' and
11116            not 'VHOST'"
11117   parameters:
11118   - "throughput"
11119   - "parent"
11120   - "tags"
11121   sort:
11122   - "IP4BASE"
11123   - "FIB_20K"
11124   - "FIB_200K"
11125   - "FIB_2M"
11126   traces:
11127     hoverinfo: "x+y"
11128     boxpoints: "outliers"
11129     whiskerwidth: 0
11130   layout:
11131     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11132     layout: "plot-throughput"
11133
11134 - type: "plot"
11135   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11136   algorithm: "plot_performance_box"
11137   output-file-type: ".html"
11138   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11139   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11140   filter: "'NIC_Intel-XL710' and
11141            '64B' and
11142            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11143            'NDRPDR' and
11144            '1T1C' and
11145            'IP4FWD' and
11146            not 'IPSEC' and
11147            not 'VHOST'"
11148   parameters:
11149   - "throughput"
11150   - "parent"
11151   - "tags"
11152   sort:
11153   - "IP4BASE"
11154   - "FIB_20K"
11155   - "FIB_200K"
11156   - "FIB_2M"
11157   traces:
11158     hoverinfo: "x+y"
11159     boxpoints: "outliers"
11160     whiskerwidth: 0
11161   layout:
11162     title: "ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11163     layout: "plot-throughput"
11164
11165 - type: "plot"
11166   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11167   algorithm: "plot_performance_box"
11168   output-file-type: ".html"
11169   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11170   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11171   filter: "'NIC_Intel-XL710' and
11172            '64B' and
11173            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11174            'NDRPDR' and
11175            '2T2C' and
11176            'IP4FWD' and
11177            not 'IPSEC' and
11178            not 'VHOST'"
11179   parameters:
11180   - "throughput"
11181   - "parent"
11182   - "tags"
11183   sort:
11184   - "IP4BASE"
11185   - "FIB_20K"
11186   - "FIB_200K"
11187   - "FIB_2M"
11188   traces:
11189     hoverinfo: "x+y"
11190     boxpoints: "outliers"
11191     whiskerwidth: 0
11192   layout:
11193     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11194     layout: "plot-throughput"
11195
11196 - type: "plot"
11197   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11198   algorithm: "plot_performance_box"
11199   output-file-type: ".html"
11200   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11201   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11202   filter: "'NIC_Intel-XL710' and
11203            '64B' and
11204            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11205            'NDRPDR' and
11206            '2T2C' and
11207            'IP4FWD' and
11208            not 'IPSEC' and
11209            not 'VHOST'"
11210   parameters:
11211   - "throughput"
11212   - "parent"
11213   - "tags"
11214   sort:
11215   - "IP4BASE"
11216   - "FIB_20K"
11217   - "FIB_200K"
11218   - "FIB_2M"
11219   traces:
11220     hoverinfo: "x+y"
11221     boxpoints: "outliers"
11222     whiskerwidth: 0
11223   layout:
11224     title: "ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11225     layout: "plot-throughput"
11226
11227 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
11228 - type: "plot"
11229   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11230   algorithm: "plot_performance_box"
11231   output-file-type: ".html"
11232   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11234   filter: "'NIC_Intel-X710' and
11235            '64B' and
11236            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11237            'NDRPDR' and
11238            '2T1C' and
11239            'IP4FWD' and
11240            not 'IPSEC' and
11241            not 'DOT1Q' and
11242            not 'VHOST'"
11243   parameters:
11244   - "throughput"
11245   - "parent"
11246   - "tags"
11247   sort:
11248   - "IP4BASE"
11249   - "FIB_20K"
11250   - "FIB_200K"
11251   - "FIB_2M"
11252   traces:
11253     hoverinfo: "x+y"
11254     boxpoints: "outliers"
11255     whiskerwidth: 0
11256   layout:
11257     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11258     layout: "plot-throughput"
11259
11260 - type: "plot"
11261   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11262   algorithm: "plot_performance_box"
11263   output-file-type: ".html"
11264   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11266   filter: "'NIC_Intel-X710' and
11267            '64B' and
11268            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11269            'NDRPDR' and
11270            '2T1C' and
11271            'IP4FWD' and
11272            not 'IPSEC' and
11273            not 'DOT1Q' and
11274            not 'VHOST'"
11275   parameters:
11276   - "throughput"
11277   - "parent"
11278   - "tags"
11279   sort:
11280   - "IP4BASE"
11281   - "FIB_20K"
11282   - "FIB_200K"
11283   - "FIB_2M"
11284   traces:
11285     hoverinfo: "x+y"
11286     boxpoints: "outliers"
11287     whiskerwidth: 0
11288   layout:
11289     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11290     layout: "plot-throughput"
11291
11292 - type: "plot"
11293   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11294   algorithm: "plot_performance_box"
11295   output-file-type: ".html"
11296   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11297   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11298   filter: "'NIC_Intel-X710' and
11299            '64B' and
11300            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11301            'NDRPDR' and
11302            '4T2C' and
11303            'IP4FWD' and
11304            not 'IPSEC' and
11305            not 'DOT1Q' and
11306            not 'VHOST'"
11307   parameters:
11308   - "throughput"
11309   - "parent"
11310   - "tags"
11311   sort:
11312   - "IP4BASE"
11313   - "FIB_20K"
11314   - "FIB_200K"
11315   - "FIB_2M"
11316   traces:
11317     hoverinfo: "x+y"
11318     boxpoints: "outliers"
11319     whiskerwidth: 0
11320   layout:
11321     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11322     layout: "plot-throughput"
11323
11324 - type: "plot"
11325   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11326   algorithm: "plot_performance_box"
11327   output-file-type: ".html"
11328   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11329   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11330   filter: "'NIC_Intel-X710' and
11331            '64B' and
11332            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11333            'NDRPDR' and
11334            '4T2C' and
11335            'IP4FWD' and
11336            not 'IPSEC' and
11337            not 'DOT1Q' and
11338            not 'VHOST'"
11339   parameters:
11340   - "throughput"
11341   - "parent"
11342   - "tags"
11343   sort:
11344   - "IP4BASE"
11345   - "FIB_20K"
11346   - "FIB_200K"
11347   - "FIB_2M"
11348   traces:
11349     hoverinfo: "x+y"
11350     boxpoints: "outliers"
11351     whiskerwidth: 0
11352   layout:
11353     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11354     layout: "plot-throughput"
11355
11356 # Packet Throughput - VPP IPv4 3n-skx-x710 features
11357 - type: "plot"
11358   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
11359   algorithm: "plot_performance_box"
11360   output-file-type: ".html"
11361   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
11362   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11363   filter: "'NIC_Intel-X710' and
11364            '64B' and
11365            ('IP4BASE' or
11366             'POLICE_MARK' or
11367             'COPWHLIST' or
11368             ('NAT44' and 'BASE') or
11369             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11370            'NDRPDR' and
11371            '2T1C' and
11372            'IP4FWD' and
11373            not 'IPSEC' and
11374            not 'VHOST'"
11375   parameters:
11376   - "throughput"
11377   - "parent"
11378   - "tags"
11379   sort:
11380   - "DOT1Q"
11381   - "IP4BASE"
11382   - "NAT44"
11383   - "POLICE_MARK"
11384   - "COPWHLIST"
11385   - "IACL"
11386   - "OACL"
11387   traces:
11388     hoverinfo: "x+y"
11389     boxpoints: "outliers"
11390     whiskerwidth: 0
11391   layout:
11392     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
11393     layout: "plot-throughput"
11394
11395 - type: "plot"
11396   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
11397   algorithm: "plot_performance_box"
11398   output-file-type: ".html"
11399   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
11400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11401   filter: "'NIC_Intel-X710' and
11402            '64B' and
11403            ('IP4BASE' or
11404             'POLICE_MARK' or
11405             'COPWHLIST' or
11406             ('NAT44' and 'BASE') or
11407             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11408            'NDRPDR' and
11409            '2T1C' and
11410            'IP4FWD' and
11411            not 'IPSEC' and
11412            not 'VHOST'"
11413   parameters:
11414   - "throughput"
11415   - "parent"
11416   - "tags"
11417   sort:
11418   - "DOT1Q"
11419   - "IP4BASE"
11420   - "NAT44"
11421   - "POLICE_MARK"
11422   - "COPWHLIST"
11423   - "IACL"
11424   - "OACL"
11425   traces:
11426     hoverinfo: "x+y"
11427     boxpoints: "outliers"
11428     whiskerwidth: 0
11429   layout:
11430     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
11431     layout: "plot-throughput"
11432
11433 - type: "plot"
11434   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
11435   algorithm: "plot_performance_box"
11436   output-file-type: ".html"
11437   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
11438   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11439   filter: "'NIC_Intel-X710' and
11440            '64B' and
11441            ('IP4BASE' or
11442             'POLICE_MARK' or
11443             'COPWHLIST' or
11444             ('NAT44' and 'BASE') or
11445             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11446            'NDRPDR' and
11447            '4T2C' and
11448            'IP4FWD' and
11449            not 'IPSEC' and
11450            not 'VHOST'"
11451   parameters:
11452   - "throughput"
11453   - "parent"
11454   - "tags"
11455   sort:
11456   - "DOT1Q"
11457   - "IP4BASE"
11458   - "NAT44"
11459   - "POLICE_MARK"
11460   - "COPWHLIST"
11461   - "IACL"
11462   - "OACL"
11463   traces:
11464     hoverinfo: "x+y"
11465     boxpoints: "outliers"
11466     whiskerwidth: 0
11467   layout:
11468     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
11469     layout: "plot-throughput"
11470
11471 - type: "plot"
11472   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
11473   algorithm: "plot_performance_box"
11474   output-file-type: ".html"
11475   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
11476   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11477   filter: "'NIC_Intel-X710' and
11478            '64B' and
11479            ('IP4BASE' or
11480             'POLICE_MARK' or
11481             'COPWHLIST' or
11482             ('NAT44' and 'BASE') or
11483             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11484            'NDRPDR' and
11485            '4T2C' and
11486            'IP4FWD' and
11487            not 'IPSEC' and
11488            not 'VHOST'"
11489   parameters:
11490   - "throughput"
11491   - "parent"
11492   - "tags"
11493   sort:
11494   - "DOT1Q"
11495   - "IP4BASE"
11496   - "NAT44"
11497   - "POLICE_MARK"
11498   - "COPWHLIST"
11499   - "IACL"
11500   - "OACL"
11501   traces:
11502     hoverinfo: "x+y"
11503     boxpoints: "outliers"
11504     whiskerwidth: 0
11505   layout:
11506     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
11507     layout: "plot-throughput"
11508
11509 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
11510 - type: "plot"
11511   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11512   algorithm: "plot_performance_box"
11513   output-file-type: ".html"
11514   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11515   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11516   filter: "'NIC_Intel-X710' and
11517            '64B' and
11518            'NDRPDR' and
11519            '1T1C' and
11520            'IP4FWD' and
11521            ('NAT44' or 'IP4BASE') and
11522            not 'IPSEC' and
11523            not 'VHOST'"
11524   parameters:
11525   - "throughput"
11526   - "parent"
11527   - "tags"
11528   sort:
11529   - "IP4BASE"
11530   - "BASE"
11531   - "SRC_USER_10"
11532   - "SRC_USER_100"
11533   - "SRC_USER_1000"
11534   - "SRC_USER_2000"
11535   traces:
11536     hoverinfo: "x+y"
11537     boxpoints: "outliers"
11538     whiskerwidth: 0
11539   layout:
11540     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11541     layout: "plot-throughput"
11542
11543 - type: "plot"
11544   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11545   algorithm: "plot_performance_box"
11546   output-file-type: ".html"
11547   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11548   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11549   filter: "'NIC_Intel-X710' and
11550            '64B' and
11551            'NDRPDR' and
11552            '1T1C' and
11553            'IP4FWD' and
11554            ('NAT44' or 'IP4BASE') and
11555            not 'IPSEC' and
11556            not 'VHOST'"
11557   parameters:
11558   - "throughput"
11559   - "parent"
11560   - "tags"
11561   sort:
11562   - "IP4BASE"
11563   - "BASE"
11564   - "SRC_USER_10"
11565   - "SRC_USER_100"
11566   - "SRC_USER_1000"
11567   - "SRC_USER_2000"
11568   traces:
11569     hoverinfo: "x+y"
11570     boxpoints: "outliers"
11571     whiskerwidth: 0
11572   layout:
11573     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11574     layout: "plot-throughput"
11575
11576 - type: "plot"
11577   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11578   algorithm: "plot_performance_box"
11579   output-file-type: ".html"
11580   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11581   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11582   filter: "'NIC_Intel-X710' and
11583            '64B' and
11584            'NDRPDR' and
11585            '2T2C' and
11586            'IP4FWD' and
11587            ('NAT44' or 'IP4BASE') and
11588            not 'IPSEC' and
11589            not 'VHOST'"
11590   parameters:
11591   - "throughput"
11592   - "parent"
11593   - "tags"
11594   sort:
11595   - "IP4BASE"
11596   - "BASE"
11597   - "SRC_USER_10"
11598   - "SRC_USER_100"
11599   - "SRC_USER_1000"
11600   - "SRC_USER_2000"
11601   traces:
11602     hoverinfo: "x+y"
11603     boxpoints: "outliers"
11604     whiskerwidth: 0
11605   layout:
11606     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11607     layout: "plot-throughput"
11608
11609 - type: "plot"
11610   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11611   algorithm: "plot_performance_box"
11612   output-file-type: ".html"
11613   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11614   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11615   filter: "'NIC_Intel-X710' and
11616            '64B' and
11617            'NDRPDR' and
11618            '2T2C' and
11619            'IP4FWD' and
11620            ('NAT44' or 'IP4BASE') and
11621            not 'IPSEC' and
11622            not 'VHOST'"
11623   parameters:
11624   - "throughput"
11625   - "parent"
11626   - "tags"
11627   sort:
11628   - "IP4BASE"
11629   - "BASE"
11630   - "SRC_USER_10"
11631   - "SRC_USER_100"
11632   - "SRC_USER_1000"
11633   - "SRC_USER_2000"
11634   traces:
11635     hoverinfo: "x+y"
11636     boxpoints: "outliers"
11637     whiskerwidth: 0
11638   layout:
11639     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11640     layout: "plot-throughput"
11641
11642 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
11643 - type: "plot"
11644   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11645   algorithm: "plot_performance_box"
11646   output-file-type: ".html"
11647   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11648   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11649   filter: "'NIC_Intel-X710' and
11650            '64B' and
11651            'NDRPDR' and
11652            '1T1C' and
11653            'IP4FWD' and
11654            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11655            not 'IPSEC' and
11656            not 'VHOST'"
11657   parameters:
11658   - "throughput"
11659   - "parent"
11660   - "tags"
11661   sort:
11662   - "IP4BASE"
11663   - "ACL_STATELESS"
11664   - "ACL_STATEFUL"
11665   - "ACL_STATELESS"
11666   - "ACL_STATEFUL"
11667   traces:
11668     hoverinfo: "x+y"
11669     boxpoints: "outliers"
11670     whiskerwidth: 0
11671   layout:
11672     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11673     layout: "plot-throughput"
11674
11675 - type: "plot"
11676   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11677   algorithm: "plot_performance_box"
11678   output-file-type: ".html"
11679   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11680   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11681   filter: "'NIC_Intel-X710' and
11682            '64B' and
11683            'NDRPDR' and
11684            '1T1C' and
11685            'IP4FWD' and
11686            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11687            not 'IPSEC' and
11688            not 'VHOST'"
11689   parameters:
11690   - "throughput"
11691   - "parent"
11692   - "tags"
11693   sort:
11694   - "IP4BASE"
11695   - "ACL_STATELESS"
11696   - "ACL_STATEFUL"
11697   - "ACL_STATELESS"
11698   - "ACL_STATEFUL"
11699   traces:
11700     hoverinfo: "x+y"
11701     boxpoints: "outliers"
11702     whiskerwidth: 0
11703   layout:
11704     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11705     layout: "plot-throughput"
11706
11707 - type: "plot"
11708   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11709   algorithm: "plot_performance_box"
11710   output-file-type: ".html"
11711   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11712   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11713   filter: "'NIC_Intel-X710' and
11714            '64B' and
11715            'NDRPDR' and
11716            '2T2C' and
11717            'IP4FWD' and
11718            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11719            not 'IPSEC' and
11720            not 'VHOST'"
11721   parameters:
11722   - "throughput"
11723   - "parent"
11724   - "tags"
11725   sort:
11726   - "IP4BASE"
11727   - "ACL_STATELESS"
11728   - "ACL_STATEFUL"
11729   - "ACL_STATELESS"
11730   - "ACL_STATEFUL"
11731   traces:
11732     hoverinfo: "x+y"
11733     boxpoints: "outliers"
11734     whiskerwidth: 0
11735   layout:
11736     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11737     layout: "plot-throughput"
11738
11739 - type: "plot"
11740   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11741   algorithm: "plot_performance_box"
11742   output-file-type: ".html"
11743   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11744   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11745   filter: "'NIC_Intel-X710' and
11746            '64B' and
11747            'NDRPDR' and
11748            '2T2C' and
11749            'IP4FWD' and
11750            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11751            not 'IPSEC' and
11752            not 'VHOST'"
11753   parameters:
11754   - "throughput"
11755   - "parent"
11756   - "tags"
11757   sort:
11758   - "IP4BASE"
11759   - "ACL_STATELESS"
11760   - "ACL_STATEFUL"
11761   - "ACL_STATELESS"
11762   - "ACL_STATEFUL"
11763   traces:
11764     hoverinfo: "x+y"
11765     boxpoints: "outliers"
11766     whiskerwidth: 0
11767   layout:
11768     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11769     layout: "plot-throughput"
11770
11771 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
11772 - type: "plot"
11773   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11774   algorithm: "plot_performance_box"
11775   output-file-type: ".html"
11776   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11777   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11778   filter: "'NIC_Intel-X710' and
11779            '64B' and
11780            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11781            'NDRPDR' and
11782            '2T1C' and
11783            'IP4FWD' and
11784            not 'IPSEC' and
11785            not 'DOT1Q' and
11786            not 'VHOST'"
11787   parameters:
11788   - "throughput"
11789   - "parent"
11790   - "tags"
11791   sort:
11792   - "IP4BASE"
11793   - "FIB_20K"
11794   - "FIB_200K"
11795   - "FIB_2M"
11796   traces:
11797     hoverinfo: "x+y"
11798     boxpoints: "outliers"
11799     whiskerwidth: 0
11800   layout:
11801     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11802     layout: "plot-throughput"
11803
11804 - type: "plot"
11805   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11806   algorithm: "plot_performance_box"
11807   output-file-type: ".html"
11808   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11809   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11810   filter: "'NIC_Intel-X710' and
11811            '64B' and
11812            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11813            'NDRPDR' and
11814            '2T1C' and
11815            'IP4FWD' and
11816            not 'IPSEC' and
11817            not 'DOT1Q' and
11818            not 'VHOST'"
11819   parameters:
11820   - "throughput"
11821   - "parent"
11822   - "tags"
11823   sort:
11824   - "IP4BASE"
11825   - "FIB_20K"
11826   - "FIB_200K"
11827   - "FIB_2M"
11828   traces:
11829     hoverinfo: "x+y"
11830     boxpoints: "outliers"
11831     whiskerwidth: 0
11832   layout:
11833     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11834     layout: "plot-throughput"
11835
11836 - type: "plot"
11837   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11838   algorithm: "plot_performance_box"
11839   output-file-type: ".html"
11840   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11841   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11842   filter: "'NIC_Intel-X710' and
11843            '64B' and
11844            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11845            'NDRPDR' and
11846            '4T2C' and
11847            'IP4FWD' and
11848            not 'IPSEC' and
11849            not 'DOT1Q' and
11850            not 'VHOST'"
11851   parameters:
11852   - "throughput"
11853   - "parent"
11854   - "tags"
11855   sort:
11856   - "IP4BASE"
11857   - "FIB_20K"
11858   - "FIB_200K"
11859   - "FIB_2M"
11860   traces:
11861     hoverinfo: "x+y"
11862     boxpoints: "outliers"
11863     whiskerwidth: 0
11864   layout:
11865     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11866     layout: "plot-throughput"
11867
11868 - type: "plot"
11869   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11870   algorithm: "plot_performance_box"
11871   output-file-type: ".html"
11872   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11873   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11874   filter: "'NIC_Intel-X710' and
11875            '64B' and
11876            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11877            'NDRPDR' and
11878            '4T2C' and
11879            'IP4FWD' and
11880            not 'IPSEC' and
11881            not 'DOT1Q' and
11882            not 'VHOST'"
11883   parameters:
11884   - "throughput"
11885   - "parent"
11886   - "tags"
11887   sort:
11888   - "IP4BASE"
11889   - "FIB_20K"
11890   - "FIB_200K"
11891   - "FIB_2M"
11892   traces:
11893     hoverinfo: "x+y"
11894     boxpoints: "outliers"
11895     whiskerwidth: 0
11896   layout:
11897     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11898     layout: "plot-throughput"
11899
11900 # Packet Throughput - VPP IPv4 2n-skx-x710 features iacl
11901 - type: "plot"
11902   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11903   algorithm: "plot_performance_box"
11904   output-file-type: ".html"
11905   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11906   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11907   filter: "'NIC_Intel-X710' and
11908            '64B' and
11909            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11910            'NDRPDR' and
11911            '2T1C' and
11912            'IP4FWD' and
11913            not 'IPSEC' and
11914            not 'DOT1Q' and
11915            not 'VHOST'"
11916   parameters:
11917   - "throughput"
11918   - "parent"
11919   - "tags"
11920   sort:
11921   - "IP4BASE"
11922   - "ACL_STATELESS"
11923   - "ACL_STATEFUL"
11924   - "ACL_STATELESS"
11925   - "ACL_STATEFUL"
11926   traces:
11927     hoverinfo: "x+y"
11928     boxpoints: "outliers"
11929     whiskerwidth: 0
11930   layout:
11931     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11932     layout: "plot-throughput"
11933
11934 - type: "plot"
11935   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11936   algorithm: "plot_performance_box"
11937   output-file-type: ".html"
11938   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11939   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11940   filter: "'NIC_Intel-X710' and
11941            '64B' and
11942            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11943            'NDRPDR' and
11944            '2T1C' and
11945            'IP4FWD' and
11946            not 'IPSEC' and
11947            not 'DOT1Q' and
11948            not 'VHOST'"
11949   parameters:
11950   - "throughput"
11951   - "parent"
11952   - "tags"
11953   sort:
11954   - "IP4BASE"
11955   - "ACL_STATELESS"
11956   - "ACL_STATEFUL"
11957   - "ACL_STATELESS"
11958   - "ACL_STATEFUL"
11959   traces:
11960     hoverinfo: "x+y"
11961     boxpoints: "outliers"
11962     whiskerwidth: 0
11963   layout:
11964     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11965     layout: "plot-throughput"
11966
11967 - type: "plot"
11968   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11969   algorithm: "plot_performance_box"
11970   output-file-type: ".html"
11971   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11972   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11973   filter: "'NIC_Intel-X710' and
11974            '64B' and
11975            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11976            'NDRPDR' and
11977            '4T2C' and
11978            'IP4FWD' and
11979            not 'IPSEC' and
11980            not 'DOT1Q' and
11981            not 'VHOST'"
11982   parameters:
11983   - "throughput"
11984   - "parent"
11985   - "tags"
11986   sort:
11987   - "IP4BASE"
11988   - "ACL_STATELESS"
11989   - "ACL_STATEFUL"
11990   - "ACL_STATELESS"
11991   - "ACL_STATEFUL"
11992   traces:
11993     hoverinfo: "x+y"
11994     boxpoints: "outliers"
11995     whiskerwidth: 0
11996   layout:
11997     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11998     layout: "plot-throughput"
11999
12000 - type: "plot"
12001   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
12002   algorithm: "plot_performance_box"
12003   output-file-type: ".html"
12004   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
12005   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12006   filter: "'NIC_Intel-X710' and
12007            '64B' and
12008            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
12009            'NDRPDR' and
12010            '4T2C' and
12011            'IP4FWD' and
12012            not 'IPSEC' and
12013            not 'DOT1Q' and
12014            not 'VHOST'"
12015   parameters:
12016   - "throughput"
12017   - "parent"
12018   - "tags"
12019   sort:
12020   - "IP4BASE"
12021   - "ACL_STATELESS"
12022   - "ACL_STATEFUL"
12023   - "ACL_STATELESS"
12024   - "ACL_STATEFUL"
12025   traces:
12026     hoverinfo: "x+y"
12027     boxpoints: "outliers"
12028     whiskerwidth: 0
12029   layout:
12030     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
12031     layout: "plot-throughput"
12032
12033 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
12034 - type: "plot"
12035   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12036   algorithm: "plot_performance_box"
12037   output-file-type: ".html"
12038   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12039   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12040   filter: "'NIC_Intel-XXV710' and
12041            '64B' and
12042            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12043            'NDRPDR' and
12044            '2T1C' and
12045            'IP4FWD' and
12046            not 'IPSEC' and
12047            not 'DOT1Q' and
12048            not 'VHOST'"
12049   parameters:
12050   - "throughput"
12051   - "parent"
12052   - "tags"
12053   sort:
12054   - "IP4BASE"
12055   - "FIB_20K"
12056   - "FIB_200K"
12057   - "FIB_2M"
12058   traces:
12059     hoverinfo: "x+y"
12060     boxpoints: "outliers"
12061     whiskerwidth: 0
12062   layout:
12063     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12064     layout: "plot-throughput"
12065
12066 - type: "plot"
12067   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12068   algorithm: "plot_performance_box"
12069   output-file-type: ".html"
12070   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12071   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12072   filter: "'NIC_Intel-XXV710' and
12073            '64B' and
12074            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12075            'NDRPDR' and
12076            '2T1C' and
12077            'IP4FWD' and
12078            not 'IPSEC' and
12079            not 'DOT1Q' and
12080            not 'VHOST'"
12081   parameters:
12082   - "throughput"
12083   - "parent"
12084   - "tags"
12085   sort:
12086   - "IP4BASE"
12087   - "FIB_20K"
12088   - "FIB_200K"
12089   - "FIB_2M"
12090   traces:
12091     hoverinfo: "x+y"
12092     boxpoints: "outliers"
12093     whiskerwidth: 0
12094   layout:
12095     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12096     layout: "plot-throughput"
12097
12098 - type: "plot"
12099   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12100   algorithm: "plot_performance_box"
12101   output-file-type: ".html"
12102   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12103   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12104   filter: "'NIC_Intel-XXV710' and
12105            '64B' and
12106            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12107            'NDRPDR' and
12108            '4T2C' and
12109            'IP4FWD' and
12110            not 'IPSEC' and
12111            not 'DOT1Q' and
12112            not 'VHOST'"
12113   parameters:
12114   - "throughput"
12115   - "parent"
12116   - "tags"
12117   sort:
12118   - "IP4BASE"
12119   - "FIB_20K"
12120   - "FIB_200K"
12121   - "FIB_2M"
12122   traces:
12123     hoverinfo: "x+y"
12124     boxpoints: "outliers"
12125     whiskerwidth: 0
12126   layout:
12127     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12128     layout: "plot-throughput"
12129
12130 - type: "plot"
12131   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12132   algorithm: "plot_performance_box"
12133   output-file-type: ".html"
12134   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12135   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12136   filter: "'NIC_Intel-XXV710' and
12137            '64B' and
12138            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12139            'NDRPDR' and
12140            '4T2C' and
12141            'IP4FWD' and
12142            not 'IPSEC' and
12143            not 'DOT1Q' and
12144            not 'VHOST'"
12145   parameters:
12146   - "throughput"
12147   - "parent"
12148   - "tags"
12149   sort:
12150   - "IP4BASE"
12151   - "FIB_20K"
12152   - "FIB_200K"
12153   - "FIB_2M"
12154   traces:
12155     hoverinfo: "x+y"
12156     boxpoints: "outliers"
12157     whiskerwidth: 0
12158   layout:
12159     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12160     layout: "plot-throughput"
12161
12162 ## Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
12163 #- type: "plot"
12164 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12165 #  algorithm: "plot_performance_box"
12166 #  output-file-type: ".html"
12167 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12168 #  data: "intel-dnv-vpp"
12169 #  filter: "'NIC_Intel-X553' and
12170 #           '64B' and
12171 #           'IP4BASE' and
12172 #           'NDRPDR' and
12173 #           '1T1C' and
12174 #           'IP4FWD' and
12175 #           not 'IPSEC' and
12176 #           not 'VHOST'"
12177 #  parameters:
12178 #  - "throughput"
12179 #  - "parent"
12180 #  - "tags"
12181 #  sort:
12182 #  - "IP4BASE"
12183 #  traces:
12184 #    hoverinfo: "x+y"
12185 #    boxpoints: "outliers"
12186 #    whiskerwidth: 0
12187 #  layout:
12188 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12189 #    layout: "plot-throughput"
12190 #
12191 #- type: "plot"
12192 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12193 #  algorithm: "plot_performance_box"
12194 #  output-file-type: ".html"
12195 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12196 #  data: "intel-dnv-vpp"
12197 #  filter: "'NIC_Intel-X553' and
12198 #           '64B' and
12199 #           'IP4BASE' and
12200 #           'NDRPDR' and
12201 #           '1T1C' and
12202 #           'IP4FWD' and
12203 #           not 'IPSEC' and
12204 #           not 'VHOST'"
12205 #  parameters:
12206 #  - "throughput"
12207 #  - "parent"
12208 #  - "tags"
12209 #  sort:
12210 #  - "IP4BASE"
12211 #  traces:
12212 #    hoverinfo: "x+y"
12213 #    boxpoints: "outliers"
12214 #    whiskerwidth: 0
12215 #  layout:
12216 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12217 #    layout: "plot-throughput"
12218 #
12219 #- type: "plot"
12220 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12221 #  algorithm: "plot_performance_box"
12222 #  output-file-type: ".html"
12223 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12224 #  data: "intel-dnv-vpp"
12225 #  filter: "'NIC_Intel-X553' and
12226 #           '64B' and
12227 #           'IP4BASE' and
12228 #           'NDRPDR' and
12229 #           '2T2C' and
12230 #           'IP4FWD' and
12231 #           not 'IPSEC' and
12232 #           not 'VHOST'"
12233 #  parameters:
12234 #  - "throughput"
12235 #  - "parent"
12236 #  - "tags"
12237 #  sort:
12238 #  - "IP4BASE"
12239 #  traces:
12240 #    hoverinfo: "x+y"
12241 #    boxpoints: "outliers"
12242 #    whiskerwidth: 0
12243 #  layout:
12244 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12245 #    layout: "plot-throughput"
12246 #
12247 #- type: "plot"
12248 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12249 #  algorithm: "plot_performance_box"
12250 #  output-file-type: ".html"
12251 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12252 #  data: "intel-dnv-vpp"
12253 #  filter: "'NIC_Intel-X553' and
12254 #           '64B' and
12255 #           'IP4BASE' and
12256 #           'NDRPDR' and
12257 #           '2T2C' and
12258 #           'IP4FWD' and
12259 #           not 'IPSEC' and
12260 #           not 'VHOST'"
12261 #  parameters:
12262 #  - "throughput"
12263 #  - "parent"
12264 #  - "tags"
12265 #  sort:
12266 #  - "IP4BASE"
12267 #  traces:
12268 #    hoverinfo: "x+y"
12269 #    boxpoints: "outliers"
12270 #    whiskerwidth: 0
12271 #  layout:
12272 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12273 #    layout: "plot-throughput"
12274
12275 ################################################################################
12276
12277 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
12278 - type: "plot"
12279   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12280   algorithm: "plot_performance_box"
12281   output-file-type: ".html"
12282   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12283   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12284   filter: "'NIC_Intel-X520-DA2' and
12285            '64B' and
12286            'ENCAP' and
12287            'NDRPDR' and
12288            '1T1C' and
12289            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12290            not 'DOT1Q' and
12291            not 'VHOST' and
12292            not 'IPSECHW'"
12293   parameters:
12294   - "throughput"
12295   - "parent"
12296   - "tags"
12297   sort:
12298   - "IP4BASE"
12299   - "L2BDMACLRN"
12300   - "L2XCFWD"
12301   - "LISP"
12302   traces:
12303     hoverinfo: "x+y"
12304     boxpoints: "outliers"
12305     whiskerwidth: 0
12306   layout:
12307     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12308     layout: "plot-throughput"
12309
12310 - type: "plot"
12311   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12312   algorithm: "plot_performance_box"
12313   output-file-type: ".html"
12314   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12315   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12316   filter: "'NIC_Intel-X520-DA2' and
12317            '64B' and
12318            'ENCAP' and
12319            'NDRPDR' and
12320            '2T2C' and
12321            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12322            not 'DOT1Q' and
12323            not 'VHOST' and
12324            not 'IPSECHW'"
12325   parameters:
12326   - "throughput"
12327   - "parent"
12328   - "tags"
12329   sort:
12330   - "IP4BASE"
12331   - "L2BDMACLRN"
12332   - "L2XCFWD"
12333   - "LISP"
12334   traces:
12335     hoverinfo: "x+y"
12336     boxpoints: "outliers"
12337     whiskerwidth: 0
12338   layout:
12339     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12340     layout: "plot-throughput"
12341
12342 - type: "plot"
12343   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12344   algorithm: "plot_performance_box"
12345   output-file-type: ".html"
12346   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12347   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12348   filter: "'NIC_Intel-X520-DA2' and
12349            '64B' and
12350            'ENCAP' and
12351            'NDRPDR' and
12352            '1T1C' and
12353            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12354            not 'DOT1Q' and
12355            not 'VHOST' and
12356            not 'IPSECHW'"
12357   parameters:
12358   - "throughput"
12359   - "parent"
12360   - "tags"
12361   sort:
12362   - "IP4BASE"
12363   - "L2BDMACLRN"
12364   - "L2XCFWD"
12365   - "LISP"
12366   traces:
12367     hoverinfo: "x+y"
12368     boxpoints: "outliers"
12369     whiskerwidth: 0
12370   layout:
12371     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12372     layout: "plot-throughput"
12373
12374 - type: "plot"
12375   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12376   algorithm: "plot_performance_box"
12377   output-file-type: ".html"
12378   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12379   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12380   filter: "'NIC_Intel-X520-DA2' and
12381            '64B' and
12382            'ENCAP' and
12383            'NDRPDR' and
12384            '2T2C' and
12385            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12386            not 'DOT1Q' and
12387            not 'VHOST' and
12388            not 'IPSECHW'"
12389   parameters:
12390   - "throughput"
12391   - "parent"
12392   - "tags"
12393   sort:
12394   - "IP4BASE"
12395   - "L2BDMACLRN"
12396   - "L2XCFWD"
12397   - "LISP"
12398   traces:
12399     hoverinfo: "x+y"
12400     boxpoints: "outliers"
12401     whiskerwidth: 0
12402   layout:
12403     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12404     layout: "plot-throughput"
12405
12406 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
12407 - type: "plot"
12408   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12409   algorithm: "plot_performance_box"
12410   output-file-type: ".html"
12411   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12412   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12413   filter: "'NIC_Intel-X710' and
12414            '64B' and
12415            'ENCAP' and
12416            'NDRPDR' and
12417            '1T1C' and
12418            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12419            not 'VHOST' and
12420            not 'IPSECHW'"
12421   parameters:
12422   - "throughput"
12423   - "parent"
12424   - "tags"
12425   sort:
12426   - "IP4BASE"
12427   - "LISP"
12428   - "VXLAN_1"
12429   - "VXLAN_10"
12430   - "VXLAN_100"
12431   - "VXLAN_1000"
12432   traces:
12433     hoverinfo: "x+y"
12434     boxpoints: "outliers"
12435     whiskerwidth: 0
12436   layout:
12437     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12438     layout: "plot-throughput"
12439
12440 - type: "plot"
12441   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12442   algorithm: "plot_performance_box"
12443   output-file-type: ".html"
12444   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12445   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12446   filter: "'NIC_Intel-X710' and
12447            '64B' and
12448            'ENCAP' and
12449            'NDRPDR' and
12450            '1T1C' and
12451            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12452            not 'VHOST' and
12453            not 'IPSECHW'"
12454   parameters:
12455   - "throughput"
12456   - "parent"
12457   - "tags"
12458   sort:
12459   - "IP4BASE"
12460   - "LISP"
12461   - "VXLAN_1"
12462   - "VXLAN_10"
12463   - "VXLAN_100"
12464   - "VXLAN_1000"
12465   traces:
12466     hoverinfo: "x+y"
12467     boxpoints: "outliers"
12468     whiskerwidth: 0
12469   layout:
12470     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12471     layout: "plot-throughput"
12472
12473 - type: "plot"
12474   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12475   algorithm: "plot_performance_box"
12476   output-file-type: ".html"
12477   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12478   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12479   filter: "'NIC_Intel-X710' and
12480            '64B' and
12481            'ENCAP' and
12482            'NDRPDR' and
12483            '2T2C' and
12484            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12485            not 'VHOST' and
12486            not 'IPSECHW'"
12487   parameters:
12488   - "throughput"
12489   - "parent"
12490   - "tags"
12491   sort:
12492   - "IP4BASE"
12493   - "LISP"
12494   - "VXLAN_1"
12495   - "VXLAN_10"
12496   - "VXLAN_100"
12497   - "VXLAN_1000"
12498   traces:
12499     hoverinfo: "x+y"
12500     boxpoints: "outliers"
12501     whiskerwidth: 0
12502   layout:
12503     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12504     layout: "plot-throughput"
12505
12506 - type: "plot"
12507   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12508   algorithm: "plot_performance_box"
12509   output-file-type: ".html"
12510   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12511   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12512   filter: "'NIC_Intel-X710' and
12513            '64B' and
12514            'ENCAP' and
12515            'NDRPDR' and
12516            '2T2C' and
12517            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12518            not 'VHOST' and
12519            not 'IPSECHW'"
12520   parameters:
12521   - "throughput"
12522   - "parent"
12523   - "tags"
12524   sort:
12525   - "IP4BASE"
12526   - "LISP"
12527   - "VXLAN_1"
12528   - "VXLAN_10"
12529   - "VXLAN_100"
12530   - "VXLAN_1000"
12531   traces:
12532     hoverinfo: "x+y"
12533     boxpoints: "outliers"
12534     whiskerwidth: 0
12535   layout:
12536     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12537     layout: "plot-throughput"
12538
12539 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
12540 - type: "plot"
12541   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12542   algorithm: "plot_performance_box"
12543   output-file-type: ".html"
12544   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12545   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12546   filter: "'NIC_Intel-X710' and
12547            '64B' and
12548            'ENCAP' and
12549            'NDRPDR' and
12550            '1T1C' and
12551            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
12552            not 'DOT1Q' and
12553            not 'VHOST' and
12554            not 'IPSECHW'"
12555   parameters:
12556   - "throughput"
12557   - "parent"
12558   - "tags"
12559   sort:
12560   - "IP4BASE"
12561   - "L2BDMACLRN"
12562   - "L2XCFWD"
12563   - "LISP"
12564   traces:
12565     hoverinfo: "x+y"
12566     boxpoints: "outliers"
12567     whiskerwidth: 0
12568   layout:
12569     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12570     layout: "plot-throughput"
12571
12572 - type: "plot"
12573   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12574   algorithm: "plot_performance_box"
12575   output-file-type: ".html"
12576   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12577   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12578   filter: "'NIC_Intel-X710' and
12579            '64B' and
12580            'ENCAP' and
12581            'NDRPDR' and
12582            '2T2C' and
12583            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12584            not 'DOT1Q' and
12585            not 'VHOST' and
12586            not 'IPSECHW'"
12587   parameters:
12588   - "throughput"
12589   - "parent"
12590   - "tags"
12591   sort:
12592   - "IP4BASE"
12593   - "L2BDMACLRN"
12594   - "L2XCFWD"
12595   - "LISP"
12596   traces:
12597     hoverinfo: "x+y"
12598     boxpoints: "outliers"
12599     whiskerwidth: 0
12600   layout:
12601     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12602     layout: "plot-throughput"
12603
12604 - type: "plot"
12605   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12606   algorithm: "plot_performance_box"
12607   output-file-type: ".html"
12608   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12609   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12610   filter: "'NIC_Intel-X710' and
12611            '64B' and
12612            'ENCAP' and
12613            'NDRPDR' and
12614            '1T1C' and
12615            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12616            not 'DOT1Q' and
12617            not 'VHOST' and
12618            not 'IPSECHW'"
12619   parameters:
12620   - "throughput"
12621   - "parent"
12622   - "tags"
12623   sort:
12624   - "IP4BASE"
12625   - "L2BDMACLRN"
12626   - "L2XCFWD"
12627   - "LISP"
12628   traces:
12629     hoverinfo: "x+y"
12630     boxpoints: "outliers"
12631     whiskerwidth: 0
12632   layout:
12633     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12634     layout: "plot-throughput"
12635
12636 - type: "plot"
12637   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12638   algorithm: "plot_performance_box"
12639   output-file-type: ".html"
12640   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12641   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12642   filter: "'NIC_Intel-X710' and
12643            '64B' and
12644            'ENCAP' and
12645            'NDRPDR' and
12646            '2T2C' and
12647            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12648            not 'DOT1Q' and
12649            not 'VHOST' and
12650            not 'IPSECHW'"
12651   parameters:
12652   - "throughput"
12653   - "parent"
12654   - "tags"
12655   sort:
12656   - "IP4BASE"
12657   - "L2BDMACLRN"
12658   - "L2XCFWD"
12659   - "LISP"
12660   traces:
12661     hoverinfo: "x+y"
12662     boxpoints: "outliers"
12663     whiskerwidth: 0
12664   layout:
12665     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12666     layout: "plot-throughput"
12667
12668 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
12669 - type: "plot"
12670   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12671   algorithm: "plot_performance_box"
12672   output-file-type: ".html"
12673   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12674   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12675   filter: "'NIC_Intel-X710' and
12676            '64B' and
12677            'ENCAP' and
12678            'NDRPDR' and
12679            '2T1C' and
12680            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12681            not 'VHOST' and
12682            not 'IPSECHW'"
12683   parameters:
12684   - "throughput"
12685   - "parent"
12686   - "tags"
12687   sort:
12688   - "IP4BASE"
12689   - "LISP"
12690   - "VXLAN_1"
12691   - "VXLAN_10"
12692   - "VXLAN_100"
12693   - "VXLAN_1000"
12694   traces:
12695     hoverinfo: "x+y"
12696     boxpoints: "outliers"
12697     whiskerwidth: 0
12698   layout:
12699     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12700     layout: "plot-throughput"
12701
12702 - type: "plot"
12703   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12704   algorithm: "plot_performance_box"
12705   output-file-type: ".html"
12706   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12707   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12708   filter: "'NIC_Intel-X710' and
12709            '64B' and
12710            'ENCAP' and
12711            'NDRPDR' and
12712            '2T1C' and
12713            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12714            not 'VHOST' and
12715            not 'IPSECHW'"
12716   parameters:
12717   - "throughput"
12718   - "parent"
12719   - "tags"
12720   sort:
12721   - "IP4BASE"
12722   - "LISP"
12723   - "VXLAN_1"
12724   - "VXLAN_10"
12725   - "VXLAN_100"
12726   - "VXLAN_1000"
12727   traces:
12728     hoverinfo: "x+y"
12729     boxpoints: "outliers"
12730     whiskerwidth: 0
12731   layout:
12732     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12733     layout: "plot-throughput"
12734
12735 - type: "plot"
12736   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12737   algorithm: "plot_performance_box"
12738   output-file-type: ".html"
12739   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12740   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12741   filter: "'NIC_Intel-X710' and
12742            '64B' and
12743            'ENCAP' and
12744            'NDRPDR' and
12745            '4T2C' and
12746            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12747            not 'VHOST' and
12748            not 'IPSECHW'"
12749   parameters:
12750   - "throughput"
12751   - "parent"
12752   - "tags"
12753   sort:
12754   - "IP4BASE"
12755   - "LISP"
12756   - "VXLAN_1"
12757   - "VXLAN_10"
12758   - "VXLAN_100"
12759   - "VXLAN_1000"
12760   traces:
12761     hoverinfo: "x+y"
12762     boxpoints: "outliers"
12763     whiskerwidth: 0
12764   layout:
12765     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12766     layout: "plot-throughput"
12767
12768 - type: "plot"
12769   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12770   algorithm: "plot_performance_box"
12771   output-file-type: ".html"
12772   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12773   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12774   filter: "'NIC_Intel-X710' and
12775            '64B' and
12776            'ENCAP' and
12777            'NDRPDR' and
12778            '4T2C' and
12779            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12780            not 'VHOST' and
12781            not 'IPSECHW'"
12782   parameters:
12783   - "throughput"
12784   - "parent"
12785   - "tags"
12786   sort:
12787   - "IP4BASE"
12788   - "LISP"
12789   - "VXLAN_1"
12790   - "VXLAN_10"
12791   - "VXLAN_100"
12792   - "VXLAN_1000"
12793   traces:
12794     hoverinfo: "x+y"
12795     boxpoints: "outliers"
12796     whiskerwidth: 0
12797   layout:
12798     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12799     layout: "plot-throughput"
12800
12801 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
12802 - type: "plot"
12803   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12804   algorithm: "plot_performance_box"
12805   output-file-type: ".html"
12806   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12807   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12808   filter: "'NIC_Intel-X710' and
12809            '64B' and
12810            'ENCAP' and
12811            'NDRPDR' and
12812            '2T1C' and
12813            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12814            not 'DOT1Q' and
12815            not 'VHOST' and
12816            not 'IPSECHW'"
12817   parameters:
12818   - "throughput"
12819   - "parent"
12820   - "tags"
12821   sort:
12822   - "IP4BASE"
12823   - "L2BDMACLRN"
12824   - "L2XCFWD"
12825   - "LISP"
12826   traces:
12827     hoverinfo: "x+y"
12828     boxpoints: "outliers"
12829     whiskerwidth: 0
12830   layout:
12831     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12832     layout: "plot-throughput"
12833
12834 - type: "plot"
12835   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12836   algorithm: "plot_performance_box"
12837   output-file-type: ".html"
12838   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12839   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12840   filter: "'NIC_Intel-X710' and
12841            '64B' and
12842            'ENCAP' and
12843            'NDRPDR' and
12844            '4T2C' and
12845            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12846            not 'DOT1Q' and
12847            not 'VHOST' and
12848            not 'IPSECHW'"
12849   parameters:
12850   - "throughput"
12851   - "parent"
12852   - "tags"
12853   sort:
12854   - "IP4BASE"
12855   - "L2BDMACLRN"
12856   - "L2XCFWD"
12857   - "LISP"
12858   traces:
12859     hoverinfo: "x+y"
12860     boxpoints: "outliers"
12861     whiskerwidth: 0
12862   layout:
12863     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12864     layout: "plot-throughput"
12865
12866 - type: "plot"
12867   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12868   algorithm: "plot_performance_box"
12869   output-file-type: ".html"
12870   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12871   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12872   filter: "'NIC_Intel-X710' and
12873            '64B' and
12874            'ENCAP' and
12875            'NDRPDR' and
12876            '2T1C' and
12877            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12878            not 'DOT1Q' and
12879            not 'VHOST' and
12880            not 'IPSECHW'"
12881   parameters:
12882   - "throughput"
12883   - "parent"
12884   - "tags"
12885   sort:
12886   - "IP4BASE"
12887   - "L2BDMACLRN"
12888   - "L2XCFWD"
12889   - "LISP"
12890   traces:
12891     hoverinfo: "x+y"
12892     boxpoints: "outliers"
12893     whiskerwidth: 0
12894   layout:
12895     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12896     layout: "plot-throughput"
12897
12898 - type: "plot"
12899   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12900   algorithm: "plot_performance_box"
12901   output-file-type: ".html"
12902   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12903   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12904   filter: "'NIC_Intel-X710' and
12905            '64B' and
12906            'ENCAP' and
12907            'NDRPDR' and
12908            '4T2C' and
12909            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12910            not 'DOT1Q' and
12911            not 'VHOST' and
12912            not 'IPSECHW'"
12913   parameters:
12914   - "throughput"
12915   - "parent"
12916   - "tags"
12917   sort:
12918   - "IP4BASE"
12919   - "L2BDMACLRN"
12920   - "L2XCFWD"
12921   - "LISP"
12922   traces:
12923     hoverinfo: "x+y"
12924     boxpoints: "outliers"
12925     whiskerwidth: 0
12926   layout:
12927     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12928     layout: "plot-throughput"
12929
12930 ################################################################################
12931
12932 # Packet Throughput - VPP IPv6 3n-hsw-x520
12933 - type: "plot"
12934   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12935   algorithm: "plot_performance_box"
12936   output-file-type: ".html"
12937   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12938   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12939   filter: "'NIC_Intel-X520-DA2' and
12940            '78B' and
12941            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12942            'NDRPDR' and
12943            '1T1C' and
12944            'IP6FWD' and
12945            not 'SRv6' and
12946            not 'IPSEC' and
12947            not 'VHOST'"
12948   parameters:
12949   - "throughput"
12950   - "parent"
12951   - "tags"
12952   sort:
12953   - "IP6BASE"
12954   - "FIB_20K"
12955   - "FIB_200K"
12956   - "FIB_2M"
12957   traces:
12958     hoverinfo: "x+y"
12959     boxpoints: "outliers"
12960     whiskerwidth: 0
12961   layout:
12962     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12963     layout: "plot-throughput"
12964
12965 - type: "plot"
12966   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12967   algorithm: "plot_performance_box"
12968   output-file-type: ".html"
12969   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12970   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12971   filter: "'NIC_Intel-X520-DA2' and
12972            '78B' and
12973            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12974            'NDRPDR' and
12975            '1T1C' and
12976            'IP6FWD' and
12977            not 'SRv6' and
12978            not 'IPSEC' and
12979            not 'VHOST'"
12980   parameters:
12981   - "throughput"
12982   - "parent"
12983   - "tags"
12984   sort:
12985   - "IP6BASE"
12986   - "FIB_20K"
12987   - "FIB_200K"
12988   - "FIB_2M"
12989   traces:
12990     hoverinfo: "x+y"
12991     boxpoints: "outliers"
12992     whiskerwidth: 0
12993   layout:
12994     title: "ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12995     layout: "plot-throughput"
12996
12997 - type: "plot"
12998   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12999   algorithm: "plot_performance_box"
13000   output-file-type: ".html"
13001   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr"
13002   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13003   filter: "'NIC_Intel-X520-DA2' and
13004            '78B' and
13005            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13006            'NDRPDR' and
13007            '2T2C' and
13008            'IP6FWD' and
13009            not 'SRv6' and
13010            not 'IPSEC' and
13011            not 'VHOST'"
13012   parameters:
13013   - "throughput"
13014   - "parent"
13015   - "tags"
13016   sort:
13017   - "IP6BASE"
13018   - "FIB_20K"
13019   - "FIB_200K"
13020   - "FIB_2M"
13021   traces:
13022     hoverinfo: "x+y"
13023     boxpoints: "outliers"
13024     whiskerwidth: 0
13025   layout:
13026     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
13027     layout: "plot-throughput"
13028
13029 - type: "plot"
13030   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-pdr"
13031   algorithm: "plot_performance_box"
13032   output-file-type: ".html"
13033   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-pdr"
13034   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13035   filter: "'NIC_Intel-X520-DA2' and
13036            '78B' and
13037            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13038            'NDRPDR' and
13039            '2T2C' and
13040            'IP6FWD' and
13041            not 'SRv6' and
13042            not 'IPSEC' and
13043            not 'VHOST'"
13044   parameters:
13045   - "throughput"
13046   - "parent"
13047   - "tags"
13048   sort:
13049   - "IP6BASE"
13050   - "FIB_20K"
13051   - "FIB_200K"
13052   - "FIB_2M"
13053   traces:
13054     hoverinfo: "x+y"
13055     boxpoints: "outliers"
13056     whiskerwidth: 0
13057   layout:
13058     title: "ip6-3n-hsw-x520-78b-2t2c-base-pdr"
13059     layout: "plot-throughput"
13060
13061 # Packet Throughput - VPP IPv6 3n-hsw-x710
13062 - type: "plot"
13063   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13064   algorithm: "plot_performance_box"
13065   output-file-type: ".html"
13066   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13067   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13068   filter: "'NIC_Intel-X710' and
13069            '78B' and
13070            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13071            'NDRPDR' and
13072            '1T1C' and
13073            'IP6FWD' and
13074            not 'SRv6' and
13075            not 'IPSEC' and
13076            not 'VHOST'"
13077   parameters:
13078   - "throughput"
13079   - "parent"
13080   - "tags"
13081   sort:
13082   - "IP6BASE"
13083   - "FIB_20K"
13084   - "FIB_200K"
13085   - "FIB_2M"
13086   traces:
13087     hoverinfo: "x+y"
13088     boxpoints: "outliers"
13089     whiskerwidth: 0
13090   layout:
13091     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13092     layout: "plot-throughput"
13093
13094 - type: "plot"
13095   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13096   algorithm: "plot_performance_box"
13097   output-file-type: ".html"
13098   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13099   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13100   filter: "'NIC_Intel-X710' and
13101            '78B' and
13102            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13103            'NDRPDR' and
13104            '1T1C' and
13105            'IP6FWD' and
13106            not 'SRv6' and
13107            not 'IPSEC' and
13108            not 'VHOST'"
13109   parameters:
13110   - "throughput"
13111   - "parent"
13112   - "tags"
13113   sort:
13114   - "IP6BASE"
13115   - "FIB_20K"
13116   - "FIB_200K"
13117   - "FIB_2M"
13118   traces:
13119     hoverinfo: "x+y"
13120     boxpoints: "outliers"
13121     whiskerwidth: 0
13122   layout:
13123     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13124     layout: "plot-throughput"
13125
13126 - type: "plot"
13127   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13128   algorithm: "plot_performance_box"
13129   output-file-type: ".html"
13130   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13131   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13132   filter: "'NIC_Intel-X710' and
13133            '78B' and
13134            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13135            'NDRPDR' and
13136            '2T2C' and
13137            'IP6FWD' and
13138            not 'SRv6' and
13139            not 'IPSEC' and
13140            not 'VHOST'"
13141   parameters:
13142   - "throughput"
13143   - "parent"
13144   - "tags"
13145   sort:
13146   - "IP6BASE"
13147   - "FIB_20K"
13148   - "FIB_200K"
13149   - "FIB_2M"
13150   traces:
13151     hoverinfo: "x+y"
13152     boxpoints: "outliers"
13153     whiskerwidth: 0
13154   layout:
13155     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13156     layout: "plot-throughput"
13157
13158 - type: "plot"
13159   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13160   algorithm: "plot_performance_box"
13161   output-file-type: ".html"
13162   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13163   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13164   filter: "'NIC_Intel-X710' and
13165            '78B' and
13166            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13167            'NDRPDR' and
13168            '2T2C' and
13169            'IP6FWD' and
13170            not 'SRv6' and
13171            not 'IPSEC' and
13172            not 'VHOST'"
13173   parameters:
13174   - "throughput"
13175   - "parent"
13176   - "tags"
13177   sort:
13178   - "IP6BASE"
13179   - "FIB_20K"
13180   - "FIB_200K"
13181   - "FIB_2M"
13182   traces:
13183     hoverinfo: "x+y"
13184     boxpoints: "outliers"
13185     whiskerwidth: 0
13186   layout:
13187     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13188     layout: "plot-throughput"
13189
13190 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
13191 - type: "plot"
13192   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13193   algorithm: "plot_performance_box"
13194   output-file-type: ".html"
13195   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13196   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13197   filter: "'NIC_Intel-X710' and
13198            '78B' and
13199            ('IP6BASE' or
13200             'POLICE_MARK' or
13201             'COPWHLIST' or
13202             'IACLDST') and
13203            'NDRPDR' and
13204            '1T1C' and
13205            'IP6FWD' and
13206            not 'SRv6' and
13207            not 'IPSEC' and
13208            not 'VHOST'"
13209   parameters:
13210   - "throughput"
13211   - "parent"
13212   - "tags"
13213   sort:
13214   - "IP6BASE"
13215   - "POLICE_MARK"
13216   - "COPWHLIST"
13217   - "IACLDST"
13218   traces:
13219     hoverinfo: "x+y"
13220     boxpoints: "outliers"
13221     whiskerwidth: 0
13222   layout:
13223     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13224     layout: "plot-throughput"
13225
13226 - type: "plot"
13227   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13228   algorithm: "plot_performance_box"
13229   output-file-type: ".html"
13230   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13231   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13232   filter: "'NIC_Intel-X710' and
13233            '78B' and
13234            ('IP6BASE' or
13235             'POLICE_MARK' or
13236             'COPWHLIST' or
13237             'IACLDST') and
13238            'NDRPDR' and
13239            '2T2C' and
13240            'IP6FWD' and
13241            not 'SRv6' and
13242            not 'IPSEC' and
13243            not 'VHOST'"
13244   parameters:
13245   - "throughput"
13246   - "parent"
13247   - "tags"
13248   sort:
13249   - "IP6BASE"
13250   - "POLICE_MARK"
13251   - "COPWHLIST"
13252   - "IACLDST"
13253   traces:
13254     hoverinfo: "x+y"
13255     boxpoints: "outliers"
13256     whiskerwidth: 0
13257   layout:
13258     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13259     layout: "plot-throughput"
13260
13261 - type: "plot"
13262   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13263   algorithm: "plot_performance_box"
13264   output-file-type: ".html"
13265   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13266   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13267   filter: "'NIC_Intel-X710' and
13268            '78B' and
13269            ('IP6BASE' or
13270             'POLICE_MARK' or
13271             'COPWHLIST' or
13272             'IACLDST') and
13273            'NDRPDR' and
13274            '1T1C' and
13275            'IP6FWD' and
13276            not 'SRv6' and
13277            not 'IPSEC' and
13278            not 'VHOST'"
13279   parameters:
13280   - "throughput"
13281   - "parent"
13282   - "tags"
13283   sort:
13284   - "IP6BASE"
13285   - "POLICE_MARK"
13286   - "COPWHLIST"
13287   - "IACLDST"
13288   traces:
13289     hoverinfo: "x+y"
13290     boxpoints: "outliers"
13291     whiskerwidth: 0
13292   layout:
13293     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13294     layout: "plot-throughput"
13295
13296 - type: "plot"
13297   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13298   algorithm: "plot_performance_box"
13299   output-file-type: ".html"
13300   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13301   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13302   filter: "'NIC_Intel-X710' and
13303            '78B' and
13304            ('IP6BASE' or
13305             'POLICE_MARK' or
13306             'COPWHLIST' or
13307             'IACLDST') and
13308            'NDRPDR' and
13309            '2T2C' and
13310            'IP6FWD' and
13311            not 'SRv6' and
13312            not 'IPSEC' and
13313            not 'VHOST'"
13314   parameters:
13315   - "throughput"
13316   - "parent"
13317   - "tags"
13318   sort:
13319   - "IP6BASE"
13320   - "POLICE_MARK"
13321   - "COPWHLIST"
13322   - "IACLDST"
13323   traces:
13324     hoverinfo: "x+y"
13325     boxpoints: "outliers"
13326     whiskerwidth: 0
13327   layout:
13328     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13329     layout: "plot-throughput"
13330
13331 # Packet Throughput - VPP IPv6 3n-hsw-xl710
13332 - type: "plot"
13333   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13334   algorithm: "plot_performance_box"
13335   output-file-type: ".html"
13336   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13337   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13338   filter: "'NIC_Intel-XL710' and
13339            '78B' and
13340            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13341            'NDRPDR' and
13342            '1T1C' and
13343            'IP6FWD' and
13344            not 'SRv6' and
13345            not 'IPSEC' and
13346            not 'VHOST'"
13347   parameters:
13348   - "throughput"
13349   - "parent"
13350   - "tags"
13351   sort:
13352   - "IP6BASE"
13353   - "FIB_20K"
13354   - "FIB_200K"
13355   - "FIB_2M"
13356   traces:
13357     hoverinfo: "x+y"
13358     boxpoints: "outliers"
13359     whiskerwidth: 0
13360   layout:
13361     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13362     layout: "plot-throughput"
13363
13364 - type: "plot"
13365   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13366   algorithm: "plot_performance_box"
13367   output-file-type: ".html"
13368   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13369   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13370   filter: "'NIC_Intel-XL710' and
13371            '78B' and
13372            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13373            'NDRPDR' and
13374            '1T1C' and
13375            'IP6FWD' and
13376            not 'SRv6' and
13377            not 'IPSEC' and
13378            not 'VHOST'"
13379   parameters:
13380   - "throughput"
13381   - "parent"
13382   - "tags"
13383   sort:
13384   - "IP6BASE"
13385   - "FIB_20K"
13386   - "FIB_200K"
13387   - "FIB_2M"
13388   traces:
13389     hoverinfo: "x+y"
13390     boxpoints: "outliers"
13391     whiskerwidth: 0
13392   layout:
13393     title: "ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13394     layout: "plot-throughput"
13395
13396 - type: "plot"
13397   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13398   algorithm: "plot_performance_box"
13399   output-file-type: ".html"
13400   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13401   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13402   filter: "'NIC_Intel-XL710' and
13403            '78B' and
13404            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13405            'NDRPDR' and
13406            '2T2C' and
13407            'IP6FWD' and
13408            not 'SRv6' and
13409            not 'IPSEC' and
13410            not 'VHOST'"
13411   parameters:
13412   - "throughput"
13413   - "parent"
13414   - "tags"
13415   sort:
13416   - "IP6BASE"
13417   - "FIB_20K"
13418   - "FIB_200K"
13419   - "FIB_2M"
13420   traces:
13421     hoverinfo: "x+y"
13422     boxpoints: "outliers"
13423     whiskerwidth: 0
13424   layout:
13425     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13426     layout: "plot-throughput"
13427
13428 - type: "plot"
13429   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13430   algorithm: "plot_performance_box"
13431   output-file-type: ".html"
13432   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13433   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13434   filter: "'NIC_Intel-XL710' and
13435            '78B' and
13436            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13437            'NDRPDR' and
13438            '2T2C' and
13439            'IP6FWD' and
13440            not 'SRv6' and
13441            not 'IPSEC' and
13442            not 'VHOST'"
13443   parameters:
13444   - "throughput"
13445   - "parent"
13446   - "tags"
13447   sort:
13448   - "IP6BASE"
13449   - "FIB_20K"
13450   - "FIB_200K"
13451   - "FIB_2M"
13452   traces:
13453     hoverinfo: "x+y"
13454     boxpoints: "outliers"
13455     whiskerwidth: 0
13456   layout:
13457     title: "ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13458     layout: "plot-throughput"
13459
13460 # Packet Throughput - VPP IPv6 3n-skx-x710
13461 - type: "plot"
13462   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13463   algorithm: "plot_performance_box"
13464   output-file-type: ".html"
13465   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13466   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13467   filter: "'NIC_Intel-X710' and
13468            '78B' and
13469            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13470            'NDRPDR' and
13471            '2T1C' and
13472            'IP6FWD' and
13473            not 'SRv6' and
13474            not 'IPSEC' and
13475            not 'VHOST'"
13476   parameters:
13477   - "throughput"
13478   - "parent"
13479   - "tags"
13480   sort:
13481   - "IP6BASE"
13482   - "FIB_20K"
13483   - "FIB_200K"
13484   - "FIB_2M"
13485   traces:
13486     hoverinfo: "x+y"
13487     boxpoints: "outliers"
13488     whiskerwidth: 0
13489   layout:
13490     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13491     layout: "plot-throughput"
13492
13493 - type: "plot"
13494   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13495   algorithm: "plot_performance_box"
13496   output-file-type: ".html"
13497   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13498   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13499   filter: "'NIC_Intel-X710' and
13500            '78B' and
13501            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13502            'NDRPDR' and
13503            '2T1C' and
13504            'IP6FWD' and
13505            not 'SRv6' and
13506            not 'IPSEC' and
13507            not 'VHOST'"
13508   parameters:
13509   - "throughput"
13510   - "parent"
13511   - "tags"
13512   sort:
13513   - "IP6BASE"
13514   - "FIB_20K"
13515   - "FIB_200K"
13516   - "FIB_2M"
13517   traces:
13518     hoverinfo: "x+y"
13519     boxpoints: "outliers"
13520     whiskerwidth: 0
13521   layout:
13522     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13523     layout: "plot-throughput"
13524
13525 - type: "plot"
13526   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13527   algorithm: "plot_performance_box"
13528   output-file-type: ".html"
13529   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13530   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13531   filter: "'NIC_Intel-X710' and
13532            '78B' and
13533            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13534            'NDRPDR' and
13535            '4T2C' and
13536            'IP6FWD' and
13537            not 'SRv6' and
13538            not 'IPSEC' and
13539            not 'VHOST'"
13540   parameters:
13541   - "throughput"
13542   - "parent"
13543   - "tags"
13544   sort:
13545   - "IP6BASE"
13546   - "FIB_20K"
13547   - "FIB_200K"
13548   - "FIB_2M"
13549   traces:
13550     hoverinfo: "x+y"
13551     boxpoints: "outliers"
13552     whiskerwidth: 0
13553   layout:
13554     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13555     layout: "plot-throughput"
13556
13557 - type: "plot"
13558   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13559   algorithm: "plot_performance_box"
13560   output-file-type: ".html"
13561   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13562   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13563   filter: "'NIC_Intel-X710' and
13564            '78B' and
13565            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13566            'NDRPDR' and
13567            '4T2C' and
13568            'IP6FWD' and
13569            not 'SRv6' and
13570            not 'IPSEC' and
13571            not 'VHOST'"
13572   parameters:
13573   - "throughput"
13574   - "parent"
13575   - "tags"
13576   sort:
13577   - "IP6BASE"
13578   - "FIB_20K"
13579   - "FIB_200K"
13580   - "FIB_2M"
13581   traces:
13582     hoverinfo: "x+y"
13583     boxpoints: "outliers"
13584     whiskerwidth: 0
13585   layout:
13586     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13587     layout: "plot-throughput"
13588
13589 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
13590 - type: "plot"
13591   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13592   algorithm: "plot_performance_box"
13593   output-file-type: ".html"
13594   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13595   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13596   filter: "'NIC_Intel-X710' and
13597            '78B' and
13598            ('IP6BASE' or
13599             'POLICE_MARK' or
13600             'COPWHLIST' or
13601             'IACLDST') and
13602            'NDRPDR' and
13603            '2T1C' and
13604            'IP6FWD' and
13605            not 'SRv6' and
13606            not 'IPSEC' and
13607            not 'VHOST'"
13608   parameters:
13609   - "throughput"
13610   - "parent"
13611   - "tags"
13612   sort:
13613   - "IP6BASE"
13614   - "POLICE_MARK"
13615   - "COPWHLIST"
13616   - "IACLDST"
13617   traces:
13618     hoverinfo: "x+y"
13619     boxpoints: "outliers"
13620     whiskerwidth: 0
13621   layout:
13622     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13623     layout: "plot-throughput"
13624
13625 - type: "plot"
13626   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13627   algorithm: "plot_performance_box"
13628   output-file-type: ".html"
13629   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13630   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13631   filter: "'NIC_Intel-X710' and
13632            '78B' and
13633            ('IP6BASE' or
13634             'POLICE_MARK' or
13635             'COPWHLIST' or
13636             'IACLDST') and
13637            'NDRPDR' and
13638            '4T2C' and
13639            'IP6FWD' and
13640            not 'SRv6' and
13641            not 'IPSEC' and
13642            not 'VHOST'"
13643   parameters:
13644   - "throughput"
13645   - "parent"
13646   - "tags"
13647   sort:
13648   - "IP6BASE"
13649   - "POLICE_MARK"
13650   - "COPWHLIST"
13651   - "IACLDST"
13652   traces:
13653     hoverinfo: "x+y"
13654     boxpoints: "outliers"
13655     whiskerwidth: 0
13656   layout:
13657     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13658     layout: "plot-throughput"
13659
13660 - type: "plot"
13661   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13662   algorithm: "plot_performance_box"
13663   output-file-type: ".html"
13664   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13665   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13666   filter: "'NIC_Intel-X710' and
13667            '78B' and
13668            ('IP6BASE' or
13669             'POLICE_MARK' or
13670             'COPWHLIST' or
13671             'IACLDST') and
13672            'NDRPDR' and
13673            '2T1C' and
13674            'IP6FWD' and
13675            not 'SRv6' and
13676            not 'IPSEC' and
13677            not 'VHOST'"
13678   parameters:
13679   - "throughput"
13680   - "parent"
13681   - "tags"
13682   sort:
13683   - "IP6BASE"
13684   - "POLICE_MARK"
13685   - "COPWHLIST"
13686   - "IACLDST"
13687   traces:
13688     hoverinfo: "x+y"
13689     boxpoints: "outliers"
13690     whiskerwidth: 0
13691   layout:
13692     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13693     layout: "plot-throughput"
13694
13695 - type: "plot"
13696   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13697   algorithm: "plot_performance_box"
13698   output-file-type: ".html"
13699   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13700   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13701   filter: "'NIC_Intel-X710' and
13702            '78B' and
13703            ('IP6BASE' or
13704             'POLICE_MARK' or
13705             'COPWHLIST' or
13706             'IACLDST') and
13707            'NDRPDR' and
13708            '4T2C' and
13709            'IP6FWD' and
13710            not 'SRv6' and
13711            not 'IPSEC' and
13712            not 'VHOST'"
13713   parameters:
13714   - "throughput"
13715   - "parent"
13716   - "tags"
13717   sort:
13718   - "IP6BASE"
13719   - "POLICE_MARK"
13720   - "COPWHLIST"
13721   - "IACLDST"
13722   traces:
13723     hoverinfo: "x+y"
13724     boxpoints: "outliers"
13725     whiskerwidth: 0
13726   layout:
13727     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13728     layout: "plot-throughput"
13729
13730 # Packet Throughput - VPP IPv6 3n-skx-xxv710
13731 - type: "plot"
13732   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13733   algorithm: "plot_performance_box"
13734   output-file-type: ".html"
13735   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13736   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13737   filter: "'NIC_Intel-XXV710' and
13738            '78B' and
13739            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13740            'NDRPDR' and
13741            '2T1C' and
13742            'IP6FWD' and
13743            not 'SRv6' and
13744            not 'IPSEC' and
13745            not 'VHOST'"
13746   parameters:
13747   - "throughput"
13748   - "parent"
13749   - "tags"
13750   sort:
13751   - "IP6BASE"
13752   - "FIB_20K"
13753   - "FIB_200K"
13754   - "FIB_2M"
13755   traces:
13756     hoverinfo: "x+y"
13757     boxpoints: "outliers"
13758     whiskerwidth: 0
13759   layout:
13760     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13761     layout: "plot-throughput"
13762
13763 - type: "plot"
13764   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13765   algorithm: "plot_performance_box"
13766   output-file-type: ".html"
13767   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13768   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13769   filter: "'NIC_Intel-XXV710' and
13770            '78B' and
13771            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13772            'NDRPDR' and
13773            '2T1C' and
13774            'IP6FWD' and
13775            not 'SRv6' and
13776            not 'IPSEC' and
13777            not 'VHOST'"
13778   parameters:
13779   - "throughput"
13780   - "parent"
13781   - "tags"
13782   sort:
13783   - "IP6BASE"
13784   - "FIB_20K"
13785   - "FIB_200K"
13786   - "FIB_2M"
13787   traces:
13788     hoverinfo: "x+y"
13789     boxpoints: "outliers"
13790     whiskerwidth: 0
13791   layout:
13792     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13793     layout: "plot-throughput"
13794
13795 - type: "plot"
13796   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13797   algorithm: "plot_performance_box"
13798   output-file-type: ".html"
13799   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13800   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13801   filter: "'NIC_Intel-XXV710' and
13802            '78B' and
13803            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13804            'NDRPDR' and
13805            '4T2C' and
13806            'IP6FWD' and
13807            not 'SRv6' and
13808            not 'IPSEC' and
13809            not 'VHOST'"
13810   parameters:
13811   - "throughput"
13812   - "parent"
13813   - "tags"
13814   sort:
13815   - "IP6BASE"
13816   - "FIB_20K"
13817   - "FIB_200K"
13818   - "FIB_2M"
13819   traces:
13820     hoverinfo: "x+y"
13821     boxpoints: "outliers"
13822     whiskerwidth: 0
13823   layout:
13824     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13825     layout: "plot-throughput"
13826
13827 - type: "plot"
13828   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13829   algorithm: "plot_performance_box"
13830   output-file-type: ".html"
13831   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13832   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13833   filter: "'NIC_Intel-XXV710' and
13834            '78B' and
13835            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13836            'NDRPDR' and
13837            '4T2C' and
13838            'IP6FWD' and
13839            not 'SRv6' and
13840            not 'IPSEC' and
13841            not 'VHOST'"
13842   parameters:
13843   - "throughput"
13844   - "parent"
13845   - "tags"
13846   sort:
13847   - "IP6BASE"
13848   - "FIB_20K"
13849   - "FIB_200K"
13850   - "FIB_2M"
13851   traces:
13852     hoverinfo: "x+y"
13853     boxpoints: "outliers"
13854     whiskerwidth: 0
13855   layout:
13856     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13857     layout: "plot-throughput"
13858
13859 # Packet Throughput - VPP IPv6 2n-skx-x710
13860 - type: "plot"
13861   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13862   algorithm: "plot_performance_box"
13863   output-file-type: ".html"
13864   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13865   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13866   filter: "'NIC_Intel-X710' and
13867            '78B' and
13868            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13869            'NDRPDR' and
13870            '2T1C' and
13871            'IP6FWD' and
13872            not 'SRv6' and
13873            not 'IPSEC' and
13874            not 'VHOST'"
13875   parameters:
13876   - "throughput"
13877   - "parent"
13878   - "tags"
13879   sort:
13880   - "IP6BASE"
13881   - "FIB_20K"
13882   - "FIB_200K"
13883   - "FIB_2M"
13884   traces:
13885     hoverinfo: "x+y"
13886     boxpoints: "outliers"
13887     whiskerwidth: 0
13888   layout:
13889     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13890     layout: "plot-throughput"
13891
13892 - type: "plot"
13893   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13894   algorithm: "plot_performance_box"
13895   output-file-type: ".html"
13896   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13897   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13898   filter: "'NIC_Intel-X710' and
13899            '78B' and
13900            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13901            'NDRPDR' and
13902            '2T1C' and
13903            'IP6FWD' and
13904            not 'SRv6' and
13905            not 'IPSEC' and
13906            not 'VHOST'"
13907   parameters:
13908   - "throughput"
13909   - "parent"
13910   - "tags"
13911   sort:
13912   - "IP6BASE"
13913   - "FIB_20K"
13914   - "FIB_200K"
13915   - "FIB_2M"
13916   traces:
13917     hoverinfo: "x+y"
13918     boxpoints: "outliers"
13919     whiskerwidth: 0
13920   layout:
13921     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13922     layout: "plot-throughput"
13923
13924 - type: "plot"
13925   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13926   algorithm: "plot_performance_box"
13927   output-file-type: ".html"
13928   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13929   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13930   filter: "'NIC_Intel-X710' and
13931            '78B' and
13932            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13933            'NDRPDR' and
13934            '4T2C' and
13935            'IP6FWD' and
13936            not 'SRv6' and
13937            not 'IPSEC' and
13938            not 'VHOST'"
13939   parameters:
13940   - "throughput"
13941   - "parent"
13942   - "tags"
13943   sort:
13944   - "IP6BASE"
13945   - "FIB_20K"
13946   - "FIB_200K"
13947   - "FIB_2M"
13948   traces:
13949     hoverinfo: "x+y"
13950     boxpoints: "outliers"
13951     whiskerwidth: 0
13952   layout:
13953     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13954     layout: "plot-throughput"
13955
13956 - type: "plot"
13957   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13958   algorithm: "plot_performance_box"
13959   output-file-type: ".html"
13960   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13961   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13962   filter: "'NIC_Intel-X710' and
13963            '78B' and
13964            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13965            'NDRPDR' and
13966            '4T2C' and
13967            'IP6FWD' and
13968            not 'SRv6' and
13969            not 'IPSEC' and
13970            not 'VHOST'"
13971   parameters:
13972   - "throughput"
13973   - "parent"
13974   - "tags"
13975   sort:
13976   - "IP6BASE"
13977   - "FIB_20K"
13978   - "FIB_200K"
13979   - "FIB_2M"
13980   traces:
13981     hoverinfo: "x+y"
13982     boxpoints: "outliers"
13983     whiskerwidth: 0
13984   layout:
13985     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13986     layout: "plot-throughput"
13987
13988 # Packet Throughput - VPP IPv6 2n-skx-xxv710
13989 - type: "plot"
13990   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13991   algorithm: "plot_performance_box"
13992   output-file-type: ".html"
13993   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13994   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13995   filter: "'NIC_Intel-XXV710' and
13996            '78B' and
13997            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13998            'NDRPDR' and
13999            '2T1C' and
14000            'IP6FWD' and
14001            not 'SRv6' and
14002            not 'IPSEC' and
14003            not 'VHOST'"
14004   parameters:
14005   - "throughput"
14006   - "parent"
14007   - "tags"
14008   sort:
14009   - "IP6BASE"
14010   - "FIB_20K"
14011   - "FIB_200K"
14012   - "FIB_2M"
14013   traces:
14014     hoverinfo: "x+y"
14015     boxpoints: "outliers"
14016     whiskerwidth: 0
14017   layout:
14018     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
14019     layout: "plot-throughput"
14020
14021 - type: "plot"
14022   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14023   algorithm: "plot_performance_box"
14024   output-file-type: ".html"
14025   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14026   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14027   filter: "'NIC_Intel-XXV710' and
14028            '78B' and
14029            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14030            'NDRPDR' and
14031            '2T1C' and
14032            'IP6FWD' and
14033            not 'SRv6' and
14034            not 'IPSEC' and
14035            not 'VHOST'"
14036   parameters:
14037   - "throughput"
14038   - "parent"
14039   - "tags"
14040   sort:
14041   - "IP6BASE"
14042   - "FIB_20K"
14043   - "FIB_200K"
14044   - "FIB_2M"
14045   traces:
14046     hoverinfo: "x+y"
14047     boxpoints: "outliers"
14048     whiskerwidth: 0
14049   layout:
14050     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14051     layout: "plot-throughput"
14052
14053 - type: "plot"
14054   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14055   algorithm: "plot_performance_box"
14056   output-file-type: ".html"
14057   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14058   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14059   filter: "'NIC_Intel-XXV710' and
14060            '78B' and
14061            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14062            'NDRPDR' and
14063            '4T2C' and
14064            'IP6FWD' and
14065            not 'SRv6' and
14066            not 'IPSEC' and
14067            not 'VHOST'"
14068   parameters:
14069   - "throughput"
14070   - "parent"
14071   - "tags"
14072   sort:
14073   - "IP6BASE"
14074   - "FIB_20K"
14075   - "FIB_200K"
14076   - "FIB_2M"
14077   traces:
14078     hoverinfo: "x+y"
14079     boxpoints: "outliers"
14080     whiskerwidth: 0
14081   layout:
14082     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14083     layout: "plot-throughput"
14084
14085 - type: "plot"
14086   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14087   algorithm: "plot_performance_box"
14088   output-file-type: ".html"
14089   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14090   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14091   filter: "'NIC_Intel-XXV710' and
14092            '78B' and
14093            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14094            'NDRPDR' and
14095            '4T2C' and
14096            'IP6FWD' and
14097            not 'SRv6' and
14098            not 'IPSEC' and
14099            not 'VHOST'"
14100   parameters:
14101   - "throughput"
14102   - "parent"
14103   - "tags"
14104   sort:
14105   - "IP6BASE"
14106   - "FIB_20K"
14107   - "FIB_200K"
14108   - "FIB_2M"
14109   traces:
14110     hoverinfo: "x+y"
14111     boxpoints: "outliers"
14112     whiskerwidth: 0
14113   layout:
14114     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14115     layout: "plot-throughput"
14116
14117 ## Packet Throughput - VPP IPv6 2n-dnv-x553 base
14118 #- type: "plot"
14119 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14120 #  algorithm: "plot_performance_box"
14121 #  output-file-type: ".html"
14122 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14123 #  data: "intel-dnv-vpp"
14124 #  filter: "'NIC_Intel-X553' and
14125 #           '78B' and
14126 #           'IP6BASE' and
14127 #           'NDRPDR' and
14128 #           '1T1C' and
14129 #           'IP6FWD' and
14130 #           not 'SRv6' and
14131 #           not 'IPSEC' and
14132 #           not 'VHOST'"
14133 #  parameters:
14134 #  - "throughput"
14135 #  - "parent"
14136 #  - "tags"
14137 #  sort:
14138 #  - "IP6BASE"
14139 #  traces:
14140 #    hoverinfo: "x+y"
14141 #    boxpoints: "outliers"
14142 #    whiskerwidth: 0
14143 #  layout:
14144 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14145 #    layout: "plot-throughput"
14146 #
14147 #- type: "plot"
14148 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14149 #  algorithm: "plot_performance_box"
14150 #  output-file-type: ".html"
14151 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14152 #  data: "intel-dnv-vpp"
14153 #  filter: "'NIC_Intel-X553' and
14154 #           '78B' and
14155 #           'IP6BASE' and
14156 #           'NDRPDR' and
14157 #           '1T1C' and
14158 #           'IP6FWD' and
14159 #           not 'SRv6' and
14160 #           not 'IPSEC' and
14161 #           not 'VHOST'"
14162 #  parameters:
14163 #  - "throughput"
14164 #  - "parent"
14165 #  - "tags"
14166 #  sort:
14167 #  - "IP6BASE"
14168 #  traces:
14169 #    hoverinfo: "x+y"
14170 #    boxpoints: "outliers"
14171 #    whiskerwidth: 0
14172 #  layout:
14173 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14174 #    layout: "plot-throughput"
14175 #
14176 #- type: "plot"
14177 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14178 #  algorithm: "plot_performance_box"
14179 #  output-file-type: ".html"
14180 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14181 #  data: "intel-dnv-vpp"
14182 #  filter: "'NIC_Intel-X553' and
14183 #           '78B' and
14184 #           'IP6BASE' and
14185 #           'NDRPDR' and
14186 #           '2T2C' and
14187 #           'IP6FWD' and
14188 #           not 'SRv6' and
14189 #           not 'IPSEC' and
14190 #           not 'VHOST'"
14191 #  parameters:
14192 #  - "throughput"
14193 #  - "parent"
14194 #  - "tags"
14195 #  sort:
14196 #  - "IP6BASE"
14197 #  traces:
14198 #    hoverinfo: "x+y"
14199 #    boxpoints: "outliers"
14200 #    whiskerwidth: 0
14201 #  layout:
14202 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14203 #    layout: "plot-throughput"
14204 #
14205 #- type: "plot"
14206 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14207 #  algorithm: "plot_performance_box"
14208 #  output-file-type: ".html"
14209 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14210 #  data: "intel-dnv-vpp"
14211 #  filter: "'NIC_Intel-X553' and
14212 #           '78B' and
14213 #           'IP6BASE' and
14214 #           'NDRPDR' and
14215 #           '2T2C' and
14216 #           'IP6FWD' and
14217 #           not 'SRv6' and
14218 #           not 'IPSEC' and
14219 #           not 'VHOST'"
14220 #  parameters:
14221 #  - "throughput"
14222 #  - "parent"
14223 #  - "tags"
14224 #  sort:
14225 #  - "IP6BASE"
14226 #  traces:
14227 #    hoverinfo: "x+y"
14228 #    boxpoints: "outliers"
14229 #    whiskerwidth: 0
14230 #  layout:
14231 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14232 #    layout: "plot-throughput"
14233
14234 ################################################################################
14235
14236 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
14237 - type: "plot"
14238   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14239   algorithm: "plot_performance_box"
14240   output-file-type: ".html"
14241   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14242   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14243   filter: "'NIC_Intel-X520-DA2' and
14244            '78B' and
14245            'ENCAP' and
14246            'NDRPDR' and
14247            '1T1C' and
14248            'LISP' and
14249            not 'VHOST'"
14250   parameters:
14251   - "throughput"
14252   - "parent"
14253   - "tags"
14254   sort:
14255   - "IP4UNRLAY"
14256   - "IP6UNRLAY"
14257   traces:
14258     hoverinfo: "x+y"
14259     boxpoints: "outliers"
14260     whiskerwidth: 0
14261   layout:
14262     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14263     layout: "plot-throughput"
14264
14265 - type: "plot"
14266   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14267   algorithm: "plot_performance_box"
14268   output-file-type: ".html"
14269   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14270   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14271   filter: "'NIC_Intel-X520-DA2' and
14272            '78B' and
14273            'ENCAP' and
14274            'NDRPDR' and
14275            '1T1C' and
14276            'LISP' and
14277            not 'VHOST'"
14278   parameters:
14279   - "throughput"
14280   - "parent"
14281   - "tags"
14282   sort:
14283   - "IP4UNRLAY"
14284   - "IP6UNRLAY"
14285   traces:
14286     hoverinfo: "x+y"
14287     boxpoints: "outliers"
14288     whiskerwidth: 0
14289   layout:
14290     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14291     layout: "plot-throughput"
14292
14293 - type: "plot"
14294   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14295   algorithm: "plot_performance_box"
14296   output-file-type: ".html"
14297   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14298   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14299   filter: "'NIC_Intel-X520-DA2' and
14300            '78B' and
14301            'ENCAP' and
14302            'NDRPDR' and
14303            '2T2C' and
14304            'LISP' and
14305            not 'VHOST'"
14306   parameters:
14307   - "throughput"
14308   - "parent"
14309   - "tags"
14310   sort:
14311   - "IP4UNRLAY"
14312   - "IP6UNRLAY"
14313   traces:
14314     hoverinfo: "x+y"
14315     boxpoints: "outliers"
14316     whiskerwidth: 0
14317   layout:
14318     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14319     layout: "plot-throughput"
14320
14321 - type: "plot"
14322   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14323   algorithm: "plot_performance_box"
14324   output-file-type: ".html"
14325   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14326   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14327   filter: "'NIC_Intel-X520-DA2' and
14328            '78B' and
14329            'ENCAP' and
14330            'NDRPDR' and
14331            '2T2C' and
14332            'LISP' and
14333            not 'VHOST'"
14334   parameters:
14335   - "throughput"
14336   - "parent"
14337   - "tags"
14338   sort:
14339   - "IP4UNRLAY"
14340   - "IP6UNRLAY"
14341   traces:
14342     hoverinfo: "x+y"
14343     boxpoints: "outliers"
14344     whiskerwidth: 0
14345   layout:
14346     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14347     layout: "plot-throughput"
14348
14349 ################################################################################
14350
14351 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
14352 - type: "plot"
14353   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14354   algorithm: "plot_performance_box"
14355   output-file-type: ".html"
14356   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14357   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14358   filter: "'NIC_Intel-XL710' and
14359            '64B' and
14360            'IP4FWD' and
14361            'NDRPDR' and
14362            'BASE' and
14363            '1T1C' and
14364            'IPSECHW' and
14365            not 'VHOST'"
14366   parameters:
14367   - "throughput"
14368   - "parent"
14369   - "tags"
14370   traces:
14371     hoverinfo: "x+y"
14372     boxpoints: "outliers"
14373     whiskerwidth: 0
14374   layout:
14375     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14376     layout: "plot-throughput"
14377
14378 - type: "plot"
14379   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14380   algorithm: "plot_performance_box"
14381   output-file-type: ".html"
14382   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14383   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14384   filter: "'NIC_Intel-XL710' and
14385            '64B' and
14386            'IP4FWD' and
14387            'NDRPDR' and
14388            'BASE' and
14389            '1T1C' and
14390            'IPSECHW' and
14391            not 'VHOST'"
14392   parameters:
14393   - "throughput"
14394   - "parent"
14395   - "tags"
14396   traces:
14397     hoverinfo: "x+y"
14398     boxpoints: "outliers"
14399     whiskerwidth: 0
14400   layout:
14401     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14402     layout: "plot-throughput"
14403
14404 - type: "plot"
14405   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14406   algorithm: "plot_performance_box"
14407   output-file-type: ".html"
14408   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14409   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14410   filter: "'NIC_Intel-XL710' and
14411            '64B' and
14412            'IP4FWD' and
14413            'NDRPDR' and
14414            'BASE' and
14415            '2T2C' and
14416            'IPSECHW' and
14417            not 'VHOST'"
14418   parameters:
14419   - "throughput"
14420   - "parent"
14421   - "tags"
14422   traces:
14423     hoverinfo: "x+y"
14424     boxpoints: "outliers"
14425     whiskerwidth: 0
14426   layout:
14427     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14428     layout: "plot-throughput"
14429
14430 - type: "plot"
14431   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14432   algorithm: "plot_performance_box"
14433   output-file-type: ".html"
14434   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14435   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14436   filter: "'NIC_Intel-XL710' and
14437            '64B' and
14438            'IP4FWD' and
14439            'NDRPDR' and
14440            'BASE' and
14441            '2T2C' and
14442            'IPSECHW' and
14443            not 'VHOST'"
14444   parameters:
14445   - "throughput"
14446   - "parent"
14447   - "tags"
14448   traces:
14449     hoverinfo: "x+y"
14450     boxpoints: "outliers"
14451     whiskerwidth: 0
14452   layout:
14453     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14454     layout: "plot-throughput"
14455
14456 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
14457 - type: "plot"
14458   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14459   algorithm: "plot_performance_box"
14460   output-file-type: ".html"
14461   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14462   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14463   filter: "'NIC_Intel-XL710' and
14464            '64B' and
14465            'IP4FWD' and
14466            'NDRPDR' and
14467            'SCALE' and
14468            '1T1C' and
14469            'IPSECHW' and
14470            not 'VHOST'"
14471   parameters:
14472   - "throughput"
14473   - "parent"
14474   - "tags"
14475   traces:
14476     hoverinfo: "x+y"
14477     boxpoints: "outliers"
14478     whiskerwidth: 0
14479   layout:
14480     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14481     layout: "plot-throughput"
14482
14483 - type: "plot"
14484   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14485   algorithm: "plot_performance_box"
14486   output-file-type: ".html"
14487   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14488   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14489   filter: "'NIC_Intel-XL710' and
14490            '64B' and
14491            'IP4FWD' and
14492            'NDRPDR' and
14493            'SCALE' and
14494            '1T1C' and
14495            'IPSECHW' and
14496            not 'VHOST'"
14497   parameters:
14498   - "throughput"
14499   - "parent"
14500   - "tags"
14501   traces:
14502     hoverinfo: "x+y"
14503     boxpoints: "outliers"
14504     whiskerwidth: 0
14505   layout:
14506     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14507     layout: "plot-throughput"
14508
14509 - type: "plot"
14510   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14511   algorithm: "plot_performance_box"
14512   output-file-type: ".html"
14513   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14514   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14515   filter: "'NIC_Intel-XL710' and
14516            '64B' and
14517            'IP4FWD' and
14518            'NDRPDR' and
14519            'SCALE' and
14520            '2T2C' and
14521            'IPSECHW' and
14522            not 'VHOST'"
14523   parameters:
14524   - "throughput"
14525   - "parent"
14526   - "tags"
14527   traces:
14528     hoverinfo: "x+y"
14529     boxpoints: "outliers"
14530     whiskerwidth: 0
14531   layout:
14532     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14533     layout: "plot-throughput"
14534
14535 - type: "plot"
14536   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14537   algorithm: "plot_performance_box"
14538   output-file-type: ".html"
14539   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14540   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14541   filter: "'NIC_Intel-XL710' and
14542            '64B' and
14543            'IP4FWD' and
14544            'NDRPDR' and
14545            'SCALE' and
14546            '2T2C' and
14547            'IPSECHW' and
14548            not 'VHOST'"
14549   parameters:
14550   - "throughput"
14551   - "parent"
14552   - "tags"
14553   traces:
14554     hoverinfo: "x+y"
14555     boxpoints: "outliers"
14556     whiskerwidth: 0
14557   layout:
14558     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14559     layout: "plot-throughput"
14560
14561 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
14562 - type: "plot"
14563   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14564   algorithm: "plot_performance_box"
14565   output-file-type: ".html"
14566   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14567   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14568   filter: "'NIC_Intel-XL710' and
14569            '64B' and
14570            'IP4FWD' and
14571            'NDRPDR' and
14572            '1T1C' and
14573            'IPSECSW' and
14574            not 'VHOST'"
14575   parameters:
14576   - "throughput"
14577   - "parent"
14578   - "tags"
14579   traces:
14580     hoverinfo: "x+y"
14581     boxpoints: "outliers"
14582     whiskerwidth: 0
14583   layout:
14584     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14585     layout: "plot-throughput"
14586
14587 - type: "plot"
14588   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14589   algorithm: "plot_performance_box"
14590   output-file-type: ".html"
14591   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14592   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14593   filter: "'NIC_Intel-XL710' and
14594            '64B' and
14595            'IP4FWD' and
14596            'NDRPDR' and
14597            '1T1C' and
14598            'IPSECSW' and
14599            not 'VHOST'"
14600   parameters:
14601   - "throughput"
14602   - "parent"
14603   - "tags"
14604   traces:
14605     hoverinfo: "x+y"
14606     boxpoints: "outliers"
14607     whiskerwidth: 0
14608   layout:
14609     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14610     layout: "plot-throughput"
14611
14612 - type: "plot"
14613   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14614   algorithm: "plot_performance_box"
14615   output-file-type: ".html"
14616   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14617   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14618   filter: "'NIC_Intel-XL710' and
14619            '64B' and
14620            'IP4FWD' and
14621            'NDRPDR' and
14622            '2T2C' and
14623            'IPSECSW' and
14624            not 'VHOST'"
14625   parameters:
14626   - "throughput"
14627   - "parent"
14628   - "tags"
14629   traces:
14630     hoverinfo: "x+y"
14631     boxpoints: "outliers"
14632     whiskerwidth: 0
14633   layout:
14634     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14635     layout: "plot-throughput"
14636
14637 - type: "plot"
14638   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14639   algorithm: "plot_performance_box"
14640   output-file-type: ".html"
14641   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14642   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14643   filter: "'NIC_Intel-XL710' and
14644            '64B' and
14645            'IP4FWD' and
14646            'NDRPDR' and
14647            '2T2C' and
14648            'IPSECSW' and
14649            not 'VHOST'"
14650   parameters:
14651   - "throughput"
14652   - "parent"
14653   - "tags"
14654   traces:
14655     hoverinfo: "x+y"
14656     boxpoints: "outliers"
14657     whiskerwidth: 0
14658   layout:
14659     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14660     layout: "plot-throughput"
14661
14662 ################################################################################
14663
14664 # Packet Throughput - VPP SRv6 3n-hsw-x520
14665 - type: "plot"
14666   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14667   algorithm: "plot_performance_box"
14668   output-file-type: ".html"
14669   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14670   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14671   filter: "'NIC_Intel-X520-DA2' and
14672            '78B' and
14673            'FEATURE' and
14674            'NDRPDR' and
14675            '1T1C' and
14676            'IP6FWD' and
14677            'SRv6'"
14678   parameters:
14679   - "throughput"
14680   - "parent"
14681   - "tags"
14682   traces:
14683     hoverinfo: "x+y"
14684     boxpoints: "outliers"
14685     whiskerwidth: 0
14686   layout:
14687     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14688     layout: "plot-throughput"
14689
14690 - type: "plot"
14691   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14692   algorithm: "plot_performance_box"
14693   output-file-type: ".html"
14694   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14695   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14696   filter: "'NIC_Intel-X520-DA2' and
14697            '78B' and
14698            'FEATURE' and
14699            'NDRPDR' and
14700            '1T1C' and
14701            'IP6FWD' and
14702            'SRv6'"
14703   parameters:
14704   - "throughput"
14705   - "parent"
14706   - "tags"
14707   traces:
14708     hoverinfo: "x+y"
14709     boxpoints: "outliers"
14710     whiskerwidth: 0
14711   layout:
14712     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14713     layout: "plot-throughput"
14714
14715 - type: "plot"
14716   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14717   algorithm: "plot_performance_box"
14718   output-file-type: ".html"
14719   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14720   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14721   filter: "'NIC_Intel-X520-DA2' and
14722            '78B' and
14723            'FEATURE' and
14724            'NDRPDR' and
14725            '2T2C' and
14726            'IP6FWD' and
14727            'SRv6'"
14728   parameters:
14729   - "throughput"
14730   - "parent"
14731   - "tags"
14732   traces:
14733     hoverinfo: "x+y"
14734     boxpoints: "outliers"
14735     whiskerwidth: 0
14736   layout:
14737     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14738     layout: "plot-throughput"
14739
14740 - type: "plot"
14741   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14742   algorithm: "plot_performance_box"
14743   output-file-type: ".html"
14744   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14745   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14746   filter: "'NIC_Intel-X520-DA2' and
14747            '78B' and
14748            'FEATURE' and
14749            'NDRPDR' and
14750            '2T2C' and
14751            'IP6FWD' and
14752            'SRv6'"
14753   parameters:
14754   - "throughput"
14755   - "parent"
14756   - "tags"
14757   traces:
14758     hoverinfo: "x+y"
14759     boxpoints: "outliers"
14760     whiskerwidth: 0
14761   layout:
14762     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14763     layout: "plot-throughput"
14764
14765 ################################################################################
14766
14767 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
14768 - type: "plot"
14769   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14770   algorithm: "plot_performance_box"
14771   output-file-type: ".html"
14772   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14773   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14774   filter: "'NIC_Intel-X520-DA2' and
14775            '64B' and
14776            'NDRPDR' and
14777            'ETH' and
14778            'IP4FWD' and
14779            '1T1C' and
14780            'VHOST_1024' and
14781            not 'VXLAN' and
14782            not 'DOT1Q'"
14783   parameters:
14784   - "throughput"
14785   - "parent"
14786   - "tags"
14787   sort:
14788   - "not CFS_OPT"
14789   - "1VM"
14790   - "2VM"
14791   traces:
14792     hoverinfo: "x+y"
14793     boxpoints: "outliers"
14794     whiskerwidth: 0
14795   layout:
14796     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14797     layout: "plot-throughput"
14798
14799 - type: "plot"
14800   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14801   algorithm: "plot_performance_box"
14802   output-file-type: ".html"
14803   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14804   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14805   filter: "'NIC_Intel-X520-DA2' and
14806            '64B' and
14807            'NDRPDR' and
14808            'ETH' and
14809            'IP4FWD' and
14810            '2T2C' and
14811            'VHOST_1024' and
14812            not 'VXLAN' and
14813            not 'DOT1Q'"
14814   parameters:
14815   - "throughput"
14816   - "parent"
14817   - "tags"
14818   sort:
14819   - "not CFS_OPT"
14820   - "1VM"
14821   - "2VM"
14822   traces:
14823     hoverinfo: "x+y"
14824     boxpoints: "outliers"
14825     whiskerwidth: 0
14826   layout:
14827     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14828     layout: "plot-throughput"
14829
14830 - type: "plot"
14831   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14832   algorithm: "plot_performance_box"
14833   output-file-type: ".html"
14834   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14835   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14836   filter: "'NIC_Intel-X520-DA2' and
14837            '64B' and
14838            'NDRPDR' and
14839            'ETH' and
14840            'IP4FWD' and
14841            '1T1C' and
14842            'VHOST_1024' and
14843            not 'VXLAN' and
14844            not 'DOT1Q'"
14845   parameters:
14846   - "throughput"
14847   - "parent"
14848   - "tags"
14849   sort:
14850   - "not CFS_OPT"
14851   - "1VM"
14852   - "2VM"
14853   traces:
14854     hoverinfo: "x+y"
14855     boxpoints: "outliers"
14856     whiskerwidth: 0
14857   layout:
14858     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14859     layout: "plot-throughput"
14860
14861 - type: "plot"
14862   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14863   algorithm: "plot_performance_box"
14864   output-file-type: ".html"
14865   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14866   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14867   filter: "'NIC_Intel-X520-DA2' and
14868            '64B' and
14869            'NDRPDR' and
14870            'ETH' and
14871            'IP4FWD' and
14872            '2T2C' and
14873            'VHOST_1024' and
14874            not 'VXLAN' and
14875            not 'DOT1Q'"
14876   parameters:
14877   - "throughput"
14878   - "parent"
14879   - "tags"
14880   sort:
14881   - "not CFS_OPT"
14882   - "1VM"
14883   - "2VM"
14884   traces:
14885     hoverinfo: "x+y"
14886     boxpoints: "outliers"
14887     whiskerwidth: 0
14888   layout:
14889     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14890     layout: "plot-throughput"
14891
14892 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
14893 - type: "plot"
14894   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14895   algorithm: "plot_performance_box"
14896   output-file-type: ".html"
14897   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14898   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14899   filter: "'NIC_Intel-X520-DA2' and
14900            '64B' and
14901            'NDRPDR' and
14902            ('ETH' or 'DOT1Q') and
14903            'BASE' and
14904            '1T1C' and
14905            ('L2BDMACLRN' or 'L2XCFWD') and
14906            'VHOST_1024' and
14907            not 'VXLAN' and
14908            not 'IP4FWD' and
14909            not '2VM'"
14910   parameters:
14911   - "throughput"
14912   - "parent"
14913   - "tags"
14914   sort:
14915   - "L2BDMACLRN"
14916   - "L2BDMACLRN"
14917   - "L2BDMACLRN"
14918   - "L2XCFWD"
14919   - "L2XCFWD"
14920   - "L2XCFWD"
14921   traces:
14922     hoverinfo: "x+y"
14923     boxpoints: "outliers"
14924     whiskerwidth: 0
14925   layout:
14926     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14927     layout: "plot-throughput"
14928
14929 - type: "plot"
14930   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14931   algorithm: "plot_performance_box"
14932   output-file-type: ".html"
14933   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14934   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14935   filter: "'NIC_Intel-X520-DA2' and
14936            '64B' and
14937            'NDRPDR' and
14938            ('ETH' or 'DOT1Q') and
14939            'BASE' and
14940            '1T1C' and
14941            ('L2BDMACLRN' or 'L2XCFWD') and
14942            'VHOST_1024' and
14943            not 'VXLAN' and
14944            not 'IP4FWD' and
14945            not '2VM'"
14946   parameters:
14947   - "throughput"
14948   - "parent"
14949   - "tags"
14950   sort:
14951   - "L2BDMACLRN"
14952   - "L2BDMACLRN"
14953   - "L2BDMACLRN"
14954   - "L2XCFWD"
14955   - "L2XCFWD"
14956   - "L2XCFWD"
14957   traces:
14958     hoverinfo: "x+y"
14959     boxpoints: "outliers"
14960     whiskerwidth: 0
14961   layout:
14962     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14963     layout: "plot-throughput"
14964
14965 - type: "plot"
14966   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14967   algorithm: "plot_performance_box"
14968   output-file-type: ".html"
14969   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14970   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14971   filter: "'NIC_Intel-X520-DA2' and
14972            '64B' and
14973            'NDRPDR' and
14974            ('ETH' or 'DOT1Q') and
14975            'BASE' and
14976            '2T2C' and
14977            ('L2BDMACLRN' or 'L2XCFWD') and
14978            'VHOST_1024' and
14979            not 'VXLAN' and
14980            not 'IP4FWD' and
14981            not '2VM'"
14982   parameters:
14983   - "throughput"
14984   - "parent"
14985   - "tags"
14986   sort:
14987   - "L2BDMACLRN"
14988   - "L2BDMACLRN"
14989   - "L2BDMACLRN"
14990   - "L2XCFWD"
14991   - "L2XCFWD"
14992   - "L2XCFWD"
14993   traces:
14994     hoverinfo: "x+y"
14995     boxpoints: "outliers"
14996     whiskerwidth: 0
14997   layout:
14998     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14999     layout: "plot-throughput"
15000
15001 - type: "plot"
15002   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
15003   algorithm: "plot_performance_box"
15004   output-file-type: ".html"
15005   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
15006   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15007   filter: "'NIC_Intel-X520-DA2' and
15008            '64B' and
15009            'NDRPDR' and
15010            ('ETH' or 'DOT1Q') and
15011            'BASE' and
15012            '2T2C' and
15013            ('L2BDMACLRN' or 'L2XCFWD') and
15014            'VHOST_1024' and
15015            not 'VXLAN' and
15016            not 'IP4FWD' and
15017            not '2VM'"
15018   parameters:
15019   - "throughput"
15020   - "parent"
15021   - "tags"
15022   sort:
15023   - "L2BDMACLRN"
15024   - "L2BDMACLRN"
15025   - "L2BDMACLRN"
15026   - "L2XCFWD"
15027   - "L2XCFWD"
15028   - "L2XCFWD"
15029   traces:
15030     hoverinfo: "x+y"
15031     boxpoints: "outliers"
15032     whiskerwidth: 0
15033   layout:
15034     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
15035     layout: "plot-throughput"
15036
15037 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
15038 - type: "plot"
15039   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15040   algorithm: "plot_performance_box"
15041   output-file-type: ".html"
15042   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15043   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15044   filter: "'NIC_Intel-X520-DA2' and
15045            '64B' and
15046            'NDRPDR' and
15047            ('ETH' or 'DOT1Q') and
15048            '1T1C' and
15049            ('L2BDMACLRN' or 'L2XCFWD') and
15050            'VHOST_1024' and
15051            not 'CFS_OPT' and
15052            not 'DOT1Q' and
15053            not 'VXLAN' and
15054            not 'IP4FWD' and
15055            not 'LBOND'"
15056   parameters:
15057   - "throughput"
15058   - "parent"
15059   - "tags"
15060 #  sort:
15061 #  - "1VM"
15062 #  - "L2XCFWD"
15063 #  - "1VM"
15064 #  - "L2BDMACLRN"
15065   traces:
15066     hoverinfo: "x+y"
15067     boxpoints: "outliers"
15068     whiskerwidth: 0
15069   layout:
15070     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15071     layout: "plot-throughput"
15072
15073 - type: "plot"
15074   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15075   algorithm: "plot_performance_box"
15076   output-file-type: ".html"
15077   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15078   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15079   filter: "'NIC_Intel-X520-DA2' and
15080            '64B' and
15081            'NDRPDR' and
15082            ('ETH' or 'DOT1Q') and
15083            '1T1C' and
15084            ('L2BDMACLRN' or 'L2XCFWD') and
15085            'VHOST_1024' and
15086            not 'CFS_OPT' and
15087            not 'DOT1Q' and
15088            not 'VXLAN' and
15089            not 'IP4FWD' and
15090            not 'LBOND'"
15091   parameters:
15092   - "throughput"
15093   - "parent"
15094   - "tags"
15095 #  sort:
15096 #  - "1VM"
15097 #  - "L2XCFWD"
15098 #  - "1VM"
15099 #  - "L2BDMACLRN"
15100   traces:
15101     hoverinfo: "x+y"
15102     boxpoints: "outliers"
15103     whiskerwidth: 0
15104   layout:
15105     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15106     layout: "plot-throughput"
15107
15108 - type: "plot"
15109   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15110   algorithm: "plot_performance_box"
15111   output-file-type: ".html"
15112   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15113   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15114   filter: "'NIC_Intel-X520-DA2' and
15115            '64B' and
15116            'NDRPDR' and
15117            ('ETH' or 'DOT1Q') and
15118            '2T2C' and
15119            ('L2BDMACLRN' or 'L2XCFWD') and
15120            'VHOST_1024' and
15121            not 'CFS_OPT' and
15122            not 'DOT1Q' and
15123            not 'VXLAN' and
15124            not 'IP4FWD' and
15125            not 'LBOND'"
15126   parameters:
15127   - "throughput"
15128   - "parent"
15129   - "tags"
15130 #  sort:
15131 #  - "1VM"
15132 #  - "L2XCFWD"
15133 #  - "1VM"
15134 #  - "L2BDMACLRN"
15135   traces:
15136     hoverinfo: "x+y"
15137     boxpoints: "outliers"
15138     whiskerwidth: 0
15139   layout:
15140     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15141     layout: "plot-throughput"
15142
15143 - type: "plot"
15144   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15145   algorithm: "plot_performance_box"
15146   output-file-type: ".html"
15147   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15148   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15149   filter: "'NIC_Intel-X520-DA2' and
15150            '64B' and
15151            'NDRPDR' and
15152            ('ETH' or 'DOT1Q') and
15153            '2T2C' and
15154            ('L2BDMACLRN' or 'L2XCFWD') and
15155            'VHOST_1024' and
15156            not 'CFS_OPT' and
15157            not 'DOT1Q' and
15158            not 'VXLAN' and
15159            not 'IP4FWD' and
15160            not 'LBOND'"
15161   parameters:
15162   - "throughput"
15163   - "parent"
15164   - "tags"
15165 #  sort:
15166 #  - "1VM"
15167 #  - "L2XCFWD"
15168 #  - "1VM"
15169 #  - "L2BDMACLRN"
15170   traces:
15171     hoverinfo: "x+y"
15172     boxpoints: "outliers"
15173     whiskerwidth: 0
15174   layout:
15175     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15176     layout: "plot-throughput"
15177
15178 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
15179 - type: "plot"
15180   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15181   algorithm: "plot_performance_box"
15182   output-file-type: ".html"
15183   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15184   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15185   filter: "'NIC_Intel-X710' and
15186            '64B' and
15187            'NDRPDR' and
15188            'ETH' and
15189            'IP4FWD' and
15190            '1T1C' and
15191            'VHOST_1024' and
15192            not 'VXLAN' and
15193            not 'CFS_OPT' and
15194            not 'DOT1Q'"
15195   parameters:
15196   - "throughput"
15197   - "parent"
15198   - "tags"
15199   sort:
15200   - "1VM"
15201   - "2VM"
15202   traces:
15203     hoverinfo: "x+y"
15204     boxpoints: "outliers"
15205     whiskerwidth: 0
15206   layout:
15207     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15208     layout: "plot-throughput"
15209
15210 - type: "plot"
15211   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15212   algorithm: "plot_performance_box"
15213   output-file-type: ".html"
15214   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15215   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15216   filter: "'NIC_Intel-X710' and
15217            '64B' and
15218            'NDRPDR' and
15219            'ETH' and
15220            'IP4FWD' and
15221            '2T2C' and
15222            'VHOST_1024' and
15223            not 'VXLAN' and
15224            not 'CFS_OPT' and
15225            not 'DOT1Q'"
15226   parameters:
15227   - "throughput"
15228   - "parent"
15229   - "tags"
15230   sort:
15231   - "1VM"
15232   - "2VM"
15233   traces:
15234     hoverinfo: "x+y"
15235     boxpoints: "outliers"
15236     whiskerwidth: 0
15237   layout:
15238     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15239     layout: "plot-throughput"
15240
15241 - type: "plot"
15242   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15243   algorithm: "plot_performance_box"
15244   output-file-type: ".html"
15245   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15246   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15247   filter: "'NIC_Intel-X710' and
15248            '64B' and
15249            'NDRPDR' and
15250            'ETH' and
15251            'IP4FWD' and
15252            '1T1C' and
15253            'VHOST_1024' and
15254            not 'VXLAN' and
15255            not 'CFS_OPT' and
15256            not 'DOT1Q'"
15257   parameters:
15258   - "throughput"
15259   - "parent"
15260   - "tags"
15261   sort:
15262   - "1VM"
15263   - "2VM"
15264   traces:
15265     hoverinfo: "x+y"
15266     boxpoints: "outliers"
15267     whiskerwidth: 0
15268   layout:
15269     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15270     layout: "plot-throughput"
15271
15272 - type: "plot"
15273   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15274   algorithm: "plot_performance_box"
15275   output-file-type: ".html"
15276   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15277   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15278   filter: "'NIC_Intel-X710' and
15279            '64B' and
15280            'NDRPDR' and
15281            'ETH' and
15282            'IP4FWD' and
15283            '2T2C' and
15284            'VHOST_1024' and
15285            not 'VXLAN' and
15286            not 'CFS_OPT' and
15287            not 'DOT1Q'"
15288   parameters:
15289   - "throughput"
15290   - "parent"
15291   - "tags"
15292   sort:
15293   - "1VM"
15294   - "2VM"
15295   traces:
15296     hoverinfo: "x+y"
15297     boxpoints: "outliers"
15298     whiskerwidth: 0
15299   layout:
15300     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15301     layout: "plot-throughput"
15302
15303 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
15304 - type: "plot"
15305   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15306   algorithm: "plot_performance_box"
15307   output-file-type: ".html"
15308   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15309   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15310   filter: "'NIC_Intel-X710' and
15311            '64B' and
15312            'NDRPDR' and
15313            ('ETH' or 'DOT1Q') and
15314            'BASE' and
15315            '1T1C' and
15316            ('L2BDMACLRN' or 'L2XCFWD') and
15317            'VHOST_1024' and
15318            not 'VXLAN' and
15319            not 'IP4FWD' and
15320            not '2VM'"
15321   parameters:
15322   - "throughput"
15323   - "parent"
15324   - "tags"
15325   sort:
15326   - "L2BDMACLRN"
15327   - "L2BDMACLRN"
15328   - "L2BDMACLRN"
15329   - "L2XCFWD"
15330   - "L2XCFWD"
15331   - "L2XCFWD"
15332   traces:
15333     hoverinfo: "x+y"
15334     boxpoints: "outliers"
15335     whiskerwidth: 0
15336   layout:
15337     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15338     layout: "plot-throughput"
15339
15340 - type: "plot"
15341   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15342   algorithm: "plot_performance_box"
15343   output-file-type: ".html"
15344   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15345   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15346   filter: "'NIC_Intel-X710' and
15347            '64B' and
15348            'NDRPDR' and
15349            ('ETH' or 'DOT1Q') and
15350            'BASE' and
15351            '1T1C' and
15352            ('L2BDMACLRN' or 'L2XCFWD') and
15353            'VHOST_1024' and
15354            not 'VXLAN' and
15355            not 'IP4FWD' and
15356            not '2VM'"
15357   parameters:
15358   - "throughput"
15359   - "parent"
15360   - "tags"
15361   sort:
15362   - "L2BDMACLRN"
15363   - "L2BDMACLRN"
15364   - "L2BDMACLRN"
15365   - "L2XCFWD"
15366   - "L2XCFWD"
15367   - "L2XCFWD"
15368   traces:
15369     hoverinfo: "x+y"
15370     boxpoints: "outliers"
15371     whiskerwidth: 0
15372   layout:
15373     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15374     layout: "plot-throughput"
15375
15376 - type: "plot"
15377   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15378   algorithm: "plot_performance_box"
15379   output-file-type: ".html"
15380   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15381   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15382   filter: "'NIC_Intel-X710' and
15383            '64B' and
15384            'NDRPDR' and
15385            ('ETH' or 'DOT1Q') and
15386            'BASE' and
15387            '2T2C' and
15388            ('L2BDMACLRN' or 'L2XCFWD') and
15389            'VHOST_1024' and
15390            not 'VXLAN' and
15391            not 'IP4FWD' and
15392            not '2VM'"
15393   parameters:
15394   - "throughput"
15395   - "parent"
15396   - "tags"
15397   sort:
15398   - "L2BDMACLRN"
15399   - "L2BDMACLRN"
15400   - "L2BDMACLRN"
15401   - "L2XCFWD"
15402   - "L2XCFWD"
15403   - "L2XCFWD"
15404   traces:
15405     hoverinfo: "x+y"
15406     boxpoints: "outliers"
15407     whiskerwidth: 0
15408   layout:
15409     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15410     layout: "plot-throughput"
15411
15412 - type: "plot"
15413   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15414   algorithm: "plot_performance_box"
15415   output-file-type: ".html"
15416   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15417   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15418   filter: "'NIC_Intel-X710' and
15419            '64B' and
15420            'NDRPDR' and
15421            ('ETH' or 'DOT1Q') and
15422            'BASE' and
15423            '2T2C' and
15424            ('L2BDMACLRN' or 'L2XCFWD') and
15425            'VHOST_1024' and
15426            not 'VXLAN' and
15427            not 'IP4FWD' and
15428            not '2VM'"
15429   parameters:
15430   - "throughput"
15431   - "parent"
15432   - "tags"
15433   sort:
15434   - "L2BDMACLRN"
15435   - "L2BDMACLRN"
15436   - "L2BDMACLRN"
15437   - "L2XCFWD"
15438   - "L2XCFWD"
15439   - "L2XCFWD"
15440   traces:
15441     hoverinfo: "x+y"
15442     boxpoints: "outliers"
15443     whiskerwidth: 0
15444   layout:
15445     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15446     layout: "plot-throughput"
15447
15448 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
15449 - type: "plot"
15450   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15451   algorithm: "plot_performance_box"
15452   output-file-type: ".html"
15453   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15454   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15455   filter: "'NIC_Intel-X710' and
15456            '64B' and
15457            'NDRPDR' and
15458            ('ETH' or 'DOT1Q') and
15459            '1T1C' and
15460            ('L2BDMACLRN' or 'L2XCFWD') and
15461            'VHOST_1024' and
15462            not 'CFS_OPT' and
15463            not 'VXLAN' and
15464            not 'IP4FWD' and
15465            not 'LBOND'"
15466   parameters:
15467   - "throughput"
15468   - "parent"
15469   - "tags"
15470   sort:
15471   - "L2BDMACLRN"
15472   - "L2BDMACLRN"
15473   - "L2BDMACLRN"
15474   - "L2XCFWD"
15475   - "L2XCFWD"
15476   - "L2XCFWD"
15477   traces:
15478     hoverinfo: "x+y"
15479     boxpoints: "outliers"
15480     whiskerwidth: 0
15481   layout:
15482     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15483     layout: "plot-throughput"
15484
15485 - type: "plot"
15486   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15487   algorithm: "plot_performance_box"
15488   output-file-type: ".html"
15489   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15490   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15491   filter: "'NIC_Intel-X710' and
15492            '64B' and
15493            'NDRPDR' and
15494            ('ETH' or 'DOT1Q') and
15495            '1T1C' and
15496            ('L2BDMACLRN' or 'L2XCFWD') and
15497            'VHOST_1024' and
15498            not 'CFS_OPT' and
15499            not 'VXLAN' and
15500            not 'IP4FWD' and
15501            not 'LBOND'"
15502   parameters:
15503   - "throughput"
15504   - "parent"
15505   - "tags"
15506   sort:
15507   - "L2BDMACLRN"
15508   - "L2BDMACLRN"
15509   - "L2BDMACLRN"
15510   - "L2XCFWD"
15511   - "L2XCFWD"
15512   - "L2XCFWD"
15513   traces:
15514     hoverinfo: "x+y"
15515     boxpoints: "outliers"
15516     whiskerwidth: 0
15517   layout:
15518     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15519     layout: "plot-throughput"
15520
15521 - type: "plot"
15522   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15523   algorithm: "plot_performance_box"
15524   output-file-type: ".html"
15525   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15526   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15527   filter: "'NIC_Intel-X710' and
15528            '64B' and
15529            'NDRPDR' and
15530            ('ETH' or 'DOT1Q') and
15531            '2T2C' and
15532            ('L2BDMACLRN' or 'L2XCFWD') and
15533            'VHOST_1024' and
15534            not 'CFS_OPT' and
15535            not 'VXLAN' and
15536            not 'IP4FWD' and
15537            not 'LBOND'"
15538   parameters:
15539   - "throughput"
15540   - "parent"
15541   - "tags"
15542   sort:
15543   - "L2BDMACLRN"
15544   - "L2BDMACLRN"
15545   - "L2BDMACLRN"
15546   - "L2XCFWD"
15547   - "L2XCFWD"
15548   - "L2XCFWD"
15549   traces:
15550     hoverinfo: "x+y"
15551     boxpoints: "outliers"
15552     whiskerwidth: 0
15553   layout:
15554     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15555     layout: "plot-throughput"
15556
15557 - type: "plot"
15558   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15559   algorithm: "plot_performance_box"
15560   output-file-type: ".html"
15561   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15562   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15563   filter: "'NIC_Intel-X710' and
15564            '64B' and
15565            'NDRPDR' and
15566            ('ETH' or 'DOT1Q') and
15567            '2T2C' and
15568            ('L2BDMACLRN' or 'L2XCFWD') and
15569            'VHOST_1024' and
15570            not 'CFS_OPT' and
15571            not 'VXLAN' and
15572            not 'IP4FWD' and
15573            not 'LBOND'"
15574   parameters:
15575   - "throughput"
15576   - "parent"
15577   - "tags"
15578   sort:
15579   - "L2BDMACLRN"
15580   - "L2BDMACLRN"
15581   - "L2BDMACLRN"
15582   - "L2XCFWD"
15583   - "L2XCFWD"
15584   - "L2XCFWD"
15585   traces:
15586     hoverinfo: "x+y"
15587     boxpoints: "outliers"
15588     whiskerwidth: 0
15589   layout:
15590     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15591     layout: "plot-throughput"
15592
15593 # Packet Throughput - VPP vhost ip4 3n-skx-x710
15594 - type: "plot"
15595   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15596   algorithm: "plot_performance_box"
15597   output-file-type: ".html"
15598   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15599   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15600   filter: "'NIC_Intel-X710' and
15601            '64B' and
15602            'NDRPDR' and
15603            'ETH' and
15604            'IP4FWD' and
15605            '2T1C' and
15606            'VHOST_1024' and
15607            not 'VXLAN' and
15608            not 'DOT1Q'"
15609   parameters:
15610   - "throughput"
15611   - "parent"
15612   - "tags"
15613   sort:
15614   - "1VM"
15615   - "2VM"
15616   traces:
15617     hoverinfo: "x+y"
15618     boxpoints: "outliers"
15619     whiskerwidth: 0
15620   layout:
15621     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15622     layout: "plot-throughput"
15623
15624 - type: "plot"
15625   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15626   algorithm: "plot_performance_box"
15627   output-file-type: ".html"
15628   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15629   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15630   filter: "'NIC_Intel-X710' and
15631            '64B' and
15632            'NDRPDR' and
15633            'ETH' and
15634            'IP4FWD' and
15635            '4T2C' and
15636            'VHOST_1024' and
15637            not 'VXLAN' and
15638            not 'DOT1Q'"
15639   parameters:
15640   - "throughput"
15641   - "parent"
15642   - "tags"
15643   sort:
15644   - "1VM"
15645   - "2VM"
15646   traces:
15647     hoverinfo: "x+y"
15648     boxpoints: "outliers"
15649     whiskerwidth: 0
15650   layout:
15651     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15652     layout: "plot-throughput"
15653
15654 - type: "plot"
15655   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15656   algorithm: "plot_performance_box"
15657   output-file-type: ".html"
15658   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15659   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15660   filter: "'NIC_Intel-X710' and
15661            '64B' and
15662            'NDRPDR' and
15663            'ETH' and
15664            'IP4FWD' and
15665            '2T1C' and
15666            'VHOST_1024' and
15667            not 'VXLAN' and
15668            not 'DOT1Q'"
15669   parameters:
15670   - "throughput"
15671   - "parent"
15672   - "tags"
15673   sort:
15674   - "1VM"
15675   - "2VM"
15676   traces:
15677     hoverinfo: "x+y"
15678     boxpoints: "outliers"
15679     whiskerwidth: 0
15680   layout:
15681     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15682     layout: "plot-throughput"
15683
15684 - type: "plot"
15685   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15686   algorithm: "plot_performance_box"
15687   output-file-type: ".html"
15688   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15689   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15690   filter: "'NIC_Intel-X710' and
15691            '64B' and
15692            'NDRPDR' and
15693            'ETH' and
15694            'IP4FWD' and
15695            '4T2C' and
15696            'VHOST_1024' and
15697            not 'VXLAN' and
15698            not 'DOT1Q'"
15699   parameters:
15700   - "throughput"
15701   - "parent"
15702   - "tags"
15703   sort:
15704   - "1VM"
15705   - "2VM"
15706   traces:
15707     hoverinfo: "x+y"
15708     boxpoints: "outliers"
15709     whiskerwidth: 0
15710   layout:
15711     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15712     layout: "plot-throughput"
15713
15714 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
15715 - type: "plot"
15716   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15717   algorithm: "plot_performance_box"
15718   output-file-type: ".html"
15719   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15720   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15721   filter: "'NIC_Intel-X710' and
15722            '64B' and
15723            'NDRPDR' and
15724            ('ETH' or 'DOT1Q') and
15725            'BASE' and
15726            '2T1C' and
15727            ('L2BDMACLRN' or 'L2XCFWD') and
15728            'VHOST_1024' and
15729            not 'VXLAN' and
15730            not 'IP4FWD' and
15731            not '2VM'"
15732   parameters:
15733   - "throughput"
15734   - "parent"
15735   - "tags"
15736   sort:
15737   - "L2BDMACLRN"
15738   - "L2BDMACLRN"
15739   - "L2BDMACLRN"
15740   - "L2XCFWD"
15741   - "L2XCFWD"
15742   - "L2XCFWD"
15743   traces:
15744     hoverinfo: "x+y"
15745     boxpoints: "outliers"
15746     whiskerwidth: 0
15747   layout:
15748     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15749     layout: "plot-throughput"
15750
15751 - type: "plot"
15752   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15753   algorithm: "plot_performance_box"
15754   output-file-type: ".html"
15755   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15756   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15757   filter: "'NIC_Intel-X710' and
15758            '64B' and
15759            'NDRPDR' and
15760            ('ETH' or 'DOT1Q') and
15761            'BASE' and
15762            '2T1C' and
15763            ('L2BDMACLRN' or 'L2XCFWD') and
15764            'VHOST_1024' and
15765            not 'VXLAN' and
15766            not 'IP4FWD' and
15767            not '2VM'"
15768   parameters:
15769   - "throughput"
15770   - "parent"
15771   - "tags"
15772   sort:
15773   - "L2BDMACLRN"
15774   - "L2BDMACLRN"
15775   - "L2BDMACLRN"
15776   - "L2XCFWD"
15777   - "L2XCFWD"
15778   - "L2XCFWD"
15779   traces:
15780     hoverinfo: "x+y"
15781     boxpoints: "outliers"
15782     whiskerwidth: 0
15783   layout:
15784     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15785     layout: "plot-throughput"
15786
15787 - type: "plot"
15788   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15789   algorithm: "plot_performance_box"
15790   output-file-type: ".html"
15791   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15792   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15793   filter: "'NIC_Intel-X710' and
15794            '64B' and
15795            'NDRPDR' and
15796            ('ETH' or 'DOT1Q') and
15797            'BASE' and
15798            '4T2C' and
15799            ('L2BDMACLRN' or 'L2XCFWD') and
15800            'VHOST_1024' and
15801            not 'VXLAN' and
15802            not 'IP4FWD' and
15803            not '2VM'"
15804   parameters:
15805   - "throughput"
15806   - "parent"
15807   - "tags"
15808   sort:
15809   - "L2BDMACLRN"
15810   - "L2BDMACLRN"
15811   - "L2BDMACLRN"
15812   - "L2XCFWD"
15813   - "L2XCFWD"
15814   - "L2XCFWD"
15815   traces:
15816     hoverinfo: "x+y"
15817     boxpoints: "outliers"
15818     whiskerwidth: 0
15819   layout:
15820     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15821     layout: "plot-throughput"
15822
15823 - type: "plot"
15824   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15825   algorithm: "plot_performance_box"
15826   output-file-type: ".html"
15827   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15828   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15829   filter: "'NIC_Intel-X710' and
15830            '64B' and
15831            'NDRPDR' and
15832            ('ETH' or 'DOT1Q') and
15833            'BASE' and
15834            '4T2C' and
15835            ('L2BDMACLRN' or 'L2XCFWD') and
15836            'VHOST_1024' and
15837            not 'VXLAN' and
15838            not 'IP4FWD' and
15839            not '2VM'"
15840   parameters:
15841   - "throughput"
15842   - "parent"
15843   - "tags"
15844   sort:
15845   - "L2BDMACLRN"
15846   - "L2BDMACLRN"
15847   - "L2BDMACLRN"
15848   - "L2XCFWD"
15849   - "L2XCFWD"
15850   - "L2XCFWD"
15851   traces:
15852     hoverinfo: "x+y"
15853     boxpoints: "outliers"
15854     whiskerwidth: 0
15855   layout:
15856     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15857     layout: "plot-throughput"
15858
15859 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
15860 - type: "plot"
15861   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15862   algorithm: "plot_performance_box"
15863   output-file-type: ".html"
15864   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15865   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15866   filter: "'NIC_Intel-X710' and
15867            '64B' and
15868            'NDRPDR' and
15869            ('ETH' or 'DOT1Q') and
15870            '2T1C' and
15871            ('L2BDMACLRN' or 'L2XCFWD') and
15872            'VHOST_1024' and
15873            not 'CFS_OPT' and
15874            not 'VXLAN' and
15875            not 'IP4FWD' and
15876            not 'LBOND'"
15877   parameters:
15878   - "throughput"
15879   - "parent"
15880   - "tags"
15881   sort:
15882   - "L2BDMACLRN"
15883   - "L2BDMACLRN"
15884   - "L2BDMACLRN"
15885   - "L2XCFWD"
15886   - "L2XCFWD"
15887   - "L2XCFWD"
15888   traces:
15889     hoverinfo: "x+y"
15890     boxpoints: "outliers"
15891     whiskerwidth: 0
15892   layout:
15893     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15894     layout: "plot-throughput"
15895
15896 - type: "plot"
15897   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15898   algorithm: "plot_performance_box"
15899   output-file-type: ".html"
15900   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15901   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15902   filter: "'NIC_Intel-X710' and
15903            '64B' and
15904            'NDRPDR' and
15905            ('ETH' or 'DOT1Q') and
15906            '2T1C' and
15907            ('L2BDMACLRN' or 'L2XCFWD') and
15908            'VHOST_1024' and
15909            not 'CFS_OPT' and
15910            not 'VXLAN' and
15911            not 'IP4FWD' and
15912            not 'LBOND'"
15913   parameters:
15914   - "throughput"
15915   - "parent"
15916   - "tags"
15917   sort:
15918   - "L2BDMACLRN"
15919   - "L2BDMACLRN"
15920   - "L2BDMACLRN"
15921   - "L2XCFWD"
15922   - "L2XCFWD"
15923   - "L2XCFWD"
15924   traces:
15925     hoverinfo: "x+y"
15926     boxpoints: "outliers"
15927     whiskerwidth: 0
15928   layout:
15929     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15930     layout: "plot-throughput"
15931
15932 - type: "plot"
15933   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15934   algorithm: "plot_performance_box"
15935   output-file-type: ".html"
15936   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15937   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15938   filter: "'NIC_Intel-X710' and
15939            '64B' and
15940            'NDRPDR' and
15941            ('ETH' or 'DOT1Q') and
15942            '4T2C' and
15943            ('L2BDMACLRN' or 'L2XCFWD') and
15944            'VHOST_1024' and
15945            not 'CFS_OPT' and
15946            not 'VXLAN' and
15947            not 'IP4FWD' and
15948            not 'LBOND'"
15949   parameters:
15950   - "throughput"
15951   - "parent"
15952   - "tags"
15953   sort:
15954   - "L2BDMACLRN"
15955   - "L2BDMACLRN"
15956   - "L2BDMACLRN"
15957   - "L2XCFWD"
15958   - "L2XCFWD"
15959   - "L2XCFWD"
15960   traces:
15961     hoverinfo: "x+y"
15962     boxpoints: "outliers"
15963     whiskerwidth: 0
15964   layout:
15965     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15966     layout: "plot-throughput"
15967
15968 - type: "plot"
15969   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15970   algorithm: "plot_performance_box"
15971   output-file-type: ".html"
15972   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15973   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15974   filter: "'NIC_Intel-X710' and
15975            '64B' and
15976            'NDRPDR' and
15977            ('ETH' or 'DOT1Q') and
15978            '4T2C' and
15979            ('L2BDMACLRN' or 'L2XCFWD') and
15980            'VHOST_1024' and
15981            not 'CFS_OPT' and
15982            not 'VXLAN' and
15983            not 'IP4FWD' and
15984            not 'LBOND'"
15985   parameters:
15986   - "throughput"
15987   - "parent"
15988   - "tags"
15989   sort:
15990   - "L2BDMACLRN"
15991   - "L2BDMACLRN"
15992   - "L2BDMACLRN"
15993   - "L2XCFWD"
15994   - "L2XCFWD"
15995   - "L2XCFWD"
15996   traces:
15997     hoverinfo: "x+y"
15998     boxpoints: "outliers"
15999     whiskerwidth: 0
16000   layout:
16001     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
16002     layout: "plot-throughput"
16003
16004 # Packet Throughput - VPP vhost ip4 2n-skx-x710
16005 - type: "plot"
16006   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16007   algorithm: "plot_performance_box"
16008   output-file-type: ".html"
16009   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16010   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16011   filter: "'NIC_Intel-X710' and
16012            '64B' and
16013            'NDRPDR' and
16014            'ETH' and
16015            'IP4FWD' and
16016            '2T1C' and
16017            'VHOST_1024' and
16018            not 'VXLAN' and
16019            not 'NF_DENSITY' and
16020            not 'CFS_OPT' and
16021            not 'DOT1Q'"
16022   parameters:
16023   - "throughput"
16024   - "parent"
16025   - "tags"
16026   sort:
16027   - "1VM"
16028   - "2VM"
16029   traces:
16030     hoverinfo: "x+y"
16031     boxpoints: "outliers"
16032     whiskerwidth: 0
16033   layout:
16034     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16035     layout: "plot-throughput"
16036
16037 - type: "plot"
16038   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16039   algorithm: "plot_performance_box"
16040   output-file-type: ".html"
16041   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16042   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16043   filter: "'NIC_Intel-X710' and
16044            '64B' and
16045            'NDRPDR' and
16046            'ETH' and
16047            'IP4FWD' and
16048            '4T2C' and
16049            'VHOST_1024' and
16050            not 'VXLAN' and
16051            not 'NF_DENSITY' and
16052            not 'CFS_OPT' and
16053            not 'DOT1Q'"
16054   parameters:
16055   - "throughput"
16056   - "parent"
16057   - "tags"
16058   sort:
16059   - "1VM"
16060   - "2VM"
16061   traces:
16062     hoverinfo: "x+y"
16063     boxpoints: "outliers"
16064     whiskerwidth: 0
16065   layout:
16066     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16067     layout: "plot-throughput"
16068
16069 - type: "plot"
16070   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16071   algorithm: "plot_performance_box"
16072   output-file-type: ".html"
16073   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16074   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16075   filter: "'NIC_Intel-X710' and
16076            '64B' and
16077            'NDRPDR' and
16078            'ETH' and
16079            'IP4FWD' and
16080            '2T1C' and
16081            'VHOST_1024' and
16082            not 'VXLAN' and
16083            not 'NF_DENSITY' and
16084            not 'CFS_OPT' and
16085            not 'DOT1Q'"
16086   parameters:
16087   - "throughput"
16088   - "parent"
16089   - "tags"
16090   sort:
16091   - "1VM"
16092   - "2VM"
16093   traces:
16094     hoverinfo: "x+y"
16095     boxpoints: "outliers"
16096     whiskerwidth: 0
16097   layout:
16098     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16099     layout: "plot-throughput"
16100
16101 - type: "plot"
16102   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16103   algorithm: "plot_performance_box"
16104   output-file-type: ".html"
16105   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16106   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16107   filter: "'NIC_Intel-X710' and
16108            '64B' and
16109            'NDRPDR' and
16110            'ETH' and
16111            'IP4FWD' and
16112            '4T2C' and
16113            'VHOST_1024' and
16114            not 'VXLAN' and
16115            not 'NF_DENSITY' and
16116            not 'CFS_OPT' and
16117            not 'DOT1Q'"
16118   parameters:
16119   - "throughput"
16120   - "parent"
16121   - "tags"
16122   sort:
16123   - "1VM"
16124   - "2VM"
16125   traces:
16126     hoverinfo: "x+y"
16127     boxpoints: "outliers"
16128     whiskerwidth: 0
16129   layout:
16130     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16131     layout: "plot-throughput"
16132
16133 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
16134 - type: "plot"
16135   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16136   algorithm: "plot_performance_box"
16137   output-file-type: ".html"
16138   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16139   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16140   filter: "'NIC_Intel-X710' and
16141            '64B' and
16142            'NDRPDR' and
16143            ('ETH' or 'DOT1Q') and
16144            'BASE' and
16145            '2T1C' and
16146            ('L2BDMACLRN' or 'L2XCFWD') and
16147            'VHOST_1024' and
16148            not 'VXLAN' and
16149            not 'NF_DENSITY' and
16150            not 'IP4FWD' and
16151            not '2VM'"
16152   parameters:
16153   - "throughput"
16154   - "parent"
16155   - "tags"
16156 #  sort:
16157 #  - "not CFS_OPT"
16158 #  - "L2XCFWD"
16159 #  - "not CFS_OPT"
16160 #  - "CFS_OPT"
16161   traces:
16162     hoverinfo: "x+y"
16163     boxpoints: "outliers"
16164     whiskerwidth: 0
16165   layout:
16166     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16167     layout: "plot-throughput"
16168
16169 - type: "plot"
16170   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16171   algorithm: "plot_performance_box"
16172   output-file-type: ".html"
16173   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16174   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16175   filter: "'NIC_Intel-X710' and
16176            '64B' and
16177            'NDRPDR' and
16178            ('ETH' or 'DOT1Q') and
16179            'BASE' and
16180            '2T1C' and
16181            ('L2BDMACLRN' or 'L2XCFWD') and
16182            'VHOST_1024' and
16183            not 'VXLAN' and
16184            not 'NF_DENSITY' and
16185            not 'IP4FWD' and
16186            not '2VM'"
16187   parameters:
16188   - "throughput"
16189   - "parent"
16190   - "tags"
16191 #  sort:
16192 #  - "not CFS_OPT"
16193 #  - "L2XCFWD"
16194 #  - "not CFS_OPT"
16195 #  - "CFS_OPT"
16196   traces:
16197     hoverinfo: "x+y"
16198     boxpoints: "outliers"
16199     whiskerwidth: 0
16200   layout:
16201     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16202     layout: "plot-throughput"
16203
16204 - type: "plot"
16205   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16206   algorithm: "plot_performance_box"
16207   output-file-type: ".html"
16208   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16209   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16210   filter: "'NIC_Intel-X710' and
16211            '64B' and
16212            'NDRPDR' and
16213            ('ETH' or 'DOT1Q') and
16214            'BASE' and
16215            '4T2C' and
16216            ('L2BDMACLRN' or 'L2XCFWD') and
16217            'VHOST_1024' and
16218            not 'VXLAN' and
16219            not 'NF_DENSITY' and
16220            not 'IP4FWD' and
16221            not '2VM'"
16222   parameters:
16223   - "throughput"
16224   - "parent"
16225   - "tags"
16226 #  sort:
16227 #  - "not CFS_OPT"
16228 #  - "L2XCFWD"
16229 #  - "not CFS_OPT"
16230 #  - "CFS_OPT"
16231   traces:
16232     hoverinfo: "x+y"
16233     boxpoints: "outliers"
16234     whiskerwidth: 0
16235   layout:
16236     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16237     layout: "plot-throughput"
16238
16239 - type: "plot"
16240   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16241   algorithm: "plot_performance_box"
16242   output-file-type: ".html"
16243   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16244   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16245   filter: "'NIC_Intel-X710' and
16246            '64B' and
16247            'NDRPDR' and
16248            ('ETH' or 'DOT1Q') and
16249            'BASE' and
16250            '4T2C' and
16251            ('L2BDMACLRN' or 'L2XCFWD') and
16252            'VHOST_1024' and
16253            not 'VXLAN' and
16254            not 'NF_DENSITY' and
16255            not 'IP4FWD' and
16256            not '2VM'"
16257   parameters:
16258   - "throughput"
16259   - "parent"
16260   - "tags"
16261 #  sort:
16262 #  - "not CFS_OPT"
16263 #  - "L2XCFWD"
16264 #  - "not CFS_OPT"
16265 #  - "CFS_OPT"
16266   traces:
16267     hoverinfo: "x+y"
16268     boxpoints: "outliers"
16269     whiskerwidth: 0
16270   layout:
16271     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16272     layout: "plot-throughput"
16273
16274 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
16275 - type: "plot"
16276   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16277   algorithm: "plot_performance_box"
16278   output-file-type: ".html"
16279   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16280   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16281   filter: "'NIC_Intel-X710' and
16282            '64B' and
16283            'NDRPDR' and
16284            ('ETH' or 'DOT1Q') and
16285            '2T1C' and
16286            ('L2BDMACLRN' or 'L2XCFWD') and
16287            'VHOST_1024' and
16288            not 'CFS_OPT' and
16289            not 'VXLAN' and
16290            not 'NF_DENSITY' and
16291            not 'DOT1Q' and
16292            not 'IP4FWD'"
16293   parameters:
16294   - "throughput"
16295   - "parent"
16296   - "tags"
16297 #  sort:
16298 #  - "1VM"
16299 #  - "L2XCFWD"
16300 #  - "1VM"
16301 #  - "L2BDMACLRN"
16302   traces:
16303     hoverinfo: "x+y"
16304     boxpoints: "outliers"
16305     whiskerwidth: 0
16306   layout:
16307     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16308     layout: "plot-throughput"
16309
16310 - type: "plot"
16311   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16312   algorithm: "plot_performance_box"
16313   output-file-type: ".html"
16314   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16315   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16316   filter: "'NIC_Intel-X710' and
16317            '64B' and
16318            'NDRPDR' and
16319            ('ETH' or 'DOT1Q') and
16320            '2T1C' and
16321            ('L2BDMACLRN' or 'L2XCFWD') and
16322            'VHOST_1024' and
16323            not 'CFS_OPT' and
16324            not 'VXLAN' and
16325            not 'NF_DENSITY' and
16326            not 'DOT1Q' and
16327            not 'IP4FWD'"
16328   parameters:
16329   - "throughput"
16330   - "parent"
16331   - "tags"
16332 #  sort:
16333 #  - "1VM"
16334 #  - "L2XCFWD"
16335 #  - "1VM"
16336 #  - "L2BDMACLRN"
16337   traces:
16338     hoverinfo: "x+y"
16339     boxpoints: "outliers"
16340     whiskerwidth: 0
16341   layout:
16342     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16343     layout: "plot-throughput"
16344
16345 - type: "plot"
16346   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16347   algorithm: "plot_performance_box"
16348   output-file-type: ".html"
16349   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16350   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16351   filter: "'NIC_Intel-X710' and
16352            '64B' and
16353            'NDRPDR' and
16354            ('ETH' or 'DOT1Q') and
16355            '4T2C' and
16356            ('L2BDMACLRN' or 'L2XCFWD') and
16357            'VHOST_1024' and
16358            not 'CFS_OPT' and
16359            not 'VXLAN' and
16360            not 'NF_DENSITY' and
16361            not 'DOT1Q' and
16362            not 'IP4FWD'"
16363   parameters:
16364   - "throughput"
16365   - "parent"
16366   - "tags"
16367 #  sort:
16368 #  - "1VM"
16369 #  - "L2XCFWD"
16370 #  - "1VM"
16371 #  - "L2BDMACLRN"
16372   traces:
16373     hoverinfo: "x+y"
16374     boxpoints: "outliers"
16375     whiskerwidth: 0
16376   layout:
16377     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16378     layout: "plot-throughput"
16379
16380 - type: "plot"
16381   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16382   algorithm: "plot_performance_box"
16383   output-file-type: ".html"
16384   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16385   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16386   filter: "'NIC_Intel-X710' and
16387            '64B' and
16388            'NDRPDR' and
16389            ('ETH' or 'DOT1Q') and
16390            '4T2C' and
16391            ('L2BDMACLRN' or 'L2XCFWD') and
16392            'VHOST_1024' and
16393            not 'CFS_OPT' and
16394            not 'VXLAN' and
16395            not 'NF_DENSITY' and
16396            not 'DOT1Q' and
16397            not 'IP4FWD'"
16398   parameters:
16399   - "throughput"
16400   - "parent"
16401   - "tags"
16402 #  sort:
16403 #  - "1VM"
16404 #  - "L2XCFWD"
16405 #  - "1VM"
16406 #  - "L2BDMACLRN"
16407   traces:
16408     hoverinfo: "x+y"
16409     boxpoints: "outliers"
16410     whiskerwidth: 0
16411   layout:
16412     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16413     layout: "plot-throughput"
16414
16415 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
16416 - type: "plot"
16417   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16418   algorithm: "plot_performance_box"
16419   output-file-type: ".html"
16420   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16421   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16422   filter: "'NIC_Intel-XXV710' and
16423            '64B' and
16424            'NDRPDR' and
16425            'ETH' and
16426            'IP4FWD' and
16427            '2T1C' and
16428            'VHOST_1024' and
16429            not 'VXLAN' and
16430            not 'CFS_OPT' and
16431            not 'DOT1Q'"
16432   parameters:
16433   - "throughput"
16434   - "parent"
16435   - "tags"
16436   sort:
16437   - "1VM"
16438   - "2VM"
16439   traces:
16440     hoverinfo: "x+y"
16441     boxpoints: "outliers"
16442     whiskerwidth: 0
16443   layout:
16444     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16445     layout: "plot-throughput"
16446
16447 - type: "plot"
16448   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16449   algorithm: "plot_performance_box"
16450   output-file-type: ".html"
16451   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16452   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16453   filter: "'NIC_Intel-XXV710' and
16454            '64B' and
16455            'NDRPDR' and
16456            'ETH' and
16457            'IP4FWD' and
16458            '4T2C' and
16459            'VHOST_1024' and
16460            not 'VXLAN' and
16461            not 'CFS_OPT' and
16462            not 'DOT1Q'"
16463   parameters:
16464   - "throughput"
16465   - "parent"
16466   - "tags"
16467   sort:
16468   - "1VM"
16469   - "2VM"
16470   traces:
16471     hoverinfo: "x+y"
16472     boxpoints: "outliers"
16473     whiskerwidth: 0
16474   layout:
16475     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16476     layout: "plot-throughput"
16477
16478 - type: "plot"
16479   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16480   algorithm: "plot_performance_box"
16481   output-file-type: ".html"
16482   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16483   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16484   filter: "'NIC_Intel-XXV710' and
16485            '64B' and
16486            'NDRPDR' and
16487            'ETH' and
16488            'IP4FWD' and
16489            '2T1C' and
16490            'VHOST_1024' and
16491            not 'VXLAN' and
16492            not 'CFS_OPT' and
16493            not 'DOT1Q'"
16494   parameters:
16495   - "throughput"
16496   - "parent"
16497   - "tags"
16498   sort:
16499   - "1VM"
16500   - "2VM"
16501   traces:
16502     hoverinfo: "x+y"
16503     boxpoints: "outliers"
16504     whiskerwidth: 0
16505   layout:
16506     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16507     layout: "plot-throughput"
16508
16509 - type: "plot"
16510   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16511   algorithm: "plot_performance_box"
16512   output-file-type: ".html"
16513   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16514   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16515   filter: "'NIC_Intel-XXV710' and
16516            '64B' and
16517            'NDRPDR' and
16518            'ETH' and
16519            'IP4FWD' and
16520            '4T2C' and
16521            'VHOST_1024' and
16522            not 'VXLAN' and
16523            not 'CFS_OPT' and
16524            not 'DOT1Q'"
16525   parameters:
16526   - "throughput"
16527   - "parent"
16528   - "tags"
16529   sort:
16530   - "1VM"
16531   - "2VM"
16532   traces:
16533     hoverinfo: "x+y"
16534     boxpoints: "outliers"
16535     whiskerwidth: 0
16536   layout:
16537     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16538     layout: "plot-throughput"
16539
16540 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
16541 #- type: "plot"
16542 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16543 #  algorithm: "plot_performance_box"
16544 #  output-file-type: ".html"
16545 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16546 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16547 #  filter: "'NIC_Intel-XXV710' and
16548 #           '64B' and
16549 #           'NDRPDR' and
16550 #           ('ETH' or 'DOT1Q') and
16551 #           'BASE' and
16552 #           '2T1C' and
16553 #           ('L2BDMACLRN' or 'L2XCFWD') and
16554 #           'VHOST_1024' and
16555 #           not 'VXLAN' and
16556 #           not 'IP4FWD' and
16557 #           not '2VM'"
16558 #  parameters:
16559 #  - "throughput"
16560 #  - "parent"
16561 #  - "tags"
16562 ##  sort:
16563 ##  - "not CFS_OPT"
16564 ##  - "L2XCFWD"
16565 ##  - "not CFS_OPT"
16566 ##  - "CFS_OPT"
16567 #  traces:
16568 #    hoverinfo: "x+y"
16569 #    boxpoints: "outliers"
16570 #    whiskerwidth: 0
16571 #  layout:
16572 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16573 #    layout: "plot-throughput"
16574 #
16575 #- type: "plot"
16576 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16577 #  algorithm: "plot_performance_box"
16578 #  output-file-type: ".html"
16579 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16580 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16581 #  filter: "'NIC_Intel-XXV710' and
16582 #           '64B' and
16583 #           'NDRPDR' and
16584 #           ('ETH' or 'DOT1Q') and
16585 #           'BASE' and
16586 #           '2T1C' and
16587 #           ('L2BDMACLRN' or 'L2XCFWD') and
16588 #           'VHOST_1024' and
16589 #           not 'VXLAN' and
16590 #           not 'IP4FWD' and
16591 #           not '2VM'"
16592 #  parameters:
16593 #  - "throughput"
16594 #  - "parent"
16595 #  - "tags"
16596 ##  sort:
16597 ##  - "not CFS_OPT"
16598 ##  - "L2XCFWD"
16599 ##  - "not CFS_OPT"
16600 ##  - "CFS_OPT"
16601 #  traces:
16602 #    hoverinfo: "x+y"
16603 #    boxpoints: "outliers"
16604 #    whiskerwidth: 0
16605 #  layout:
16606 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16607 #    layout: "plot-throughput"
16608 #
16609 #- type: "plot"
16610 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16611 #  algorithm: "plot_performance_box"
16612 #  output-file-type: ".html"
16613 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16614 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16615 #  filter: "'NIC_Intel-XXV710' and
16616 #           '64B' and
16617 #           'NDRPDR' and
16618 #           ('ETH' or 'DOT1Q') and
16619 #           'BASE' and
16620 #           '4T2C' and
16621 #           ('L2BDMACLRN' or 'L2XCFWD') and
16622 #           'VHOST_1024' and
16623 #           not 'VXLAN' and
16624 #           not 'IP4FWD' and
16625 #           not '2VM'"
16626 #  parameters:
16627 #  - "throughput"
16628 #  - "parent"
16629 #  - "tags"
16630 ##  sort:
16631 ##  - "not CFS_OPT"
16632 ##  - "L2XCFWD"
16633 ##  - "not CFS_OPT"
16634 ##  - "CFS_OPT"
16635 #  traces:
16636 #    hoverinfo: "x+y"
16637 #    boxpoints: "outliers"
16638 #    whiskerwidth: 0
16639 #  layout:
16640 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16641 #    layout: "plot-throughput"
16642 #
16643 #- type: "plot"
16644 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16645 #  algorithm: "plot_performance_box"
16646 #  output-file-type: ".html"
16647 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16648 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16649 #  filter: "'NIC_Intel-XXV710' and
16650 #           '64B' and
16651 #           'NDRPDR' and
16652 #           ('ETH' or 'DOT1Q') and
16653 #           'BASE' and
16654 #           '4T2C' and
16655 #           ('L2BDMACLRN' or 'L2XCFWD') and
16656 #           'VHOST_1024' and
16657 #           not 'VXLAN' and
16658 #           not 'IP4FWD' and
16659 #           not '2VM'"
16660 #  parameters:
16661 #  - "throughput"
16662 #  - "parent"
16663 #  - "tags"
16664 ##  sort:
16665 ##  - "not CFS_OPT"
16666 ##  - "L2XCFWD"
16667 ##  - "not CFS_OPT"
16668 ##  - "CFS_OPT"
16669 #  traces:
16670 #    hoverinfo: "x+y"
16671 #    boxpoints: "outliers"
16672 #    whiskerwidth: 0
16673 #  layout:
16674 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16675 #    layout: "plot-throughput"
16676 #
16677 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
16678 #- type: "plot"
16679 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16680 #  algorithm: "plot_performance_box"
16681 #  output-file-type: ".html"
16682 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16683 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16684 #  filter: "'NIC_Intel-XXV710' and
16685 #           '64B' and
16686 #           'NDRPDR' and
16687 #           ('ETH' or 'DOT1Q') and
16688 #           '2T1C' and
16689 #           ('L2BDMACLRN' or 'L2XCFWD') and
16690 #           'VHOST_1024' and
16691 #           not 'CFS_OPT' and
16692 #           not 'VXLAN' and
16693 #           not 'DOT1Q' and
16694 #           not 'IP4FWD'"
16695 #  parameters:
16696 #  - "throughput"
16697 #  - "parent"
16698 #  - "tags"
16699 ##  sort:
16700 ##  - "1VM"
16701 ##  - "L2XCFWD"
16702 ##  - "1VM"
16703 ##  - "L2BDMACLRN"
16704 #  traces:
16705 #    hoverinfo: "x+y"
16706 #    boxpoints: "outliers"
16707 #    whiskerwidth: 0
16708 #  layout:
16709 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16710 #    layout: "plot-throughput"
16711 #
16712 #- type: "plot"
16713 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16714 #  algorithm: "plot_performance_box"
16715 #  output-file-type: ".html"
16716 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16717 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16718 #  filter: "'NIC_Intel-XXV710' and
16719 #           '64B' and
16720 #           'NDRPDR' and
16721 #           ('ETH' or 'DOT1Q') and
16722 #           '2T1C' and
16723 #           ('L2BDMACLRN' or 'L2XCFWD') and
16724 #           'VHOST_1024' and
16725 #           not 'CFS_OPT' and
16726 #           not 'VXLAN' and
16727 #           not 'DOT1Q' and
16728 #           not 'IP4FWD'"
16729 #  parameters:
16730 #  - "throughput"
16731 #  - "parent"
16732 #  - "tags"
16733 ##  sort:
16734 ##  - "1VM"
16735 ##  - "L2XCFWD"
16736 ##  - "1VM"
16737 ##  - "L2BDMACLRN"
16738 #  traces:
16739 #    hoverinfo: "x+y"
16740 #    boxpoints: "outliers"
16741 #    whiskerwidth: 0
16742 #  layout:
16743 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16744 #    layout: "plot-throughput"
16745 #
16746 #- type: "plot"
16747 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16748 #  algorithm: "plot_performance_box"
16749 #  output-file-type: ".html"
16750 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16751 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16752 #  filter: "'NIC_Intel-XXV710' and
16753 #           '64B' and
16754 #           'NDRPDR' and
16755 #           ('ETH' or 'DOT1Q') and
16756 #           '4T2C' and
16757 #           ('L2BDMACLRN' or 'L2XCFWD') and
16758 #           'VHOST_1024' and
16759 #           not 'CFS_OPT' and
16760 #           not 'VXLAN' and
16761 #           not 'DOT1Q' and
16762 #           not 'IP4FWD'"
16763 #  parameters:
16764 #  - "throughput"
16765 #  - "parent"
16766 #  - "tags"
16767 ##  sort:
16768 ##  - "1VM"
16769 ##  - "L2XCFWD"
16770 ##  - "1VM"
16771 ##  - "L2BDMACLRN"
16772 #  traces:
16773 #    hoverinfo: "x+y"
16774 #    boxpoints: "outliers"
16775 #    whiskerwidth: 0
16776 #  layout:
16777 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16778 #    layout: "plot-throughput"
16779 #
16780 #- type: "plot"
16781 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16782 #  algorithm: "plot_performance_box"
16783 #  output-file-type: ".html"
16784 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16785 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16786 #  filter: "'NIC_Intel-XXV710' and
16787 #           '64B' and
16788 #           'NDRPDR' and
16789 #           ('ETH' or 'DOT1Q') and
16790 #           '4T2C' and
16791 #           ('L2BDMACLRN' or 'L2XCFWD') and
16792 #           'VHOST_1024' and
16793 #           not 'CFS_OPT' and
16794 #           not 'VXLAN' and
16795 #           not 'DOT1Q' and
16796 #           not 'IP4FWD'"
16797 #  parameters:
16798 #  - "throughput"
16799 #  - "parent"
16800 #  - "tags"
16801 ##  sort:
16802 ##  - "1VM"
16803 ##  - "L2XCFWD"
16804 ##  - "1VM"
16805 ##  - "L2BDMACLRN"
16806 #  traces:
16807 #    hoverinfo: "x+y"
16808 #    boxpoints: "outliers"
16809 #    whiskerwidth: 0
16810 #  layout:
16811 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16812 #    layout: "plot-throughput"
16813
16814 ################################################################################
16815
16816 # Packet Throughput - VPP VTS 3n-hsw-x520
16817 - type: "plot"
16818   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
16819   algorithm: "plot_performance_box"
16820   output-file-type: ".html"
16821   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
16822   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16823   filter: "'NIC_Intel-X520-DA2' and
16824            '114B' and
16825            'NDRPDR' and
16826            '1T1C' and
16827            'VTS'"
16828   parameters:
16829   - "throughput"
16830   - "parent"
16831   - "tags"
16832   traces:
16833     hoverinfo: "x+y"
16834     boxpoints: "outliers"
16835     whiskerwidth: 0
16836   layout:
16837     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
16838     layout: "plot-throughput"
16839
16840 - type: "plot"
16841   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
16842   algorithm: "plot_performance_box"
16843   output-file-type: ".html"
16844   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
16845   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16846   filter: "'NIC_Intel-X520-DA2' and
16847            '114B' and
16848            'NDRPDR' and
16849            '2T2C' and
16850            'VTS'"
16851   parameters:
16852   - "throughput"
16853   - "parent"
16854   - "tags"
16855   traces:
16856     hoverinfo: "x+y"
16857     boxpoints: "outliers"
16858     whiskerwidth: 0
16859   layout:
16860     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
16861     layout: "plot-throughput"
16862
16863 - type: "plot"
16864   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
16865   algorithm: "plot_performance_box"
16866   output-file-type: ".html"
16867   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
16868   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16869   filter: "'NIC_Intel-X520-DA2' and
16870            '114B' and
16871            'NDRPDR' and
16872            '1T1C' and
16873            'VTS'"
16874   parameters:
16875   - "throughput"
16876   - "parent"
16877   - "tags"
16878   traces:
16879     hoverinfo: "x+y"
16880     boxpoints: "outliers"
16881     whiskerwidth: 0
16882   layout:
16883     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
16884     layout: "plot-throughput"
16885
16886 - type: "plot"
16887   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
16888   algorithm: "plot_performance_box"
16889   output-file-type: ".html"
16890   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
16891   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16892   filter: "'NIC_Intel-X520-DA2' and
16893            '114B' and
16894            'NDRPDR' and
16895            '2T2C' and
16896            'VTS'"
16897   parameters:
16898   - "throughput"
16899   - "parent"
16900   - "tags"
16901   traces:
16902     hoverinfo: "x+y"
16903     boxpoints: "outliers"
16904     whiskerwidth: 0
16905   layout:
16906     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
16907     layout: "plot-throughput"
16908
16909 ################################################################################
16910
16911 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
16912 - type: "plot"
16913   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16914   algorithm: "plot_performance_box"
16915   output-file-type: ".html"
16916   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16917   data: "plot-dpdk-throughput-latency-3n-hsw"
16918   filter: "'NIC_Intel-X520-DA2' and
16919            '64B' and
16920            'BASE' and
16921            'NDRPDR' and
16922            '1T1C' and
16923            'IP4FWD'"
16924   parameters:
16925   - "throughput"
16926   - "parent"
16927   - "tags"
16928   traces:
16929     hoverinfo: "x+y"
16930     boxpoints: "outliers"
16931     whiskerwidth: 0
16932   layout:
16933     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16934     layout: "plot-throughput"
16935
16936 - type: "plot"
16937   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16938   algorithm: "plot_performance_box"
16939   output-file-type: ".html"
16940   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16941   data: "plot-dpdk-throughput-latency-3n-hsw"
16942   filter: "'NIC_Intel-X520-DA2' and
16943            '64B' and
16944            'BASE' and
16945            'NDRPDR' and
16946            '2T2C' and
16947            'IP4FWD'"
16948   parameters:
16949   - "throughput"
16950   - "parent"
16951   - "tags"
16952   traces:
16953     hoverinfo: "x+y"
16954     boxpoints: "outliers"
16955     whiskerwidth: 0
16956   layout:
16957     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16958     layout: "plot-throughput"
16959
16960 - type: "plot"
16961   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16962   algorithm: "plot_performance_box"
16963   output-file-type: ".html"
16964   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16965   data: "plot-dpdk-throughput-latency-3n-hsw"
16966   filter: "'NIC_Intel-X520-DA2' and
16967            '64B' and
16968            'BASE' and
16969            'NDRPDR' and
16970            '1T1C' and
16971            'IP4FWD'"
16972   parameters:
16973   - "throughput"
16974   - "parent"
16975   - "tags"
16976   traces:
16977     hoverinfo: "x+y"
16978     boxpoints: "outliers"
16979     whiskerwidth: 0
16980   layout:
16981     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16982     layout: "plot-throughput"
16983
16984 - type: "plot"
16985   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16986   algorithm: "plot_performance_box"
16987   output-file-type: ".html"
16988   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16989   data: "plot-dpdk-throughput-latency-3n-hsw"
16990   filter: "'NIC_Intel-X520-DA2' and
16991            '64B' and
16992            'BASE' and
16993            'NDRPDR' and
16994            '2T2C' and
16995            'IP4FWD'"
16996   parameters:
16997   - "throughput"
16998   - "parent"
16999   - "tags"
17000   traces:
17001     hoverinfo: "x+y"
17002     boxpoints: "outliers"
17003     whiskerwidth: 0
17004   layout:
17005     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17006     layout: "plot-throughput"
17007
17008 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
17009 - type: "plot"
17010   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17011   algorithm: "plot_performance_box"
17012   output-file-type: ".html"
17013   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17014   data: "plot-dpdk-throughput-latency-3n-hsw"
17015   filter: "'NIC_Intel-X710' and
17016            '64B' and
17017            'BASE' and
17018            'NDRPDR' and
17019            '1T1C' and
17020            'IP4FWD'"
17021   parameters:
17022   - "throughput"
17023   - "parent"
17024   - "tags"
17025   traces:
17026     hoverinfo: "x+y"
17027     boxpoints: "outliers"
17028     whiskerwidth: 0
17029   layout:
17030     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17031     layout: "plot-throughput"
17032
17033 - type: "plot"
17034   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17035   algorithm: "plot_performance_box"
17036   output-file-type: ".html"
17037   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17038   data: "plot-dpdk-throughput-latency-3n-hsw"
17039   filter: "'NIC_Intel-X710' and
17040            '64B' and
17041            'BASE' and
17042            'NDRPDR' and
17043            '2T2C' and
17044            'IP4FWD'"
17045   parameters:
17046   - "throughput"
17047   - "parent"
17048   - "tags"
17049   traces:
17050     hoverinfo: "x+y"
17051     boxpoints: "outliers"
17052     whiskerwidth: 0
17053   layout:
17054     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17055     layout: "plot-throughput"
17056
17057 - type: "plot"
17058   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17059   algorithm: "plot_performance_box"
17060   output-file-type: ".html"
17061   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17062   data: "plot-dpdk-throughput-latency-3n-hsw"
17063   filter: "'NIC_Intel-X710' and
17064            '64B' and
17065            'BASE' and
17066            'NDRPDR' and
17067            '1T1C' and
17068            'IP4FWD'"
17069   parameters:
17070   - "throughput"
17071   - "parent"
17072   - "tags"
17073   traces:
17074     hoverinfo: "x+y"
17075     boxpoints: "outliers"
17076     whiskerwidth: 0
17077   layout:
17078     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17079     layout: "plot-throughput"
17080
17081 - type: "plot"
17082   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17083   algorithm: "plot_performance_box"
17084   output-file-type: ".html"
17085   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17086   data: "plot-dpdk-throughput-latency-3n-hsw"
17087   filter: "'NIC_Intel-X710' and
17088            '64B' and
17089            'BASE' and
17090            'NDRPDR' and
17091            '2T2C' and
17092            'IP4FWD'"
17093   parameters:
17094   - "throughput"
17095   - "parent"
17096   - "tags"
17097   traces:
17098     hoverinfo: "x+y"
17099     boxpoints: "outliers"
17100     whiskerwidth: 0
17101   layout:
17102     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17103     layout: "plot-throughput"
17104
17105 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
17106 - type: "plot"
17107   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17108   algorithm: "plot_performance_box"
17109   output-file-type: ".html"
17110   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17111   data: "plot-dpdk-throughput-latency-3n-hsw"
17112   filter: "'NIC_Intel-XL710' and
17113            '64B' and
17114            'BASE' and
17115            'NDRPDR' and
17116            '1T1C' and
17117            'IP4FWD'"
17118   parameters:
17119   - "throughput"
17120   - "parent"
17121   - "tags"
17122   traces:
17123     hoverinfo: "x+y"
17124     boxpoints: "outliers"
17125     whiskerwidth: 0
17126   layout:
17127     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17128     layout: "plot-throughput"
17129
17130 - type: "plot"
17131   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17132   algorithm: "plot_performance_box"
17133   output-file-type: ".html"
17134   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17135   data: "plot-dpdk-throughput-latency-3n-hsw"
17136   filter: "'NIC_Intel-XL710' and
17137            '64B' and
17138            'BASE' and
17139            'NDRPDR' and
17140            '2T2C' and
17141            'IP4FWD'"
17142   parameters:
17143   - "throughput"
17144   - "parent"
17145   - "tags"
17146   traces:
17147     hoverinfo: "x+y"
17148     boxpoints: "outliers"
17149     whiskerwidth: 0
17150   layout:
17151     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17152     layout: "plot-throughput"
17153
17154 - type: "plot"
17155   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17156   algorithm: "plot_performance_box"
17157   output-file-type: ".html"
17158   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17159   data: "plot-dpdk-throughput-latency-3n-hsw"
17160   filter: "'NIC_Intel-XL710' and
17161            '64B' and
17162            'BASE' and
17163            'NDRPDR' and
17164            '1T1C' and
17165            'IP4FWD'"
17166   parameters:
17167   - "throughput"
17168   - "parent"
17169   - "tags"
17170   traces:
17171     hoverinfo: "x+y"
17172     boxpoints: "outliers"
17173     whiskerwidth: 0
17174   layout:
17175     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17176     layout: "plot-throughput"
17177
17178 - type: "plot"
17179   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17180   algorithm: "plot_performance_box"
17181   output-file-type: ".html"
17182   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17183   data: "plot-dpdk-throughput-latency-3n-hsw"
17184   filter: "'NIC_Intel-XL710' and
17185            '64B' and
17186            'BASE' and
17187            'NDRPDR' and
17188            '2T2C' and
17189            'IP4FWD'"
17190   parameters:
17191   - "throughput"
17192   - "parent"
17193   - "tags"
17194   traces:
17195     hoverinfo: "x+y"
17196     boxpoints: "outliers"
17197     whiskerwidth: 0
17198   layout:
17199     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17200     layout: "plot-throughput"
17201
17202 # Packet Throughput - DPDK l3fwd 3n-skx-x710
17203 - type: "plot"
17204   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17205   algorithm: "plot_performance_box"
17206   output-file-type: ".html"
17207   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17208   data: "plot-dpdk-throughput-latency-3n-skx"
17209   filter: "'NIC_Intel-X710' and
17210            '64B' and
17211            'BASE' and
17212            'NDRPDR' and
17213            '2T1C' and
17214            'IP4FWD'"
17215   parameters:
17216   - "throughput"
17217   - "parent"
17218   - "tags"
17219   traces:
17220     hoverinfo: "x+y"
17221     boxpoints: "outliers"
17222     whiskerwidth: 0
17223   layout:
17224     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17225     layout: "plot-throughput"
17226
17227 - type: "plot"
17228   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17229   algorithm: "plot_performance_box"
17230   output-file-type: ".html"
17231   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17232   data: "plot-dpdk-throughput-latency-3n-skx"
17233   filter: "'NIC_Intel-X710' and
17234            '64B' and
17235            'BASE' and
17236            'NDRPDR' and
17237            '4T2C' and
17238            'IP4FWD'"
17239   parameters:
17240   - "throughput"
17241   - "parent"
17242   - "tags"
17243   traces:
17244     hoverinfo: "x+y"
17245     boxpoints: "outliers"
17246     whiskerwidth: 0
17247   layout:
17248     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17249     layout: "plot-throughput"
17250
17251 - type: "plot"
17252   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17253   algorithm: "plot_performance_box"
17254   output-file-type: ".html"
17255   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17256   data: "plot-dpdk-throughput-latency-3n-skx"
17257   filter: "'NIC_Intel-X710' and
17258            '64B' and
17259            'BASE' and
17260            'NDRPDR' and
17261            '2T1C' and
17262            'IP4FWD'"
17263   parameters:
17264   - "throughput"
17265   - "parent"
17266   - "tags"
17267   traces:
17268     hoverinfo: "x+y"
17269     boxpoints: "outliers"
17270     whiskerwidth: 0
17271   layout:
17272     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17273     layout: "plot-throughput"
17274
17275 - type: "plot"
17276   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17277   algorithm: "plot_performance_box"
17278   output-file-type: ".html"
17279   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17280   data: "plot-dpdk-throughput-latency-3n-skx"
17281   filter: "'NIC_Intel-X710' and
17282            '64B' and
17283            'BASE' and
17284            'NDRPDR' and
17285            '4T2C' and
17286            'IP4FWD'"
17287   parameters:
17288   - "throughput"
17289   - "parent"
17290   - "tags"
17291   traces:
17292     hoverinfo: "x+y"
17293     boxpoints: "outliers"
17294     whiskerwidth: 0
17295   layout:
17296     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17297     layout: "plot-throughput"
17298
17299 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
17300 - type: "plot"
17301   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17302   algorithm: "plot_performance_box"
17303   output-file-type: ".html"
17304   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17305   data: "plot-dpdk-throughput-latency-3n-skx"
17306   filter: "'NIC_Intel-XXV710' and
17307            '64B' and
17308            'BASE' and
17309            'NDRPDR' and
17310            '2T1C' and
17311            'IP4FWD'"
17312   parameters:
17313   - "throughput"
17314   - "parent"
17315   - "tags"
17316   traces:
17317     hoverinfo: "x+y"
17318     boxpoints: "outliers"
17319     whiskerwidth: 0
17320   layout:
17321     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17322     layout: "plot-throughput"
17323
17324 - type: "plot"
17325   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17326   algorithm: "plot_performance_box"
17327   output-file-type: ".html"
17328   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17329   data: "plot-dpdk-throughput-latency-3n-skx"
17330   filter: "'NIC_Intel-XXV710' and
17331            '64B' and
17332            'BASE' and
17333            'NDRPDR' and
17334            '4T2C' and
17335            'IP4FWD'"
17336   parameters:
17337   - "throughput"
17338   - "parent"
17339   - "tags"
17340   traces:
17341     hoverinfo: "x+y"
17342     boxpoints: "outliers"
17343     whiskerwidth: 0
17344   layout:
17345     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17346     layout: "plot-throughput"
17347
17348 - type: "plot"
17349   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17350   algorithm: "plot_performance_box"
17351   output-file-type: ".html"
17352   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17353   data: "plot-dpdk-throughput-latency-3n-skx"
17354   filter: "'NIC_Intel-XXV710' and
17355            '64B' and
17356            'BASE' and
17357            'NDRPDR' and
17358            '2T1C' and
17359            'IP4FWD'"
17360   parameters:
17361   - "throughput"
17362   - "parent"
17363   - "tags"
17364   traces:
17365     hoverinfo: "x+y"
17366     boxpoints: "outliers"
17367     whiskerwidth: 0
17368   layout:
17369     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17370     layout: "plot-throughput"
17371
17372 - type: "plot"
17373   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17374   algorithm: "plot_performance_box"
17375   output-file-type: ".html"
17376   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17377   data: "plot-dpdk-throughput-latency-3n-skx"
17378   filter: "'NIC_Intel-XXV710' and
17379            '64B' and
17380            'BASE' and
17381            'NDRPDR' and
17382            '4T2C' and
17383            'IP4FWD'"
17384   parameters:
17385   - "throughput"
17386   - "parent"
17387   - "tags"
17388   traces:
17389     hoverinfo: "x+y"
17390     boxpoints: "outliers"
17391     whiskerwidth: 0
17392   layout:
17393     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17394     layout: "plot-throughput"
17395
17396 # Packet Throughput - DPDK l3fwd 2n-skx-x710
17397 - type: "plot"
17398   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17399   algorithm: "plot_performance_box"
17400   output-file-type: ".html"
17401   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17402   data: "plot-dpdk-throughput-latency-2n-skx"
17403   filter: "'NIC_Intel-X710' and
17404            '64B' and
17405            'BASE' and
17406            'NDRPDR' and
17407            '2T1C' and
17408            'IP4FWD'"
17409   parameters:
17410   - "throughput"
17411   - "parent"
17412   - "tags"
17413   traces:
17414     hoverinfo: "x+y"
17415     boxpoints: "outliers"
17416     whiskerwidth: 0
17417   layout:
17418     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17419     layout: "plot-throughput"
17420
17421 - type: "plot"
17422   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17423   algorithm: "plot_performance_box"
17424   output-file-type: ".html"
17425   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17426   data: "plot-dpdk-throughput-latency-2n-skx"
17427   filter: "'NIC_Intel-X710' and
17428            '64B' and
17429            'BASE' and
17430            'NDRPDR' and
17431            '4T2C' and
17432            'IP4FWD'"
17433   parameters:
17434   - "throughput"
17435   - "parent"
17436   - "tags"
17437   traces:
17438     hoverinfo: "x+y"
17439     boxpoints: "outliers"
17440     whiskerwidth: 0
17441   layout:
17442     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17443     layout: "plot-throughput"
17444
17445 - type: "plot"
17446   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17447   algorithm: "plot_performance_box"
17448   output-file-type: ".html"
17449   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17450   data: "plot-dpdk-throughput-latency-2n-skx"
17451   filter: "'NIC_Intel-X710' and
17452            '64B' and
17453            'BASE' and
17454            'NDRPDR' and
17455            '2T1C' and
17456            'IP4FWD'"
17457   parameters:
17458   - "throughput"
17459   - "parent"
17460   - "tags"
17461   traces:
17462     hoverinfo: "x+y"
17463     boxpoints: "outliers"
17464     whiskerwidth: 0
17465   layout:
17466     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17467     layout: "plot-throughput"
17468
17469 - type: "plot"
17470   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17471   algorithm: "plot_performance_box"
17472   output-file-type: ".html"
17473   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17474   data: "plot-dpdk-throughput-latency-2n-skx"
17475   filter: "'NIC_Intel-X710' and
17476            '64B' and
17477            'BASE' and
17478            'NDRPDR' and
17479            '4T2C' and
17480            'IP4FWD'"
17481   parameters:
17482   - "throughput"
17483   - "parent"
17484   - "tags"
17485   traces:
17486     hoverinfo: "x+y"
17487     boxpoints: "outliers"
17488     whiskerwidth: 0
17489   layout:
17490     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17491     layout: "plot-throughput"
17492
17493 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
17494 - type: "plot"
17495   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17496   algorithm: "plot_performance_box"
17497   output-file-type: ".html"
17498   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17499   data: "plot-dpdk-throughput-latency-2n-skx"
17500   filter: "'NIC_Intel-XXV710' and
17501            '64B' and
17502            'BASE' and
17503            'NDRPDR' and
17504            '2T1C' and
17505            'IP4FWD'"
17506   parameters:
17507   - "throughput"
17508   - "parent"
17509   - "tags"
17510   traces:
17511     hoverinfo: "x+y"
17512     boxpoints: "outliers"
17513     whiskerwidth: 0
17514   layout:
17515     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17516     layout: "plot-throughput"
17517
17518 - type: "plot"
17519   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17520   algorithm: "plot_performance_box"
17521   output-file-type: ".html"
17522   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17523   data: "plot-dpdk-throughput-latency-2n-skx"
17524   filter: "'NIC_Intel-XXV710' and
17525            '64B' and
17526            'BASE' and
17527            'NDRPDR' and
17528            '4T2C' and
17529            'IP4FWD'"
17530   parameters:
17531   - "throughput"
17532   - "parent"
17533   - "tags"
17534   traces:
17535     hoverinfo: "x+y"
17536     boxpoints: "outliers"
17537     whiskerwidth: 0
17538   layout:
17539     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17540     layout: "plot-throughput"
17541
17542 - type: "plot"
17543   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17544   algorithm: "plot_performance_box"
17545   output-file-type: ".html"
17546   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17547   data: "plot-dpdk-throughput-latency-2n-skx"
17548   filter: "'NIC_Intel-XXV710' and
17549            '64B' and
17550            'BASE' and
17551            'NDRPDR' and
17552            '2T1C' and
17553            'IP4FWD'"
17554   parameters:
17555   - "throughput"
17556   - "parent"
17557   - "tags"
17558   traces:
17559     hoverinfo: "x+y"
17560     boxpoints: "outliers"
17561     whiskerwidth: 0
17562   layout:
17563     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17564     layout: "plot-throughput"
17565
17566 - type: "plot"
17567   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17568   algorithm: "plot_performance_box"
17569   output-file-type: ".html"
17570   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17571   data: "plot-dpdk-throughput-latency-2n-skx"
17572   filter: "'NIC_Intel-XXV710' and
17573            '64B' and
17574            'BASE' and
17575            'NDRPDR' and
17576            '4T2C' and
17577            'IP4FWD'"
17578   parameters:
17579   - "throughput"
17580   - "parent"
17581   - "tags"
17582   traces:
17583     hoverinfo: "x+y"
17584     boxpoints: "outliers"
17585     whiskerwidth: 0
17586   layout:
17587     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17588     layout: "plot-throughput"
17589
17590 ################################################################################
17591
17592 # Packet Throughput - DPDK testpmd 3n-hsw-x520
17593 - type: "plot"
17594   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17595   algorithm: "plot_performance_box"
17596   output-file-type: ".html"
17597   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17598   data: "plot-dpdk-throughput-latency-3n-hsw"
17599   filter: "'NIC_Intel-X520-DA2' and
17600            '64B' and
17601            'BASE' and
17602            'NDRPDR' and
17603            '1T1C' and
17604            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17605   parameters:
17606   - "throughput"
17607   - "parent"
17608   - "tags"
17609   traces:
17610     hoverinfo: "x+y"
17611     boxpoints: "outliers"
17612     whiskerwidth: 0
17613   layout:
17614     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17615     layout: "plot-throughput"
17616
17617 - type: "plot"
17618   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17619   algorithm: "plot_performance_box"
17620   output-file-type: ".html"
17621   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17622   data: "plot-dpdk-throughput-latency-3n-hsw"
17623   filter: "'NIC_Intel-X520-DA2' and
17624            '64B' and
17625            'BASE' and
17626            'NDRPDR' and
17627            '2T2C' and
17628            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17629   parameters:
17630   - "throughput"
17631   - "parent"
17632   - "tags"
17633   traces:
17634     hoverinfo: "x+y"
17635     boxpoints: "outliers"
17636     whiskerwidth: 0
17637   layout:
17638     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17639     layout: "plot-throughput"
17640
17641 - type: "plot"
17642   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17643   algorithm: "plot_performance_box"
17644   output-file-type: ".html"
17645   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17646   data: "plot-dpdk-throughput-latency-3n-hsw"
17647   filter: "'NIC_Intel-X520-DA2' and
17648            '64B' and
17649            'BASE' and
17650            'NDRPDR' and
17651            '1T1C' and
17652            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17653   parameters:
17654   - "throughput"
17655   - "parent"
17656   - "tags"
17657   traces:
17658     hoverinfo: "x+y"
17659     boxpoints: "outliers"
17660     whiskerwidth: 0
17661   layout:
17662     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17663     layout: "plot-throughput"
17664
17665 - type: "plot"
17666   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17667   algorithm: "plot_performance_box"
17668   output-file-type: ".html"
17669   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17670   data: "plot-dpdk-throughput-latency-3n-hsw"
17671   filter: "'NIC_Intel-X520-DA2' and
17672            '64B' and
17673            'BASE' and
17674            'NDRPDR' and
17675            '2T2C' and
17676            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17677   parameters:
17678   - "throughput"
17679   - "parent"
17680   - "tags"
17681   traces:
17682     hoverinfo: "x+y"
17683     boxpoints: "outliers"
17684     whiskerwidth: 0
17685   layout:
17686     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17687     layout: "plot-throughput"
17688
17689 # Packet Throughput - DPDK testpmd 3n-hsw-x710
17690 - type: "plot"
17691   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17692   algorithm: "plot_performance_box"
17693   output-file-type: ".html"
17694   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17695   data: "plot-dpdk-throughput-latency-3n-hsw"
17696   filter: "'NIC_Intel-X710' and
17697            '64B' and
17698            'BASE' and
17699            'NDRPDR' and
17700            '1T1C' and
17701            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17702   parameters:
17703   - "throughput"
17704   - "parent"
17705   - "tags"
17706   traces:
17707     hoverinfo: "x+y"
17708     boxpoints: "outliers"
17709     whiskerwidth: 0
17710   layout:
17711     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17712     layout: "plot-throughput"
17713
17714 - type: "plot"
17715   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17716   algorithm: "plot_performance_box"
17717   output-file-type: ".html"
17718   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17719   data: "plot-dpdk-throughput-latency-3n-hsw"
17720   filter: "'NIC_Intel-X710' and
17721            '64B' and
17722            'BASE' and
17723            'NDRPDR' and
17724            '2T2C' and
17725            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17726   parameters:
17727   - "throughput"
17728   - "parent"
17729   - "tags"
17730   traces:
17731     hoverinfo: "x+y"
17732     boxpoints: "outliers"
17733     whiskerwidth: 0
17734   layout:
17735     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17736     layout: "plot-throughput"
17737
17738 - type: "plot"
17739   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17740   algorithm: "plot_performance_box"
17741   output-file-type: ".html"
17742   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17743   data: "plot-dpdk-throughput-latency-3n-hsw"
17744   filter: "'NIC_Intel-X710' and
17745            '64B' and
17746            'BASE' and
17747            'NDRPDR' and
17748            '1T1C' and
17749            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17750   parameters:
17751   - "throughput"
17752   - "parent"
17753   - "tags"
17754   traces:
17755     hoverinfo: "x+y"
17756     boxpoints: "outliers"
17757     whiskerwidth: 0
17758   layout:
17759     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17760     layout: "plot-throughput"
17761
17762 - type: "plot"
17763   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17764   algorithm: "plot_performance_box"
17765   output-file-type: ".html"
17766   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17767   data: "plot-dpdk-throughput-latency-3n-hsw"
17768   filter: "'NIC_Intel-X710' and
17769            '64B' and
17770            'BASE' and
17771            'NDRPDR' and
17772            '2T2C' and
17773            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17774   parameters:
17775   - "throughput"
17776   - "parent"
17777   - "tags"
17778   traces:
17779     hoverinfo: "x+y"
17780     boxpoints: "outliers"
17781     whiskerwidth: 0
17782   layout:
17783     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17784     layout: "plot-throughput"
17785
17786 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
17787 - type: "plot"
17788   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17789   algorithm: "plot_performance_box"
17790   output-file-type: ".html"
17791   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17792   data: "plot-dpdk-throughput-latency-3n-hsw"
17793   filter: "'NIC_Intel-XL710' and
17794            '64B' and
17795            'BASE' and
17796            'NDRPDR' and
17797            '1T1C' and
17798            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17799   parameters:
17800   - "throughput"
17801   - "parent"
17802   - "tags"
17803   traces:
17804     hoverinfo: "x+y"
17805     boxpoints: "outliers"
17806     whiskerwidth: 0
17807   layout:
17808     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17809     layout: "plot-throughput"
17810
17811 - type: "plot"
17812   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17813   algorithm: "plot_performance_box"
17814   output-file-type: ".html"
17815   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17816   data: "plot-dpdk-throughput-latency-3n-hsw"
17817   filter: "'NIC_Intel-XL710' and
17818            '64B' and
17819            'BASE' and
17820            'NDRPDR' and
17821            '2T2C' and
17822            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17823   parameters:
17824   - "throughput"
17825   - "parent"
17826   - "tags"
17827   traces:
17828     hoverinfo: "x+y"
17829     boxpoints: "outliers"
17830     whiskerwidth: 0
17831   layout:
17832     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17833     layout: "plot-throughput"
17834
17835 - type: "plot"
17836   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17837   algorithm: "plot_performance_box"
17838   output-file-type: ".html"
17839   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17840   data: "plot-dpdk-throughput-latency-3n-hsw"
17841   filter: "'NIC_Intel-XL710' and
17842            '64B' and
17843            'BASE' and
17844            'NDRPDR' and
17845            '1T1C' and
17846            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17847   parameters:
17848   - "throughput"
17849   - "parent"
17850   - "tags"
17851   traces:
17852     hoverinfo: "x+y"
17853     boxpoints: "outliers"
17854     whiskerwidth: 0
17855   layout:
17856     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17857     layout: "plot-throughput"
17858
17859 - type: "plot"
17860   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17861   algorithm: "plot_performance_box"
17862   output-file-type: ".html"
17863   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17864   data: "plot-dpdk-throughput-latency-3n-hsw"
17865   filter: "'NIC_Intel-XL710' and
17866            '64B' and
17867            'BASE' and
17868            'NDRPDR' and
17869            '2T2C' and
17870            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17871   parameters:
17872   - "throughput"
17873   - "parent"
17874   - "tags"
17875   traces:
17876     hoverinfo: "x+y"
17877     boxpoints: "outliers"
17878     whiskerwidth: 0
17879   layout:
17880     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17881     layout: "plot-throughput"
17882
17883 # Packet Throughput - DPDK testpmd 3n-skx-x710
17884 - type: "plot"
17885   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17886   algorithm: "plot_performance_box"
17887   output-file-type: ".html"
17888   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17889   data: "plot-dpdk-throughput-latency-3n-skx"
17890   filter: "'NIC_Intel-X710' and
17891            '64B' and
17892            'BASE' and
17893            'NDRPDR' and
17894            '2T1C' and
17895            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17896   parameters:
17897   - "throughput"
17898   - "parent"
17899   - "tags"
17900   traces:
17901     hoverinfo: "x+y"
17902     boxpoints: "outliers"
17903     whiskerwidth: 0
17904   layout:
17905     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17906     layout: "plot-throughput"
17907
17908 - type: "plot"
17909   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17910   algorithm: "plot_performance_box"
17911   output-file-type: ".html"
17912   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17913   data: "plot-dpdk-throughput-latency-3n-skx"
17914   filter: "'NIC_Intel-X710' and
17915            '64B' and
17916            'BASE' and
17917            'NDRPDR' and
17918            '4T2C' and
17919            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17920   parameters:
17921   - "throughput"
17922   - "parent"
17923   - "tags"
17924   traces:
17925     hoverinfo: "x+y"
17926     boxpoints: "outliers"
17927     whiskerwidth: 0
17928   layout:
17929     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17930     layout: "plot-throughput"
17931
17932 - type: "plot"
17933   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17934   algorithm: "plot_performance_box"
17935   output-file-type: ".html"
17936   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17937   data: "plot-dpdk-throughput-latency-3n-skx"
17938   filter: "'NIC_Intel-X710' and
17939            '64B' and
17940            'BASE' and
17941            'NDRPDR' and
17942            '2T1C' and
17943            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17944   parameters:
17945   - "throughput"
17946   - "parent"
17947   - "tags"
17948   traces:
17949     hoverinfo: "x+y"
17950     boxpoints: "outliers"
17951     whiskerwidth: 0
17952   layout:
17953     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17954     layout: "plot-throughput"
17955
17956 - type: "plot"
17957   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17958   algorithm: "plot_performance_box"
17959   output-file-type: ".html"
17960   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17961   data: "plot-dpdk-throughput-latency-3n-skx"
17962   filter: "'NIC_Intel-X710' and
17963            '64B' and
17964            'BASE' and
17965            'NDRPDR' and
17966            '4T2C' and
17967            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17968   parameters:
17969   - "throughput"
17970   - "parent"
17971   - "tags"
17972   traces:
17973     hoverinfo: "x+y"
17974     boxpoints: "outliers"
17975     whiskerwidth: 0
17976   layout:
17977     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17978     layout: "plot-throughput"
17979
17980 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
17981 - type: "plot"
17982   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17983   algorithm: "plot_performance_box"
17984   output-file-type: ".html"
17985   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17986   data: "plot-dpdk-throughput-latency-3n-skx"
17987   filter: "'NIC_Intel-XXV710' and
17988            '64B' and
17989            'BASE' and
17990            'NDRPDR' and
17991            '2T1C' and
17992            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17993   parameters:
17994   - "throughput"
17995   - "parent"
17996   - "tags"
17997   traces:
17998     hoverinfo: "x+y"
17999     boxpoints: "outliers"
18000     whiskerwidth: 0
18001   layout:
18002     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18003     layout: "plot-throughput"
18004
18005 - type: "plot"
18006   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18007   algorithm: "plot_performance_box"
18008   output-file-type: ".html"
18009   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18010   data: "plot-dpdk-throughput-latency-3n-skx"
18011   filter: "'NIC_Intel-XXV710' and
18012            '64B' and
18013            'BASE' and
18014            'NDRPDR' and
18015            '4T2C' and
18016            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18017   parameters:
18018   - "throughput"
18019   - "parent"
18020   - "tags"
18021   traces:
18022     hoverinfo: "x+y"
18023     boxpoints: "outliers"
18024     whiskerwidth: 0
18025   layout:
18026     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18027     layout: "plot-throughput"
18028
18029 - type: "plot"
18030   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18031   algorithm: "plot_performance_box"
18032   output-file-type: ".html"
18033   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18034   data: "plot-dpdk-throughput-latency-3n-skx"
18035   filter: "'NIC_Intel-XXV710' and
18036            '64B' and
18037            'BASE' and
18038            'NDRPDR' and
18039            '2T1C' and
18040            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18041   parameters:
18042   - "throughput"
18043   - "parent"
18044   - "tags"
18045   traces:
18046     hoverinfo: "x+y"
18047     boxpoints: "outliers"
18048     whiskerwidth: 0
18049   layout:
18050     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18051     layout: "plot-throughput"
18052
18053 - type: "plot"
18054   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18055   algorithm: "plot_performance_box"
18056   output-file-type: ".html"
18057   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18058   data: "plot-dpdk-throughput-latency-3n-skx"
18059   filter: "'NIC_Intel-XXV710' and
18060            '64B' and
18061            'BASE' and
18062            'NDRPDR' and
18063            '4T2C' and
18064            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18065   parameters:
18066   - "throughput"
18067   - "parent"
18068   - "tags"
18069   traces:
18070     hoverinfo: "x+y"
18071     boxpoints: "outliers"
18072     whiskerwidth: 0
18073   layout:
18074     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18075     layout: "plot-throughput"
18076
18077 # Packet Throughput - DPDK testpmd 2n-skx-x710
18078 - type: "plot"
18079   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18080   algorithm: "plot_performance_box"
18081   output-file-type: ".html"
18082   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18083   data: "plot-dpdk-throughput-latency-2n-skx"
18084   filter: "'NIC_Intel-X710' and
18085            '64B' and
18086            'BASE' and
18087            'NDRPDR' and
18088            '2T1C' and
18089            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18090   parameters:
18091   - "throughput"
18092   - "parent"
18093   - "tags"
18094   traces:
18095     hoverinfo: "x+y"
18096     boxpoints: "outliers"
18097     whiskerwidth: 0
18098   layout:
18099     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18100     layout: "plot-throughput"
18101
18102 - type: "plot"
18103   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18104   algorithm: "plot_performance_box"
18105   output-file-type: ".html"
18106   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18107   data: "plot-dpdk-throughput-latency-2n-skx"
18108   filter: "'NIC_Intel-X710' and
18109            '64B' and
18110            'BASE' and
18111            'NDRPDR' and
18112            '4T2C' and
18113            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18114   parameters:
18115   - "throughput"
18116   - "parent"
18117   - "tags"
18118   traces:
18119     hoverinfo: "x+y"
18120     boxpoints: "outliers"
18121     whiskerwidth: 0
18122   layout:
18123     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18124     layout: "plot-throughput"
18125
18126 - type: "plot"
18127   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18128   algorithm: "plot_performance_box"
18129   output-file-type: ".html"
18130   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18131   data: "plot-dpdk-throughput-latency-2n-skx"
18132   filter: "'NIC_Intel-X710' and
18133            '64B' and
18134            'BASE' and
18135            'NDRPDR' and
18136            '2T1C' and
18137            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18138   parameters:
18139   - "throughput"
18140   - "parent"
18141   - "tags"
18142   traces:
18143     hoverinfo: "x+y"
18144     boxpoints: "outliers"
18145     whiskerwidth: 0
18146   layout:
18147     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18148     layout: "plot-throughput"
18149
18150 - type: "plot"
18151   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18152   algorithm: "plot_performance_box"
18153   output-file-type: ".html"
18154   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18155   data: "plot-dpdk-throughput-latency-2n-skx"
18156   filter: "'NIC_Intel-X710' and
18157            '64B' and
18158            'BASE' and
18159            'NDRPDR' and
18160            '4T2C' and
18161            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18162   parameters:
18163   - "throughput"
18164   - "parent"
18165   - "tags"
18166   traces:
18167     hoverinfo: "x+y"
18168     boxpoints: "outliers"
18169     whiskerwidth: 0
18170   layout:
18171     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18172     layout: "plot-throughput"
18173
18174 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
18175 - type: "plot"
18176   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18177   algorithm: "plot_performance_box"
18178   output-file-type: ".html"
18179   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18180   data: "plot-dpdk-throughput-latency-2n-skx"
18181   filter: "'NIC_Intel-XXV710' and
18182            '64B' and
18183            'BASE' and
18184            'NDRPDR' and
18185            '2T1C' and
18186            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18187   parameters:
18188   - "throughput"
18189   - "parent"
18190   - "tags"
18191   traces:
18192     hoverinfo: "x+y"
18193     boxpoints: "outliers"
18194     whiskerwidth: 0
18195   layout:
18196     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18197     layout: "plot-throughput"
18198
18199 - type: "plot"
18200   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18201   algorithm: "plot_performance_box"
18202   output-file-type: ".html"
18203   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18204   data: "plot-dpdk-throughput-latency-2n-skx"
18205   filter: "'NIC_Intel-XXV710' and
18206            '64B' and
18207            'BASE' and
18208            'NDRPDR' and
18209            '4T2C' and
18210            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18211   parameters:
18212   - "throughput"
18213   - "parent"
18214   - "tags"
18215   traces:
18216     hoverinfo: "x+y"
18217     boxpoints: "outliers"
18218     whiskerwidth: 0
18219   layout:
18220     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18221     layout: "plot-throughput"
18222
18223 - type: "plot"
18224   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18225   algorithm: "plot_performance_box"
18226   output-file-type: ".html"
18227   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18228   data: "plot-dpdk-throughput-latency-2n-skx"
18229   filter: "'NIC_Intel-XXV710' and
18230            '64B' and
18231            'BASE' and
18232            'NDRPDR' and
18233            '2T1C' and
18234            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18235   parameters:
18236   - "throughput"
18237   - "parent"
18238   - "tags"
18239   traces:
18240     hoverinfo: "x+y"
18241     boxpoints: "outliers"
18242     whiskerwidth: 0
18243   layout:
18244     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18245     layout: "plot-throughput"
18246
18247 - type: "plot"
18248   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18249   algorithm: "plot_performance_box"
18250   output-file-type: ".html"
18251   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18252   data: "plot-dpdk-throughput-latency-2n-skx"
18253   filter: "'NIC_Intel-XXV710' and
18254            '64B' and
18255            'BASE' and
18256            'NDRPDR' and
18257            '4T2C' and
18258            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18259   parameters:
18260   - "throughput"
18261   - "parent"
18262   - "tags"
18263   traces:
18264     hoverinfo: "x+y"
18265     boxpoints: "outliers"
18266     whiskerwidth: 0
18267   layout:
18268     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18269     layout: "plot-throughput"
18270
18271 ################################################################################
18272
18273 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
18274 - type: "plot"
18275   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18276   algorithm: "plot_latency_error_bars"
18277   output-file-type: ".html"
18278   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18279   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18280   filter: "'NIC_Intel-X520-DA2' and
18281            '64B' and
18282            ('BASE' or 'SCALE') and
18283            'NDRPDR' and
18284            'ETH' and
18285            '1T1C' and
18286            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18287            not 'VHOST' and
18288            not 'MEMIF'"
18289   parameters:
18290   - "latency"
18291   - "parent"
18292   - "tags"
18293   sort:
18294   - "L2XCFWD"
18295   - "L2PATCH"
18296   - "L2BDMACLRN"
18297   - "FIB_10K"
18298   - "FIB_100K"
18299   - "FIB_1M"
18300   layout:
18301     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18302     layout: "plot-latency"
18303
18304 - type: "plot"
18305   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18306   algorithm: "plot_latency_error_bars"
18307   output-file-type: ".html"
18308   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18309   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18310   filter: "'NIC_Intel-X520-DA2' and
18311            '64B' and
18312            ('BASE' or 'SCALE') and
18313            'NDRPDR' and
18314            'ETH' and
18315            '2T2C' and
18316            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18317            not 'VHOST' and
18318            not 'MEMIF'"
18319   parameters:
18320   - "latency"
18321   - "parent"
18322   - "tags"
18323   sort:
18324   - "L2XCFWD"
18325   - "L2PATCH"
18326   - "L2BDMACLRN"
18327   - "FIB_10K"
18328   - "FIB_100K"
18329   - "FIB_1M"
18330   layout:
18331     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18332     layout: "plot-latency"
18333
18334 # Packet Latency - VPP L2 3n-hsw-x520 features
18335 - type: "plot"
18336   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18337   algorithm: "plot_latency_error_bars"
18338   output-file-type: ".html"
18339   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18340   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18341   filter: "'NIC_Intel-X520-DA2' and
18342            '64B' and
18343            'NDRPDR' and
18344            '1T1C' and
18345            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18346            not 'ACL' and
18347            not 'VHOST' and
18348            not 'MEMIF'"
18349   parameters:
18350   - "latency"
18351   - "parent"
18352   - "tags"
18353   sort:
18354   - "L2XCBASE"    # l2xcbase
18355   - "L2BDBASE"    # l2bdbase
18356   - "L2XCFWD"     # dot1q-l2xcbase
18357   - "L2BDMACLRN"  # dot1q-l2bdbase
18358   layout:
18359     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
18360     layout: "plot-latency"
18361
18362 - type: "plot"
18363   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18364   algorithm: "plot_latency_error_bars"
18365   output-file-type: ".html"
18366   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18367   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18368   filter: "'NIC_Intel-X520-DA2' and
18369            '64B' and
18370            'NDRPDR' and
18371            '2T2C' and
18372            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18373            not 'ACL' and
18374            not 'VHOST' and
18375            not 'MEMIF'"
18376   parameters:
18377   - "latency"
18378   - "parent"
18379   - "tags"
18380   sort:
18381   - "L2XCBASE"    # l2xcbase
18382   - "L2BDBASE"    # l2bdbase
18383   - "L2XCFWD"     # dot1q-l2xcbase
18384   - "L2BDMACLRN"  # dot1q-l2bdbase
18385   layout:
18386     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
18387     layout: "plot-latency"
18388
18389 # Packet Latency - VPP L2 3n-hsw-x520 features-iacl
18390 - type: "plot"
18391   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18392   algorithm: "plot_latency_error_bars"
18393   output-file-type: ".html"
18394   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18395   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18396   filter: "'NIC_Intel-X520-DA2' and
18397            '64B' and
18398            'NDRPDR' and
18399            '1T1C' and
18400            'FEATURE' and
18401            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18402            'IACL' and
18403            ('ACL1' or 'ACL50') and
18404            ('10K_FLOWS' or '10k_FLOWS') and
18405            not 'MACIP' and
18406            not 'VHOST' and
18407            not 'MEMIF'"
18408   parameters:
18409   - "latency"
18410   - "parent"
18411   - "tags"
18412   layout:
18413     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18414     layout: "plot-latency"
18415
18416 - type: "plot"
18417   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18418   algorithm: "plot_latency_error_bars"
18419   output-file-type: ".html"
18420   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18421   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18422   filter: "'NIC_Intel-X520-DA2' and
18423            '64B' and
18424            'NDRPDR' and
18425            '2T2C' and
18426            'FEATURE' and
18427            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18428            'IACL' and
18429            ('ACL1' or 'ACL50') and
18430            ('10K_FLOWS' or '10k_FLOWS') and
18431            not 'MACIP' and
18432            not 'VHOST' and
18433            not 'MEMIF'"
18434   parameters:
18435   - "latency"
18436   - "parent"
18437   - "tags"
18438   layout:
18439     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18440     layout: "plot-latency"
18441
18442 # Packet Latency - VPP L2 3n-hsw-x520 features-oacl
18443 - type: "plot"
18444   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18445   algorithm: "plot_latency_error_bars"
18446   output-file-type: ".html"
18447   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18448   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18449   filter: "'NIC_Intel-X520-DA2' and
18450            '64B' and
18451            'NDRPDR' and
18452            '1T1C' and
18453            'FEATURE' and
18454            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18455            'OACL' and
18456            ('ACL1' or 'ACL50') and
18457            ('10K_FLOWS' or '10k_FLOWS') and
18458            not 'MACIP' and
18459            not 'VHOST' and
18460            not 'MEMIF'"
18461   parameters:
18462   - "latency"
18463   - "parent"
18464   - "tags"
18465   layout:
18466     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
18467     layout: "plot-latency"
18468
18469 - type: "plot"
18470   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18471   algorithm: "plot_latency_error_bars"
18472   output-file-type: ".html"
18473   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18474   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18475   filter: "'NIC_Intel-X520-DA2' and
18476            '64B' and
18477            'NDRPDR' and
18478            '2T2C' and
18479            'FEATURE' and
18480            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18481            'OACL' and
18482            ('ACL1' or 'ACL50') and
18483            ('10K_FLOWS' or '10k_FLOWS') and
18484            not 'MACIP' and
18485            not 'VHOST' and
18486            not 'MEMIF'"
18487   parameters:
18488   - "latency"
18489   - "parent"
18490   - "tags"
18491   layout:
18492     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
18493     layout: "plot-latency"
18494
18495 # Packet Latency - VPP L2 3n-hsw-x520 features-macip
18496 - type: "plot"
18497   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18498   algorithm: "plot_latency_error_bars"
18499   output-file-type: ".html"
18500   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18501   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18502   filter: "'NIC_Intel-X520-DA2' and
18503            '64B' and
18504            'NDRPDR' and
18505            '1T1C' and
18506            'FEATURE' and
18507            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18508            'MACIP' and
18509            ('ACL1' or 'ACL50') and
18510            ('10K_FLOWS' or '10k_FLOWS') and
18511            not 'VHOST' and
18512            not 'MEMIF'"
18513   parameters:
18514   - "latency"
18515   - "parent"
18516   - "tags"
18517   layout:
18518     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
18519     layout: "plot-latency"
18520
18521 - type: "plot"
18522   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18523   algorithm: "plot_latency_error_bars"
18524   output-file-type: ".html"
18525   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18526   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18527   filter: "'NIC_Intel-X520-DA2' and
18528            '64B' and
18529            'NDRPDR' and
18530            '2T2C' and
18531            'FEATURE' and
18532            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18533            'MACIP' and
18534            ('ACL1' or 'ACL50') and
18535            ('10K_FLOWS' or '10k_FLOWS') and
18536            not 'VHOST' and
18537            not 'MEMIF'"
18538   parameters:
18539   - "latency"
18540   - "parent"
18541   - "tags"
18542   layout:
18543     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
18544     layout: "plot-latency"
18545
18546 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
18547 - type: "plot"
18548   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18549   algorithm: "plot_latency_error_bars"
18550   output-file-type: ".html"
18551   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18552   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18553   filter: "'NIC_Intel-X710' and
18554            '64B' and
18555            ('BASE' or 'SCALE') and
18556            'NDRPDR' and
18557            'ETH' and
18558            '1T1C' and
18559            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18560            not 'VHOST' and
18561            not 'MEMIF'"
18562   parameters:
18563   - "latency"
18564   - "parent"
18565   - "tags"
18566   sort:
18567   - "L2PATCH"
18568   - "L2XCFWD"
18569   - "L2BDMACLRN"
18570   - "FIB_10K"
18571   - "FIB_100K"
18572   - "FIB_1M"
18573   layout:
18574     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18575     layout: "plot-latency"
18576
18577 - type: "plot"
18578   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18579   algorithm: "plot_latency_error_bars"
18580   output-file-type: ".html"
18581   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18582   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18583   filter: "'NIC_Intel-X710' and
18584            '64B' and
18585            ('BASE' or 'SCALE') and
18586            'NDRPDR' and
18587            'ETH' and
18588            '2T2C' and
18589            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18590            not 'VHOST' and
18591            not 'MEMIF'"
18592   parameters:
18593   - "latency"
18594   - "parent"
18595   - "tags"
18596   sort:
18597   - "L2PATCH"
18598   - "L2XCFWD"
18599   - "L2BDMACLRN"
18600   - "FIB_10K"
18601   - "FIB_100K"
18602   - "FIB_1M"
18603   layout:
18604     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18605     layout: "plot-latency"
18606
18607 # Packet Latency - VPP L2 3n-hsw-x710 features
18608 - type: "plot"
18609   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18610   algorithm: "plot_latency_error_bars"
18611   output-file-type: ".html"
18612   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18613   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18614   filter: "'NIC_Intel-X710' and
18615            '64B' and
18616            'NDRPDR' and
18617            '1T1C' and
18618            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18619            not 'ACL' and
18620            not 'VHOST' and
18621            not 'L2OVRLAY' and
18622            not 'MEMIF'"
18623   parameters:
18624   - "latency"
18625   - "parent"
18626   - "tags"
18627   sort:
18628   - "L2XCBASE"    # l2xcbase
18629   - "L2BDBASE"    # l2bdbase
18630   - "L2XCFWD"     # dot1q-l2xcbase
18631   - "L2BDMACLRN"  # dot1q-l2bdbase
18632   layout:
18633     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
18634     layout: "plot-latency"
18635
18636 - type: "plot"
18637   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18638   algorithm: "plot_latency_error_bars"
18639   output-file-type: ".html"
18640   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18641   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18642   filter: "'NIC_Intel-X710' and
18643            '64B' and
18644            'NDRPDR' and
18645            '2T2C' and
18646            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18647            not 'ACL' and
18648            not 'VHOST' and
18649            not 'L2OVRLAY' and
18650            not 'MEMIF'"
18651   parameters:
18652   - "latency"
18653   - "parent"
18654   - "tags"
18655   sort:
18656   - "L2XCBASE"    # l2xcbase
18657   - "L2BDBASE"    # l2bdbase
18658   - "L2XCFWD"     # dot1q-l2xcbase
18659   - "L2BDMACLRN"  # dot1q-l2bdbase
18660   layout:
18661     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
18662     layout: "plot-latency"
18663
18664 # Packet Latency - VPP L2 3n-hsw-x710 features-iacl
18665 - type: "plot"
18666   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18667   algorithm: "plot_latency_error_bars"
18668   output-file-type: ".html"
18669   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18670   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18671   filter: "'NIC_Intel-X710' and
18672            '64B' and
18673            'NDRPDR' and
18674            '1T1C' and
18675            'FEATURE' and
18676            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18677            'IACL' and
18678            ('ACL1' or 'ACL50') and
18679            ('10K_FLOWS' or '10k_FLOWS') and
18680            not 'MACIP' and
18681            not 'VHOST' and
18682            not 'MEMIF'"
18683   parameters:
18684   - "latency"
18685   - "parent"
18686   - "tags"
18687   layout:
18688     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
18689     layout: "plot-latency"
18690
18691 - type: "plot"
18692   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18693   algorithm: "plot_latency_error_bars"
18694   output-file-type: ".html"
18695   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18696   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18697   filter: "'NIC_Intel-X710' and
18698            '64B' and
18699            'NDRPDR' and
18700            '2T2C' and
18701            'FEATURE' and
18702            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18703            'IACL' and
18704            ('ACL1' or 'ACL50') and
18705            ('10K_FLOWS' or '10k_FLOWS') and
18706            not 'MACIP' and
18707            not 'VHOST' and
18708            not 'MEMIF'"
18709   parameters:
18710   - "latency"
18711   - "parent"
18712   - "tags"
18713   layout:
18714     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
18715     layout: "plot-latency"
18716
18717 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
18718 - type: "plot"
18719   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18720   algorithm: "plot_latency_error_bars"
18721   output-file-type: ".html"
18722   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18723   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18724   filter: "'NIC_Intel-XL710' and
18725            '64B' and
18726            'BASE' and
18727            'NDRPDR' and
18728            'ETH' and
18729            '1T1C' and
18730            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18731            not 'VHOST' and
18732            not 'MEMIF'"
18733   parameters:
18734   - "latency"
18735   - "parent"
18736   - "tags"
18737   sort:
18738   - "L2PATCH"
18739   - "L2XCFWD"
18740   - "L2BDMACLRN"
18741   layout:
18742     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
18743     layout: "plot-latency"
18744
18745 - type: "plot"
18746   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18747   algorithm: "plot_latency_error_bars"
18748   output-file-type: ".html"
18749   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18750   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18751   filter: "'NIC_Intel-XL710' and
18752            '64B' and
18753            'BASE' and
18754            'NDRPDR' and
18755            'ETH' and
18756            '2T2C' and
18757            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18758            not 'VHOST' and
18759            not 'MEMIF'"
18760   parameters:
18761   - "latency"
18762   - "parent"
18763   - "tags"
18764   sort:
18765   - "L2PATCH"
18766   - "L2XCFWD"
18767   - "L2BDMACLRN"
18768   layout:
18769     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
18770     layout: "plot-latency"
18771
18772 # Packet Latency - VPP L2 3n-skx-x710 base and scale
18773 - type: "plot"
18774   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18775   algorithm: "plot_latency_error_bars"
18776   output-file-type: ".html"
18777   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18778   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18779   filter: "'NIC_Intel-X710' and
18780            '64B' and
18781            ('BASE' or 'SCALE') and
18782            'NDRPDR' and
18783            'ETH' and
18784            '2T1C' and
18785            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18786            not 'VHOST' and
18787            not 'MEMIF' and
18788            not 'DRV_AVF'"
18789   parameters:
18790   - "latency"
18791   - "parent"
18792   - "tags"
18793   sort:
18794   - "L2PATCH"
18795   - "L2XCBASE"
18796   - "BASE"
18797   - "FIB_10K"
18798   - "FIB_100K"
18799   - "FIB_1M"
18800   layout:
18801     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18802     layout: "plot-latency"
18803
18804 - type: "plot"
18805   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18806   algorithm: "plot_latency_error_bars"
18807   output-file-type: ".html"
18808   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18809   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18810   filter: "'NIC_Intel-X710' and
18811            '64B' and
18812            ('BASE' or 'SCALE') and
18813            'NDRPDR' and
18814            'ETH' and
18815            '4T2C' and
18816            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18817            not 'VHOST' and
18818            not 'MEMIF' and
18819            not 'DRV_AVF'"
18820   parameters:
18821   - "latency"
18822   - "parent"
18823   - "tags"
18824   sort:
18825   - "L2PATCH"
18826   - "L2XCBASE"
18827   - "BASE"
18828   - "FIB_10K"
18829   - "FIB_100K"
18830   - "FIB_1M"
18831   layout:
18832     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18833     layout: "plot-latency"
18834
18835 # Packet Latency - VPP L2 3n-skx-x710 features
18836 - type: "plot"
18837   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18838   algorithm: "plot_latency_error_bars"
18839   output-file-type: ".html"
18840   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18841   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18842   filter: "'NIC_Intel-X710' and
18843            '64B' and
18844            'NDRPDR' and
18845            '2T1C' and
18846            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18847            not 'ACL' and
18848            not 'VHOST' and
18849            not 'DRV_AVF' and
18850            not 'L2OVRLAY' and
18851            not 'MEMIF'"
18852   parameters:
18853   - "latency"
18854   - "parent"
18855   - "tags"
18856   sort:
18857   - "L2XCBASE"    # l2xcbase
18858   - "L2BDBASE"    # l2bdbase
18859   - "L2XCFWD"     # dot1q-l2xcbase
18860   - "L2BDMACLRN"  # dot1q-l2bdbase
18861   layout:
18862     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
18863     layout: "plot-latency"
18864
18865 - type: "plot"
18866   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18867   algorithm: "plot_latency_error_bars"
18868   output-file-type: ".html"
18869   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18870   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18871   filter: "'NIC_Intel-X710' and
18872            '64B' and
18873            'NDRPDR' and
18874            '4T2C' and
18875            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18876            not 'ACL' and
18877            not 'VHOST' and
18878            not 'DRV_AVF' and
18879            not 'L2OVRLAY' and
18880            not 'MEMIF'"
18881   parameters:
18882   - "latency"
18883   - "parent"
18884   - "tags"
18885   sort:
18886   - "L2XCBASE"    # l2xcbase
18887   - "L2BDBASE"    # l2bdbase
18888   - "L2XCFWD"     # dot1q-l2xcbase
18889   - "L2BDMACLRN"  # dot1q-l2bdbase
18890   layout:
18891     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
18892     layout: "plot-latency"
18893
18894 # Packet Latency - VPP L2 3n-skx-x710 features-iacl
18895 - type: "plot"
18896   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18897   algorithm: "plot_latency_error_bars"
18898   output-file-type: ".html"
18899   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18900   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18901   filter: "'NIC_Intel-X710' and
18902            '64B' and
18903            'NDRPDR' and
18904            '2T1C' and
18905            'FEATURE' and
18906            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18907            'IACL' and
18908            ('ACL1' or 'ACL50') and
18909            ('10K_FLOWS' or '10k_FLOWS') and
18910            not 'MACIP' and
18911            not 'VHOST' and
18912            not 'MEMIF'"
18913   parameters:
18914   - "latency"
18915   - "parent"
18916   - "tags"
18917   layout:
18918     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
18919     layout: "plot-latency"
18920
18921 - type: "plot"
18922   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18923   algorithm: "plot_latency_error_bars"
18924   output-file-type: ".html"
18925   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18926   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18927   filter: "'NIC_Intel-X710' and
18928            '64B' and
18929            'NDRPDR' and
18930            '4T2C' and
18931            'FEATURE' and
18932            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18933            'IACL' and
18934            ('ACL1' or 'ACL50') and
18935            ('10K_FLOWS' or '10k_FLOWS') and
18936            not 'MACIP' and
18937            not 'VHOST' and
18938            not 'MEMIF'"
18939   parameters:
18940   - "latency"
18941   - "parent"
18942   - "tags"
18943   layout:
18944     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
18945     layout: "plot-latency"
18946
18947 # Packet Latency - VPP L2 3n-skx-xxv710 base
18948 - type: "plot"
18949   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18950   algorithm: "plot_latency_error_bars"
18951   output-file-type: ".html"
18952   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18953   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18954   filter: "'NIC_Intel-XXV710' and
18955            '64B' and
18956            ('BASE' or 'SCALE') and
18957            'NDRPDR' and
18958            'ETH' and
18959            '2T1C' and
18960            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18961            not 'VHOST' and
18962            not 'MEMIF'"
18963   parameters:
18964   - "latency"
18965   - "parent"
18966   - "tags"
18967   sort:
18968   - "L2PATCH"
18969   - "L2PATCH"
18970   - "L2XCBASE"
18971   - "L2BDMACLRN"
18972   layout:
18973     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
18974     layout: "plot-latency"
18975
18976 - type: "plot"
18977   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18978   algorithm: "plot_latency_error_bars"
18979   output-file-type: ".html"
18980   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18981   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18982   filter: "'NIC_Intel-XXV710' and
18983            '64B' and
18984            ('BASE' or 'SCALE') and
18985            'NDRPDR' and
18986            'ETH' and
18987            '4T2C' and
18988            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18989            not 'VHOST' and
18990            not 'MEMIF'"
18991   parameters:
18992   - "latency"
18993   - "parent"
18994   - "tags"
18995   sort:
18996   - "L2PATCH"
18997   - "L2PATCH"
18998   - "L2XCBASE"
18999   - "L2BDMACLRN"
19000   layout:
19001     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
19002     layout: "plot-latency"
19003
19004 # Packet Latency - VPP L2 2n-skx-x710 base and scale
19005 - type: "plot"
19006   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19007   algorithm: "plot_latency_error_bars"
19008   output-file-type: ".html"
19009   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19010   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19011   filter: "'NIC_Intel-X710' and
19012            '64B' and
19013            'ETH' and
19014            ('BASE' or 'SCALE') and
19015            'NDRPDR' and
19016            '2T1C' and
19017            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19018            not 'VHOST' and
19019            not 'MEMIF'"
19020   parameters:
19021   - "latency"
19022   - "parent"
19023   - "tags"
19024   sort:
19025   - "L2PATCH"
19026   - "L2XCBASE"
19027   - "BASE"
19028   - "FIB_10K"
19029   - "FIB_100K"
19030   - "FIB_1M"
19031   layout:
19032     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19033     layout: "plot-latency"
19034
19035 - type: "plot"
19036   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19037   algorithm: "plot_latency_error_bars"
19038   output-file-type: ".html"
19039   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19040   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19041   filter: "'NIC_Intel-X710' and
19042            '64B' and
19043            ('BASE' or 'SCALE') and
19044            'NDRPDR' and
19045            'ETH' and
19046            '4T2C' and
19047            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19048            not 'VHOST' and
19049            not 'MEMIF'"
19050   parameters:
19051   - "latency"
19052   - "parent"
19053   - "tags"
19054   sort:
19055   - "L2PATCH"
19056   - "L2XCBASE"
19057   - "BASE"
19058   - "FIB_10K"
19059   - "FIB_100K"
19060   - "FIB_1M"
19061   layout:
19062     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19063     layout: "plot-latency"
19064
19065 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
19066 - type: "plot"
19067   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19068   algorithm: "plot_latency_error_bars"
19069   output-file-type: ".html"
19070   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19071   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19072   filter: "'NIC_Intel-XXV710' and
19073            '64B' and
19074            ('BASE' or 'SCALE') and
19075            'NDRPDR' and
19076            'ETH' and
19077            '2T1C' and
19078            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19079            not 'VHOST' and
19080            not 'MEMIF'"
19081   parameters:
19082   - "latency"
19083   - "parent"
19084   - "tags"
19085   sort:
19086   - "L2PATCH"
19087   - "L2XCBASE"
19088   - "BASE"
19089   - "FIB_10K"
19090   - "FIB_100K"
19091   - "FIB_1M"
19092   layout:
19093     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19094     layout: "plot-latency"
19095
19096 - type: "plot"
19097   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19098   algorithm: "plot_latency_error_bars"
19099   output-file-type: ".html"
19100   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19101   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19102   filter: "'NIC_Intel-XXV710' and
19103            '64B' and
19104            ('BASE' or 'SCALE') and
19105            'NDRPDR' and
19106            'ETH' and
19107            '4T2C' and
19108            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19109            not 'VHOST' and
19110            not 'MEMIF'"
19111   parameters:
19112   - "latency"
19113   - "parent"
19114   - "tags"
19115   sort:
19116   - "L2PATCH"
19117   - "L2XCBASE"
19118   - "BASE"
19119   - "FIB_10K"
19120   - "FIB_100K"
19121   - "FIB_1M"
19122   layout:
19123     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19124     layout: "plot-latency"
19125
19126 ################################################################################
19127
19128 # Packet Latency - VPP Container Memif 3n-hsw-x520
19129 - type: "plot"
19130   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19131   algorithm: "plot_latency_error_bars"
19132   output-file-type: ".html"
19133   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19134   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19135   filter: "'NIC_Intel-X520-DA2' and
19136            '64B' and
19137            ('BASE' or 'SCALE') and
19138            'NDRPDR' and
19139            '1T1C' and
19140            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19141            not 'VHOST' and
19142            'MEMIF'"
19143   parameters:
19144   - "latency"
19145   - "parent"
19146   - "tags"
19147   sort:
19148   - "L2XCFWD"
19149   - "L2XCFWD"
19150   - "L2XCFWD"
19151   - "L2BDMACLRN"
19152   - "L2BDMACLRN"
19153   - "L2BDMACLRN"
19154   - "IP4FWD"
19155   layout:
19156     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19157     layout: "plot-latency"
19158
19159 - type: "plot"
19160   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19161   algorithm: "plot_latency_error_bars"
19162   output-file-type: ".html"
19163   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19164   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19165   filter: "'NIC_Intel-X520-DA2' and
19166            '64B' and
19167            ('BASE' or 'SCALE') and
19168            'NDRPDR' and
19169            '2T2C' and
19170            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19171            not 'VHOST' and
19172            'MEMIF'"
19173   parameters:
19174   - "latency"
19175   - "parent"
19176   - "tags"
19177   sort:
19178   - "L2XCFWD"
19179   - "L2XCFWD"
19180   - "L2XCFWD"
19181   - "L2BDMACLRN"
19182   - "L2BDMACLRN"
19183   - "L2BDMACLRN"
19184   - "IP4FWD"
19185   layout:
19186     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19187     layout: "plot-latency"
19188
19189 # Packet Latency - VPP Container Memif 3n-hsw-x710
19190 - type: "plot"
19191   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19192   algorithm: "plot_latency_error_bars"
19193   output-file-type: ".html"
19194   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19195   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19196   filter: "'NIC_Intel-X710' and
19197            '64B' and
19198            ('BASE' or 'SCALE') and
19199            'NDRPDR' and
19200            '1T1C' and
19201            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19202            not 'VHOST' and
19203            'MEMIF'"
19204   parameters:
19205   - "latency"
19206   - "parent"
19207   - "tags"
19208   sort:
19209   - "L2XCFWD"
19210   - "L2XCFWD"
19211   - "L2XCFWD"
19212   - "L2BDMACLRN"
19213   - "L2BDMACLRN"
19214   - "L2BDMACLRN"
19215   - "IP4FWD"
19216   layout:
19217     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19218     layout: "plot-latency"
19219
19220 - type: "plot"
19221   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19222   algorithm: "plot_latency_error_bars"
19223   output-file-type: ".html"
19224   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19225   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19226   filter: "'NIC_Intel-X710' and
19227            '64B' and
19228            ('BASE' or 'SCALE') and
19229            'NDRPDR' and
19230            '2T2C' and
19231            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19232            not 'VHOST' and
19233            'MEMIF'"
19234   parameters:
19235   - "latency"
19236   - "parent"
19237   - "tags"
19238   sort:
19239   - "L2XCFWD"
19240   - "L2XCFWD"
19241   - "L2XCFWD"
19242   - "L2BDMACLRN"
19243   - "L2BDMACLRN"
19244   - "L2BDMACLRN"
19245   - "IP4FWD"
19246   layout:
19247     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19248     layout: "plot-latency"
19249
19250 # Packet Latency - VPP Container Memif 3n-hsw-xl710
19251 - type: "plot"
19252   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19253   algorithm: "plot_latency_error_bars"
19254   output-file-type: ".html"
19255   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19256   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19257   filter: "'NIC_Intel-XL710' and
19258            '64B' and
19259            ('BASE' or 'SCALE') and
19260            'NDRPDR' and
19261            '1T1C' and
19262            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19263            not 'VHOST' and
19264            'MEMIF'"
19265   parameters:
19266   - "latency"
19267   - "parent"
19268   - "tags"
19269   sort:
19270   - "L2XCFWD"
19271   - "L2XCFWD"
19272   - "L2XCFWD"
19273   - "L2BDMACLRN"
19274   - "L2BDMACLRN"
19275   - "L2BDMACLRN"
19276   - "IP4FWD"
19277   layout:
19278     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
19279     layout: "plot-latency"
19280
19281 - type: "plot"
19282   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19283   algorithm: "plot_latency_error_bars"
19284   output-file-type: ".html"
19285   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19286   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19287   filter: "'NIC_Intel-XL710' and
19288            '64B' and
19289            ('BASE' or 'SCALE') and
19290            'NDRPDR' and
19291            '2T2C' and
19292            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19293            not 'VHOST' and
19294            'MEMIF'"
19295   parameters:
19296   - "latency"
19297   - "parent"
19298   - "tags"
19299   sort:
19300   - "L2XCFWD"
19301   - "L2XCFWD"
19302   - "L2XCFWD"
19303   - "L2BDMACLRN"
19304   - "L2BDMACLRN"
19305   - "L2BDMACLRN"
19306   - "IP4FWD"
19307   layout:
19308     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
19309     layout: "plot-latency"
19310
19311 # Packet Latency - VPP Container Memif 3n-skx-x710
19312 - type: "plot"
19313   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19314   algorithm: "plot_latency_error_bars"
19315   output-file-type: ".html"
19316   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19317   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19318   filter: "'NIC_Intel-X710' and
19319            '64B' and
19320            ('BASE' or 'SCALE') and
19321            'NDRPDR' and
19322            '2T1C' and
19323            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19324            not 'VHOST' and
19325            'MEMIF'"
19326   parameters:
19327   - "latency"
19328   - "parent"
19329   - "tags"
19330   sort:
19331   - "L2XCFWD"
19332   - "L2XCFWD"
19333   - "L2XCFWD"
19334   - "L2BDMACLRN"
19335   - "L2BDMACLRN"
19336   - "L2BDMACLRN"
19337   - "IP4FWD"
19338   layout:
19339     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
19340     layout: "plot-latency"
19341
19342 - type: "plot"
19343   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19344   algorithm: "plot_latency_error_bars"
19345   output-file-type: ".html"
19346   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19347   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19348   filter: "'NIC_Intel-X710' and
19349            '64B' and
19350            ('BASE' or 'SCALE') and
19351            'NDRPDR' and
19352            '4T2C' and
19353            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19354            not 'VHOST' and
19355            'MEMIF'"
19356   parameters:
19357   - "latency"
19358   - "parent"
19359   - "tags"
19360   sort:
19361   - "L2XCFWD"
19362   - "L2XCFWD"
19363   - "L2XCFWD"
19364   - "L2BDMACLRN"
19365   - "L2BDMACLRN"
19366   - "L2BDMACLRN"
19367   - "IP4FWD"
19368   layout:
19369     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
19370     layout: "plot-latency"
19371
19372 # Packet Latency - VPP Container Memif 2n-skx-x710
19373 - type: "plot"
19374   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19375   algorithm: "plot_latency_error_bars"
19376   output-file-type: ".html"
19377   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19378   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19379   filter: "'NIC_Intel-X710' and
19380            '64B' and
19381            ('BASE' or 'SCALE') and
19382            'NDRPDR' and
19383            '2T1C' and
19384            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19385            not 'VHOST' and
19386            not 'NF_DENSITY' and
19387            'MEMIF'"
19388   parameters:
19389   - "latency"
19390   - "parent"
19391   - "tags"
19392   sort:
19393   - "L2XCFWD"
19394   - "L2XCFWD"
19395   - "L2XCFWD"
19396   - "L2BDMACLRN"
19397   - "L2BDMACLRN"
19398   - "L2BDMACLRN"
19399   - "IP4FWD"
19400   layout:
19401     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
19402     layout: "plot-latency"
19403
19404 - type: "plot"
19405   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19406   algorithm: "plot_latency_error_bars"
19407   output-file-type: ".html"
19408   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19409   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19410   filter: "'NIC_Intel-X710' and
19411            '64B' and
19412            ('BASE' or 'SCALE') and
19413            'NDRPDR' and
19414            '4T2C' and
19415            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19416            not 'VHOST' and
19417            not 'NF_DENSITY' and
19418            'MEMIF'"
19419   parameters:
19420   - "latency"
19421   - "parent"
19422   - "tags"
19423   sort:
19424   - "L2XCFWD"
19425   - "L2XCFWD"
19426   - "L2XCFWD"
19427   - "L2BDMACLRN"
19428   - "L2BDMACLRN"
19429   - "L2BDMACLRN"
19430   - "IP4FWD"
19431   layout:
19432     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
19433     layout: "plot-latency"
19434
19435 ## Packet Latency - VPP Container Memif 2n-skx-xxv710
19436 #- type: "plot"
19437 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19438 #  algorithm: "plot_latency_error_bars"
19439 #  output-file-type: ".html"
19440 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19441 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19442 #  filter: "'NIC_Intel-XXV710' and
19443 #           '64B' and
19444 #           ('BASE' or 'SCALE') and
19445 #           'NDRPDR' and
19446 #           '2T1C' and
19447 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19448 #           not 'VHOST' and
19449 #           'MEMIF'"
19450 #  parameters:
19451 #  - "latency"
19452 #  - "parent"
19453 #  - "tags"
19454 #  sort:
19455 #  - "L2XCFWD"
19456 #  - "L2XCFWD"
19457 #  - "L2XCFWD"
19458 #  - "L2BDMACLRN"
19459 #  - "L2BDMACLRN"
19460 #  - "L2BDMACLRN"
19461 #  - "IP4FWD"
19462 #  layout:
19463 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
19464 #    layout: "plot-latency"
19465 #
19466 #- type: "plot"
19467 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19468 #  algorithm: "plot_latency_error_bars"
19469 #  output-file-type: ".html"
19470 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19471 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19472 #  filter: "'NIC_Intel-XXV710' and
19473 #           '64B' and
19474 #           ('BASE' or 'SCALE') and
19475 #           'NDRPDR' and
19476 #           '4T2C' and
19477 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19478 #           not 'VHOST' and
19479 #           'MEMIF'"
19480 #  parameters:
19481 #  - "latency"
19482 #  - "parent"
19483 #  - "tags"
19484 #  sort:
19485 #  - "L2XCFWD"
19486 #  - "L2XCFWD"
19487 #  - "L2XCFWD"
19488 #  - "L2BDMACLRN"
19489 #  - "L2BDMACLRN"
19490 #  - "L2BDMACLRN"
19491 #  - "IP4FWD"
19492 #  layout:
19493 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
19494 #    layout: "plot-latency"
19495
19496 ################################################################################
19497
19498 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19499 #- type: "plot"
19500 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19501 #  algorithm: "plot_latency_error_bars"
19502 #  output-file-type: ".html"
19503 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19504 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19505 #  filter: "'NIC_Intel-X520-DA2' and
19506 #           '64B' and
19507 #           ('BASE' or 'SCALE') and
19508 #           'NDRPDR' and
19509 #           '1T1C' and
19510 #           'L2XCFWD' and
19511 #           not 'VHOST' and
19512 #           not 'NF_DENSITY' and
19513 #           'MEMIF'"
19514 #  parameters:
19515 #  - "latency"
19516 #  - "parent"
19517 #  - "tags"
19518 #  sort:
19519 #  - "1VNF"
19520 #  - "2VNF"
19521 #  - "4VNF"
19522 #  - "2VNF"
19523 #  - "4VNF"
19524 #  layout:
19525 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19526 #    layout: "plot-latency"
19527 #
19528 #- type: "plot"
19529 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19530 #  algorithm: "plot_latency_error_bars"
19531 #  output-file-type: ".html"
19532 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19533 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19534 #  filter: "'NIC_Intel-X520-DA2' and
19535 #           '64B' and
19536 #           ('BASE' or 'SCALE') and
19537 #           'NDRPDR' and
19538 #           '2T2C' and
19539 #           'L2XCFWD' and
19540 #           not 'VHOST' and
19541 #           not 'NF_DENSITY' and
19542 #           'MEMIF'"
19543 #  parameters:
19544 #  - "latency"
19545 #  - "parent"
19546 #  - "tags"
19547 #  sort:
19548 #  - "1VNF"
19549 #  - "2VNF"
19550 #  - "4VNF"
19551 #  - "2VNF"
19552 #  - "4VNF"
19553 #  layout:
19554 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19555 #    layout: "plot-latency"
19556 #
19557 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19558 #- type: "plot"
19559 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19560 #  algorithm: "plot_latency_error_bars"
19561 #  output-file-type: ".html"
19562 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19563 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19564 #  filter: "'NIC_Intel-X520-DA2' and
19565 #           '64B' and
19566 #           ('BASE' or 'SCALE') and
19567 #           'NDRPDR' and
19568 #           '1T1C' and
19569 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19570 #           not 'VHOST' and
19571 #           not 'NF_DENSITY' and
19572 #           'MEMIF'"
19573 #  parameters:
19574 #  - "latency"
19575 #  - "parent"
19576 #  - "tags"
19577 #  sort:
19578 #  - "1VNF"
19579 #  - "2VNF"
19580 #  - "4VNF"
19581 #  - "2VNF"
19582 #  - "4VNF"
19583 #  layout:
19584 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19585 #    layout: "plot-latency"
19586 #
19587 #- type: "plot"
19588 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19589 #  algorithm: "plot_latency_error_bars"
19590 #  output-file-type: ".html"
19591 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19592 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19593 #  filter: "'NIC_Intel-X520-DA2' and
19594 #           '64B' and
19595 #           ('BASE' or 'SCALE') and
19596 #           'NDRPDR' and
19597 #           '2T2C' and
19598 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19599 #           not 'VHOST' and
19600 #           not 'NF_DENSITY' and
19601 #           'MEMIF'"
19602 #  parameters:
19603 #  - "latency"
19604 #  - "parent"
19605 #  - "tags"
19606 #  sort:
19607 #  - "1VNF"
19608 #  - "2VNF"
19609 #  - "4VNF"
19610 #  - "2VNF"
19611 #  - "4VNF"
19612 #  layout:
19613 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19614 #    layout: "plot-latency"
19615 #
19616 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19617 #- type: "plot"
19618 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19619 #  algorithm: "plot_latency_error_bars"
19620 #  output-file-type: ".html"
19621 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19622 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19623 #  filter: "'NIC_Intel-X710' and
19624 #           '64B' and
19625 #           ('BASE' or 'SCALE') and
19626 #           'NDRPDR' and
19627 #           '1T1C' and
19628 #           'L2XCFWD' and
19629 #           not 'VHOST' and
19630 #           not 'NF_DENSITY' and
19631 #           'MEMIF'"
19632 #  parameters:
19633 #  - "latency"
19634 #  - "parent"
19635 #  - "tags"
19636 #  sort:
19637 #  - "1VNF"
19638 #  - "2VNF"
19639 #  - "4VNF"
19640 #  - "2VNF"
19641 #  - "4VNF"
19642 #  layout:
19643 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19644 #    layout: "plot-latency"
19645 #
19646 #- type: "plot"
19647 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19648 #  algorithm: "plot_latency_error_bars"
19649 #  output-file-type: ".html"
19650 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19651 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19652 #  filter: "'NIC_Intel-X710' and
19653 #           '64B' and
19654 #           ('BASE' or 'SCALE') and
19655 #           'NDRPDR' and
19656 #           '2T2C' and
19657 #           'L2XCFWD' and
19658 #           not 'VHOST' and
19659 #           not 'NF_DENSITY' and
19660 #           'MEMIF'"
19661 #  parameters:
19662 #  - "latency"
19663 #  - "parent"
19664 #  - "tags"
19665 #  sort:
19666 #  - "1VNF"
19667 #  - "2VNF"
19668 #  - "4VNF"
19669 #  - "2VNF"
19670 #  - "4VNF"
19671 #  layout:
19672 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
19673 #    layout: "plot-latency"
19674 #
19675 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
19676 #- type: "plot"
19677 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19678 #  algorithm: "plot_latency_error_bars"
19679 #  output-file-type: ".html"
19680 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19681 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19682 #  filter: "'NIC_Intel-X710' and
19683 #           '64B' and
19684 #           ('BASE' or 'SCALE') and
19685 #           'NDRPDR' and
19686 #           '1T1C' and
19687 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19688 #           not 'VHOST' and
19689 #           not 'NF_DENSITY' and
19690 #           'MEMIF'"
19691 #  parameters:
19692 #  - "latency"
19693 #  - "parent"
19694 #  - "tags"
19695 #  sort:
19696 #  - "1VNF"
19697 #  - "2VNF"
19698 #  - "4VNF"
19699 #  - "2VNF"
19700 #  - "4VNF"
19701 #  layout:
19702 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
19703 #    layout: "plot-latency"
19704 #
19705 #- type: "plot"
19706 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19707 #  algorithm: "plot_latency_error_bars"
19708 #  output-file-type: ".html"
19709 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19710 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19711 #  filter: "'NIC_Intel-X710' and
19712 #           '64B' and
19713 #           ('BASE' or 'SCALE') and
19714 #           'NDRPDR' and
19715 #           '2T2C' and
19716 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19717 #           not 'VHOST' and
19718 #           not 'NF_DENSITY' and
19719 #           'MEMIF'"
19720 #  parameters:
19721 #  - "latency"
19722 #  - "parent"
19723 #  - "tags"
19724 #  sort:
19725 #  - "1VNF"
19726 #  - "2VNF"
19727 #  - "4VNF"
19728 #  - "2VNF"
19729 #  - "4VNF"
19730 #  layout:
19731 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
19732 #    layout: "plot-latency"
19733
19734 ################################################################################
19735
19736 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
19737 - type: "plot"
19738   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19739   algorithm: "plot_latency_error_bars"
19740   output-file-type: ".html"
19741   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19742   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19743   filter: "'NIC_Intel-X520-DA2' and
19744            '64B' and
19745            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19746            'NDRPDR' and
19747            '1T1C' and
19748            'IP4FWD' and
19749            not 'IPSEC' and
19750            not 'DOT1Q' and
19751            not 'VHOST'"
19752   parameters:
19753   - "latency"
19754   - "parent"
19755   - "tags"
19756   sort:
19757   - "DOT1Q"
19758   - "IP4BASE"
19759   - "FIB_20K"
19760   - "FIB_200K"
19761   - "FIB_2M"
19762   layout:
19763     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19764     layout: "plot-latency"
19765
19766 - type: "plot"
19767   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19768   algorithm: "plot_latency_error_bars"
19769   output-file-type: ".html"
19770   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19771   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19772   filter: "'NIC_Intel-X520-DA2' and
19773            '64B' and
19774            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19775            'NDRPDR' and
19776            '2T2C' and
19777            'IP4FWD' and
19778            not 'IPSEC' and
19779            not 'DOT1Q' and
19780            not 'VHOST'"
19781   parameters:
19782   - "latency"
19783   - "parent"
19784   - "tags"
19785   sort:
19786   - "DOT1Q"
19787   - "IP4BASE"
19788   - "FIB_20K"
19789   - "FIB_200K"
19790   - "FIB_2M"
19791   layout:
19792     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19793     layout: "plot-latency"
19794
19795 # Packet Latency - VPP IPv4 3n-hsw-x520 features
19796 - type: "plot"
19797   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19798   algorithm: "plot_latency_error_bars"
19799   output-file-type: ".html"
19800   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19801   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19802   filter: "'NIC_Intel-X520-DA2' and
19803            '64B' and
19804            ('IP4BASE' or
19805             'POLICE_MARK' or
19806             'COPWHLIST' or
19807             ('NAT44' and 'BASE') or
19808             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19809            'NDRPDR' and
19810            '1T1C' and
19811            'IP4FWD' and
19812            not 'IPSEC' and
19813            not 'VHOST'"
19814   parameters:
19815   - "latency"
19816   - "parent"
19817   - "tags"
19818   sort:
19819   - "DOT1Q"
19820   - "IP4BASE"
19821   - "NAT44"
19822   - "POLICE_MARK"
19823   - "COPWHLIST"
19824   - "IACL"
19825   - "OACL"
19826   layout:
19827     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
19828     layout: "plot-latency"
19829
19830 - type: "plot"
19831   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19832   algorithm: "plot_latency_error_bars"
19833   output-file-type: ".html"
19834   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19835   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19836   filter: "'NIC_Intel-X520-DA2' and
19837            '64B' and
19838            ('IP4BASE' or
19839             'POLICE_MARK' or
19840             'COPWHLIST' or
19841             ('NAT44' and 'BASE') or
19842             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19843            'NDRPDR' and
19844            '2T2C' and
19845            'IP4FWD' and
19846            not 'IPSEC' and
19847            not 'VHOST'"
19848   parameters:
19849   - "latency"
19850   - "parent"
19851   - "tags"
19852   sort:
19853   - "DOT1Q"
19854   - "IP4BASE"
19855   - "NAT44"
19856   - "POLICE_MARK"
19857   - "COPWHLIST"
19858   - "IACL"
19859   - "OACL"
19860   layout:
19861     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
19862     layout: "plot-latency"
19863
19864 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
19865 - type: "plot"
19866   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19867   algorithm: "plot_latency_error_bars"
19868   output-file-type: ".html"
19869   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19870   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19871   filter: "'NIC_Intel-X520-DA2' and
19872            '64B' and
19873            'NDRPDR' and
19874            '1T1C' and
19875            'IP4FWD' and
19876            ('NAT44' or 'IP4BASE') and
19877            not 'DOT1Q' and
19878            not 'IPSEC' and
19879            not 'VHOST'"
19880   parameters:
19881   - "latency"
19882   - "parent"
19883   - "tags"
19884   sort:
19885   - "IP4BASE"
19886   - "BASE"
19887   - "SRC_USER_10"
19888   - "SRC_USER_100"
19889   - "SRC_USER_1000"
19890   - "SRC_USER_2000"
19891   layout:
19892     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
19893     layout: "plot-latency"
19894
19895 - type: "plot"
19896   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19897   algorithm: "plot_latency_error_bars"
19898   output-file-type: ".html"
19899   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19900   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19901   filter: "'NIC_Intel-X520-DA2' and
19902            '64B' and
19903            'NDRPDR' and
19904            '2T2C' and
19905            'IP4FWD' and
19906            ('NAT44' or 'IP4BASE') and
19907            not 'DOT1Q' and
19908            not 'IPSEC' and
19909            not 'VHOST'"
19910   parameters:
19911   - "latency"
19912   - "parent"
19913   - "tags"
19914   sort:
19915   - "IP4BASE"
19916   - "BASE"
19917   - "SRC_USER_10"
19918   - "SRC_USER_100"
19919   - "SRC_USER_1000"
19920   - "SRC_USER_2000"
19921   layout:
19922     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
19923     layout: "plot-latency"
19924
19925 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
19926 - type: "plot"
19927   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19928   algorithm: "plot_latency_error_bars"
19929   output-file-type: ".html"
19930   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19931   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19932   filter: "'NIC_Intel-X520-DA2' and
19933            '64B' and
19934            'NDRPDR' and
19935            '1T1C' and
19936            'IP4FWD' and
19937            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19938            not 'IPSEC' and
19939            not 'DOT1Q' and
19940            not 'VHOST'"
19941   parameters:
19942   - "latency"
19943   - "parent"
19944   - "tags"
19945   sort:
19946   - "IP4BASE"
19947   - "ACL_STATELESS"
19948   - "ACL_STATEFUL"
19949   - "ACL_STATELESS"
19950   - "ACL_STATEFUL"
19951   layout:
19952     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
19953     layout: "plot-latency"
19954
19955 - type: "plot"
19956   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19957   algorithm: "plot_latency_error_bars"
19958   output-file-type: ".html"
19959   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19960   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19961   filter: "'NIC_Intel-X520-DA2' and
19962            '64B' and
19963            'NDRPDR' and
19964            '2T2C' and
19965            'IP4FWD' and
19966            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19967            not 'IPSEC' and
19968            not 'DOT1Q' and
19969            not 'VHOST'"
19970   parameters:
19971   - "latency"
19972   - "parent"
19973   - "tags"
19974   sort:
19975   - "IP4BASE"
19976   - "ACL_STATELESS"
19977   - "ACL_STATEFUL"
19978   - "ACL_STATELESS"
19979   - "ACL_STATEFUL"
19980   layout:
19981     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
19982     layout: "plot-latency"
19983
19984 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
19985 - type: "plot"
19986   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19987   algorithm: "plot_latency_error_bars"
19988   output-file-type: ".html"
19989   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19990   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19991   filter: "'NIC_Intel-X520-DA2' and
19992            '64B' and
19993            'NDRPDR' and
19994            '1T1C' and
19995            'IP4FWD' and
19996            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19997            not 'IPSEC' and
19998            not 'DOT1Q' and
19999            not 'VHOST'"
20000   parameters:
20001   - "latency"
20002   - "parent"
20003   - "tags"
20004   sort:
20005   - "IP4BASE"
20006   - "ACL_STATELESS"
20007   - "ACL_STATEFUL"
20008   - "ACL_STATELESS"
20009   - "ACL_STATEFUL"
20010   layout:
20011     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
20012     layout: "plot-latency"
20013
20014 - type: "plot"
20015   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20016   algorithm: "plot_latency_error_bars"
20017   output-file-type: ".html"
20018   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20019   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20020   filter: "'NIC_Intel-X520-DA2' and
20021            '64B' and
20022            'NDRPDR' and
20023            '2T2C' and
20024            'IP4FWD' and
20025            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20026            not 'IPSEC' and
20027            not 'DOT1Q' and
20028            not 'VHOST'"
20029   parameters:
20030   - "latency"
20031   - "parent"
20032   - "tags"
20033   sort:
20034   - "IP4BASE"
20035   - "ACL_STATELESS"
20036   - "ACL_STATEFUL"
20037   - "ACL_STATELESS"
20038   - "ACL_STATEFUL"
20039   layout:
20040     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
20041     layout: "plot-latency"
20042
20043 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
20044 - type: "plot"
20045   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20046   algorithm: "plot_latency_error_bars"
20047   output-file-type: ".html"
20048   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20049   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20050   filter: "'NIC_Intel-X710' and
20051            '64B' and
20052            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20053            'NDRPDR' and
20054            '1T1C' and
20055            'IP4FWD' and
20056            not 'IPSEC' and
20057            not 'DOT1Q' and
20058            not 'VHOST'"
20059   parameters:
20060   - "latency"
20061   - "parent"
20062   - "tags"
20063   sort:
20064   - "IP4BASE"
20065   - "FIB_20K"
20066   - "FIB_200K"
20067   - "FIB_2M"
20068   layout:
20069     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20070     layout: "plot-latency"
20071
20072 - type: "plot"
20073   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20074   algorithm: "plot_latency_error_bars"
20075   output-file-type: ".html"
20076   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20077   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20078   filter: "'NIC_Intel-X710' and
20079            '64B' and
20080            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20081            'NDRPDR' and
20082            '2T2C' and
20083            'IP4FWD' and
20084            not 'IPSEC' and
20085            not 'DOT1Q' and
20086            not 'VHOST'"
20087   parameters:
20088   - "latency"
20089   - "parent"
20090   - "tags"
20091   sort:
20092   - "IP4BASE"
20093   - "FIB_20K"
20094   - "FIB_200K"
20095   - "FIB_2M"
20096   layout:
20097     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20098     layout: "plot-latency"
20099
20100 # Packet Latency - VPP IPv4 3n-hsw-x710 features
20101 - type: "plot"
20102   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20103   algorithm: "plot_latency_error_bars"
20104   output-file-type: ".html"
20105   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20106   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20107   filter: "'NIC_Intel-X710' and
20108            '64B' and
20109            ('IP4BASE' or
20110             'POLICE_MARK' or
20111             'COPWHLIST' or
20112             ('NAT44' and 'BASE') or
20113             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20114            'NDRPDR' and
20115            '1T1C' and
20116            'IP4FWD' and
20117            not 'IPSEC' and
20118            not 'VHOST'"
20119   parameters:
20120   - "latency"
20121   - "parent"
20122   - "tags"
20123   sort:
20124   - "DOT1Q"
20125   - "IP4BASE"
20126   - "NAT44"
20127   - "POLICE_MARK"
20128   - "COPWHLIST"
20129   - "IACL"
20130   - "OACL"
20131   layout:
20132     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20133     layout: "plot-latency"
20134
20135 - type: "plot"
20136   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20137   algorithm: "plot_latency_error_bars"
20138   output-file-type: ".html"
20139   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20140   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20141   filter: "'NIC_Intel-X710' and
20142            '64B' and
20143            ('IP4BASE' or
20144             'POLICE_MARK' or
20145             'COPWHLIST' or
20146             ('NAT44' and 'BASE') or
20147             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20148            'NDRPDR' and
20149            '2T2C' and
20150            'IP4FWD' and
20151            not 'IPSEC' and
20152            not 'VHOST'"
20153   parameters:
20154   - "latency"
20155   - "parent"
20156   - "tags"
20157   sort:
20158   - "DOT1Q"
20159   - "IP4BASE"
20160   - "NAT44"
20161   - "POLICE_MARK"
20162   - "COPWHLIST"
20163   - "IACL"
20164   - "OACL"
20165   layout:
20166     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20167     layout: "plot-latency"
20168
20169 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20170 - type: "plot"
20171   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20172   algorithm: "plot_latency_error_bars"
20173   output-file-type: ".html"
20174   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20175   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20176   filter: "'NIC_Intel-X710' and
20177            '64B' and
20178            'NDRPDR' and
20179            '1T1C' and
20180            'IP4FWD' and
20181            ('NAT44' or 'IP4BASE') and
20182            not 'IPSEC' and
20183            not 'VHOST'"
20184   parameters:
20185   - "latency"
20186   - "parent"
20187   - "tags"
20188   sort:
20189   - "IP4BASE"
20190   - "BASE"
20191   - "SRC_USER_10"
20192   - "SRC_USER_100"
20193   - "SRC_USER_1000"
20194   - "SRC_USER_2000"
20195   layout:
20196     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20197     layout: "plot-latency"
20198
20199 - type: "plot"
20200   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20201   algorithm: "plot_latency_error_bars"
20202   output-file-type: ".html"
20203   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20204   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20205   filter: "'NIC_Intel-X710' and
20206            '64B' and
20207            'NDRPDR' and
20208            '2T2C' and
20209            'IP4FWD' and
20210            ('NAT44' or 'IP4BASE') and
20211            not 'IPSEC' and
20212            not 'VHOST'"
20213   parameters:
20214   - "latency"
20215   - "parent"
20216   - "tags"
20217   sort:
20218   - "IP4BASE"
20219   - "BASE"
20220   - "SRC_USER_10"
20221   - "SRC_USER_100"
20222   - "SRC_USER_1000"
20223   - "SRC_USER_2000"
20224   layout:
20225     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
20226     layout: "plot-latency"
20227
20228 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
20229 - type: "plot"
20230   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20231   algorithm: "plot_latency_error_bars"
20232   output-file-type: ".html"
20233   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20234   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20235   filter: "'NIC_Intel-X710' and
20236            '64B' and
20237            'NDRPDR' and
20238            '1T1C' and
20239            'IP4FWD' and
20240            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20241            not 'IPSEC' and
20242            not 'VHOST'"
20243   parameters:
20244   - "latency"
20245   - "parent"
20246   - "tags"
20247   sort:
20248   - "IP4BASE"
20249   - "ACL_STATELESS"
20250   - "ACL_STATEFUL"
20251   - "ACL_STATELESS"
20252   - "ACL_STATEFUL"
20253   layout:
20254     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
20255     layout: "plot-latency"
20256
20257 - type: "plot"
20258   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20259   algorithm: "plot_latency_error_bars"
20260   output-file-type: ".html"
20261   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20262   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20263   filter: "'NIC_Intel-X710' and
20264            '64B' and
20265            'NDRPDR' and
20266            '2T2C' and
20267            'IP4FWD' and
20268            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20269            not 'IPSEC' and
20270            not 'VHOST'"
20271   parameters:
20272   - "latency"
20273   - "parent"
20274   - "tags"
20275   sort:
20276   - "IP4BASE"
20277   - "ACL_STATELESS"
20278   - "ACL_STATEFUL"
20279   - "ACL_STATELESS"
20280   - "ACL_STATEFUL"
20281   layout:
20282     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20283     layout: "plot-latency"
20284
20285 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20286 - type: "plot"
20287   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20288   algorithm: "plot_latency_error_bars"
20289   output-file-type: ".html"
20290   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20291   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20292   filter: "'NIC_Intel-XL710' and
20293            '64B' and
20294            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20295            'NDRPDR' and
20296            '1T1C' and
20297            'IP4FWD' and
20298            not 'IPSEC' and
20299            not 'VHOST'"
20300   parameters:
20301   - "latency"
20302   - "parent"
20303   - "tags"
20304   sort:
20305   - "IP4BASE"
20306   - "FIB_20K"
20307   - "FIB_200K"
20308   - "FIB_2M"
20309   layout:
20310     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
20311     layout: "plot-latency"
20312
20313 - type: "plot"
20314   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20315   algorithm: "plot_latency_error_bars"
20316   output-file-type: ".html"
20317   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20318   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20319   filter: "'NIC_Intel-XL710' and
20320            '64B' and
20321            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20322            'NDRPDR' and
20323            '2T2C' and
20324            'IP4FWD' and
20325            not 'IPSEC' and
20326            not 'VHOST'"
20327   parameters:
20328   - "latency"
20329   - "parent"
20330   - "tags"
20331   sort:
20332   - "IP4BASE"
20333   - "FIB_20K"
20334   - "FIB_200K"
20335   - "FIB_2M"
20336   layout:
20337     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
20338     layout: "plot-latency"
20339
20340 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20341 - type: "plot"
20342   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20343   algorithm: "plot_latency_error_bars"
20344   output-file-type: ".html"
20345   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20346   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20347   filter: "'NIC_Intel-X710' and
20348            '64B' and
20349            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20350            'NDRPDR' and
20351            '2T1C' and
20352            'IP4FWD' and
20353            not 'IPSEC' and
20354            not 'DOT1Q' and
20355            not 'VHOST'"
20356   parameters:
20357   - "latency"
20358   - "parent"
20359   - "tags"
20360   sort:
20361   - "IP4BASE"
20362   - "FIB_20K"
20363   - "FIB_200K"
20364   - "FIB_2M"
20365   layout:
20366     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20367     layout: "plot-latency"
20368
20369 - type: "plot"
20370   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20371   algorithm: "plot_latency_error_bars"
20372   output-file-type: ".html"
20373   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20374   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20375   filter: "'NIC_Intel-X710' and
20376            '64B' and
20377            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20378            'NDRPDR' and
20379            '4T2C' and
20380            'IP4FWD' and
20381            not 'IPSEC' and
20382            not 'DOT1Q' and
20383            not 'VHOST'"
20384   parameters:
20385   - "latency"
20386   - "parent"
20387   - "tags"
20388   sort:
20389   - "IP4BASE"
20390   - "FIB_20K"
20391   - "FIB_200K"
20392   - "FIB_2M"
20393   layout:
20394     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20395     layout: "plot-latency"
20396
20397 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20398 - type: "plot"
20399   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20400   algorithm: "plot_latency_error_bars"
20401   output-file-type: ".html"
20402   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20403   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20404   filter: "'NIC_Intel-X710' and
20405            '64B' and
20406            ('IP4BASE' or
20407             'POLICE_MARK' or
20408             'COPWHLIST' or
20409             ('NAT44' and 'BASE') or
20410             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20411            'NDRPDR' and
20412            '2T1C' and
20413            'IP4FWD' and
20414            not 'IPSEC' and
20415            not 'VHOST'"
20416   parameters:
20417   - "latency"
20418   - "parent"
20419   - "tags"
20420   sort:
20421   - "DOT1Q"
20422   - "IP4BASE"
20423   - "NAT44"
20424   - "POLICE_MARK"
20425   - "COPWHLIST"
20426   - "IACL"
20427   - "OACL"
20428   layout:
20429     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20430     layout: "plot-latency"
20431
20432 - type: "plot"
20433   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20434   algorithm: "plot_latency_error_bars"
20435   output-file-type: ".html"
20436   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20437   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20438   filter: "'NIC_Intel-X710' and
20439            '64B' and
20440            ('IP4BASE' or
20441             'POLICE_MARK' or
20442             'COPWHLIST' or
20443             ('NAT44' and 'BASE') or
20444             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20445            'NDRPDR' and
20446            '4T2C' and
20447            'IP4FWD' and
20448            not 'IPSEC' and
20449            not 'VHOST'"
20450   parameters:
20451   - "latency"
20452   - "parent"
20453   - "tags"
20454   sort:
20455   - "DOT1Q"
20456   - "IP4BASE"
20457   - "NAT44"
20458   - "POLICE_MARK"
20459   - "COPWHLIST"
20460   - "IACL"
20461   - "OACL"
20462   layout:
20463     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20464     layout: "plot-latency"
20465
20466 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20467 - type: "plot"
20468   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20469   algorithm: "plot_latency_error_bars"
20470   output-file-type: ".html"
20471   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20472   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20473   filter: "'NIC_Intel-X710' and
20474            '64B' and
20475            'NDRPDR' and
20476            '2T1C' and
20477            'IP4FWD' and
20478            ('NAT44' or 'IP4BASE') and
20479            not 'IPSEC' and
20480            not 'VHOST'"
20481   parameters:
20482   - "latency"
20483   - "parent"
20484   - "tags"
20485   sort:
20486   - "IP4BASE"
20487   - "BASE"
20488   - "SRC_USER_10"
20489   - "SRC_USER_100"
20490   - "SRC_USER_1000"
20491   - "SRC_USER_2000"
20492   layout:
20493     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20494     layout: "plot-latency"
20495
20496 - type: "plot"
20497   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20498   algorithm: "plot_latency_error_bars"
20499   output-file-type: ".html"
20500   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20501   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20502   filter: "'NIC_Intel-X710' and
20503            '64B' and
20504            'NDRPDR' and
20505            '4T2C' and
20506            'IP4FWD' and
20507            ('NAT44' or 'IP4BASE') and
20508            not 'IPSEC' and
20509            not 'VHOST'"
20510   parameters:
20511   - "latency"
20512   - "parent"
20513   - "tags"
20514   sort:
20515   - "IP4BASE"
20516   - "BASE"
20517   - "SRC_USER_10"
20518   - "SRC_USER_100"
20519   - "SRC_USER_1000"
20520   - "SRC_USER_2000"
20521   layout:
20522     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20523     layout: "plot-latency"
20524
20525 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20526 - type: "plot"
20527   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20528   algorithm: "plot_latency_error_bars"
20529   output-file-type: ".html"
20530   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20531   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20532   filter: "'NIC_Intel-X710' and
20533            '64B' and
20534            'NDRPDR' and
20535            '2T1C' and
20536            'IP4FWD' and
20537            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20538            not 'IPSEC' and
20539            not 'VHOST'"
20540   parameters:
20541   - "latency"
20542   - "parent"
20543   - "tags"
20544   sort:
20545   - "IP4BASE"
20546   - "ACL_STATELESS"
20547   - "ACL_STATEFUL"
20548   - "ACL_STATELESS"
20549   - "ACL_STATEFUL"
20550   layout:
20551     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20552     layout: "plot-latency"
20553
20554 - type: "plot"
20555   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20556   algorithm: "plot_latency_error_bars"
20557   output-file-type: ".html"
20558   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20559   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20560   filter: "'NIC_Intel-X710' and
20561            '64B' and
20562            'NDRPDR' and
20563            '4T2C' and
20564            'IP4FWD' and
20565            'IACL' and
20566            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20567            not 'IPSEC' and
20568            not 'VHOST'"
20569   parameters:
20570   - "latency"
20571   - "parent"
20572   - "tags"
20573   sort:
20574   - "IP4BASE"
20575   - "ACL_STATELESS"
20576   - "ACL_STATEFUL"
20577   - "ACL_STATELESS"
20578   - "ACL_STATEFUL"
20579   layout:
20580     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
20581     layout: "plot-latency"
20582
20583 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20584 - type: "plot"
20585   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20586   algorithm: "plot_latency_error_bars"
20587   output-file-type: ".html"
20588   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20589   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20590   filter: "'NIC_Intel-X710' and
20591            '64B' and
20592            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20593            'NDRPDR' and
20594            '2T1C' and
20595            'IP4FWD' and
20596            not 'IPSEC' and
20597            not 'DOT1Q' and
20598            not 'VHOST'"
20599   parameters:
20600   - "latency"
20601   - "parent"
20602   - "tags"
20603   sort:
20604   - "IP4BASE"
20605   - "FIB_20K"
20606   - "FIB_200K"
20607   - "FIB_2M"
20608   layout:
20609     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20610     layout: "plot-latency"
20611
20612 - type: "plot"
20613   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20614   algorithm: "plot_latency_error_bars"
20615   output-file-type: ".html"
20616   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20617   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20618   filter: "'NIC_Intel-X710' and
20619            '64B' and
20620            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20621            'NDRPDR' and
20622            '4T2C' and
20623            'IP4FWD' and
20624            not 'IPSEC' and
20625            not 'DOT1Q' and
20626            not 'VHOST'"
20627   parameters:
20628   - "latency"
20629   - "parent"
20630   - "tags"
20631   sort:
20632   - "IP4BASE"
20633   - "FIB_20K"
20634   - "FIB_200K"
20635   - "FIB_2M"
20636   layout:
20637     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20638     layout: "plot-latency"
20639
20640 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20641 - type: "plot"
20642   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20643   algorithm: "plot_latency_error_bars"
20644   output-file-type: ".html"
20645   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20646   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20647   filter: "'NIC_Intel-X710' and
20648            '64B' and
20649            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20650            'NDRPDR' and
20651            '2T1C' and
20652            'IP4FWD' and
20653            not 'IPSEC' and
20654            not 'DOT1Q' and
20655            not 'VHOST'"
20656   parameters:
20657   - "latency"
20658   - "parent"
20659   - "tags"
20660   sort:
20661   - "IP4BASE"
20662   - "ACL_STATELESS"
20663   - "ACL_STATEFUL"
20664   - "ACL_STATELESS"
20665   - "ACL_STATEFUL"
20666   layout:
20667     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
20668     layout: "plot-latency"
20669
20670 - type: "plot"
20671   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20672   algorithm: "plot_latency_error_bars"
20673   output-file-type: ".html"
20674   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20675   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20676   filter: "'NIC_Intel-X710' and
20677            '64B' and
20678            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20679            'NDRPDR' and
20680            '4T2C' and
20681            'IP4FWD' and
20682            not 'IPSEC' and
20683            not 'DOT1Q' and
20684            not 'VHOST'"
20685   parameters:
20686   - "latency"
20687   - "parent"
20688   - "tags"
20689   sort:
20690   - "IP4BASE"
20691   - "ACL_STATELESS"
20692   - "ACL_STATEFUL"
20693   - "ACL_STATELESS"
20694   - "ACL_STATEFUL"
20695   layout:
20696     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
20697     layout: "plot-latency"
20698
20699 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
20700 - type: "plot"
20701   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20702   algorithm: "plot_latency_error_bars"
20703   output-file-type: ".html"
20704   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20705   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20706   filter: "'NIC_Intel-XXV710' and
20707            '64B' and
20708            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20709            'NDRPDR' and
20710            '2T1C' and
20711            'IP4FWD' and
20712            not 'IPSEC' and
20713            not 'DOT1Q' and
20714            not 'VHOST'"
20715   parameters:
20716   - "latency"
20717   - "parent"
20718   - "tags"
20719   sort:
20720   - "IP4BASE"
20721   - "FIB_20K"
20722   - "FIB_200K"
20723   - "FIB_2M"
20724   layout:
20725     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20726     layout: "plot-latency"
20727
20728 - type: "plot"
20729   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20730   algorithm: "plot_latency_error_bars"
20731   output-file-type: ".html"
20732   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20733   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20734   filter: "'NIC_Intel-XXV710' and
20735            '64B' and
20736            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20737            'NDRPDR' and
20738            '4T2C' and
20739            'IP4FWD' and
20740            not 'IPSEC' and
20741            not 'DOT1Q' and
20742            not 'VHOST'"
20743   parameters:
20744   - "latency"
20745   - "parent"
20746   - "tags"
20747   sort:
20748   - "IP4BASE"
20749   - "FIB_20K"
20750   - "FIB_200K"
20751   - "FIB_2M"
20752   layout:
20753     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20754     layout: "plot-latency"
20755
20756 ################################################################################
20757
20758 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
20759 - type: "plot"
20760   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20761   algorithm: "plot_latency_error_bars"
20762   output-file-type: ".html"
20763   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20764   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20765   filter: "'NIC_Intel-X520-DA2' and
20766            '64B' and
20767            'ENCAP' and
20768            'NDRPDR' and
20769            '1T1C' and
20770            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20771            not 'DOT1Q' and
20772            not 'VHOST' and
20773            not 'IPSECHW'"
20774   parameters:
20775   - "latency"
20776   - "parent"
20777   - "tags"
20778   sort:
20779   - "IP4BASE"
20780   - "L2BDMACLRN"
20781   - "L2XCFWD"
20782   - "LISP"
20783   layout:
20784     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20785     layout: "plot-latency"
20786
20787 - type: "plot"
20788   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20789   algorithm: "plot_latency_error_bars"
20790   output-file-type: ".html"
20791   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20792   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20793   filter: "'NIC_Intel-X520-DA2' and
20794            '64B' and
20795            'ENCAP' and
20796            'NDRPDR' and
20797            '2T2C' and
20798            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20799            not 'DOT1Q' and
20800            not 'VHOST' and
20801            not 'IPSECHW'"
20802   parameters:
20803   - "latency"
20804   - "parent"
20805   - "tags"
20806   sort:
20807   - "IP4BASE"
20808   - "L2BDMACLRN"
20809   - "L2XCFWD"
20810   - "LISP"
20811   layout:
20812     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20813     layout: "plot-latency"
20814
20815 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
20816 - type: "plot"
20817   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20818   algorithm: "plot_latency_error_bars"
20819   output-file-type: ".html"
20820   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20821   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20822   filter: "'NIC_Intel-X710' and
20823            '64B' and
20824            'ENCAP' and
20825            'NDRPDR' and
20826            '1T1C' and
20827            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20828            not 'VHOST' and
20829            not 'IPSECHW'"
20830   parameters:
20831   - "latency"
20832   - "parent"
20833   - "tags"
20834   sort:
20835   - "IP4BASE"
20836   - "LISP"
20837   - "VXLAN_1"
20838   - "VXLAN_10"
20839   - "VXLAN_100"
20840   - "VXLAN_1000"
20841   layout:
20842     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20843     layout: "plot-latency"
20844
20845 - type: "plot"
20846   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20847   algorithm: "plot_latency_error_bars"
20848   output-file-type: ".html"
20849   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20850   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20851   filter: "'NIC_Intel-X710' and
20852            '64B' and
20853            'ENCAP' and
20854            'NDRPDR' and
20855            '2T2C' and
20856            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20857            not 'VHOST' and
20858            not 'IPSECHW'"
20859   parameters:
20860   - "latency"
20861   - "parent"
20862   - "tags"
20863   sort:
20864   - "IP4BASE"
20865   - "LISP"
20866   - "VXLAN_1"
20867   - "VXLAN_10"
20868   - "VXLAN_100"
20869   - "VXLAN_1000"
20870   layout:
20871     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20872     layout: "plot-latency"
20873
20874 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
20875 - type: "plot"
20876   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20877   algorithm: "plot_latency_error_bars"
20878   output-file-type: ".html"
20879   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20880   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20881   filter: "'NIC_Intel-X710' and
20882            '64B' and
20883            'ENCAP' and
20884            'NDRPDR' and
20885            '1T1C' and
20886            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20887            not 'DOT1Q' and
20888            not 'VHOST' and
20889            not 'IPSECHW'"
20890   parameters:
20891   - "latency"
20892   - "parent"
20893   - "tags"
20894   sort:
20895   - "IP4BASE"
20896   - "L2BDMACLRN"
20897   - "L2XCFWD"
20898   - "LISP"
20899   layout:
20900     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
20901     layout: "plot-latency"
20902
20903 - type: "plot"
20904   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20905   algorithm: "plot_latency_error_bars"
20906   output-file-type: ".html"
20907   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20908   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20909   filter: "'NIC_Intel-X710' and
20910            '64B' and
20911            'ENCAP' and
20912            'NDRPDR' and
20913            '2T2C' and
20914            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20915            not 'DOT1Q' and
20916            not 'VHOST' and
20917            not 'IPSECHW'"
20918   parameters:
20919   - "latency"
20920   - "parent"
20921   - "tags"
20922   sort:
20923   - "IP4BASE"
20924   - "L2BDMACLRN"
20925   - "L2XCFWD"
20926   - "LISP"
20927   layout:
20928     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
20929     layout: "plot-latency"
20930
20931 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
20932 - type: "plot"
20933   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20934   algorithm: "plot_latency_error_bars"
20935   output-file-type: ".html"
20936   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20937   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20938   filter: "'NIC_Intel-X710' and
20939            '64B' and
20940            'ENCAP' and
20941            'NDRPDR' and
20942            '2T1C' and
20943            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20944            not 'VHOST' and
20945            not 'IPSECHW'"
20946   parameters:
20947   - "latency"
20948   - "parent"
20949   - "tags"
20950   sort:
20951   - "IP4BASE"
20952   - "LISP"
20953   - "VXLAN_1"
20954   - "VXLAN_10"
20955   - "VXLAN_100"
20956   - "VXLAN_1000"
20957   layout:
20958     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20959     layout: "plot-latency"
20960
20961 - type: "plot"
20962   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20963   algorithm: "plot_latency_error_bars"
20964   output-file-type: ".html"
20965   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20966   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20967   filter: "'NIC_Intel-X710' and
20968            '64B' and
20969            'ENCAP' and
20970            'NDRPDR' and
20971            '4T2C' and
20972            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20973            not 'VHOST' and
20974            not 'IPSECHW'"
20975   parameters:
20976   - "latency"
20977   - "parent"
20978   - "tags"
20979   sort:
20980   - "IP4BASE"
20981   - "LISP"
20982   - "VXLAN_1"
20983   - "VXLAN_10"
20984   - "VXLAN_100"
20985   - "VXLAN_1000"
20986   layout:
20987     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20988     layout: "plot-latency"
20989
20990 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
20991 - type: "plot"
20992   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20993   algorithm: "plot_latency_error_bars"
20994   output-file-type: ".html"
20995   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20996   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20997   filter: "'NIC_Intel-X710' and
20998            '64B' and
20999            'ENCAP' and
21000            'NDRPDR' and
21001            '2T1C' and
21002            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
21003            not 'DOT1Q' and
21004            not 'VHOST' and
21005            not 'IPSECHW'"
21006   parameters:
21007   - "latency"
21008   - "parent"
21009   - "tags"
21010   sort:
21011   - "IP4BASE"
21012   - "L2BDMACLRN"
21013   - "L2XCFWD"
21014   - "LISP"
21015   layout:
21016     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
21017     layout: "plot-latency"
21018
21019 - type: "plot"
21020   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21021   algorithm: "plot_latency_error_bars"
21022   output-file-type: ".html"
21023   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21024   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21025   filter: "'NIC_Intel-X710' and
21026            '64B' and
21027            'ENCAP' and
21028            'NDRPDR' and
21029            '4T2C' and
21030            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
21031            not 'DOT1Q' and
21032            not 'VHOST' and
21033            not 'IPSECHW'"
21034   parameters:
21035   - "latency"
21036   - "parent"
21037   - "tags"
21038   sort:
21039   - "IP4BASE"
21040   - "L2BDMACLRN"
21041   - "L2XCFWD"
21042   - "LISP"
21043   layout:
21044     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
21045     layout: "plot-latency"
21046
21047 ################################################################################
21048
21049 # Packet Latency - VPP IPv6 3n-hsw-x520
21050 - type: "plot"
21051   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21052   algorithm: "plot_latency_error_bars"
21053   output-file-type: ".html"
21054   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21055   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21056   filter: "'NIC_Intel-X520-DA2' and
21057            '78B' and
21058            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21059            'NDRPDR' and
21060            '1T1C' and
21061            'IP6FWD' and
21062            not 'SRv6' and
21063            not 'IPSEC' and
21064            not 'VHOST'"
21065   parameters:
21066   - "latency"
21067   - "parent"
21068   - "tags"
21069   sort:
21070   - "IP6BASE"
21071   - "FIB_20K"
21072   - "FIB_200K"
21073   - "FIB_2M"
21074   layout:
21075     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
21076     layout: "plot-latency"
21077
21078 - type: "plot"
21079   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21080   algorithm: "plot_latency_error_bars"
21081   output-file-type: ".html"
21082   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21083   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21084   filter: "'NIC_Intel-X520-DA2' and
21085            '78B' and
21086            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21087            'NDRPDR' and
21088            '2T2C' and
21089            'IP6FWD' and
21090            not 'SRv6' and
21091            not 'IPSEC' and
21092            not 'VHOST'"
21093   parameters:
21094   - "latency"
21095   - "parent"
21096   - "tags"
21097   sort:
21098   - "IP6BASE"
21099   - "FIB_20K"
21100   - "FIB_200K"
21101   - "FIB_2M"
21102   layout:
21103     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
21104     layout: "plot-latency"
21105
21106 # Packet Latency - VPP IPv6 3n-hsw-x710
21107 - type: "plot"
21108   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21109   algorithm: "plot_latency_error_bars"
21110   output-file-type: ".html"
21111   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21112   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21113   filter: "'NIC_Intel-X710' and
21114            '78B' and
21115            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21116            'NDRPDR' and
21117            '1T1C' and
21118            'IP6FWD' and
21119            not 'SRv6' and
21120            not 'IPSEC' and
21121            not 'VHOST'"
21122   parameters:
21123   - "latency"
21124   - "parent"
21125   - "tags"
21126   sort:
21127   - "IP6BASE"
21128   - "FIB_20K"
21129   - "FIB_200K"
21130   - "FIB_2M"
21131   layout:
21132     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
21133     layout: "plot-latency"
21134
21135 - type: "plot"
21136   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21137   algorithm: "plot_latency_error_bars"
21138   output-file-type: ".html"
21139   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21140   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21141   filter: "'NIC_Intel-X710' and
21142            '78B' and
21143            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21144            'NDRPDR' and
21145            '2T2C' and
21146            'IP6FWD' and
21147            not 'SRv6' and
21148            not 'IPSEC' and
21149            not 'VHOST'"
21150   parameters:
21151   - "latency"
21152   - "parent"
21153   - "tags"
21154   sort:
21155   - "IP6BASE"
21156   - "FIB_20K"
21157   - "FIB_200K"
21158   - "FIB_2M"
21159   layout:
21160     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21161     layout: "plot-latency"
21162
21163 # Packet Latency - VPP IPv6 3n-hsw-xl710
21164 - type: "plot"
21165   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21166   algorithm: "plot_latency_error_bars"
21167   output-file-type: ".html"
21168   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21169   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21170   filter: "'NIC_Intel-XL710' and
21171            '78B' and
21172            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21173            'NDRPDR' and
21174            '1T1C' and
21175            'IP6FWD' and
21176            not 'SRv6' and
21177            not 'IPSEC' and
21178            not 'VHOST'"
21179   parameters:
21180   - "latency"
21181   - "parent"
21182   - "tags"
21183   sort:
21184   - "IP6BASE"
21185   - "FIB_20K"
21186   - "FIB_200K"
21187   - "FIB_2M"
21188   layout:
21189     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
21190     layout: "plot-latency"
21191
21192 - type: "plot"
21193   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21194   algorithm: "plot_latency_error_bars"
21195   output-file-type: ".html"
21196   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21197   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21198   filter: "'NIC_Intel-XL710' and
21199            '78B' and
21200            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21201            'NDRPDR' and
21202            '2T2C' and
21203            'IP6FWD' and
21204            not 'SRv6' and
21205            not 'IPSEC' and
21206            not 'VHOST'"
21207   parameters:
21208   - "latency"
21209   - "parent"
21210   - "tags"
21211   sort:
21212   - "IP6BASE"
21213   - "FIB_20K"
21214   - "FIB_200K"
21215   - "FIB_2M"
21216   layout:
21217     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
21218     layout: "plot-latency"
21219
21220 # Packet Latency - VPP IPv6 3n-skx-x710
21221 - type: "plot"
21222   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21223   algorithm: "plot_latency_error_bars"
21224   output-file-type: ".html"
21225   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21226   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21227   filter: "'NIC_Intel-X710' and
21228            '78B' and
21229            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21230            'NDRPDR' and
21231            '2T1C' and
21232            'IP6FWD' and
21233            not 'SRv6' and
21234            not 'IPSEC' and
21235            not 'VHOST'"
21236   parameters:
21237   - "latency"
21238   - "parent"
21239   - "tags"
21240   sort:
21241   - "IP6BASE"
21242   - "FIB_20K"
21243   - "FIB_200K"
21244   - "FIB_2M"
21245   layout:
21246     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
21247     layout: "plot-latency"
21248
21249 - type: "plot"
21250   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21251   algorithm: "plot_latency_error_bars"
21252   output-file-type: ".html"
21253   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21254   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21255   filter: "'NIC_Intel-X710' and
21256            '78B' and
21257            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21258            'NDRPDR' and
21259            '4T2C' and
21260            'IP6FWD' and
21261            not 'SRv6' and
21262            not 'IPSEC' and
21263            not 'VHOST'"
21264   parameters:
21265   - "latency"
21266   - "parent"
21267   - "tags"
21268   sort:
21269   - "IP6BASE"
21270   - "FIB_20K"
21271   - "FIB_200K"
21272   - "FIB_2M"
21273   layout:
21274     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
21275     layout: "plot-latency"
21276
21277 # Packet Latency - VPP IPv6 3n-skx-xxv710
21278 - type: "plot"
21279   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21280   algorithm: "plot_latency_error_bars"
21281   output-file-type: ".html"
21282   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21283   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21284   filter: "'NIC_Intel-XXV710' and
21285            '78B' and
21286            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21287            'NDRPDR' and
21288            '2T1C' and
21289            'IP6FWD' and
21290            not 'SRv6' and
21291            not 'IPSEC' and
21292            not 'VHOST'"
21293   parameters:
21294   - "latency"
21295   - "parent"
21296   - "tags"
21297   sort:
21298   - "IP6BASE"
21299   - "FIB_20K"
21300   - "FIB_200K"
21301   - "FIB_2M"
21302   layout:
21303     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21304     layout: "plot-latency"
21305
21306 - type: "plot"
21307   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21308   algorithm: "plot_latency_error_bars"
21309   output-file-type: ".html"
21310   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21311   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21312   filter: "'NIC_Intel-XXV710' and
21313            '78B' and
21314            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21315            'NDRPDR' and
21316            '4T2C' and
21317            'IP6FWD' and
21318            not 'SRv6' and
21319            not 'IPSEC' and
21320            not 'VHOST'"
21321   parameters:
21322   - "latency"
21323   - "parent"
21324   - "tags"
21325   sort:
21326   - "IP6BASE"
21327   - "FIB_20K"
21328   - "FIB_200K"
21329   - "FIB_2M"
21330   layout:
21331     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21332     layout: "plot-latency"
21333
21334 # Packet Latency - VPP IPv6 2n-skx-x710
21335 - type: "plot"
21336   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21337   algorithm: "plot_latency_error_bars"
21338   output-file-type: ".html"
21339   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21340   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21341   filter: "'NIC_Intel-X710' and
21342            '78B' and
21343            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21344            'NDRPDR' and
21345            '2T1C' and
21346            'IP6FWD' and
21347            not 'SRv6' and
21348            not 'IPSEC' and
21349            not 'VHOST'"
21350   parameters:
21351   - "latency"
21352   - "parent"
21353   - "tags"
21354   sort:
21355   - "IP6BASE"
21356   - "FIB_20K"
21357   - "FIB_200K"
21358   - "FIB_2M"
21359   layout:
21360     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21361     layout: "plot-latency"
21362
21363 - type: "plot"
21364   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21365   algorithm: "plot_latency_error_bars"
21366   output-file-type: ".html"
21367   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21368   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21369   filter: "'NIC_Intel-X710' and
21370            '78B' and
21371            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21372            'NDRPDR' and
21373            '4T2C' and
21374            'IP6FWD' and
21375            not 'SRv6' and
21376            not 'IPSEC' and
21377            not 'VHOST'"
21378   parameters:
21379   - "latency"
21380   - "parent"
21381   - "tags"
21382   sort:
21383   - "IP6BASE"
21384   - "FIB_20K"
21385   - "FIB_200K"
21386   - "FIB_2M"
21387   layout:
21388     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21389     layout: "plot-latency"
21390
21391 # Packet Latency - VPP IPv6 2n-skx-xxv710
21392 - type: "plot"
21393   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21394   algorithm: "plot_latency_error_bars"
21395   output-file-type: ".html"
21396   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21397   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21398   filter: "'NIC_Intel-XXV710' and
21399            '78B' and
21400            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21401            'NDRPDR' and
21402            '2T1C' and
21403            'IP6FWD' and
21404            not 'SRv6' and
21405            not 'IPSEC' and
21406            not 'VHOST'"
21407   parameters:
21408   - "latency"
21409   - "parent"
21410   - "tags"
21411   sort:
21412   - "IP6BASE"
21413   - "FIB_20K"
21414   - "FIB_200K"
21415   - "FIB_2M"
21416   layout:
21417     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21418     layout: "plot-latency"
21419
21420 - type: "plot"
21421   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21422   algorithm: "plot_latency_error_bars"
21423   output-file-type: ".html"
21424   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21425   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21426   filter: "'NIC_Intel-XXV710' and
21427            '78B' and
21428            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21429            'NDRPDR' and
21430            '4T2C' and
21431            'IP6FWD' and
21432            not 'SRv6' and
21433            not 'IPSEC' and
21434            not 'VHOST'"
21435   parameters:
21436   - "latency"
21437   - "parent"
21438   - "tags"
21439   sort:
21440   - "IP6BASE"
21441   - "FIB_20K"
21442   - "FIB_200K"
21443   - "FIB_2M"
21444   layout:
21445     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21446     layout: "plot-latency"
21447
21448 ################################################################################
21449
21450 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21451 - type: "plot"
21452   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21453   algorithm: "plot_latency_error_bars"
21454   output-file-type: ".html"
21455   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21456   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21457   filter: "'NIC_Intel-X520-DA2' and
21458            '78B' and
21459            'ENCAP' and
21460            'NDRPDR' and
21461            '1T1C' and
21462            'LISP' and
21463            not 'VHOST'"
21464   parameters:
21465   - "latency"
21466   - "parent"
21467   - "tags"
21468   sort:
21469   - "IP4UNRLAY"
21470   - "IP6UNRLAY"
21471   layout:
21472     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
21473     layout: "plot-latency"
21474
21475 - type: "plot"
21476   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21477   algorithm: "plot_latency_error_bars"
21478   output-file-type: ".html"
21479   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21480   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21481   filter: "'NIC_Intel-X520-DA2' and
21482            '78B' and
21483            'ENCAP' and
21484            'NDRPDR' and
21485            '2T2C' and
21486            'LISP' and
21487            not 'VHOST'"
21488   parameters:
21489   - "latency"
21490   - "parent"
21491   - "tags"
21492   sort:
21493   - "IP4UNRLAY"
21494   - "IP6UNRLAY"
21495   layout:
21496     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
21497     layout: "plot-latency"
21498
21499 ################################################################################
21500
21501 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21502 - type: "plot"
21503   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21504   algorithm: "plot_latency_error_bars"
21505   output-file-type: ".html"
21506   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21507   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21508   filter: "'NIC_Intel-XL710' and
21509            '64B' and
21510            'IP4FWD' and
21511            'NDRPDR' and
21512            'BASE' and
21513            '1T1C' and
21514            'IPSECHW' and
21515            not 'VHOST'"
21516   parameters:
21517   - "latency"
21518   - "parent"
21519   - "tags"
21520   layout:
21521     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21522     layout: "plot-latency"
21523
21524 - type: "plot"
21525   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21526   algorithm: "plot_latency_error_bars"
21527   output-file-type: ".html"
21528   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21529   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21530   filter: "'NIC_Intel-XL710' and
21531            '64B' and
21532            'IP4FWD' and
21533            'NDRPDR' and
21534            'BASE' and
21535            '2T2C' and
21536            'IPSECHW' and
21537            not 'VHOST'"
21538   parameters:
21539   - "latency"
21540   - "parent"
21541   - "tags"
21542   layout:
21543     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21544     layout: "plot-latency"
21545
21546 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21547 - type: "plot"
21548   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21549   algorithm: "plot_latency_error_bars"
21550   output-file-type: ".html"
21551   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21552   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21553   filter: "'NIC_Intel-XL710' and
21554            '64B' and
21555            'IP4FWD' and
21556            'NDRPDR' and
21557            'SCALE' and
21558            '1T1C' and
21559            'IPSECHW' and
21560            not 'VHOST'"
21561   parameters:
21562   - "latency"
21563   - "parent"
21564   - "tags"
21565   layout:
21566     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
21567     layout: "plot-latency"
21568
21569 - type: "plot"
21570   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21571   algorithm: "plot_latency_error_bars"
21572   output-file-type: ".html"
21573   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21574   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21575   filter: "'NIC_Intel-XL710' and
21576            '64B' and
21577            'IP4FWD' and
21578            'NDRPDR' and
21579            'SCALE' and
21580            '2T2C' and
21581            'IPSECHW' and
21582            not 'VHOST'"
21583   parameters:
21584   - "latency"
21585   - "parent"
21586   - "tags"
21587   layout:
21588     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
21589     layout: "plot-latency"
21590
21591 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
21592 - type: "plot"
21593   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21594   algorithm: "plot_latency_error_bars"
21595   output-file-type: ".html"
21596   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21597   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21598   filter: "'NIC_Intel-XL710' and
21599            '64B' and
21600            'IP4FWD' and
21601            'NDRPDR' and
21602            '1T1C' and
21603            'IPSECSW' and
21604            not 'VHOST'"
21605   parameters:
21606   - "latency"
21607   - "parent"
21608   - "tags"
21609   layout:
21610     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
21611     layout: "plot-latency"
21612
21613 - type: "plot"
21614   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21615   algorithm: "plot_latency_error_bars"
21616   output-file-type: ".html"
21617   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21618   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21619   filter: "'NIC_Intel-XL710' and
21620            '64B' and
21621            'IP4FWD' and
21622            'NDRPDR' and
21623            '2T2C' and
21624            'IPSECSW' and
21625            not 'VHOST'"
21626   parameters:
21627   - "latency"
21628   - "parent"
21629   - "tags"
21630   layout:
21631     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
21632     layout: "plot-latency"
21633
21634 ################################################################################
21635
21636 # Packet Latency - VPP SRv6 3n-hsw-x520
21637 - type: "plot"
21638   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21639   algorithm: "plot_latency_error_bars"
21640   output-file-type: ".html"
21641   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21642   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21643   filter: "'NIC_Intel-X520-DA2' and
21644            '78B' and
21645            'FEATURE' and
21646            'NDRPDR' and
21647            '1T1C' and
21648            'IP6FWD' and
21649            'SRv6'"
21650   parameters:
21651   - "latency"
21652   - "parent"
21653   - "tags"
21654   layout:
21655     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
21656     layout: "plot-latency"
21657
21658 - type: "plot"
21659   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21660   algorithm: "plot_latency_error_bars"
21661   output-file-type: ".html"
21662   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21663   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21664   filter: "'NIC_Intel-X520-DA2' and
21665            '78B' and
21666            'FEATURE' and
21667            'NDRPDR' and
21668            '2T2C' and
21669            'IP6FWD' and
21670            'SRv6'"
21671   parameters:
21672   - "latency"
21673   - "parent"
21674   - "tags"
21675   layout:
21676     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
21677     layout: "plot-latency"
21678
21679 ################################################################################
21680
21681 # Packet Latency - VPP vhost ip4 3n-hsw-x520
21682 - type: "plot"
21683   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21684   algorithm: "plot_latency_error_bars"
21685   output-file-type: ".html"
21686   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21687   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21688   filter: "'NIC_Intel-X520-DA2' and
21689            '64B' and
21690            'NDRPDR' and
21691            'ETH' and
21692            'IP4FWD' and
21693            '1T1C' and
21694            'VHOST_1024' and
21695            not 'VXLAN' and
21696            not 'DOT1Q'"
21697   parameters:
21698   - "latency"
21699   - "parent"
21700   - "tags"
21701   sort:
21702   - "not CFS_OPT"
21703   - "1VM"
21704   - "2VM"
21705   layout:
21706     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21707     layout: "plot-latency"
21708
21709 - type: "plot"
21710   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21711   algorithm: "plot_latency_error_bars"
21712   output-file-type: ".html"
21713   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21714   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21715   filter: "'NIC_Intel-X520-DA2' and
21716            '64B' and
21717            'NDRPDR' and
21718            'ETH' and
21719            'IP4FWD' and
21720            '2T2C' and
21721            'VHOST_1024' and
21722            not 'VXLAN' and
21723            not 'DOT1Q'"
21724   parameters:
21725   - "latency"
21726   - "parent"
21727   - "tags"
21728   sort:
21729   - "not CFS_OPT"
21730   - "1VM"
21731   - "2VM"
21732   layout:
21733     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21734     layout: "plot-latency"
21735
21736 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
21737 - type: "plot"
21738   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21739   algorithm: "plot_latency_error_bars"
21740   output-file-type: ".html"
21741   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21742   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21743   filter: "'NIC_Intel-X520-DA2' and
21744            '64B' and
21745            'NDRPDR' and
21746            ('ETH' or 'DOT1Q') and
21747            'BASE' and
21748            '1T1C' and
21749            ('L2BDMACLRN' or 'L2XCFWD') and
21750            'VHOST_1024' and
21751            not 'VXLAN' and
21752            not 'IP4FWD' and
21753            not '2VM'"
21754   parameters:
21755   - "latency"
21756   - "parent"
21757   - "tags"
21758   sort:
21759   - "L2BDMACLRN"
21760   - "L2BDMACLRN"
21761   - "L2BDMACLRN"
21762   - "L2XCFWD"
21763   - "L2XCFWD"
21764   - "L2XCFWD"
21765   layout:
21766     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
21767     layout: "plot-latency"
21768
21769 - type: "plot"
21770   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21771   algorithm: "plot_latency_error_bars"
21772   output-file-type: ".html"
21773   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21774   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21775   filter: "'NIC_Intel-X520-DA2' and
21776            '64B' and
21777            'NDRPDR' and
21778            ('ETH' or 'DOT1Q') and
21779            'BASE' and
21780            '2T2C' and
21781            ('L2BDMACLRN' or 'L2XCFWD') and
21782            'VHOST_1024' and
21783            not 'VXLAN' and
21784            not 'IP4FWD' and
21785            not '2VM'"
21786   parameters:
21787   - "latency"
21788   - "parent"
21789   - "tags"
21790   sort:
21791   - "L2BDMACLRN"
21792   - "L2BDMACLRN"
21793   - "L2BDMACLRN"
21794   - "L2XCFWD"
21795   - "L2XCFWD"
21796   - "L2XCFWD"
21797   layout:
21798     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
21799     layout: "plot-latency"
21800
21801 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
21802 - type: "plot"
21803   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21804   algorithm: "plot_latency_error_bars"
21805   output-file-type: ".html"
21806   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21807   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21808   filter: "'NIC_Intel-X520-DA2' and
21809            '64B' and
21810            'NDRPDR' and
21811            ('ETH' or 'DOT1Q') and
21812            '1T1C' and
21813            ('L2BDMACLRN' or 'L2XCFWD') and
21814            'VHOST_1024' and
21815            not 'CFS_OPT' and
21816            not 'DOT1Q' and
21817            not 'VXLAN' and
21818            not 'IP4FWD' and
21819            not 'LBOND'"
21820   parameters:
21821   - "latency"
21822   - "parent"
21823   - "tags"
21824 #  sort:
21825 #  - "1VM"
21826 #  - "L2XCFWD"
21827 #  - "1VM"
21828 #  - "L2BDMACLRN"
21829   layout:
21830     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
21831     layout: "plot-latency"
21832
21833 - type: "plot"
21834   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21835   algorithm: "plot_latency_error_bars"
21836   output-file-type: ".html"
21837   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21838   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21839   filter: "'NIC_Intel-X520-DA2' and
21840            '64B' and
21841            'NDRPDR' and
21842            ('ETH' or 'DOT1Q') and
21843            '2T2C' and
21844            ('L2BDMACLRN' or 'L2XCFWD') and
21845            'VHOST_1024' and
21846            not 'CFS_OPT' and
21847            not 'DOT1Q' and
21848            not 'VXLAN' and
21849            not 'IP4FWD' and
21850            not 'LBOND'"
21851   parameters:
21852   - "latency"
21853   - "parent"
21854   - "tags"
21855 #  sort:
21856 #  - "1VM"
21857 #  - "L2XCFWD"
21858 #  - "1VM"
21859 #  - "L2BDMACLRN"
21860   layout:
21861     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
21862     layout: "plot-latency"
21863
21864 # Packet Latency - VPP vhost ip4 3n-hsw-x710
21865 - type: "plot"
21866   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21867   algorithm: "plot_latency_error_bars"
21868   output-file-type: ".html"
21869   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21870   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21871   filter: "'NIC_Intel-X710' and
21872            '64B' and
21873            'NDRPDR' and
21874            'ETH' and
21875            'IP4FWD' and
21876            '1T1C' and
21877            'VHOST_1024' and
21878            not 'VXLAN' and
21879            not 'CFS_OPT' and
21880            not 'DOT1Q'"
21881   parameters:
21882   - "latency"
21883   - "parent"
21884   - "tags"
21885   sort:
21886   - "1VM"
21887   - "2VM"
21888   layout:
21889     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21890     layout: "plot-latency"
21891
21892 - type: "plot"
21893   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21894   algorithm: "plot_latency_error_bars"
21895   output-file-type: ".html"
21896   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21897   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21898   filter: "'NIC_Intel-X710' and
21899            '64B' and
21900            'NDRPDR' and
21901            'ETH' and
21902            'IP4FWD' and
21903            '2T2C' and
21904            'VHOST_1024' and
21905            not 'VXLAN' and
21906            not 'CFS_OPT' and
21907            not 'DOT1Q'"
21908   parameters:
21909   - "latency"
21910   - "parent"
21911   - "tags"
21912   sort:
21913   - "1VM"
21914   - "2VM"
21915   layout:
21916     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21917     layout: "plot-latency"
21918
21919 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
21920 - type: "plot"
21921   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21922   algorithm: "plot_latency_error_bars"
21923   output-file-type: ".html"
21924   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21925   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21926   filter: "'NIC_Intel-X710' and
21927            '64B' and
21928            'NDRPDR' and
21929            ('ETH' or 'DOT1Q') and
21930            'BASE' and
21931            '1T1C' and
21932            ('L2BDMACLRN' or 'L2XCFWD') and
21933            'VHOST_1024' and
21934            not 'VXLAN' and
21935            not 'IP4FWD' and
21936            not '2VM'"
21937   parameters:
21938   - "latency"
21939   - "parent"
21940   - "tags"
21941   sort:
21942   - "L2BDMACLRN"
21943   - "L2BDMACLRN"
21944   - "L2BDMACLRN"
21945   - "L2XCFWD"
21946   - "L2XCFWD"
21947   - "L2XCFWD"
21948   layout:
21949     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21950     layout: "plot-latency"
21951
21952 - type: "plot"
21953   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21954   algorithm: "plot_latency_error_bars"
21955   output-file-type: ".html"
21956   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21957   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21958   filter: "'NIC_Intel-X710' and
21959            '64B' and
21960            'NDRPDR' and
21961            ('ETH' or 'DOT1Q') and
21962            'BASE' and
21963            '2T2C' and
21964            ('L2BDMACLRN' or 'L2XCFWD') and
21965            'VHOST_1024' and
21966            not 'VXLAN' and
21967            not 'IP4FWD' and
21968            not '2VM'"
21969   parameters:
21970   - "latency"
21971   - "parent"
21972   - "tags"
21973   sort:
21974   - "L2BDMACLRN"
21975   - "L2BDMACLRN"
21976   - "L2BDMACLRN"
21977   - "L2XCFWD"
21978   - "L2XCFWD"
21979   - "L2XCFWD"
21980   layout:
21981     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21982     layout: "plot-latency"
21983
21984 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
21985 - type: "plot"
21986   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21987   algorithm: "plot_latency_error_bars"
21988   output-file-type: ".html"
21989   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21990   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21991   filter: "'NIC_Intel-X710' and
21992            '64B' and
21993            'NDRPDR' and
21994            ('ETH' or 'DOT1Q') and
21995            '1T1C' and
21996            ('L2BDMACLRN' or 'L2XCFWD') and
21997            'VHOST_1024' and
21998            not 'CFS_OPT' and
21999            not 'VXLAN' and
22000            not 'IP4FWD' and
22001            not 'LBOND'"
22002   parameters:
22003   - "latency"
22004   - "parent"
22005   - "tags"
22006   sort:
22007   - "L2BDMACLRN"
22008   - "L2BDMACLRN"
22009   - "L2BDMACLRN"
22010   - "L2XCFWD"
22011   - "L2XCFWD"
22012   - "L2XCFWD"
22013   layout:
22014     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
22015     layout: "plot-latency"
22016
22017 - type: "plot"
22018   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
22019   algorithm: "plot_latency_error_bars"
22020   output-file-type: ".html"
22021   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
22022   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22023   filter: "'NIC_Intel-X710' and
22024            '64B' and
22025            'NDRPDR' and
22026            ('ETH' or 'DOT1Q') and
22027            '2T2C' and
22028            ('L2BDMACLRN' or 'L2XCFWD') and
22029            'VHOST_1024' and
22030            not 'CFS_OPT' and
22031            not 'VXLAN' and
22032            not 'IP4FWD' and
22033            not 'LBOND'"
22034   parameters:
22035   - "latency"
22036   - "parent"
22037   - "tags"
22038   sort:
22039   - "L2BDMACLRN"
22040   - "L2BDMACLRN"
22041   - "L2BDMACLRN"
22042   - "L2XCFWD"
22043   - "L2XCFWD"
22044   - "L2XCFWD"
22045   layout:
22046     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
22047     layout: "plot-latency"
22048
22049 # Packet Latency - VPP vhost ip4 3n-skx-x710
22050 - type: "plot"
22051   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22052   algorithm: "plot_latency_error_bars"
22053   output-file-type: ".html"
22054   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22055   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22056   filter: "'NIC_Intel-X710' and
22057            '64B' and
22058            'NDRPDR' and
22059            'ETH' and
22060            'IP4FWD' and
22061            '2T1C' and
22062            'VHOST_1024' and
22063            not 'VXLAN' and
22064            not 'DOT1Q'"
22065   parameters:
22066   - "latency"
22067   - "parent"
22068   - "tags"
22069   sort:
22070   - "1VM"
22071   - "2VM"
22072   layout:
22073     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22074     layout: "plot-latency"
22075
22076 - type: "plot"
22077   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22078   algorithm: "plot_latency_error_bars"
22079   output-file-type: ".html"
22080   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22081   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22082   filter: "'NIC_Intel-X710' and
22083            '64B' and
22084            'NDRPDR' and
22085            'ETH' and
22086            'IP4FWD' and
22087            '4T2C' and
22088            'VHOST_1024' and
22089            not 'VXLAN' and
22090            not 'DOT1Q'"
22091   parameters:
22092   - "latency"
22093   - "parent"
22094   - "tags"
22095   sort:
22096   - "1VM"
22097   - "2VM"
22098   layout:
22099     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22100     layout: "plot-latency"
22101
22102 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
22103 - type: "plot"
22104   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22105   algorithm: "plot_latency_error_bars"
22106   output-file-type: ".html"
22107   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22108   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22109   filter: "'NIC_Intel-X710' and
22110            '64B' and
22111            'NDRPDR' and
22112            ('ETH' or 'DOT1Q') and
22113            'BASE' and
22114            '2T1C' and
22115            ('L2BDMACLRN' or 'L2XCFWD') and
22116            'VHOST_1024' and
22117            not 'VXLAN' and
22118            not 'IP4FWD' and
22119            not '2VM'"
22120   parameters:
22121   - "latency"
22122   - "parent"
22123   - "tags"
22124   sort:
22125   - "L2BDMACLRN"
22126   - "L2BDMACLRN"
22127   - "L2BDMACLRN"
22128   - "L2XCFWD"
22129   - "L2XCFWD"
22130   - "L2XCFWD"
22131   layout:
22132     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
22133     layout: "plot-latency"
22134
22135 - type: "plot"
22136   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22137   algorithm: "plot_latency_error_bars"
22138   output-file-type: ".html"
22139   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22140   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22141   filter: "'NIC_Intel-X710' and
22142            '64B' and
22143            'NDRPDR' and
22144            ('ETH' or 'DOT1Q') and
22145            'BASE' and
22146            '4T2C' and
22147            ('L2BDMACLRN' or 'L2XCFWD') and
22148            'VHOST_1024' and
22149            not 'VXLAN' and
22150            not 'IP4FWD' and
22151            not '2VM'"
22152   parameters:
22153   - "latency"
22154   - "parent"
22155   - "tags"
22156   sort:
22157   - "L2BDMACLRN"
22158   - "L2BDMACLRN"
22159   - "L2BDMACLRN"
22160   - "L2XCFWD"
22161   - "L2XCFWD"
22162   - "L2XCFWD"
22163   layout:
22164     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
22165     layout: "plot-latency"
22166
22167 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
22168 - type: "plot"
22169   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22170   algorithm: "plot_latency_error_bars"
22171   output-file-type: ".html"
22172   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22173   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22174   filter: "'NIC_Intel-X710' and
22175            '64B' and
22176            'NDRPDR' and
22177            ('ETH' or 'DOT1Q') and
22178            '2T1C' and
22179            ('L2BDMACLRN' or 'L2XCFWD') and
22180            'VHOST_1024' and
22181            not 'CFS_OPT' and
22182            not 'VXLAN' and
22183            not 'IP4FWD' and
22184            not 'LBOND'"
22185   parameters:
22186   - "latency"
22187   - "parent"
22188   - "tags"
22189   sort:
22190   - "L2BDMACLRN"
22191   - "L2BDMACLRN"
22192   - "L2BDMACLRN"
22193   - "L2XCFWD"
22194   - "L2XCFWD"
22195   - "L2XCFWD"
22196   layout:
22197     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
22198     layout: "plot-latency"
22199
22200 - type: "plot"
22201   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22202   algorithm: "plot_latency_error_bars"
22203   output-file-type: ".html"
22204   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22205   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22206   filter: "'NIC_Intel-X710' and
22207            '64B' and
22208            'NDRPDR' and
22209            ('ETH' or 'DOT1Q') and
22210            '4T2C' and
22211            ('L2BDMACLRN' or 'L2XCFWD') and
22212            'VHOST_1024' and
22213            not 'CFS_OPT' and
22214            not 'VXLAN' and
22215            not 'IP4FWD' and
22216            not 'LBOND'"
22217   parameters:
22218   - "latency"
22219   - "parent"
22220   - "tags"
22221   sort:
22222   - "L2BDMACLRN"
22223   - "L2BDMACLRN"
22224   - "L2BDMACLRN"
22225   - "L2XCFWD"
22226   - "L2XCFWD"
22227   - "L2XCFWD"
22228   layout:
22229     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
22230     layout: "plot-latency"
22231
22232 # Packet Latency - VPP vhost ip4 2n-skx-x710
22233 - type: "plot"
22234   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22235   algorithm: "plot_latency_error_bars"
22236   output-file-type: ".html"
22237   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22238   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22239   filter: "'NIC_Intel-X710' and
22240            '64B' and
22241            'NDRPDR' and
22242            'ETH' and
22243            'IP4FWD' and
22244            '2T1C' and
22245            'VHOST_1024' and
22246            not 'VXLAN' and
22247            not 'NF_DENSITY' and
22248            not 'CFS_OPT' and
22249            not 'DOT1Q'"
22250   parameters:
22251   - "latency"
22252   - "parent"
22253   - "tags"
22254   sort:
22255   - "1VM"
22256   - "2VM"
22257   layout:
22258     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22259     layout: "plot-latency"
22260
22261 - type: "plot"
22262   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22263   algorithm: "plot_latency_error_bars"
22264   output-file-type: ".html"
22265   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22266   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22267   filter: "'NIC_Intel-X710' and
22268            '64B' and
22269            'NDRPDR' and
22270            'ETH' and
22271            'IP4FWD' and
22272            '4T2C' and
22273            'VHOST_1024' and
22274            not 'VXLAN' and
22275            not 'NF_DENSITY' and
22276            not 'CFS_OPT' and
22277            not 'DOT1Q'"
22278   parameters:
22279   - "latency"
22280   - "parent"
22281   - "tags"
22282   sort:
22283   - "1VM"
22284   - "2VM"
22285   layout:
22286     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22287     layout: "plot-latency"
22288
22289 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
22290 - type: "plot"
22291   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22292   algorithm: "plot_latency_error_bars"
22293   output-file-type: ".html"
22294   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22295   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22296   filter: "'NIC_Intel-X710' and
22297            '64B' and
22298            'NDRPDR' and
22299            ('ETH' or 'DOT1Q') and
22300            'BASE' and
22301            '2T1C' and
22302            ('L2BDMACLRN' or 'L2XCFWD') and
22303            'VHOST_1024' and
22304            not 'VXLAN' and
22305            not 'NF_DENSITY' and
22306            not 'IP4FWD' and
22307            not '2VM'"
22308   parameters:
22309   - "latency"
22310   - "parent"
22311   - "tags"
22312 #  sort:
22313 #  - "not CFS_OPT"
22314 #  - "L2XCFWD"
22315 #  - "not CFS_OPT"
22316 #  - "CFS_OPT"
22317   layout:
22318     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
22319     layout: "plot-latency"
22320
22321 - type: "plot"
22322   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22323   algorithm: "plot_latency_error_bars"
22324   output-file-type: ".html"
22325   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22326   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22327   filter: "'NIC_Intel-X710' and
22328            '64B' and
22329            'NDRPDR' and
22330            ('ETH' or 'DOT1Q') and
22331            'BASE' and
22332            '4T2C' and
22333            ('L2BDMACLRN' or 'L2XCFWD') and
22334            'VHOST_1024' and
22335            not 'VXLAN' and
22336            not 'NF_DENSITY' and
22337            not 'IP4FWD' and
22338            not '2VM'"
22339   parameters:
22340   - "latency"
22341   - "parent"
22342   - "tags"
22343 #  sort:
22344 #  - "not CFS_OPT"
22345 #  - "L2XCFWD"
22346 #  - "not CFS_OPT"
22347 #  - "CFS_OPT"
22348   layout:
22349     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
22350     layout: "plot-latency"
22351
22352 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
22353 - type: "plot"
22354   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22355   algorithm: "plot_latency_error_bars"
22356   output-file-type: ".html"
22357   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22358   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22359   filter: "'NIC_Intel-X710' and
22360            '64B' and
22361            'NDRPDR' and
22362            ('ETH' or 'DOT1Q') and
22363            '2T1C' and
22364            ('L2BDMACLRN' or 'L2XCFWD') and
22365            'VHOST_1024' and
22366            not 'CFS_OPT' and
22367            not 'VXLAN' and
22368            not 'NF_DENSITY' and
22369            not 'DOT1Q' and
22370            not 'IP4FWD'"
22371   parameters:
22372   - "latency"
22373   - "parent"
22374   - "tags"
22375 #  sort:
22376 #  - "1VM"
22377 #  - "L2XCFWD"
22378 #  - "1VM"
22379 #  - "L2BDMACLRN"
22380   layout:
22381     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
22382     layout: "plot-latency"
22383
22384 - type: "plot"
22385   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22386   algorithm: "plot_latency_error_bars"
22387   output-file-type: ".html"
22388   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22389   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22390   filter: "'NIC_Intel-X710' and
22391            '64B' and
22392            'NDRPDR' and
22393            ('ETH' or 'DOT1Q') and
22394            '4T2C' and
22395            ('L2BDMACLRN' or 'L2XCFWD') and
22396            'VHOST_1024' and
22397            not 'CFS_OPT' and
22398            not 'VXLAN' and
22399            not 'NF_DENSITY' and
22400            not 'DOT1Q' and
22401            not 'IP4FWD'"
22402   parameters:
22403   - "latency"
22404   - "parent"
22405   - "tags"
22406 #  sort:
22407 #  - "1VM"
22408 #  - "L2XCFWD"
22409 #  - "1VM"
22410 #  - "L2BDMACLRN"
22411   layout:
22412     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
22413     layout: "plot-latency"
22414
22415 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
22416 - type: "plot"
22417   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22418   algorithm: "plot_latency_error_bars"
22419   output-file-type: ".html"
22420   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22421   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22422   filter: "'NIC_Intel-XXV710' and
22423            '64B' and
22424            'NDRPDR' and
22425            'ETH' and
22426            'IP4FWD' and
22427            '2T1C' and
22428            'VHOST_1024' and
22429            not 'VXLAN' and
22430            not 'CFS_OPT' and
22431            not 'DOT1Q'"
22432   parameters:
22433   - "latency"
22434   - "parent"
22435   - "tags"
22436   sort:
22437   - "not CFS_OPT"
22438   - "1VM"
22439   - "2VM"
22440   layout:
22441     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
22442     layout: "plot-latency"
22443
22444 - type: "plot"
22445   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22446   algorithm: "plot_latency_error_bars"
22447   output-file-type: ".html"
22448   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22449   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22450   filter: "'NIC_Intel-XXV710' and
22451            '64B' and
22452            'NDRPDR' and
22453            'ETH' and
22454            'IP4FWD' and
22455            '4T2C' and
22456            'VHOST_1024' and
22457            not 'VXLAN' and
22458            not 'CFS_OPT' and
22459            not 'DOT1Q'"
22460   parameters:
22461   - "latency"
22462   - "parent"
22463   - "tags"
22464   sort:
22465   - "not CFS_OPT"
22466   - "1VM"
22467   - "2VM"
22468   layout:
22469     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
22470     layout: "plot-latency"
22471
22472 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
22473 #- type: "plot"
22474 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22475 #  algorithm: "plot_latency_error_bars"
22476 #  output-file-type: ".html"
22477 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22478 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22479 #  filter: "'NIC_Intel-XXV710' and
22480 #           '64B' and
22481 #           'NDRPDR' and
22482 #           ('ETH' or 'DOT1Q') and
22483 #           'BASE' and
22484 #           '2T1C' and
22485 #           ('L2BDMACLRN' or 'L2XCFWD') and
22486 #           'VHOST_1024' and
22487 #           not 'VXLAN' and
22488 #           not 'IP4FWD' and
22489 #           not '2VM'"
22490 #  parameters:
22491 #  - "latency"
22492 #  - "parent"
22493 #  - "tags"
22494 ##  sort:
22495 ##  - "not CFS_OPT"
22496 ##  - "L2XCFWD"
22497 ##  - "not CFS_OPT"
22498 ##  - "CFS_OPT"
22499 #  layout:
22500 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
22501 #    layout: "plot-latency"
22502 #
22503 #- type: "plot"
22504 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22505 #  algorithm: "plot_latency_error_bars"
22506 #  output-file-type: ".html"
22507 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22508 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22509 #  filter: "'NIC_Intel-XXV710' and
22510 #           '64B' and
22511 #           'NDRPDR' and
22512 #           ('ETH' or 'DOT1Q') and
22513 #           'BASE' and
22514 #           '4T2C' and
22515 #           ('L2BDMACLRN' or 'L2XCFWD') and
22516 #           'VHOST_1024' and
22517 #           not 'VXLAN' and
22518 #           not 'IP4FWD' and
22519 #           not '2VM'"
22520 #  parameters:
22521 #  - "latency"
22522 #  - "parent"
22523 #  - "tags"
22524 ##  sort:
22525 ##  - "not CFS_OPT"
22526 ##  - "L2XCFWD"
22527 ##  - "not CFS_OPT"
22528 ##  - "CFS_OPT"
22529 #  layout:
22530 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
22531 #    layout: "plot-latency"
22532 #
22533 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
22534 #- type: "plot"
22535 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22536 #  algorithm: "plot_latency_error_bars"
22537 #  output-file-type: ".html"
22538 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22539 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22540 #  filter: "'NIC_Intel-XXV710' and
22541 #           '64B' and
22542 #           'NDRPDR' and
22543 #           ('ETH' or 'DOT1Q') and
22544 #           '2T1C' and
22545 #           ('L2BDMACLRN' or 'L2XCFWD') and
22546 #           'VHOST_1024' and
22547 #           not 'CFS_OPT' and
22548 #           not 'VXLAN' and
22549 #           not 'DOT1Q' and
22550 #           not 'IP4FWD'"
22551 #  parameters:
22552 #  - "latency"
22553 #  - "parent"
22554 #  - "tags"
22555 ##  sort:
22556 ##  - "1VM"
22557 ##  - "L2XCFWD"
22558 ##  - "1VM"
22559 ##  - "L2BDMACLRN"
22560 #  layout:
22561 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
22562 #    layout: "plot-latency"
22563 #
22564 #- type: "plot"
22565 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22566 #  algorithm: "plot_latency_error_bars"
22567 #  output-file-type: ".html"
22568 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22569 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22570 #  filter: "'NIC_Intel-XXV710' and
22571 #           '64B' and
22572 #           'NDRPDR' and
22573 #           ('ETH' or 'DOT1Q') and
22574 #           '4T2C' and
22575 #           ('L2BDMACLRN' or 'L2XCFWD') and
22576 #           'VHOST_1024' and
22577 #           not 'CFS_OPT' and
22578 #           not 'VXLAN' and
22579 #           not 'DOT1Q' and
22580 #           not 'IP4FWD'"
22581 #  parameters:
22582 #  - "latency"
22583 #  - "parent"
22584 #  - "tags"
22585 ##  sort:
22586 ##  - "1VM"
22587 ##  - "L2XCFWD"
22588 ##  - "1VM"
22589 ##  - "L2BDMACLRN"
22590 #  layout:
22591 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
22592 #    layout: "plot-latency"
22593
22594 ################################################################################
22595
22596 # Packet Latency - VPP VTS 3n-hsw-x520
22597 - type: "plot"
22598   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22599   algorithm: "plot_latency_error_bars"
22600   output-file-type: ".html"
22601   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22602   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22603   filter: "'NIC_Intel-X520-DA2' and
22604            '114B' and
22605            'NDRPDR' and
22606            '1T1C' and
22607            'VTS'"
22608   parameters:
22609   - "latency"
22610   - "parent"
22611   - "tags"
22612   layout:
22613     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
22614     layout: "plot-latency"
22615
22616 - type: "plot"
22617   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22618   algorithm: "plot_latency_error_bars"
22619   output-file-type: ".html"
22620   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22621   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22622   filter: "'NIC_Intel-X520-DA2' and
22623            '114B' and
22624            'NDRPDR' and
22625            '2T2C' and
22626            'VTS'"
22627   parameters:
22628   - "latency"
22629   - "parent"
22630   - "tags"
22631   layout:
22632     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
22633     layout: "plot-latency"
22634
22635 ################################################################################
22636
22637 # Packet Latency - DPDK l3fwd 3n-hsw-x520
22638 - type: "plot"
22639   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22640   algorithm: "plot_latency_error_bars"
22641   output-file-type: ".html"
22642   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22643   data: "plot-dpdk-throughput-latency-3n-hsw"
22644   filter: "'NIC_Intel-X520-DA2' and
22645            '64B' and
22646            'BASE' and
22647            'NDRPDR' and
22648            '1T1C' and
22649            'IP4FWD'"
22650   parameters:
22651   - "latency"
22652   - "parent"
22653   - "tags"
22654   layout:
22655     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
22656     layout: "plot-latency"
22657
22658 - type: "plot"
22659   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22660   algorithm: "plot_latency_error_bars"
22661   output-file-type: ".html"
22662   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22663   data: "plot-dpdk-throughput-latency-3n-hsw"
22664   filter: "'NIC_Intel-X520-DA2' and
22665            '64B' and
22666            'BASE' and
22667            'NDRPDR' and
22668            '2T2C' and
22669            'IP4FWD'"
22670   parameters:
22671   - "latency"
22672   - "parent"
22673   - "tags"
22674   layout:
22675     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
22676     layout: "plot-latency"
22677
22678 # Packet Latency - DPDK l3fwd 3n-hsw-x710
22679 - type: "plot"
22680   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22681   algorithm: "plot_latency_error_bars"
22682   output-file-type: ".html"
22683   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22684   data: "plot-dpdk-throughput-latency-3n-hsw"
22685   filter: "'NIC_Intel-X710' and
22686            '64B' and
22687            'BASE' and
22688            'NDRPDR' and
22689            '1T1C' and
22690            'IP4FWD'"
22691   parameters:
22692   - "latency"
22693   - "parent"
22694   - "tags"
22695   layout:
22696     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
22697     layout: "plot-latency"
22698
22699 - type: "plot"
22700   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22701   algorithm: "plot_latency_error_bars"
22702   output-file-type: ".html"
22703   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22704   data: "plot-dpdk-throughput-latency-3n-hsw"
22705   filter: "'NIC_Intel-X710' and
22706            '64B' and
22707            'BASE' and
22708            'NDRPDR' and
22709            '2T2C' and
22710            'IP4FWD'"
22711   parameters:
22712   - "latency"
22713   - "parent"
22714   - "tags"
22715   layout:
22716     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
22717     layout: "plot-latency"
22718
22719 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
22720 - type: "plot"
22721   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22722   algorithm: "plot_latency_error_bars"
22723   output-file-type: ".html"
22724   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22725   data: "plot-dpdk-throughput-latency-3n-hsw"
22726   filter: "'NIC_Intel-XL710' and
22727            '64B' and
22728            'BASE' and
22729            'NDRPDR' and
22730            '1T1C' and
22731            'IP4FWD'"
22732   parameters:
22733   - "latency"
22734   - "parent"
22735   - "tags"
22736   layout:
22737     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
22738     layout: "plot-latency"
22739
22740 - type: "plot"
22741   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22742   algorithm: "plot_latency_error_bars"
22743   output-file-type: ".html"
22744   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22745   data: "plot-dpdk-throughput-latency-3n-hsw"
22746   filter: "'NIC_Intel-XL710' and
22747            '64B' and
22748            'BASE' and
22749            'NDRPDR' and
22750            '2T2C' and
22751            'IP4FWD'"
22752   parameters:
22753   - "latency"
22754   - "parent"
22755   - "tags"
22756   layout:
22757     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
22758     layout: "plot-latency"
22759
22760 # Packet Latency - DPDK l3fwd 3n-skx-x710
22761 - type: "plot"
22762   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22763   algorithm: "plot_latency_error_bars"
22764   output-file-type: ".html"
22765   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22766   data: "plot-dpdk-throughput-latency-3n-skx"
22767   filter: "'NIC_Intel-X710' and
22768            '64B' and
22769            'BASE' and
22770            'NDRPDR' and
22771            '2T1C' and
22772            'IP4FWD'"
22773   parameters:
22774   - "latency"
22775   - "parent"
22776   - "tags"
22777   layout:
22778     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
22779     layout: "plot-latency"
22780
22781 - type: "plot"
22782   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22783   algorithm: "plot_latency_error_bars"
22784   output-file-type: ".html"
22785   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22786   data: "plot-dpdk-throughput-latency-3n-skx"
22787   filter: "'NIC_Intel-X710' and
22788            '64B' and
22789            'BASE' and
22790            'NDRPDR' and
22791            '4T2C' and
22792            'IP4FWD'"
22793   parameters:
22794   - "latency"
22795   - "parent"
22796   - "tags"
22797   layout:
22798     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
22799     layout: "plot-latency"
22800
22801 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
22802 - type: "plot"
22803   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22804   algorithm: "plot_latency_error_bars"
22805   output-file-type: ".html"
22806   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22807   data: "plot-dpdk-throughput-latency-3n-skx"
22808   filter: "'NIC_Intel-XXV710' and
22809            '64B' and
22810            'BASE' and
22811            'NDRPDR' and
22812            '2T1C' and
22813            'IP4FWD'"
22814   parameters:
22815   - "latency"
22816   - "parent"
22817   - "tags"
22818   layout:
22819     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
22820     layout: "plot-latency"
22821
22822 - type: "plot"
22823   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22824   algorithm: "plot_latency_error_bars"
22825   output-file-type: ".html"
22826   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22827   data: "plot-dpdk-throughput-latency-3n-skx"
22828   filter: "'NIC_Intel-XXV710' and
22829            '64B' and
22830            'BASE' and
22831            'NDRPDR' and
22832            '4T2C' and
22833            'IP4FWD'"
22834   parameters:
22835   - "latency"
22836   - "parent"
22837   - "tags"
22838   layout:
22839     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
22840     layout: "plot-latency"
22841
22842 # Packet Latency - DPDK l3fwd 2n-skx-x710
22843 - type: "plot"
22844   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22845   algorithm: "plot_latency_error_bars"
22846   output-file-type: ".html"
22847   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22848   data: "plot-dpdk-throughput-latency-2n-skx"
22849   filter: "'NIC_Intel-X710' and
22850            '64B' and
22851            'BASE' and
22852            'NDRPDR' and
22853            '2T1C' and
22854            'IP4FWD'"
22855   parameters:
22856   - "latency"
22857   - "parent"
22858   - "tags"
22859   layout:
22860     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
22861     layout: "plot-latency"
22862
22863 - type: "plot"
22864   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22865   algorithm: "plot_latency_error_bars"
22866   output-file-type: ".html"
22867   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22868   data: "plot-dpdk-throughput-latency-2n-skx"
22869   filter: "'NIC_Intel-X710' and
22870            '64B' and
22871            'BASE' and
22872            'NDRPDR' and
22873            '4T2C' and
22874            'IP4FWD'"
22875   parameters:
22876   - "latency"
22877   - "parent"
22878   - "tags"
22879   layout:
22880     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
22881     layout: "plot-latency"
22882
22883 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
22884 - type: "plot"
22885   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22886   algorithm: "plot_latency_error_bars"
22887   output-file-type: ".html"
22888   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22889   data: "plot-dpdk-throughput-latency-2n-skx"
22890   filter: "'NIC_Intel-XXV710' and
22891            '64B' and
22892            'BASE' and
22893            'NDRPDR' and
22894            '2T1C' and
22895            'IP4FWD'"
22896   parameters:
22897   - "latency"
22898   - "parent"
22899   - "tags"
22900   layout:
22901     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
22902     layout: "plot-latency"
22903
22904 - type: "plot"
22905   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22906   algorithm: "plot_latency_error_bars"
22907   output-file-type: ".html"
22908   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22909   data: "plot-dpdk-throughput-latency-2n-skx"
22910   filter: "'NIC_Intel-XXV710' and
22911            '64B' and
22912            'BASE' and
22913            'NDRPDR' and
22914            '4T2C' and
22915            'IP4FWD'"
22916   parameters:
22917   - "latency"
22918   - "parent"
22919   - "tags"
22920   layout:
22921     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
22922     layout: "plot-latency"
22923
22924 ################################################################################
22925
22926 # Packet Latency - DPDK testpmd 3n-hsw-x520
22927 - type: "plot"
22928   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22929   algorithm: "plot_latency_error_bars"
22930   output-file-type: ".html"
22931   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22932   data: "plot-dpdk-throughput-latency-3n-hsw"
22933   filter: "'NIC_Intel-X520-DA2' and
22934            '64B' and
22935            'BASE' and
22936            'NDRPDR' and
22937            '1T1C' and
22938            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22939   parameters:
22940   - "latency"
22941   - "parent"
22942   - "tags"
22943   layout:
22944     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
22945     layout: "plot-latency"
22946
22947 - type: "plot"
22948   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22949   algorithm: "plot_latency_error_bars"
22950   output-file-type: ".html"
22951   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22952   data: "plot-dpdk-throughput-latency-3n-hsw"
22953   filter: "'NIC_Intel-X520-DA2' and
22954            '64B' and
22955            'BASE' and
22956            'NDRPDR' and
22957            '2T2C' and
22958            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22959   parameters:
22960   - "latency"
22961   - "parent"
22962   - "tags"
22963   layout:
22964     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
22965     layout: "plot-latency"
22966
22967 # Packet Latency - DPDK testpmd 3n-hsw-x710
22968 - type: "plot"
22969   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22970   algorithm: "plot_latency_error_bars"
22971   output-file-type: ".html"
22972   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22973   data: "plot-dpdk-throughput-latency-3n-hsw"
22974   filter: "'NIC_Intel-X710' and
22975            '64B' and
22976            'BASE' and
22977            'NDRPDR' and
22978            '1T1C' and
22979            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22980   parameters:
22981   - "latency"
22982   - "parent"
22983   - "tags"
22984   layout:
22985     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
22986     layout: "plot-latency"
22987
22988 - type: "plot"
22989   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22990   algorithm: "plot_latency_error_bars"
22991   output-file-type: ".html"
22992   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22993   data: "plot-dpdk-throughput-latency-3n-hsw"
22994   filter: "'NIC_Intel-X710' and
22995            '64B' and
22996            'BASE' and
22997            'NDRPDR' and
22998            '2T2C' and
22999            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23000   parameters:
23001   - "latency"
23002   - "parent"
23003   - "tags"
23004   layout:
23005     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
23006     layout: "plot-latency"
23007
23008 # Packet Latency - DPDK testpmd 3n-hsw-xl710
23009 - type: "plot"
23010   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23011   algorithm: "plot_latency_error_bars"
23012   output-file-type: ".html"
23013   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23014   data: "plot-dpdk-throughput-latency-3n-hsw"
23015   filter: "'NIC_Intel-XL710' and
23016            '64B' and
23017            'BASE' and
23018            'NDRPDR' and
23019            '1T1C' and
23020            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23021   parameters:
23022   - "latency"
23023   - "parent"
23024   - "tags"
23025   layout:
23026     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
23027     layout: "plot-latency"
23028
23029 - type: "plot"
23030   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23031   algorithm: "plot_latency_error_bars"
23032   output-file-type: ".html"
23033   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23034   data: "plot-dpdk-throughput-latency-3n-hsw"
23035   filter: "'NIC_Intel-XL710' and
23036            '64B' and
23037            'BASE' and
23038            'NDRPDR' and
23039            '2T2C' and
23040            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23041   parameters:
23042   - "latency"
23043   - "parent"
23044   - "tags"
23045   layout:
23046     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
23047     layout: "plot-latency"
23048
23049 # Packet Latency - DPDK testpmd 3n-skx-x710
23050 - type: "plot"
23051   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23052   algorithm: "plot_latency_error_bars"
23053   output-file-type: ".html"
23054   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23055   data: "plot-dpdk-throughput-latency-3n-skx"
23056   filter: "'NIC_Intel-X710' and
23057            '64B' and
23058            'BASE' and
23059            'NDRPDR' and
23060            '2T1C' and
23061            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23062   parameters:
23063   - "latency"
23064   - "parent"
23065   - "tags"
23066   layout:
23067     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
23068     layout: "plot-latency"
23069
23070 - type: "plot"
23071   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23072   algorithm: "plot_latency_error_bars"
23073   output-file-type: ".html"
23074   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23075   data: "plot-dpdk-throughput-latency-3n-skx"
23076   filter: "'NIC_Intel-X710' and
23077            '64B' and
23078            'BASE' and
23079            'NDRPDR' and
23080            '4T2C' and
23081            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23082   parameters:
23083   - "latency"
23084   - "parent"
23085   - "tags"
23086   layout:
23087     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
23088     layout: "plot-latency"
23089
23090 # Packet Latency - DPDK testpmd 3n-skx-xxv710
23091 - type: "plot"
23092   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23093   algorithm: "plot_latency_error_bars"
23094   output-file-type: ".html"
23095   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23096   data: "plot-dpdk-throughput-latency-3n-skx"
23097   filter: "'NIC_Intel-XXV710' and
23098            '64B' and
23099            'BASE' and
23100            'NDRPDR' and
23101            '2T1C' and
23102            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23103   parameters:
23104   - "latency"
23105   - "parent"
23106   - "tags"
23107   layout:
23108     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
23109     layout: "plot-latency"
23110
23111 - type: "plot"
23112   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23113   algorithm: "plot_latency_error_bars"
23114   output-file-type: ".html"
23115   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23116   data: "plot-dpdk-throughput-latency-3n-skx"
23117   filter: "'NIC_Intel-XXV710' and
23118            '64B' and
23119            'BASE' and
23120            'NDRPDR' and
23121            '4T2C' and
23122            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23123   parameters:
23124   - "latency"
23125   - "parent"
23126   - "tags"
23127   layout:
23128     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
23129     layout: "plot-latency"
23130
23131 # Packet Latency - DPDK testpmd 2n-skx-x710
23132 - type: "plot"
23133   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23134   algorithm: "plot_latency_error_bars"
23135   output-file-type: ".html"
23136   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23137   data: "plot-dpdk-throughput-latency-2n-skx"
23138   filter: "'NIC_Intel-X710' and
23139            '64B' and
23140            'BASE' and
23141            'NDRPDR' and
23142            '2T1C' and
23143            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23144   parameters:
23145   - "latency"
23146   - "parent"
23147   - "tags"
23148   layout:
23149     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
23150     layout: "plot-latency"
23151
23152 - type: "plot"
23153   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23154   algorithm: "plot_latency_error_bars"
23155   output-file-type: ".html"
23156   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23157   data: "plot-dpdk-throughput-latency-2n-skx"
23158   filter: "'NIC_Intel-X710' and
23159            '64B' and
23160            'BASE' and
23161            'NDRPDR' and
23162            '4T2C' and
23163            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23164   parameters:
23165   - "latency"
23166   - "parent"
23167   - "tags"
23168   layout:
23169     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
23170     layout: "plot-latency"
23171
23172 # Packet Latency - DPDK testpmd 2n-skx-xxv710
23173 - type: "plot"
23174   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23175   algorithm: "plot_latency_error_bars"
23176   output-file-type: ".html"
23177   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23178   data: "plot-dpdk-throughput-latency-2n-skx"
23179   filter: "'NIC_Intel-XXV710' and
23180            '64B' and
23181            'BASE' and
23182            'NDRPDR' and
23183            '2T1C' and
23184            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23185   parameters:
23186   - "latency"
23187   - "parent"
23188   - "tags"
23189   layout:
23190     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
23191     layout: "plot-latency"
23192
23193 - type: "plot"
23194   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23195   algorithm: "plot_latency_error_bars"
23196   output-file-type: ".html"
23197   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23198   data: "plot-dpdk-throughput-latency-2n-skx"
23199   filter: "'NIC_Intel-XXV710' and
23200            '64B' and
23201            'BASE' and
23202            'NDRPDR' and
23203            '4T2C' and
23204            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23205   parameters:
23206   - "latency"
23207   - "parent"
23208   - "tags"
23209   layout:
23210     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
23211     layout: "plot-latency"
23212
23213 ################################################################################
23214
23215 # Speedup - VPP Container Memif 3n-hsw-x520
23216 - type: "plot"
23217   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23218   algorithm: "plot_throughput_speedup_analysis"
23219   output-file-type: ".html"
23220   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23221   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23222   filter: "'NIC_Intel-X520-DA2' and
23223            '64B' and
23224            ('BASE' or 'SCALE') and
23225            'NDRPDR' and
23226            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23227            not 'VHOST' and
23228            'MEMIF'"
23229   parameters:
23230   - "throughput"
23231   - "parent"
23232   - "tags"
23233   sort:
23234   - "L2XCFWD"
23235   - "L2XCFWD"
23236   - "L2XCFWD"
23237   - "L2BDMACLRN"
23238   - "L2BDMACLRN"
23239   - "L2BDMACLRN"
23240   - "IP4FWD"
23241   layout:
23242     title: "memif-3n-hsw-x520-64b-base_and_features-ndr"
23243     layout: "plot-throughput-speedup-analysis"
23244
23245 - type: "plot"
23246   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23247   algorithm: "plot_throughput_speedup_analysis"
23248   output-file-type: ".html"
23249   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23250   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23251   filter: "'NIC_Intel-X520-DA2' and
23252            '64B' and
23253            ('BASE' or 'SCALE') and
23254            'NDRPDR' and
23255            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23256            not 'VHOST' and
23257            'MEMIF'"
23258   parameters:
23259   - "throughput"
23260   - "parent"
23261   - "tags"
23262   sort:
23263   - "L2XCFWD"
23264   - "L2XCFWD"
23265   - "L2XCFWD"
23266   - "L2BDMACLRN"
23267   - "L2BDMACLRN"
23268   - "L2BDMACLRN"
23269   - "IP4FWD"
23270   layout:
23271     title: "memif-3n-hsw-x520-64b-base_and_features-pdr"
23272     layout: "plot-throughput-speedup-analysis"
23273
23274 # Speedup - VPP Container Memif 3n-hsw-x710
23275 - type: "plot"
23276   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23277   algorithm: "plot_throughput_speedup_analysis"
23278   output-file-type: ".html"
23279   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23280   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23281   filter: "'NIC_Intel-X710' and
23282            '64B' and
23283            ('BASE' or 'SCALE') and
23284            'NDRPDR' and
23285            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23286            not 'VHOST' and
23287            'MEMIF'"
23288   parameters:
23289   - "throughput"
23290   - "parent"
23291   - "tags"
23292   sort:
23293   - "L2XCFWD"
23294   - "L2XCFWD"
23295   - "L2XCFWD"
23296   - "L2BDMACLRN"
23297   - "L2BDMACLRN"
23298   - "L2BDMACLRN"
23299   - "IP4FWD"
23300   layout:
23301     title: "memif-3n-hsw-x710-64b-base_and_features-ndr"
23302     layout: "plot-throughput-speedup-analysis"
23303
23304 - type: "plot"
23305   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23306   algorithm: "plot_throughput_speedup_analysis"
23307   output-file-type: ".html"
23308   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23309   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23310   filter: "'NIC_Intel-X710' and
23311            '64B' and
23312            ('BASE' or 'SCALE') and
23313            'NDRPDR' and
23314            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23315            not 'VHOST' and
23316            'MEMIF'"
23317   parameters:
23318   - "throughput"
23319   - "parent"
23320   - "tags"
23321   sort:
23322   - "L2XCFWD"
23323   - "L2XCFWD"
23324   - "L2XCFWD"
23325   - "L2BDMACLRN"
23326   - "L2BDMACLRN"
23327   - "L2BDMACLRN"
23328   - "IP4FWD"
23329   layout:
23330     title: "memif-3n-hsw-x710-64b-base_and_features-pdr"
23331     layout: "plot-throughput-speedup-analysis"
23332
23333 # Speedup - VPP Container Memif 3n-hsw-xl710
23334 - type: "plot"
23335   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23336   algorithm: "plot_throughput_speedup_analysis"
23337   output-file-type: ".html"
23338   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23339   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23340   filter: "'NIC_Intel-XL710' and
23341            '64B' and
23342            ('BASE' or 'SCALE') and
23343            'NDRPDR' and
23344            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23345            not 'VHOST' and
23346            'MEMIF'"
23347   parameters:
23348   - "throughput"
23349   - "parent"
23350   - "tags"
23351   sort:
23352   - "L2XCFWD"
23353   - "L2XCFWD"
23354   - "L2XCFWD"
23355   - "L2BDMACLRN"
23356   - "L2BDMACLRN"
23357   - "L2BDMACLRN"
23358   - "IP4FWD"
23359   layout:
23360     title: "memif-3n-hsw-xl710-64b-base_and_features-ndr"
23361     layout: "plot-throughput-speedup-analysis"
23362
23363 - type: "plot"
23364   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23365   algorithm: "plot_throughput_speedup_analysis"
23366   output-file-type: ".html"
23367   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23368   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23369   filter: "'NIC_Intel-XL710' and
23370            '64B' and
23371            ('BASE' or 'SCALE') and
23372            'NDRPDR' and
23373            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23374            not 'VHOST' and
23375            'MEMIF'"
23376   parameters:
23377   - "throughput"
23378   - "parent"
23379   - "tags"
23380   sort:
23381   - "L2XCFWD"
23382   - "L2XCFWD"
23383   - "L2XCFWD"
23384   - "L2BDMACLRN"
23385   - "L2BDMACLRN"
23386   - "L2BDMACLRN"
23387   - "IP4FWD"
23388   layout:
23389     title: "memif-3n-hsw-xl710-64b-base_and_features-pdr"
23390     layout: "plot-throughput-speedup-analysis"
23391
23392 # Speedup - VPP Container Memif 3n-skx-x710
23393 - type: "plot"
23394   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23395   algorithm: "plot_throughput_speedup_analysis"
23396   output-file-type: ".html"
23397   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23398   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23399   filter: "'NIC_Intel-X710' and
23400            '64B' and
23401            ('BASE' or 'SCALE') and
23402            'NDRPDR' and
23403            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23404            not 'VHOST' and
23405            'MEMIF'"
23406   parameters:
23407   - "throughput"
23408   - "parent"
23409   - "tags"
23410   sort:
23411   - "L2XCFWD"
23412   - "L2XCFWD"
23413   - "L2XCFWD"
23414   - "L2BDMACLRN"
23415   - "L2BDMACLRN"
23416   - "L2BDMACLRN"
23417   - "IP4FWD"
23418   layout:
23419     title: "memif-3n-skx-x710-64b-base_and_features-ndr"
23420     layout: "plot-throughput-speedup-analysis"
23421
23422 - type: "plot"
23423   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23424   algorithm: "plot_throughput_speedup_analysis"
23425   output-file-type: ".html"
23426   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23427   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23428   filter: "'NIC_Intel-X710' and
23429            '64B' and
23430            ('BASE' or 'SCALE') and
23431            'NDRPDR' and
23432            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23433            not 'VHOST' and
23434            'MEMIF'"
23435   parameters:
23436   - "throughput"
23437   - "parent"
23438   - "tags"
23439   sort:
23440   - "L2XCFWD"
23441   - "L2XCFWD"
23442   - "L2XCFWD"
23443   - "L2BDMACLRN"
23444   - "L2BDMACLRN"
23445   - "L2BDMACLRN"
23446   - "IP4FWD"
23447   layout:
23448     title: "memif-3n-skx-x710-64b-base_and_features-pdr"
23449     layout: "plot-throughput-speedup-analysis"
23450
23451 # Speedup - VPP Container Memif 2n-skx-x710
23452 - type: "plot"
23453   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23454   algorithm: "plot_throughput_speedup_analysis"
23455   output-file-type: ".html"
23456   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23457   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23458   filter: "'NIC_Intel-X710' and
23459            '64B' and
23460            ('BASE' or 'SCALE') and
23461            'NDRPDR' and
23462            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23463            not 'VHOST' and
23464            not 'NF_DENSITY' and
23465            'MEMIF'"
23466   parameters:
23467   - "throughput"
23468   - "parent"
23469   - "tags"
23470   sort:
23471   - "L2XCFWD"
23472   - "L2XCFWD"
23473   - "L2XCFWD"
23474   - "L2BDMACLRN"
23475   - "L2BDMACLRN"
23476   - "L2BDMACLRN"
23477   - "IP4FWD"
23478   layout:
23479     title: "memif-2n-skx-x710-64b-base_and_features-ndr"
23480     layout: "plot-throughput-speedup-analysis"
23481
23482 - type: "plot"
23483   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23484   algorithm: "plot_throughput_speedup_analysis"
23485   output-file-type: ".html"
23486   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23487   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23488   filter: "'NIC_Intel-X710' and
23489            '64B' and
23490            ('BASE' or 'SCALE') and
23491            'NDRPDR' and
23492            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23493            not 'VHOST' and
23494            not 'NF_DENSITY' and
23495            'MEMIF'"
23496   parameters:
23497   - "throughput"
23498   - "parent"
23499   - "tags"
23500   sort:
23501   - "L2XCFWD"
23502   - "L2XCFWD"
23503   - "L2XCFWD"
23504   - "L2BDMACLRN"
23505   - "L2BDMACLRN"
23506   - "L2BDMACLRN"
23507   - "IP4FWD"
23508   layout:
23509     title: "memif-2n-skx-x710-64b-base_and_features-pdr"
23510     layout: "plot-throughput-speedup-analysis"
23511
23512 ## Speedup - VPP Container Memif 2n-skx-xxv710
23513 #- type: "plot"
23514 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23515 #  algorithm: "plot_throughput_speedup_analysis"
23516 #  output-file-type: ".html"
23517 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23518 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23519 #  filter: "'NIC_Intel-XXV710' and
23520 #           '64B' and
23521 #           ('BASE' or 'SCALE') and
23522 #           'NDRPDR' and
23523 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23524 #           not 'VHOST' and
23525 #           'MEMIF'"
23526 #  parameters:
23527 #  - "throughput"
23528 #  - "parent"
23529 #  - "tags"
23530 #  sort:
23531 #  - "L2XCFWD"
23532 #  - "L2XCFWD"
23533 #  - "L2XCFWD"
23534 #  - "L2BDMACLRN"
23535 #  - "L2BDMACLRN"
23536 #  - "L2BDMACLRN"
23537 #  - "IP4FWD"
23538 #  layout:
23539 #    title: "memif-2n-skx-xxv710-64b-base_and_features-ndr"
23540 #    layout: "plot-throughput-speedup-analysis"
23541 #
23542 #- type: "plot"
23543 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23544 #  algorithm: "plot_throughput_speedup_analysis"
23545 #  output-file-type: ".html"
23546 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23547 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23548 #  filter: "'NIC_Intel-XXV710' and
23549 #           '64B' and
23550 #           ('BASE' or 'SCALE') and
23551 #           'NDRPDR' and
23552 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23553 #           not 'VHOST' and
23554 #           'MEMIF'"
23555 #  parameters:
23556 #  - "throughput"
23557 #  - "parent"
23558 #  - "tags"
23559 #  sort:
23560 #  - "L2XCFWD"
23561 #  - "L2XCFWD"
23562 #  - "L2XCFWD"
23563 #  - "L2BDMACLRN"
23564 #  - "L2BDMACLRN"
23565 #  - "L2BDMACLRN"
23566 #  - "IP4FWD"
23567 #  layout:
23568 #    title: "memif-2n-skx-xxv710-64b-base_and_features-pdr"
23569 #    layout: "plot-throughput-speedup-analysis"
23570
23571 ################################################################################
23572
23573 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
23574 #- type: "plot"
23575 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23576 #  algorithm: "plot_throughput_speedup_analysis"
23577 #  output-file-type: ".html"
23578 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23579 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23580 #  filter: "'NIC_Intel-X520-DA2' and
23581 #           '64B' and
23582 #           ('BASE' or 'SCALE') and
23583 #           'NDRPDR' and
23584 #           'L2XCFWD' and
23585 #           not 'VHOST' and
23586 #           not 'NF_DENSITY' and
23587 #           'MEMIF'"
23588 #  parameters:
23589 #  - "throughput"
23590 #  - "parent"
23591 #  - "tags"
23592 #  sort:
23593 #  - "1VNF"
23594 #  - "2VNF"
23595 #  - "4VNF"
23596 #  - "2VNF"
23597 #  - "4VNF"
23598 #  layout:
23599 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
23600 #    layout: "plot-throughput-speedup-analysis"
23601 #
23602 #- type: "plot"
23603 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23604 #  algorithm: "plot_throughput_speedup_analysis"
23605 #  output-file-type: ".html"
23606 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23607 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23608 #  filter: "'NIC_Intel-X520-DA2' and
23609 #           '64B' and
23610 #           ('BASE' or 'SCALE') and
23611 #           'NDRPDR' and
23612 #           'L2XCFWD' and
23613 #           not 'VHOST' and
23614 #           not 'NF_DENSITY' and
23615 #           'MEMIF'"
23616 #  parameters:
23617 #  - "throughput"
23618 #  - "parent"
23619 #  - "tags"
23620 #  sort:
23621 #  - "1VNF"
23622 #  - "2VNF"
23623 #  - "4VNF"
23624 #  - "2VNF"
23625 #  - "4VNF"
23626 #  layout:
23627 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
23628 #    layout: "plot-throughput-speedup-analysis"
23629 #
23630 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
23631 #- type: "plot"
23632 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23633 #  algorithm: "plot_throughput_speedup_analysis"
23634 #  output-file-type: ".html"
23635 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23636 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23637 #  filter: "'NIC_Intel-X520-DA2' and
23638 #           '64B' and
23639 #           ('BASE' or 'SCALE') and
23640 #           'NDRPDR' and
23641 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23642 #           not 'VHOST' and
23643 #           not 'NF_DENSITY' and
23644 #           'MEMIF'"
23645 #  parameters:
23646 #  - "throughput"
23647 #  - "parent"
23648 #  - "tags"
23649 #  sort:
23650 #  - "1VNF"
23651 #  - "2VNF"
23652 #  - "4VNF"
23653 #  - "2VNF"
23654 #  - "4VNF"
23655 #  layout:
23656 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
23657 #    layout: "plot-throughput-speedup-analysis"
23658 #
23659 #- type: "plot"
23660 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23661 #  algorithm: "plot_throughput_speedup_analysis"
23662 #  output-file-type: ".html"
23663 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23664 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23665 #  filter: "'NIC_Intel-X520-DA2' and
23666 #           '64B' and
23667 #           ('BASE' or 'SCALE') and
23668 #           'NDRPDR' and
23669 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23670 #           not 'VHOST' and
23671 #           not 'NF_DENSITY' and
23672 #           'MEMIF'"
23673 #  parameters:
23674 #  - "throughput"
23675 #  - "parent"
23676 #  - "tags"
23677 #  sort:
23678 #  - "1VNF"
23679 #  - "2VNF"
23680 #  - "4VNF"
23681 #  - "2VNF"
23682 #  - "4VNF"
23683 #  layout:
23684 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
23685 #    layout: "plot-throughput-speedup-analysis"
23686 #
23687 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
23688 #- type: "plot"
23689 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23690 #  algorithm: "plot_throughput_speedup_analysis"
23691 #  output-file-type: ".html"
23692 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23693 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23694 #  filter: "'NIC_Intel-X710' and
23695 #           '64B' and
23696 #           ('BASE' or 'SCALE') and
23697 #           'NDRPDR' and
23698 #           'L2XCFWD' and
23699 #           not 'VHOST' and
23700 #           not 'NF_DENSITY' and
23701 #           'MEMIF'"
23702 #  parameters:
23703 #  - "throughput"
23704 #  - "parent"
23705 #  - "tags"
23706 #  sort:
23707 #  - "1VNF"
23708 #  - "2VNF"
23709 #  - "4VNF"
23710 #  - "2VNF"
23711 #  - "4VNF"
23712 #  layout:
23713 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
23714 #    layout: "plot-throughput-speedup-analysis"
23715 #
23716 #- type: "plot"
23717 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23718 #  algorithm: "plot_throughput_speedup_analysis"
23719 #  output-file-type: ".html"
23720 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23721 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23722 #  filter: "'NIC_Intel-X710' and
23723 #           '64B' and
23724 #           ('BASE' or 'SCALE') and
23725 #           'NDRPDR' and
23726 #           'L2XCFWD' and
23727 #           not 'VHOST' and
23728 #           not 'NF_DENSITY' and
23729 #           'MEMIF'"
23730 #  parameters:
23731 #  - "throughput"
23732 #  - "parent"
23733 #  - "tags"
23734 #  sort:
23735 #  - "1VNF"
23736 #  - "2VNF"
23737 #  - "4VNF"
23738 #  - "2VNF"
23739 #  - "4VNF"
23740 #  layout:
23741 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
23742 #    layout: "plot-throughput-speedup-analysis"
23743 #
23744 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
23745 #- type: "plot"
23746 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23747 #  algorithm: "plot_throughput_speedup_analysis"
23748 #  output-file-type: ".html"
23749 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23750 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23751 #  filter: "'NIC_Intel-X710' and
23752 #           '64B' and
23753 #           ('BASE' or 'SCALE') and
23754 #           'NDRPDR' and
23755 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23756 #           not 'VHOST' and
23757 #           not 'NF_DENSITY' and
23758 #           'MEMIF'"
23759 #  parameters:
23760 #  - "throughput"
23761 #  - "parent"
23762 #  - "tags"
23763 #  sort:
23764 #  - "1VNF"
23765 #  - "2VNF"
23766 #  - "4VNF"
23767 #  - "2VNF"
23768 #  - "4VNF"
23769 #  layout:
23770 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
23771 #    layout: "plot-throughput-speedup-analysis"
23772 #
23773 #- type: "plot"
23774 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23775 #  algorithm: "plot_throughput_speedup_analysis"
23776 #  output-file-type: ".html"
23777 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23778 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23779 #  filter: "'NIC_Intel-X710' and
23780 #           '64B' and
23781 #           ('BASE' or 'SCALE') and
23782 #           'NDRPDR' and
23783 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23784 #           not 'VHOST' and
23785 #           not 'NF_DENSITY' and
23786 #           'MEMIF'"
23787 #  parameters:
23788 #  - "throughput"
23789 #  - "parent"
23790 #  - "tags"
23791 #  sort:
23792 #  - "1VNF"
23793 #  - "2VNF"
23794 #  - "4VNF"
23795 #  - "2VNF"
23796 #  - "4VNF"
23797 #  layout:
23798 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
23799 #    layout: "plot-throughput-speedup-analysis"
23800
23801 ################################################################################
23802
23803 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
23804 - type: "plot"
23805   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23806   algorithm: "plot_throughput_speedup_analysis"
23807   output-file-type: ".html"
23808   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23809   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23810   filter: "'NIC_Intel-X520-DA2' and
23811            '64B' and
23812            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23813            'NDRPDR' and
23814            'IP4FWD' and
23815            not 'IPSEC' and
23816            not 'DOT1Q' and
23817            not 'VHOST'"
23818   parameters:
23819   - "throughput"
23820   - "parent"
23821   - "tags"
23822   sort:
23823   - "DOT1Q"
23824   - "IP4BASE"
23825   - "FIB_20K"
23826   - "FIB_200K"
23827   - "FIB_2M"
23828   layout:
23829     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
23830     layout: "plot-throughput-speedup-analysis"
23831
23832 - type: "plot"
23833   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23834   algorithm: "plot_throughput_speedup_analysis"
23835   output-file-type: ".html"
23836   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23837   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23838   filter: "'NIC_Intel-X520-DA2' and
23839            '64B' and
23840            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23841            'NDRPDR' and
23842            'IP4FWD' and
23843            not 'IPSEC' and
23844            not 'DOT1Q' and
23845            not 'VHOST'"
23846   parameters:
23847   - "throughput"
23848   - "parent"
23849   - "tags"
23850   sort:
23851   - "DOT1Q"
23852   - "IP4BASE"
23853   - "FIB_20K"
23854   - "FIB_200K"
23855   - "FIB_2M"
23856   layout:
23857     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
23858     layout: "plot-throughput-speedup-analysis"
23859
23860 # Speedup - VPP IPv4 3n-hsw-x520 features
23861 - type: "plot"
23862   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
23863   algorithm: "plot_throughput_speedup_analysis"
23864   output-file-type: ".html"
23865   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
23866   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23867   filter: "'NIC_Intel-X520-DA2' and
23868            '64B' and
23869            ('IP4BASE' or
23870             'POLICE_MARK' or
23871             'COPWHLIST' or
23872             ('NAT44' and 'BASE') or
23873             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23874            'NDRPDR' and
23875            'IP4FWD' and
23876            not 'IPSEC' and
23877            not 'VHOST'"
23878   parameters:
23879   - "throughput"
23880   - "parent"
23881   - "tags"
23882   sort:
23883   - "DOT1Q"
23884   - "IP4BASE"
23885   - "NAT44"
23886   - "POLICE_MARK"
23887   - "COPWHLIST"
23888   - "IACL"
23889   - "OACL"
23890   layout:
23891     title: "ip4-3n-hsw-x520-64b-features-ndr"
23892     layout: "plot-throughput-speedup-analysis"
23893
23894 - type: "plot"
23895   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
23896   algorithm: "plot_throughput_speedup_analysis"
23897   output-file-type: ".html"
23898   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
23899   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23900   filter: "'NIC_Intel-X520-DA2' and
23901            '64B' and
23902            ('IP4BASE' or
23903             'POLICE_MARK' or
23904             'COPWHLIST' or
23905             ('NAT44' and 'BASE') or
23906             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23907            'NDRPDR' and
23908            'IP4FWD' and
23909            not 'IPSEC' and
23910            not 'VHOST'"
23911   parameters:
23912   - "throughput"
23913   - "parent"
23914   - "tags"
23915   sort:
23916   - "DOT1Q"
23917   - "IP4BASE"
23918   - "NAT44"
23919   - "POLICE_MARK"
23920   - "COPWHLIST"
23921   - "IACL"
23922   - "OACL"
23923   layout:
23924     title: "ip4-3n-hsw-x520-64b-features-pdr"
23925     layout: "plot-throughput-speedup-analysis"
23926
23927 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
23928 - type: "plot"
23929   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23930   algorithm: "plot_throughput_speedup_analysis"
23931   output-file-type: ".html"
23932   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23933   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23934   filter: "'NIC_Intel-X520-DA2' and
23935            '64B' and
23936            'NDRPDR' and
23937            'IP4FWD' and
23938            ('NAT44' or 'IP4BASE') and
23939            not 'DOT1Q' and
23940            not 'IPSEC' and
23941            not 'VHOST'"
23942   parameters:
23943   - "throughput"
23944   - "parent"
23945   - "tags"
23946   sort:
23947   - "IP4BASE"
23948   - "BASE"
23949   - "SRC_USER_10"
23950   - "SRC_USER_100"
23951   - "SRC_USER_1000"
23952   - "SRC_USER_2000"
23953   layout:
23954     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
23955     layout: "plot-throughput-speedup-analysis"
23956
23957 - type: "plot"
23958   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23959   algorithm: "plot_throughput_speedup_analysis"
23960   output-file-type: ".html"
23961   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23962   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23963   filter: "'NIC_Intel-X520-DA2' and
23964            '64B' and
23965            'NDRPDR' and
23966            'IP4FWD' and
23967            ('NAT44' or 'IP4BASE') and
23968            not 'DOT1Q' and
23969            not 'IPSEC' and
23970            not 'VHOST'"
23971   parameters:
23972   - "throughput"
23973   - "parent"
23974   - "tags"
23975   sort:
23976   - "IP4BASE"
23977   - "BASE"
23978   - "SRC_USER_10"
23979   - "SRC_USER_100"
23980   - "SRC_USER_1000"
23981   - "SRC_USER_2000"
23982   layout:
23983     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
23984     layout: "plot-throughput-speedup-analysis"
23985
23986 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
23987 - type: "plot"
23988   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23989   algorithm: "plot_throughput_speedup_analysis"
23990   output-file-type: ".html"
23991   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23992   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23993   filter: "'NIC_Intel-X520-DA2' and
23994            '64B' and
23995            'NDRPDR' and
23996            'IP4FWD' and
23997            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23998            not 'IPSEC' and
23999            not 'DOT1Q' and
24000            not 'VHOST'"
24001   parameters:
24002   - "throughput"
24003   - "parent"
24004   - "tags"
24005   sort:
24006   - "IP4BASE"
24007   - "ACL_STATELESS"
24008   - "ACL_STATEFUL"
24009   - "ACL_STATELESS"
24010   - "ACL_STATEFUL"
24011   layout:
24012     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
24013     layout: "plot-throughput-speedup-analysis"
24014
24015 - type: "plot"
24016   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24017   algorithm: "plot_throughput_speedup_analysis"
24018   output-file-type: ".html"
24019   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24020   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24021   filter: "'NIC_Intel-X520-DA2' and
24022            '64B' and
24023            'NDRPDR' and
24024            'IP4FWD' and
24025            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24026            not 'IPSEC' and
24027            not 'DOT1Q' and
24028            not 'VHOST'"
24029   parameters:
24030   - "throughput"
24031   - "parent"
24032   - "tags"
24033   sort:
24034   - "IP4BASE"
24035   - "ACL_STATELESS"
24036   - "ACL_STATEFUL"
24037   - "ACL_STATELESS"
24038   - "ACL_STATEFUL"
24039   layout:
24040     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
24041     layout: "plot-throughput-speedup-analysis"
24042
24043 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
24044 - type: "plot"
24045   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24046   algorithm: "plot_throughput_speedup_analysis"
24047   output-file-type: ".html"
24048   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24049   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24050   filter: "'NIC_Intel-X520-DA2' and
24051            '64B' and
24052            'NDRPDR' and
24053            'IP4FWD' and
24054            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24055            not 'IPSEC' and
24056            not 'DOT1Q' and
24057            not 'VHOST'"
24058   parameters:
24059   - "throughput"
24060   - "parent"
24061   - "tags"
24062   sort:
24063   - "IP4BASE"
24064   - "ACL_STATELESS"
24065   - "ACL_STATEFUL"
24066   - "ACL_STATELESS"
24067   - "ACL_STATEFUL"
24068   layout:
24069     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
24070     layout: "plot-throughput-speedup-analysis"
24071
24072 - type: "plot"
24073   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24074   algorithm: "plot_throughput_speedup_analysis"
24075   output-file-type: ".html"
24076   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24077   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24078   filter: "'NIC_Intel-X520-DA2' and
24079            '64B' and
24080            'NDRPDR' and
24081            'IP4FWD' and
24082            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24083            not 'IPSEC' and
24084            not 'DOT1Q' and
24085            not 'VHOST'"
24086   parameters:
24087   - "throughput"
24088   - "parent"
24089   - "tags"
24090   sort:
24091   - "IP4BASE"
24092   - "ACL_STATELESS"
24093   - "ACL_STATEFUL"
24094   - "ACL_STATELESS"
24095   - "ACL_STATEFUL"
24096   layout:
24097     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
24098     layout: "plot-throughput-speedup-analysis"
24099
24100 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
24101 - type: "plot"
24102   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24103   algorithm: "plot_throughput_speedup_analysis"
24104   output-file-type: ".html"
24105   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24106   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24107   filter: "'NIC_Intel-X710' and
24108            '64B' and
24109            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24110            'NDRPDR' and
24111            'IP4FWD' and
24112            not 'IPSEC' and
24113            not 'DOT1Q' and
24114            not 'VHOST'"
24115   parameters:
24116   - "throughput"
24117   - "parent"
24118   - "tags"
24119   sort:
24120   - "IP4BASE"
24121   - "FIB_20K"
24122   - "FIB_200K"
24123   - "FIB_2M"
24124   layout:
24125     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24126     layout: "plot-throughput-speedup-analysis"
24127
24128 - type: "plot"
24129   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24130   algorithm: "plot_throughput_speedup_analysis"
24131   output-file-type: ".html"
24132   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24133   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24134   filter: "'NIC_Intel-X710' and
24135            '64B' and
24136            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24137            'NDRPDR' and
24138            'IP4FWD' and
24139            not 'IPSEC' and
24140            not 'DOT1Q' and
24141            not 'VHOST'"
24142   parameters:
24143   - "throughput"
24144   - "parent"
24145   - "tags"
24146   sort:
24147   - "IP4BASE"
24148   - "FIB_20K"
24149   - "FIB_200K"
24150   - "FIB_2M"
24151   layout:
24152     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24153     layout: "plot-throughput-speedup-analysis"
24154
24155 # Speedup - VPP IPv4 3n-hsw-x710 features
24156 - type: "plot"
24157   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
24158   algorithm: "plot_throughput_speedup_analysis"
24159   output-file-type: ".html"
24160   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
24161   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24162   filter: "'NIC_Intel-X710' and
24163            '64B' and
24164            ('IP4BASE' or
24165             'POLICE_MARK' or
24166             'COPWHLIST' or
24167             ('NAT44' and 'BASE') or
24168             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24169            'NDRPDR' and
24170            'IP4FWD' and
24171            not 'IPSEC' and
24172            not 'VHOST'"
24173   parameters:
24174   - "throughput"
24175   - "parent"
24176   - "tags"
24177   sort:
24178   - "DOT1Q"
24179   - "IP4BASE"
24180   - "NAT44"
24181   - "POLICE_MARK"
24182   - "COPWHLIST"
24183   - "IACL"
24184   - "OACL"
24185   layout:
24186     title: "ip4-3n-hsw-x710-64b-features-ndr"
24187     layout: "plot-throughput-speedup-analysis"
24188
24189 - type: "plot"
24190   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
24191   algorithm: "plot_throughput_speedup_analysis"
24192   output-file-type: ".html"
24193   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
24194   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24195   filter: "'NIC_Intel-X710' and
24196            '64B' and
24197            ('IP4BASE' or
24198             'POLICE_MARK' or
24199             'COPWHLIST' or
24200             ('NAT44' and 'BASE') or
24201             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24202            'NDRPDR' and
24203            'IP4FWD' and
24204            not 'IPSEC' and
24205            not 'VHOST'"
24206   parameters:
24207   - "throughput"
24208   - "parent"
24209   - "tags"
24210   sort:
24211   - "DOT1Q"
24212   - "IP4BASE"
24213   - "NAT44"
24214   - "POLICE_MARK"
24215   - "COPWHLIST"
24216   - "IACL"
24217   - "OACL"
24218   layout:
24219     title: "ip4-3n-hsw-x710-64b-features-pdr"
24220     layout: "plot-throughput-speedup-analysis"
24221
24222 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
24223 - type: "plot"
24224   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24225   algorithm: "plot_throughput_speedup_analysis"
24226   output-file-type: ".html"
24227   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24228   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24229   filter: "'NIC_Intel-X710' and
24230            '64B' and
24231            'NDRPDR' and
24232            'IP4FWD' and
24233            ('NAT44' or 'IP4BASE') and
24234            not 'IPSEC' and
24235            not 'VHOST'"
24236   parameters:
24237   - "throughput"
24238   - "parent"
24239   - "tags"
24240   sort:
24241   - "IP4BASE"
24242   - "BASE"
24243   - "SRC_USER_10"
24244   - "SRC_USER_100"
24245   - "SRC_USER_1000"
24246   - "SRC_USER_2000"
24247   layout:
24248     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
24249     layout: "plot-throughput-speedup-analysis"
24250
24251 - type: "plot"
24252   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24253   algorithm: "plot_throughput_speedup_analysis"
24254   output-file-type: ".html"
24255   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24256   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24257   filter: "'NIC_Intel-X710' and
24258            '64B' and
24259            'NDRPDR' and
24260            'IP4FWD' and
24261            ('NAT44' or 'IP4BASE') and
24262            not 'IPSEC' and
24263            not 'VHOST'"
24264   parameters:
24265   - "throughput"
24266   - "parent"
24267   - "tags"
24268   sort:
24269   - "IP4BASE"
24270   - "BASE"
24271   - "SRC_USER_10"
24272   - "SRC_USER_100"
24273   - "SRC_USER_1000"
24274   - "SRC_USER_2000"
24275   layout:
24276     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
24277     layout: "plot-throughput-speedup-analysis"
24278
24279 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
24280 - type: "plot"
24281   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24282   algorithm: "plot_throughput_speedup_analysis"
24283   output-file-type: ".html"
24284   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24285   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24286   filter: "'NIC_Intel-X710' and
24287            '64B' and
24288            'NDRPDR' and
24289            'IP4FWD' and
24290            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24291            not 'IPSEC' and
24292            not 'VHOST'"
24293   parameters:
24294   - "throughput"
24295   - "parent"
24296   - "tags"
24297   sort:
24298   - "IP4BASE"
24299   - "ACL_STATELESS"
24300   - "ACL_STATEFUL"
24301   - "ACL_STATELESS"
24302   - "ACL_STATEFUL"
24303   layout:
24304     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
24305     layout: "plot-throughput-speedup-analysis"
24306
24307 - type: "plot"
24308   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24309   algorithm: "plot_throughput_speedup_analysis"
24310   output-file-type: ".html"
24311   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24312   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24313   filter: "'NIC_Intel-X710' and
24314            '64B' and
24315            'NDRPDR' and
24316            'IP4FWD' and
24317            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24318            not 'IPSEC' and
24319            not 'VHOST'"
24320   parameters:
24321   - "throughput"
24322   - "parent"
24323   - "tags"
24324   sort:
24325   - "IP4BASE"
24326   - "ACL_STATELESS"
24327   - "ACL_STATEFUL"
24328   - "ACL_STATELESS"
24329   - "ACL_STATEFUL"
24330   layout:
24331     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
24332     layout: "plot-throughput-speedup-analysis"
24333
24334 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
24335 - type: "plot"
24336   title: "Speedup: ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24337   algorithm: "plot_throughput_speedup_analysis"
24338   output-file-type: ".html"
24339   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24340   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24341   filter: "'NIC_Intel-XL710' and
24342            '64B' and
24343            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24344            'NDRPDR' and
24345            'IP4FWD' and
24346            not 'IPSEC' and
24347            not 'VHOST'"
24348   parameters:
24349   - "throughput"
24350   - "parent"
24351   - "tags"
24352   sort:
24353   - "IP4BASE"
24354   - "FIB_20K"
24355   - "FIB_200K"
24356   - "FIB_2M"
24357   layout:
24358     title: "ip4-3n-hsw-xl710-64b-base-ndr"
24359     layout: "plot-throughput-speedup-analysis"
24360
24361 - type: "plot"
24362   title: "Speedup: ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24363   algorithm: "plot_throughput_speedup_analysis"
24364   output-file-type: ".html"
24365   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24366   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24367   filter: "'NIC_Intel-XL710' and
24368            '64B' and
24369            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24370            'NDRPDR' and
24371            'IP4FWD' and
24372            not 'IPSEC' and
24373            not 'VHOST'"
24374   parameters:
24375   - "throughput"
24376   - "parent"
24377   - "tags"
24378   sort:
24379   - "IP4BASE"
24380   - "FIB_20K"
24381   - "FIB_200K"
24382   - "FIB_2M"
24383   layout:
24384     title: "ip4-3n-hsw-xl710-64b-base-pdr"
24385     layout: "plot-throughput-speedup-analysis"
24386
24387 # Speedup - VPP IPv4 3n-skx-x710 base and scale
24388 - type: "plot"
24389   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24390   algorithm: "plot_throughput_speedup_analysis"
24391   output-file-type: ".html"
24392   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24393   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24394   filter: "'NIC_Intel-X710' and
24395            '64B' and
24396            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24397            'NDRPDR' and
24398            'IP4FWD' and
24399            not 'IPSEC' and
24400            not 'DOT1Q' and
24401            not 'VHOST'"
24402   parameters:
24403   - "throughput"
24404   - "parent"
24405   - "tags"
24406   sort:
24407   - "IP4BASE"
24408   - "FIB_20K"
24409   - "FIB_200K"
24410   - "FIB_2M"
24411   layout:
24412     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
24413     layout: "plot-throughput-speedup-analysis"
24414
24415 - type: "plot"
24416   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24417   algorithm: "plot_throughput_speedup_analysis"
24418   output-file-type: ".html"
24419   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24420   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24421   filter: "'NIC_Intel-X710' and
24422            '64B' and
24423            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24424            'NDRPDR' and
24425            'IP4FWD' and
24426            not 'IPSEC' and
24427            not 'DOT1Q' and
24428            not 'VHOST'"
24429   parameters:
24430   - "throughput"
24431   - "parent"
24432   - "tags"
24433   sort:
24434   - "IP4BASE"
24435   - "FIB_20K"
24436   - "FIB_200K"
24437   - "FIB_2M"
24438   layout:
24439     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
24440     layout: "plot-throughput-speedup-analysis"
24441
24442 # Speedup - VPP IPv4 3n-skx-x710 features
24443 - type: "plot"
24444   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
24445   algorithm: "plot_throughput_speedup_analysis"
24446   output-file-type: ".html"
24447   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
24448   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24449   filter: "'NIC_Intel-X710' and
24450            '64B' and
24451            ('IP4BASE' or
24452             'POLICE_MARK' or
24453             'COPWHLIST' or
24454             ('NAT44' and 'BASE') or
24455             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24456            'NDRPDR' and
24457            'IP4FWD' and
24458            not 'IPSEC' and
24459            not 'VHOST'"
24460   parameters:
24461   - "throughput"
24462   - "parent"
24463   - "tags"
24464   sort:
24465   - "DOT1Q"
24466   - "IP4BASE"
24467   - "NAT44"
24468   - "POLICE_MARK"
24469   - "COPWHLIST"
24470   - "IACL"
24471   - "OACL"
24472   layout:
24473     title: "ip4-3n-skx-x710-64b-features-ndr"
24474     layout: "plot-throughput-speedup-analysis"
24475
24476 - type: "plot"
24477   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
24478   algorithm: "plot_throughput_speedup_analysis"
24479   output-file-type: ".html"
24480   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
24481   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24482   filter: "'NIC_Intel-X710' and
24483            '64B' and
24484            ('IP4BASE' or
24485             'POLICE_MARK' or
24486             'COPWHLIST' or
24487             ('NAT44' and 'BASE') or
24488             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24489            'NDRPDR' and
24490            'IP4FWD' and
24491            not 'IPSEC' and
24492            not 'VHOST'"
24493   parameters:
24494   - "throughput"
24495   - "parent"
24496   - "tags"
24497   sort:
24498   - "DOT1Q"
24499   - "IP4BASE"
24500   - "NAT44"
24501   - "POLICE_MARK"
24502   - "COPWHLIST"
24503   - "IACL"
24504   - "OACL"
24505   layout:
24506     title: "ip4-3n-skx-x710-64b-features-pdr"
24507     layout: "plot-throughput-speedup-analysis"
24508
24509 # Speedup - VPP IPv4 3n-skx-x710 features nat44
24510 - type: "plot"
24511   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24512   algorithm: "plot_throughput_speedup_analysis"
24513   output-file-type: ".html"
24514   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24515   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24516   filter: "'NIC_Intel-X710' and
24517            '64B' and
24518            'NDRPDR' and
24519            'IP4FWD' and
24520            ('NAT44' or 'IP4BASE') and
24521            not 'IPSEC' and
24522            not 'VHOST'"
24523   parameters:
24524   - "throughput"
24525   - "parent"
24526   - "tags"
24527   sort:
24528   - "IP4BASE"
24529   - "BASE"
24530   - "SRC_USER_10"
24531   - "SRC_USER_100"
24532   - "SRC_USER_1000"
24533   - "SRC_USER_2000"
24534   layout:
24535     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
24536     layout: "plot-throughput-speedup-analysis"
24537
24538 - type: "plot"
24539   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24540   algorithm: "plot_throughput_speedup_analysis"
24541   output-file-type: ".html"
24542   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24543   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24544   filter: "'NIC_Intel-X710' and
24545            '64B' and
24546            'NDRPDR' and
24547            'IP4FWD' and
24548            ('NAT44' or 'IP4BASE') and
24549            not 'IPSEC' and
24550            not 'VHOST'"
24551   parameters:
24552   - "throughput"
24553   - "parent"
24554   - "tags"
24555   sort:
24556   - "IP4BASE"
24557   - "BASE"
24558   - "SRC_USER_10"
24559   - "SRC_USER_100"
24560   - "SRC_USER_1000"
24561   - "SRC_USER_2000"
24562   layout:
24563     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
24564     layout: "plot-throughput-speedup-analysis"
24565
24566 # Speedup - VPP IPv4 3n-skx-x710 features iacl
24567 - type: "plot"
24568   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24569   algorithm: "plot_throughput_speedup_analysis"
24570   output-file-type: ".html"
24571   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24572   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24573   filter: "'NIC_Intel-X710' and
24574            '64B' and
24575            'NDRPDR' and
24576            'IP4FWD' and
24577            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24578            not 'IPSEC' and
24579            not 'VHOST'"
24580   parameters:
24581   - "throughput"
24582   - "parent"
24583   - "tags"
24584   sort:
24585   - "IP4BASE"
24586   - "ACL_STATELESS"
24587   - "ACL_STATEFUL"
24588   - "ACL_STATELESS"
24589   - "ACL_STATEFUL"
24590   layout:
24591     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
24592     layout: "plot-throughput-speedup-analysis"
24593
24594 - type: "plot"
24595   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24596   algorithm: "plot_throughput_speedup_analysis"
24597   output-file-type: ".html"
24598   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24599   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24600   filter: "'NIC_Intel-X710' and
24601            '64B' and
24602            'NDRPDR' and
24603            'IP4FWD' and
24604            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24605            not 'IPSEC' and
24606            not 'VHOST'"
24607   parameters:
24608   - "throughput"
24609   - "parent"
24610   - "tags"
24611   sort:
24612   - "IP4BASE"
24613   - "ACL_STATELESS"
24614   - "ACL_STATEFUL"
24615   - "ACL_STATELESS"
24616   - "ACL_STATEFUL"
24617   layout:
24618     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
24619     layout: "plot-throughput-speedup-analysis"
24620
24621 ## Speedup - VPP IPv4 3n-skx-x710 features oacl
24622 #- type: "plot"
24623 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24624 #  algorithm: "plot_throughput_speedup_analysis"
24625 #  output-file-type: ".html"
24626 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24627 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24628 #  filter: "'NIC_Intel-X710' and
24629 #           '64B' and
24630 #           'NDRPDR' and
24631 #           'IP4FWD' and
24632 #           'OACL' and
24633 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24634 #           not 'IPSEC' and
24635 #           not 'VHOST'"
24636 #  parameters:
24637 #  - "throughput"
24638 #  - "parent"
24639 #  - "tags"
24640 #  sort:
24641 #  - "ACL_STATELESS"
24642 #  - "ACL_STATEFUL"
24643 #  - "ACL_STATELESS"
24644 #  - "ACL_STATEFUL"
24645 #  layout:
24646 #    title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
24647 #    layout: "plot-throughput-speedup-analysis"
24648 #
24649 #- type: "plot"
24650 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24651 #  algorithm: "plot_throughput_speedup_analysis"
24652 #  output-file-type: ".html"
24653 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24654 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24655 #  filter: "'NIC_Intel-X710' and
24656 #           '64B' and
24657 #           'NDRPDR' and
24658 #           'IP4FWD' and
24659 #           'OACL' and
24660 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24661 #           not 'IPSEC' and
24662 #           not 'VHOST'"
24663 #  parameters:
24664 #  - "throughput"
24665 #  - "parent"
24666 #  - "tags"
24667 #  sort:
24668 #  - "ACL_STATELESS"
24669 #  - "ACL_STATEFUL"
24670 #  - "ACL_STATELESS"
24671 #  - "ACL_STATEFUL"
24672 #  layout:
24673 #    title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
24674 #    layout: "plot-throughput-speedup-analysis"
24675
24676 # Speedup - VPP IPv4 2n-skx-x710 base and scale
24677 - type: "plot"
24678   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24679   algorithm: "plot_throughput_speedup_analysis"
24680   output-file-type: ".html"
24681   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24682   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24683   filter: "'NIC_Intel-X710' and
24684            '64B' and
24685            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24686            'NDRPDR' and
24687            'IP4FWD' and
24688            not 'IPSEC' and
24689            not 'DOT1Q' and
24690            not 'VHOST'"
24691   parameters:
24692   - "throughput"
24693   - "parent"
24694   - "tags"
24695   sort:
24696   - "IP4BASE"
24697   - "FIB_20K"
24698   - "FIB_200K"
24699   - "FIB_2M"
24700   layout:
24701     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
24702     layout: "plot-throughput-speedup-analysis"
24703
24704 - type: "plot"
24705   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24706   algorithm: "plot_throughput_speedup_analysis"
24707   output-file-type: ".html"
24708   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24709   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24710   filter: "'NIC_Intel-X710' and
24711            '64B' and
24712            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24713            'NDRPDR' and
24714            'IP4FWD' and
24715            not 'IPSEC' and
24716            not 'DOT1Q' and
24717            not 'VHOST'"
24718   parameters:
24719   - "throughput"
24720   - "parent"
24721   - "tags"
24722   sort:
24723   - "IP4BASE"
24724   - "FIB_20K"
24725   - "FIB_200K"
24726   - "FIB_2M"
24727   layout:
24728     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
24729     layout: "plot-throughput-speedup-analysis"
24730
24731 # Speedup - VPP IPv4 2n-skx-x710 features iacl
24732 - type: "plot"
24733   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24734   algorithm: "plot_throughput_speedup_analysis"
24735   output-file-type: ".html"
24736   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24737   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24738   filter: "'NIC_Intel-X710' and
24739            '64B' and
24740            'NDRPDR' and
24741            'IP4FWD' and
24742            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24743            not 'IPSEC' and
24744            not 'VHOST'"
24745   parameters:
24746   - "throughput"
24747   - "parent"
24748   - "tags"
24749   sort:
24750   - "IP4BASE"
24751   - "ACL_STATELESS"
24752   - "ACL_STATEFUL"
24753   - "ACL_STATELESS"
24754   - "ACL_STATEFUL"
24755   layout:
24756     title: "ip4-2n-skx-x710-64b-features-iacl-ndr"
24757     layout: "plot-throughput-speedup-analysis"
24758
24759 - type: "plot"
24760   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24761   algorithm: "plot_throughput_speedup_analysis"
24762   output-file-type: ".html"
24763   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24764   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24765   filter: "'NIC_Intel-X710' and
24766            '64B' and
24767            'NDRPDR' and
24768            'IP4FWD' and
24769            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24770            not 'IPSEC' and
24771            not 'VHOST'"
24772   parameters:
24773   - "throughput"
24774   - "parent"
24775   - "tags"
24776   sort:
24777   - "IP4BASE"
24778   - "ACL_STATELESS"
24779   - "ACL_STATEFUL"
24780   - "ACL_STATELESS"
24781   - "ACL_STATEFUL"
24782   layout:
24783     title: "ip4-2n-skx-x710-64b-features-iacl-pdr"
24784     layout: "plot-throughput-speedup-analysis"
24785
24786 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
24787 - type: "plot"
24788   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24789   algorithm: "plot_throughput_speedup_analysis"
24790   output-file-type: ".html"
24791   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24792   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24793   filter: "'NIC_Intel-XXV710' and
24794            '64B' and
24795            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24796            'NDRPDR' and
24797            'IP4FWD' and
24798            not 'IPSEC' and
24799            not 'DOT1Q' and
24800            not 'VHOST'"
24801   parameters:
24802   - "throughput"
24803   - "parent"
24804   - "tags"
24805   sort:
24806   - "IP4BASE"
24807   - "FIB_20K"
24808   - "FIB_200K"
24809   - "FIB_2M"
24810   layout:
24811     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
24812     layout: "plot-throughput-speedup-analysis"
24813
24814 - type: "plot"
24815   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24816   algorithm: "plot_throughput_speedup_analysis"
24817   output-file-type: ".html"
24818   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24819   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24820   filter: "'NIC_Intel-XXV710' and
24821            '64B' and
24822            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24823            'NDRPDR' and
24824            'IP4FWD' and
24825            not 'IPSEC' and
24826            not 'DOT1Q' and
24827            not 'VHOST'"
24828   parameters:
24829   - "throughput"
24830   - "parent"
24831   - "tags"
24832   sort:
24833   - "IP4BASE"
24834   - "FIB_20K"
24835   - "FIB_200K"
24836   - "FIB_2M"
24837   layout:
24838     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
24839     layout: "plot-throughput-speedup-analysis"
24840
24841 ## Speedup - VPP IPv4 2n-dnv-x553 base
24842 #- type: "plot"
24843 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
24844 #  algorithm: "plot_throughput_speedup_analysis"
24845 #  output-file-type: ".html"
24846 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
24847 #  data: "intel-dnv-vpp"
24848 #  filter: "'NIC_Intel-X553' and
24849 #           '64B' and
24850 #           'IP4BASE' and
24851 #           'NDRPDR' and
24852 #           'IP4FWD' and
24853 #           not 'IPSEC' and
24854 #           not 'VHOST'"
24855 #  parameters:
24856 #  - "throughput"
24857 #  - "parent"
24858 #  - "tags"
24859 #  sort:
24860 #  - "IP4BASE"
24861 #  layout:
24862 #    title: "ip4-2n-dnv-x553-64b-base-ndr"
24863 #    layout: "plot-throughput-speedup-analysis"
24864 #
24865 #- type: "plot"
24866 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
24867 #  algorithm: "plot_throughput_speedup_analysis"
24868 #  output-file-type: ".html"
24869 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
24870 #  data: "intel-dnv-vpp"
24871 #  filter: "'NIC_Intel-X553' and
24872 #           '64B' and
24873 #           'IP4BASE' and
24874 #           'NDRPDR' and
24875 #           'IP4FWD' and
24876 #           not 'IPSEC' and
24877 #           not 'VHOST'"
24878 #  parameters:
24879 #  - "throughput"
24880 #  - "parent"
24881 #  - "tags"
24882 #  sort:
24883 #  - "IP4BASE"
24884 #  layout:
24885 #    title: "ip4-2n-dnv-x553-64b-base-pdr"
24886 #    layout: "plot-throughput-speedup-analysis"
24887
24888 ################################################################################
24889
24890 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
24891 - type: "plot"
24892   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24893   algorithm: "plot_throughput_speedup_analysis"
24894   output-file-type: ".html"
24895   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24896   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24897   filter: "'NIC_Intel-X520-DA2' and
24898            '64B' and
24899            'ENCAP' and
24900            'NDRPDR' and
24901            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24902            not 'DOT1Q' and
24903            not 'VHOST' and
24904            not 'IPSECHW'"
24905   parameters:
24906   - "throughput"
24907   - "parent"
24908   - "tags"
24909   sort:
24910   - "IP4BASE"
24911   - "L2BDMACLRN"
24912   - "L2XCFWD"
24913   - "LISP"
24914   layout:
24915     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
24916     layout: "plot-throughput-speedup-analysis"
24917
24918 - type: "plot"
24919   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24920   algorithm: "plot_throughput_speedup_analysis"
24921   output-file-type: ".html"
24922   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24923   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24924   filter: "'NIC_Intel-X520-DA2' and
24925            '64B' and
24926            'ENCAP' and
24927            'NDRPDR' and
24928            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24929            not 'DOT1Q' and
24930            not 'VHOST' and
24931            not 'IPSECHW'"
24932   parameters:
24933   - "throughput"
24934   - "parent"
24935   - "tags"
24936   sort:
24937   - "IP4BASE"
24938   - "L2BDMACLRN"
24939   - "L2XCFWD"
24940   - "LISP"
24941   layout:
24942     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
24943     layout: "plot-throughput-speedup-analysis"
24944
24945 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
24946 - type: "plot"
24947   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24948   algorithm: "plot_throughput_speedup_analysis"
24949   output-file-type: ".html"
24950   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24951   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24952   filter: "'NIC_Intel-X710' and
24953            '64B' and
24954            'ENCAP' and
24955            'NDRPDR' and
24956            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24957            not 'VHOST' and
24958            not 'IPSECHW'"
24959   parameters:
24960   - "throughput"
24961   - "parent"
24962   - "tags"
24963   sort:
24964   - "IP4BASE"
24965   - "LISP"
24966   - "VXLAN_1"
24967   - "VXLAN_10"
24968   - "VXLAN_100"
24969   - "VXLAN_1000"
24970   layout:
24971     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
24972     layout: "plot-throughput-speedup-analysis"
24973
24974 - type: "plot"
24975   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24976   algorithm: "plot_throughput_speedup_analysis"
24977   output-file-type: ".html"
24978   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24979   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24980   filter: "'NIC_Intel-X710' and
24981            '64B' and
24982            'ENCAP' and
24983            'NDRPDR' and
24984            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24985            not 'VHOST' and
24986            not 'IPSECHW'"
24987   parameters:
24988   - "throughput"
24989   - "parent"
24990   - "tags"
24991   sort:
24992   - "IP4BASE"
24993   - "LISP"
24994   - "VXLAN_1"
24995   - "VXLAN_10"
24996   - "VXLAN_100"
24997   - "VXLAN_1000"
24998   layout:
24999     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
25000     layout: "plot-throughput-speedup-analysis"
25001
25002 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
25003 - type: "plot"
25004   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25005   algorithm: "plot_throughput_speedup_analysis"
25006   output-file-type: ".html"
25007   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25008   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25009   filter: "'NIC_Intel-X710' and
25010            '64B' and
25011            'ENCAP' and
25012            'NDRPDR' and
25013            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
25014            not 'DOT1Q' and
25015            not 'VHOST' and
25016            not 'IPSECHW'"
25017   parameters:
25018   - "throughput"
25019   - "parent"
25020   - "tags"
25021   sort:
25022   - "IP4BASE"
25023   - "L2BDMACLRN"
25024   - "L2XCFWD"
25025   - "LISP"
25026   layout:
25027     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
25028     layout: "plot-throughput-speedup-analysis"
25029
25030 - type: "plot"
25031   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25032   algorithm: "plot_throughput_speedup_analysis"
25033   output-file-type: ".html"
25034   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25035   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25036   filter: "'NIC_Intel-X710' and
25037            '64B' and
25038            'ENCAP' and
25039            'NDRPDR' and
25040            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
25041            not 'DOT1Q' and
25042            not 'VHOST' and
25043            not 'IPSECHW'"
25044   parameters:
25045   - "throughput"
25046   - "parent"
25047   - "tags"
25048   sort:
25049   - "IP4BASE"
25050   - "L2BDMACLRN"
25051   - "L2XCFWD"
25052   - "LISP"
25053   layout:
25054     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
25055     layout: "plot-throughput-speedup-analysis"
25056
25057 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
25058 - type: "plot"
25059   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25060   algorithm: "plot_throughput_speedup_analysis"
25061   output-file-type: ".html"
25062   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25063   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25064   filter: "'NIC_Intel-X710' and
25065            '64B' and
25066            'ENCAP' and
25067            'NDRPDR' and
25068            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
25069            not 'VHOST' and
25070            not 'IPSECHW'"
25071   parameters:
25072   - "throughput"
25073   - "parent"
25074   - "tags"
25075   sort:
25076   - "IP4BASE"
25077   - "LISP"
25078   - "VXLAN_1"
25079   - "VXLAN_10"
25080   - "VXLAN_100"
25081   - "VXLAN_1000"
25082   layout:
25083     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
25084     layout: "plot-throughput-speedup-analysis"
25085
25086 - type: "plot"
25087   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25088   algorithm: "plot_throughput_speedup_analysis"
25089   output-file-type: ".html"
25090   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25091   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25092   filter: "'NIC_Intel-X710' and
25093            '64B' and
25094            'ENCAP' and
25095            'NDRPDR' and
25096            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
25097            not 'VHOST' and
25098            not 'IPSECHW'"
25099   parameters:
25100   - "throughput"
25101   - "parent"
25102   - "tags"
25103   sort:
25104   - "IP4BASE"
25105   - "LISP"
25106   - "VXLAN_1"
25107   - "VXLAN_10"
25108   - "VXLAN_100"
25109   - "VXLAN_1000"
25110   layout:
25111     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
25112     layout: "plot-throughput-speedup-analysis"
25113
25114 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
25115 - type: "plot"
25116   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25117   algorithm: "plot_throughput_speedup_analysis"
25118   output-file-type: ".html"
25119   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25120   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25121   filter: "'NIC_Intel-X710' and
25122            '64B' and
25123            'ENCAP' and
25124            'NDRPDR' and
25125            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25126            not 'DOT1Q' and
25127            not 'VHOST' and
25128            not 'IPSECHW'"
25129   parameters:
25130   - "throughput"
25131   - "parent"
25132   - "tags"
25133   sort:
25134   - "IP4BASE"
25135   - "L2BDMACLRN"
25136   - "L2XCFWD"
25137   - "LISP"
25138   layout:
25139     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
25140     layout: "plot-throughput-speedup-analysis"
25141
25142 - type: "plot"
25143   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25144   algorithm: "plot_throughput_speedup_analysis"
25145   output-file-type: ".html"
25146   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25148   filter: "'NIC_Intel-X710' and
25149            '64B' and
25150            'ENCAP' and
25151            'NDRPDR' and
25152            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25153            not 'DOT1Q' and
25154            not 'VHOST' and
25155            not 'IPSECHW'"
25156   parameters:
25157   - "throughput"
25158   - "parent"
25159   - "tags"
25160   sort:
25161   - "IP4BASE"
25162   - "L2BDMACLRN"
25163   - "L2XCFWD"
25164   - "LISP"
25165   layout:
25166     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
25167     layout: "plot-throughput-speedup-analysis"
25168
25169 ################################################################################
25170
25171 # Speedup - VPP IPv6 3n-hsw-x520
25172 - type: "plot"
25173   title: "Speedup: ip6-3n-hsw-x520-78b-base-ndr-tsa"
25174   algorithm: "plot_throughput_speedup_analysis"
25175   output-file-type: ".html"
25176   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-ndr-tsa"
25177   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25178   filter: "'NIC_Intel-X520-DA2' and
25179            '78B' and
25180            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25181            'NDRPDR' and
25182            'IP6FWD' and
25183            not 'SRv6' and
25184            not 'IPSEC' and
25185            not 'VHOST'"
25186   parameters:
25187   - "throughput"
25188   - "parent"
25189   - "tags"
25190   sort:
25191   - "IP6BASE"
25192   - "FIB_20K"
25193   - "FIB_200K"
25194   - "FIB_2M"
25195   layout:
25196     title: "ip6-3n-hsw-x520-78b-base-ndr"
25197     layout: "plot-throughput-speedup-analysis"
25198
25199 - type: "plot"
25200   title: "Speedup: ip6-3n-hsw-x520-78b-base-pdr-tsa"
25201   algorithm: "plot_throughput_speedup_analysis"
25202   output-file-type: ".html"
25203   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-pdr-tsa"
25204   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25205   filter: "'NIC_Intel-X520-DA2' and
25206            '78B' and
25207            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25208            'NDRPDR' and
25209            'IP6FWD' and
25210            not 'SRv6' and
25211            not 'IPSEC' and
25212            not 'VHOST'"
25213   parameters:
25214   - "throughput"
25215   - "parent"
25216   - "tags"
25217   sort:
25218   - "IP6BASE"
25219   - "FIB_20K"
25220   - "FIB_200K"
25221   - "FIB_2M"
25222   layout:
25223     title: "ip6-3n-hsw-x520-78b-base-pdr"
25224     layout: "plot-throughput-speedup-analysis"
25225
25226 # Speedup - VPP IPv6 3n-hsw-x710
25227 - type: "plot"
25228   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25229   algorithm: "plot_throughput_speedup_analysis"
25230   output-file-type: ".html"
25231   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25232   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25233   filter: "'NIC_Intel-X710' and
25234            '78B' and
25235            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25236            'NDRPDR' and
25237            'IP6FWD' and
25238            not 'SRv6' and
25239            not 'IPSEC' and
25240            not 'VHOST'"
25241   parameters:
25242   - "throughput"
25243   - "parent"
25244   - "tags"
25245   sort:
25246   - "IP6BASE"
25247   - "FIB_20K"
25248   - "FIB_200K"
25249   - "FIB_2M"
25250   layout:
25251     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
25252     layout: "plot-throughput-speedup-analysis"
25253
25254 - type: "plot"
25255   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25256   algorithm: "plot_throughput_speedup_analysis"
25257   output-file-type: ".html"
25258   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25259   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25260   filter: "'NIC_Intel-X710' and
25261            '78B' and
25262            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25263            'NDRPDR' and
25264            'IP6FWD' and
25265            not 'SRv6' and
25266            not 'IPSEC' and
25267            not 'VHOST'"
25268   parameters:
25269   - "throughput"
25270   - "parent"
25271   - "tags"
25272   sort:
25273   - "IP6BASE"
25274   - "FIB_20K"
25275   - "FIB_200K"
25276   - "FIB_2M"
25277   layout:
25278     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
25279     layout: "plot-throughput-speedup-analysis"
25280
25281 # Speedup - VPP IPv6 3n-hsw-x710 features
25282 - type: "plot"
25283   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25284   algorithm: "plot_throughput_speedup_analysis"
25285   output-file-type: ".html"
25286   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25287   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25288   filter: "'NIC_Intel-X710' and
25289            '78B' and
25290            ('IP6BASE' or
25291             'POLICE_MARK' or
25292             'COPWHLIST' or
25293             'IACLDST') and
25294            'NDRPDR' and
25295            'IP6FWD' and
25296            not 'SRv6' and
25297            not 'IPSEC' and
25298            not 'VHOST'"
25299   parameters:
25300   - "throughput"
25301   - "parent"
25302   - "tags"
25303   sort:
25304   - "IP6BASE"
25305   - "POLICE_MARK"
25306   - "COPWHLIST"
25307   - "IACLDST"
25308   layout:
25309     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
25310     layout: "plot-throughput-speedup-analysis"
25311
25312 - type: "plot"
25313   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25314   algorithm: "plot_throughput_speedup_analysis"
25315   output-file-type: ".html"
25316   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25317   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25318   filter: "'NIC_Intel-X710' and
25319            '78B' and
25320            ('IP6BASE' or
25321             'POLICE_MARK' or
25322             'COPWHLIST' or
25323             'IACLDST') and
25324            'NDRPDR' and
25325            'IP6FWD' and
25326            not 'SRv6' and
25327            not 'IPSEC' and
25328            not 'VHOST'"
25329   parameters:
25330   - "throughput"
25331   - "parent"
25332   - "tags"
25333   sort:
25334   - "IP6BASE"
25335   - "POLICE_MARK"
25336   - "COPWHLIST"
25337   - "IACLDST"
25338   layout:
25339     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
25340     layout: "plot-throughput-speedup-analysis"
25341
25342 # Speedup - VPP IPv6 3n-hsw-xl710
25343 - type: "plot"
25344   title: "Speedup: ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25345   algorithm: "plot_throughput_speedup_analysis"
25346   output-file-type: ".html"
25347   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25348   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25349   filter: "'NIC_Intel-XL710' and
25350            '78B' and
25351            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25352            'NDRPDR' and
25353            'IP6FWD' and
25354            not 'SRv6' and
25355            not 'IPSEC' and
25356            not 'VHOST'"
25357   parameters:
25358   - "throughput"
25359   - "parent"
25360   - "tags"
25361   sort:
25362   - "IP6BASE"
25363   - "FIB_20K"
25364   - "FIB_200K"
25365   - "FIB_2M"
25366   layout:
25367     title: "ip6-3n-hsw-xl710-78b-base-ndr"
25368     layout: "plot-throughput-speedup-analysis"
25369
25370 - type: "plot"
25371   title: "Speedup: ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25372   algorithm: "plot_throughput_speedup_analysis"
25373   output-file-type: ".html"
25374   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25375   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25376   filter: "'NIC_Intel-XL710' and
25377            '78B' and
25378            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25379            'NDRPDR' and
25380            'IP6FWD' and
25381            not 'SRv6' and
25382            not 'IPSEC' and
25383            not 'VHOST'"
25384   parameters:
25385   - "throughput"
25386   - "parent"
25387   - "tags"
25388   sort:
25389   - "IP6BASE"
25390   - "FIB_20K"
25391   - "FIB_200K"
25392   - "FIB_2M"
25393   layout:
25394     title: "ip6-3n-hsw-xl710-78b-base-pdr"
25395     layout: "plot-throughput-speedup-analysis"
25396
25397 # Speedup - VPP IPv6 3n-skx-x710
25398 - type: "plot"
25399   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25400   algorithm: "plot_throughput_speedup_analysis"
25401   output-file-type: ".html"
25402   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25403   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25404   filter: "'NIC_Intel-X710' and
25405            '78B' and
25406            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25407            'NDRPDR' and
25408            'IP6FWD' and
25409            not 'SRv6' and
25410            not 'IPSEC' and
25411            not 'VHOST'"
25412   parameters:
25413   - "throughput"
25414   - "parent"
25415   - "tags"
25416   sort:
25417   - "IP6BASE"
25418   - "FIB_20K"
25419   - "FIB_200K"
25420   - "FIB_2M"
25421   layout:
25422     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
25423     layout: "plot-throughput-speedup-analysis"
25424
25425 - type: "plot"
25426   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25427   algorithm: "plot_throughput_speedup_analysis"
25428   output-file-type: ".html"
25429   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25431   filter: "'NIC_Intel-X710' and
25432            '78B' and
25433            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25434            'NDRPDR' and
25435            'IP6FWD' and
25436            not 'SRv6' and
25437            not 'IPSEC' and
25438            not 'VHOST'"
25439   parameters:
25440   - "throughput"
25441   - "parent"
25442   - "tags"
25443   sort:
25444   - "IP6BASE"
25445   - "FIB_20K"
25446   - "FIB_200K"
25447   - "FIB_2M"
25448   layout:
25449     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
25450     layout: "plot-throughput-speedup-analysis"
25451
25452 # Speedup - VPP IPv6 3n-skx-x710 features
25453 - type: "plot"
25454   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25455   algorithm: "plot_throughput_speedup_analysis"
25456   output-file-type: ".html"
25457   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25458   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25459   filter: "'NIC_Intel-X710' and
25460            '78B' and
25461            ('IP6BASE' or
25462             'POLICE_MARK' or
25463             'COPWHLIST' or
25464             'IACLDST') and
25465            'NDRPDR' and
25466            'IP6FWD' and
25467            not 'SRv6' and
25468            not 'IPSEC' and
25469            not 'VHOST'"
25470   parameters:
25471   - "throughput"
25472   - "parent"
25473   - "tags"
25474   sort:
25475   - "IP6BASE"
25476   - "POLICE_MARK"
25477   - "COPWHLIST"
25478   - "IACLDST"
25479   layout:
25480     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
25481     layout: "plot-throughput-speedup-analysis"
25482
25483 - type: "plot"
25484   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25485   algorithm: "plot_throughput_speedup_analysis"
25486   output-file-type: ".html"
25487   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25488   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25489   filter: "'NIC_Intel-X710' and
25490            '78B' and
25491            ('IP6BASE' or
25492             'POLICE_MARK' or
25493             'COPWHLIST' or
25494             'IACLDST') and
25495            'NDRPDR' and
25496            'IP6FWD' and
25497            not 'SRv6' and
25498            not 'IPSEC' and
25499            not 'VHOST'"
25500   parameters:
25501   - "throughput"
25502   - "parent"
25503   - "tags"
25504   sort:
25505   - "IP6BASE"
25506   - "POLICE_MARK"
25507   - "COPWHLIST"
25508   - "IACLDST"
25509   layout:
25510     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
25511     layout: "plot-throughput-speedup-analysis"
25512
25513 # Speedup - VPP IPv6 3n-skx-xxv710
25514 - type: "plot"
25515   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25516   algorithm: "plot_throughput_speedup_analysis"
25517   output-file-type: ".html"
25518   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25519   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25520   filter: "'NIC_Intel-XXV710' and
25521            '78B' and
25522            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25523            'NDRPDR' and
25524            'IP6FWD' and
25525            not 'SRv6' and
25526            not 'IPSEC' and
25527            not 'VHOST'"
25528   parameters:
25529   - "throughput"
25530   - "parent"
25531   - "tags"
25532   sort:
25533   - "IP6BASE"
25534   - "FIB_20K"
25535   - "FIB_200K"
25536   - "FIB_2M"
25537   layout:
25538     title: "ip6-3n-skx-xxv710-78b-base_and_scale-ndr"
25539     layout: "plot-throughput-speedup-analysis"
25540
25541 - type: "plot"
25542   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25543   algorithm: "plot_throughput_speedup_analysis"
25544   output-file-type: ".html"
25545   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25546   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25547   filter: "'NIC_Intel-XXV710' and
25548            '78B' and
25549            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25550            'NDRPDR' and
25551            'IP6FWD' and
25552            not 'SRv6' and
25553            not 'IPSEC' and
25554            not 'VHOST'"
25555   parameters:
25556   - "throughput"
25557   - "parent"
25558   - "tags"
25559   sort:
25560   - "IP6BASE"
25561   - "FIB_20K"
25562   - "FIB_200K"
25563   - "FIB_2M"
25564   layout:
25565     title: "ip6-3n-skx-xxv710-78b-base_and_scale-pdr"
25566     layout: "plot-throughput-speedup-analysis"
25567
25568 # Speedup - VPP IPv6 2n-skx-x710
25569 - type: "plot"
25570   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25571   algorithm: "plot_throughput_speedup_analysis"
25572   output-file-type: ".html"
25573   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25574   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25575   filter: "'NIC_Intel-X710' and
25576            '78B' and
25577            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25578            'NDRPDR' and
25579            'IP6FWD' and
25580            not 'SRv6' and
25581            not 'IPSEC' and
25582            not 'VHOST'"
25583   parameters:
25584   - "throughput"
25585   - "parent"
25586   - "tags"
25587   sort:
25588   - "IP6BASE"
25589   - "FIB_20K"
25590   - "FIB_200K"
25591   - "FIB_2M"
25592   layout:
25593     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
25594     layout: "plot-throughput-speedup-analysis"
25595
25596 - type: "plot"
25597   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25598   algorithm: "plot_throughput_speedup_analysis"
25599   output-file-type: ".html"
25600   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25601   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25602   filter: "'NIC_Intel-X710' and
25603            '78B' and
25604            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25605            'NDRPDR' and
25606            'IP6FWD' and
25607            not 'SRv6' and
25608            not 'IPSEC' and
25609            not 'VHOST'"
25610   parameters:
25611   - "throughput"
25612   - "parent"
25613   - "tags"
25614   sort:
25615   - "IP6BASE"
25616   - "FIB_20K"
25617   - "FIB_200K"
25618   - "FIB_2M"
25619   layout:
25620     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
25621     layout: "plot-throughput-speedup-analysis"
25622
25623 # Speedup - VPP IPv6 2n-skx-xxv710
25624 - type: "plot"
25625   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25626   algorithm: "plot_throughput_speedup_analysis"
25627   output-file-type: ".html"
25628   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25629   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25630   filter: "'NIC_Intel-XXV710' and
25631            '78B' and
25632            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25633            'NDRPDR' and
25634            'IP6FWD' and
25635            not 'SRv6' and
25636            not 'IPSEC' and
25637            not 'VHOST'"
25638   parameters:
25639   - "throughput"
25640   - "parent"
25641   - "tags"
25642   sort:
25643   - "IP6BASE"
25644   - "FIB_20K"
25645   - "FIB_200K"
25646   - "FIB_2M"
25647   layout:
25648     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
25649     layout: "plot-throughput-speedup-analysis"
25650
25651 - type: "plot"
25652   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25653   algorithm: "plot_throughput_speedup_analysis"
25654   output-file-type: ".html"
25655   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25656   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25657   filter: "'NIC_Intel-XXV710' and
25658            '78B' and
25659            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25660            'NDRPDR' and
25661            'IP6FWD' and
25662            not 'SRv6' and
25663            not 'IPSEC' and
25664            not 'VHOST'"
25665   parameters:
25666   - "throughput"
25667   - "parent"
25668   - "tags"
25669   sort:
25670   - "IP6BASE"
25671   - "FIB_20K"
25672   - "FIB_200K"
25673   - "FIB_2M"
25674   layout:
25675     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
25676     layout: "plot-throughput-speedup-analysis"
25677
25678 ## Speedup - VPP IPv6 2n-dnv-x553 base
25679 #- type: "plot"
25680 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
25681 #  algorithm: "plot_throughput_speedup_analysis"
25682 #  output-file-type: ".html"
25683 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
25684 #  data: "intel-dnv-vpp"
25685 #  filter: "'NIC_Intel-X553' and
25686 #           '78B' and
25687 #           'IP6BASE' and
25688 #           'NDRPDR' and
25689 #           'IP6FWD' and
25690 #           not 'SRv6' and
25691 #           not 'IPSEC' and
25692 #           not 'VHOST'"
25693 #  parameters:
25694 #  - "throughput"
25695 #  - "parent"
25696 #  - "tags"
25697 #  sort:
25698 #  - "IP6BASE"
25699 #  layout:
25700 #    title: "ip6-2n-dnv-x553-78b-base-ndr"
25701 #    layout: "plot-throughput-speedup-analysis"
25702 #
25703 #- type: "plot"
25704 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
25705 #  algorithm: "plot_throughput_speedup_analysis"
25706 #  output-file-type: ".html"
25707 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
25708 #  data: "intel-dnv-vpp"
25709 #  filter: "'NIC_Intel-X553' and
25710 #           '78B' and
25711 #           'IP6BASE' and
25712 #           'NDRPDR' and
25713 #           'IP6FWD' and
25714 #           not 'SRv6' and
25715 #           not 'IPSEC' and
25716 #           not 'VHOST'"
25717 #  parameters:
25718 #  - "throughput"
25719 #  - "parent"
25720 #  - "tags"
25721 #  sort:
25722 #  - "IP6BASE"
25723 #  layout:
25724 #    title: "ip6-2n-dnv-x553-78b-base-pdr"
25725 #    layout: "plot-throughput-speedup-analysis"
25726
25727 ################################################################################
25728
25729 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
25730 - type: "plot"
25731   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25732   algorithm: "plot_throughput_speedup_analysis"
25733   output-file-type: ".html"
25734   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25735   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25736   filter: "'NIC_Intel-X520-DA2' and
25737            '78B' and
25738            'ENCAP' and
25739            'NDRPDR' and
25740            'LISP' and
25741            not 'VHOST'"
25742   parameters:
25743   - "throughput"
25744   - "parent"
25745   - "tags"
25746   sort:
25747   - "IP4UNRLAY"
25748   - "IP6UNRLAY"
25749   layout:
25750     title: "ip6tun-3n-hsw-x520-78b-base-ndr"
25751     layout: "plot-throughput-speedup-analysis"
25752
25753 - type: "plot"
25754   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25755   algorithm: "plot_throughput_speedup_analysis"
25756   output-file-type: ".html"
25757   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25758   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25759   filter: "'NIC_Intel-X520-DA2' and
25760            '78B' and
25761            'ENCAP' and
25762            'NDRPDR' and
25763            'LISP' and
25764            not 'VHOST'"
25765   parameters:
25766   - "throughput"
25767   - "parent"
25768   - "tags"
25769   sort:
25770   - "IP4UNRLAY"
25771   - "IP6UNRLAY"
25772   layout:
25773     title: "ip6tun-3n-hsw-x520-78b-base-pdr"
25774     layout: "plot-throughput-speedup-analysis"
25775
25776 ################################################################################
25777
25778 # Speedup - VPP IPSec 3n-hsw-xl710 base
25779 - type: "plot"
25780   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25781   algorithm: "plot_throughput_speedup_analysis"
25782   output-file-type: ".html"
25783   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25784   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25785   filter: "'NIC_Intel-XL710' and
25786            '64B' and
25787            'IP4FWD' and
25788            'NDRPDR' and
25789            'BASE' and
25790            'IPSECHW' and
25791            not 'VHOST'"
25792   parameters:
25793   - "throughput"
25794   - "parent"
25795   - "tags"
25796   layout:
25797     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
25798     layout: "plot-throughput-speedup-analysis"
25799
25800 - type: "plot"
25801   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25802   algorithm: "plot_throughput_speedup_analysis"
25803   output-file-type: ".html"
25804   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25805   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25806   filter: "'NIC_Intel-XL710' and
25807            '64B' and
25808            'IP4FWD' and
25809            'NDRPDR' and
25810            'BASE' and
25811            'IPSECHW' and
25812            not 'VHOST'"
25813   parameters:
25814   - "throughput"
25815   - "parent"
25816   - "tags"
25817   layout:
25818     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
25819     layout: "plot-throughput-speedup-analysis"
25820
25821 # Speedup - VPP IPSec 3n-hsw-xl710 scale
25822 - type: "plot"
25823   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25824   algorithm: "plot_throughput_speedup_analysis"
25825   output-file-type: ".html"
25826   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25827   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25828   filter: "'NIC_Intel-XL710' and
25829            '64B' and
25830            'IP4FWD' and
25831            'NDRPDR' and
25832            'SCALE' and
25833            'IPSECHW' and
25834            not 'VHOST'"
25835   parameters:
25836   - "throughput"
25837   - "parent"
25838   - "tags"
25839   layout:
25840     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
25841     layout: "plot-throughput-speedup-analysis"
25842
25843 - type: "plot"
25844   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25845   algorithm: "plot_throughput_speedup_analysis"
25846   output-file-type: ".html"
25847   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25848   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25849   filter: "'NIC_Intel-XL710' and
25850            '64B' and
25851            'IP4FWD' and
25852            'NDRPDR' and
25853            'SCALE' and
25854            'IPSECHW' and
25855            not 'VHOST'"
25856   parameters:
25857   - "throughput"
25858   - "parent"
25859   - "tags"
25860   layout:
25861     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
25862     layout: "plot-throughput-speedup-analysis"
25863
25864 # Speedup - VPP IPSec 3n-hsw-xl710 sw
25865 - type: "plot"
25866   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25867   algorithm: "plot_throughput_speedup_analysis"
25868   output-file-type: ".html"
25869   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25870   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25871   filter: "'NIC_Intel-XL710' and
25872            '64B' and
25873            'IP4FWD' and
25874            'NDRPDR' and
25875            'IPSECSW' and
25876            not 'VHOST'"
25877   parameters:
25878   - "throughput"
25879   - "parent"
25880   - "tags"
25881   layout:
25882     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
25883     layout: "plot-throughput-speedup-analysis"
25884
25885 - type: "plot"
25886   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25887   algorithm: "plot_throughput_speedup_analysis"
25888   output-file-type: ".html"
25889   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25890   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25891   filter: "'NIC_Intel-XL710' and
25892            '64B' and
25893            'IP4FWD' and
25894            'NDRPDR' and
25895            'IPSECSW' and
25896            not 'VHOST'"
25897   parameters:
25898   - "throughput"
25899   - "parent"
25900   - "tags"
25901   layout:
25902     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
25903     layout: "plot-throughput-speedup-analysis"
25904
25905 ################################################################################
25906
25907 # Speedup - VPP SRv6 3n-hsw-x520
25908 - type: "plot"
25909   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
25910   algorithm: "plot_throughput_speedup_analysis"
25911   output-file-type: ".html"
25912   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
25913   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25914   filter: "'NIC_Intel-X520-DA2' and
25915            '78B' and
25916            'FEATURE' and
25917            'NDRPDR' and
25918            'IP6FWD' and
25919            'SRv6'"
25920   parameters:
25921   - "throughput"
25922   - "parent"
25923   - "tags"
25924   layout:
25925     title: "srv6-3n-hsw-x520-78b-features-ndr"
25926     layout: "plot-throughput-speedup-analysis"
25927
25928 - type: "plot"
25929   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
25930   algorithm: "plot_throughput_speedup_analysis"
25931   output-file-type: ".html"
25932   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
25933   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25934   filter: "'NIC_Intel-X520-DA2' and
25935            '78B' and
25936            'FEATURE' and
25937            'NDRPDR' and
25938            'IP6FWD' and
25939            'SRv6'"
25940   parameters:
25941   - "throughput"
25942   - "parent"
25943   - "tags"
25944   layout:
25945     title: "srv6-3n-hsw-x520-78b-features-pdr"
25946     layout: "plot-throughput-speedup-analysis"
25947
25948 ################################################################################
25949
25950 # Speedup - VPP L2 3n-hsw-x520 base and scale
25951 - type: "plot"
25952   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25953   algorithm: "plot_throughput_speedup_analysis"
25954   output-file-type: ".html"
25955   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25956   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25957   filter: "'NIC_Intel-X520-DA2' and
25958            '64B' and
25959            ('BASE' or 'SCALE') and
25960            'NDRPDR' and
25961            'ETH' and
25962            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25963            not 'VHOST' and
25964            not 'MEMIF'"
25965   parameters:
25966   - "throughput"
25967   - "parent"
25968   - "tags"
25969   sort:
25970   - "L2XCFWD"
25971   - "L2PATCH"
25972   - "L2BDMACLRN"
25973   - "FIB_10K"
25974   - "FIB_100K"
25975   - "FIB_1M"
25976   layout:
25977     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
25978     layout: "plot-throughput-speedup-analysis"
25979
25980 - type: "plot"
25981   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25982   algorithm: "plot_throughput_speedup_analysis"
25983   output-file-type: ".html"
25984   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25985   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25986   filter: "'NIC_Intel-X520-DA2' and
25987            '64B' and
25988            ('BASE' or 'SCALE') and
25989            'NDRPDR' and
25990            'ETH' and
25991            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25992            not 'VHOST' and
25993            not 'MEMIF'"
25994   parameters:
25995   - "throughput"
25996   - "parent"
25997   - "tags"
25998   sort:
25999   - "L2XCFWD"
26000   - "L2PATCH"
26001   - "L2BDMACLRN"
26002   - "FIB_10K"
26003   - "FIB_100K"
26004   - "FIB_1M"
26005   layout:
26006     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
26007     layout: "plot-throughput-speedup-analysis"
26008
26009 # Speedup - VPP L2 3n-hsw-x520 features
26010 - type: "plot"
26011   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26012   algorithm: "plot_throughput_speedup_analysis"
26013   output-file-type: ".html"
26014   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26015   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26016   filter: "'NIC_Intel-X520-DA2' and
26017            '64B' and
26018            'NDRPDR' and
26019            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26020            not 'ACL' and
26021            not 'VHOST' and
26022            not 'MEMIF'"
26023   parameters:
26024   - "throughput"
26025   - "parent"
26026   - "tags"
26027   sort:
26028   - "L2XCBASE"    # l2xcbase
26029   - "L2BDBASE"    # l2bdbase
26030   - "L2XCFWD"     # dot1q-l2xcbase
26031   - "L2BDMACLRN"  # dot1q-l2bdbase
26032   layout:
26033     title: "l2sw-3n-hsw-x520-64b-features-ndr"
26034     layout: "plot-throughput-speedup-analysis"
26035
26036 - type: "plot"
26037   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26038   algorithm: "plot_throughput_speedup_analysis"
26039   output-file-type: ".html"
26040   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26041   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26042   filter: "'NIC_Intel-X520-DA2' and
26043            '64B' and
26044            'NDRPDR' and
26045            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26046            not 'ACL' and
26047            not 'VHOST' and
26048            not 'MEMIF'"
26049   parameters:
26050   - "throughput"
26051   - "parent"
26052   - "tags"
26053   sort:
26054   - "L2XCBASE"    # l2xcbase
26055   - "L2BDBASE"    # l2bdbase
26056   - "L2XCFWD"     # dot1q-l2xcbase
26057   - "L2BDMACLRN"  # dot1q-l2bdbase
26058   layout:
26059     title: "l2sw-3n-hsw-x520-64b-features-pdr"
26060     layout: "plot-throughput-speedup-analysis"
26061
26062 # Speedup - VPP L2 3n-hsw-x520 features-iacl
26063 - type: "plot"
26064   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
26065   algorithm: "plot_throughput_speedup_analysis"
26066   output-file-type: ".html"
26067   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
26068   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26069   filter: "'NIC_Intel-X520-DA2' and
26070            'NDRPDR' and
26071            '64B' and
26072            'FEATURE' and
26073            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26074            'IACL' and
26075            ('ACL1' or 'ACL50') and
26076            ('10K_FLOWS' or '10k_FLOWS') and
26077            not 'MACIP' and
26078            not 'VHOST' and
26079            not 'MEMIF'"
26080   parameters:
26081   - "throughput"
26082   - "parent"
26083   - "tags"
26084   layout:
26085     title: "l2sw-3n-hsw-x520-64b-features-iacl-ndr"
26086     layout: "plot-throughput-speedup-analysis"
26087
26088 - type: "plot"
26089   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26090   algorithm: "plot_throughput_speedup_analysis"
26091   output-file-type: ".html"
26092   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26093   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26094   filter: "'NIC_Intel-X520-DA2' and
26095            'NDRPDR' and
26096            '64B' and
26097            'FEATURE' and
26098            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26099            'IACL' and
26100            ('ACL1' or 'ACL50') and
26101            ('10K_FLOWS' or '10k_FLOWS') and
26102            not 'MACIP' and
26103            not 'VHOST' and
26104            not 'MEMIF'"
26105   parameters:
26106   - "throughput"
26107   - "parent"
26108   - "tags"
26109   layout:
26110     title: "l2sw-3n-hsw-x520-64b-features-iacl-pdr"
26111     layout: "plot-throughput-speedup-analysis"
26112
26113 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26114 - type: "plot"
26115   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26116   algorithm: "plot_throughput_speedup_analysis"
26117   output-file-type: ".html"
26118   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26119   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26120   filter: "'NIC_Intel-X520-DA2' and
26121            'NDRPDR' and
26122            '64B' and
26123            'FEATURE' and
26124            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26125            'OACL' and
26126            ('ACL1' or 'ACL50') and
26127            ('10K_FLOWS' or '10k_FLOWS') and
26128            not 'MACIP' and
26129            not 'VHOST' and
26130            not 'MEMIF'"
26131   parameters:
26132   - "throughput"
26133   - "parent"
26134   - "tags"
26135   layout:
26136     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26137     layout: "plot-throughput-speedup-analysis"
26138
26139 - type: "plot"
26140   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26141   algorithm: "plot_throughput_speedup_analysis"
26142   output-file-type: ".html"
26143   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26144   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26145   filter: "'NIC_Intel-X520-DA2' and
26146            'NDRPDR' and
26147            '64B' and
26148            'FEATURE' and
26149            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26150            'OACL' and
26151            ('ACL1' or 'ACL50') and
26152            ('10K_FLOWS' or '10k_FLOWS') and
26153            not 'MACIP' and
26154            not 'VHOST' and
26155            not 'MEMIF'"
26156   parameters:
26157   - "throughput"
26158   - "parent"
26159   - "tags"
26160   layout:
26161     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26162     layout: "plot-throughput-speedup-analysis"
26163
26164 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26165 - type: "plot"
26166   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26167   algorithm: "plot_throughput_speedup_analysis"
26168   output-file-type: ".html"
26169   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26170   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26171   filter: "'NIC_Intel-X520-DA2' and
26172            'NDRPDR' and
26173            '64B' and
26174            'FEATURE' and
26175            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26176            'OACL' and
26177            ('ACL1' or 'ACL50') and
26178            ('10K_FLOWS' or '10k_FLOWS') and
26179            not 'MACIP' and
26180            not 'VHOST' and
26181            not 'MEMIF'"
26182   parameters:
26183   - "throughput"
26184   - "parent"
26185   - "tags"
26186   layout:
26187     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26188     layout: "plot-throughput-speedup-analysis"
26189
26190 - type: "plot"
26191   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26192   algorithm: "plot_throughput_speedup_analysis"
26193   output-file-type: ".html"
26194   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26195   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26196   filter: "'NIC_Intel-X520-DA2' and
26197            'NDRPDR' and
26198            '64B' and
26199            'FEATURE' and
26200            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26201            'OACL' and
26202            ('ACL1' or 'ACL50') and
26203            ('10K_FLOWS' or '10k_FLOWS') and
26204            not 'MACIP' and
26205            not 'VHOST' and
26206            not 'MEMIF'"
26207   parameters:
26208   - "throughput"
26209   - "parent"
26210   - "tags"
26211   layout:
26212     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26213     layout: "plot-throughput-speedup-analysis"
26214
26215 # Speedup - VPP L2 3n-hsw-x520 features-macip
26216 - type: "plot"
26217   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26218   algorithm: "plot_throughput_speedup_analysis"
26219   output-file-type: ".html"
26220   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26221   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26222   filter: "'NIC_Intel-X520-DA2' and
26223            'NDRPDR' and
26224            '64B' and
26225            'FEATURE' and
26226            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26227            'MACIP' and
26228            ('ACL1' or 'ACL50') and
26229            ('10K_FLOWS' or '10k_FLOWS') and
26230            not 'VHOST' and
26231            not 'MEMIF'"
26232   parameters:
26233   - "throughput"
26234   - "parent"
26235   - "tags"
26236   layout:
26237     title: "l2sw-3n-hsw-x520-64b-features-macip-ndr"
26238     layout: "plot-throughput-speedup-analysis"
26239
26240 - type: "plot"
26241   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26242   algorithm: "plot_throughput_speedup_analysis"
26243   output-file-type: ".html"
26244   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26245   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26246   filter: "'NIC_Intel-X520-DA2' and
26247            'NDRPDR' and
26248            '64B' and
26249            'FEATURE' and
26250            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26251            'MACIP' and
26252            ('ACL1' or 'ACL50') and
26253            ('10K_FLOWS' or '10k_FLOWS') and
26254            not 'VHOST' and
26255            not 'MEMIF'"
26256   parameters:
26257   - "throughput"
26258   - "parent"
26259   - "tags"
26260   layout:
26261     title: "l2sw-3n-hsw-x520-64b-features-macip-pdr"
26262     layout: "plot-throughput-speedup-analysis"
26263
26264 # Speedup - VPP L2 3n-hsw-x710 base and scale
26265 - type: "plot"
26266   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26267   algorithm: "plot_throughput_speedup_analysis"
26268   output-file-type: ".html"
26269   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26270   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26271   filter: "'NIC_Intel-X710' and
26272            '64B' and
26273            ('BASE' or 'SCALE') and
26274            'NDRPDR' and
26275            'ETH' and
26276            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26277            not 'VHOST' and
26278            not 'MEMIF' and
26279            not 'DRV_AVF'"
26280   parameters:
26281   - "throughput"
26282   - "parent"
26283   - "tags"
26284   sort:
26285   - "L2PATCH"
26286   - "L2XCFWD"
26287   - "L2BDMACLRN"
26288   - "FIB_10K"
26289   - "FIB_100K"
26290   - "FIB_1M"
26291   layout:
26292     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
26293     layout: "plot-throughput-speedup-analysis"
26294
26295 - type: "plot"
26296   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26297   algorithm: "plot_throughput_speedup_analysis"
26298   output-file-type: ".html"
26299   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26300   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26301   filter: "'NIC_Intel-X710' and
26302            '64B' and
26303            ('BASE' or 'SCALE') and
26304            'NDRPDR' and
26305            'ETH' and
26306            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26307            not 'VHOST' and
26308            not 'MEMIF' and
26309            not 'DRV_AVF'"
26310   parameters:
26311   - "throughput"
26312   - "parent"
26313   - "tags"
26314   sort:
26315   - "L2PATCH"
26316   - "L2XCFWD"
26317   - "L2BDMACLRN"
26318   - "FIB_10K"
26319   - "FIB_100K"
26320   - "FIB_1M"
26321   layout:
26322     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
26323     layout: "plot-throughput-speedup-analysis"
26324
26325 # Speedup - VPP L2 3n-hsw-x710 features
26326 - type: "plot"
26327   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26328   algorithm: "plot_throughput_speedup_analysis"
26329   output-file-type: ".html"
26330   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26331   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26332   filter: "'NIC_Intel-X710' and
26333            '64B' and
26334            'NDRPDR' and
26335            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26336            not 'ACL' and
26337            not 'VHOST' and
26338            not 'L2OVRLAY' and
26339            not 'MEMIF'"
26340   parameters:
26341   - "throughput"
26342   - "parent"
26343   - "tags"
26344   sort:
26345   - "L2XCBASE"    # l2xcbase
26346   - "L2BDBASE"    # l2bdbase
26347   - "L2XCFWD"     # dot1q-l2xcbase
26348   - "L2BDMACLRN"  # dot1q-l2bdbase
26349   layout:
26350     title: "l2sw-3n-hsw-x710-64b-features-ndr"
26351     layout: "plot-throughput-speedup-analysis"
26352
26353 - type: "plot"
26354   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26355   algorithm: "plot_throughput_speedup_analysis"
26356   output-file-type: ".html"
26357   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26358   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26359   filter: "'NIC_Intel-X710' and
26360            '64B' and
26361            'NDRPDR' and
26362            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26363            not 'ACL' and
26364            not 'VHOST' and
26365            not 'L2OVRLAY' and
26366            not 'MEMIF'"
26367   parameters:
26368   - "throughput"
26369   - "parent"
26370   - "tags"
26371   sort:
26372   - "L2XCBASE"    # l2xcbase
26373   - "L2BDBASE"    # l2bdbase
26374   - "L2XCFWD"     # dot1q-l2xcbase
26375   - "L2BDMACLRN"  # dot1q-l2bdbase
26376   layout:
26377     title: "l2sw-3n-hsw-x710-64b-features-pdr"
26378     layout: "plot-throughput-speedup-analysis"
26379
26380 # Speedup - VPP L2 3n-hsw-x710 features-iacl
26381 - type: "plot"
26382   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26383   algorithm: "plot_throughput_speedup_analysis"
26384   output-file-type: ".html"
26385   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26386   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26387   filter: "'NIC_Intel-X710' and
26388            'NDRPDR' and
26389            '64B' and
26390            'FEATURE' and
26391            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26392            'IACL' and
26393            ('ACL1' or 'ACL50') and
26394            ('10K_FLOWS' or '10k_FLOWS') and
26395            not 'MACIP' and
26396            not 'VHOST' and
26397            not 'MEMIF'"
26398   parameters:
26399   - "throughput"
26400   - "parent"
26401   - "tags"
26402   layout:
26403     title: "l2sw-3n-hsw-x710-64b-features-iacl-ndr"
26404     layout: "plot-throughput-speedup-analysis"
26405
26406 - type: "plot"
26407   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26408   algorithm: "plot_throughput_speedup_analysis"
26409   output-file-type: ".html"
26410   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26411   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26412   filter: "'NIC_Intel-X710' and
26413            'NDRPDR' and
26414            '64B' and
26415            'FEATURE' and
26416            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26417            'IACL' and
26418            ('ACL1' or 'ACL50') and
26419            ('10K_FLOWS' or '10k_FLOWS') and
26420            not 'MACIP' and
26421            not 'VHOST' and
26422            not 'MEMIF'"
26423   parameters:
26424   - "throughput"
26425   - "parent"
26426   - "tags"
26427   layout:
26428     title: "l2sw-3n-hsw-x710-64b-features-iacl-pdr"
26429     layout: "plot-throughput-speedup-analysis"
26430
26431 # Speedup - VPP L2 3n-hsw-xl710 base and scale
26432 - type: "plot"
26433   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26434   algorithm: "plot_throughput_speedup_analysis"
26435   output-file-type: ".html"
26436   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26437   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26438   filter: "'NIC_Intel-XL710' and
26439            '64B' and
26440            'BASE' and
26441            'NDRPDR' and
26442            'ETH' and
26443            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26444            not 'VHOST' and
26445            not 'MEMIF'"
26446   parameters:
26447   - "throughput"
26448   - "parent"
26449   - "tags"
26450   sort:
26451   - "L2PATCH"
26452   - "L2XCFWD"
26453   - "L2BDMACLRN"
26454   layout:
26455     title: "l2sw-3n-hsw-xl710-64b-base-ndr"
26456     layout: "plot-throughput-speedup-analysis"
26457
26458 - type: "plot"
26459   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26460   algorithm: "plot_throughput_speedup_analysis"
26461   output-file-type: ".html"
26462   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26463   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26464   filter: "'NIC_Intel-XL710' and
26465            '64B' and
26466            'BASE' and
26467            'NDRPDR' and
26468            'ETH' and
26469            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26470            not 'VHOST' and
26471            not 'MEMIF'"
26472   parameters:
26473   - "throughput"
26474   - "parent"
26475   - "tags"
26476   sort:
26477   - "L2PATCH"
26478   - "L2XCFWD"
26479   - "L2BDMACLRN"
26480   layout:
26481     title: "l2sw-3n-hsw-xl710-64b-base-pdr"
26482     layout: "plot-throughput-speedup-analysis"
26483
26484 # Speedup - VPP L2 3n-skx-x710 base and scale
26485 - type: "plot"
26486   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26487   algorithm: "plot_throughput_speedup_analysis"
26488   output-file-type: ".html"
26489   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26491   filter: "'NIC_Intel-X710' and
26492            '64B' and
26493            ('BASE' or 'SCALE') and
26494            'NDRPDR' and
26495            'ETH' and
26496            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26497            not 'VHOST' and
26498            not 'DRV_AVF' and
26499            not 'MEMIF'"
26500   parameters:
26501   - "throughput"
26502   - "parent"
26503   - "tags"
26504   sort:
26505   - "L2PATCH"
26506   - "L2XCBASE"
26507   - "BASE"
26508   - "FIB_10K"
26509   - "FIB_100K"
26510   - "FIB_1M"
26511   layout:
26512     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
26513     layout: "plot-throughput-speedup-analysis"
26514
26515 - type: "plot"
26516   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26517   algorithm: "plot_throughput_speedup_analysis"
26518   output-file-type: ".html"
26519   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26520   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26521   filter: "'NIC_Intel-X710' and
26522            '64B' and
26523            ('BASE' or 'SCALE') and
26524            'NDRPDR' and
26525            'ETH' and
26526            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26527            not 'VHOST' and
26528            not 'DRV_AVF' and
26529            not 'MEMIF'"
26530   parameters:
26531   - "throughput"
26532   - "parent"
26533   - "tags"
26534   sort:
26535   - "L2PATCH"
26536   - "L2XCBASE"
26537   - "BASE"
26538   - "FIB_10K"
26539   - "FIB_100K"
26540   - "FIB_1M"
26541   layout:
26542     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
26543     layout: "plot-throughput-speedup-analysis"
26544
26545 # Speedup - VPP L2 3n-skx-x710 features
26546 - type: "plot"
26547   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
26548   algorithm: "plot_throughput_speedup_analysis"
26549   output-file-type: ".html"
26550   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
26551   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26552   filter: "'NIC_Intel-X710' and
26553            '64B' and
26554            'NDRPDR' and
26555            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26556            not 'ACL' and
26557            not 'VHOST' and
26558            not 'DRV_AVF' and
26559            not 'L2OVRLAY' and
26560            not 'MEMIF'"
26561   parameters:
26562   - "throughput"
26563   - "parent"
26564   - "tags"
26565   sort:
26566   - "L2XCBASE"    # l2xcbase
26567   - "L2BDBASE"    # l2bdbase
26568   - "L2XCFWD"     # dot1q-l2xcbase
26569   - "L2BDMACLRN"  # dot1q-l2bdbase
26570   layout:
26571     title: "l2sw-3n-skx-x710-64b-features-ndr"
26572     layout: "plot-throughput-speedup-analysis"
26573
26574 - type: "plot"
26575   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
26576   algorithm: "plot_throughput_speedup_analysis"
26577   output-file-type: ".html"
26578   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
26579   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26580   filter: "'NIC_Intel-X710' and
26581            '64B' and
26582            'NDRPDR' and
26583            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26584            not 'ACL' and
26585            not 'VHOST' and
26586            not 'DRV_AVF' and
26587            not 'L2OVRLAY' and
26588            not 'MEMIF'"
26589   parameters:
26590   - "throughput"
26591   - "parent"
26592   - "tags"
26593   sort:
26594   - "L2XCBASE"    # l2xcbase
26595   - "L2BDBASE"    # l2bdbase
26596   - "L2XCFWD"     # dot1q-l2xcbase
26597   - "L2BDMACLRN"  # dot1q-l2bdbase
26598   layout:
26599     title: "l2sw-3n-skx-x710-64b-features-pdr"
26600     layout: "plot-throughput-speedup-analysis"
26601
26602 # Speedup - VPP L2 3n-skx-x710 features-iacl
26603 - type: "plot"
26604   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26605   algorithm: "plot_throughput_speedup_analysis"
26606   output-file-type: ".html"
26607   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26608   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26609   filter: "'NIC_Intel-X710' and
26610            'NDRPDR' and
26611            '64B' and
26612            'FEATURE' and
26613            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26614            'IACL' and
26615            ('ACL1' or 'ACL50') and
26616            ('10K_FLOWS' or '10k_FLOWS') and
26617            not 'MACIP' and
26618            not 'VHOST' and
26619            not 'MEMIF'"
26620   parameters:
26621   - "throughput"
26622   - "parent"
26623   - "tags"
26624   layout:
26625     title: "l2sw-3n-skx-x710-64b-features-iacl-ndr"
26626     layout: "plot-throughput-speedup-analysis"
26627
26628 - type: "plot"
26629   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26630   algorithm: "plot_throughput_speedup_analysis"
26631   output-file-type: ".html"
26632   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26633   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26634   filter: "'NIC_Intel-X710' and
26635            'NDRPDR' and
26636            '64B' and
26637            'FEATURE' and
26638            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26639            'IACL' and
26640            ('ACL1' or 'ACL50') and
26641            ('10K_FLOWS' or '10k_FLOWS') and
26642            not 'MACIP' and
26643            not 'VHOST' and
26644            not 'MEMIF'"
26645   parameters:
26646   - "throughput"
26647   - "parent"
26648   - "tags"
26649   layout:
26650     title: "l2sw-3n-skx-x710-64b-features-iacl-pdr"
26651     layout: "plot-throughput-speedup-analysis"
26652
26653 # Speedup - VPP L2 3n-skx-xxv710 base and scale
26654 - type: "plot"
26655   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26656   algorithm: "plot_throughput_speedup_analysis"
26657   output-file-type: ".html"
26658   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26659   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26660   filter: "'NIC_Intel-XXV710' and
26661            '64B' and
26662            ('BASE' or 'SCALE') and
26663            'NDRPDR' and
26664            'ETH' and
26665            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26666            not 'DRV_AVF' and
26667            not 'VHOST' and
26668            not 'MEMIF'"
26669   parameters:
26670   - "throughput"
26671   - "parent"
26672   - "tags"
26673 #  sort:
26674 #  - "L2PATCH"
26675 #  - "L2PATCH"
26676 #  - "L2XCBASE"
26677 #  - "L2BDMACLRN"
26678   layout:
26679     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
26680     layout: "plot-throughput-speedup-analysis"
26681
26682 - type: "plot"
26683   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26684   algorithm: "plot_throughput_speedup_analysis"
26685   output-file-type: ".html"
26686   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26687   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26688   filter: "'NIC_Intel-XXV710' and
26689            '64B' and
26690            ('BASE' or 'SCALE') and
26691            'NDRPDR' and
26692            'ETH' and
26693            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26694            not 'DRV_AVF' and
26695            not 'VHOST' and
26696            not 'MEMIF'"
26697   parameters:
26698   - "throughput"
26699   - "parent"
26700   - "tags"
26701 #  sort:
26702 #  - "L2PATCH"
26703 #  - "L2PATCH"
26704 #  - "L2XCBASE"
26705 #  - "L2BDMACLRN"
26706   layout:
26707     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
26708     layout: "plot-throughput-speedup-analysis"
26709
26710 # Speedup - VPP L2 2n-skx-x710 base and scale
26711 - type: "plot"
26712   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26713   algorithm: "plot_throughput_speedup_analysis"
26714   output-file-type: ".html"
26715   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26716   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26717   filter: "'NIC_Intel-X710' and
26718            '64B' and
26719            ('BASE' or 'SCALE') and
26720            'NDRPDR' and
26721            'ETH' and
26722            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26723            not 'VHOST' and
26724            not 'MEMIF'"
26725   parameters:
26726   - "throughput"
26727   - "parent"
26728   - "tags"
26729   sort:
26730   - "L2PATCH"
26731   - "L2XCBASE"
26732   - "BASE"
26733   - "FIB_10K"
26734   - "FIB_100K"
26735   - "FIB_1M"
26736   layout:
26737     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
26738     layout: "plot-throughput-speedup-analysis"
26739
26740 - type: "plot"
26741   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26742   algorithm: "plot_throughput_speedup_analysis"
26743   output-file-type: ".html"
26744   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26745   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26746   filter: "'NIC_Intel-X710' and
26747            '64B' and
26748            ('BASE' or 'SCALE') and
26749            'NDRPDR' and
26750            'ETH' and
26751            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26752            not 'VHOST' and
26753            not 'MEMIF'"
26754   parameters:
26755   - "throughput"
26756   - "parent"
26757   - "tags"
26758   sort:
26759   - "L2PATCH"
26760   - "L2XCBASE"
26761   - "BASE"
26762   - "FIB_10K"
26763   - "FIB_100K"
26764   - "FIB_1M"
26765   layout:
26766     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
26767     layout: "plot-throughput-speedup-analysis"
26768
26769 # Speedup - VPP L2 2n-skx-xxv710 base and scale
26770 - type: "plot"
26771   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26772   algorithm: "plot_throughput_speedup_analysis"
26773   output-file-type: ".html"
26774   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26775   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26776   filter: "'NIC_Intel-XXV710' and
26777            '64B' and
26778            ('BASE' or 'SCALE') and
26779            'NDRPDR' and
26780            'ETH' and
26781            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26782            not 'VHOST' and
26783            not 'MEMIF'"
26784   parameters:
26785   - "throughput"
26786   - "parent"
26787   - "tags"
26788   sort:
26789   - "L2PATCH"
26790   - "L2XCBASE"
26791   - "BASE"
26792   - "FIB_10K"
26793   - "FIB_100K"
26794   - "FIB_1M"
26795   layout:
26796     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
26797     layout: "plot-throughput-speedup-analysis"
26798
26799 - type: "plot"
26800   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26801   algorithm: "plot_throughput_speedup_analysis"
26802   output-file-type: ".html"
26803   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26804   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26805   filter: "'NIC_Intel-XXV710' and
26806            '64B' and
26807            ('BASE' or 'SCALE') and
26808            'NDRPDR' and
26809            'ETH' and
26810            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26811            not 'VHOST' and
26812            not 'MEMIF'"
26813   parameters:
26814   - "throughput"
26815   - "parent"
26816   - "tags"
26817   sort:
26818   - "L2PATCH"
26819   - "L2XCBASE"
26820   - "BASE"
26821   - "FIB_10K"
26822   - "FIB_100K"
26823   - "FIB_1M"
26824   layout:
26825     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
26826     layout: "plot-throughput-speedup-analysis"
26827
26828 ## Speedup - VPP L2 2n-dnv-x553 base
26829 #- type: "plot"
26830 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26831 #  algorithm: "plot_throughput_speedup_analysis"
26832 #  output-file-type: ".html"
26833 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26834 #  data: "intel-dnv-vpp"
26835 #  filter: "'NIC_Intel-X553' and
26836 #           '64B' and
26837 #           ('BASE' or 'SCALE') and
26838 #           'NDRPDR' and
26839 #           'ETH' and
26840 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26841 #           not 'VHOST' and
26842 #           not 'MEMIF'"
26843 #  parameters:
26844 #  - "throughput"
26845 #  - "parent"
26846 #  - "tags"
26847 #  sort:
26848 #  - "L2XCBASE"
26849 #  - "L2BDMACLRN"
26850 #  - "L2PATCH"
26851 #  layout:
26852 #    title: "l2sw-2n-dnv-x553-64b-base-ndr"
26853 #    layout: "plot-throughput-speedup-analysis"
26854 #
26855 #- type: "plot"
26856 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26857 #  algorithm: "plot_throughput_speedup_analysis"
26858 #  output-file-type: ".html"
26859 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26860 #  data: "intel-dnv-vpp"
26861 #  filter: "'NIC_Intel-X553' and
26862 #           '64B' and
26863 #           ('BASE' or 'SCALE') and
26864 #           'NDRPDR' and
26865 #           'ETH' and
26866 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26867 #           not 'VHOST' and
26868 #           not 'MEMIF'"
26869 #  parameters:
26870 #  - "throughput"
26871 #  - "parent"
26872 #  - "tags"
26873 #  sort:
26874 #  - "L2XCBASE"
26875 #  - "L2BDMACLRN"
26876 #  - "L2PATCH"
26877 #  layout:
26878 #    title: "l2sw-2n-dnv-x553-64b-base-pdr"
26879 #    layout: "plot-throughput-speedup-analysis"
26880
26881 ################################################################################
26882
26883 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
26884 - type: "plot"
26885   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26886   algorithm: "plot_throughput_speedup_analysis"
26887   output-file-type: ".html"
26888   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26889   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26890   filter: "'NIC_Intel-X520-DA2' and
26891            '64B' and
26892            'NDRPDR' and
26893            'ETH' and
26894            'IP4FWD' and
26895            'VHOST_1024' and
26896            not 'VXLAN' and
26897            not 'DOT1Q'"
26898   parameters:
26899   - "throughput"
26900   - "parent"
26901   - "tags"
26902   sort:
26903   - "not CFS_OPT"
26904   - "1VM"
26905   - "2VM"
26906   layout:
26907     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
26908     layout: "plot-throughput-speedup-analysis"
26909
26910 - type: "plot"
26911   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26912   algorithm: "plot_throughput_speedup_analysis"
26913   output-file-type: ".html"
26914   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26915   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26916   filter: "'NIC_Intel-X520-DA2' and
26917            '64B' and
26918            'NDRPDR' and
26919            'ETH' and
26920            'IP4FWD' and
26921            'VHOST_1024' and
26922            not 'VXLAN' and
26923            not 'DOT1Q'"
26924   parameters:
26925   - "throughput"
26926   - "parent"
26927   - "tags"
26928   sort:
26929   - "not CFS_OPT"
26930   - "1VM"
26931   - "2VM"
26932   layout:
26933     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
26934     layout: "plot-throughput-speedup-analysis"
26935
26936 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
26937 - type: "plot"
26938   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26939   algorithm: "plot_throughput_speedup_analysis"
26940   output-file-type: ".html"
26941   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26942   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26943   filter: "'NIC_Intel-X520-DA2' and
26944            '64B' and
26945            'NDRPDR' and
26946            ('ETH' or 'DOT1Q') and
26947            'BASE' and
26948            ('L2BDMACLRN' or 'L2XCFWD') and
26949            'VHOST_1024' and
26950            not 'VXLAN' and
26951            not 'IP4FWD' and
26952            not '2VM'"
26953   parameters:
26954   - "throughput"
26955   - "parent"
26956   - "tags"
26957   sort:
26958   - "L2BDMACLRN"
26959   - "L2BDMACLRN"
26960   - "L2BDMACLRN"
26961   - "L2XCFWD"
26962   - "L2XCFWD"
26963   - "L2XCFWD"
26964   layout:
26965     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr"
26966     layout: "plot-throughput-speedup-analysis"
26967
26968 - type: "plot"
26969   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26970   algorithm: "plot_throughput_speedup_analysis"
26971   output-file-type: ".html"
26972   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26973   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26974   filter: "'NIC_Intel-X520-DA2' and
26975            '64B' and
26976            'NDRPDR' and
26977            ('ETH' or 'DOT1Q') and
26978            'BASE' and
26979            ('L2BDMACLRN' or 'L2XCFWD') and
26980            'VHOST_1024' and
26981            not 'VXLAN' and
26982            not 'IP4FWD' and
26983            not '2VM'"
26984   parameters:
26985   - "throughput"
26986   - "parent"
26987   - "tags"
26988   sort:
26989   - "L2BDMACLRN"
26990   - "L2BDMACLRN"
26991   - "L2BDMACLRN"
26992   - "L2XCFWD"
26993   - "L2XCFWD"
26994   - "L2XCFWD"
26995   layout:
26996     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr"
26997     layout: "plot-throughput-speedup-analysis"
26998
26999 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
27000 - type: "plot"
27001   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27002   algorithm: "plot_throughput_speedup_analysis"
27003   output-file-type: ".html"
27004   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27005   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27006   filter: "'NIC_Intel-X520-DA2' and
27007            '64B' and
27008            'NDRPDR' and
27009            ('ETH' or 'DOT1Q') and
27010            ('L2BDMACLRN' or 'L2XCFWD') and
27011            'VHOST_1024' and
27012            not 'CFS_OPT' and
27013            not 'DOT1Q' and
27014            not 'VXLAN' and
27015            not 'IP4FWD' and
27016            not 'LBOND'"
27017   parameters:
27018   - "throughput"
27019   - "parent"
27020   - "tags"
27021 #  sort:
27022 #  - "1VM"
27023 #  - "L2XCFWD"
27024 #  - "1VM"
27025 #  - "L2BDMACLRN"
27026   layout:
27027     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
27028     layout: "plot-throughput-speedup-analysis"
27029
27030 - type: "plot"
27031   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27032   algorithm: "plot_throughput_speedup_analysis"
27033   output-file-type: ".html"
27034   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27035   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27036   filter: "'NIC_Intel-X520-DA2' and
27037            '64B' and
27038            'NDRPDR' and
27039            ('ETH' or 'DOT1Q') and
27040            ('L2BDMACLRN' or 'L2XCFWD') and
27041            'VHOST_1024' and
27042            not 'CFS_OPT' and
27043            not 'DOT1Q' and
27044            not 'VXLAN' and
27045            not 'IP4FWD' and
27046            not 'LBOND'"
27047   parameters:
27048   - "throughput"
27049   - "parent"
27050   - "tags"
27051 #  sort:
27052 #  - "1VM"
27053 #  - "L2XCFWD"
27054 #  - "1VM"
27055 #  - "L2BDMACLRN"
27056   layout:
27057     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
27058     layout: "plot-throughput-speedup-analysis"
27059
27060 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
27061 - type: "plot"
27062   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27063   algorithm: "plot_throughput_speedup_analysis"
27064   output-file-type: ".html"
27065   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27066   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27067   filter: "'NIC_Intel-X710' and
27068            '64B' and
27069            'NDRPDR' and
27070            'ETH' and
27071            'IP4FWD' and
27072            'VHOST_1024' and
27073            not 'VXLAN' and
27074            not 'CFS_OPT' and
27075            not 'DOT1Q'"
27076   parameters:
27077   - "throughput"
27078   - "parent"
27079   - "tags"
27080   sort:
27081   - "1VM"
27082   - "2VM"
27083   layout:
27084     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
27085     layout: "plot-throughput-speedup-analysis"
27086
27087 - type: "plot"
27088   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27089   algorithm: "plot_throughput_speedup_analysis"
27090   output-file-type: ".html"
27091   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27092   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27093   filter: "'NIC_Intel-X710' and
27094            '64B' and
27095            'NDRPDR' and
27096            'ETH' and
27097            'IP4FWD' and
27098            'VHOST_1024' and
27099            not 'VXLAN' and
27100            not 'CFS_OPT' and
27101            not 'DOT1Q'"
27102   parameters:
27103   - "throughput"
27104   - "parent"
27105   - "tags"
27106   sort:
27107   - "1VM"
27108   - "2VM"
27109   layout:
27110     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
27111     layout: "plot-throughput-speedup-analysis"
27112
27113 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
27114 - type: "plot"
27115   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27116   algorithm: "plot_throughput_speedup_analysis"
27117   output-file-type: ".html"
27118   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27119   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27120   filter: "'NIC_Intel-X710' and
27121            '64B' and
27122            'NDRPDR' and
27123            ('ETH' or 'DOT1Q') and
27124            'BASE' and
27125            ('L2BDMACLRN' or 'L2XCFWD') and
27126            'VHOST_1024' and
27127            not 'VXLAN' and
27128            not 'IP4FWD' and
27129            not '2VM'"
27130   parameters:
27131   - "throughput"
27132   - "parent"
27133   - "tags"
27134   sort:
27135   - "L2BDMACLRN"
27136   - "L2BDMACLRN"
27137   - "L2BDMACLRN"
27138   - "L2XCFWD"
27139   - "L2XCFWD"
27140   - "L2XCFWD"
27141   layout:
27142     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr"
27143     layout: "plot-throughput-speedup-analysis"
27144
27145 - type: "plot"
27146   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27147   algorithm: "plot_throughput_speedup_analysis"
27148   output-file-type: ".html"
27149   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27150   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27151   filter: "'NIC_Intel-X710' and
27152            '64B' and
27153            'NDRPDR' and
27154            ('ETH' or 'DOT1Q') and
27155            'BASE' and
27156            ('L2BDMACLRN' or 'L2XCFWD') and
27157            'VHOST_1024' and
27158            not 'VXLAN' and
27159            not 'IP4FWD' and
27160            not '2VM'"
27161   parameters:
27162   - "throughput"
27163   - "parent"
27164   - "tags"
27165   sort:
27166   - "L2BDMACLRN"
27167   - "L2BDMACLRN"
27168   - "L2BDMACLRN"
27169   - "L2XCFWD"
27170   - "L2XCFWD"
27171   - "L2XCFWD"
27172   layout:
27173     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr"
27174     layout: "plot-throughput-speedup-analysis"
27175
27176 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
27177 - type: "plot"
27178   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27179   algorithm: "plot_throughput_speedup_analysis"
27180   output-file-type: ".html"
27181   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27182   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27183   filter: "'NIC_Intel-X710' and
27184            '64B' and
27185            'NDRPDR' and
27186            ('ETH' or 'DOT1Q') and
27187            ('L2BDMACLRN' or 'L2XCFWD') and
27188            'VHOST_1024' and
27189            not 'CFS_OPT' and
27190            not 'VXLAN' and
27191            not 'IP4FWD' and
27192            not 'LBOND'"
27193   parameters:
27194   - "throughput"
27195   - "parent"
27196   - "tags"
27197   sort:
27198   - "L2BDMACLRN"
27199   - "L2BDMACLRN"
27200   - "L2BDMACLRN"
27201   - "L2XCFWD"
27202   - "L2XCFWD"
27203   - "L2XCFWD"
27204   layout:
27205     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr"
27206     layout: "plot-throughput-speedup-analysis"
27207
27208 - type: "plot"
27209   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27210   algorithm: "plot_throughput_speedup_analysis"
27211   output-file-type: ".html"
27212   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27213   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27214   filter: "'NIC_Intel-X710' and
27215            '64B' and
27216            'NDRPDR' and
27217            ('ETH' or 'DOT1Q') and
27218            ('L2BDMACLRN' or 'L2XCFWD') and
27219            'VHOST_1024' and
27220            not 'CFS_OPT' and
27221            not 'VXLAN' and
27222            not 'IP4FWD' and
27223            not 'LBOND'"
27224   parameters:
27225   - "throughput"
27226   - "parent"
27227   - "tags"
27228   sort:
27229   - "L2BDMACLRN"
27230   - "L2BDMACLRN"
27231   - "L2BDMACLRN"
27232   - "L2XCFWD"
27233   - "L2XCFWD"
27234   - "L2XCFWD"
27235   layout:
27236     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr"
27237     layout: "plot-throughput-speedup-analysis"
27238
27239 # Packet Speedup - VPP vhost ip4 3n-skx-x710
27240 - type: "plot"
27241   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27242   algorithm: "plot_throughput_speedup_analysis"
27243   output-file-type: ".html"
27244   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27245   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27246   filter: "'NIC_Intel-X710' and
27247            '64B' and
27248            'NDRPDR' and
27249            'ETH' and
27250            'IP4FWD' and
27251            'VHOST_1024' and
27252            not 'VXLAN' and
27253            not 'DOT1Q'"
27254   parameters:
27255   - "throughput"
27256   - "parent"
27257   - "tags"
27258   sort:
27259   - "1VM"
27260   - "2VM"
27261   layout:
27262     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
27263     layout: "plot-throughput-speedup-analysis"
27264
27265 - type: "plot"
27266   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27267   algorithm: "plot_throughput_speedup_analysis"
27268   output-file-type: ".html"
27269   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27270   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27271   filter: "'NIC_Intel-X710' and
27272            '64B' and
27273            'NDRPDR' and
27274            'ETH' and
27275            'IP4FWD' and
27276            'VHOST_1024' and
27277            not 'VXLAN' and
27278            not 'DOT1Q'"
27279   parameters:
27280   - "throughput"
27281   - "parent"
27282   - "tags"
27283   sort:
27284   - "1VM"
27285   - "2VM"
27286   layout:
27287     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
27288     layout: "plot-throughput-speedup-analysis"
27289
27290 # Packet Speedup - VPP vhost ip4 2n-skx-x710
27291 - type: "plot"
27292   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27293   algorithm: "plot_throughput_speedup_analysis"
27294   output-file-type: ".html"
27295   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27296   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27297   filter: "'NIC_Intel-X710' and
27298            '64B' and
27299            'NDRPDR' and
27300            'ETH' and
27301            'IP4FWD' and
27302            'VHOST_1024' and
27303            not 'VXLAN' and
27304            not 'NF_DENSITY' and
27305            not 'CFS_OPT' and
27306            not 'DOT1Q'"
27307   parameters:
27308   - "throughput"
27309   - "parent"
27310   - "tags"
27311   sort:
27312   - "1VM"
27313   - "2VM"
27314   layout:
27315     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
27316     layout: "plot-throughput-speedup-analysis"
27317
27318 - type: "plot"
27319   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27320   algorithm: "plot_throughput_speedup_analysis"
27321   output-file-type: ".html"
27322   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27323   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27324   filter: "'NIC_Intel-X710' and
27325            '64B' and
27326            'NDRPDR' and
27327            'ETH' and
27328            'IP4FWD' and
27329            'VHOST_1024' and
27330            not 'VXLAN' and
27331            not 'NF_DENSITY' and
27332            not 'CFS_OPT' and
27333            not 'DOT1Q'"
27334   parameters:
27335   - "throughput"
27336   - "parent"
27337   - "tags"
27338   sort:
27339   - "1VM"
27340   - "2VM"
27341   layout:
27342     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
27343     layout: "plot-throughput-speedup-analysis"
27344
27345 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
27346 - type: "plot"
27347   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27348   algorithm: "plot_throughput_speedup_analysis"
27349   output-file-type: ".html"
27350   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27351   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27352   filter: "'NIC_Intel-X710' and
27353            '64B' and
27354            'NDRPDR' and
27355            ('ETH' or 'DOT1Q') and
27356            'BASE' and
27357            ('L2BDMACLRN' or 'L2XCFWD') and
27358            'VHOST_1024' and
27359            not 'VXLAN' and
27360            not 'NF_DENSITY' and
27361            not 'IP4FWD' and
27362            not '2VM'"
27363   parameters:
27364   - "throughput"
27365   - "parent"
27366   - "tags"
27367 #  sort:
27368 #  - "not CFS_OPT"
27369 #  - "L2XCFWD"
27370 #  - "not CFS_OPT"
27371 #  - "CFS_OPT"
27372   layout:
27373     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr"
27374     layout: "plot-throughput-speedup-analysis"
27375
27376 - type: "plot"
27377   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27378   algorithm: "plot_throughput_speedup_analysis"
27379   output-file-type: ".html"
27380   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27381   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27382   filter: "'NIC_Intel-X710' and
27383            '64B' and
27384            'NDRPDR' and
27385            ('ETH' or 'DOT1Q') and
27386            'BASE' and
27387            ('L2BDMACLRN' or 'L2XCFWD') and
27388            'VHOST_1024' and
27389            not 'VXLAN' and
27390            not 'NF_DENSITY' and
27391            not 'IP4FWD' and
27392            not '2VM'"
27393   parameters:
27394   - "throughput"
27395   - "parent"
27396   - "tags"
27397 #  sort:
27398 #  - "not CFS_OPT"
27399 #  - "L2XCFWD"
27400 #  - "not CFS_OPT"
27401 #  - "CFS_OPT"
27402   layout:
27403     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr"
27404     layout: "plot-throughput-speedup-analysis"
27405
27406 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
27407 - type: "plot"
27408   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27409   algorithm: "plot_throughput_speedup_analysis"
27410   output-file-type: ".html"
27411   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27412   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27413   filter: "'NIC_Intel-X710' and
27414            '64B' and
27415            'NDRPDR' and
27416            ('ETH' or 'DOT1Q') and
27417            ('L2BDMACLRN' or 'L2XCFWD') and
27418            'VHOST_1024' and
27419            not 'CFS_OPT' and
27420            not 'VXLAN' and
27421            not 'NF_DENSITY' and
27422            not 'DOT1Q' and
27423            not 'IP4FWD'"
27424   parameters:
27425   - "throughput"
27426   - "parent"
27427   - "tags"
27428 #  sort:
27429 #  - "1VM"
27430 #  - "L2XCFWD"
27431 #  - "1VM"
27432 #  - "L2BDMACLRN"
27433   layout:
27434     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
27435     layout: "plot-throughput-speedup-analysis"
27436
27437 - type: "plot"
27438   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27439   algorithm: "plot_throughput_speedup_analysis"
27440   output-file-type: ".html"
27441   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27442   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27443   filter: "'NIC_Intel-X710' and
27444            '64B' and
27445            'NDRPDR' and
27446            ('ETH' or 'DOT1Q') and
27447            ('L2BDMACLRN' or 'L2XCFWD') and
27448            'VHOST_1024' and
27449            not 'CFS_OPT' and
27450            not 'VXLAN' and
27451            not 'NF_DENSITY' and
27452            not 'DOT1Q' and
27453            not 'IP4FWD'"
27454   parameters:
27455   - "throughput"
27456   - "parent"
27457   - "tags"
27458 #  sort:
27459 #  - "1VM"
27460 #  - "L2XCFWD"
27461 #  - "1VM"
27462 #  - "L2BDMACLRN"
27463   layout:
27464     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
27465     layout: "plot-throughput-speedup-analysis"
27466
27467 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
27468 - type: "plot"
27469   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27470   algorithm: "plot_throughput_speedup_analysis"
27471   output-file-type: ".html"
27472   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27473   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27474   filter: "'NIC_Intel-XXV710' and
27475            '64B' and
27476            'NDRPDR' and
27477            'ETH' and
27478            'IP4FWD' and
27479            'VHOST_1024' and
27480            not 'VXLAN' and
27481            not 'CFS_OPT' and
27482            not 'DOT1Q'"
27483   parameters:
27484   - "throughput"
27485   - "parent"
27486   - "tags"
27487   sort:
27488   - "not CFS_OPT"
27489   - "1VM"
27490   - "2VM"
27491   layout:
27492     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
27493     layout: "plot-throughput-speedup-analysis"
27494
27495 - type: "plot"
27496   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27497   algorithm: "plot_throughput_speedup_analysis"
27498   output-file-type: ".html"
27499   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27500   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27501   filter: "'NIC_Intel-XXV710' and
27502            '64B' and
27503            'NDRPDR' and
27504            'ETH' and
27505            'IP4FWD' and
27506            'VHOST_1024' and
27507            not 'VXLAN' and
27508            not 'CFS_OPT' and
27509            not 'DOT1Q'"
27510   parameters:
27511   - "throughput"
27512   - "parent"
27513   - "tags"
27514   sort:
27515   - "not CFS_OPT"
27516   - "1VM"
27517   - "2VM"
27518   layout:
27519     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
27520     layout: "plot-throughput-speedup-analysis"
27521
27522 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
27523 #- type: "plot"
27524 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27525 #  algorithm: "plot_throughput_speedup_analysis"
27526 #  output-file-type: ".html"
27527 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27528 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27529 #  filter: "'NIC_Intel-XXV710' and
27530 #           '64B' and
27531 #           'NDRPDR' and
27532 #           ('ETH' or 'DOT1Q') and
27533 #           'BASE' and
27534 #           ('L2BDMACLRN' or 'L2XCFWD') and
27535 #           'VHOST_1024' and
27536 #           not 'VXLAN' and
27537 #           not 'IP4FWD' and
27538 #           not '2VM'"
27539 #  parameters:
27540 #  - "throughput"
27541 #  - "parent"
27542 #  - "tags"
27543 ##  sort:
27544 ##  - "not CFS_OPT"
27545 ##  - "L2XCFWD"
27546 ##  - "not CFS_OPT"
27547 ##  - "CFS_OPT"
27548 #  layout:
27549 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr"
27550 #    layout: "plot-throughput-speedup-analysis"
27551 #
27552 #- type: "plot"
27553 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27554 #  algorithm: "plot_throughput_speedup_analysis"
27555 #  output-file-type: ".html"
27556 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27557 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27558 #  filter: "'NIC_Intel-XXV710' and
27559 #           '64B' and
27560 #           'NDRPDR' and
27561 #           ('ETH' or 'DOT1Q') and
27562 #           'BASE' and
27563 #           ('L2BDMACLRN' or 'L2XCFWD') and
27564 #           'VHOST_1024' and
27565 #           not 'VXLAN' and
27566 #           not 'IP4FWD' and
27567 #           not '2VM'"
27568 #  parameters:
27569 #  - "throughput"
27570 #  - "parent"
27571 #  - "tags"
27572 ##  sort:
27573 ##  - "not CFS_OPT"
27574 ##  - "L2XCFWD"
27575 ##  - "not CFS_OPT"
27576 ##  - "CFS_OPT"
27577 #  layout:
27578 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr"
27579 #    layout: "plot-throughput-speedup-analysis"
27580 #
27581 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
27582 #- type: "plot"
27583 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27584 #  algorithm: "plot_throughput_speedup_analysis"
27585 #  output-file-type: ".html"
27586 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27587 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27588 #  filter: "'NIC_Intel-XXV710' and
27589 #           '64B' and
27590 #           'NDRPDR' and
27591 #           ('ETH' or 'DOT1Q') and
27592 #           ('L2BDMACLRN' or 'L2XCFWD') and
27593 #           'VHOST_1024' and
27594 #           not 'CFS_OPT' and
27595 #           not 'VXLAN' and
27596 #           not 'DOT1Q' and
27597 #           not 'IP4FWD'"
27598 #  parameters:
27599 #  - "throughput"
27600 #  - "parent"
27601 #  - "tags"
27602 ##  sort:
27603 ##  - "1VM"
27604 ##  - "L2XCFWD"
27605 ##  - "1VM"
27606 ##  - "L2BDMACLRN"
27607 #  layout:
27608 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
27609 #    layout: "plot-throughput-speedup-analysis"
27610 #
27611 #- type: "plot"
27612 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27613 #  algorithm: "plot_throughput_speedup_analysis"
27614 #  output-file-type: ".html"
27615 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27616 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27617 #  filter: "'NIC_Intel-XXV710' and
27618 #           '64B' and
27619 #           'NDRPDR' and
27620 #           ('ETH' or 'DOT1Q') and
27621 #           ('L2BDMACLRN' or 'L2XCFWD') and
27622 #           'VHOST_1024' and
27623 #           not 'CFS_OPT' and
27624 #           not 'VXLAN' and
27625 #           not 'DOT1Q' and
27626 #           not 'IP4FWD'"
27627 #  parameters:
27628 #  - "throughput"
27629 #  - "parent"
27630 #  - "tags"
27631 ##  sort:
27632 ##  - "1VM"
27633 ##  - "L2XCFWD"
27634 ##  - "1VM"
27635 ##  - "L2BDMACLRN"
27636 #  layout:
27637 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
27638 #    layout: "plot-throughput-speedup-analysis"
27639
27640 ################################################################################
27641
27642 # Speedup - VPP vts 3n-hsw-x520
27643 - type: "plot"
27644   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27645   algorithm: "plot_throughput_speedup_analysis"
27646   output-file-type: ".html"
27647   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27648   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27649   filter: "'NIC_Intel-X520-DA2' and
27650            '114B' and
27651            'NDRPDR' and
27652            'VTS'"
27653   parameters:
27654   - "throughput"
27655   - "parent"
27656   - "tags"
27657   layout:
27658     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
27659     layout: "plot-throughput-speedup-analysis"
27660
27661 - type: "plot"
27662   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27663   algorithm: "plot_throughput_speedup_analysis"
27664   output-file-type: ".html"
27665   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27666   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27667   filter: "'NIC_Intel-X520-DA2' and
27668            '114B' and
27669            'NDRPDR' and
27670            'VTS'"
27671   parameters:
27672   - "throughput"
27673   - "parent"
27674   - "tags"
27675   layout:
27676     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27677     layout: "plot-throughput-speedup-analysis"