CSIT-1488: Add data to the Report 1904
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
33     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
34     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
35     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
36     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
37     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
38     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
39     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
40     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
41     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
42     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
43     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
44     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
45     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
46     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
47     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
48
49     # Detailed test configurations
50     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
51     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
52     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
53     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
54     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
55     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
56     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
57     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
58     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
59     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
60     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
61     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
62
63     # Detailed tests operational data
64     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
65     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
66     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
67     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
68     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
69
70     # .css patch file to fix tables generated by Sphinx
71     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
72     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
73
74   urls:
75     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
76     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
77     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/{release}/robot-plugin.zip"
78     # URL[VIRL,DNV]: "http://download.it/from/nexus"
79     URL[NEXUS]: "https://docs.fd.io/csit"
80     DIR[NEXUS]: "report/_static/archive"
81
82   make-dirs:
83   # List the directories which are created while preparing the environment.
84   # All directories MUST be defined in "paths" section.
85   - "DIR[WORKING,DATA]"
86   - "DIR[STATIC,VPP]"
87   - "DIR[STATIC,DPDK]"
88   - "DIR[STATIC,ARCH]"
89   - "DIR[BUILD,LATEX]"
90   - "DIR[WORKING,SRC]"
91   - "DIR[WORKING,SRC,STATIC]"
92
93   remove-dirs:
94   # List the directories which are deleted while cleaning the environment.
95   # All directories MUST be defined in "paths" section.
96   #- "DIR[BUILD,HTML]"
97   - "DIR[WORKING,DATA]"
98
99   build-dirs:
100   # List the directories where the results (build) is stored.
101   # All directories MUST be defined in "paths" section.
102   - "DIR[BUILD,HTML]"
103   - "DIR[BUILD,LATEX]"
104
105 - type: "configuration"
106
107   limits:
108     nic:
109       x520: 24460000
110       x553: 29761905
111       x710: 35800000
112       xxv710: 35800000
113       xl710: 35800000
114
115     link:
116       10ge: 14880952.38
117       25ge: 37202380.95
118       40ge: 59523809.52
119       100ge: 148809523.81
120
121     pci:
122       pci-g3-x8: 74404761.90
123       pci-g3-x16: 148809523.81
124
125   data-sets:
126
127     ###########################################################################
128     # Plots:
129
130     # 3n-hsw
131
132     plot-vpp-throughput-lat-tsa-3n-hsw:
133       csit-vpp-perf-verify-1904-3n-hsw:
134         - 11  # NDRPDR sel
135         - 12  # NDRPDR sel
136         - 20  # NDRPDR sel
137         - 21  # NDRPDR sel
138         - 23  # NDRPDR sel
139         - 24  # NDRPDR sel
140         - 25  # NDRPDR sel
141         - 26  # NDRPDR sel
142         - 29  # NDRPDR sel
143         - 30  # NDRPDR sel
144
145 #    plot-vpp-http-server-performance:
146 #      # csit-vpp-perf-verify-1904-3n-hsw:
147 #      csit-vpp-perf-verify-1810-3n-hsw:
148 #        - 28  # WRK
149 #        - 29  # WRK
150 #        - 30  # WRK
151 #        - 31  # WRK
152 #        - 32  # WRK
153 #        - 33  # WRK
154 #        - 34  # WRK
155 #        - 35  # WRK
156 #        - 36  # WRK
157 #        - 37  # WRK
158
159 #    plot-ligato-throughput-lat-tsa-3n-hsw:
160 #      # csit-ligato-perf-verify-1904-3n-hsw:
161 #      csit-ligato-perf-verify-1901-3n-hsw:
162 #        - 8   # NDRPDR sel
163 #        - 9   # NDRPDR sel
164 #        - 11  # NDRPDR sel
165 #        - 12  # NDRPDR sel
166 #        - 13  # NDRPDR sel
167 #        - 14  # NDRPDR sel
168 #        - 15  # NDRPDR sel
169 #        - 16  # NDRPDR sel
170 #        - 17  # NDRPDR sel
171 #        - 18  # NDRPDR sel
172
173     plot-dpdk-throughput-latency-3n-hsw:
174       csit-dpdk-perf-verify-1904-3n-hsw:
175         - 2   # NDRPDR sel
176         - 3   # NDRPDR sel
177         - 5   # NDRPDR sel
178         - 6   # NDRPDR sel
179         - 13  # NDRPDR sel
180         - 14  # NDRPDR sel
181         - 15  # NDRPDR sel
182         - 18  # NDRPDR sel
183         - 19  # NDRPDR sel
184         - 20  # NDRPDR sel
185
186     # 3n-skx
187
188     plot-vpp-throughput-lat-tsa-3n-skx:
189       csit-vpp-perf-verify-1904-3n-skx:
190         - 8   # NDRPDR sel
191         - 9   # NDRPDR sel
192         - 10  # NDRPDR sel
193         - 11  # NDRPDR sel
194         - 12  # NDRPDR sel
195         - 14  # NDRPDR sel
196         - 16  # NDRPDR sel
197         - 21  # NDRPDR sel
198         - 23  # NDRPDR sel
199         - 25  # NDRPDR sel
200
201     plot-dpdk-throughput-latency-3n-skx:
202       csit-dpdk-perf-verify-1904-3n-skx:
203         - 2   # NDRPDR sel
204         - 3   # NDRPDR sel
205         - 4   # NDRPDR sel
206         - 5   # NDRPDR sel
207         - 6   # NDRPDR sel
208         - 7   # NDRPDR sel
209         - 11  # NDRPDR sel
210         - 12  # NDRPDR sel
211         - 13  # NDRPDR sel
212         - 14  # NDRPDR sel
213
214     # 2n-skx
215
216     plot-vpp-throughput-lat-tsa-2n-skx:
217       csit-vpp-perf-verify-1904-2n-skx:
218         - 12  # NDRPDR sel
219         - 14  # NDRPDR sel
220         - 16  # NDRPDR sel
221         - 17  # NDRPDR sel
222         - 18  # NDRPDR sel
223         - 21  # NDRPDR sel
224         - 27  # NDRPDR sel
225         - 30  # NDRPDR sel
226         - 31  # NDRPDR sel
227         - 32  # NDRPDR sel
228
229     plot-vpp-soak-2n-skx:
230       csit-vpp-perf-verify-1904-2n-skx:
231         - 70  # soak
232         - 71  # soak
233
234     plot-vpp-nfv-2n-skx-ndrpdr-64b:
235       csit-vpp-perf-verify-1904-2n-skx:
236         - 56  # NFV NDRPDR 64b
237         - 59  # NFV NDRPDR 64b
238         - 60  # NFV NDRPDR 64b
239         - 65  # NFV NDRPDR 64b
240         - 68  # NFV NDRPDR 64b
241         - 80  # NFV MRR NDRPDR 64b IMIX
242         - 81  # NFV MRR NDRPDR 64b IMIX
243         - 84  # NFV MRR NDRPDR 64b IMIX
244         - 85  # NFV MRR NDRPDR 64b IMIX
245         - 86  # NFV MRR NDRPDR 64b IMIX
246
247     plot-vpp-nfv-2n-skx-ndrpdr-imix:
248       csit-vpp-perf-verify-1904-2n-skx:
249         - 66  # NFV NDRPDR IMIX
250         - 67  # NFV NDRPDR IMIX
251         - 69  # NFV NDRPDR IMIX
252         - 82  # NFV NDRPDR IMIX
253         - 83  # NFV NDRPDR IMIX
254         - 80  # NFV MRR NDRPDR 64b IMIX
255         - 81  # NFV MRR NDRPDR 64b IMIX
256         - 84  # NFV MRR NDRPDR 64b IMIX
257         - 85  # NFV MRR NDRPDR 64b IMIX
258         - 86  # NFV MRR NDRPDR 64b IMIX
259
260     plot-vpp-nfv-2n-skx-mrr-64b:
261       csit-vpp-perf-verify-1904-2n-skx:
262         - 40  # NFV MRR 64b
263         - 41  # NFV MRR 64b
264         - 42  # NFV MRR 64b
265         - 47  # NFV MRR 64b
266         - 48  # NFV MRR 64b
267         - 80  # NFV MRR NDRPDR 64b IMIX
268         - 81  # NFV MRR NDRPDR 64b IMIX
269         - 84  # NFV MRR NDRPDR 64b IMIX
270         - 85  # NFV MRR NDRPDR 64b IMIX
271         - 86  # NFV MRR NDRPDR 64b IMIX
272
273     plot-vpp-nfv-2n-skx-mrr-imix:
274       csit-vpp-perf-verify-1904-2n-skx:
275         - 49  # NFV MRR IMIX
276         - 50  # NFV MRR IMIX
277         - 51  # NFV MRR IMIX
278         - 54  # NFV MRR IMIX
279         - 55  # NFV MRR IMIX
280         - 80  # NFV MRR NDRPDR 64b IMIX
281         - 81  # NFV MRR NDRPDR 64b IMIX
282         - 84  # NFV MRR NDRPDR 64b IMIX
283         - 85  # NFV MRR NDRPDR 64b IMIX
284         - 86  # NFV MRR NDRPDR 64b IMIX
285
286     plot-dpdk-throughput-latency-2n-skx:
287       csit-dpdk-perf-verify-1904-2n-skx:
288         - 2   # NDRPDR sel
289         - 3   # NDRPDR sel
290         - 4   # NDRPDR sel
291         - 5   # NDRPDR sel
292         - 7   # NDRPDR sel
293         - 8   # NDRPDR sel
294         - 9   # NDRPDR sel
295         - 10  # NDRPDR sel
296         - 11  # NDRPDR sel
297         - 12  # NDRPDR sel
298
299     # 3rd party
300
301 #    # Denverton:
302 #    intel-dnv-vpp:
303 #      # intel-dnv-vpp-release-1904:
304 #      intel-dnv-vpp-release-1901:
305 #        - 1
306
307     ###########################################################################
308     # Simple tables (only one data set):
309
310     # NIC Comparisons
311
312     vpp-nic-comparison-3n-hsw:
313       csit-vpp-perf-verify-1904-3n-hsw:
314         - 11  # NDRPDR sel
315         - 12  # NDRPDR sel
316         - 20  # NDRPDR sel
317         - 21  # NDRPDR sel
318         - 23  # NDRPDR sel
319         - 24  # NDRPDR sel
320         - 25  # NDRPDR sel
321         - 26  # NDRPDR sel
322         - 29  # NDRPDR sel
323         - 30  # NDRPDR sel
324
325     vpp-nic-comparison-3n-skx:
326       csit-vpp-perf-verify-1904-3n-skx:
327         - 8   # NDRPDR sel
328         - 9   # NDRPDR sel
329         - 10  # NDRPDR sel
330         - 11  # NDRPDR sel
331         - 12  # NDRPDR sel
332         - 14  # NDRPDR sel
333         - 16  # NDRPDR sel
334         - 21  # NDRPDR sel
335         - 23  # NDRPDR sel
336         - 25  # NDRPDR sel
337
338     vpp-nic-comparison-2n-skx:
339       csit-vpp-perf-verify-1904-2n-skx:
340         - 12  # NDRPDR sel
341         - 14  # NDRPDR sel
342         - 16  # NDRPDR sel
343         - 17  # NDRPDR sel
344         - 18  # NDRPDR sel
345         - 21  # NDRPDR sel
346         - 27  # NDRPDR sel
347         - 30  # NDRPDR sel
348         - 31  # NDRPDR sel
349         - 32  # NDRPDR sel
350
351     vpp-nic-comparison-3n-hsw-mrr:
352       csit-vpp-perf-verify-1904-3n-hsw:
353         - 9   # MRR sel
354
355     vpp-nic-comparison-3n-skx-mrr:
356       csit-vpp-perf-verify-1904-3n-skx:
357         - 7   # MRR sel
358
359     vpp-nic-comparison-2n-skx-mrr:
360       csit-vpp-perf-verify-1904-2n-skx:
361         - 11  # MRR sel
362
363     # Results
364
365     vpp-perf-results-3n-hsw:
366       # TODO: Add FULL 1904 data
367       csit-vpp-perf-verify-1904-3n-hsw:
368         - 32  # NDRPDR full
369         - 33  # NDRPDR full
370         - 35  # NDRPDR full
371         - 36  # NDRPDR full
372         - 37  # NDRPDR full
373         - 38  # NDRPDR full
374         - 40  # NDRPDR full
375         - 45  # NDRPDR full
376
377     vpp-perf-results-3n-skx:
378       csit-vpp-perf-verify-1904-3n-skx:
379         - 26  # NDRPDR full
380         - 27  # NDRPDR full
381         - 30  # NDRPDR full
382         - 31  # NDRPDR full
383
384     vpp-perf-results-2n-skx:
385       csit-vpp-perf-verify-1904-2n-skx:
386         - 33  # NDRPDR full
387         - 39  # NDRPDR full
388         - 58  # NDRPDR full
389         - 62  # NDRPDR full
390
391     vpp-mrr-results-3n-hsw:
392       csit-vpp-perf-verify-1904-3n-hsw:
393         - 9   # MRR sel
394
395     vpp-mrr-results-3n-skx:
396       csit-vpp-perf-verify-1904-3n-skx:
397         - 7   # MRR sel
398
399     vpp-mrr-results-2n-skx:
400       csit-vpp-perf-verify-1904-2n-skx:
401         - 11  # MRR sel
402
403     vpp-func-results-ubuntu:
404       csit-vpp-functional-1904-ubuntu1604-virl:
405         - 33
406
407     vpp-func-results-centos:
408       csit-vpp-functional-1904-centos7-virl:
409         - 32
410
411     vpp-device-results-ubuntu:
412       csit-vpp-device-1904-ubuntu1804-1n-skx:
413         - 32
414
415 #    # VPP Ligato
416 #    ligato-perf-results-3n-hsw:
417 #      # csit-ligato-perf-verify-1904-3n-hsw:
418 #      csit-ligato-perf-verify-1901-3n-hsw:
419 #        - 10  # NDRPDR full
420
421     dpdk-perf-results-3n-hsw:
422       csit-dpdk-perf-verify-1904-3n-hsw:
423         - 5   # NDRPDR sel
424
425     dpdk-perf-results-3n-skx:
426       csit-dpdk-perf-verify-1904-3n-skx:
427         - 7   # NDRPDR sel
428
429     dpdk-perf-results-2n-skx:
430       csit-dpdk-perf-verify-1904-2n-skx:
431         - 9   # NDRPDR sel
432
433     # HoneyComb Functional
434     hc-func-results:
435       csit-hc2vpp-verify-func-1904-ubuntu1604:
436         - 4
437
438 #    # NSH SFC Functional
439 #    nsh-func-results:
440 #      # Not used
441 #      csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
442 #        - 1
443
444     # DMM Functional
445     dmm-func-results:
446       csit-dmm-functional-1904-ubuntu1604-virl:
447         - 1
448
449     ###########################################################################
450     # Tables (more than one data set)
451
452     # Performance changes
453
454 #    intel-dnv-vpp-changes-2n-dnv-h1:
455 #      intel-dnv-vpp-release-1810:
456 #        - 1
457 #    intel-dnv-vpp-changes-2n-dnv-ref:
458 #      intel-dnv-vpp-release-1901:
459 #        - 1
460 #    intel-dnv-vpp-changes-2n-dnv-cmp:
461 #      # intel-dnv-vpp-release-1904:
462 #      intel-dnv-vpp-release-1901:
463 #        - 1
464 #    intel-dnv-vpp-changes-2n-dnv:
465 #      - "intel-dnv-vpp-changes-2n-dnv-h1"
466 #      - "intel-dnv-vpp-changes-2n-dnv-ref"
467 #      - "intel-dnv-vpp-changes-2n-dnv-cmp"
468
469     vpp-performance-changes-3n-hsw-h1:
470       csit-vpp-perf-verify-1810-3n-hsw:
471         - 8   # NDRPDR sel
472         - 12  # NDRPDR sel
473         - 14  # NDRPDR sel
474         - 18  # NDRPDR sel
475         - 23  # NDRPDR sel
476         - 25  # NDRPDR sel
477         - 38  # NDRPDR sel
478         - 39  # NDRPDR sel
479         - 41  # NDRPDR sel
480         - 42  # NDRPDR sel
481     vpp-performance-changes-3n-hsw-ref:
482       csit-vpp-perf-verify-1901-3n-hsw:
483         - 10  # NDRPDR sel
484         - 19  # NDRPDR sel
485         - 31  # NDRPDR sel
486         - 36  # NDRPDR sel
487         - 40  # NDRPDR sel
488         - 42  # NDRPDR sel
489         - 44  # NDRPDR sel
490         - 46  # NDRPDR sel
491         - 47  # NDRPDR sel
492         - 48  # NDRPDR sel
493         - 61  # NDRPDR LB
494         - 62  # NDRPDR LB
495         - 63  # NDRPDR LB
496         - 64  # NDRPDR LB
497         - 65  # NDRPDR LB
498         - 66  # NDRPDR LB
499         - 67  # NDRPDR LB
500         - 69  # NDRPDR LB
501         - 70  # NDRPDR LB
502         - 71  # NDRPDR LB
503     vpp-performance-changes-3n-hsw-cmp:
504       csit-vpp-perf-verify-1904-3n-hsw:
505         - 11  # NDRPDR sel
506         - 12  # NDRPDR sel
507         - 20  # NDRPDR sel
508         - 21  # NDRPDR sel
509         - 23  # NDRPDR sel
510         - 24  # NDRPDR sel
511         - 25  # NDRPDR sel
512         - 26  # NDRPDR sel
513         - 29  # NDRPDR sel
514         - 30  # NDRPDR sel
515     vpp-performance-changes-3n-hsw:
516       - "vpp-performance-changes-3n-hsw-h1"
517       - "vpp-performance-changes-3n-hsw-ref"
518       - "vpp-performance-changes-3n-hsw-cmp"
519
520     vpp-performance-changes-3n-skx-h1:
521       csit-vpp-perf-verify-1810-3n-skx:
522         - 10  # NDRPDR sel
523         - 14  # NDRPDR sel
524         - 15  # NDRPDR sel
525         - 16  # NDRPDR sel
526         - 17  # NDRPDR sel
527         - 19  # NDRPDR sel
528         - 20  # NDRPDR sel
529         - 21  # NDRPDR sel
530         - 22  # NDRPDR sel
531         - 25  # NDRPDR sel
532     vpp-performance-changes-3n-skx-ref:
533       csit-vpp-perf-verify-1901-3n-skx:
534         - 18  # NDRPDR sel
535         - 19  # NDRPDR sel
536         - 20  # NDRPDR sel
537         - 28  # NDRPDR sel
538         - 31  # NDRPDR sel
539         - 33  # NDRPDR sel
540         - 36  # NDRPDR sel
541         - 38  # NDRPDR sel
542         - 47  # NDRPDR sel
543         - 48  # NDRPDR sel
544         - 54  # NDRPDR LB
545         - 57  # NDRPDR LB
546         - 58  # NDRPDR LB
547         - 59  # NDRPDR LB
548         - 60  # NDRPDR LB
549         - 63  # NDRPDR LB
550         - 64  # NDRPDR LB
551         - 65  # NDRPDR LB
552         - 66  # NDRPDR LB
553         - 67  # NDRPDR LB
554     vpp-performance-changes-3n-skx-cmp:
555       csit-vpp-perf-verify-1904-3n-skx:
556         - 8   # NDRPDR sel
557         - 9   # NDRPDR sel
558         - 10  # NDRPDR sel
559         - 11  # NDRPDR sel
560         - 12  # NDRPDR sel
561         - 14  # NDRPDR sel
562         - 16  # NDRPDR sel
563         - 21  # NDRPDR sel
564         - 23  # NDRPDR sel
565         - 25  # NDRPDR sel
566     vpp-performance-changes-3n-skx:
567       - "vpp-performance-changes-3n-skx-h1"
568       - "vpp-performance-changes-3n-skx-ref"
569       - "vpp-performance-changes-3n-skx-cmp"
570
571     vpp-performance-changes-2n-skx-h1:
572       csit-vpp-perf-verify-1810-2n-skx:
573         - 9   # NDRPDR sel
574         - 13  # NDRPDR sel
575         - 14  # NDRPDR sel
576         - 19  # NDRPDR sel
577         - 20  # NDRPDR sel
578         - 21  # NDRPDR sel
579         - 22  # NDRPDR sel
580         - 23  # NDRPDR sel
581         - 24  # NDRPDR sel
582         - 27  # NDRPDR sel
583     vpp-performance-changes-2n-skx-ref:
584       csit-vpp-perf-verify-1901-2n-skx:
585         - 5   # NDRPDR sel
586         - 12  # NDRPDR sel
587         - 13  # NDRPDR sel
588         - 21  # NDRPDR sel
589         - 23  # NDRPDR sel
590         - 31  # NDRPDR sel
591         - 34  # NDRPDR sel
592         - 40  # NDRPDR sel
593         - 42  # NDRPDR sel
594         - 43  # NDRPDR sel
595     vpp-performance-changes-2n-skx-cmp:
596       csit-vpp-perf-verify-1904-2n-skx:
597         - 12  # NDRPDR sel
598         - 14  # NDRPDR sel
599         - 16  # NDRPDR sel
600         - 17  # NDRPDR sel
601         - 18  # NDRPDR sel
602         - 21  # NDRPDR sel
603         - 27  # NDRPDR sel
604         - 30  # NDRPDR sel
605         - 31  # NDRPDR sel
606         - 32  # NDRPDR sel
607     vpp-performance-changes-2n-skx:
608       - "vpp-performance-changes-2n-skx-h1"
609       - "vpp-performance-changes-2n-skx-ref"
610       - "vpp-performance-changes-2n-skx-cmp"
611
612     vpp-soak-vs-ndr-2n-skx-ref:
613       csit-vpp-perf-verify-1904-2n-skx:
614         - 12  # NDRPDR sel
615         - 14  # NDRPDR sel
616         - 16  # NDRPDR sel
617         - 17  # NDRPDR sel
618         - 18  # NDRPDR sel
619         - 21  # NDRPDR sel
620         - 27  # NDRPDR sel
621         - 30  # NDRPDR sel
622         - 31  # NDRPDR sel
623         - 32  # NDRPDR sel
624     vpp-soak-vs-ndr-2n-skx-cmp:
625       csit-vpp-perf-verify-1904-2n-skx:
626         - 70  # soak
627         - 71  # soak
628     vpp-soak-vs-ndr-2n-skx:
629       csit-vpp-perf-verify-1904-2n-skx:
630         - 12  # NDRPDR sel
631         - 14  # NDRPDR sel
632         - 16  # NDRPDR sel
633         - 17  # NDRPDR sel
634         - 18  # NDRPDR sel
635         - 21  # NDRPDR sel
636         - 27  # NDRPDR sel
637         - 30  # NDRPDR sel
638         - 31  # NDRPDR sel
639         - 32  # NDRPDR sel
640         - 70  # soak
641         - 71  # soak
642
643     vpp-performance-changes-3n-hsw-mrr-h1:
644       csit-vpp-perf-verify-1810-3n-hsw:
645         - 9   # MRR sel
646     vpp-performance-changes-3n-hsw-mrr-ref:
647       csit-vpp-perf-verify-1901-3n-hsw:
648         - 35  # MRR sel
649     vpp-performance-changes-3n-hsw-mrr-cmp:
650       csit-vpp-perf-verify-1904-3n-hsw:
651         - 9   # MRR sel
652     vpp-performance-changes-3n-hsw-mrr:
653       - "vpp-performance-changes-3n-hsw-mrr-h1"
654       - "vpp-performance-changes-3n-hsw-mrr-ref"
655       - "vpp-performance-changes-3n-hsw-mrr-cmp"
656
657     vpp-performance-changes-3n-skx-mrr-h1:
658       csit-vpp-perf-verify-1810-3n-skx:
659         - 9   # MRR sel
660         - 11  # MRR sel
661         - 12  # MRR sel
662         - 13  # MRR sel
663     vpp-performance-changes-3n-skx-mrr-ref:
664       csit-vpp-perf-verify-1901-3n-skx:
665         - 32  # MRR sel
666     vpp-performance-changes-3n-skx-mrr-cmp:
667       csit-vpp-perf-verify-1904-3n-skx:
668         - 7   # MRR sel
669     vpp-performance-changes-3n-skx-mrr:
670       - "vpp-performance-changes-3n-skx-mrr-h1"
671       - "vpp-performance-changes-3n-skx-mrr-ref"
672       - "vpp-performance-changes-3n-skx-mrr-cmp"
673
674     vpp-performance-changes-2n-skx-mrr-h1:
675       csit-vpp-perf-verify-1810-2n-skx:
676         - 8   # MRR sel
677         - 10  # MRR sel
678         - 11  # MRR sel
679         - 12  # MRR sel
680     vpp-performance-changes-2n-skx-mrr-ref:
681       csit-vpp-perf-verify-1901-2n-skx:
682         - 22  # MRR sel
683     vpp-performance-changes-2n-skx-mrr-cmp:
684       csit-vpp-perf-verify-1904-2n-skx:
685         - 11  # MRR sel
686     vpp-performance-changes-2n-skx-mrr:
687       - "vpp-performance-changes-2n-skx-mrr-h1"
688       - "vpp-performance-changes-2n-skx-mrr-ref"
689       - "vpp-performance-changes-2n-skx-mrr-cmp"
690
691     dpdk-performance-changes-3n-hsw-h1:
692       csit-dpdk-perf-verify-1810-3n-hsw:
693         - 1   # NDRPDR sel
694         - 2   # NDRPDR sel
695         - 3   # NDRPDR sel
696         - 4   # NDRPDR sel
697         - 5   # NDRPDR sel
698         - 6   # NDRPDR sel
699         - 7   # NDRPDR sel
700         - 8   # NDRPDR sel
701         - 9   # NDRPDR sel
702         - 10  # NDRPDR sel
703     dpdk-performance-changes-3n-hsw-ref:
704       csit-dpdk-perf-verify-1901-3n-hsw:
705         - 13  # NDRPDR sel
706         - 14  # NDRPDR sel
707         - 16  # NDRPDR sel
708         - 17  # NDRPDR sel
709         - 18  # NDRPDR sel
710         - 19  # NDRPDR sel
711         - 20  # NDRPDR sel
712         - 21  # NDRPDR sel
713         - 22  # NDRPDR sel
714         - 23  # NDRPDR sel
715     dpdk-performance-changes-3n-hsw-cmp:
716       csit-dpdk-perf-verify-1904-3n-hsw:
717         - 2   # NDRPDR sel
718         - 3   # NDRPDR sel
719         - 5   # NDRPDR sel
720         - 6   # NDRPDR sel
721         - 13  # NDRPDR sel
722         - 14  # NDRPDR sel
723         - 15  # NDRPDR sel
724         - 18  # NDRPDR sel
725         - 19  # NDRPDR sel
726         - 20  # NDRPDR sel
727     dpdk-performance-changes-3n-hsw:
728       - "dpdk-performance-changes-3n-hsw-h1"
729       - "dpdk-performance-changes-3n-hsw-ref"
730       - "dpdk-performance-changes-3n-hsw-cmp"
731
732     dpdk-performance-changes-3n-skx-h1:
733       csit-dpdk-perf-verify-1810-3n-skx:
734         - 3   # NDRPDR sel
735         - 4   # NDRPDR sel
736         - 6   # NDRPDR sel
737         - 7   # NDRPDR sel
738         - 8   # NDRPDR sel
739         - 9   # NDRPDR sel
740         - 10  # NDRPDR sel
741         - 11  # NDRPDR sel
742         - 12  # NDRPDR sel
743         - 13  # NDRPDR sel
744     dpdk-performance-changes-3n-skx-ref:
745       csit-dpdk-perf-verify-1901-3n-skx:
746         - 3   # NDRPDR sel
747         - 5   # NDRPDR sel
748         - 6   # NDRPDR sel
749         - 7   # NDRPDR sel
750         - 8   # NDRPDR sel
751         - 9   # NDRPDR sel
752         - 10  # NDRPDR sel
753         - 11  # NDRPDR sel
754         - 12  # NDRPDR sel
755         - 13  # NDRPDR sel
756     dpdk-performance-changes-3n-skx-cmp:
757       csit-dpdk-perf-verify-1904-3n-skx:
758         - 2   # NDRPDR sel
759         - 3   # NDRPDR sel
760         - 4   # NDRPDR sel
761         - 5   # NDRPDR sel
762         - 6   # NDRPDR sel
763         - 7   # NDRPDR sel
764         - 11  # NDRPDR sel
765         - 12  # NDRPDR sel
766         - 13  # NDRPDR sel
767         - 14  # NDRPDR sel
768     dpdk-performance-changes-3n-skx:
769       - "dpdk-performance-changes-3n-skx-h1"
770       - "dpdk-performance-changes-3n-skx-ref"
771       - "dpdk-performance-changes-3n-skx-cmp"
772
773     dpdk-performance-changes-2n-skx-h1:
774       csit-dpdk-perf-verify-1810-2n-skx:
775         - 3   # NDRPDR sel
776         - 4   # NDRPDR sel
777         - 5   # NDRPDR sel
778         - 7   # NDRPDR sel
779         - 8   # NDRPDR sel
780         - 9   # NDRPDR sel
781         - 10  # NDRPDR sel
782         - 11  # NDRPDR sel
783         - 12  # NDRPDR sel
784         - 13  # NDRPDR sel
785     dpdk-performance-changes-2n-skx-ref:
786       csit-dpdk-perf-verify-1901-2n-skx:
787         - 12  # NDRPDR sel
788         - 13  # NDRPDR sel
789         - 14  # NDRPDR sel
790         - 15  # NDRPDR sel
791         - 16  # NDRPDR sel
792         - 17  # NDRPDR sel
793         - 18  # NDRPDR sel
794         - 19  # NDRPDR sel
795         - 20  # NDRPDR sel
796         - 21  # NDRPDR sel
797     dpdk-performance-changes-2n-skx-cmp:
798       csit-dpdk-perf-verify-1904-2n-skx:
799         - 2   # NDRPDR sel
800         - 3   # NDRPDR sel
801         - 4   # NDRPDR sel
802         - 5   # NDRPDR sel
803         - 7   # NDRPDR sel
804         - 8   # NDRPDR sel
805         - 9   # NDRPDR sel
806         - 10  # NDRPDR sel
807         - 11  # NDRPDR sel
808         - 12  # NDRPDR sel
809     dpdk-performance-changes-2n-skx:
810       - "dpdk-performance-changes-2n-skx-h1"
811       - "dpdk-performance-changes-2n-skx-ref"
812       - "dpdk-performance-changes-2n-skx-cmp"
813
814     # Compare testbeds
815
816     vpp-compare-testbeds-ref:
817       csit-vpp-perf-verify-1904-3n-hsw:
818         - 11  # NDRPDR sel
819         - 12  # NDRPDR sel
820         - 20  # NDRPDR sel
821         - 21  # NDRPDR sel
822         - 23  # NDRPDR sel
823         - 24  # NDRPDR sel
824         - 25  # NDRPDR sel
825         - 26  # NDRPDR sel
826         - 29  # NDRPDR sel
827         - 30  # NDRPDR sel
828     vpp-compare-testbeds-cmp:
829       csit-vpp-perf-verify-1904-3n-skx:
830         - 8   # NDRPDR sel
831         - 9   # NDRPDR sel
832         - 10  # NDRPDR sel
833         - 11  # NDRPDR sel
834         - 12  # NDRPDR sel
835         - 14  # NDRPDR sel
836         - 16  # NDRPDR sel
837         - 21  # NDRPDR sel
838         - 23  # NDRPDR sel
839         - 25  # NDRPDR sel
840     vpp-compare-testbeds:
841       - "vpp-compare-testbeds-ref"
842       - "vpp-compare-testbeds-cmp"
843
844     vpp-compare-testbeds-mrr-ref:
845       csit-vpp-perf-verify-1904-3n-hsw:
846         - 9   # MRR sel
847     vpp-compare-testbeds-mrr-cmp:
848       csit-vpp-perf-verify-1904-3n-skx:
849         - 7   # MRR sel
850     vpp-compare-testbeds-mrr:
851       - "vpp-compare-testbeds-mrr-ref"
852       - "vpp-compare-testbeds-mrr-cmp"
853
854     dpdk-compare-testbeds-ref:
855       csit-dpdk-perf-verify-1904-3n-hsw:
856         - 2   # NDRPDR sel
857         - 3   # NDRPDR sel
858         - 5   # NDRPDR sel
859         - 6   # NDRPDR sel
860         - 13  # NDRPDR sel
861         - 14  # NDRPDR sel
862         - 15  # NDRPDR sel
863         - 18  # NDRPDR sel
864         - 19  # NDRPDR sel
865         - 20  # NDRPDR sel
866     dpdk-compare-testbeds-cmp:
867       csit-dpdk-perf-verify-1904-3n-skx:
868         - 2   # NDRPDR sel
869         - 3   # NDRPDR sel
870         - 4   # NDRPDR sel
871         - 5   # NDRPDR sel
872         - 6   # NDRPDR sel
873         - 7   # NDRPDR sel
874         - 11  # NDRPDR sel
875         - 12  # NDRPDR sel
876         - 13  # NDRPDR sel
877         - 14  # NDRPDR sel
878     dpdk-compare-testbeds:
879       - "dpdk-compare-testbeds-ref"
880       - "dpdk-compare-testbeds-cmp"
881
882     # Compare topologies
883
884     vpp-compare-topologies-ref:
885       csit-vpp-perf-verify-1904-3n-skx:
886         - 8   # NDRPDR sel
887         - 9   # NDRPDR sel
888         - 10  # NDRPDR sel
889         - 11  # NDRPDR sel
890         - 12  # NDRPDR sel
891         - 14  # NDRPDR sel
892         - 16  # NDRPDR sel
893         - 21  # NDRPDR sel
894         - 23  # NDRPDR sel
895         - 25  # NDRPDR sel
896     vpp-compare-topologies-cmp:
897       csit-vpp-perf-verify-1904-2n-skx:
898         - 12  # NDRPDR sel
899         - 14  # NDRPDR sel
900         - 16  # NDRPDR sel
901         - 17  # NDRPDR sel
902         - 18  # NDRPDR sel
903         - 21  # NDRPDR sel
904         - 27  # NDRPDR sel
905         - 30  # NDRPDR sel
906         - 31  # NDRPDR sel
907         - 32  # NDRPDR sel
908     vpp-compare-topologies:
909       - "vpp-compare-topologies-ref"
910       - "vpp-compare-topologies-cmp"
911
912     vpp-compare-topologies-mrr-ref:
913       csit-vpp-perf-verify-1904-3n-skx:
914         - 7   # MRR sel
915     vpp-compare-topologies-mrr-cmp:
916       csit-vpp-perf-verify-1904-2n-skx:
917         - 11  # MRR sel
918     vpp-compare-topologies-mrr:
919       - "vpp-compare-topologies-mrr-ref"
920       - "vpp-compare-topologies-mrr-cmp"
921
922     dpdk-compare-topologies-ref:
923       csit-dpdk-perf-verify-1904-3n-skx:
924         - 2   # NDRPDR sel
925         - 3   # NDRPDR sel
926         - 4   # NDRPDR sel
927         - 5   # NDRPDR sel
928         - 6   # NDRPDR sel
929         - 7   # NDRPDR sel
930         - 11  # NDRPDR sel
931         - 12  # NDRPDR sel
932         - 13  # NDRPDR sel
933         - 14  # NDRPDR sel
934     dpdk-compare-topologies-cmp:
935       csit-dpdk-perf-verify-1904-2n-skx:
936         - 2   # NDRPDR sel
937         - 3   # NDRPDR sel
938         - 4   # NDRPDR sel
939         - 5   # NDRPDR sel
940         - 7   # NDRPDR sel
941         - 8   # NDRPDR sel
942         - 9   # NDRPDR sel
943         - 10  # NDRPDR sel
944         - 11  # NDRPDR sel
945         - 12  # NDRPDR sel
946     dpdk-compare-topologies:
947       - "dpdk-compare-topologies-ref"
948       - "dpdk-compare-topologies-cmp"
949
950   plot-layouts:
951
952     plot-soak-throughput:
953       titlefont:
954         size: 18
955       xaxis:
956         title: "<b>Test Cases [Index]</b>"
957         titlefont:
958           size: 16
959         autorange: True
960         fixedrange: False
961         gridcolor: "rgb(230, 230, 230)"
962         linecolor: "rgb(220, 220, 220)"
963         linewidth: 1
964         showgrid: True
965         showline: True
966         showticklabels: True
967         tickcolor: "rgb(220, 220, 220)"
968         tickmode: "linear"
969         tickfont:
970           size: 16
971         zeroline: False
972       yaxis:
973         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
974         titlefont:
975           size: 16
976         gridcolor: "rgb(230, 230, 230)"
977         hoverformat: ".4r"
978         tickformat: ".3r"
979         linecolor: "rgb(220, 220, 220)"
980         linewidth: 1
981         showgrid: True
982         showline: True
983         showticklabels: True
984         tickcolor: "rgb(220, 220, 220)"
985         tickfont:
986           size: 16
987         zeroline: False
988         range: [0,50]
989       autosize: False
990       margin:
991         t: 50
992         b: 0
993         l: 80
994         r: 20
995       showlegend: True
996       legend:
997         orientation: "h"
998         font:
999           size: 16
1000       width: 700
1001       height: 900
1002
1003     plot-service-density:
1004       titlefont:
1005         size: 18
1006       xaxis:
1007         side: "top"
1008         autorange: True
1009         fixedrange: False
1010         showgrid: False
1011         showline: False
1012         showticklabels: False
1013         ticks: ""
1014         ticklen: 0
1015         tickwidth: 0
1016         zeroline: False
1017       yaxis:
1018         autorange: "reversed"
1019         showgrid: False
1020         showline: False
1021         showticklabels: False
1022         ticks: ""
1023         ticklen: 0
1024         tickwidth: 0
1025         zeroline: False
1026       autosize: True
1027       showlegend: False
1028       width: 700
1029       height: 700
1030
1031     plot-cps:
1032       titlefont:
1033         size: 18
1034       xaxis:
1035         title: "<b>Test Cases [Index]</b>"
1036         titlefont:
1037           size: 16
1038         autorange: True
1039         fixedrange: False
1040         gridcolor: "rgb(230, 230, 230)"
1041         linecolor: "rgb(220, 220, 220)"
1042         linewidth: 1
1043         showgrid: True
1044         showline: True
1045         showticklabels: True
1046         tickcolor: "rgb(220, 220, 220)"
1047         tickmode: "linear"
1048         tickfont:
1049           size: 16
1050         zeroline: False
1051       yaxis:
1052         title: "<b>Connections Per Second [cps]</b>"
1053         titlefont:
1054           size: 16
1055         gridcolor: "rgb(230, 230, 230)"
1056         hoverformat: ".4s"
1057         linecolor: "rgb(220, 220, 220)"
1058         linewidth: 1
1059         rangemode: "tozero"
1060         showgrid: True
1061         showline: True
1062         showticklabels: True
1063         tickcolor: "rgb(220, 220, 220)"
1064         tickformat: ".3s"
1065         tickfont:
1066           size: 16
1067         zeroline: False
1068       boxmode: "group"
1069       boxgroupgap: 0.5
1070       autosize: False
1071       margin:
1072         t: 50
1073         b: 20
1074         l: 80
1075         r: 20
1076       showlegend: True
1077       legend:
1078         orientation: "h"
1079         font:
1080           size: 16
1081       width: 700
1082       height: 800
1083
1084     plot-rps:
1085       titlefont:
1086         size: 18
1087       xaxis:
1088         title: "<b>Test Cases [Index]</b>"
1089         titlefont:
1090           size: 16
1091         autorange: True
1092         fixedrange: False
1093         gridcolor: "rgb(230, 230, 230)"
1094         linecolor: "rgb(220, 220, 220)"
1095         linewidth: 1
1096         showgrid: True
1097         showline: True
1098         showticklabels: True
1099         tickcolor: "rgb(220, 220, 220)"
1100         tickmode: "linear"
1101         tickfont:
1102           size: 16
1103         zeroline: False
1104       yaxis:
1105         title: "<b>Requests Per Second [rps]</b>"
1106         titlefont:
1107           size: 16
1108         gridcolor: "rgb(230, 230, 230)"
1109         hoverformat: ".4s"
1110         linecolor: "rgb(220, 220, 220)"
1111         linewidth: 1
1112         rangemode: "tozero"
1113         showgrid: True
1114         showline: True
1115         showticklabels: True
1116         tickcolor: "rgb(230, 230, 230)"
1117         tickformat: ".3s"
1118         tickfont:
1119           size: 16
1120         zeroline: False
1121       boxmode: "group"
1122       boxgroupgap: 0.5
1123       autosize: False
1124       margin:
1125         t: 50
1126         b: 20
1127         l: 80
1128         r: 20
1129       showlegend: True
1130       legend:
1131         orientation: "h"
1132         font:
1133           size: 16
1134       width: 700
1135       height: 800
1136
1137     plot-throughput:
1138       titlefont:
1139         size: 18
1140       xaxis:
1141         title: "<b>Test Cases [Index]</b>"
1142         titlefont:
1143           size: 16
1144         autorange: True
1145         fixedrange: False
1146         gridcolor: "rgb(230, 230, 230)"
1147         linecolor: "rgb(220, 220, 220)"
1148         linewidth: 1
1149         showgrid: True
1150         showline: True
1151         showticklabels: True
1152         tickcolor: "rgb(220, 220, 220)"
1153         tickmode: "linear"
1154         tickfont:
1155           size: 16
1156         zeroline: False
1157       yaxis:
1158         title: "<b>Packet Throughput [Mpps]</b>"
1159         titlefont:
1160           size: 16
1161         gridcolor: "rgb(230, 230, 230)"
1162         hoverformat: ".4r"
1163         tickformat: ".3r"
1164         linecolor: "rgb(220, 220, 220)"
1165         linewidth: 1
1166         showgrid: True
1167         showline: True
1168         showticklabels: True
1169         tickcolor: "rgb(220, 220, 220)"
1170         tickfont:
1171           size: 16
1172         zeroline: False
1173         range: [0,50]
1174       boxmode: "group"
1175       boxgroupgap: 0.5
1176       autosize: False
1177       margin:
1178         t: 50
1179         b: 0
1180         l: 80
1181         r: 20
1182       showlegend: True
1183       legend:
1184         orientation: "h"
1185         font:
1186           size: 16
1187       width: 700
1188       height: 900
1189
1190     plot-throughput-speedup-analysis:
1191       titlefont:
1192         size: 18
1193       xaxis:
1194         title: "<b>Number of Cores [Qty]</b>"
1195         titlefont:
1196           size: 16
1197         autorange: True
1198         fixedrange: False
1199         gridcolor: "rgb(230, 230, 230)"
1200         linecolor: "rgb(220, 220, 220)"
1201         linewidth: 1
1202         showgrid: True
1203         showline: True
1204         showticklabels: True
1205         tickcolor: "rgb(238, 238, 238)"
1206         tickmode: "linear"
1207         tickfont:
1208           size: 16
1209         zeroline: False
1210       yaxis:
1211         title: "<b>Packet Throughput [Mpps]</b>"
1212         titlefont:
1213           size: 16
1214         type: "linear"
1215         gridcolor: "rgb(230, 230, 230)"
1216         hoverformat: ".4s"
1217         linecolor: "rgb(220, 220, 220)"
1218         linewidth: 1
1219         showgrid: True
1220         showline: True
1221         showticklabels: True
1222         tickcolor: "rgb(220, 220, 220)"
1223         tickformat: ".4s"
1224         tickfont:
1225           size: 16
1226         zeroline: True
1227         rangemode: "tozero"
1228         range: [0,100]
1229       legend:
1230         orientation: "h"
1231         font:
1232           size: 16
1233         xanchor: "left"
1234         yanchor: "top"
1235         x: 0
1236         y: -0.2
1237         bgcolor: "rgba(255, 255, 255, 0)"
1238         bordercolor: "rgba(255, 255, 255, 0)"
1239         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1240       autosize: False
1241       margin:
1242           't': 50
1243           'b': 150
1244           'l': 85
1245           'r': 10
1246       showlegend: True
1247       width: 700
1248       height: 700
1249       hoverlabel:
1250         namelength: -1
1251       annotations: [
1252         {
1253           text: "_ _          __          ...",
1254           align: "left",
1255           showarrow: False,
1256           xref: "paper",
1257           yref: "paper",
1258           xanchor: "left",
1259           yanchor: "top",
1260           x: 0,
1261           y: -0.13,
1262           font: {
1263             family: "Consolas, Courier New",
1264             size: 15
1265           },
1266         },
1267         {
1268           text: "    Perfect     Measured     Limit",
1269           align: "left",
1270           showarrow: False,
1271           xref: "paper",
1272           yref: "paper",
1273           xanchor: "left",
1274           yanchor: "top",
1275           x: 0,
1276           y: -0.15,
1277           font: {
1278             family: "Consolas, Courier New",
1279             size: 15
1280           },
1281         },
1282       ]
1283
1284     plot-latency:
1285       titlefont:
1286         size: 18
1287       xaxis:
1288         title: "<b>Direction</b>"
1289         titlefont:
1290           size: 16
1291         autorange: True
1292         fixedrange: False
1293         gridcolor: "rgb(230, 230, 230)"
1294         linecolor: "rgb(220, 220, 220)"
1295         linewidth: 1
1296         showgrid: True
1297         showline: True
1298         showticklabels: False
1299         tickcolor: "rgb(220, 220, 220)"
1300         tickmode: "linear"
1301         tickfont:
1302           size: 16
1303         zeroline: False
1304       yaxis:
1305         title: "<b>Packet Latency [uSec]</b>"
1306         titlefont:
1307           size: 16
1308         type: "linear"
1309         gridcolor: "rgb(230, 230, 230)"
1310         hoverformat: ".4s"
1311         linecolor: "rgb(220, 220, 220)"
1312         linewidth: 1
1313         showgrid: True
1314         showline: True
1315         showticklabels: True
1316         tickcolor: "rgb(220, 220, 220)"
1317         tickformat: ".4s"
1318         tickfont:
1319           size: 16
1320         zeroline: True
1321         rangemode: "tozero"
1322       legend:
1323         orientation: "h"
1324         font:
1325           size: 16
1326         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1327       autosize: False
1328       margin:
1329           't': 50
1330           'b': 150
1331           'l': 80
1332           'r': 10
1333       showlegend: True
1334       width: 700
1335       height: 700
1336       hoverlabel:
1337         namelength: -1
1338
1339 - type: "static"
1340   src-path: "{DIR[RST]}"
1341   dst-path: "{DIR[WORKING,SRC]}"
1342
1343 - type: "input"
1344   general:
1345     file-name: "robot-plugin.zip"
1346     file-format: ".zip"
1347     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1348     extract: "robot-plugin/output.xml"
1349
1350   builds:
1351 ##    intel-dnv-vpp-release-1904:
1352 ##      - 1
1353 #
1354 #    intel-dnv-vpp-release-1901:
1355 #      - 1
1356 #
1357 #    intel-dnv-vpp-release-1810:
1358 #      - 1
1359
1360     csit-vpp-perf-verify-1810-3n-hsw:
1361       - 9   # MRR sel
1362       - 8   # NDRPDR sel
1363       - 12  # NDRPDR sel
1364       - 14  # NDRPDR sel
1365       - 18  # NDRPDR sel
1366       - 23  # NDRPDR sel
1367       - 25  # NDRPDR sel
1368       - 38  # NDRPDR sel
1369       - 39  # NDRPDR sel
1370       - 41  # NDRPDR sel
1371       - 42  # NDRPDR sel
1372 #      - 28  # WRK
1373 #      - 29  # WRK
1374 #      - 30  # WRK
1375 #      - 31  # WRK
1376 #      - 32  # WRK
1377 #      - 33  # WRK
1378 #      - 34  # WRK
1379 #      - 35  # WRK
1380 #      - 36  # WRK
1381 #      - 37  # WRK
1382     csit-vpp-perf-verify-1901-3n-hsw:
1383       - 35  # MRR sel
1384       - 10  # NDRPDR sel
1385       - 19  # NDRPDR sel
1386       - 31  # NDRPDR sel
1387       - 36  # NDRPDR sel
1388       - 40  # NDRPDR sel
1389       - 42  # NDRPDR sel
1390       - 44  # NDRPDR sel
1391       - 46  # NDRPDR sel
1392       - 47  # NDRPDR sel
1393       - 48  # NDRPDR sel
1394       - 61  # NDRPDR LB
1395       - 62  # NDRPDR LB
1396       - 63  # NDRPDR LB
1397       - 64  # NDRPDR LB
1398       - 65  # NDRPDR LB
1399       - 66  # NDRPDR LB
1400       - 67  # NDRPDR LB
1401       - 69  # NDRPDR LB
1402       - 70  # NDRPDR LB
1403       - 71  # NDRPDR LB
1404     # TODO: Add 1904 Data
1405     csit-vpp-perf-verify-1904-3n-hsw:
1406       - 9   # MRR sel
1407       - 32  # NDRPDR full
1408       - 33  # NDRPDR full
1409       - 35  # NDRPDR full
1410       - 36  # NDRPDR full
1411       - 37  # NDRPDR full
1412       - 38  # NDRPDR full
1413       - 40  # NDRPDR full
1414       - 45  # NDRPDR full
1415       - 11  # NDRPDR sel
1416       - 12  # NDRPDR sel
1417       - 20  # NDRPDR sel
1418       - 21  # NDRPDR sel
1419       - 23  # NDRPDR sel
1420       - 24  # NDRPDR sel
1421       - 25  # NDRPDR sel
1422       - 26  # NDRPDR sel
1423       - 29  # NDRPDR sel
1424       - 30  # NDRPDR sel
1425
1426     csit-vpp-perf-verify-1810-3n-skx:
1427       - 9   # MRR sel
1428       - 11  # MRR sel
1429       - 12  # MRR sel
1430       - 13  # MRR sel
1431       - 10  # NDRPDR sel
1432       - 14  # NDRPDR sel
1433       - 15  # NDRPDR sel
1434       - 16  # NDRPDR sel
1435       - 17  # NDRPDR sel
1436       - 19  # NDRPDR sel
1437       - 20  # NDRPDR sel
1438       - 21  # NDRPDR sel
1439       - 22  # NDRPDR sel
1440       - 25  # NDRPDR sel
1441     csit-vpp-perf-verify-1901-3n-skx:
1442       - 32  # MRR sel
1443       - 18  # NDRPDR sel
1444       - 19  # NDRPDR sel
1445       - 20  # NDRPDR sel
1446       - 28  # NDRPDR sel
1447       - 31  # NDRPDR sel
1448       - 33  # NDRPDR sel
1449       - 36  # NDRPDR sel
1450       - 38  # NDRPDR sel
1451       - 47  # NDRPDR sel
1452       - 48  # NDRPDR sel
1453       - 54  # NDRPDR LB
1454       - 57  # NDRPDR LB
1455       - 58  # NDRPDR LB
1456       - 59  # NDRPDR LB
1457       - 60  # NDRPDR LB
1458       - 63  # NDRPDR LB
1459       - 64  # NDRPDR LB
1460       - 65  # NDRPDR LB
1461       - 66  # NDRPDR LB
1462       - 67  # NDRPDR LB
1463     csit-vpp-perf-verify-1904-3n-skx:
1464       - 7   # MRR sel
1465       - 26  # NDRPDR full
1466       - 27  # NDRPDR full
1467       - 30  # NDRPDR full
1468       - 31  # NDRPDR full
1469       - 8   # NDRPDR sel
1470       - 9   # NDRPDR sel
1471       - 10  # NDRPDR sel
1472       - 11  # NDRPDR sel
1473       - 12  # NDRPDR sel
1474       - 14  # NDRPDR sel
1475       - 16  # NDRPDR sel
1476       - 21  # NDRPDR sel
1477       - 23  # NDRPDR sel
1478       - 25  # NDRPDR sel
1479
1480     csit-vpp-perf-verify-1810-2n-skx:
1481       - 8   # MRR sel
1482       - 10  # MRR sel
1483       - 11  # MRR sel
1484       - 12  # MRR sel
1485       - 9   # NDRPDR sel
1486       - 13  # NDRPDR sel
1487       - 14  # NDRPDR sel
1488       - 19  # NDRPDR sel
1489       - 20  # NDRPDR sel
1490       - 21  # NDRPDR sel
1491       - 22  # NDRPDR sel
1492       - 23  # NDRPDR sel
1493       - 24  # NDRPDR sel
1494       - 27  # NDRPDR sel
1495     csit-vpp-perf-verify-1901-2n-skx:
1496       - 22  # MRR sel
1497       - 5   # NDRPDR sel
1498       - 12  # NDRPDR sel
1499       - 13  # NDRPDR sel
1500       - 21  # NDRPDR sel
1501       - 23  # NDRPDR sel
1502       - 31  # NDRPDR sel
1503       - 34  # NDRPDR sel
1504       - 40  # NDRPDR sel
1505       - 42  # NDRPDR sel
1506       - 43  # NDRPDR sel
1507     csit-vpp-perf-verify-1904-2n-skx:
1508       - 11  # MRR sel
1509       - 33  # NDRPDR full
1510       - 39  # NDRPDR full
1511       - 58  # NDRPDR full
1512       - 62  # NDRPDR full
1513       - 12  # NDRPDR sel
1514       - 14  # NDRPDR sel
1515       - 16  # NDRPDR sel
1516       - 17  # NDRPDR sel
1517       - 18  # NDRPDR sel
1518       - 21  # NDRPDR sel
1519       - 27  # NDRPDR sel
1520       - 30  # NDRPDR sel
1521       - 31  # NDRPDR sel
1522       - 32  # NDRPDR sel
1523       - 40  # NFV MRR 64b
1524       - 41  # NFV MRR 64b
1525       - 42  # NFV MRR 64b
1526       - 47  # NFV MRR 64b
1527       - 48  # NFV MRR 64b
1528       - 49  # NFV MRR IMIX
1529       - 50  # NFV MRR IMIX
1530       - 51  # NFV MRR IMIX
1531       - 54  # NFV MRR IMIX
1532       - 55  # NFV MRR IMIX
1533       - 56  # NFV NDRPDR 64b
1534       - 59  # NFV NDRPDR 64b
1535       - 60  # NFV NDRPDR 64b
1536       - 65  # NFV NDRPDR 64b
1537       - 68  # NFV NDRPDR 64b
1538       - 66  # NFV NDRPDR IMIX
1539       - 67  # NFV NDRPDR IMIX
1540       - 69  # NFV NDRPDR IMIX
1541       - 82  # NFV NDRPDR IMIX
1542       - 83  # NFV NDRPDR IMIX
1543       - 80  # NFV MRR NDRPDR 64b IMIX
1544       - 81  # NFV MRR NDRPDR 64b IMIX
1545       - 84  # NFV MRR NDRPDR 64b IMIX
1546       - 85  # NFV MRR NDRPDR 64b IMIX
1547       - 86  # NFV MRR NDRPDR 64b IMIX
1548       - 70  # soak
1549       - 71  # soak
1550
1551 #    csit-ligato-perf-verify-1901-3n-hsw:
1552 #      - 10  # NDRPDR full
1553 #      - 8   # NDRPDR sel
1554 #      - 9   # NDRPDR sel
1555 #      - 11  # NDRPDR sel
1556 #      - 12  # NDRPDR sel
1557 #      - 13  # NDRPDR sel
1558 #      - 14  # NDRPDR sel
1559 #      - 15  # NDRPDR sel
1560 #      - 16  # NDRPDR sel
1561 #      - 17  # NDRPDR sel
1562 #      - 18  # NDRPDR sel
1563 ##    csit-ligato-perf-verify-1904-3n-hsw:
1564 ##      -
1565
1566     csit-dpdk-perf-verify-1810-3n-hsw:
1567       - 1   # NDRPDR sel
1568       - 2   # NDRPDR sel
1569       - 3   # NDRPDR sel
1570       - 4   # NDRPDR sel
1571       - 5   # NDRPDR sel
1572       - 6   # NDRPDR sel
1573       - 7   # NDRPDR sel
1574       - 8   # NDRPDR sel
1575       - 9   # NDRPDR sel
1576       - 10  # NDRPDR sel
1577     csit-dpdk-perf-verify-1901-3n-hsw:
1578       - 13  # NDRPDR sel
1579       - 14  # NDRPDR sel
1580       - 16  # NDRPDR sel
1581       - 17  # NDRPDR sel
1582       - 18  # NDRPDR sel
1583       - 19  # NDRPDR sel
1584       - 20  # NDRPDR sel
1585       - 21  # NDRPDR sel
1586       - 22  # NDRPDR sel
1587       - 23  # NDRPDR sel
1588     csit-dpdk-perf-verify-1904-3n-hsw:
1589       - 2   # NDRPDR sel
1590       - 3   # NDRPDR sel
1591       - 5   # NDRPDR sel
1592       - 6   # NDRPDR sel
1593       - 13  # NDRPDR sel
1594       - 14  # NDRPDR sel
1595       - 15  # NDRPDR sel
1596       - 18  # NDRPDR sel
1597       - 19  # NDRPDR sel
1598       - 20  # NDRPDR sel
1599
1600     csit-dpdk-perf-verify-1810-3n-skx:
1601       - 3   # NDRPDR sel
1602       - 4   # NDRPDR sel
1603       - 6   # NDRPDR sel
1604       - 7   # NDRPDR sel
1605       - 8   # NDRPDR sel
1606       - 9   # NDRPDR sel
1607       - 10  # NDRPDR sel
1608       - 11  # NDRPDR sel
1609       - 12  # NDRPDR sel
1610       - 13  # NDRPDR sel
1611     csit-dpdk-perf-verify-1901-3n-skx:
1612       - 3   # NDRPDR sel
1613       - 5   # NDRPDR sel
1614       - 6   # NDRPDR sel
1615       - 7   # NDRPDR sel
1616       - 8   # NDRPDR sel
1617       - 9   # NDRPDR sel
1618       - 10  # NDRPDR sel
1619       - 11  # NDRPDR sel
1620       - 12  # NDRPDR sel
1621       - 13  # NDRPDR sel
1622     csit-dpdk-perf-verify-1904-3n-skx:
1623       - 2   # NDRPDR sel
1624       - 3   # NDRPDR sel
1625       - 4   # NDRPDR sel
1626       - 5   # NDRPDR sel
1627       - 6   # NDRPDR sel
1628       - 7   # NDRPDR sel
1629       - 11  # NDRPDR sel
1630       - 12  # NDRPDR sel
1631       - 13  # NDRPDR sel
1632       - 14  # NDRPDR sel
1633
1634     csit-dpdk-perf-verify-1810-2n-skx:
1635       - 3   # NDRPDR sel
1636       - 4   # NDRPDR sel
1637       - 5   # NDRPDR sel
1638       - 7   # NDRPDR sel
1639       - 8   # NDRPDR sel
1640       - 9   # NDRPDR sel
1641       - 10  # NDRPDR sel
1642       - 11  # NDRPDR sel
1643       - 12  # NDRPDR sel
1644       - 13  # NDRPDR sel
1645     csit-dpdk-perf-verify-1901-2n-skx:
1646       - 12  # NDRPDR sel
1647       - 13  # NDRPDR sel
1648       - 14  # NDRPDR sel
1649       - 15  # NDRPDR sel
1650       - 16  # NDRPDR sel
1651       - 17  # NDRPDR sel
1652       - 18  # NDRPDR sel
1653       - 19  # NDRPDR sel
1654       - 20  # NDRPDR sel
1655       - 21  # NDRPDR sel
1656     csit-dpdk-perf-verify-1904-2n-skx:
1657       - 2   # NDRPDR sel
1658       - 3   # NDRPDR sel
1659       - 4   # NDRPDR sel
1660       - 5   # NDRPDR sel
1661       - 7   # NDRPDR sel
1662       - 8   # NDRPDR sel
1663       - 9   # NDRPDR sel
1664       - 10  # NDRPDR sel
1665       - 11  # NDRPDR sel
1666       - 12  # NDRPDR sel
1667
1668     csit-vpp-functional-1904-ubuntu1604-virl:
1669       - 33
1670     csit-vpp-functional-1904-centos7-virl:
1671       - 32
1672     csit-vpp-device-1904-ubuntu1804-1n-skx:
1673       - 32
1674 #    # Not used
1675 #    csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1676 #      - 1
1677     csit-dmm-functional-1904-ubuntu1604-virl:
1678       - 1
1679     csit-hc2vpp-verify-func-1904-ubuntu1604:
1680       - 4
1681
1682 - type: "output"
1683   output: "report"
1684   format:
1685     html:
1686     - full
1687     pdf:
1688     - minimal
1689
1690 ################################################################################
1691 ###                               T A B L E S                                ###
1692 ################################################################################
1693
1694 # VPP Soak vs NDR
1695 - type: "table"
1696   title: "VPP Soak vs NDR 2n-skx"
1697   algorithm: "table_soak_vs_ndr"
1698   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
1699   reference:
1700     title: "NDR"
1701     data: "vpp-soak-vs-ndr-2n-skx-ref"
1702   compare:
1703     title: "Soak"
1704     data: "vpp-soak-vs-ndr-2n-skx-cmp"
1705   data: "vpp-soak-vs-ndr-2n-skx"
1706   include-tests: "NDR"
1707   filter: "('NDRPDR' or 'SOAK')"
1708   parameters:
1709     - "throughput"
1710     - "name"
1711     - "parent"
1712
1713 ################################################################################
1714
1715 # VPP Compare NICs 3n-hsw 1t1c ndr
1716 - type: "table"
1717   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1718   algorithm: "table_nics_comparison"
1719   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1720   reference:
1721     title: "Intel-x520"
1722     nic: "NIC_Intel-X520-DA2"
1723   compare:
1724     title: "Intel-x710"
1725     nic: "NIC_Intel-X710"
1726   data: "vpp-nic-comparison-3n-hsw"
1727   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1728   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1729   parameters:
1730   - "name"
1731   - "parent"
1732   - "throughput"
1733   - "tags"
1734
1735 # VPP Compare NICs 3n-hsw 2t2c ndr
1736 - type: "table"
1737   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1738   algorithm: "table_nics_comparison"
1739   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1740   reference:
1741     title: "Intel-x520"
1742     nic: "NIC_Intel-X520-DA2"
1743   compare:
1744     title: "Intel-x710"
1745     nic: "NIC_Intel-X710"
1746   data: "vpp-nic-comparison-3n-hsw"
1747   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1748   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1749   parameters:
1750   - "name"
1751   - "parent"
1752   - "throughput"
1753   - "tags"
1754
1755 # VPP Compare NICs 3n-hsw 1t1c pdr
1756 - type: "table"
1757   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1758   algorithm: "table_nics_comparison"
1759   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1760   reference:
1761     title: "Intel-x520"
1762     nic: "NIC_Intel-X520-DA2"
1763   compare:
1764     title: "Intel-x710"
1765     nic: "NIC_Intel-X710"
1766   data: "vpp-nic-comparison-3n-hsw"
1767   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1768   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1769   parameters:
1770   - "name"
1771   - "parent"
1772   - "throughput"
1773   - "tags"
1774
1775 # VPP Compare NICs 3n-hsw 2t2c pdr
1776 - type: "table"
1777   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1778   algorithm: "table_nics_comparison"
1779   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1780   reference:
1781     title: "Intel-x520"
1782     nic: "NIC_Intel-X520-DA2"
1783   compare:
1784     title: "Intel-x710"
1785     nic: "NIC_Intel-X710"
1786   data: "vpp-nic-comparison-3n-hsw"
1787   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1788   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1789   parameters:
1790   - "name"
1791   - "parent"
1792   - "throughput"
1793   - "tags"
1794
1795 # VPP Compare NICs 3n-hsw 1t1c mrr
1796 - type: "table"
1797   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1798   algorithm: "table_nics_comparison"
1799   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1800   reference:
1801     title: "Intel-x520"
1802     nic: "NIC_Intel-X520-DA2"
1803   compare:
1804     title: "Intel-x710"
1805     nic: "NIC_Intel-X710"
1806   data: "vpp-nic-comparison-3n-hsw-mrr"
1807   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1808   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1809   parameters:
1810   - "name"
1811   - "parent"
1812   - "result"
1813   - "tags"
1814
1815 # VPP Compare NICs 3n-hsw 2t2c mrr
1816 - type: "table"
1817   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1818   algorithm: "table_nics_comparison"
1819   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1820   reference:
1821     title: "Intel-x520"
1822     nic: "NIC_Intel-X520-DA2"
1823   compare:
1824     title: "Intel-x710"
1825     nic: "NIC_Intel-X710"
1826   data: "vpp-nic-comparison-3n-hsw-mrr"
1827   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1828   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1829   parameters:
1830   - "name"
1831   - "parent"
1832   - "result"
1833   - "tags"
1834
1835 # VPP Compare NICs 3n-hsw 4t4c mrr
1836 - type: "table"
1837   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1838   algorithm: "table_nics_comparison"
1839   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1840   reference:
1841     title: "Intel-x520"
1842     nic: "NIC_Intel-X520-DA2"
1843   compare:
1844     title: "Intel-x710"
1845     nic: "NIC_Intel-X710"
1846   data: "vpp-nic-comparison-3n-hsw-mrr"
1847   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1848   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1849   parameters:
1850   - "name"
1851   - "parent"
1852   - "result"
1853   - "tags"
1854
1855 # VPP Compare NICs 3n-skx 2t1c ndr
1856 - type: "table"
1857   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1858   algorithm: "table_nics_comparison"
1859   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1860   reference:
1861     title: "Intel-x710"
1862     nic: "NIC_Intel-X710"
1863   compare:
1864     title: "Intel-xxv710"
1865     nic: "NIC_Intel-XXV710"
1866   data: "vpp-nic-comparison-3n-skx"
1867   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1868   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1869   parameters:
1870   - "name"
1871   - "parent"
1872   - "throughput"
1873   - "tags"
1874
1875 # VPP Compare NICs 3n-skx 4t2c ndr
1876 - type: "table"
1877   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1878   algorithm: "table_nics_comparison"
1879   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1880   reference:
1881     title: "Intel-x710"
1882     nic: "NIC_Intel-X710"
1883   compare:
1884     title: "Intel-xxv710"
1885     nic: "NIC_Intel-XXV710"
1886   data: "vpp-nic-comparison-3n-skx"
1887   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1888   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1889   parameters:
1890   - "name"
1891   - "parent"
1892   - "throughput"
1893   - "tags"
1894
1895 # VPP Compare NICs 3n-skx 2t1c pdr
1896 - type: "table"
1897   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1898   algorithm: "table_nics_comparison"
1899   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1900   reference:
1901     title: "Intel-x710"
1902     nic: "NIC_Intel-X710"
1903   compare:
1904     title: "Intel-xxv710"
1905     nic: "NIC_Intel-XXV710"
1906   data: "vpp-nic-comparison-3n-skx"
1907   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1908   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1909   parameters:
1910   - "name"
1911   - "parent"
1912   - "throughput"
1913   - "tags"
1914
1915  # VPP Compare NICs 3n-skx 4t2c pdr
1916 - type: "table"
1917   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1918   algorithm: "table_nics_comparison"
1919   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1920   reference:
1921     title: "Intel-x710"
1922     nic: "NIC_Intel-X710"
1923   compare:
1924     title: "Intel-xxv710"
1925     nic: "NIC_Intel-XXV710"
1926   data: "vpp-nic-comparison-3n-skx"
1927   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1928   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1929   parameters:
1930   - "name"
1931   - "parent"
1932   - "throughput"
1933   - "tags"
1934
1935 # VPP Compare NICs 3n-skx 2t1c mrr
1936 - type: "table"
1937   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1938   algorithm: "table_nics_comparison"
1939   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1940   reference:
1941     title: "Intel-x710"
1942     nic: "NIC_Intel-X710"
1943   compare:
1944     title: "Intel-xxv710"
1945     nic: "NIC_Intel-XXV710"
1946   data: "vpp-nic-comparison-3n-skx-mrr"
1947   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1948   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1949   parameters:
1950   - "name"
1951   - "parent"
1952   - "result"
1953   - "tags"
1954
1955 # VPP Compare NICs 3n-skx 4t2c mrr
1956 - type: "table"
1957   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1958   algorithm: "table_nics_comparison"
1959   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1960   reference:
1961     title: "Intel-x710"
1962     nic: "NIC_Intel-X710"
1963   compare:
1964     title: "Intel-xxv710"
1965     nic: "NIC_Intel-XXV710"
1966   data: "vpp-nic-comparison-3n-skx-mrr"
1967   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1968   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1969   parameters:
1970   - "name"
1971   - "parent"
1972   - "result"
1973   - "tags"
1974
1975  # VPP Compare NICs 3n-skx 8t4c mrr
1976 - type: "table"
1977   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1978   algorithm: "table_nics_comparison"
1979   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1980   reference:
1981     title: "Intel-x710"
1982     nic: "NIC_Intel-X710"
1983   compare:
1984     title: "Intel-xxv710"
1985     nic: "NIC_Intel-XXV710"
1986   data: "vpp-nic-comparison-3n-skx-mrr"
1987   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1988   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1989   parameters:
1990   - "name"
1991   - "parent"
1992   - "result"
1993   - "tags"
1994
1995 # VPP Compare NICs 2n-skx 2t1c ndr
1996 - type: "table"
1997   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1998   algorithm: "table_nics_comparison"
1999   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2000   reference:
2001     title: "Intel-x710"
2002     nic: "NIC_Intel-X710"
2003   compare:
2004     title: "Intel-xxv710"
2005     nic: "NIC_Intel-XXV710"
2006   data: "vpp-nic-comparison-2n-skx"
2007   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2008   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2009   parameters:
2010   - "name"
2011   - "parent"
2012   - "throughput"
2013   - "tags"
2014
2015 # VPP Compare NICs 2n-skx 4t2c ndr
2016 - type: "table"
2017   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2018   algorithm: "table_nics_comparison"
2019   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2020   reference:
2021     title: "Intel-x710"
2022     nic: "NIC_Intel-X710"
2023   compare:
2024     title: "Intel-xxv710"
2025     nic: "NIC_Intel-XXV710"
2026   data: "vpp-nic-comparison-2n-skx"
2027   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2028   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2029   parameters:
2030   - "name"
2031   - "parent"
2032   - "throughput"
2033   - "tags"
2034
2035  # VPP Compare NICs 2n-skx 2t1c pdr
2036 - type: "table"
2037   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2038   algorithm: "table_nics_comparison"
2039   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2040   reference:
2041     title: "Intel-x710"
2042     nic: "NIC_Intel-X710"
2043   compare:
2044     title: "Intel-xxv710"
2045     nic: "NIC_Intel-XXV710"
2046   data: "vpp-nic-comparison-2n-skx"
2047   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2048   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2049   parameters:
2050   - "name"
2051   - "parent"
2052   - "throughput"
2053   - "tags"
2054
2055 # VPP Compare NICs 2n-skx 4t2c pdr
2056 - type: "table"
2057   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2058   algorithm: "table_nics_comparison"
2059   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2060   reference:
2061     title: "Intel-x710"
2062     nic: "NIC_Intel-X710"
2063   compare:
2064     title: "Intel-xxv710"
2065     nic: "NIC_Intel-XXV710"
2066   data: "vpp-nic-comparison-2n-skx"
2067   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2068   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2069   parameters:
2070   - "name"
2071   - "parent"
2072   - "throughput"
2073   - "tags"
2074
2075 # VPP Compare NICs 2n-skx 2t1c mrr
2076 - type: "table"
2077   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2078   algorithm: "table_nics_comparison"
2079   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2080   reference:
2081     title: "Intel-x710"
2082     nic: "NIC_Intel-X710"
2083   compare:
2084     title: "Intel-xxv710"
2085     nic: "NIC_Intel-XXV710"
2086   data: "vpp-nic-comparison-2n-skx-mrr"
2087   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2088   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2089   parameters:
2090   - "name"
2091   - "parent"
2092   - "result"
2093   - "tags"
2094
2095 # VPP Compare NICs 2n-skx 4t2c mrr
2096 - type: "table"
2097   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2098   algorithm: "table_nics_comparison"
2099   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2100   reference:
2101     title: "Intel-x710"
2102     nic: "NIC_Intel-X710"
2103   compare:
2104     title: "Intel-xxv710"
2105     nic: "NIC_Intel-XXV710"
2106   data: "vpp-nic-comparison-2n-skx-mrr"
2107   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2108   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2109   parameters:
2110   - "name"
2111   - "parent"
2112   - "result"
2113   - "tags"
2114
2115 # VPP Compare NICs 2n-skx 8t4c mrr
2116 - type: "table"
2117   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2118   algorithm: "table_nics_comparison"
2119   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2120   reference:
2121     title: "Intel-x710"
2122     nic: "NIC_Intel-X710"
2123   compare:
2124     title: "Intel-xxv710"
2125     nic: "NIC_Intel-XXV710"
2126   data: "vpp-nic-comparison-2n-skx-mrr"
2127   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2128   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2129   parameters:
2130   - "name"
2131   - "parent"
2132   - "result"
2133   - "tags"
2134
2135 ################################################################################
2136 # VPP
2137
2138 ## VPP Performance Changes 2n-dnv 1t1c pdr
2139 #- type: "table"
2140 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2141 #  algorithm: "table_performance_comparison"
2142 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2143 #  history:
2144 #    - title: "rls1810"
2145 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2146 #  reference:
2147 #    title: "rls1901"
2148 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2149 #  compare:
2150 #    title: "rls1904"
2151 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2152 #  data: "intel-dnv-vpp-changes-2n-dnv"
2153 #  include-tests: "PDR"
2154 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2155 #  parameters:
2156 #  - "name"
2157 #  - "parent"
2158 #  - "throughput"
2159 #
2160 ## VPP Performance Changes 2n-dnv 2t2c pdr
2161 #- type: "table"
2162 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2163 #  algorithm: "table_performance_comparison"
2164 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2165 #  history:
2166 #    - title: "rls1810"
2167 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2168 #  reference:
2169 #    title: "rls1901"
2170 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2171 #  compare:
2172 #    title: "rls1904"
2173 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2174 #  data: "intel-dnv-vpp-changes-2n-dnv"
2175 #  include-tests: "PDR"
2176 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2177 #  parameters:
2178 #  - "name"
2179 #  - "parent"
2180 #  - "throughput"
2181 #
2182 ## VPP Performance Changes 2n-dnv 1t1c ndr
2183 #- type: "table"
2184 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2185 #  algorithm: "table_performance_comparison"
2186 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2187 #  history:
2188 #    - title: "rls1810"
2189 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2190 #  reference:
2191 #    title: "rls1901"
2192 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2193 #  compare:
2194 #    title: "rls1904"
2195 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2196 #  data: "intel-dnv-vpp-changes-2n-dnv"
2197 #  include-tests: "NDR"
2198 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2199 #  parameters:
2200 #  - "name"
2201 #  - "parent"
2202 #  - "throughput"
2203 #
2204 ## VPP Performance Changes 2n-dnv 2t2c ndr
2205 #- type: "table"
2206 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2207 #  algorithm: "table_performance_comparison"
2208 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2209 #  history:
2210 #    - title: "rls1810"
2211 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2212 #  reference:
2213 #    title: "rls1901"
2214 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2215 #  compare:
2216 #    title: "rls1904"
2217 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2218 #  data: "intel-dnv-vpp-changes-2n-dnv"
2219 #  include-tests: "NDR"
2220 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2221 #  parameters:
2222 #  - "name"
2223 #  - "parent"
2224 #  - "throughput"
2225 #
2226 ## VPP Performance Changes 2n-dnv 1t1c MRR
2227 #- type: "table"
2228 #  title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2229 #  algorithm: "table_performance_comparison"
2230 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2231 #  history:
2232 #    - title: "rls1810"
2233 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2234 #  reference:
2235 #    title: "rls1901"
2236 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2237 #  compare:
2238 #    title: "rls1904"
2239 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2240 #  data: "intel-dnv-vpp-changes-2n-dnv"
2241 #  include-tests: "MRR"
2242 #  filter: "'1T1C' and 'MRR'"
2243 #  parameters:
2244 #  - "name"
2245 #  - "parent"
2246 #  - "result"
2247 #
2248 ## VPP Performance Changes 2n-dnv 2t2c MRR
2249 #- type: "table"
2250 #  title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2251 #  algorithm: "table_performance_comparison"
2252 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2253 #  history:
2254 #    - title: "rls1810"
2255 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2256 #  reference:
2257 #    title: "rls1901"
2258 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2259 #  compare:
2260 #    title: "rls1904"
2261 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2262 #  data: "intel-dnv-vpp-changes-2n-dnv"
2263 #  include-tests: "MRR"
2264 #  filter: "'2T2C' and 'MRR'"
2265 #  parameters:
2266 #  - "name"
2267 #  - "parent"
2268 #  - "result"
2269 #
2270 ## VPP Performance Changes 2n-dnv 4t4c MRR
2271 #- type: "table"
2272 #  title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2273 #  algorithm: "table_performance_comparison"
2274 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2275 #  history:
2276 #    - title: "rls1810"
2277 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2278 #  reference:
2279 #    title: "rls1901"
2280 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2281 #  compare:
2282 #    title: "rls1904"
2283 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2284 #  data: "intel-dnv-vpp-changes-2n-dnv"
2285 #  include-tests: "MRR"
2286 #  filter: "'4T4C' and 'MRR'"
2287 #  parameters:
2288 #  - "name"
2289 #  - "parent"
2290 #  - "result"
2291
2292 # VPP Performance Changes 3n-hsw 1t1c pdr
2293 - type: "table"
2294   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2295   algorithm: "table_performance_comparison"
2296   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2297   history:
2298     - title: "rls1810"
2299       data: "vpp-performance-changes-3n-hsw-h1"
2300   reference:
2301     title: "rls1901"
2302     data: "vpp-performance-changes-3n-hsw-ref"
2303   compare:
2304     title: "rls1904"
2305     data: "vpp-performance-changes-3n-hsw-cmp"
2306   data: "vpp-performance-changes-3n-hsw"
2307   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2308   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2309   parameters:
2310   - "name"
2311   - "parent"
2312   - "throughput"
2313
2314 # VPP Performance Changes 3n-hsw 2t2c pdr
2315 - type: "table"
2316   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2317   algorithm: "table_performance_comparison"
2318   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2319   history:
2320     - title: "rls1810"
2321       data: "vpp-performance-changes-3n-hsw-h1"
2322   reference:
2323     title: "rls1901"
2324     data: "vpp-performance-changes-3n-hsw-ref"
2325   compare:
2326     title: "rls1904"
2327     data: "vpp-performance-changes-3n-hsw-cmp"
2328   data: "vpp-performance-changes-3n-hsw"
2329   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2330   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2331   parameters:
2332   - "name"
2333   - "parent"
2334   - "throughput"
2335
2336 # VPP Performance Changes 3n-hsw 1t1c ndr
2337 - type: "table"
2338   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2339   algorithm: "table_performance_comparison"
2340   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2341   history:
2342     - title: "rls1810"
2343       data: "vpp-performance-changes-3n-hsw-h1"
2344   reference:
2345     title: "rls1901"
2346     data: "vpp-performance-changes-3n-hsw-ref"
2347   compare:
2348     title: "rls1904"
2349     data: "vpp-performance-changes-3n-hsw-cmp"
2350   data: "vpp-performance-changes-3n-hsw"
2351   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2352   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2353   parameters:
2354   - "name"
2355   - "parent"
2356   - "throughput"
2357
2358 # VPP Performance Changes 3n-hsw 2t2c ndr
2359 - type: "table"
2360   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2361   algorithm: "table_performance_comparison"
2362   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2363   history:
2364     - title: "rls1810"
2365       data: "vpp-performance-changes-3n-hsw-h1"
2366   reference:
2367     title: "rls1901"
2368     data: "vpp-performance-changes-3n-hsw-ref"
2369   compare:
2370     title: "rls1904"
2371     data: "vpp-performance-changes-3n-hsw-cmp"
2372   data: "vpp-performance-changes-3n-hsw"
2373   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2374   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2375   parameters:
2376   - "name"
2377   - "parent"
2378   - "throughput"
2379
2380 # VPP Performance Changes 3n-skx 2t1c pdr
2381 - type: "table"
2382   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2383   algorithm: "table_performance_comparison"
2384   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2385   history:
2386     - title: "rls1810"
2387       data: "vpp-performance-changes-3n-skx-h1"
2388   reference:
2389     title: "rls1901"
2390     data: "vpp-performance-changes-3n-skx-ref"
2391   compare:
2392     title: "rls1904"
2393     data: "vpp-performance-changes-3n-skx-cmp"
2394   data: "vpp-performance-changes-3n-skx"
2395   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2396   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2397   parameters:
2398   - "name"
2399   - "parent"
2400   - "throughput"
2401
2402 # VPP Performance Changes 3n-skx 4t2c pdr
2403 - type: "table"
2404   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2405   algorithm: "table_performance_comparison"
2406   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2407   history:
2408     - title: "rls1810"
2409       data: "vpp-performance-changes-3n-skx-h1"
2410   reference:
2411     title: "rls1901"
2412     data: "vpp-performance-changes-3n-skx-ref"
2413   compare:
2414     title: "rls1904"
2415     data: "vpp-performance-changes-3n-skx-cmp"
2416   data: "vpp-performance-changes-3n-skx"
2417   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2418   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2419   parameters:
2420   - "name"
2421   - "parent"
2422   - "throughput"
2423
2424 # VPP Performance Changes 3n-skx 2t1c ndr
2425 - type: "table"
2426   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2427   algorithm: "table_performance_comparison"
2428   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2429   history:
2430     - title: "rls1810"
2431       data: "vpp-performance-changes-3n-skx-h1"
2432   reference:
2433     title: "rls1901"
2434     data: "vpp-performance-changes-3n-skx-ref"
2435   compare:
2436     title: "rls1904"
2437     data: "vpp-performance-changes-3n-skx-cmp"
2438   data: "vpp-performance-changes-3n-skx"
2439   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2440   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2441   parameters:
2442   - "name"
2443   - "parent"
2444   - "throughput"
2445
2446 # VPP Performance Changes 3n-skx 4t2c ndr
2447 - type: "table"
2448   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2449   algorithm: "table_performance_comparison"
2450   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2451   history:
2452     - title: "rls1810"
2453       data: "vpp-performance-changes-3n-skx-h1"
2454   reference:
2455     title: "rls1901"
2456     data: "vpp-performance-changes-3n-skx-ref"
2457   compare:
2458     title: "rls1904"
2459     data: "vpp-performance-changes-3n-skx-cmp"
2460   data: "vpp-performance-changes-3n-skx"
2461   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2462   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2463   parameters:
2464   - "name"
2465   - "parent"
2466   - "throughput"
2467
2468 # VPP Performance Changes 2n-skx 2t1c pdr
2469 - type: "table"
2470   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2471   algorithm: "table_performance_comparison"
2472   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2473   history:
2474     - title: "rls1810"
2475       data: "vpp-performance-changes-2n-skx-h1"
2476   reference:
2477     title: "rls1901"
2478     data: "vpp-performance-changes-2n-skx-ref"
2479   compare:
2480     title: "rls1904"
2481     data: "vpp-performance-changes-2n-skx-cmp"
2482   data: "vpp-performance-changes-2n-skx"
2483   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2484   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2485   parameters:
2486   - "name"
2487   - "parent"
2488   - "throughput"
2489
2490 # VPP Performance Changes 2n-skx 4t2c pdr
2491 - type: "table"
2492   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2493   algorithm: "table_performance_comparison"
2494   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2495   history:
2496     - title: "rls1810"
2497       data: "vpp-performance-changes-2n-skx-h1"
2498   reference:
2499     title: "rls1901"
2500     data: "vpp-performance-changes-2n-skx-ref"
2501   compare:
2502     title: "rls1904"
2503     data: "vpp-performance-changes-2n-skx-cmp"
2504   data: "vpp-performance-changes-2n-skx"
2505   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2506   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2507   parameters:
2508   - "name"
2509   - "parent"
2510   - "throughput"
2511
2512 # VPP Performance Changes 2n-skx 2t1c ndr
2513 - type: "table"
2514   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2515   algorithm: "table_performance_comparison"
2516   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2517   history:
2518     - title: "rls1810"
2519       data: "vpp-performance-changes-2n-skx-h1"
2520   reference:
2521     title: "rls1901"
2522     data: "vpp-performance-changes-2n-skx-ref"
2523   compare:
2524     title: "rls1904"
2525     data: "vpp-performance-changes-2n-skx-cmp"
2526   data: "vpp-performance-changes-2n-skx"
2527   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2528   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2529   parameters:
2530   - "name"
2531   - "parent"
2532   - "throughput"
2533
2534 # VPP Performance Changes 2n-skx 4t2c ndr
2535 - type: "table"
2536   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2537   algorithm: "table_performance_comparison"
2538   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2539   history:
2540     - title: "rls1810"
2541       data: "vpp-performance-changes-2n-skx-h1"
2542   reference:
2543     title: "rls1901"
2544     data: "vpp-performance-changes-2n-skx-ref"
2545   compare:
2546     title: "rls1904"
2547     data: "vpp-performance-changes-2n-skx-cmp"
2548   data: "vpp-performance-changes-2n-skx"
2549   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2550   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2551   parameters:
2552   - "name"
2553   - "parent"
2554   - "throughput"
2555
2556 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2557 - type: "table"
2558   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2559   algorithm: "table_performance_comparison"
2560   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2561   reference:
2562     title: "3-Node Hsw"
2563     data: "vpp-compare-testbeds-ref"
2564   compare:
2565     title: "3-Node Skx"
2566     data: "vpp-compare-testbeds-cmp"
2567   data: "vpp-compare-testbeds"
2568   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2569   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2570   parameters:
2571   - "name"
2572   - "parent"
2573   - "throughput"
2574
2575 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2576 - type: "table"
2577   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2578   algorithm: "table_performance_comparison"
2579   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2580   reference:
2581     title: "3-Node Hsw"
2582     data: "vpp-compare-testbeds-ref"
2583   compare:
2584     title: "3-Node Skx"
2585     data: "vpp-compare-testbeds-cmp"
2586   data: "vpp-compare-testbeds"
2587   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2588   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2589   parameters:
2590   - "name"
2591   - "parent"
2592   - "throughput"
2593
2594 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2595 - type: "table"
2596   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2597   algorithm: "table_performance_comparison"
2598   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2599   reference:
2600     title: "3-Node Hsw"
2601     data: "vpp-compare-testbeds-ref"
2602   compare:
2603     title: "3-Node Skx"
2604     data: "vpp-compare-testbeds-cmp"
2605   data: "vpp-compare-testbeds"
2606   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2607   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2608   parameters:
2609   - "name"
2610   - "parent"
2611   - "throughput"
2612
2613 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2614 - type: "table"
2615   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2616   algorithm: "table_performance_comparison"
2617   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2618   reference:
2619     title: "3-Node Hsw"
2620     data: "vpp-compare-testbeds-ref"
2621   compare:
2622     title: "3-Node Skx"
2623     data: "vpp-compare-testbeds-cmp"
2624   data: "vpp-compare-testbeds"
2625   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2626   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2627   parameters:
2628   - "name"
2629   - "parent"
2630   - "throughput"
2631
2632 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2633 - type: "table"
2634   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2635   algorithm: "table_performance_comparison"
2636   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2637   reference:
2638     title: "3-Node Skx"
2639     data: "vpp-compare-topologies-ref"
2640   compare:
2641     title: "2-Node Skx"
2642     data: "vpp-compare-topologies-cmp"
2643   data: "vpp-compare-topologies"
2644   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2645   filter: "'NDRPDR' and '1C'"
2646   parameters:
2647   - "name"
2648   - "parent"
2649   - "throughput"
2650
2651 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2652 - type: "table"
2653   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2654   algorithm: "table_performance_comparison"
2655   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2656   reference:
2657     title: "3-Node Skx"
2658     data: "vpp-compare-topologies-ref"
2659   compare:
2660     title: "2-Node Skx"
2661     data: "vpp-compare-topologies-cmp"
2662   data: "vpp-compare-topologies"
2663   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2664   filter: "'NDRPDR' and '2C'"
2665   parameters:
2666   - "name"
2667   - "parent"
2668   - "throughput"
2669
2670 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2671 - type: "table"
2672   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2673   algorithm: "table_performance_comparison"
2674   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2675   reference:
2676     title: "3-Node Skx"
2677     data: "vpp-compare-topologies-ref"
2678   compare:
2679     title: "2-Node Skx"
2680     data: "vpp-compare-topologies-cmp"
2681   data: "vpp-compare-topologies"
2682   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2683   filter: "'NDRPDR' and '1C'"
2684   parameters:
2685   - "name"
2686   - "parent"
2687   - "throughput"
2688
2689 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2690 - type: "table"
2691   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2692   algorithm: "table_performance_comparison"
2693   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2694   reference:
2695     title: "3-Node Skx"
2696     data: "vpp-compare-topologies-ref"
2697   compare:
2698     title: "2-Node Skx"
2699     data: "vpp-compare-topologies-cmp"
2700   data: "vpp-compare-topologies"
2701   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2702   filter: "'NDRPDR' and '2C'"
2703   parameters:
2704   - "name"
2705   - "parent"
2706   - "throughput"
2707
2708 # VPP Performance Changes 3n-hsw 1t1c MRR
2709 - type: "table"
2710   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2711   algorithm: "table_performance_comparison"
2712   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2713   history:
2714     - title: "rls1810"
2715       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2716   reference:
2717     title: "rls1901"
2718     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2719   compare:
2720     title: "rls1904"
2721     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2722   data: "vpp-performance-changes-3n-hsw-mrr"
2723   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2724   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2725   parameters:
2726   - "name"
2727   - "parent"
2728   - "result"
2729
2730 # VPP Performance Changes 3n-hsw 2t2c MRR
2731 - type: "table"
2732   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2733   algorithm: "table_performance_comparison"
2734   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2735   history:
2736     - title: "rls1810"
2737       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2738   reference:
2739     title: "rls1901"
2740     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2741   compare:
2742     title: "rls1904"
2743     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2744   data: "vpp-performance-changes-3n-hsw-mrr"
2745   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2746   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2747   parameters:
2748   - "name"
2749   - "parent"
2750   - "result"
2751
2752 # VPP Performance Changes 3n-hsw 4t4c MRR
2753 - type: "table"
2754   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2755   algorithm: "table_performance_comparison"
2756   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2757   history:
2758     - title: "rls1810"
2759       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2760   reference:
2761     title: "rls1901"
2762     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2763   compare:
2764     title: "rls1904"
2765     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2766   data: "vpp-performance-changes-3n-hsw-mrr"
2767   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2768   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2769   parameters:
2770   - "name"
2771   - "parent"
2772   - "result"
2773
2774 # VPP Performance Changes 3n-skx 2t1c MRR
2775 - type: "table"
2776   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2777   algorithm: "table_performance_comparison"
2778   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2779   history:
2780     - title: "rls1810"
2781       data: "vpp-performance-changes-3n-skx-mrr-h1"
2782   reference:
2783     title: "rls1901"
2784     data: "vpp-performance-changes-3n-skx-mrr-ref"
2785   compare:
2786     title: "rls1904"
2787     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2788   data: "vpp-performance-changes-3n-skx-mrr"
2789   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2790   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2791   parameters:
2792   - "name"
2793   - "parent"
2794   - "result"
2795
2796 # VPP Performance Changes 3n-skx 4t2c MRR
2797 - type: "table"
2798   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2799   algorithm: "table_performance_comparison"
2800   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2801   history:
2802     - title: "rls1810"
2803       data: "vpp-performance-changes-3n-skx-mrr-h1"
2804   reference:
2805     title: "rls1901"
2806     data: "vpp-performance-changes-3n-skx-mrr-ref"
2807   compare:
2808     title: "rls1904"
2809     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2810   data: "vpp-performance-changes-3n-skx-mrr"
2811   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2812   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2813   parameters:
2814   - "name"
2815   - "parent"
2816   - "result"
2817
2818 # VPP Performance Changes 3n-skx 8t4c MRR
2819 - type: "table"
2820   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2821   algorithm: "table_performance_comparison"
2822   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2823   history:
2824     - title: "rls1810"
2825       data: "vpp-performance-changes-3n-skx-mrr-h1"
2826   reference:
2827     title: "rls1901"
2828     data: "vpp-performance-changes-3n-skx-mrr-ref"
2829   compare:
2830     title: "rls1904"
2831     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2832   data: "vpp-performance-changes-3n-skx-mrr"
2833   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2834   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2835   parameters:
2836   - "name"
2837   - "parent"
2838   - "result"
2839
2840 # VPP Performance Changes 2n-skx 2t1c MRR
2841 - type: "table"
2842   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2843   algorithm: "table_performance_comparison"
2844   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2845   history:
2846     - title: "rls1810"
2847       data: "vpp-performance-changes-2n-skx-mrr-h1"
2848   reference:
2849     title: "rls1901"
2850     data: "vpp-performance-changes-2n-skx-mrr-ref"
2851   compare:
2852     title: "rls1904"
2853     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2854   data: "vpp-performance-changes-2n-skx-mrr"
2855   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2856   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2857   parameters:
2858   - "name"
2859   - "parent"
2860   - "result"
2861
2862 # VPP Performance Changes 2n-skx 4t2c MRR
2863 - type: "table"
2864   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2865   algorithm: "table_performance_comparison"
2866   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2867   history:
2868     - title: "rls1810"
2869       data: "vpp-performance-changes-2n-skx-mrr-h1"
2870   reference:
2871     title: "rls1901"
2872     data: "vpp-performance-changes-2n-skx-mrr-ref"
2873   compare:
2874     title: "rls1904"
2875     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2876   data: "vpp-performance-changes-2n-skx-mrr"
2877   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2878   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2879   parameters:
2880   - "name"
2881   - "parent"
2882   - "result"
2883
2884 # VPP Performance Changes 2n-skx 8t4c MRR
2885 - type: "table"
2886   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2887   algorithm: "table_performance_comparison"
2888   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2889   history:
2890     - title: "rls1810"
2891       data: "vpp-performance-changes-2n-skx-mrr-h1"
2892   reference:
2893     title: "rls1901"
2894     data: "vpp-performance-changes-2n-skx-mrr-ref"
2895   compare:
2896     title: "rls1904"
2897     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2898   data: "vpp-performance-changes-2n-skx-mrr"
2899   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2900   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2901   parameters:
2902   - "name"
2903   - "parent"
2904   - "result"
2905
2906 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2907 - type: "table"
2908   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2909   algorithm: "table_performance_comparison"
2910   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2911   reference:
2912     title: "3-Node Hsw"
2913     data: "vpp-compare-testbeds-mrr-ref"
2914   compare:
2915     title: "3-Node Skx"
2916     data: "vpp-compare-testbeds-mrr-cmp"
2917   data: "vpp-compare-testbeds-mrr"
2918   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2919   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2920   parameters:
2921   - "name"
2922   - "parent"
2923   - "result"
2924
2925 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2926 - type: "table"
2927   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2928   algorithm: "table_performance_comparison"
2929   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2930   reference:
2931     title: "3-Node Hsw"
2932     data: "vpp-compare-testbeds-mrr-ref"
2933   compare:
2934     title: "3-Node Skx"
2935     data: "vpp-compare-testbeds-mrr-cmp"
2936   data: "vpp-compare-testbeds-mrr"
2937   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2938   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2939   parameters:
2940   - "name"
2941   - "parent"
2942   - "result"
2943
2944 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2945 - type: "table"
2946   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2947   algorithm: "table_performance_comparison"
2948   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2949   reference:
2950     title: "3-Node Hsw"
2951     data: "vpp-compare-testbeds-mrr-ref"
2952   compare:
2953     title: "3-Node Skx"
2954     data: "vpp-compare-testbeds-mrr-cmp"
2955   data: "vpp-compare-testbeds-mrr"
2956   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2957   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2958   parameters:
2959   - "name"
2960   - "parent"
2961   - "result"
2962
2963 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2964 - type: "table"
2965   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2966   algorithm: "table_performance_comparison"
2967   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2968   reference:
2969     title: "3-Node Skx"
2970     data: "vpp-compare-topologies-mrr-ref"
2971   compare:
2972     title: "2-Node Skx"
2973     data: "vpp-compare-topologies-mrr-cmp"
2974   data: "vpp-compare-topologies-mrr"
2975   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2976   filter: "'MRR' and '1C'"
2977   parameters:
2978   - "name"
2979   - "parent"
2980   - "result"
2981
2982 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2983 - type: "table"
2984   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2985   algorithm: "table_performance_comparison"
2986   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2987   reference:
2988     title: "3-Node Skx"
2989     data: "vpp-compare-topologies-mrr-ref"
2990   compare:
2991     title: "2-Node Skx"
2992     data: "vpp-compare-topologies-mrr-cmp"
2993   data: "vpp-compare-topologies-mrr"
2994   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2995   filter: "'MRR' and '2C'"
2996   parameters:
2997   - "name"
2998   - "parent"
2999   - "result"
3000
3001 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3002 - type: "table"
3003   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3004   algorithm: "table_performance_comparison"
3005   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3006   reference:
3007     title: "3-Node Skx"
3008     data: "vpp-compare-topologies-mrr-ref"
3009   compare:
3010     title: "2-Node Skx"
3011     data: "vpp-compare-topologies-mrr-cmp"
3012   data: "vpp-compare-topologies-mrr"
3013   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3014   filter: "'MRR' and '4C'"
3015   parameters:
3016   - "name"
3017   - "parent"
3018   - "result"
3019
3020 # Detailed Test Results - VPP Performance Results 3n-hsw
3021 - type: "table"
3022   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3023   algorithm: "table_merged_details"
3024   output-file-ext: ".csv"
3025   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3026   columns:
3027   - title: "Name"
3028     data: "data name"
3029   - title: "Status"
3030     data: "data msg"
3031   rows: "generated"
3032   data: "vpp-perf-results-3n-hsw"
3033   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW'))"
3034   parameters:
3035   - "name"
3036   - "parent"
3037   - "msg"
3038
3039 # Detailed Test Results - VPP Performance Results 3n-skx
3040 - type: "table"
3041   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3042   algorithm: "table_merged_details"
3043   output-file-ext: ".csv"
3044   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3045   columns:
3046   - title: "Name"
3047     data: "data name"
3048   - title: "Status"
3049     data: "data msg"
3050   rows: "generated"
3051   data: "vpp-perf-results-3n-skx"
3052   filter: "not 'CFS_OPT'"
3053   parameters:
3054   - "name"
3055   - "parent"
3056   - "msg"
3057
3058 # Detailed Test Results - VPP Performance Results 2n-skx
3059 - type: "table"
3060   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3061   algorithm: "table_merged_details"
3062   output-file-ext: ".csv"
3063   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3064   columns:
3065   - title: "Name"
3066     data: "data name"
3067   - title: "Status"
3068     data: "data msg"
3069   rows: "generated"
3070   data: "vpp-perf-results-2n-skx"
3071   filter: "not 'CFS_OPT'"
3072   parameters:
3073   - "name"
3074   - "parent"
3075   - "msg"
3076
3077 ## Detailed Test Results - VPP Performance Results 2n-dnv
3078 #- type: "table"
3079 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3080 #  algorithm: "table_details"
3081 #  output-file-ext: ".csv"
3082 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3083 #  columns:
3084 #  - title: "Name"
3085 #    data: "data name"
3086 #  - title: "Status"
3087 #    data: "data msg"
3088 #  rows: "generated"
3089 #  data: "intel-dnv-vpp"
3090 #  filter: "'NDRPDR'"
3091 #  parameters:
3092 #  - "name"
3093 #  - "parent"
3094 #  - "msg"
3095
3096 # Test configuration - VPP Performance Test Configs 3n-hsw
3097 - type: "table"
3098   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3099   algorithm: "table_merged_details"
3100   output-file-ext: ".csv"
3101   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3102   columns:
3103   - title: "Name"
3104     data: "data name"
3105   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3106     data: "data conf-history"
3107   rows: "generated"
3108   data: "vpp-perf-results-3n-hsw"
3109   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW'))"
3110   parameters:
3111   - "parent"
3112   - "name"
3113   - "conf-history"
3114
3115 # Test configuration - VPP Performance Test Configs 3n-skx
3116 - type: "table"
3117   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3118   algorithm: "table_merged_details"
3119   output-file-ext: ".csv"
3120   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3121   columns:
3122   - title: "Name"
3123     data: "data name"
3124   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3125     data: "data conf-history"
3126   rows: "generated"
3127   data: "vpp-perf-results-3n-skx"
3128   filter: "not 'CFS_OPT'"
3129   parameters:
3130   - "parent"
3131   - "name"
3132   - "conf-history"
3133
3134 # Test configuration - VPP Performance Test Configs 2n-skx
3135 - type: "table"
3136   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3137   algorithm: "table_merged_details"
3138   output-file-ext: ".csv"
3139   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3140   columns:
3141   - title: "Name"
3142     data: "data name"
3143   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3144     data: "data conf-history"
3145   rows: "generated"
3146   data: "vpp-perf-results-2n-skx"
3147   filter: "not 'CFS_OPT'"
3148   parameters:
3149   - "parent"
3150   - "name"
3151   - "conf-history"
3152
3153 ## Test configuration - VPP Performance Test Configs 2n-dnv
3154 #- type: "table"
3155 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3156 #  algorithm: "table_details"
3157 #  output-file-ext: ".csv"
3158 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3159 #  columns:
3160 #  - title: "Name"
3161 #    data: "data name"
3162 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3163 #    data: "data conf-history"
3164 #  rows: "generated"
3165 #  data: "intel-dnv-vpp"
3166 #  filter: "'NDRPDR'"
3167 #  parameters:
3168 #  - "parent"
3169 #  - "name"
3170 #  - "conf-history"
3171
3172 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3173 - type: "table"
3174   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3175   algorithm: "table_merged_details"
3176   output-file-ext: ".csv"
3177   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3178   columns:
3179   - title: "Name"
3180     data: "data name"
3181   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3182     data: "data show-run"
3183   rows: "generated"
3184   data: "vpp-perf-results-3n-hsw"
3185   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW'))"
3186   parameters:
3187   - "parent"
3188   - "name"
3189   - "show-run"
3190
3191 # Test Operational Data - VPP Performance Operational Data 3n-skx
3192 - type: "table"
3193   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3194   algorithm: "table_merged_details"
3195   output-file-ext: ".csv"
3196   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3197   columns:
3198   - title: "Name"
3199     data: "data name"
3200   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3201     data: "data show-run"
3202   rows: "generated"
3203   data: "vpp-perf-results-3n-skx"
3204   filter: "not 'CFS_OPT'"
3205   parameters:
3206   - "parent"
3207   - "name"
3208   - "show-run"
3209
3210 # Test Operational Data - VPP Performance Operational Data 2n-skx
3211 - type: "table"
3212   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3213   algorithm: "table_merged_details"
3214   output-file-ext: ".csv"
3215   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3216   columns:
3217   - title: "Name"
3218     data: "data name"
3219   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3220     data: "data show-run"
3221   rows: "generated"
3222   data: "vpp-perf-results-2n-skx"
3223   filter: "not 'CFS_OPT'"
3224   parameters:
3225   - "parent"
3226   - "name"
3227   - "show-run"
3228
3229 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
3230 #- type: "table"
3231 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3232 #  algorithm: "table_details"
3233 #  output-file-ext: ".csv"
3234 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3235 #  columns:
3236 #  - title: "Name"
3237 #    data: "data name"
3238 #  - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3239 #    data: "data show-run"
3240 #  rows: "generated"
3241 #  data: "intel-dnv-vpp"
3242 #  filter: "'NDRPDR'"
3243 #  parameters:
3244 #  - "parent"
3245 #  - "name"
3246 #  - "show-run"
3247
3248 # Detailed Test Results - VPP MRR Results 3n-hsw
3249 - type: "table"
3250   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3251   algorithm: "table_details"
3252   output-file-ext: ".csv"
3253   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3254   columns:
3255   - title: "Name"
3256     data: "data name"
3257   - title: "Status"
3258     data: "data msg"
3259   rows: "generated"
3260   data: "vpp-mrr-results-3n-hsw"
3261   filter: "'MRR'"
3262   parameters:
3263   - "name"
3264   - "parent"
3265   - "msg"
3266
3267 # Detailed Test Results - VPP MRR Results 3n-skx
3268 - type: "table"
3269   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3270   algorithm: "table_details"
3271   output-file-ext: ".csv"
3272   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3273   columns:
3274   - title: "Name"
3275     data: "data name"
3276   - title: "Status"
3277     data: "data msg"
3278   rows: "generated"
3279   data: "vpp-mrr-results-3n-skx"
3280   filter: "'MRR'"
3281   parameters:
3282   - "name"
3283   - "parent"
3284   - "msg"
3285
3286 # Detailed Test Results - VPP MRR Results 2n-skx
3287 - type: "table"
3288   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3289   algorithm: "table_details"
3290   output-file-ext: ".csv"
3291   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3292   columns:
3293   - title: "Name"
3294     data: "data name"
3295   - title: "Status"
3296     data: "data msg"
3297   rows: "generated"
3298   data: "vpp-mrr-results-2n-skx"
3299   filter: "'MRR'"
3300   parameters:
3301   - "name"
3302   - "parent"
3303   - "msg"
3304
3305 ## Detailed Test Results - VPP MRR Results 2n-dnv
3306 #- type: "table"
3307 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3308 #  algorithm: "table_details"
3309 #  output-file-ext: ".csv"
3310 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3311 #  columns:
3312 #  - title: "Name"
3313 #    data: "data name"
3314 #  - title: "Status"
3315 #    data: "data msg"
3316 #  rows: "generated"
3317 #  data: "intel-dnv-vpp"
3318 #  filter: "'MRR'"
3319 #  parameters:
3320 #  - "name"
3321 #  - "parent"
3322 #  - "msg"
3323
3324 # Test configuration - VPP MRR Test Configs 3n-hsw
3325 - type: "table"
3326   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3327   algorithm: "table_details"
3328   output-file-ext: ".csv"
3329   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3330   columns:
3331   - title: "Name"
3332     data: "data name"
3333   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3334     data: "data conf-history"
3335   rows: "generated"
3336   data: "vpp-mrr-results-3n-hsw"
3337   filter: "'MRR'"
3338   parameters:
3339   - "parent"
3340   - "name"
3341   - "conf-history"
3342
3343 # Test configuration - VPP MRR Test Configs 3n-skx
3344 - type: "table"
3345   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3346   algorithm: "table_details"
3347   output-file-ext: ".csv"
3348   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3349   columns:
3350   - title: "Name"
3351     data: "data name"
3352   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3353     data: "data conf-history"
3354   rows: "generated"
3355   data: "vpp-mrr-results-3n-skx"
3356   filter: "'MRR'"
3357   parameters:
3358   - "parent"
3359   - "name"
3360   - "conf-history"
3361
3362 # Test configuration - VPP MRR Test Configs 2n-skx
3363 - type: "table"
3364   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3365   algorithm: "table_details"
3366   output-file-ext: ".csv"
3367   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3368   columns:
3369   - title: "Name"
3370     data: "data name"
3371   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3372     data: "data conf-history"
3373   rows: "generated"
3374   data: "vpp-mrr-results-2n-skx"
3375   filter: "'MRR'"
3376   parameters:
3377   - "parent"
3378   - "name"
3379   - "conf-history"
3380
3381 ## Test configuration - VPP MRR Test Configs 2n-dnv
3382 #- type: "table"
3383 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3384 #  algorithm: "table_details"
3385 #  output-file-ext: ".csv"
3386 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3387 #  columns:
3388 #  - title: "Name"
3389 #    data: "data name"
3390 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3391 #    data: "data conf-history"
3392 #  rows: "generated"
3393 #  data: "intel-dnv-vpp"
3394 #  filter: "'MRR'"
3395 #  parameters:
3396 #  - "parent"
3397 #  - "name"
3398 #  - "conf-history"
3399
3400 # Detailed Test Results - VPP Functional Results - Ubuntu
3401 - type: "table"
3402   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3403   algorithm: "table_details"
3404   output-file-ext: ".csv"
3405   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3406   columns:
3407   - title: "Name"
3408     data: "data name"
3409   - title: "Documentation"
3410     data: "data doc"
3411   - title: "Status"
3412     data: "data status"
3413   rows: "generated"
3414   data: "vpp-func-results-ubuntu"
3415   filter: "all"
3416   parameters:
3417   - "name"
3418   - "parent"
3419   - "doc"
3420   - "status"
3421
3422 # Detailed Test Results - VPP Functional Results - CentOS
3423 - type: "table"
3424   title: "Detailed Test Results - VPP Functional Results - CentOS"
3425   algorithm: "table_details"
3426   output-file-ext: ".csv"
3427   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3428   columns:
3429   - title: "Name"
3430     data: "data name"
3431   - title: "Documentation"
3432     data: "data doc"
3433   -
3434     title: "Status"
3435     data: "data status"
3436   rows: "generated"
3437   data:
3438     "vpp-func-results-centos"
3439   filter: "all"
3440   parameters:
3441   - "name"
3442   - "parent"
3443   - "doc"
3444   - "status"
3445
3446 # Test configuration - VPP Functional Test Configs - Ubuntu
3447 - type: "table"
3448   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3449   algorithm: "table_details"
3450   output-file-ext: ".csv"
3451   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3452   columns:
3453   - title: "Name"
3454     data: "data name"
3455   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3456     data: "data conf-history"
3457   rows: "generated"
3458   data: "vpp-func-results-ubuntu"
3459   filter: "all"
3460   parameters:
3461   - "parent"
3462   - "name"
3463   - "conf-history"
3464
3465 # Test configuration - VPP Functional Test Configs - CentOS
3466 - type: "table"
3467   title: "Test configuration - VPP Functional Test Configs - CentOS"
3468   algorithm: "table_details"
3469   output-file-ext: ".csv"
3470   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3471   columns:
3472   - title: "Name"
3473     data: "data name"
3474   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3475     data: "data conf-history"
3476   rows: "generated"
3477   data: "vpp-func-results-centos"
3478   filter: "all"
3479   parameters:
3480   - "parent"
3481   - "name"
3482   - "conf-history"
3483
3484 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3485 #- type: "table"
3486 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3487 #  algorithm: "table_details"
3488 #  output-file-ext: ".csv"
3489 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3490 #  columns:
3491 #  - title: "Name"
3492 #    data: "data name"
3493 #  - title: "Status"
3494 #    data: "data msg"
3495 #  rows: "generated"
3496 #  data: "ligato-perf-results-3n-hsw"
3497 #  filter: "all"
3498 #  parameters:
3499 #  - "name"
3500 #  - "parent"
3501 #  - "msg"
3502
3503 # Detailed Test Results - VPP Device Results - Ubuntu
3504 - type: "table"
3505   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3506   algorithm: "table_details"
3507   output-file-ext: ".csv"
3508   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3509   columns:
3510   - title: "Name"
3511     data: "data name"
3512   - title: "Documentation"
3513     data: "data doc"
3514   - title: "Status"
3515     data: "data status"
3516   rows: "generated"
3517   data: "vpp-device-results-ubuntu"
3518   filter: "all"
3519   parameters:
3520   - "name"
3521   - "parent"
3522   - "doc"
3523   - "status"
3524
3525 # Test configuration - VPP Device Test Configs - Ubuntu
3526 - type: "table"
3527   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3528   algorithm: "table_details"
3529   output-file-ext: ".csv"
3530   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3531   columns:
3532   - title: "Name"
3533     data: "data name"
3534   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3535     data: "data conf-history"
3536   rows: "generated"
3537   data: "vpp-device-results-ubuntu"
3538   filter: "all"
3539   parameters:
3540   - "parent"
3541   - "name"
3542   - "conf-history"
3543
3544 ################################################################################
3545
3546 # DPDK Performance Changes 3n-hsw 1t1c pdr
3547 - type: "table"
3548   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3549   algorithm: "table_performance_comparison"
3550   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3551   history:
3552     - title: "rls1810"
3553       data: "dpdk-performance-changes-3n-hsw-h1"
3554   reference:
3555     title: "rls1901"
3556     data: "dpdk-performance-changes-3n-hsw-ref"
3557   compare:
3558     title: "rls1904"
3559     data: "dpdk-performance-changes-3n-hsw-cmp"
3560   data: "dpdk-performance-changes-3n-hsw"
3561   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3562   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3563   parameters:
3564   - "name"
3565   - "parent"
3566   - "throughput"
3567
3568 # DPDK Performance Changes 3n-hsw 2t2c pdr
3569 - type: "table"
3570   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3571   algorithm: "table_performance_comparison"
3572   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3573   history:
3574     - title: "rls1810"
3575       data: "dpdk-performance-changes-3n-hsw-h1"
3576   reference:
3577     title: "rls1901"
3578     data: "dpdk-performance-changes-3n-hsw-ref"
3579   compare:
3580     title: "rls1904"
3581     data: "dpdk-performance-changes-3n-hsw-cmp"
3582   data: "dpdk-performance-changes-3n-hsw"
3583   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3584   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3585   parameters:
3586   - "name"
3587   - "parent"
3588   - "throughput"
3589
3590 # DPDK Performance Changes 3n-hsw 1t1c ndr
3591 - type: "table"
3592   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3593   algorithm: "table_performance_comparison"
3594   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3595   history:
3596     - title: "rls1810"
3597       data: "dpdk-performance-changes-3n-hsw-h1"
3598   reference:
3599     title: "rls1901"
3600     data: "dpdk-performance-changes-3n-hsw-ref"
3601   compare:
3602     title: "rls1904"
3603     data: "dpdk-performance-changes-3n-hsw-cmp"
3604   data: "dpdk-performance-changes-3n-hsw"
3605   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3606   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3607   parameters:
3608   - "name"
3609   - "parent"
3610   - "throughput"
3611
3612 # DPDK Performance Changes 3n-hsw 2t2c ndr
3613 - type: "table"
3614   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3615   algorithm: "table_performance_comparison"
3616   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3617   history:
3618     - title: "rls1810"
3619       data: "dpdk-performance-changes-3n-hsw-h1"
3620   reference:
3621     title: "rls1901"
3622     data: "dpdk-performance-changes-3n-hsw-ref"
3623   compare:
3624     title: "rls1904"
3625     data: "dpdk-performance-changes-3n-hsw-cmp"
3626   data: "dpdk-performance-changes-3n-hsw"
3627   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3628   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3629   parameters:
3630   - "name"
3631   - "parent"
3632   - "throughput"
3633
3634 # DPDK Performance Changes 3n-skx 2t1c pdr
3635 - type: "table"
3636   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3637   algorithm: "table_performance_comparison"
3638   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3639   history:
3640     - title: "rls1810"
3641       data: "dpdk-performance-changes-3n-skx-h1"
3642   reference:
3643     title: "rls1901"
3644     data: "dpdk-performance-changes-3n-skx-ref"
3645   compare:
3646     title: "rls1904"
3647     data: "dpdk-performance-changes-3n-skx-cmp"
3648   data: "dpdk-performance-changes-3n-skx"
3649   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3650   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3651   parameters:
3652   - "name"
3653   - "parent"
3654   - "throughput"
3655
3656 # DPDK Performance Changes 3n-skx 4t2c pdr
3657 - type: "table"
3658   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3659   algorithm: "table_performance_comparison"
3660   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3661   history:
3662     - title: "rls1810"
3663       data: "dpdk-performance-changes-3n-skx-h1"
3664   reference:
3665     title: "rls1901"
3666     data: "dpdk-performance-changes-3n-skx-ref"
3667   compare:
3668     title: "rls1904"
3669     data: "dpdk-performance-changes-3n-skx-cmp"
3670   data: "dpdk-performance-changes-3n-skx"
3671   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3672   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3673   parameters:
3674   - "name"
3675   - "parent"
3676   - "throughput"
3677
3678 # DPDK Performance Changes 3n-skx 2t1c ndr
3679 - type: "table"
3680   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3681   algorithm: "table_performance_comparison"
3682   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3683   history:
3684     - title: "rls1810"
3685       data: "dpdk-performance-changes-3n-skx-h1"
3686   reference:
3687     title: "rls1901"
3688     data: "dpdk-performance-changes-3n-skx-ref"
3689   compare:
3690     title: "rls1904"
3691     data: "dpdk-performance-changes-3n-skx-cmp"
3692   data: "dpdk-performance-changes-3n-skx"
3693   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3694   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3695   parameters:
3696   - "name"
3697   - "parent"
3698   - "throughput"
3699
3700 # DPDK Performance Changes 3n-skx 4t2c ndr
3701 - type: "table"
3702   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3703   algorithm: "table_performance_comparison"
3704   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3705   history:
3706     - title: "rls1810"
3707       data: "dpdk-performance-changes-3n-skx-h1"
3708   reference:
3709     title: "rls1901"
3710     data: "dpdk-performance-changes-3n-skx-ref"
3711   compare:
3712     title: "rls1904"
3713     data: "dpdk-performance-changes-3n-skx-cmp"
3714   data: "dpdk-performance-changes-3n-skx"
3715   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3716   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3717   parameters:
3718   - "name"
3719   - "parent"
3720   - "throughput"
3721
3722 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3723 - type: "table"
3724   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3725   algorithm: "table_performance_comparison"
3726   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3727   reference:
3728     title: "3-Node Hsw"
3729     data: "dpdk-compare-testbeds-ref"
3730   compare:
3731     title: "3-Node Skx"
3732     data: "dpdk-compare-testbeds-cmp"
3733   data: "dpdk-compare-testbeds"
3734   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3735   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3736   parameters:
3737   - "name"
3738   - "parent"
3739   - "throughput"
3740
3741 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3742 - type: "table"
3743   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3744   algorithm: "table_performance_comparison"
3745   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3746   reference:
3747     title: "3-Node Hsw"
3748     data: "dpdk-compare-testbeds-ref"
3749   compare:
3750     title: "3-Node Skx"
3751     data: "dpdk-compare-testbeds-cmp"
3752   data: "dpdk-compare-testbeds"
3753   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3754   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3755   parameters:
3756   - "name"
3757   - "parent"
3758   - "throughput"
3759
3760 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3761 - type: "table"
3762   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3763   algorithm: "table_performance_comparison"
3764   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3765   reference:
3766     title: "3-Node Skx"
3767     data: "dpdk-compare-topologies-ref"
3768   compare:
3769     title: "2-Node Skx"
3770     data: "dpdk-compare-topologies-cmp"
3771   data: "dpdk-compare-topologies"
3772   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3773   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3774   parameters:
3775   - "name"
3776   - "parent"
3777   - "throughput"
3778
3779 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3780 - type: "table"
3781   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3782   algorithm: "table_performance_comparison"
3783   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3784   reference:
3785     title: "3-Node Skx"
3786     data: "dpdk-compare-topologies-ref"
3787   compare:
3788     title: "2-Node Skx"
3789     data: "dpdk-compare-topologies-cmp"
3790   data: "dpdk-compare-topologies"
3791   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3792   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3793   parameters:
3794   - "name"
3795   - "parent"
3796   - "throughput"
3797
3798 # DPDK Performance Changes 2n-skx 2t1c pdr
3799 - type: "table"
3800   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3801   algorithm: "table_performance_comparison"
3802   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3803   history:
3804     - title: "rls1810"
3805       data: "dpdk-performance-changes-2n-skx-h1"
3806   reference:
3807     title: "rls1901"
3808     data: "dpdk-performance-changes-2n-skx-ref"
3809   compare:
3810     title: "rls1904"
3811     data: "dpdk-performance-changes-2n-skx-cmp"
3812   data: "dpdk-performance-changes-2n-skx"
3813   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3814   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3815   parameters:
3816   - "name"
3817   - "parent"
3818   - "throughput"
3819
3820 # DPDK Performance Changes 2n-skx 4t2c pdr
3821 - type: "table"
3822   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3823   algorithm: "table_performance_comparison"
3824   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3825   history:
3826     - title: "rls1810"
3827       data: "dpdk-performance-changes-2n-skx-h1"
3828   reference:
3829     title: "rls1901"
3830     data: "dpdk-performance-changes-2n-skx-ref"
3831   compare:
3832     title: "rls1904"
3833     data: "dpdk-performance-changes-2n-skx-cmp"
3834   data: "dpdk-performance-changes-2n-skx"
3835   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3836   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3837   parameters:
3838   - "name"
3839   - "parent"
3840   - "throughput"
3841
3842 # DPDK Performance Changes 2n-skx 2t1c ndr
3843 - type: "table"
3844   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3845   algorithm: "table_performance_comparison"
3846   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3847   history:
3848     - title: "rls1810"
3849       data: "dpdk-performance-changes-2n-skx-h1"
3850   reference:
3851     title: "rls1901"
3852     data: "dpdk-performance-changes-2n-skx-ref"
3853   compare:
3854     title: "rls1904"
3855     data: "dpdk-performance-changes-2n-skx-cmp"
3856   data: "dpdk-performance-changes-2n-skx"
3857   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3858   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3859   parameters:
3860   - "name"
3861   - "parent"
3862   - "throughput"
3863
3864 # DPDK Performance Changes 2n-skx 4t2c ndr
3865 - type: "table"
3866   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3867   algorithm: "table_performance_comparison"
3868   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3869   history:
3870     - title: "rls1810"
3871       data: "dpdk-performance-changes-2n-skx-h1"
3872   reference:
3873     title: "rls1901"
3874     data: "dpdk-performance-changes-2n-skx-ref"
3875   compare:
3876     title: "rls1904"
3877     data: "dpdk-performance-changes-2n-skx-cmp"
3878   data: "dpdk-performance-changes-2n-skx"
3879   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3880   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3881   parameters:
3882   - "name"
3883   - "parent"
3884   - "throughput"
3885
3886 # Detailed Test Results - DPDK Performance Results 3n-hsw
3887 - type: "table"
3888   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3889   algorithm: "table_details"
3890   output-file-ext: ".csv"
3891   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3892   columns:
3893   - title: "Name"
3894     data: "data name"
3895   - title: "Status"
3896     data: "data msg"
3897   rows: "generated"
3898   data: "dpdk-perf-results-3n-hsw"
3899   filter: "all"
3900   parameters:
3901   - "name"
3902   - "parent"
3903   - "msg"
3904
3905 # Detailed Test Results - DPDK Performance Results 3n-skx
3906 - type: "table"
3907   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3908   algorithm: "table_details"
3909   output-file-ext: ".csv"
3910   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3911   columns:
3912   - title: "Name"
3913     data: "data name"
3914   - title: "Status"
3915     data: "data msg"
3916   rows: "generated"
3917   data: "dpdk-perf-results-3n-skx"
3918   filter: "all"
3919   parameters:
3920   - "name"
3921   - "parent"
3922   - "msg"
3923
3924 # Detailed Test Results - DPDK Performance Results 2n-skx
3925 - type: "table"
3926   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3927   algorithm: "table_details"
3928   output-file-ext: ".csv"
3929   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3930   columns:
3931   - title: "Name"
3932     data: "data name"
3933   - title: "Status"
3934     data: "data msg"
3935   rows: "generated"
3936   data: "dpdk-perf-results-2n-skx"
3937   filter: "all"
3938   parameters:
3939   - "name"
3940   - "parent"
3941   - "msg"
3942
3943 ################################################################################
3944 # HoneyComb
3945 - type: "table"
3946   title: "Detailed Test Results - Honeycomb Functional Results"
3947   algorithm: "table_details"
3948   output-file-ext: ".csv"
3949   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3950   columns:
3951   - title: "Name"
3952     data: "data name"
3953   - title: "Documentation"
3954     data: "data doc"
3955   - title: "Status"
3956     data: "data status"
3957   rows: "generated"
3958   data:
3959     "hc-func-results"
3960   filter: "all"
3961   parameters:
3962   - "name"
3963   - "parent"
3964   - "doc"
3965   - "status"
3966
3967 ################################################################################
3968 # NSH SFC
3969 #-
3970 #  type: "table"
3971 #  title: "Detailed Test Results - NSH SFC Functional Results"
3972 #  algorithm: "table_details"
3973 #  output-file-ext: ".csv"
3974 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3975 #  columns:
3976 #  -
3977 #    title: "Name"
3978 #    data: "data name"
3979 #  -
3980 #    title: "Documentation"
3981 #    data: "data doc"
3982 #  -
3983 #    title: "Status"
3984 #    data: "data status"
3985 #  rows: "generated"
3986 #  data:
3987 #    "nsh-func-results"
3988 #  filter: "all"
3989 #  parameters:
3990 #  - "name"
3991 #  - "parent"
3992 #  - "doc"
3993 #  - "status"
3994
3995 ################################################################################
3996 # DMM
3997 - type: "table"
3998   title: "Detailed Test Results - DMM Functional Results"
3999   algorithm: "table_details"
4000   output-file-ext: ".csv"
4001   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4002   columns:
4003   - title: "Name"
4004     data: "data name"
4005   - title: "Documentation"
4006     data: "data doc"
4007   - title: "Status"
4008     data: "data status"
4009   rows: "generated"
4010   data:
4011     "dmm-func-results"
4012   filter: "all"
4013   parameters:
4014   - "name"
4015   - "parent"
4016   - "doc"
4017   - "status"
4018
4019 ################################################################################
4020 ###                                F I L E S                                 ###
4021 ################################################################################
4022
4023 # VPP Performance Results 3n-hsw
4024 - type: "file"
4025   title: "VPP Performance Results 3n-hsw"
4026   algorithm: "file_test_results"
4027   output-file-ext: ".rst"
4028   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4029   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"
4030   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
4031   data: "vpp-perf-results-3n-hsw"
4032   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW'))"
4033   parameters:
4034   - "name"
4035   - "doc"
4036   - "level"
4037   - "parent"
4038   data-start-level: 3
4039
4040 # VPP Performance Results 3n-skx
4041 - type: "file"
4042   title: "VPP Performance Results 3n-skx"
4043   algorithm: "file_test_results"
4044   output-file-ext: ".rst"
4045   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4046   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"
4047   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4048   data: "vpp-perf-results-3n-skx"
4049   filter: "not 'CFS_OPT'"
4050   parameters:
4051   - "name"
4052   - "doc"
4053   - "level"
4054   - "parent"
4055   data-start-level: 3
4056
4057 # VPP Performance Results 2n-skx
4058 - type: "file"
4059   title: "VPP Performance Results 2n-skx"
4060   algorithm: "file_test_results"
4061   output-file-ext: ".rst"
4062   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4063   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"
4064   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4065   data: "vpp-perf-results-2n-skx"
4066   filter: "not 'CFS_OPT'"
4067   parameters:
4068   - "name"
4069   - "doc"
4070   - "level"
4071   - "parent"
4072   data-start-level: 3
4073
4074 ## VPP Performance Results 2n-dnv
4075 #- type: "file"
4076 #  title: "VPP Performance Results 2n-dnv"
4077 #  algorithm: "file_test_results"
4078 #  output-file-ext: ".rst"
4079 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4080 #  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"
4081 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4082 #  data: "intel-dnv-vpp"
4083 #  filter: "'NDRPDR'"
4084 #  parameters:
4085 #  - "name"
4086 #  - "doc"
4087 #  - "level"
4088 #  - "parent"
4089 #  data-start-level: 3
4090
4091 # VPP Performance Configuration 3n-hsw
4092 - type: "file"
4093   title: "VPP Performance Configuration 3n-hsw"
4094   algorithm: "file_test_results"
4095   output-file-ext: ".rst"
4096   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4097   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"
4098   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4099   data: "vpp-perf-results-3n-hsw"
4100   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW'))"
4101   parameters:
4102   - "name"
4103   - "doc"
4104   - "level"
4105   - "parent"
4106   data-start-level: 3
4107
4108 # VPP Performance Configuration 3n-skx
4109 - type: "file"
4110   title: "VPP Performance Configuration 3n-skx"
4111   algorithm: "file_test_results"
4112   output-file-ext: ".rst"
4113   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4114   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"
4115   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4116   data: "vpp-perf-results-3n-skx"
4117   filter: "not 'CFS_OPT'"
4118   parameters:
4119   - "name"
4120   - "doc"
4121   - "level"
4122   - "parent"
4123   data-start-level: 3
4124
4125 # VPP Performance Configuration 2n-skx
4126 - type: "file"
4127   title: "VPP Performance Configuration 2n-skx"
4128   algorithm: "file_test_results"
4129   output-file-ext: ".rst"
4130   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4131   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"
4132   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4133   data: "vpp-perf-results-2n-skx"
4134   filter: "not 'CFS_OPT'"
4135   parameters:
4136   - "name"
4137   - "doc"
4138   - "level"
4139   - "parent"
4140   data-start-level: 3
4141
4142 ## VPP Performance Configuration 2n-dnv
4143 #- type: "file"
4144 #  title: "VPP Performance Configuration 2n-dnv"
4145 #  algorithm: "file_test_results"
4146 #  output-file-ext: ".rst"
4147 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4148 #  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"
4149 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4150 #  data: "intel-dnv-vpp"
4151 #  filter: "'NDRPDR'"
4152 #  parameters:
4153 #  - "name"
4154 #  - "doc"
4155 #  - "level"
4156 #  - "parent"
4157 #  data-start-level: 3
4158
4159 # VPP Performance Operational Data 3n-hsw
4160 - type: "file"
4161   title: "VPP Performance Operational Data 3n-hsw"
4162   algorithm: "file_test_results"
4163   output-file-ext: ".rst"
4164   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4165   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"
4166   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4167   data: "vpp-perf-results-3n-hsw"
4168   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW'))"
4169   parameters:
4170   - "name"
4171   - "doc"
4172   - "level"
4173   - "parent"
4174   data-start-level: 3
4175
4176 # VPP Performance Operational Data 3n-skx
4177 - type: "file"
4178   title: "VPP Performance Operational Data 3n-skx"
4179   algorithm: "file_test_results"
4180   output-file-ext: ".rst"
4181   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4182   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"
4183   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4184   data: "vpp-perf-results-3n-skx"
4185   filter: "not 'CFS_OPT'"
4186   parameters:
4187   - "name"
4188   - "doc"
4189   - "level"
4190   - "parent"
4191   data-start-level: 3
4192
4193 # VPP Performance Operational Data 2n-skx
4194 - type: "file"
4195   title: "VPP Performance Operational Data 2n-skx"
4196   algorithm: "file_test_results"
4197   output-file-ext: ".rst"
4198   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4199   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"
4200   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4201   data: "vpp-perf-results-2n-skx"
4202   filter: "not 'CFS_OPT'"
4203   parameters:
4204   - "name"
4205   - "doc"
4206   - "level"
4207   - "parent"
4208   data-start-level: 3
4209
4210 ## VPP Performance Operational Data 2n-dnv
4211 #- type: "file"
4212 #  title: "VPP Performance Operational Data 2n-dnv"
4213 #  algorithm: "file_test_results"
4214 #  output-file-ext: ".rst"
4215 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4216 #  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"
4217 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4218 #  data: "intel-dnv-vpp"
4219 #  filter: "'NDRPDR'"
4220 #  parameters:
4221 #  - "name"
4222 #  - "doc"
4223 #  - "level"
4224 #  - "parent"
4225 #  data-start-level: 3
4226
4227 # VPP MRR Results 3n-hsw
4228 - type: "file"
4229   title: "VPP MRR Results 3n-hsw"
4230   algorithm: "file_test_results"
4231   output-file-ext: ".rst"
4232   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4233   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"
4234   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4235   data: "vpp-mrr-results-3n-hsw"
4236   filter: "'MRR'"
4237   parameters:
4238   - "name"
4239   - "doc"
4240   - "level"
4241   - "parent"
4242   data-start-level: 3
4243
4244 # VPP MRR Results 3n-skx
4245 - type: "file"
4246   title: "VPP MRR Results 3n-skx"
4247   algorithm: "file_test_results"
4248   output-file-ext: ".rst"
4249   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4250   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"
4251   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4252   data: "vpp-mrr-results-3n-skx"
4253   filter: "'MRR'"
4254   parameters:
4255   - "name"
4256   - "doc"
4257   - "level"
4258   - "parent"
4259   data-start-level: 3
4260
4261 # VPP MRR Results 2n-skx
4262 - type: "file"
4263   title: "VPP MRR Results 2n-skx"
4264   algorithm: "file_test_results"
4265   output-file-ext: ".rst"
4266   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4267   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"
4268   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4269   data: "vpp-mrr-results-2n-skx"
4270   filter: "all"
4271   parameters:
4272   - "name"
4273   - "doc"
4274   - "level"
4275   - "parent"
4276   data-start-level: 3
4277
4278 ## VPP MRR Results 2n-dnv
4279 #- type: "file"
4280 #  title: "VPP MRR Results 2n-dnv"
4281 #  algorithm: "file_test_results"
4282 #  output-file-ext: ".rst"
4283 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4284 #  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"
4285 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4286 #  data: "intel-dnv-vpp"
4287 #  filter: "'MRR'"
4288 #  parameters:
4289 #  - "name"
4290 #  - "doc"
4291 #  - "level"
4292 #  - "parent"
4293 #  data-start-level: 3
4294
4295 # VPP MRR Configuration 3n-hsw
4296 - type: "file"
4297   title: "VPP MRR Configuration 3n-hsw"
4298   algorithm: "file_test_results"
4299   output-file-ext: ".rst"
4300   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4301   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"
4302   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4303   data: "vpp-mrr-results-3n-hsw"
4304   filter: "'MRR'"
4305   parameters:
4306   - "name"
4307   - "doc"
4308   - "level"
4309   - "parent"
4310   data-start-level: 3
4311
4312 # VPP MRR Configuration 3n-skx
4313 - type: "file"
4314   title: "VPP MRR Configuration 3n-skx"
4315   algorithm: "file_test_results"
4316   output-file-ext: ".rst"
4317   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4318   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"
4319   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4320   data: "vpp-mrr-results-3n-skx"
4321   filter: "'MRR'"
4322   parameters:
4323   - "name"
4324   - "doc"
4325   - "level"
4326   - "parent"
4327   data-start-level: 3
4328
4329 # VPP MRR Configuration 2n-skx
4330 - type: "file"
4331   title: "VPP MRR Configuration 2n-skx"
4332   algorithm: "file_test_results"
4333   output-file-ext: ".rst"
4334   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4335   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"
4336   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4337   data: "vpp-mrr-results-2n-skx"
4338   filter: "'MRR'"
4339   parameters:
4340   - "name"
4341   - "doc"
4342   - "level"
4343   - "parent"
4344   data-start-level: 3
4345
4346 ## VPP MRR Configuration 2n-dnv
4347 #- type: "file"
4348 #  title: "VPP MRR Configuration 2n-dnv"
4349 #  algorithm: "file_test_results"
4350 #  output-file-ext: ".rst"
4351 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4352 #  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"
4353 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4354 #  data: "intel-dnv-vpp"
4355 #  filter: "'MRR'"
4356 #  parameters:
4357 #  - "name"
4358 #  - "doc"
4359 #  - "level"
4360 #  - "parent"
4361 #  data-start-level: 3
4362
4363 # VPP Functional Results - Ubuntu
4364 - type: "file"
4365   title: "VPP Functional Results - Ubuntu"
4366   algorithm: "file_test_results"
4367   output-file-ext: ".rst"
4368   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4369   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"
4370   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4371   data: "vpp-func-results-ubuntu"
4372   filter: "all"
4373   parameters:
4374   - "name"
4375   - "doc"
4376   - "level"
4377   - "parent"
4378   data-start-level: 3
4379
4380 # VPP Functional Results - CentOS
4381 - type: "file"
4382   title: "VPP Functional Results - CentOS"
4383   algorithm: "file_test_results"
4384   output-file-ext: ".rst"
4385   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4386   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"
4387   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4388   data:
4389     "vpp-func-results-centos"
4390   filter: "all"
4391   parameters:
4392   - "name"
4393   - "doc"
4394   - "level"
4395   - "parent"
4396   data-start-level: 3
4397
4398 # VPP Functional Configuration - Ubuntu
4399 - type: "file"
4400   title: "VPP Functional Configuration - Ubuntu"
4401   algorithm: "file_test_results"
4402   output-file-ext: ".rst"
4403   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4404   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4405   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4406   data: "vpp-func-results-ubuntu"
4407   filter: "all"
4408   parameters:
4409   - "name"
4410   - "doc"
4411   - "level"
4412   - "parent"
4413   data-start-level: 3
4414
4415 # VPP Functional Configuration - CentOS
4416 - type: "file"
4417   title: "VPP Functional Configuration - CentOS"
4418   algorithm: "file_test_results"
4419   output-file-ext: ".rst"
4420   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4421   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"
4422   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4423   data:
4424     "vpp-func-results-centos"
4425   filter: "all"
4426   parameters:
4427   - "name"
4428   - "doc"
4429   - "level"
4430   - "parent"
4431   data-start-level: 3
4432
4433 # VPP Device Results - Ubuntu
4434 - type: "file"
4435   title: "VPP Device Results - Ubuntu"
4436   algorithm: "file_test_results"
4437   output-file-ext: ".rst"
4438   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4439   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4440   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4441   data: "vpp-device-results-ubuntu"
4442   filter: "all"
4443   parameters:
4444   - "name"
4445   - "doc"
4446   - "level"
4447   - "parent"
4448   data-start-level: 2
4449
4450 # VPP Device Configuration - Ubuntu
4451 - type: "file"
4452   title: "VPP Device Configuration - Ubuntu"
4453   algorithm: "file_test_results"
4454   output-file-ext: ".rst"
4455   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4456   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"
4457   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4458   data: "vpp-device-results-ubuntu"
4459   filter: "all"
4460   parameters:
4461   - "name"
4462   - "doc"
4463   - "level"
4464   - "parent"
4465   data-start-level: 2
4466
4467 ## Container Orchestrated Performance Results 3n-hsw
4468 #- type: "file"
4469 #  title: "Container Orchestrated Performance Results 3n-hsw"
4470 #  algorithm: "file_test_results"
4471 #  output-file-ext: ".rst"
4472 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4473 #  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"
4474 #  dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4475 #  data: "ligato-perf-results-3n-hsw"
4476 #  filter: "all"
4477 #  parameters:
4478 #  - "name"
4479 #  - "doc"
4480 #  - "level"
4481 #  - "parent"
4482 #  data-start-level: 3
4483
4484 # DPDK Performance Results 3n-hsw
4485 - type: "file"
4486   title: "DPDK Performance Results 3n-hsw"
4487   algorithm: "file_test_results"
4488   output-file-ext: ".rst"
4489   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4490   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"
4491   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4492   data: "dpdk-perf-results-3n-hsw"
4493   filter: "all"
4494   parameters:
4495   - "name"
4496   - "doc"
4497   - "level"
4498   - "parent"
4499   data-start-level: 3
4500
4501 # DPDK Performance Results 3n-skx
4502 - type: "file"
4503   title: "DPDK Performance Results 3n-skx"
4504   algorithm: "file_test_results"
4505   output-file-ext: ".rst"
4506   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4507   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"
4508   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4509   data: "dpdk-perf-results-3n-skx"
4510   filter: "all"
4511   parameters:
4512   - "name"
4513   - "doc"
4514   - "level"
4515   - "parent"
4516   data-start-level: 3
4517
4518 # DPDK Performance Results 2n-skx
4519 - type: "file"
4520   title: "DPDK Performance Results 2n-skx"
4521   algorithm: "file_test_results"
4522   output-file-ext: ".rst"
4523   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4524   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"
4525   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4526   data: "dpdk-perf-results-2n-skx"
4527   filter: "all"
4528   parameters:
4529   - "name"
4530   - "doc"
4531   - "level"
4532   - "parent"
4533   data-start-level: 3
4534
4535 # Honeycomb Functional Results
4536 - type: "file"
4537   title: "Honeycomb Functional Results"
4538   algorithm: "file_test_results"
4539   output-file-ext: ".rst"
4540   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4541   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"
4542   dir-tables: "{DIR[DTR,FUNC,HC]}"
4543   data:
4544     "hc-func-results"
4545   filter: "all"
4546   parameters:
4547   - "name"
4548   - "doc"
4549   - "level"
4550   - "parent"
4551   data-start-level: 3
4552
4553 # NSH SFC Functional Results
4554 #-
4555 #  type: "file"
4556 #  title: "NSH SFC Functional Results"
4557 #  algorithm: "file_test_results"
4558 #  output-file-ext: ".rst"
4559 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4560 #  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"
4561 #  dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4562 #  data:
4563 #    "nsh-func-results"
4564 #  filter: "all"
4565 #  parameters:
4566 #  - "name"
4567 #  - "doc"
4568 #  - "level"
4569 #  - "parent"
4570 #  data-start-level: 3
4571
4572 # DMM Functional Results
4573 - type: "file"
4574   title: "DMM Functional Results"
4575   algorithm: "file_test_results"
4576   output-file-ext: ".rst"
4577   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4578   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4579   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4580   data:
4581     "dmm-func-results"
4582   filter: "all"
4583   parameters:
4584   - "name"
4585   - "doc"
4586   - "level"
4587   - "parent"
4588   data-start-level: 3
4589
4590 ################################################################################
4591 ###                                P L O T S                                 ###
4592 ################################################################################
4593
4594 # Soak Test (PLRsearch), boxes
4595 - type: "plot"
4596   title: "VPP Critical rate: 2 Hours Soak Test (PLRsearch)"
4597   algorithm: "plot_performance_box"
4598   output-file-type: ".html"
4599   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
4600   data: "plot-vpp-soak-2n-skx"
4601   filter: "('L2BDMACLRN' or 'L2PATCH' or 'L2XCBASE') and not 'VHOST' and not 'MEMIF'"
4602   parameters:
4603     - "throughput"
4604     - "parent"
4605     - "tags"
4606   sort:
4607     - "DRV_AVF"
4608     - "DRV_AVF"
4609     - "DRV_AVF"
4610     - "L2BDMACLRN"
4611     - "L2XCBASE"
4612     - "L2PATCH"
4613   traces:
4614     hoverinfo: "x+y"
4615     boxpoints: "all"
4616     whiskerwidth: 0
4617   layout:
4618     title: "2 Hours Soak Test (PLRsearch)"
4619     layout: "plot-soak-throughput"
4620
4621 # Soak Test (PLRsearch), boxes
4622 - type: "plot"
4623   title: "VPP Critical rate: 2 Hours Soak Test (PLRsearch)"
4624   algorithm: "plot_performance_box"
4625   output-file-type: ".html"
4626   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
4627   data: "plot-vpp-soak-2n-skx"
4628   filter: "'L2BDMACLRN' and ('VHOST' or 'MEMIF') or 'IP4BASE' or 'IP6BASE'"
4629   parameters:
4630     - "throughput"
4631     - "parent"
4632     - "tags"
4633   sort:
4634     - "VHOST"
4635     - "MEMIF"
4636     - "IP4FWD"
4637     - "IP6FWD"
4638   traces:
4639     hoverinfo: "x+y"
4640     boxpoints: "all"
4641     whiskerwidth: 0
4642   layout:
4643     title: "2 Hours Soak Test (PLRsearch)"
4644     layout: "plot-soak-throughput"
4645
4646 ################################################################################
4647 # Plots - NF Density - VSC - MRR 64b
4648 - type: "plot"
4649   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4650   algorithm: "plot_service_density_heatmap_compare"
4651   output-file-type: ".html"
4652   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
4653   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4654   filter: "'NIC_Intel-X710' and
4655            'NF_DENSITY' and
4656            'VHOST' and
4657            'CHAIN' and
4658            'NF_VPPIP4' and
4659            '64B' and
4660            '2T1C' and
4661            'MRR'"
4662   reference:
4663     include: "2"
4664     name: "VNF-1c"
4665   compare:
4666     include: "1"
4667     name: "VNF-0.5c"
4668   parameters:
4669   - "result"
4670   - "name"
4671   - "tags"
4672   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4673   x-axis: "X = VNFs per Service Chain"
4674   y-axis: "Y = Number of Service Chains"
4675   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4676   layout:
4677     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4678     layout: "plot-service-density"
4679
4680 - type: "plot"
4681   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4682   algorithm: "plot_service_density_heatmap_compare"
4683   output-file-type: ".html"
4684   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4685   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4686   filter: "'NIC_Intel-X710' and
4687            'NF_DENSITY' and
4688            'VHOST' and
4689            'CHAIN' and
4690            'NF_VPPIP4' and
4691            '64B' and
4692            '4T2C' and
4693            'MRR'"
4694   reference:
4695     include: "2"
4696     name: "VNF-1c"
4697   compare:
4698     include: "1"
4699     name: "VNF-0.5c"
4700   parameters:
4701   - "result"
4702   - "name"
4703   - "tags"
4704   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4705   x-axis: "X = VNFs per Service Chain"
4706   y-axis: "Y = Number of Service Chains"
4707   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4708   layout:
4709     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4710     layout: "plot-service-density"
4711
4712 - type: "plot"
4713   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4714   algorithm: "plot_service_density_heatmap_compare"
4715   output-file-type: ".html"
4716   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-mrr"
4717   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4718   filter: "'NIC_Intel-X710' and
4719            'NF_DENSITY' and
4720            'VHOST' and
4721            'CHAIN' and
4722            'NF_VPPIP4' and
4723            '64B' and
4724            '8T4C' and
4725            'MRR'"
4726   reference:
4727     include: "2"
4728     name: "VNF-1c"
4729   compare:
4730     include: "1"
4731     name: "VNF-0.5c"
4732   parameters:
4733   - "result"
4734   - "name"
4735   - "tags"
4736   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4737   x-axis: "X = VNFs per Service Chain"
4738   y-axis: "Y = Number of Service Chains"
4739   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4740   layout:
4741     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4742     layout: "plot-service-density"
4743
4744 # Plots - NF Density - VSC - MRR IMIX
4745 - type: "plot"
4746   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4747   algorithm: "plot_service_density_heatmap_compare"
4748   output-file-type: ".html"
4749   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
4750   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4751   filter: "'NIC_Intel-X710' and
4752            'NF_DENSITY' and
4753            'VHOST' and
4754            'CHAIN' and
4755            'NF_VPPIP4' and
4756            'IMIX' and
4757            '2T1C' and
4758            'MRR'"
4759   reference:
4760     include: "2"
4761     name: "VNF-1c"
4762   compare:
4763     include: "1"
4764     name: "VNF-0.5c"
4765   parameters:
4766   - "result"
4767   - "name"
4768   - "tags"
4769   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4770   x-axis: "X = VNFs per Service Chain"
4771   y-axis: "Y = Number of Service Chains"
4772   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4773   layout:
4774     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4775     layout: "plot-service-density"
4776
4777 - type: "plot"
4778   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4779   algorithm: "plot_service_density_heatmap_compare"
4780   output-file-type: ".html"
4781   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
4782   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4783   filter: "'NIC_Intel-X710' and
4784            'NF_DENSITY' and
4785            'VHOST' and
4786            'CHAIN' and
4787            'NF_VPPIP4' and
4788            'IMIX' and
4789            '4T2C' and
4790            'MRR'"
4791   reference:
4792     include: "2"
4793     name: "VNF-1c"
4794   compare:
4795     include: "1"
4796     name: "VNF-0.5c"
4797   parameters:
4798   - "result"
4799   - "name"
4800   - "tags"
4801   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4802   x-axis: "X = VNFs per Service Chain"
4803   y-axis: "Y = Number of Service Chains"
4804   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4805   layout:
4806     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4807     layout: "plot-service-density"
4808
4809 - type: "plot"
4810   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4811   algorithm: "plot_service_density_heatmap_compare"
4812   output-file-type: ".html"
4813   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-mrr"
4814   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4815   filter: "'NIC_Intel-X710' and
4816            'NF_DENSITY' and
4817            'VHOST' and
4818            'CHAIN' and
4819            'NF_VPPIP4' and
4820            'IMIX' and
4821            '8T4C' and
4822            'MRR'"
4823   reference:
4824     include: "2"
4825     name: "VNF-1c"
4826   compare:
4827     include: "1"
4828     name: "VNF-0.5c"
4829   parameters:
4830   - "result"
4831   - "name"
4832   - "tags"
4833   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4834   x-axis: "X = VNFs per Service Chain"
4835   y-axis: "Y = Number of Service Chains"
4836   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4837   layout:
4838     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4839     layout: "plot-service-density"
4840
4841 # Plots - NF Density - VSC - NDR 64b
4842 - type: "plot"
4843   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4844   algorithm: "plot_service_density_heatmap_compare"
4845   output-file-type: ".html"
4846   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
4847   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4848   filter: "'NIC_Intel-X710' and
4849            'NF_DENSITY' and
4850            'VHOST' and
4851            'CHAIN' and
4852            'NF_VPPIP4' and
4853            '64B' and
4854            '2T1C' and
4855            'NDRPDR'"
4856   reference:
4857     include: "2"
4858     name: "VNF-1c"
4859   compare:
4860     include: "1"
4861     name: "VNF-0.5c"
4862   parameters:
4863   - "throughput"
4864   - "name"
4865   - "tags"
4866   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4867   x-axis: "X = VNFs per Service Chain"
4868   y-axis: "Y = Number of Service Chains"
4869   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4870   layout:
4871     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4872     layout: "plot-service-density"
4873
4874 - type: "plot"
4875   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4876   algorithm: "plot_service_density_heatmap_compare"
4877   output-file-type: ".html"
4878   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
4879   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4880   filter: "'NIC_Intel-X710' and
4881            'NF_DENSITY' and
4882            'VHOST' and
4883            'CHAIN' and
4884            'NF_VPPIP4' and
4885            '64B' and
4886            '4T2C' and
4887            'NDRPDR'"
4888   reference:
4889     include: "2"
4890     name: "VNF-1c"
4891   compare:
4892     include: "1"
4893     name: "VNF-0.5c"
4894   parameters:
4895   - "throughput"
4896   - "name"
4897   - "tags"
4898   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4899   x-axis: "X = VNFs per Service Chain"
4900   y-axis: "Y = Number of Service Chains"
4901   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4902   layout:
4903     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4904     layout: "plot-service-density"
4905
4906 - type: "plot"
4907   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4908   algorithm: "plot_service_density_heatmap_compare"
4909   output-file-type: ".html"
4910   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-ndr"
4911   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4912   filter: "'NIC_Intel-X710' and
4913            'NF_DENSITY' and
4914            'VHOST' and
4915            'CHAIN' and
4916            'NF_VPPIP4' and
4917            '64B' and
4918            '8T4C' and
4919            'NDRPDR'"
4920   reference:
4921     include: "2"
4922     name: "VNF-1c"
4923   compare:
4924     include: "1"
4925     name: "VNF-0.5c"
4926   parameters:
4927   - "throughput"
4928   - "name"
4929   - "tags"
4930   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4931   x-axis: "X = VNFs per Service Chain"
4932   y-axis: "Y = Number of Service Chains"
4933   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4934   layout:
4935     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4936     layout: "plot-service-density"
4937
4938 # Plots - NF Density - VSC - NDR IMIX
4939 - type: "plot"
4940   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4941   algorithm: "plot_service_density_heatmap_compare"
4942   output-file-type: ".html"
4943   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
4944   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4945   filter: "'NIC_Intel-X710' and
4946            'NF_DENSITY' and
4947            'VHOST' and
4948            'CHAIN' and
4949            'NF_VPPIP4' and
4950            'IMIX' and
4951            '2T1C' and
4952            'NDRPDR'"
4953   reference:
4954     include: "2"
4955     name: "VNF-1c"
4956   compare:
4957     include: "1"
4958     name: "VNF-0.5c"
4959   parameters:
4960   - "throughput"
4961   - "name"
4962   - "tags"
4963   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4964   x-axis: "X = VNFs per Service Chain"
4965   y-axis: "Y = Number of Service Chains"
4966   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4967   layout:
4968     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4969     layout: "plot-service-density"
4970
4971 - type: "plot"
4972   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4973   algorithm: "plot_service_density_heatmap_compare"
4974   output-file-type: ".html"
4975   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
4976   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4977   filter: "'NIC_Intel-X710' and
4978            'NF_DENSITY' and
4979            'VHOST' and
4980            'CHAIN' and
4981            'NF_VPPIP4' and
4982            'IMIX' and
4983            '4T2C' and
4984            'NDRPDR'"
4985   reference:
4986     include: "2"
4987     name: "VNF-1c"
4988   compare:
4989     include: "1"
4990     name: "VNF-0.5c"
4991   parameters:
4992   - "throughput"
4993   - "name"
4994   - "tags"
4995   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4996   x-axis: "X = VNFs per Service Chain"
4997   y-axis: "Y = Number of Service Chains"
4998   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4999   layout:
5000     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5001     layout: "plot-service-density"
5002
5003 - type: "plot"
5004   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5005   algorithm: "plot_service_density_heatmap_compare"
5006   output-file-type: ".html"
5007   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-ndr"
5008   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5009   filter: "'NIC_Intel-X710' and
5010            'NF_DENSITY' and
5011            'VHOST' and
5012            'CHAIN' and
5013            'NF_VPPIP4' and
5014            'IMIX' and
5015            '8T4C' and
5016            'NDRPDR'"
5017   reference:
5018     include: "2"
5019     name: "VNF-1c"
5020   compare:
5021     include: "1"
5022     name: "VNF-0.5c"
5023   parameters:
5024   - "throughput"
5025   - "name"
5026   - "tags"
5027   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5028   x-axis: "X = VNFs per Service Chain"
5029   y-axis: "Y = Number of Service Chains"
5030   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5031   layout:
5032     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5033     layout: "plot-service-density"
5034
5035 # Plots - NF Density - VSC - PDR 64b
5036 - type: "plot"
5037   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5038   algorithm: "plot_service_density_heatmap_compare"
5039   output-file-type: ".html"
5040   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
5041   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5042   filter: "'NIC_Intel-X710' and
5043            'NF_DENSITY' and
5044            'VHOST' and
5045            'CHAIN' and
5046            'NF_VPPIP4' and
5047            '64B' and
5048            '2T1C' and
5049            'NDRPDR'"
5050   reference:
5051     include: "2"
5052     name: "VNF-1c"
5053   compare:
5054     include: "1"
5055     name: "VNF-0.5c"
5056   parameters:
5057   - "throughput"
5058   - "name"
5059   - "tags"
5060   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5061   x-axis: "X = VNFs per Service Chain"
5062   y-axis: "Y = Number of Service Chains"
5063   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5064   layout:
5065     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5066     layout: "plot-service-density"
5067
5068 - type: "plot"
5069   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5070   algorithm: "plot_service_density_heatmap_compare"
5071   output-file-type: ".html"
5072   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
5073   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5074   filter: "'NIC_Intel-X710' and
5075            'NF_DENSITY' and
5076            'VHOST' and
5077            'CHAIN' and
5078            'NF_VPPIP4' and
5079            '64B' and
5080            '4T2C' and
5081            'NDRPDR'"
5082   reference:
5083     include: "2"
5084     name: "VNF-1c"
5085   compare:
5086     include: "1"
5087     name: "VNF-0.5c"
5088   parameters:
5089   - "throughput"
5090   - "name"
5091   - "tags"
5092   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5093   x-axis: "X = VNFs per Service Chain"
5094   y-axis: "Y = Number of Service Chains"
5095   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5096   layout:
5097     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5098     layout: "plot-service-density"
5099
5100 - type: "plot"
5101   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5102   algorithm: "plot_service_density_heatmap_compare"
5103   output-file-type: ".html"
5104   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-pdr"
5105   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5106   filter: "'NIC_Intel-X710' and
5107            'NF_DENSITY' and
5108            'VHOST' and
5109            'CHAIN' and
5110            'NF_VPPIP4' and
5111            '64B' and
5112            '8T4C' and
5113            'NDRPDR'"
5114   reference:
5115     include: "2"
5116     name: "VNF-1c"
5117   compare:
5118     include: "1"
5119     name: "VNF-0.5c"
5120   parameters:
5121   - "throughput"
5122   - "name"
5123   - "tags"
5124   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5125   x-axis: "X = VNFs per Service Chain"
5126   y-axis: "Y = Number of Service Chains"
5127   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5128   layout:
5129     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5130     layout: "plot-service-density"
5131
5132 # Plots - NF Density - VSC - PDR IMIX
5133 - type: "plot"
5134   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5135   algorithm: "plot_service_density_heatmap_compare"
5136   output-file-type: ".html"
5137   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
5138   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5139   filter: "'NIC_Intel-X710' and
5140            'NF_DENSITY' and
5141            'VHOST' and
5142            'CHAIN' and
5143            'NF_VPPIP4' and
5144            'IMIX' and
5145            '2T1C' and
5146            'NDRPDR'"
5147   reference:
5148     include: "2"
5149     name: "VNF-1c"
5150   compare:
5151     include: "1"
5152     name: "VNF-0.5c"
5153   parameters:
5154   - "throughput"
5155   - "name"
5156   - "tags"
5157   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5158   x-axis: "X = VNFs per Service Chain"
5159   y-axis: "Y = Number of Service Chains"
5160   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5161   layout:
5162     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5163     layout: "plot-service-density"
5164
5165 - type: "plot"
5166   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5167   algorithm: "plot_service_density_heatmap_compare"
5168   output-file-type: ".html"
5169   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
5170   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5171   filter: "'NIC_Intel-X710' and
5172            'NF_DENSITY' and
5173            'VHOST' and
5174            'CHAIN' and
5175            'NF_VPPIP4' and
5176            'IMIX' and
5177            '4T2C' and
5178            'NDRPDR'"
5179   reference:
5180     include: "2"
5181     name: "VNF-1c"
5182   compare:
5183     include: "1"
5184     name: "VNF-0.5c"
5185   parameters:
5186   - "throughput"
5187   - "name"
5188   - "tags"
5189   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5190   x-axis: "X = VNFs per Service Chain"
5191   y-axis: "Y = Number of Service Chains"
5192   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5193   layout:
5194     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5195     layout: "plot-service-density"
5196
5197 - type: "plot"
5198   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5199   algorithm: "plot_service_density_heatmap_compare"
5200   output-file-type: ".html"
5201   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-pdr"
5202   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5203   filter: "'NIC_Intel-X710' and
5204            'NF_DENSITY' and
5205            'VHOST' and
5206            'CHAIN' and
5207            'NF_VPPIP4' and
5208            'IMIX' and
5209            '8T4C' and
5210            'NDRPDR'"
5211   reference:
5212     include: "2"
5213     name: "VNF-1c"
5214   compare:
5215     include: "1"
5216     name: "VNF-0.5c"
5217   parameters:
5218   - "throughput"
5219   - "name"
5220   - "tags"
5221   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5222   x-axis: "X = VNFs per Service Chain"
5223   y-axis: "Y = Number of Service Chains"
5224   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5225   layout:
5226     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5227     layout: "plot-service-density"
5228
5229 ################################################################################
5230 # Plots - NF Density - CSC - MRR 64b
5231 - type: "plot"
5232   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5233   algorithm: "plot_service_density_heatmap_compare"
5234   output-file-type: ".html"
5235   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5236   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5237   filter: "'NIC_Intel-X710' and
5238            'NF_DENSITY' and
5239            'DOCKER' and
5240            'CHAIN' and
5241            'NF_VPPIP4' and
5242            '64B' and
5243            '2T1C' and
5244            'MRR'"
5245   reference:
5246     include: "2"
5247     name: "CNF-1c"
5248   compare:
5249     include: "1"
5250     name: "CNF-0.5c"
5251   parameters:
5252   - "result"
5253   - "name"
5254   - "tags"
5255   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5256   x-axis: "X = CNFs per Service Chain"
5257   y-axis: "Y = Number of Service Chains"
5258   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5259   layout:
5260     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5261     layout: "plot-service-density"
5262
5263 - type: "plot"
5264   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5265   algorithm: "plot_service_density_heatmap_compare"
5266   output-file-type: ".html"
5267   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5268   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5269   filter: "'NIC_Intel-X710' and
5270            'NF_DENSITY' and
5271            'DOCKER' and
5272            'CHAIN' and
5273            'NF_VPPIP4' and
5274            '64B' and
5275            '4T2C' and
5276            'MRR'"
5277   reference:
5278     include: "2"
5279     name: "CNF-1c"
5280   compare:
5281     include: "1"
5282     name: "CNF-0.5c"
5283   parameters:
5284   - "result"
5285   - "name"
5286   - "tags"
5287   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5288   x-axis: "X = CNFs per Service Chain"
5289   y-axis: "Y = Number of Service Chains"
5290   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5291   layout:
5292     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5293     layout: "plot-service-density"
5294
5295 - type: "plot"
5296   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5297   algorithm: "plot_service_density_heatmap_compare"
5298   output-file-type: ".html"
5299   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-mrr"
5300   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5301   filter: "'NIC_Intel-X710' and
5302            'NF_DENSITY' and
5303            'DOCKER' and
5304            'CHAIN' and
5305            'NF_VPPIP4' and
5306            '64B' and
5307            '8T4C' and
5308            'MRR'"
5309   reference:
5310     include: "2"
5311     name: "CNF-1c"
5312   compare:
5313     include: "1"
5314     name: "CNF-0.5c"
5315   parameters:
5316   - "result"
5317   - "name"
5318   - "tags"
5319   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5320   x-axis: "X = CNFs per Service Chain"
5321   y-axis: "Y = Number of Service Chains"
5322   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5323   layout:
5324     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5325     layout: "plot-service-density"
5326
5327 # Plots - NF Density - CSC - MRR IMIX
5328 - type: "plot"
5329   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5330   algorithm: "plot_service_density_heatmap_compare"
5331   output-file-type: ".html"
5332   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
5333   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5334   filter: "'NIC_Intel-X710' and
5335            'NF_DENSITY' and
5336            'DOCKER' and
5337            'CHAIN' and
5338            'NF_VPPIP4' and
5339            'IMIX' and
5340            '2T1C' and
5341            'MRR'"
5342   reference:
5343     include: "2"
5344     name: "CNF-1c"
5345   compare:
5346     include: "1"
5347     name: "CNF-0.5c"
5348   parameters:
5349   - "result"
5350   - "name"
5351   - "tags"
5352   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5353   x-axis: "X = CNFs per Service Chain"
5354   y-axis: "Y = Number of Service Chains"
5355   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5356   layout:
5357     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5358     layout: "plot-service-density"
5359
5360 - type: "plot"
5361   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5362   algorithm: "plot_service_density_heatmap_compare"
5363   output-file-type: ".html"
5364   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5365   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5366   filter: "'NIC_Intel-X710' and
5367            'NF_DENSITY' and
5368            'DOCKER' and
5369            'CHAIN' and
5370            'NF_VPPIP4' and
5371            'IMIX' and
5372            '4T2C' and
5373            'MRR'"
5374   reference:
5375     include: "2"
5376     name: "CNF-1c"
5377   compare:
5378     include: "1"
5379     name: "CNF-0.5c"
5380   parameters:
5381   - "result"
5382   - "name"
5383   - "tags"
5384   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5385   x-axis: "X = CNFs per Service Chain"
5386   y-axis: "Y = Number of Service Chains"
5387   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5388   layout:
5389     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5390     layout: "plot-service-density"
5391
5392 - type: "plot"
5393   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5394   algorithm: "plot_service_density_heatmap_compare"
5395   output-file-type: ".html"
5396   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-mrr"
5397   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5398   filter: "'NIC_Intel-X710' and
5399            'NF_DENSITY' and
5400            'DOCKER' and
5401            'CHAIN' and
5402            'NF_VPPIP4' and
5403            'IMIX' and
5404            '8T4C' and
5405            'MRR'"
5406   reference:
5407     include: "2"
5408     name: "CNF-1c"
5409   compare:
5410     include: "1"
5411     name: "CNF-0.5c"
5412   parameters:
5413   - "result"
5414   - "name"
5415   - "tags"
5416   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5417   x-axis: "X = CNFs per Service Chain"
5418   y-axis: "Y = Number of Service Chains"
5419   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5420   layout:
5421     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5422     layout: "plot-service-density"
5423
5424 # Plots - NF Density - CSC - NDR 64b
5425 - type: "plot"
5426   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5427   algorithm: "plot_service_density_heatmap_compare"
5428   output-file-type: ".html"
5429   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5430   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5431   filter: "'NIC_Intel-X710' and
5432            'NF_DENSITY' and
5433            'DOCKER' and
5434            'CHAIN' and
5435            'NF_VPPIP4' and
5436            '64B' and
5437            '2T1C' and
5438            'NDRPDR'"
5439   reference:
5440     include: "2"
5441     name: "CNF-1c"
5442   compare:
5443     include: "1"
5444     name: "CNF-0.5c"
5445   parameters:
5446   - "throughput"
5447   - "name"
5448   - "tags"
5449   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5450   x-axis: "X = CNFs per Service Chain"
5451   y-axis: "Y = Number of Service Chains"
5452   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5453   layout:
5454     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5455     layout: "plot-service-density"
5456
5457 - type: "plot"
5458   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5459   algorithm: "plot_service_density_heatmap_compare"
5460   output-file-type: ".html"
5461   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5462   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5463   filter: "'NIC_Intel-X710' and
5464            'NF_DENSITY' and
5465            'DOCKER' and
5466            'CHAIN' and
5467            'NF_VPPIP4' and
5468            '64B' and
5469            '4T2C' and
5470            'NDRPDR'"
5471   reference:
5472     include: "2"
5473     name: "CNF-1c"
5474   compare:
5475     include: "1"
5476     name: "CNF-0.5c"
5477   parameters:
5478   - "throughput"
5479   - "name"
5480   - "tags"
5481   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5482   x-axis: "X = CNFs per Service Chain"
5483   y-axis: "Y = Number of Service Chains"
5484   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5485   layout:
5486     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5487     layout: "plot-service-density"
5488
5489 - type: "plot"
5490   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5491   algorithm: "plot_service_density_heatmap_compare"
5492   output-file-type: ".html"
5493   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-ndr"
5494   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5495   filter: "'NIC_Intel-X710' and
5496            'NF_DENSITY' and
5497            'DOCKER' and
5498            'CHAIN' and
5499            'NF_VPPIP4' and
5500            '64B' and
5501            '8T4C' and
5502            'NDRPDR'"
5503   reference:
5504     include: "2"
5505     name: "CNF-1c"
5506   compare:
5507     include: "1"
5508     name: "CNF-0.5c"
5509   parameters:
5510   - "throughput"
5511   - "name"
5512   - "tags"
5513   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5514   x-axis: "X = CNFs per Service Chain"
5515   y-axis: "Y = Number of Service Chains"
5516   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5517   layout:
5518     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5519     layout: "plot-service-density"
5520
5521 # Plots - NF Density - CSC - NDR IMIX
5522 - type: "plot"
5523   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5524   algorithm: "plot_service_density_heatmap_compare"
5525   output-file-type: ".html"
5526   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5527   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5528   filter: "'NIC_Intel-X710' and
5529            'NF_DENSITY' and
5530            'DOCKER' and
5531            'CHAIN' and
5532            'NF_VPPIP4' and
5533            'IMIX' and
5534            '2T1C' and
5535            'NDRPDR'"
5536   reference:
5537     include: "2"
5538     name: "CNF-1c"
5539   compare:
5540     include: "1"
5541     name: "CNF-0.5c"
5542   parameters:
5543   - "throughput"
5544   - "name"
5545   - "tags"
5546   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5547   x-axis: "X = CNFs per Service Chain"
5548   y-axis: "Y = Number of Service Chains"
5549   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5550   layout:
5551     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5552     layout: "plot-service-density"
5553
5554 - type: "plot"
5555   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5556   algorithm: "plot_service_density_heatmap_compare"
5557   output-file-type: ".html"
5558   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5559   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5560   filter: "'NIC_Intel-X710' and
5561            'NF_DENSITY' and
5562            'DOCKER' and
5563            'CHAIN' and
5564            'NF_VPPIP4' and
5565            'IMIX' and
5566            '4T2C' and
5567            'NDRPDR'"
5568   reference:
5569     include: "2"
5570     name: "CNF-1c"
5571   compare:
5572     include: "1"
5573     name: "CNF-0.5c"
5574   parameters:
5575   - "throughput"
5576   - "name"
5577   - "tags"
5578   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5579   x-axis: "X = CNFs per Service Chain"
5580   y-axis: "Y = Number of Service Chains"
5581   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5582   layout:
5583     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5584     layout: "plot-service-density"
5585
5586 - type: "plot"
5587   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5588   algorithm: "plot_service_density_heatmap_compare"
5589   output-file-type: ".html"
5590   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-ndr"
5591   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5592   filter: "'NIC_Intel-X710' and
5593            'NF_DENSITY' and
5594            'DOCKER' and
5595            'CHAIN' and
5596            'NF_VPPIP4' and
5597            'IMIX' and
5598            '8T4C' and
5599            'NDRPDR'"
5600   reference:
5601     include: "2"
5602     name: "CNF-1c"
5603   compare:
5604     include: "1"
5605     name: "CNF-0.5c"
5606   parameters:
5607   - "throughput"
5608   - "name"
5609   - "tags"
5610   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5611   x-axis: "X = CNFs per Service Chain"
5612   y-axis: "Y = Number of Service Chains"
5613   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5614   layout:
5615     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5616     layout: "plot-service-density"
5617
5618 # Plots - NF Density - CSC - PDR 64b
5619 - type: "plot"
5620   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5621   algorithm: "plot_service_density_heatmap_compare"
5622   output-file-type: ".html"
5623   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5624   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5625   filter: "'NIC_Intel-X710' and
5626            'NF_DENSITY' and
5627            'DOCKER' and
5628            'CHAIN' and
5629            'NF_VPPIP4' and
5630            '64B' and
5631            '2T1C' and
5632            'NDRPDR'"
5633   reference:
5634     include: "2"
5635     name: "CNF-1c"
5636   compare:
5637     include: "1"
5638     name: "CNF-0.5c"
5639   parameters:
5640   - "throughput"
5641   - "name"
5642   - "tags"
5643   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5644   x-axis: "X = CNFs per Service Chain"
5645   y-axis: "Y = Number of Service Chains"
5646   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5647   layout:
5648     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5649     layout: "plot-service-density"
5650
5651 - type: "plot"
5652   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5653   algorithm: "plot_service_density_heatmap_compare"
5654   output-file-type: ".html"
5655   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5656   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5657   filter: "'NIC_Intel-X710' and
5658            'NF_DENSITY' and
5659            'DOCKER' and
5660            'CHAIN' and
5661            'NF_VPPIP4' and
5662            '64B' and
5663            '4T2C' and
5664            'NDRPDR'"
5665   reference:
5666     include: "2"
5667     name: "CNF-1c"
5668   compare:
5669     include: "1"
5670     name: "CNF-0.5c"
5671   parameters:
5672   - "throughput"
5673   - "name"
5674   - "tags"
5675   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5676   x-axis: "X = CNFs per Service Chain"
5677   y-axis: "Y = Number of Service Chains"
5678   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5679   layout:
5680     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5681     layout: "plot-service-density"
5682
5683 - type: "plot"
5684   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5685   algorithm: "plot_service_density_heatmap_compare"
5686   output-file-type: ".html"
5687   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-pdr"
5688   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5689   filter: "'NIC_Intel-X710' and
5690            'NF_DENSITY' and
5691            'DOCKER' and
5692            'CHAIN' and
5693            'NF_VPPIP4' and
5694            '64B' and
5695            '8T4C' and
5696            'NDRPDR'"
5697   reference:
5698     include: "2"
5699     name: "CNF-1c"
5700   compare:
5701     include: "1"
5702     name: "CNF-0.5c"
5703   parameters:
5704   - "throughput"
5705   - "name"
5706   - "tags"
5707   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5708   x-axis: "X = CNFs per Service Chain"
5709   y-axis: "Y = Number of Service Chains"
5710   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5711   layout:
5712     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5713     layout: "plot-service-density"
5714
5715 # Plots - NF Density - CSC - PDR IMIX
5716 - type: "plot"
5717   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5718   algorithm: "plot_service_density_heatmap_compare"
5719   output-file-type: ".html"
5720   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
5721   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5722   filter: "'NIC_Intel-X710' and
5723            'NF_DENSITY' and
5724            'DOCKER' and
5725            'CHAIN' and
5726            'NF_VPPIP4' and
5727            'IMIX' and
5728            '2T1C' and
5729            'NDRPDR'"
5730   reference:
5731     include: "2"
5732     name: "CNF-1c"
5733   compare:
5734     include: "1"
5735     name: "CNF-0.5c"
5736   parameters:
5737   - "throughput"
5738   - "name"
5739   - "tags"
5740   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5741   x-axis: "X = CNFs per Service Chain"
5742   y-axis: "Y = Number of Service Chains"
5743   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5744   layout:
5745     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5746     layout: "plot-service-density"
5747
5748 - type: "plot"
5749   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5750   algorithm: "plot_service_density_heatmap_compare"
5751   output-file-type: ".html"
5752   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5753   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5754   filter: "'NIC_Intel-X710' and
5755            'NF_DENSITY' and
5756            'DOCKER' and
5757            'CHAIN' and
5758            'NF_VPPIP4' and
5759            'IMIX' and
5760            '4T2C' and
5761            'NDRPDR'"
5762   reference:
5763     include: "2"
5764     name: "CNF-1c"
5765   compare:
5766     include: "1"
5767     name: "CNF-0.5c"
5768   parameters:
5769   - "throughput"
5770   - "name"
5771   - "tags"
5772   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5773   x-axis: "X = CNFs per Service Chain"
5774   y-axis: "Y = Number of Service Chains"
5775   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5776   layout:
5777     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5778     layout: "plot-service-density"
5779
5780 - type: "plot"
5781   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5782   algorithm: "plot_service_density_heatmap_compare"
5783   output-file-type: ".html"
5784   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-pdr"
5785   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5786   filter: "'NIC_Intel-X710' and
5787            'NF_DENSITY' and
5788            'DOCKER' and
5789            'CHAIN' and
5790            'NF_VPPIP4' and
5791            'IMIX' and
5792            '8T4C' and
5793            'NDRPDR'"
5794   reference:
5795     include: "2"
5796     name: "CNF-1c"
5797   compare:
5798     include: "1"
5799     name: "CNF-0.5c"
5800   parameters:
5801   - "throughput"
5802   - "name"
5803   - "tags"
5804   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5805   x-axis: "X = CNFs per Service Chain"
5806   y-axis: "Y = Number of Service Chains"
5807   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5808   layout:
5809     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5810     layout: "plot-service-density"
5811
5812 ################################################################################
5813 # Plots - NF Density - CSP - MRR 64b
5814 - type: "plot"
5815   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5816   algorithm: "plot_service_density_heatmap_compare"
5817   output-file-type: ".html"
5818   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5819   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5820   filter: "'NIC_Intel-X710' and
5821            'NF_DENSITY' and
5822            'DOCKER' and
5823            'PIPELINE' and
5824            'NF_VPPIP4' and
5825            '64B' and
5826            '2T1C' and
5827            'MRR'"
5828   reference:
5829     include: "2"
5830     name: "CNF-1c"
5831   compare:
5832     include: "1"
5833     name: "CNF-0.5c"
5834   parameters:
5835   - "result"
5836   - "name"
5837   - "tags"
5838   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5839   x-axis: "X = CNFs per Service Pipeline"
5840   y-axis: "Y = Number of Service Pipelines"
5841   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5842   layout:
5843     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5844     layout: "plot-service-density"
5845
5846 - type: "plot"
5847   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5848   algorithm: "plot_service_density_heatmap_compare"
5849   output-file-type: ".html"
5850   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5851   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5852   filter: "'NIC_Intel-X710' and
5853            'NF_DENSITY' and
5854            'DOCKER' and
5855            'PIPELINE' and
5856            'NF_VPPIP4' and
5857            '64B' and
5858            '4T2C' and
5859            'MRR'"
5860   reference:
5861     include: "2"
5862     name: "CNF-1c"
5863   compare:
5864     include: "1"
5865     name: "CNF-0.5c"
5866   parameters:
5867   - "result"
5868   - "name"
5869   - "tags"
5870   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5871   x-axis: "X = CNFs per Service Pipeline"
5872   y-axis: "Y = Number of Service Pipelines"
5873   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5874   layout:
5875     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5876     layout: "plot-service-density"
5877
5878 - type: "plot"
5879   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5880   algorithm: "plot_service_density_heatmap_compare"
5881   output-file-type: ".html"
5882   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-mrr"
5883   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5884   filter: "'NIC_Intel-X710' and
5885            'NF_DENSITY' and
5886            'DOCKER' and
5887            'PIPELINE' and
5888            'NF_VPPIP4' and
5889            '64B' and
5890            '8T4C' and
5891            'MRR'"
5892   reference:
5893     include: "2"
5894     name: "CNF-1c"
5895   compare:
5896     include: "1"
5897     name: "CNF-0.5c"
5898   parameters:
5899   - "result"
5900   - "name"
5901   - "tags"
5902   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5903   x-axis: "X = CNFs per Service Pipeline"
5904   y-axis: "Y = Number of Service Pipelines"
5905   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5906   layout:
5907     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5908     layout: "plot-service-density"
5909
5910 # Plots - NF Density - CSP - MRR IMIX
5911 - type: "plot"
5912   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5913   algorithm: "plot_service_density_heatmap_compare"
5914   output-file-type: ".html"
5915   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5916   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5917   filter: "'NIC_Intel-X710' and
5918            'NF_DENSITY' and
5919            'DOCKER' and
5920            'PIPELINE' and
5921            'NF_VPPIP4' and
5922            'IMIX' and
5923            '2T1C' and
5924            'MRR'"
5925   reference:
5926     include: "2"
5927     name: "CNF-1c"
5928   compare:
5929     include: "1"
5930     name: "CNF-0.5c"
5931   parameters:
5932   - "result"
5933   - "name"
5934   - "tags"
5935   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5936   x-axis: "X = CNFs per Service Pipeline"
5937   y-axis: "Y = Number of Service Pipelines"
5938   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5939   layout:
5940     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5941     layout: "plot-service-density"
5942
5943 - type: "plot"
5944   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5945   algorithm: "plot_service_density_heatmap_compare"
5946   output-file-type: ".html"
5947   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5948   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5949   filter: "'NIC_Intel-X710' and
5950            'NF_DENSITY' and
5951            'DOCKER' and
5952            'PIPELINE' and
5953            'NF_VPPIP4' and
5954            'IMIX' and
5955            '4T2C' and
5956            'MRR'"
5957   reference:
5958     include: "2"
5959     name: "CNF-1c"
5960   compare:
5961     include: "1"
5962     name: "CNF-0.5c"
5963   parameters:
5964   - "result"
5965   - "name"
5966   - "tags"
5967   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5968   x-axis: "X = CNFs per Service Pipeline"
5969   y-axis: "Y = Number of Service Pipelines"
5970   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5971   layout:
5972     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5973     layout: "plot-service-density"
5974
5975 - type: "plot"
5976   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5977   algorithm: "plot_service_density_heatmap_compare"
5978   output-file-type: ".html"
5979   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-mrr"
5980   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5981   filter: "'NIC_Intel-X710' and
5982            'NF_DENSITY' and
5983            'DOCKER' and
5984            'PIPELINE' and
5985            'NF_VPPIP4' and
5986            'IMIX' and
5987            '8T4C' and
5988            'MRR'"
5989   reference:
5990     include: "2"
5991     name: "CNF-1c"
5992   compare:
5993     include: "1"
5994     name: "CNF-0.5c"
5995   parameters:
5996   - "result"
5997   - "name"
5998   - "tags"
5999   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6000   x-axis: "X = CNFs per Service Pipeline"
6001   y-axis: "Y = Number of Service Pipelines"
6002   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6003   layout:
6004     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
6005     layout: "plot-service-density"
6006
6007 # Plots - NF Density - CSP - NDR 64b
6008 - type: "plot"
6009   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6010   algorithm: "plot_service_density_heatmap_compare"
6011   output-file-type: ".html"
6012   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
6013   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6014   filter: "'NIC_Intel-X710' and
6015            'NF_DENSITY' and
6016            'DOCKER' and
6017            'PIPELINE' and
6018            'NF_VPPIP4' and
6019            '64B' and
6020            '2T1C' and
6021            'NDRPDR'"
6022   reference:
6023     include: "2"
6024     name: "CNF-1c"
6025   compare:
6026     include: "1"
6027     name: "CNF-0.5c"
6028   parameters:
6029   - "throughput"
6030   - "name"
6031   - "tags"
6032   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6033   x-axis: "X = CNFs per Service Pipeline"
6034   y-axis: "Y = Number of Service Pipelines"
6035   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6036   layout:
6037     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6038     layout: "plot-service-density"
6039
6040 - type: "plot"
6041   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6042   algorithm: "plot_service_density_heatmap_compare"
6043   output-file-type: ".html"
6044   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
6045   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6046   filter: "'NIC_Intel-X710' and
6047            'NF_DENSITY' and
6048            'DOCKER' and
6049            'PIPELINE' and
6050            'NF_VPPIP4' and
6051            '64B' and
6052            '4T2C' and
6053            'NDRPDR'"
6054   reference:
6055     include: "2"
6056     name: "CNF-1c"
6057   compare:
6058     include: "1"
6059     name: "CNF-0.5c"
6060   parameters:
6061   - "throughput"
6062   - "name"
6063   - "tags"
6064   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6065   x-axis: "X = CNFs per Service Pipeline"
6066   y-axis: "Y = Number of Service Pipelines"
6067   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6068   layout:
6069     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6070     layout: "plot-service-density"
6071
6072 - type: "plot"
6073   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6074   algorithm: "plot_service_density_heatmap_compare"
6075   output-file-type: ".html"
6076   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-ndr"
6077   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6078   filter: "'NIC_Intel-X710' and
6079            'NF_DENSITY' and
6080            'DOCKER' and
6081            'PIPELINE' and
6082            'NF_VPPIP4' and
6083            '64B' and
6084            '8T4C' and
6085            'NDRPDR'"
6086   reference:
6087     include: "2"
6088     name: "CNF-1c"
6089   compare:
6090     include: "1"
6091     name: "CNF-0.5c"
6092   parameters:
6093   - "throughput"
6094   - "name"
6095   - "tags"
6096   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6097   x-axis: "X = CNFs per Service Pipeline"
6098   y-axis: "Y = Number of Service Pipelines"
6099   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6100   layout:
6101     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6102     layout: "plot-service-density"
6103
6104 # Plots - NF Density - CSP - NDR IMIX
6105 - type: "plot"
6106   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6107   algorithm: "plot_service_density_heatmap_compare"
6108   output-file-type: ".html"
6109   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
6110   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6111   filter: "'NIC_Intel-X710' and
6112            'NF_DENSITY' and
6113            'DOCKER' and
6114            'PIPELINE' and
6115            'NF_VPPIP4' and
6116            'IMIX' and
6117            '2T1C' and
6118            'NDRPDR'"
6119   reference:
6120     include: "2"
6121     name: "CNF-1c"
6122   compare:
6123     include: "1"
6124     name: "CNF-0.5c"
6125   parameters:
6126   - "throughput"
6127   - "name"
6128   - "tags"
6129   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6130   x-axis: "X = CNFs per Service Pipeline"
6131   y-axis: "Y = Number of Service Pipelines"
6132   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6133   layout:
6134     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6135     layout: "plot-service-density"
6136
6137 - type: "plot"
6138   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6139   algorithm: "plot_service_density_heatmap_compare"
6140   output-file-type: ".html"
6141   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
6142   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6143   filter: "'NIC_Intel-X710' and
6144            'NF_DENSITY' and
6145            'DOCKER' and
6146            'PIPELINE' and
6147            'NF_VPPIP4' and
6148            'IMIX' and
6149            '4T2C' and
6150            'NDRPDR'"
6151   reference:
6152     include: "2"
6153     name: "CNF-1c"
6154   compare:
6155     include: "1"
6156     name: "CNF-0.5c"
6157   parameters:
6158   - "throughput"
6159   - "name"
6160   - "tags"
6161   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6162   x-axis: "X = CNFs per Service Pipeline"
6163   y-axis: "Y = Number of Service Pipelines"
6164   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6165   layout:
6166     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6167     layout: "plot-service-density"
6168
6169 - type: "plot"
6170   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6171   algorithm: "plot_service_density_heatmap_compare"
6172   output-file-type: ".html"
6173   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-ndr"
6174   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6175   filter: "'NIC_Intel-X710' and
6176            'NF_DENSITY' and
6177            'DOCKER' and
6178            'PIPELINE' and
6179            'NF_VPPIP4' and
6180            'IMIX' and
6181            '8T4C' and
6182            'NDRPDR'"
6183   reference:
6184     include: "2"
6185     name: "CNF-1c"
6186   compare:
6187     include: "1"
6188     name: "CNF-0.5c"
6189   parameters:
6190   - "throughput"
6191   - "name"
6192   - "tags"
6193   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6194   x-axis: "X = CNFs per Service Pipeline"
6195   y-axis: "Y = Number of Service Pipelines"
6196   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6197   layout:
6198     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6199     layout: "plot-service-density"
6200
6201 # Plots - NF Density - CSP - PDR 64b
6202 - type: "plot"
6203   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6204   algorithm: "plot_service_density_heatmap_compare"
6205   output-file-type: ".html"
6206   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
6207   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6208   filter: "'NIC_Intel-X710' and
6209            'NF_DENSITY' and
6210            'DOCKER' and
6211            'PIPELINE' and
6212            'NF_VPPIP4' and
6213            '64B' and
6214            '2T1C' and
6215            'NDRPDR'"
6216   reference:
6217     include: "2"
6218     name: "CNF-1c"
6219   compare:
6220     include: "1"
6221     name: "CNF-0.5c"
6222   parameters:
6223   - "throughput"
6224   - "name"
6225   - "tags"
6226   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6227   x-axis: "X = CNFs per Service Pipeline"
6228   y-axis: "Y = Number of Service Pipelines"
6229   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6230   layout:
6231     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6232     layout: "plot-service-density"
6233
6234 - type: "plot"
6235   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6236   algorithm: "plot_service_density_heatmap_compare"
6237   output-file-type: ".html"
6238   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
6239   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6240   filter: "'NIC_Intel-X710' and
6241            'NF_DENSITY' and
6242            'DOCKER' and
6243            'PIPELINE' and
6244            'NF_VPPIP4' and
6245            '64B' and
6246            '4T2C' and
6247            'NDRPDR'"
6248   reference:
6249     include: "2"
6250     name: "CNF-1c"
6251   compare:
6252     include: "1"
6253     name: "CNF-0.5c"
6254   parameters:
6255   - "throughput"
6256   - "name"
6257   - "tags"
6258   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6259   x-axis: "X = CNFs per Service Pipeline"
6260   y-axis: "Y = Number of Service Pipelines"
6261   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6262   layout:
6263     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6264     layout: "plot-service-density"
6265
6266 - type: "plot"
6267   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6268   algorithm: "plot_service_density_heatmap_compare"
6269   output-file-type: ".html"
6270   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-pdr"
6271   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6272   filter: "'NIC_Intel-X710' and
6273            'NF_DENSITY' and
6274            'DOCKER' and
6275            'PIPELINE' and
6276            'NF_VPPIP4' and
6277            '64B' and
6278            '8T4C' and
6279            'NDRPDR'"
6280   reference:
6281     include: "2"
6282     name: "CNF-1c"
6283   compare:
6284     include: "1"
6285     name: "CNF-0.5c"
6286   parameters:
6287   - "throughput"
6288   - "name"
6289   - "tags"
6290   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6291   x-axis: "X = CNFs per Service Pipeline"
6292   y-axis: "Y = Number of Service Pipelines"
6293   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6294   layout:
6295     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6296     layout: "plot-service-density"
6297
6298 # Plots - NF Density - CSP - PDR IMIX
6299 - type: "plot"
6300   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6301   algorithm: "plot_service_density_heatmap_compare"
6302   output-file-type: ".html"
6303   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
6304   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6305   filter: "'NIC_Intel-X710' and
6306            'NF_DENSITY' and
6307            'DOCKER' and
6308            'PIPELINE' and
6309            'NF_VPPIP4' and
6310            'IMIX' and
6311            '2T1C' and
6312            'NDRPDR'"
6313   reference:
6314     include: "2"
6315     name: "CNF-1c"
6316   compare:
6317     include: "1"
6318     name: "CNF-0.5c"
6319   parameters:
6320   - "throughput"
6321   - "name"
6322   - "tags"
6323   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6324   x-axis: "X = CNFs per Service Pipeline"
6325   y-axis: "Y = Number of Service Pipelines"
6326   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6327   layout:
6328     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6329     layout: "plot-service-density"
6330
6331 - type: "plot"
6332   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6333   algorithm: "plot_service_density_heatmap_compare"
6334   output-file-type: ".html"
6335   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
6336   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6337   filter: "'NIC_Intel-X710' and
6338            'NF_DENSITY' and
6339            'DOCKER' and
6340            'PIPELINE' and
6341            'NF_VPPIP4' and
6342            'IMIX' and
6343            '4T2C' and
6344            'NDRPDR'"
6345   reference:
6346     include: "2"
6347     name: "CNF-1c"
6348   compare:
6349     include: "1"
6350     name: "CNF-0.5c"
6351   parameters:
6352   - "throughput"
6353   - "name"
6354   - "tags"
6355   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6356   x-axis: "X = CNFs per Service Pipeline"
6357   y-axis: "Y = Number of Service Pipelines"
6358   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6359   layout:
6360     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6361     layout: "plot-service-density"
6362
6363 - type: "plot"
6364   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6365   algorithm: "plot_service_density_heatmap_compare"
6366   output-file-type: ".html"
6367   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-pdr"
6368   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6369   filter: "'NIC_Intel-X710' and
6370            'NF_DENSITY' and
6371            'DOCKER' and
6372            'PIPELINE' and
6373            'NF_VPPIP4' and
6374            'IMIX' and
6375            '8T4C' and
6376            'NDRPDR'"
6377   reference:
6378     include: "2"
6379     name: "CNF-1c"
6380   compare:
6381     include: "1"
6382     name: "CNF-0.5c"
6383   parameters:
6384   - "throughput"
6385   - "name"
6386   - "tags"
6387   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6388   x-axis: "X = CNFs per Service Pipeline"
6389   y-axis: "Y = Number of Service Pipelines"
6390   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6391   layout:
6392     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6393     layout: "plot-service-density"
6394
6395 ################################################################################
6396 ## Plots VPP HTTP Server Performance
6397 #- type: "plot"
6398 #  title: "VPP HTTP Server Performance"
6399 #  algorithm: "plot_http_server_performance_box"
6400 #  output-file-type: ".html"
6401 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6402 #  data:
6403 #    "plot-vpp-http-server-performance"
6404 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
6405 #  # each tag is enclosed with ' (apostrophe).
6406 #  filter: "'HTTP' and 'TCP_CPS'"
6407 #  parameters:
6408 #  - "result"
6409 #  - "name"
6410 #  traces:
6411 #    hoverinfo: "x+y"
6412 #    boxpoints: "outliers"
6413 #    whiskerwidth: 0
6414 #  layout:
6415 #    title: "VPP HTTP Server Performance"
6416 #    layout:
6417 #      "plot-cps"
6418 #
6419 #- type: "plot"
6420 #  title: "VPP HTTP Server Performance"
6421 #  algorithm: "plot_http_server_performance_box"
6422 #  output-file-type: ".html"
6423 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6424 #  data:
6425 #    "plot-vpp-http-server-performance"
6426 #  filter: "'HTTP' and 'TCP_RPS'"
6427 #  parameters:
6428 #  - "result"
6429 #  - "name"
6430 #  traces:
6431 #    hoverinfo: "x+y"
6432 #    boxpoints: "outliers"
6433 #    whiskerwidth: 0
6434 #  layout:
6435 #    title: "VPP HTTP Server Performance"
6436 #    layout:
6437 #      "plot-rps"
6438
6439 ################################################################################
6440
6441 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
6442 - type: "plot"
6443   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6444   algorithm: "plot_performance_box"
6445   output-file-type: ".html"
6446   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6447   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6448   filter: "'NIC_Intel-X520-DA2' and
6449            '64B' and
6450            ('BASE' or 'SCALE') and
6451            'NDRPDR' and
6452            'ETH' and
6453            '1T1C' and
6454            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6455            not 'VHOST' and
6456            not 'MEMIF'"
6457   parameters:
6458   - "throughput"
6459   - "parent"
6460   - "tags"
6461   sort:
6462   - "L2PATCH"
6463   - "L2XCBASE"
6464   - "BASE"
6465   - "FIB_10K"
6466   - "FIB_100K"
6467   - "FIB_1M"
6468   traces:
6469     hoverinfo: "x+y"
6470     boxpoints: "outliers"
6471     whiskerwidth: 0
6472   layout:
6473     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6474     layout: "plot-throughput"
6475
6476 - type: "plot"
6477   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6478   algorithm: "plot_performance_box"
6479   output-file-type: ".html"
6480   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6481   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6482   filter: "'NIC_Intel-X520-DA2' and
6483            '64B' and
6484            ('BASE' or 'SCALE') and
6485            'NDRPDR' and
6486            'ETH' and
6487            '1T1C' and
6488            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6489            not 'VHOST' and
6490            not 'MEMIF'"
6491   parameters:
6492   - "throughput"
6493   - "parent"
6494   - "tags"
6495   sort:
6496   - "L2PATCH"
6497   - "L2XCBASE"
6498   - "BASE"
6499   - "FIB_10K"
6500   - "FIB_100K"
6501   - "FIB_1M"
6502   traces:
6503     hoverinfo: "x+y"
6504     boxpoints: "outliers"
6505     whiskerwidth: 0
6506   layout:
6507     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6508     layout: "plot-throughput"
6509
6510 - type: "plot"
6511   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6512   algorithm: "plot_performance_box"
6513   output-file-type: ".html"
6514   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6515   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6516   filter: "'NIC_Intel-X520-DA2' and
6517            '64B' and
6518            ('BASE' or 'SCALE') and
6519            'NDRPDR' and
6520            'ETH' and
6521            '2T2C' and
6522            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6523            not 'VHOST' and
6524            not 'MEMIF'"
6525   parameters:
6526   - "throughput"
6527   - "parent"
6528   - "tags"
6529   sort:
6530   - "L2PATCH"
6531   - "L2XCBASE"
6532   - "BASE"
6533   - "FIB_10K"
6534   - "FIB_100K"
6535   - "FIB_1M"
6536   traces:
6537     hoverinfo: "x+y"
6538     boxpoints: "outliers"
6539     whiskerwidth: 0
6540   layout:
6541     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6542     layout: "plot-throughput"
6543
6544 - type: "plot"
6545   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6546   algorithm: "plot_performance_box"
6547   output-file-type: ".html"
6548   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6549   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6550   filter: "'NIC_Intel-X520-DA2' and
6551            '64B' and
6552            ('BASE' or 'SCALE') and
6553            'NDRPDR' and
6554            'ETH' and
6555            '2T2C' and
6556            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6557            not 'VHOST' and
6558            not 'MEMIF'"
6559   parameters:
6560   - "throughput"
6561   - "parent"
6562   - "tags"
6563   sort:
6564   - "L2PATCH"
6565   - "L2XCBASE"
6566   - "BASE"
6567   - "FIB_10K"
6568   - "FIB_100K"
6569   - "FIB_1M"
6570   traces:
6571     hoverinfo: "x+y"
6572     boxpoints: "outliers"
6573     whiskerwidth: 0
6574   layout:
6575     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6576     layout: "plot-throughput"
6577
6578 # Packet Throughput - VPP L2 3n-hsw-x520 features
6579 - type: "plot"
6580   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6581   algorithm: "plot_performance_box"
6582   output-file-type: ".html"
6583   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6584   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6585   filter: "'NIC_Intel-X520-DA2' and
6586            '64B' and
6587            'NDRPDR' and
6588            '1T1C' and
6589            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6590            not 'ACL' and
6591            not 'VHOST' and
6592            not 'MEMIF'"
6593   parameters:
6594   - "throughput"
6595   - "parent"
6596   - "tags"
6597   sort:
6598   - "L2XCBASE"    # l2xcbase
6599   - "L2BDBASE"    # l2bdbase
6600   - "L2XCFWD"     # dot1q-l2xcbase
6601   - "L2BDMACLRN"  # dot1q-l2bdbase
6602   traces:
6603     hoverinfo: "x+y"
6604     boxpoints: "outliers"
6605     whiskerwidth: 0
6606   layout:
6607     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6608     layout: "plot-throughput"
6609
6610 - type: "plot"
6611   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6612   algorithm: "plot_performance_box"
6613   output-file-type: ".html"
6614   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6615   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6616   filter: "'NIC_Intel-X520-DA2' and
6617            '64B' and
6618            'NDRPDR' and
6619            '1T1C' and
6620            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6621            not 'ACL' and
6622            not 'VHOST' and
6623            not 'MEMIF'"
6624   parameters:
6625   - "throughput"
6626   - "parent"
6627   - "tags"
6628   sort:
6629   - "L2XCBASE"    # l2xcbase
6630   - "L2BDBASE"    # l2bdbase
6631   - "L2XCFWD"     # dot1q-l2xcbase
6632   - "L2BDMACLRN"  # dot1q-l2bdbase
6633   traces:
6634     hoverinfo: "x+y"
6635     boxpoints: "outliers"
6636     whiskerwidth: 0
6637   layout:
6638     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6639     layout: "plot-throughput"
6640
6641 - type: "plot"
6642   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6643   algorithm: "plot_performance_box"
6644   output-file-type: ".html"
6645   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6646   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6647   filter: "'NIC_Intel-X520-DA2' and
6648            '64B' and
6649            'NDRPDR' and
6650            '2T2C' and
6651            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6652            not 'ACL' and
6653            not 'VHOST' and
6654            not 'MEMIF'"
6655   parameters:
6656   - "throughput"
6657   - "parent"
6658   - "tags"
6659   sort:
6660   - "L2XCBASE"    # l2xcbase
6661   - "L2BDBASE"    # l2bdbase
6662   - "L2XCFWD"     # dot1q-l2xcbase
6663   - "L2BDMACLRN"  # dot1q-l2bdbase
6664   traces:
6665     hoverinfo: "x+y"
6666     boxpoints: "outliers"
6667     whiskerwidth: 0
6668   layout:
6669     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6670     layout: "plot-throughput"
6671
6672 - type: "plot"
6673   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6674   algorithm: "plot_performance_box"
6675   output-file-type: ".html"
6676   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6677   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6678   filter: "'NIC_Intel-X520-DA2' and
6679            '64B' and
6680            'NDRPDR' and
6681            '2T2C' and
6682            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6683            not 'ACL' and
6684            not 'VHOST' and
6685            not 'MEMIF'"
6686   parameters:
6687   - "throughput"
6688   - "parent"
6689   - "tags"
6690   sort:
6691   - "L2XCBASE"    # l2xcbase
6692   - "L2BDBASE"    # l2bdbase
6693   - "L2XCFWD"     # dot1q-l2xcbase
6694   - "L2BDMACLRN"  # dot1q-l2bdbase
6695   traces:
6696     hoverinfo: "x+y"
6697     boxpoints: "outliers"
6698     whiskerwidth: 0
6699   layout:
6700     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6701     layout: "plot-throughput"
6702
6703 # Packet Throughput - VPP L2 3n-hsw-x520 features-iacl
6704 - type: "plot"
6705   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6706   algorithm: "plot_performance_box"
6707   output-file-type: ".html"
6708   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6709   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6710   filter: "'NIC_Intel-X520-DA2' and
6711            '64B' and
6712            'NDRPDR' and
6713            '1T1C' and
6714            'FEATURE' and
6715            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6716            'IACL' and
6717            ('ACL1' or 'ACL50') and
6718            ('10K_FLOWS' or '10k_FLOWS') and
6719            not 'MACIP' and
6720            not 'VHOST' and
6721            not 'MEMIF'"
6722   parameters:
6723   - "throughput"
6724   - "parent"
6725   - "tags"
6726   traces:
6727     hoverinfo: "x+y"
6728     boxpoints: "outliers"
6729     whiskerwidth: 0
6730   layout:
6731     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6732     layout: "plot-throughput"
6733
6734 - type: "plot"
6735   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6736   algorithm: "plot_performance_box"
6737   output-file-type: ".html"
6738   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6739   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6740   filter: "'NIC_Intel-X520-DA2' and
6741            '64B' and
6742            'NDRPDR' and
6743            '1T1C' and
6744            'FEATURE' and
6745            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6746            'IACL' and
6747            ('ACL1' or 'ACL50') and
6748            ('10K_FLOWS' or '10k_FLOWS') and
6749            not 'MACIP' and
6750            not 'VHOST' and
6751            not 'MEMIF'"
6752   parameters:
6753   - "throughput"
6754   - "parent"
6755   - "tags"
6756   traces:
6757     hoverinfo: "x+y"
6758     boxpoints: "outliers"
6759     whiskerwidth: 0
6760   layout:
6761     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6762     layout: "plot-throughput"
6763
6764 - type: "plot"
6765   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6766   algorithm: "plot_performance_box"
6767   output-file-type: ".html"
6768   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6769   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6770   filter: "'NIC_Intel-X520-DA2' and
6771            '64B' and
6772            'NDRPDR' and
6773            '2T2C' and
6774            'FEATURE' and
6775            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6776            'IACL' and
6777            ('ACL1' or 'ACL50') and
6778            ('10K_FLOWS' or '10k_FLOWS') and
6779            not 'MACIP' and
6780            not 'VHOST' and
6781            not 'MEMIF'"
6782   parameters:
6783   - "throughput"
6784   - "parent"
6785   - "tags"
6786   traces:
6787     hoverinfo: "x+y"
6788     boxpoints: "outliers"
6789     whiskerwidth: 0
6790   layout:
6791     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6792     layout: "plot-throughput"
6793
6794 - type: "plot"
6795   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6796   algorithm: "plot_performance_box"
6797   output-file-type: ".html"
6798   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6799   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6800   filter: "'NIC_Intel-X520-DA2' and
6801            '64B' and
6802            'NDRPDR' and
6803            '2T2C' and
6804            'FEATURE' and
6805            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6806            'IACL' and
6807            ('ACL1' or 'ACL50') and
6808            ('10K_FLOWS' or '10k_FLOWS') and
6809            not 'MACIP' and
6810            not 'VHOST' and
6811            not 'MEMIF'"
6812   parameters:
6813   - "throughput"
6814   - "parent"
6815   - "tags"
6816   traces:
6817     hoverinfo: "x+y"
6818     boxpoints: "outliers"
6819     whiskerwidth: 0
6820   layout:
6821     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6822     layout: "plot-throughput"
6823
6824 # Packet Throughput - VPP L2 3n-hsw-x520 features-oacl
6825 - type: "plot"
6826   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6827   algorithm: "plot_performance_box"
6828   output-file-type: ".html"
6829   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6830   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6831   filter: "'NIC_Intel-X520-DA2' and
6832            '64B' and
6833            'NDRPDR' and
6834            '1T1C' and
6835            'FEATURE' and
6836            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6837            'OACL' and
6838            ('ACL1' or 'ACL50') and
6839            ('10K_FLOWS' or '10k_FLOWS') and
6840            not 'MACIP' and
6841            not 'VHOST' and
6842            not 'MEMIF'"
6843   parameters:
6844   - "throughput"
6845   - "parent"
6846   - "tags"
6847   traces:
6848     hoverinfo: "x+y"
6849     boxpoints: "outliers"
6850     whiskerwidth: 0
6851   layout:
6852     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6853     layout: "plot-throughput"
6854
6855 - type: "plot"
6856   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6857   algorithm: "plot_performance_box"
6858   output-file-type: ".html"
6859   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6860   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6861   filter: "'NIC_Intel-X520-DA2' and
6862            '64B' and
6863            'NDRPDR' and
6864            '1T1C' and
6865            'FEATURE' and
6866            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6867            'OACL' and
6868            ('ACL1' or 'ACL50') and
6869            ('10K_FLOWS' or '10k_FLOWS') and
6870            not 'MACIP' and
6871            not 'VHOST' and
6872            not 'MEMIF'"
6873   parameters:
6874   - "throughput"
6875   - "parent"
6876   - "tags"
6877   traces:
6878     hoverinfo: "x+y"
6879     boxpoints: "outliers"
6880     whiskerwidth: 0
6881   layout:
6882     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6883     layout: "plot-throughput"
6884
6885 - type: "plot"
6886   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6887   algorithm: "plot_performance_box"
6888   output-file-type: ".html"
6889   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6890   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6891   filter: "'NIC_Intel-X520-DA2' and
6892            '64B' and
6893            'NDRPDR' and
6894            '2T2C' and
6895            'FEATURE' and
6896            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6897            'OACL' and
6898            ('ACL1' or 'ACL50') and
6899            ('10K_FLOWS' or '10k_FLOWS') and
6900            not 'MACIP' and
6901            not 'VHOST' and
6902            not 'MEMIF'"
6903   parameters:
6904   - "throughput"
6905   - "parent"
6906   - "tags"
6907   traces:
6908     hoverinfo: "x+y"
6909     boxpoints: "outliers"
6910     whiskerwidth: 0
6911   layout:
6912     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6913     layout: "plot-throughput"
6914
6915 - type: "plot"
6916   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6917   algorithm: "plot_performance_box"
6918   output-file-type: ".html"
6919   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6920   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6921   filter: "'NIC_Intel-X520-DA2' and
6922            '64B' and
6923            'NDRPDR' and
6924            '2T2C' and
6925            'FEATURE' and
6926            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6927            'OACL' and
6928            ('ACL1' or 'ACL50') and
6929            ('10K_FLOWS' or '10k_FLOWS') and
6930            not 'MACIP' and
6931            not 'VHOST' and
6932            not 'MEMIF'"
6933   parameters:
6934   - "throughput"
6935   - "parent"
6936   - "tags"
6937   traces:
6938     hoverinfo: "x+y"
6939     boxpoints: "outliers"
6940     whiskerwidth: 0
6941   layout:
6942     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6943     layout: "plot-throughput"
6944
6945 # Packet Throughput - VPP L2 3n-hsw-x520 features-macip
6946 - type: "plot"
6947   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6948   algorithm: "plot_performance_box"
6949   output-file-type: ".html"
6950   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6951   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6952   filter: "'NIC_Intel-X520-DA2' and
6953            '64B' and
6954            'NDRPDR' and
6955            '1T1C' and
6956            'FEATURE' and
6957            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6958            'MACIP' and
6959            ('ACL1' or 'ACL50') and
6960            ('10K_FLOWS' or '10k_FLOWS') and
6961            not 'VHOST' and
6962            not 'MEMIF'"
6963   parameters:
6964   - "throughput"
6965   - "parent"
6966   - "tags"
6967   traces:
6968     hoverinfo: "x+y"
6969     boxpoints: "outliers"
6970     whiskerwidth: 0
6971   layout:
6972     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6973     layout: "plot-throughput"
6974
6975 - type: "plot"
6976   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6977   algorithm: "plot_performance_box"
6978   output-file-type: ".html"
6979   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6980   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6981   filter: "'NIC_Intel-X520-DA2' and
6982            '64B' and
6983            'NDRPDR' and
6984            '1T1C' and
6985            'FEATURE' and
6986            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6987            'MACIP' and
6988            ('ACL1' or 'ACL50') and
6989            ('10K_FLOWS' or '10k_FLOWS') and
6990            not 'VHOST' and
6991            not 'MEMIF'"
6992   parameters:
6993   - "throughput"
6994   - "parent"
6995   - "tags"
6996   traces:
6997     hoverinfo: "x+y"
6998     boxpoints: "outliers"
6999     whiskerwidth: 0
7000   layout:
7001     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
7002     layout: "plot-throughput"
7003
7004 - type: "plot"
7005   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
7006   algorithm: "plot_performance_box"
7007   output-file-type: ".html"
7008   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
7009   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7010   filter: "'NIC_Intel-X520-DA2' and
7011            '64B' and
7012            'NDRPDR' and
7013            '2T2C' and
7014            'FEATURE' and
7015            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7016            'MACIP' and
7017            ('ACL1' or 'ACL50') and
7018            ('10K_FLOWS' or '10k_FLOWS') and
7019            not 'VHOST' and
7020            not 'MEMIF'"
7021   parameters:
7022   - "throughput"
7023   - "parent"
7024   - "tags"
7025   traces:
7026     hoverinfo: "x+y"
7027     boxpoints: "outliers"
7028     whiskerwidth: 0
7029   layout:
7030     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
7031     layout: "plot-throughput"
7032
7033 - type: "plot"
7034   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7035   algorithm: "plot_performance_box"
7036   output-file-type: ".html"
7037   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7038   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7039   filter: "'NIC_Intel-X520-DA2' and
7040            '64B' and
7041            'NDRPDR' and
7042            '2T2C' and
7043            'FEATURE' and
7044            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7045            'MACIP' and
7046            ('ACL1' or 'ACL50') and
7047            ('10K_FLOWS' or '10k_FLOWS') and
7048            not 'VHOST' and
7049            not 'MEMIF'"
7050   parameters:
7051   - "throughput"
7052   - "parent"
7053   - "tags"
7054   traces:
7055     hoverinfo: "x+y"
7056     boxpoints: "outliers"
7057     whiskerwidth: 0
7058   layout:
7059     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7060     layout: "plot-throughput"
7061
7062 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
7063 - type: "plot"
7064   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7065   algorithm: "plot_performance_box"
7066   output-file-type: ".html"
7067   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7068   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7069   filter: "'NIC_Intel-X710' and
7070            '64B' and
7071            ('BASE' or 'SCALE') and
7072            'NDRPDR' and
7073            'ETH' and
7074            '1T1C' and
7075            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7076            not 'VHOST' and
7077            not 'MEMIF'"
7078   parameters:
7079   - "throughput"
7080   - "parent"
7081   - "tags"
7082   sort:
7083   - "L2PATCH"
7084   - "L2XCFWD"
7085   - "L2BDMACLRN"
7086   - "FIB_10K"
7087   - "FIB_100K"
7088   - "FIB_1M"
7089   traces:
7090     hoverinfo: "x+y"
7091     boxpoints: "outliers"
7092     whiskerwidth: 0
7093   layout:
7094     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7095     layout: "plot-throughput"
7096
7097 - type: "plot"
7098   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7099   algorithm: "plot_performance_box"
7100   output-file-type: ".html"
7101   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7102   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7103   filter: "'NIC_Intel-X710' and
7104            '64B' and
7105            ('BASE' or 'SCALE') and
7106            'NDRPDR' and
7107            'ETH' and
7108            '1T1C' and
7109            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7110            not 'VHOST' and
7111            not 'MEMIF'"
7112   parameters:
7113   - "throughput"
7114   - "parent"
7115   - "tags"
7116   sort:
7117   - "L2PATCH"
7118   - "L2XCFWD"
7119   - "L2BDMACLRN"
7120   - "FIB_10K"
7121   - "FIB_100K"
7122   - "FIB_1M"
7123   traces:
7124     hoverinfo: "x+y"
7125     boxpoints: "outliers"
7126     whiskerwidth: 0
7127   layout:
7128     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7129     layout: "plot-throughput"
7130
7131 - type: "plot"
7132   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7133   algorithm: "plot_performance_box"
7134   output-file-type: ".html"
7135   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7136   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7137   filter: "'NIC_Intel-X710' and
7138            '64B' and
7139            ('BASE' or 'SCALE') and
7140            'NDRPDR' and
7141            'ETH' and
7142            '2T2C' and
7143            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7144            not 'VHOST' and
7145            not 'MEMIF'"
7146   parameters:
7147   - "throughput"
7148   - "parent"
7149   - "tags"
7150   sort:
7151   - "L2PATCH"
7152   - "L2XCFWD"
7153   - "L2BDMACLRN"
7154   - "FIB_10K"
7155   - "FIB_100K"
7156   - "FIB_1M"
7157   traces:
7158     hoverinfo: "x+y"
7159     boxpoints: "outliers"
7160     whiskerwidth: 0
7161   layout:
7162     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7163     layout: "plot-throughput"
7164
7165 - type: "plot"
7166   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7167   algorithm: "plot_performance_box"
7168   output-file-type: ".html"
7169   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7170   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7171   filter: "'NIC_Intel-X710' and
7172            '64B' and
7173            ('BASE' or 'SCALE') and
7174            'NDRPDR' and
7175            'ETH' and
7176            '2T2C' and
7177            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7178            not 'VHOST' and
7179            not 'MEMIF'"
7180   parameters:
7181   - "throughput"
7182   - "parent"
7183   - "tags"
7184   sort:
7185   - "L2PATCH"
7186   - "L2XCFWD"
7187   - "L2BDMACLRN"
7188   - "FIB_10K"
7189   - "FIB_100K"
7190   - "FIB_1M"
7191   traces:
7192     hoverinfo: "x+y"
7193     boxpoints: "outliers"
7194     whiskerwidth: 0
7195   layout:
7196     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7197     layout: "plot-throughput"
7198
7199 # Packet Throughput - VPP L2 3n-hsw-x710 features
7200 - type: "plot"
7201   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7202   algorithm: "plot_performance_box"
7203   output-file-type: ".html"
7204   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7205   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7206   filter: "'NIC_Intel-X710' and
7207            '64B' and
7208            'NDRPDR' and
7209            '1T1C' and
7210            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7211            not 'ACL' and
7212            not 'VHOST' and
7213            not 'L2OVRLAY' and
7214            not 'MEMIF'"
7215   parameters:
7216   - "throughput"
7217   - "parent"
7218   - "tags"
7219   sort:
7220   - "L2XCBASE"    # l2xcbase
7221   - "L2BDBASE"    # l2bdbase
7222   - "L2XCFWD"     # dot1q-l2xcbase
7223   - "L2BDMACLRN"  # dot1q-l2bdbase
7224   traces:
7225     hoverinfo: "x+y"
7226     boxpoints: "outliers"
7227     whiskerwidth: 0
7228   layout:
7229     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7230     layout: "plot-throughput"
7231
7232 - type: "plot"
7233   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7234   algorithm: "plot_performance_box"
7235   output-file-type: ".html"
7236   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7237   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7238   filter: "'NIC_Intel-X710' and
7239            '64B' and
7240            'NDRPDR' and
7241            '1T1C' and
7242            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7243            not 'ACL' and
7244            not 'VHOST' and
7245            not 'L2OVRLAY' and
7246            not 'MEMIF'"
7247   parameters:
7248   - "throughput"
7249   - "parent"
7250   - "tags"
7251   sort:
7252   - "L2XCBASE"    # l2xcbase
7253   - "L2BDBASE"    # l2bdbase
7254   - "L2XCFWD"     # dot1q-l2xcbase
7255   - "L2BDMACLRN"  # dot1q-l2bdbase
7256   traces:
7257     hoverinfo: "x+y"
7258     boxpoints: "outliers"
7259     whiskerwidth: 0
7260   layout:
7261     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7262     layout: "plot-throughput"
7263
7264 - type: "plot"
7265   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7266   algorithm: "plot_performance_box"
7267   output-file-type: ".html"
7268   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7269   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7270   filter: "'NIC_Intel-X710' and
7271            '64B' and
7272            'NDRPDR' and
7273            '2T2C' and
7274            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7275            not 'ACL' and
7276            not 'VHOST' and
7277            not 'L2OVRLAY' and
7278            not 'MEMIF'"
7279   parameters:
7280   - "throughput"
7281   - "parent"
7282   - "tags"
7283   sort:
7284   - "L2XCBASE"    # l2xcbase
7285   - "L2BDBASE"    # l2bdbase
7286   - "L2XCFWD"     # dot1q-l2xcbase
7287   - "L2BDMACLRN"  # dot1q-l2bdbase
7288   traces:
7289     hoverinfo: "x+y"
7290     boxpoints: "outliers"
7291     whiskerwidth: 0
7292   layout:
7293     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7294     layout: "plot-throughput"
7295
7296 - type: "plot"
7297   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7298   algorithm: "plot_performance_box"
7299   output-file-type: ".html"
7300   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7301   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7302   filter: "'NIC_Intel-X710' and
7303            '64B' and
7304            'NDRPDR' and
7305            '2T2C' and
7306            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7307            not 'ACL' and
7308            not 'VHOST' and
7309            not 'L2OVRLAY' and
7310            not 'MEMIF'"
7311   parameters:
7312   - "throughput"
7313   - "parent"
7314   - "tags"
7315   sort:
7316   - "L2XCBASE"    # l2xcbase
7317   - "L2BDBASE"    # l2bdbase
7318   - "L2XCFWD"     # dot1q-l2xcbase
7319   - "L2BDMACLRN"  # dot1q-l2bdbase
7320   traces:
7321     hoverinfo: "x+y"
7322     boxpoints: "outliers"
7323     whiskerwidth: 0
7324   layout:
7325     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7326     layout: "plot-throughput"
7327
7328 # Packet Throughput - VPP L2 3n-hsw-x710 features-iacl
7329 - type: "plot"
7330   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7331   algorithm: "plot_performance_box"
7332   output-file-type: ".html"
7333   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7334   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7335   filter: "'NIC_Intel-X710' and
7336            '64B' and
7337            'NDRPDR' and
7338            '1T1C' and
7339            'FEATURE' and
7340            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7341            'IACL' and
7342            ('ACL1' or 'ACL50') and
7343            ('10K_FLOWS' or '10k_FLOWS') and
7344            not 'MACIP' and
7345            not 'VHOST' and
7346            not 'MEMIF'"
7347   parameters:
7348   - "throughput"
7349   - "parent"
7350   - "tags"
7351   traces:
7352     hoverinfo: "x+y"
7353     boxpoints: "outliers"
7354     whiskerwidth: 0
7355   layout:
7356     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7357     layout: "plot-throughput"
7358
7359 - type: "plot"
7360   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7361   algorithm: "plot_performance_box"
7362   output-file-type: ".html"
7363   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7364   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7365   filter: "'NIC_Intel-X710' and
7366            '64B' and
7367            'NDRPDR' and
7368            '1T1C' and
7369            'FEATURE' and
7370            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7371            'IACL' and
7372            ('ACL1' or 'ACL50') and
7373            ('10K_FLOWS' or '10k_FLOWS') and
7374            not 'MACIP' and
7375            not 'VHOST' and
7376            not 'MEMIF'"
7377   parameters:
7378   - "throughput"
7379   - "parent"
7380   - "tags"
7381   traces:
7382     hoverinfo: "x+y"
7383     boxpoints: "outliers"
7384     whiskerwidth: 0
7385   layout:
7386     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7387     layout: "plot-throughput"
7388
7389 - type: "plot"
7390   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7391   algorithm: "plot_performance_box"
7392   output-file-type: ".html"
7393   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7394   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7395   filter: "'NIC_Intel-X710' and
7396            '64B' and
7397            'NDRPDR' and
7398            '2T2C' and
7399            'FEATURE' and
7400            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7401            'IACL' and
7402            ('ACL1' or 'ACL50') and
7403            ('10K_FLOWS' or '10k_FLOWS') and
7404            not 'MACIP' and
7405            not 'VHOST' and
7406            not 'MEMIF'"
7407   parameters:
7408   - "throughput"
7409   - "parent"
7410   - "tags"
7411   traces:
7412     hoverinfo: "x+y"
7413     boxpoints: "outliers"
7414     whiskerwidth: 0
7415   layout:
7416     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7417     layout: "plot-throughput"
7418
7419 - type: "plot"
7420   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7421   algorithm: "plot_performance_box"
7422   output-file-type: ".html"
7423   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7424   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7425   filter: "'NIC_Intel-X710' and
7426            '64B' and
7427            'NDRPDR' and
7428            '2T2C' and
7429            'FEATURE' and
7430            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7431            'IACL' and
7432            ('ACL1' or 'ACL50') and
7433            ('10K_FLOWS' or '10k_FLOWS') and
7434            not 'MACIP' and
7435            not 'VHOST' and
7436            not 'MEMIF'"
7437   parameters:
7438   - "throughput"
7439   - "parent"
7440   - "tags"
7441   traces:
7442     hoverinfo: "x+y"
7443     boxpoints: "outliers"
7444     whiskerwidth: 0
7445   layout:
7446     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7447     layout: "plot-throughput"
7448
7449 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
7450 - type: "plot"
7451   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7452   algorithm: "plot_performance_box"
7453   output-file-type: ".html"
7454   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7455   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7456   filter: "'NIC_Intel-XL710' and
7457            '64B' and
7458            'BASE' and
7459            'NDRPDR' and
7460            'ETH' and
7461            '1T1C' and
7462            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7463            not 'VHOST' and
7464            not 'MEMIF'"
7465   parameters:
7466   - "throughput"
7467   - "parent"
7468   - "tags"
7469   sort:
7470   - "L2PATCH"
7471   - "L2XCFWD"
7472   - "L2BDMACLRN"
7473   traces:
7474     hoverinfo: "x+y"
7475     boxpoints: "outliers"
7476     whiskerwidth: 0
7477   layout:
7478     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7479     layout: "plot-throughput"
7480
7481 - type: "plot"
7482   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7483   algorithm: "plot_performance_box"
7484   output-file-type: ".html"
7485   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7486   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7487   filter: "'NIC_Intel-XL710' and
7488            '64B' and
7489            'BASE' and
7490            'NDRPDR' and
7491            'ETH' and
7492            '1T1C' and
7493            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7494            not 'VHOST' and
7495            not 'MEMIF'"
7496   parameters:
7497   - "throughput"
7498   - "parent"
7499   - "tags"
7500   sort:
7501   - "L2PATCH"
7502   - "L2XCFWD"
7503   - "L2BDMACLRN"
7504   traces:
7505     hoverinfo: "x+y"
7506     boxpoints: "outliers"
7507     whiskerwidth: 0
7508   layout:
7509     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7510     layout: "plot-throughput"
7511
7512 - type: "plot"
7513   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7514   algorithm: "plot_performance_box"
7515   output-file-type: ".html"
7516   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7517   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7518   filter: "'NIC_Intel-XL710' and
7519            '64B' and
7520            'BASE' and
7521            'NDRPDR' and
7522            'ETH' and
7523            '2T2C' and
7524            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7525            not 'VHOST' and
7526            not 'MEMIF'"
7527   parameters:
7528   - "throughput"
7529   - "parent"
7530   - "tags"
7531   sort:
7532   - "L2PATCH"
7533   - "L2XCFWD"
7534   - "L2BDMACLRN"
7535   traces:
7536     hoverinfo: "x+y"
7537     boxpoints: "outliers"
7538     whiskerwidth: 0
7539   layout:
7540     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7541     layout: "plot-throughput"
7542
7543 - type: "plot"
7544   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7545   algorithm: "plot_performance_box"
7546   output-file-type: ".html"
7547   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7548   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7549   filter: "'NIC_Intel-XL710' and
7550            '64B' and
7551            'BASE' and
7552            'NDRPDR' and
7553            'ETH' and
7554            '2T2C' and
7555            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7556            not 'VHOST' and
7557            not 'MEMIF'"
7558   parameters:
7559   - "throughput"
7560   - "parent"
7561   - "tags"
7562   sort:
7563   - "L2PATCH"
7564   - "L2XCFWD"
7565   - "L2BDMACLRN"
7566   traces:
7567     hoverinfo: "x+y"
7568     boxpoints: "outliers"
7569     whiskerwidth: 0
7570   layout:
7571     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7572     layout: "plot-throughput"
7573
7574 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
7575 - type: "plot"
7576   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7577   algorithm: "plot_performance_box"
7578   output-file-type: ".html"
7579   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7580   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7581   filter: "'NIC_Intel-X710' and
7582            '64B' and
7583            ('BASE' or 'SCALE') and
7584            'NDRPDR' and
7585            'ETH' and
7586            '2T1C' and
7587            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7588            not 'VHOST' and
7589            not 'MEMIF' and
7590            not 'DRV_AVF'"
7591   parameters:
7592   - "throughput"
7593   - "parent"
7594   - "tags"
7595   sort:
7596   - "L2PATCH"
7597   - "L2XCBASE"
7598   - "BASE"
7599   - "FIB_10K"
7600   - "FIB_100K"
7601   - "FIB_1M"
7602   traces:
7603     hoverinfo: "x+y"
7604     boxpoints: "outliers"
7605     whiskerwidth: 0
7606   layout:
7607     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7608     layout: "plot-throughput"
7609
7610 - type: "plot"
7611   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7612   algorithm: "plot_performance_box"
7613   output-file-type: ".html"
7614   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7615   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7616   filter: "'NIC_Intel-X710' and
7617            '64B' and
7618            ('BASE' or 'SCALE') and
7619            'NDRPDR' and
7620            'ETH' and
7621            '2T1C' and
7622            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7623            not 'VHOST' and
7624            not 'MEMIF' and
7625            not 'DRV_AVF'"
7626   parameters:
7627   - "throughput"
7628   - "parent"
7629   - "tags"
7630   sort:
7631   - "L2PATCH"
7632   - "L2XCBASE"
7633   - "BASE"
7634   - "FIB_10K"
7635   - "FIB_100K"
7636   - "FIB_1M"
7637   traces:
7638     hoverinfo: "x+y"
7639     boxpoints: "outliers"
7640     whiskerwidth: 0
7641   layout:
7642     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7643     layout: "plot-throughput"
7644
7645 - type: "plot"
7646   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7647   algorithm: "plot_performance_box"
7648   output-file-type: ".html"
7649   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7650   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7651   filter: "'NIC_Intel-X710' and
7652            '64B' and
7653            ('BASE' or 'SCALE') and
7654            'NDRPDR' and
7655            'ETH' and
7656            '4T2C' and
7657            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7658            not 'VHOST' and
7659            not 'MEMIF' and
7660            not 'DRV_AVF'"
7661   parameters:
7662   - "throughput"
7663   - "parent"
7664   - "tags"
7665   sort:
7666   - "L2PATCH"
7667   - "L2XCBASE"
7668   - "BASE"
7669   - "FIB_10K"
7670   - "FIB_100K"
7671   - "FIB_1M"
7672   traces:
7673     hoverinfo: "x+y"
7674     boxpoints: "outliers"
7675     whiskerwidth: 0
7676   layout:
7677     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7678     layout: "plot-throughput"
7679
7680 - type: "plot"
7681   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7682   algorithm: "plot_performance_box"
7683   output-file-type: ".html"
7684   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7685   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7686   filter: "'NIC_Intel-X710' and
7687            '64B' and
7688            ('BASE' or 'SCALE') and
7689            'NDRPDR' and
7690            'ETH' and
7691            '4T2C' and
7692            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7693            not 'VHOST' and
7694            not 'MEMIF' and
7695            not 'DRV_AVF'"
7696   parameters:
7697   - "throughput"
7698   - "parent"
7699   - "tags"
7700   sort:
7701   - "L2PATCH"
7702   - "L2XCBASE"
7703   - "BASE"
7704   - "FIB_10K"
7705   - "FIB_100K"
7706   - "FIB_1M"
7707   traces:
7708     hoverinfo: "x+y"
7709     boxpoints: "outliers"
7710     whiskerwidth: 0
7711   layout:
7712     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7713     layout: "plot-throughput"
7714
7715 # Packet Throughput - VPP L2 3n-skx-x710 features
7716 - type: "plot"
7717   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7718   algorithm: "plot_performance_box"
7719   output-file-type: ".html"
7720   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7721   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7722   filter: "'NIC_Intel-X710' and
7723            '64B' and
7724            'NDRPDR' and
7725            '2T1C' and
7726            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7727            not 'ACL' and
7728            not 'VHOST' and
7729            not 'DRV_AVF' and
7730            not 'L2OVRLAY' and
7731            not 'MEMIF'"
7732   parameters:
7733   - "throughput"
7734   - "parent"
7735   - "tags"
7736   sort:
7737   - "L2XCBASE"    # l2xcbase
7738   - "L2BDBASE"    # l2bdbase
7739   - "L2XCFWD"     # dot1q-l2xcbase
7740   - "L2BDMACLRN"  # dot1q-l2bdbase
7741   traces:
7742     hoverinfo: "x+y"
7743     boxpoints: "outliers"
7744     whiskerwidth: 0
7745   layout:
7746     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7747     layout: "plot-throughput"
7748
7749 - type: "plot"
7750   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7751   algorithm: "plot_performance_box"
7752   output-file-type: ".html"
7753   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7754   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7755   filter: "'NIC_Intel-X710' and
7756            '64B' and
7757            'NDRPDR' and
7758            '2T1C' and
7759            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7760            not 'ACL' and
7761            not 'VHOST' and
7762            not 'DRV_AVF' and
7763            not 'L2OVRLAY' and
7764            not 'MEMIF'"
7765   parameters:
7766   - "throughput"
7767   - "parent"
7768   - "tags"
7769   sort:
7770   - "L2XCBASE"    # l2xcbase
7771   - "L2BDBASE"    # l2bdbase
7772   - "L2XCFWD"     # dot1q-l2xcbase
7773   - "L2BDMACLRN"  # dot1q-l2bdbase
7774   traces:
7775     hoverinfo: "x+y"
7776     boxpoints: "outliers"
7777     whiskerwidth: 0
7778   layout:
7779     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7780     layout: "plot-throughput"
7781
7782 - type: "plot"
7783   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7784   algorithm: "plot_performance_box"
7785   output-file-type: ".html"
7786   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7787   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7788   filter: "'NIC_Intel-X710' and
7789            '64B' and
7790            'NDRPDR' and
7791            '4T2C' and
7792            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7793            not 'ACL' and
7794            not 'VHOST' and
7795            not 'DRV_AVF' and
7796            not 'L2OVRLAY' and
7797            not 'MEMIF'"
7798   parameters:
7799   - "throughput"
7800   - "parent"
7801   - "tags"
7802   sort:
7803   - "L2XCBASE"    # l2xcbase
7804   - "L2BDBASE"    # l2bdbase
7805   - "L2XCFWD"     # dot1q-l2xcbase
7806   - "L2BDMACLRN"  # dot1q-l2bdbase
7807   traces:
7808     hoverinfo: "x+y"
7809     boxpoints: "outliers"
7810     whiskerwidth: 0
7811   layout:
7812     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7813     layout: "plot-throughput"
7814
7815 - type: "plot"
7816   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7817   algorithm: "plot_performance_box"
7818   output-file-type: ".html"
7819   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7820   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7821   filter: "'NIC_Intel-X710' and
7822            '64B' and
7823            'NDRPDR' and
7824            '4T2C' and
7825            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7826            not 'ACL' and
7827            not 'VHOST' and
7828            not 'DRV_AVF' and
7829            not 'L2OVRLAY' and
7830            not 'MEMIF'"
7831   parameters:
7832   - "throughput"
7833   - "parent"
7834   - "tags"
7835   sort:
7836   - "L2XCBASE"    # l2xcbase
7837   - "L2BDBASE"    # l2bdbase
7838   - "L2XCFWD"     # dot1q-l2xcbase
7839   - "L2BDMACLRN"  # dot1q-l2bdbase
7840   traces:
7841     hoverinfo: "x+y"
7842     boxpoints: "outliers"
7843     whiskerwidth: 0
7844   layout:
7845     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7846     layout: "plot-throughput"
7847
7848 # Packet Throughput - VPP L2 3n-skx-x710 features-iacl
7849 - type: "plot"
7850   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7851   algorithm: "plot_performance_box"
7852   output-file-type: ".html"
7853   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7854   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7855   filter: "'NIC_Intel-X710' and
7856            '64B' and
7857            'NDRPDR' and
7858            '2T1C' and
7859            'FEATURE' and
7860            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7861            'IACL' and
7862            ('ACL1' or 'ACL50') and
7863            ('10K_FLOWS' or '10k_FLOWS') and
7864            not 'MACIP' and
7865            not 'VHOST' and
7866            not 'MEMIF'"
7867   parameters:
7868   - "throughput"
7869   - "parent"
7870   - "tags"
7871   traces:
7872     hoverinfo: "x+y"
7873     boxpoints: "outliers"
7874     whiskerwidth: 0
7875   layout:
7876     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7877     layout: "plot-throughput"
7878
7879 - type: "plot"
7880   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7881   algorithm: "plot_performance_box"
7882   output-file-type: ".html"
7883   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7884   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7885   filter: "'NIC_Intel-X710' and
7886            '64B' and
7887            'NDRPDR' and
7888            '2T1C' and
7889            'FEATURE' and
7890            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7891            'IACL' and
7892            ('ACL1' or 'ACL50') and
7893            ('10K_FLOWS' or '10k_FLOWS') and
7894            not 'MACIP' and
7895            not 'VHOST' and
7896            not 'MEMIF'"
7897   parameters:
7898   - "throughput"
7899   - "parent"
7900   - "tags"
7901   traces:
7902     hoverinfo: "x+y"
7903     boxpoints: "outliers"
7904     whiskerwidth: 0
7905   layout:
7906     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7907     layout: "plot-throughput"
7908
7909 - type: "plot"
7910   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7911   algorithm: "plot_performance_box"
7912   output-file-type: ".html"
7913   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7914   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7915   filter: "'NIC_Intel-X710' and
7916            '64B' and
7917            'NDRPDR' and
7918            '4T2C' and
7919            'FEATURE' and
7920            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7921            'IACL' and
7922            ('ACL1' or 'ACL50') and
7923            ('10K_FLOWS' or '10k_FLOWS') and
7924            not 'MACIP' and
7925            not 'VHOST' and
7926            not 'MEMIF'"
7927   parameters:
7928   - "throughput"
7929   - "parent"
7930   - "tags"
7931   traces:
7932     hoverinfo: "x+y"
7933     boxpoints: "outliers"
7934     whiskerwidth: 0
7935   layout:
7936     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7937     layout: "plot-throughput"
7938
7939 - type: "plot"
7940   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7941   algorithm: "plot_performance_box"
7942   output-file-type: ".html"
7943   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7944   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7945   filter: "'NIC_Intel-X710' and
7946            '64B' and
7947            'NDRPDR' and
7948            '4T2C' and
7949            'FEATURE' and
7950            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7951            'IACL' and
7952            ('ACL1' or 'ACL50') and
7953            ('10K_FLOWS' or '10k_FLOWS') and
7954            not 'MACIP' and
7955            not 'VHOST' and
7956            not 'MEMIF'"
7957   parameters:
7958   - "throughput"
7959   - "parent"
7960   - "tags"
7961   traces:
7962     hoverinfo: "x+y"
7963     boxpoints: "outliers"
7964     whiskerwidth: 0
7965   layout:
7966     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7967     layout: "plot-throughput"
7968
7969 # Packet Throughput - VPP L2 3n-skx-xxv710 base
7970 - type: "plot"
7971   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7972   algorithm: "plot_performance_box"
7973   output-file-type: ".html"
7974   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7975   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7976   filter: "'NIC_Intel-XXV710' and
7977            '64B' and
7978            ('BASE' or 'SCALE') and
7979            'NDRPDR' and
7980            'ETH' and
7981            '2T1C' and
7982            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7983            not 'VHOST' and
7984            not 'MEMIF'"
7985   parameters:
7986   - "throughput"
7987   - "parent"
7988   - "tags"
7989   sort:
7990   - "L2PATCH"
7991   - "L2PATCH"
7992   - "L2XCBASE"
7993   - "L2BDMACLRN"
7994   traces:
7995     hoverinfo: "x+y"
7996     boxpoints: "outliers"
7997     whiskerwidth: 0
7998   layout:
7999     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
8000     layout: "plot-throughput"
8001
8002 - type: "plot"
8003   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
8004   algorithm: "plot_performance_box"
8005   output-file-type: ".html"
8006   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
8007   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8008   filter: "'NIC_Intel-XXV710' and
8009            '64B' and
8010            ('BASE' or 'SCALE') and
8011            'NDRPDR' and
8012            'ETH' and
8013            '2T1C' and
8014            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8015            not 'VHOST' and
8016            not 'MEMIF'"
8017   parameters:
8018   - "throughput"
8019   - "parent"
8020   - "tags"
8021   sort:
8022   - "L2PATCH"
8023   - "L2PATCH"
8024   - "L2XCBASE"
8025   - "L2BDMACLRN"
8026   traces:
8027     hoverinfo: "x+y"
8028     boxpoints: "outliers"
8029     whiskerwidth: 0
8030   layout:
8031     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
8032     layout: "plot-throughput"
8033
8034 - type: "plot"
8035   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8036   algorithm: "plot_performance_box"
8037   output-file-type: ".html"
8038   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8039   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8040   filter: "'NIC_Intel-XXV710' and
8041            '64B' and
8042            ('BASE' or 'SCALE') and
8043            'NDRPDR' and
8044            'ETH' and
8045            '4T2C' and
8046            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8047            not 'VHOST' and
8048            not 'MEMIF'"
8049   parameters:
8050   - "throughput"
8051   - "parent"
8052   - "tags"
8053   sort:
8054   - "L2PATCH"
8055   - "L2PATCH"
8056   - "L2XCBASE"
8057   - "L2BDMACLRN"
8058   traces:
8059     hoverinfo: "x+y"
8060     boxpoints: "outliers"
8061     whiskerwidth: 0
8062   layout:
8063     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8064     layout: "plot-throughput"
8065
8066 - type: "plot"
8067   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8068   algorithm: "plot_performance_box"
8069   output-file-type: ".html"
8070   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8071   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8072   filter: "'NIC_Intel-XXV710' and
8073            '64B' and
8074            ('BASE' or 'SCALE') and
8075            'NDRPDR' and
8076            'ETH' and
8077            '4T2C' and
8078            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8079            not 'VHOST' and
8080            not 'MEMIF'"
8081   parameters:
8082   - "throughput"
8083   - "parent"
8084   - "tags"
8085   sort:
8086   - "L2PATCH"
8087   - "L2PATCH"
8088   - "L2XCBASE"
8089   - "L2BDMACLRN"
8090   traces:
8091     hoverinfo: "x+y"
8092     boxpoints: "outliers"
8093     whiskerwidth: 0
8094   layout:
8095     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8096     layout: "plot-throughput"
8097
8098 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
8099 - type: "plot"
8100   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8101   algorithm: "plot_performance_box"
8102   output-file-type: ".html"
8103   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8104   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8105   filter: "'NIC_Intel-X710' and
8106            '64B' and
8107            ('BASE' or 'SCALE') and
8108            'NDRPDR' and
8109            'ETH' and
8110            '2T1C' and
8111            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8112            not 'VHOST' and
8113            not 'MEMIF'"
8114   parameters:
8115   - "throughput"
8116   - "parent"
8117   - "tags"
8118   sort:
8119   - "L2PATCH"
8120   - "L2XCBASE"
8121   - "BASE"
8122   - "FIB_10K"
8123   - "FIB_100K"
8124   - "FIB_1M"
8125   traces:
8126     hoverinfo: "x+y"
8127     boxpoints: "outliers"
8128     whiskerwidth: 0
8129   layout:
8130     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8131     layout: "plot-throughput"
8132
8133 - type: "plot"
8134   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8135   algorithm: "plot_performance_box"
8136   output-file-type: ".html"
8137   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8138   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8139   filter: "'NIC_Intel-X710' and
8140            '64B' and
8141            ('BASE' or 'SCALE') and
8142            'NDRPDR' and
8143            'ETH' and
8144            '2T1C' and
8145            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8146            not 'VHOST' and
8147            not 'MEMIF'"
8148   parameters:
8149   - "throughput"
8150   - "parent"
8151   - "tags"
8152   sort:
8153   - "L2PATCH"
8154   - "L2XCBASE"
8155   - "BASE"
8156   - "FIB_10K"
8157   - "FIB_100K"
8158   - "FIB_1M"
8159   traces:
8160     hoverinfo: "x+y"
8161     boxpoints: "outliers"
8162     whiskerwidth: 0
8163   layout:
8164     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8165     layout: "plot-throughput"
8166
8167 - type: "plot"
8168   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8169   algorithm: "plot_performance_box"
8170   output-file-type: ".html"
8171   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8172   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8173   filter: "'NIC_Intel-X710' and
8174            '64B' and
8175            ('BASE' or 'SCALE') and
8176            'NDRPDR' and
8177            'ETH' and
8178            '4T2C' and
8179            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8180            not 'VHOST' and
8181            not 'MEMIF'"
8182   parameters:
8183   - "throughput"
8184   - "parent"
8185   - "tags"
8186   sort:
8187   - "L2PATCH"
8188   - "L2XCBASE"
8189   - "BASE"
8190   - "FIB_10K"
8191   - "FIB_100K"
8192   - "FIB_1M"
8193   traces:
8194     hoverinfo: "x+y"
8195     boxpoints: "outliers"
8196     whiskerwidth: 0
8197   layout:
8198     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8199     layout: "plot-throughput"
8200
8201 - type: "plot"
8202   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8203   algorithm: "plot_performance_box"
8204   output-file-type: ".html"
8205   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8206   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8207   filter: "'NIC_Intel-X710' and
8208            '64B' and
8209            ('BASE' or 'SCALE') and
8210            'NDRPDR' and
8211            'ETH' and
8212            '4T2C' and
8213            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8214            not 'VHOST' and
8215            not 'MEMIF'"
8216   parameters:
8217   - "throughput"
8218   - "parent"
8219   - "tags"
8220   sort:
8221   - "L2PATCH"
8222   - "L2XCBASE"
8223   - "BASE"
8224   - "FIB_10K"
8225   - "FIB_100K"
8226   - "FIB_1M"
8227   traces:
8228     hoverinfo: "x+y"
8229     boxpoints: "outliers"
8230     whiskerwidth: 0
8231   layout:
8232     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8233     layout: "plot-throughput"
8234
8235 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
8236 - type: "plot"
8237   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8238   algorithm: "plot_performance_box"
8239   output-file-type: ".html"
8240   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8241   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8242   filter: "'NIC_Intel-XXV710' and
8243            '64B' and
8244            ('BASE' or 'SCALE') and
8245            'NDRPDR' and
8246            'ETH' and
8247            '2T1C' and
8248            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8249            not 'VHOST' and
8250            not 'MEMIF'"
8251   parameters:
8252   - "throughput"
8253   - "parent"
8254   - "tags"
8255   sort:
8256   - "L2PATCH"
8257   - "L2XCBASE"
8258   - "BASE"
8259   - "FIB_10K"
8260   - "FIB_100K"
8261   - "FIB_1M"
8262   traces:
8263     hoverinfo: "x+y"
8264     boxpoints: "outliers"
8265     whiskerwidth: 0
8266   layout:
8267     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8268     layout: "plot-throughput"
8269
8270 - type: "plot"
8271   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8272   algorithm: "plot_performance_box"
8273   output-file-type: ".html"
8274   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8275   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8276   filter: "'NIC_Intel-XXV710' and
8277            '64B' and
8278            ('BASE' or 'SCALE') and
8279            'NDRPDR' and
8280            'ETH' and
8281            '2T1C' and
8282            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8283            not 'VHOST' and
8284            not 'MEMIF'"
8285   parameters:
8286   - "throughput"
8287   - "parent"
8288   - "tags"
8289   sort:
8290   - "L2PATCH"
8291   - "L2XCBASE"
8292   - "BASE"
8293   - "FIB_10K"
8294   - "FIB_100K"
8295   - "FIB_1M"
8296   traces:
8297     hoverinfo: "x+y"
8298     boxpoints: "outliers"
8299     whiskerwidth: 0
8300   layout:
8301     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8302     layout: "plot-throughput"
8303
8304 - type: "plot"
8305   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8306   algorithm: "plot_performance_box"
8307   output-file-type: ".html"
8308   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8309   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8310   filter: "'NIC_Intel-XXV710' and
8311            '64B' and
8312            ('BASE' or 'SCALE') and
8313            'NDRPDR' and
8314            'ETH' and
8315            '4T2C' and
8316            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8317            not 'VHOST' and
8318            not 'MEMIF'"
8319   parameters:
8320   - "throughput"
8321   - "parent"
8322   - "tags"
8323   sort:
8324   - "L2PATCH"
8325   - "L2XCBASE"
8326   - "BASE"
8327   - "FIB_10K"
8328   - "FIB_100K"
8329   - "FIB_1M"
8330   traces:
8331     hoverinfo: "x+y"
8332     boxpoints: "outliers"
8333     whiskerwidth: 0
8334   layout:
8335     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8336     layout: "plot-throughput"
8337
8338 - type: "plot"
8339   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8340   algorithm: "plot_performance_box"
8341   output-file-type: ".html"
8342   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8343   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8344   filter: "'NIC_Intel-XXV710' and
8345            '64B' and
8346            ('BASE' or 'SCALE') and
8347            'NDRPDR' and
8348            'ETH' and
8349            '4T2C' and
8350            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8351            not 'VHOST' and
8352            not 'MEMIF'"
8353   parameters:
8354   - "throughput"
8355   - "parent"
8356   - "tags"
8357   sort:
8358   - "L2PATCH"
8359   - "L2XCBASE"
8360   - "BASE"
8361   - "FIB_10K"
8362   - "FIB_100K"
8363   - "FIB_1M"
8364   traces:
8365     hoverinfo: "x+y"
8366     boxpoints: "outliers"
8367     whiskerwidth: 0
8368   layout:
8369     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8370     layout: "plot-throughput"
8371
8372 ## Packet Throughput - VPP L2 2n-dnv-x553 base
8373 #- type: "plot"
8374 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8375 #  algorithm: "plot_performance_box"
8376 #  output-file-type: ".html"
8377 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8378 #  data: "intel-dnv-vpp"
8379 #  filter: "'NIC_Intel-X553' and
8380 #           '64B' and
8381 #           'BASE' and
8382 #           'NDRPDR' and
8383 #           'ETH' and
8384 #           '1T1C' and
8385 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8386 #           not 'VHOST' and
8387 #           not 'MEMIF'"
8388 #  parameters:
8389 #  - "throughput"
8390 #  - "parent"
8391 #  - "tags"
8392 #  sort:
8393 #  - "L2XCBASE"
8394 #  - "L2BDMACLRN"
8395 #  - "L2PATCH"
8396 #  traces:
8397 #    hoverinfo: "x+y"
8398 #    boxpoints: "outliers"
8399 #    whiskerwidth: 0
8400 #  layout:
8401 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8402 #    layout: "plot-throughput"
8403 #
8404 #- type: "plot"
8405 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8406 #  algorithm: "plot_performance_box"
8407 #  output-file-type: ".html"
8408 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8409 #  data: "intel-dnv-vpp"
8410 #  filter: "'NIC_Intel-X553' and
8411 #           '64B' and
8412 #           ('BASE' or 'SCALE') and
8413 #           'NDRPDR' and
8414 #           'ETH' and
8415 #           '1T1C' and
8416 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8417 #           not 'VHOST' and
8418 #           not 'MEMIF'"
8419 #  parameters:
8420 #  - "throughput"
8421 #  - "parent"
8422 #  - "tags"
8423 #  sort:
8424 #  - "L2XCBASE"
8425 #  - "L2BDMACLRN"
8426 #  - "L2PATCH"
8427 #  traces:
8428 #    hoverinfo: "x+y"
8429 #    boxpoints: "outliers"
8430 #    whiskerwidth: 0
8431 #  layout:
8432 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8433 #    layout: "plot-throughput"
8434 #
8435 #- type: "plot"
8436 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8437 #  algorithm: "plot_performance_box"
8438 #  output-file-type: ".html"
8439 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8440 #  data: "intel-dnv-vpp"
8441 #  filter: "'NIC_Intel-X553' and
8442 #           '64B' and
8443 #           ('BASE' or 'SCALE') and
8444 #           'NDRPDR' and
8445 #           'ETH' and
8446 #           '2T2C' and
8447 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8448 #           not 'VHOST' and
8449 #           not 'MEMIF'"
8450 #  parameters:
8451 #  - "throughput"
8452 #  - "parent"
8453 #  - "tags"
8454 #  sort:
8455 #  - "L2XCBASE"
8456 #  - "L2BDMACLRN"
8457 #  - "L2PATCH"
8458 #  traces:
8459 #    hoverinfo: "x+y"
8460 #    boxpoints: "outliers"
8461 #    whiskerwidth: 0
8462 #  layout:
8463 #    title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8464 #    layout: "plot-throughput"
8465 #
8466 #- type: "plot"
8467 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8468 #  algorithm: "plot_performance_box"
8469 #  output-file-type: ".html"
8470 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8471 #  data: "intel-dnv-vpp"
8472 #  filter: "'NIC_Intel-X553' and
8473 #           '64B' and
8474 #           ('BASE' or 'SCALE') and
8475 #           'NDRPDR' and
8476 #           'ETH' and
8477 #           '2T2C' and
8478 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8479 #           not 'VHOST' and
8480 #           not 'MEMIF'"
8481 #  parameters:
8482 #  - "throughput"
8483 #  - "parent"
8484 #  - "tags"
8485 #  sort:
8486 #  - "L2XCBASE"
8487 #  - "L2BDMACLRN"
8488 #  - "L2PATCH"
8489 #  traces:
8490 #    hoverinfo: "x+y"
8491 #    boxpoints: "outliers"
8492 #    whiskerwidth: 0
8493 #  layout:
8494 #    title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8495 #    layout: "plot-throughput"
8496
8497 ################################################################################
8498
8499 # Packet Throughput - VPP Container Memif 3n-hsw-x520
8500 - type: "plot"
8501   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8502   algorithm: "plot_performance_box"
8503   output-file-type: ".html"
8504   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8505   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8506   filter: "'NIC_Intel-X520-DA2' and
8507            '64B' and
8508            ('BASE' or 'SCALE') and
8509            'NDRPDR' and
8510            '1T1C' and
8511            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8512            not 'VHOST' and
8513            'MEMIF'"
8514   parameters:
8515   - "throughput"
8516   - "parent"
8517   - "tags"
8518   sort:
8519   - "L2XCFWD"
8520   - "L2XCFWD"
8521   - "L2XCFWD"
8522   - "L2BDMACLRN"
8523   - "L2BDMACLRN"
8524   - "L2BDMACLRN"
8525   - "IP4FWD"
8526   traces:
8527     hoverinfo: "x+y"
8528     boxpoints: "outliers"
8529     whiskerwidth: 0
8530   layout:
8531     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8532     layout: "plot-throughput"
8533
8534 - type: "plot"
8535   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8536   algorithm: "plot_performance_box"
8537   output-file-type: ".html"
8538   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8539   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8540   filter: "'NIC_Intel-X520-DA2' and
8541            '64B' and
8542            ('BASE' or 'SCALE') and
8543            'NDRPDR' and
8544            '1T1C' and
8545            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8546            not 'VHOST' and
8547            'MEMIF'"
8548   parameters:
8549   - "throughput"
8550   - "parent"
8551   - "tags"
8552   sort:
8553   - "L2XCFWD"
8554   - "L2XCFWD"
8555   - "L2XCFWD"
8556   - "L2BDMACLRN"
8557   - "L2BDMACLRN"
8558   - "L2BDMACLRN"
8559   - "IP4FWD"
8560   traces:
8561     hoverinfo: "x+y"
8562     boxpoints: "outliers"
8563     whiskerwidth: 0
8564   layout:
8565     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8566     layout: "plot-throughput"
8567
8568 - type: "plot"
8569   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8570   algorithm: "plot_performance_box"
8571   output-file-type: ".html"
8572   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8573   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8574   filter: "'NIC_Intel-X520-DA2' and
8575            '64B' and
8576            ('BASE' or 'SCALE') and
8577            'NDRPDR' and
8578            '2T2C' and
8579            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8580            not 'VHOST' and
8581            'MEMIF'"
8582   parameters:
8583   - "throughput"
8584   - "parent"
8585   - "tags"
8586   sort:
8587   - "L2XCFWD"
8588   - "L2XCFWD"
8589   - "L2XCFWD"
8590   - "L2BDMACLRN"
8591   - "L2BDMACLRN"
8592   - "L2BDMACLRN"
8593   - "IP4FWD"
8594   traces:
8595     hoverinfo: "x+y"
8596     boxpoints: "outliers"
8597     whiskerwidth: 0
8598   layout:
8599     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8600     layout: "plot-throughput"
8601
8602 - type: "plot"
8603   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8604   algorithm: "plot_performance_box"
8605   output-file-type: ".html"
8606   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8607   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8608   filter: "'NIC_Intel-X520-DA2' and
8609            '64B' and
8610            ('BASE' or 'SCALE') and
8611            'NDRPDR' and
8612            '2T2C' and
8613            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8614            not 'VHOST' and
8615            'MEMIF'"
8616   parameters:
8617   - "throughput"
8618   - "parent"
8619   - "tags"
8620   sort:
8621   - "L2XCFWD"
8622   - "L2XCFWD"
8623   - "L2XCFWD"
8624   - "L2BDMACLRN"
8625   - "L2BDMACLRN"
8626   - "L2BDMACLRN"
8627   - "IP4FWD"
8628   traces:
8629     hoverinfo: "x+y"
8630     boxpoints: "outliers"
8631     whiskerwidth: 0
8632   layout:
8633     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8634     layout: "plot-throughput"
8635
8636 # Packet Throughput - VPP Container Memif 3n-hsw-x710
8637 - type: "plot"
8638   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8639   algorithm: "plot_performance_box"
8640   output-file-type: ".html"
8641   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8642   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8643   filter: "'NIC_Intel-X710' and
8644            '64B' and
8645            ('BASE' or 'SCALE') and
8646            'NDRPDR' and
8647            '1T1C' and
8648            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8649            not 'VHOST' and
8650            'MEMIF'"
8651   parameters:
8652   - "throughput"
8653   - "parent"
8654   - "tags"
8655   sort:
8656   - "L2XCFWD"
8657   - "L2XCFWD"
8658   - "L2XCFWD"
8659   - "L2BDMACLRN"
8660   - "L2BDMACLRN"
8661   - "L2BDMACLRN"
8662   - "IP4FWD"
8663   traces:
8664     hoverinfo: "x+y"
8665     boxpoints: "outliers"
8666     whiskerwidth: 0
8667   layout:
8668     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8669     layout: "plot-throughput"
8670
8671 - type: "plot"
8672   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8673   algorithm: "plot_performance_box"
8674   output-file-type: ".html"
8675   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8676   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8677   filter: "'NIC_Intel-X710' and
8678            '64B' and
8679            ('BASE' or 'SCALE') and
8680            'NDRPDR' and
8681            '1T1C' and
8682            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8683            not 'VHOST' and
8684            'MEMIF'"
8685   parameters:
8686   - "throughput"
8687   - "parent"
8688   - "tags"
8689   sort:
8690   - "L2XCFWD"
8691   - "L2XCFWD"
8692   - "L2XCFWD"
8693   - "L2BDMACLRN"
8694   - "L2BDMACLRN"
8695   - "L2BDMACLRN"
8696   - "IP4FWD"
8697   traces:
8698     hoverinfo: "x+y"
8699     boxpoints: "outliers"
8700     whiskerwidth: 0
8701   layout:
8702     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8703     layout: "plot-throughput"
8704
8705 - type: "plot"
8706   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8707   algorithm: "plot_performance_box"
8708   output-file-type: ".html"
8709   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8710   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8711   filter: "'NIC_Intel-X710' and
8712            '64B' and
8713            ('BASE' or 'SCALE') and
8714            'NDRPDR' and
8715            '2T2C' and
8716            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8717            not 'VHOST' and
8718            'MEMIF'"
8719   parameters:
8720   - "throughput"
8721   - "parent"
8722   - "tags"
8723   sort:
8724   - "L2XCFWD"
8725   - "L2XCFWD"
8726   - "L2XCFWD"
8727   - "L2BDMACLRN"
8728   - "L2BDMACLRN"
8729   - "L2BDMACLRN"
8730   - "IP4FWD"
8731   traces:
8732     hoverinfo: "x+y"
8733     boxpoints: "outliers"
8734     whiskerwidth: 0
8735   layout:
8736     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8737     layout: "plot-throughput"
8738
8739 - type: "plot"
8740   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8741   algorithm: "plot_performance_box"
8742   output-file-type: ".html"
8743   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8744   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8745   filter: "'NIC_Intel-X710' and
8746            '64B' and
8747            ('BASE' or 'SCALE') and
8748            'NDRPDR' and
8749            '2T2C' and
8750            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8751            not 'VHOST' and
8752            'MEMIF'"
8753   parameters:
8754   - "throughput"
8755   - "parent"
8756   - "tags"
8757   sort:
8758   - "L2XCFWD"
8759   - "L2XCFWD"
8760   - "L2XCFWD"
8761   - "L2BDMACLRN"
8762   - "L2BDMACLRN"
8763   - "L2BDMACLRN"
8764   - "IP4FWD"
8765   traces:
8766     hoverinfo: "x+y"
8767     boxpoints: "outliers"
8768     whiskerwidth: 0
8769   layout:
8770     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8771     layout: "plot-throughput"
8772
8773 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
8774 - type: "plot"
8775   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8776   algorithm: "plot_performance_box"
8777   output-file-type: ".html"
8778   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8779   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8780   filter: "'NIC_Intel-XL710' and
8781            '64B' and
8782            ('BASE' or 'SCALE') and
8783            'NDRPDR' and
8784            '1T1C' and
8785            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8786            not 'VHOST' and
8787            'MEMIF'"
8788   parameters:
8789   - "throughput"
8790   - "parent"
8791   - "tags"
8792   sort:
8793   - "L2XCFWD"
8794   - "L2XCFWD"
8795   - "L2XCFWD"
8796   - "L2BDMACLRN"
8797   - "L2BDMACLRN"
8798   - "L2BDMACLRN"
8799   - "IP4FWD"
8800   traces:
8801     hoverinfo: "x+y"
8802     boxpoints: "outliers"
8803     whiskerwidth: 0
8804   layout:
8805     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8806     layout: "plot-throughput"
8807
8808 - type: "plot"
8809   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8810   algorithm: "plot_performance_box"
8811   output-file-type: ".html"
8812   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8813   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8814   filter: "'NIC_Intel-XL710' and
8815            '64B' and
8816            ('BASE' or 'SCALE') and
8817            'NDRPDR' and
8818            '1T1C' and
8819            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8820            not 'VHOST' and
8821            'MEMIF'"
8822   parameters:
8823   - "throughput"
8824   - "parent"
8825   - "tags"
8826   sort:
8827   - "L2XCFWD"
8828   - "L2XCFWD"
8829   - "L2XCFWD"
8830   - "L2BDMACLRN"
8831   - "L2BDMACLRN"
8832   - "L2BDMACLRN"
8833   - "IP4FWD"
8834   traces:
8835     hoverinfo: "x+y"
8836     boxpoints: "outliers"
8837     whiskerwidth: 0
8838   layout:
8839     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8840     layout: "plot-throughput"
8841
8842 - type: "plot"
8843   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8844   algorithm: "plot_performance_box"
8845   output-file-type: ".html"
8846   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8847   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8848   filter: "'NIC_Intel-XL710' and
8849            '64B' and
8850            ('BASE' or 'SCALE') and
8851            'NDRPDR' and
8852            '2T2C' and
8853            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8854            not 'VHOST' and
8855            'MEMIF'"
8856   parameters:
8857   - "throughput"
8858   - "parent"
8859   - "tags"
8860   sort:
8861   - "L2XCFWD"
8862   - "L2XCFWD"
8863   - "L2XCFWD"
8864   - "L2BDMACLRN"
8865   - "L2BDMACLRN"
8866   - "L2BDMACLRN"
8867   - "IP4FWD"
8868   traces:
8869     hoverinfo: "x+y"
8870     boxpoints: "outliers"
8871     whiskerwidth: 0
8872   layout:
8873     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8874     layout: "plot-throughput"
8875
8876 - type: "plot"
8877   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8878   algorithm: "plot_performance_box"
8879   output-file-type: ".html"
8880   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8881   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8882   filter: "'NIC_Intel-XL710' and
8883            '64B' and
8884            ('BASE' or 'SCALE') and
8885            'NDRPDR' and
8886            '2T2C' and
8887            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8888            not 'VHOST' and
8889            'MEMIF'"
8890   parameters:
8891   - "throughput"
8892   - "parent"
8893   - "tags"
8894   sort:
8895   - "L2XCFWD"
8896   - "L2XCFWD"
8897   - "L2XCFWD"
8898   - "L2BDMACLRN"
8899   - "L2BDMACLRN"
8900   - "L2BDMACLRN"
8901   - "IP4FWD"
8902   traces:
8903     hoverinfo: "x+y"
8904     boxpoints: "outliers"
8905     whiskerwidth: 0
8906   layout:
8907     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8908     layout: "plot-throughput"
8909
8910 # Packet Throughput - VPP Container Memif 3n-skx-x710
8911 - type: "plot"
8912   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8913   algorithm: "plot_performance_box"
8914   output-file-type: ".html"
8915   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8916   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8917   filter: "'NIC_Intel-X710' and
8918            '64B' and
8919            ('BASE' or 'SCALE') and
8920            'NDRPDR' and
8921            '2T1C' and
8922            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8923            not 'VHOST' and
8924            'MEMIF'"
8925   parameters:
8926   - "throughput"
8927   - "parent"
8928   - "tags"
8929   sort:
8930   - "L2XCFWD"
8931   - "L2XCFWD"
8932   - "L2XCFWD"
8933   - "L2BDMACLRN"
8934   - "L2BDMACLRN"
8935   - "L2BDMACLRN"
8936   - "IP4FWD"
8937   traces:
8938     hoverinfo: "x+y"
8939     boxpoints: "outliers"
8940     whiskerwidth: 0
8941   layout:
8942     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8943     layout: "plot-throughput"
8944
8945 - type: "plot"
8946   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8947   algorithm: "plot_performance_box"
8948   output-file-type: ".html"
8949   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8950   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8951   filter: "'NIC_Intel-X710' and
8952            '64B' and
8953            ('BASE' or 'SCALE') and
8954            'NDRPDR' and
8955            '2T1C' and
8956            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8957            not 'VHOST' and
8958            'MEMIF'"
8959   parameters:
8960   - "throughput"
8961   - "parent"
8962   - "tags"
8963   sort:
8964   - "L2XCFWD"
8965   - "L2XCFWD"
8966   - "L2XCFWD"
8967   - "L2BDMACLRN"
8968   - "L2BDMACLRN"
8969   - "L2BDMACLRN"
8970   - "IP4FWD"
8971   traces:
8972     hoverinfo: "x+y"
8973     boxpoints: "outliers"
8974     whiskerwidth: 0
8975   layout:
8976     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8977     layout: "plot-throughput"
8978
8979 - type: "plot"
8980   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8981   algorithm: "plot_performance_box"
8982   output-file-type: ".html"
8983   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8984   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8985   filter: "'NIC_Intel-X710' and
8986            '64B' and
8987            ('BASE' or 'SCALE') and
8988            'NDRPDR' and
8989            '4T2C' and
8990            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8991            not 'VHOST' and
8992            'MEMIF'"
8993   parameters:
8994   - "throughput"
8995   - "parent"
8996   - "tags"
8997   sort:
8998   - "L2XCFWD"
8999   - "L2XCFWD"
9000   - "L2XCFWD"
9001   - "L2BDMACLRN"
9002   - "L2BDMACLRN"
9003   - "L2BDMACLRN"
9004   - "IP4FWD"
9005   traces:
9006     hoverinfo: "x+y"
9007     boxpoints: "outliers"
9008     whiskerwidth: 0
9009   layout:
9010     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
9011     layout: "plot-throughput"
9012
9013 - type: "plot"
9014   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9015   algorithm: "plot_performance_box"
9016   output-file-type: ".html"
9017   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9018   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9019   filter: "'NIC_Intel-X710' and
9020            '64B' and
9021            ('BASE' or 'SCALE') and
9022            'NDRPDR' and
9023            '4T2C' and
9024            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9025            not 'VHOST' and
9026            'MEMIF'"
9027   parameters:
9028   - "throughput"
9029   - "parent"
9030   - "tags"
9031   sort:
9032   - "L2XCFWD"
9033   - "L2XCFWD"
9034   - "L2XCFWD"
9035   - "L2BDMACLRN"
9036   - "L2BDMACLRN"
9037   - "L2BDMACLRN"
9038   - "IP4FWD"
9039   traces:
9040     hoverinfo: "x+y"
9041     boxpoints: "outliers"
9042     whiskerwidth: 0
9043   layout:
9044     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9045     layout: "plot-throughput"
9046
9047 # Packet Throughput - VPP Container Memif 2n-skx-x710
9048 - type: "plot"
9049   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9050   algorithm: "plot_performance_box"
9051   output-file-type: ".html"
9052   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9053   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9054   filter: "'NIC_Intel-X710' and
9055            '64B' and
9056            ('BASE' or 'SCALE') and
9057            'NDRPDR' and
9058            '2T1C' and
9059            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9060            not 'VHOST' and
9061            not 'NF_DENSITY' and
9062            'MEMIF'"
9063   parameters:
9064   - "throughput"
9065   - "parent"
9066   - "tags"
9067   sort:
9068   - "L2XCFWD"
9069   - "L2XCFWD"
9070   - "L2XCFWD"
9071   - "L2BDMACLRN"
9072   - "L2BDMACLRN"
9073   - "L2BDMACLRN"
9074   - "IP4FWD"
9075   traces:
9076     hoverinfo: "x+y"
9077     boxpoints: "outliers"
9078     whiskerwidth: 0
9079   layout:
9080     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9081     layout: "plot-throughput"
9082
9083 - type: "plot"
9084   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9085   algorithm: "plot_performance_box"
9086   output-file-type: ".html"
9087   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9088   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9089   filter: "'NIC_Intel-X710' and
9090            '64B' and
9091            ('BASE' or 'SCALE') and
9092            'NDRPDR' and
9093            '2T1C' and
9094            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9095            not 'VHOST' and
9096            not 'NF_DENSITY' and
9097            'MEMIF'"
9098   parameters:
9099   - "throughput"
9100   - "parent"
9101   - "tags"
9102   sort:
9103   - "L2XCFWD"
9104   - "L2XCFWD"
9105   - "L2XCFWD"
9106   - "L2BDMACLRN"
9107   - "L2BDMACLRN"
9108   - "L2BDMACLRN"
9109   - "IP4FWD"
9110   traces:
9111     hoverinfo: "x+y"
9112     boxpoints: "outliers"
9113     whiskerwidth: 0
9114   layout:
9115     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9116     layout: "plot-throughput"
9117
9118 - type: "plot"
9119   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9120   algorithm: "plot_performance_box"
9121   output-file-type: ".html"
9122   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9123   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9124   filter: "'NIC_Intel-X710' and
9125            '64B' and
9126            ('BASE' or 'SCALE') and
9127            'NDRPDR' and
9128            '4T2C' and
9129            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9130            not 'VHOST' and
9131            not 'NF_DENSITY' and
9132            'MEMIF'"
9133   parameters:
9134   - "throughput"
9135   - "parent"
9136   - "tags"
9137   sort:
9138   - "L2XCFWD"
9139   - "L2XCFWD"
9140   - "L2XCFWD"
9141   - "L2BDMACLRN"
9142   - "L2BDMACLRN"
9143   - "L2BDMACLRN"
9144   - "IP4FWD"
9145   traces:
9146     hoverinfo: "x+y"
9147     boxpoints: "outliers"
9148     whiskerwidth: 0
9149   layout:
9150     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9151     layout: "plot-throughput"
9152
9153 - type: "plot"
9154   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9155   algorithm: "plot_performance_box"
9156   output-file-type: ".html"
9157   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9158   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9159   filter: "'NIC_Intel-X710' and
9160            '64B' and
9161            ('BASE' or 'SCALE') and
9162            'NDRPDR' and
9163            '4T2C' and
9164            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9165            not 'VHOST' and
9166            not 'NF_DENSITY' and
9167            'MEMIF'"
9168   parameters:
9169   - "throughput"
9170   - "parent"
9171   - "tags"
9172   sort:
9173   - "L2XCFWD"
9174   - "L2XCFWD"
9175   - "L2XCFWD"
9176   - "L2BDMACLRN"
9177   - "L2BDMACLRN"
9178   - "L2BDMACLRN"
9179   - "IP4FWD"
9180   traces:
9181     hoverinfo: "x+y"
9182     boxpoints: "outliers"
9183     whiskerwidth: 0
9184   layout:
9185     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9186     layout: "plot-throughput"
9187
9188 ## Packet Throughput - VPP Container Memif 2n-skx-xxv710
9189 #- type: "plot"
9190 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9191 #  algorithm: "plot_performance_box"
9192 #  output-file-type: ".html"
9193 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9194 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9195 #  filter: "'NIC_Intel-XXV710' and
9196 #           '64B' and
9197 #           ('BASE' or 'SCALE') and
9198 #           'NDRPDR' and
9199 #           '2T1C' and
9200 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9201 #           not 'VHOST' and
9202 #           'MEMIF'"
9203 #  parameters:
9204 #  - "throughput"
9205 #  - "parent"
9206 #  - "tags"
9207 #  sort:
9208 #  - "L2XCFWD"
9209 #  - "L2XCFWD"
9210 #  - "L2XCFWD"
9211 #  - "L2BDMACLRN"
9212 #  - "L2BDMACLRN"
9213 #  - "L2BDMACLRN"
9214 #  - "IP4FWD"
9215 #  traces:
9216 #    hoverinfo: "x+y"
9217 #    boxpoints: "outliers"
9218 #    whiskerwidth: 0
9219 #  layout:
9220 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9221 #    layout: "plot-throughput"
9222 #
9223 #- type: "plot"
9224 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9225 #  algorithm: "plot_performance_box"
9226 #  output-file-type: ".html"
9227 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9228 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9229 #  filter: "'NIC_Intel-XXV710' and
9230 #           '64B' and
9231 #           ('BASE' or 'SCALE') and
9232 #           'NDRPDR' and
9233 #           '2T1C' and
9234 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9235 #           not 'VHOST' and
9236 #           'MEMIF'"
9237 #  parameters:
9238 #  - "throughput"
9239 #  - "parent"
9240 #  - "tags"
9241 #  sort:
9242 #  - "L2XCFWD"
9243 #  - "L2XCFWD"
9244 #  - "L2XCFWD"
9245 #  - "L2BDMACLRN"
9246 #  - "L2BDMACLRN"
9247 #  - "L2BDMACLRN"
9248 #  - "IP4FWD"
9249 #  traces:
9250 #    hoverinfo: "x+y"
9251 #    boxpoints: "outliers"
9252 #    whiskerwidth: 0
9253 #  layout:
9254 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9255 #    layout: "plot-throughput"
9256 #
9257 #- type: "plot"
9258 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9259 #  algorithm: "plot_performance_box"
9260 #  output-file-type: ".html"
9261 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9262 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9263 #  filter: "'NIC_Intel-XXV710' and
9264 #           '64B' and
9265 #           ('BASE' or 'SCALE') and
9266 #           'NDRPDR' and
9267 #           '4T2C' and
9268 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9269 #           not 'VHOST' and
9270 #           'MEMIF'"
9271 #  parameters:
9272 #  - "throughput"
9273 #  - "parent"
9274 #  - "tags"
9275 #  sort:
9276 #  - "L2XCFWD"
9277 #  - "L2XCFWD"
9278 #  - "L2XCFWD"
9279 #  - "L2BDMACLRN"
9280 #  - "L2BDMACLRN"
9281 #  - "L2BDMACLRN"
9282 #  - "IP4FWD"
9283 #  traces:
9284 #    hoverinfo: "x+y"
9285 #    boxpoints: "outliers"
9286 #    whiskerwidth: 0
9287 #  layout:
9288 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9289 #    layout: "plot-throughput"
9290 #
9291 #- type: "plot"
9292 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9293 #  algorithm: "plot_performance_box"
9294 #  output-file-type: ".html"
9295 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9296 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9297 #  filter: "'NIC_Intel-XXV710' and
9298 #           '64B' and
9299 #           ('BASE' or 'SCALE') and
9300 #           'NDRPDR' and
9301 #           '4T2C' and
9302 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9303 #           not 'VHOST' and
9304 #           'MEMIF'"
9305 #  parameters:
9306 #  - "throughput"
9307 #  - "parent"
9308 #  - "tags"
9309 #  sort:
9310 #  - "L2XCFWD"
9311 #  - "L2XCFWD"
9312 #  - "L2XCFWD"
9313 #  - "L2BDMACLRN"
9314 #  - "L2BDMACLRN"
9315 #  - "L2BDMACLRN"
9316 #  - "IP4FWD"
9317 #  traces:
9318 #    hoverinfo: "x+y"
9319 #    boxpoints: "outliers"
9320 #    whiskerwidth: 0
9321 #  layout:
9322 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9323 #    layout: "plot-throughput"
9324
9325 ################################################################################
9326
9327 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
9328 #- type: "plot"
9329 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9330 #  algorithm: "plot_performance_box"
9331 #  output-file-type: ".html"
9332 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9333 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9334 #  filter: "'NIC_Intel-X520-DA2' and
9335 #           '64B' and
9336 #           ('BASE' or 'SCALE') and
9337 #           'NDRPDR' and
9338 #           '1T1C' and
9339 #           'L2XCFWD' and
9340 #           not 'VHOST' and
9341 #           not 'NF_DENSITY' and
9342 #           'MEMIF'"
9343 #  parameters:
9344 #  - "throughput"
9345 #  - "parent"
9346 #  - "tags"
9347 #  sort:
9348 #  - "1VNF"
9349 #  - "2VNF"
9350 #  - "4VNF"
9351 #  - "2VNF"
9352 #  - "4VNF"
9353 #  traces:
9354 #    hoverinfo: "x+y"
9355 #    boxpoints: "outliers"
9356 #    whiskerwidth: 0
9357 #  layout:
9358 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9359 #    layout: "plot-throughput"
9360 #
9361 #- type: "plot"
9362 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9363 #  algorithm: "plot_performance_box"
9364 #  output-file-type: ".html"
9365 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9366 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9367 #  filter: "'NIC_Intel-X520-DA2' and
9368 #           '64B' and
9369 #           ('BASE' or 'SCALE') and
9370 #           'NDRPDR' and
9371 #           '1T1C' and
9372 #           'L2XCFWD' and
9373 #           not 'VHOST' and
9374 #           not 'NF_DENSITY' and
9375 #           'MEMIF'"
9376 #  parameters:
9377 #  - "throughput"
9378 #  - "parent"
9379 #  - "tags"
9380 #  sort:
9381 #  - "1VNF"
9382 #  - "2VNF"
9383 #  - "4VNF"
9384 #  - "2VNF"
9385 #  - "4VNF"
9386 #  traces:
9387 #    hoverinfo: "x+y"
9388 #    boxpoints: "outliers"
9389 #    whiskerwidth: 0
9390 #  layout:
9391 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9392 #    layout: "plot-throughput"
9393 #
9394 #- type: "plot"
9395 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9396 #  algorithm: "plot_performance_box"
9397 #  output-file-type: ".html"
9398 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9399 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9400 #  filter: "'NIC_Intel-X520-DA2' and
9401 #           '64B' and
9402 #           ('BASE' or 'SCALE') and
9403 #           'NDRPDR' and
9404 #           '2T2C' and
9405 #           'L2XCFWD' and
9406 #           not 'VHOST' and
9407 #           not 'NF_DENSITY' and
9408 #           'MEMIF'"
9409 #  parameters:
9410 #  - "throughput"
9411 #  - "parent"
9412 #  - "tags"
9413 #  sort:
9414 #  - "1VNF"
9415 #  - "2VNF"
9416 #  - "4VNF"
9417 #  - "2VNF"
9418 #  - "4VNF"
9419 #  traces:
9420 #    hoverinfo: "x+y"
9421 #    boxpoints: "outliers"
9422 #    whiskerwidth: 0
9423 #  layout:
9424 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9425 #    layout: "plot-throughput"
9426 #
9427 #- type: "plot"
9428 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9429 #  algorithm: "plot_performance_box"
9430 #  output-file-type: ".html"
9431 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9432 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9433 #  filter: "'NIC_Intel-X520-DA2' and
9434 #           '64B' and
9435 #           ('BASE' or 'SCALE') and
9436 #           'NDRPDR' and
9437 #           '2T2C' and
9438 #           'L2XCFWD' and
9439 #           not 'VHOST' and
9440 #           not 'NF_DENSITY' and
9441 #           'MEMIF'"
9442 #  parameters:
9443 #  - "throughput"
9444 #  - "parent"
9445 #  - "tags"
9446 #  sort:
9447 #  - "1VNF"
9448 #  - "2VNF"
9449 #  - "4VNF"
9450 #  - "2VNF"
9451 #  - "4VNF"
9452 #  traces:
9453 #    hoverinfo: "x+y"
9454 #    boxpoints: "outliers"
9455 #    whiskerwidth: 0
9456 #  layout:
9457 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9458 #    layout: "plot-throughput"
9459 #
9460 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
9461 #- type: "plot"
9462 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9463 #  algorithm: "plot_performance_box"
9464 #  output-file-type: ".html"
9465 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9466 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9467 #  filter: "'NIC_Intel-X520-DA2' and
9468 #           '64B' and
9469 #           ('BASE' or 'SCALE') and
9470 #           'NDRPDR' and
9471 #           '1T1C' and
9472 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9473 #           not 'VHOST' and
9474 #           not 'NF_DENSITY' and
9475 #           'MEMIF'"
9476 #  parameters:
9477 #  - "throughput"
9478 #  - "parent"
9479 #  - "tags"
9480 #  sort:
9481 #  - "1VNF"
9482 #  - "2VNF"
9483 #  - "4VNF"
9484 #  - "2VNF"
9485 #  - "4VNF"
9486 #  traces:
9487 #    hoverinfo: "x+y"
9488 #    boxpoints: "outliers"
9489 #    whiskerwidth: 0
9490 #  layout:
9491 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9492 #    layout: "plot-throughput"
9493 #
9494 #- type: "plot"
9495 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9496 #  algorithm: "plot_performance_box"
9497 #  output-file-type: ".html"
9498 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9499 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9500 #  filter: "'NIC_Intel-X520-DA2' and
9501 #           '64B' and
9502 #           ('BASE' or 'SCALE') and
9503 #           'NDRPDR' and
9504 #           '1T1C' and
9505 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9506 #           not 'VHOST' and
9507 #           not 'NF_DENSITY' and
9508 #           'MEMIF'"
9509 #  parameters:
9510 #  - "throughput"
9511 #  - "parent"
9512 #  - "tags"
9513 #  sort:
9514 #  - "1VNF"
9515 #  - "2VNF"
9516 #  - "4VNF"
9517 #  - "2VNF"
9518 #  - "4VNF"
9519 #  traces:
9520 #    hoverinfo: "x+y"
9521 #    boxpoints: "outliers"
9522 #    whiskerwidth: 0
9523 #  layout:
9524 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9525 #    layout: "plot-throughput"
9526 #
9527 #- type: "plot"
9528 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9529 #  algorithm: "plot_performance_box"
9530 #  output-file-type: ".html"
9531 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9532 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9533 #  filter: "'NIC_Intel-X520-DA2' and
9534 #           '64B' and
9535 #           ('BASE' or 'SCALE') and
9536 #           'NDRPDR' and
9537 #           '2T2C' and
9538 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9539 #           not 'VHOST' and
9540 #           not 'NF_DENSITY' and
9541 #           'MEMIF'"
9542 #  parameters:
9543 #  - "throughput"
9544 #  - "parent"
9545 #  - "tags"
9546 #  sort:
9547 #  - "1VNF"
9548 #  - "2VNF"
9549 #  - "4VNF"
9550 #  - "2VNF"
9551 #  - "4VNF"
9552 #  traces:
9553 #    hoverinfo: "x+y"
9554 #    boxpoints: "outliers"
9555 #    whiskerwidth: 0
9556 #  layout:
9557 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9558 #    layout: "plot-throughput"
9559 #
9560 #- type: "plot"
9561 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9562 #  algorithm: "plot_performance_box"
9563 #  output-file-type: ".html"
9564 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9565 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9566 #  filter: "'NIC_Intel-X520-DA2' and
9567 #           '64B' and
9568 #           ('BASE' or 'SCALE') and
9569 #           'NDRPDR' and
9570 #           '2T2C' and
9571 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9572 #           not 'VHOST' and
9573 #           not 'NF_DENSITY' and
9574 #           'MEMIF'"
9575 #  parameters:
9576 #  - "throughput"
9577 #  - "parent"
9578 #  - "tags"
9579 #  sort:
9580 #  - "1VNF"
9581 #  - "2VNF"
9582 #  - "4VNF"
9583 #  - "2VNF"
9584 #  - "4VNF"
9585 #  traces:
9586 #    hoverinfo: "x+y"
9587 #    boxpoints: "outliers"
9588 #    whiskerwidth: 0
9589 #  layout:
9590 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9591 #    layout: "plot-throughput"
9592 #
9593 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
9594 #- type: "plot"
9595 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9596 #  algorithm: "plot_performance_box"
9597 #  output-file-type: ".html"
9598 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9599 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9600 #  filter: "'NIC_Intel-X710' and
9601 #           '64B' and
9602 #           ('BASE' or 'SCALE') and
9603 #           'NDRPDR' and
9604 #           '1T1C' and
9605 #           'L2XCFWD' and
9606 #           not 'VHOST' and
9607 #           not 'NF_DENSITY' and
9608 #           'MEMIF'"
9609 #  parameters:
9610 #  - "throughput"
9611 #  - "parent"
9612 #  - "tags"
9613 #  sort:
9614 #  - "1VNF"
9615 #  - "2VNF"
9616 #  - "4VNF"
9617 #  - "2VNF"
9618 #  - "4VNF"
9619 #  traces:
9620 #    hoverinfo: "x+y"
9621 #    boxpoints: "outliers"
9622 #    whiskerwidth: 0
9623 #  layout:
9624 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9625 #    layout: "plot-throughput"
9626 #
9627 #- type: "plot"
9628 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9629 #  algorithm: "plot_performance_box"
9630 #  output-file-type: ".html"
9631 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9632 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9633 #  filter: "'NIC_Intel-X710' and
9634 #           '64B' and
9635 #           ('BASE' or 'SCALE') and
9636 #           'NDRPDR' and
9637 #           '1T1C' and
9638 #           'L2XCFWD' and
9639 #           not 'VHOST' and
9640 #           not 'NF_DENSITY' and
9641 #           'MEMIF'"
9642 #  parameters:
9643 #  - "throughput"
9644 #  - "parent"
9645 #  - "tags"
9646 #  sort:
9647 #  - "1VNF"
9648 #  - "2VNF"
9649 #  - "4VNF"
9650 #  - "2VNF"
9651 #  - "4VNF"
9652 #  traces:
9653 #    hoverinfo: "x+y"
9654 #    boxpoints: "outliers"
9655 #    whiskerwidth: 0
9656 #  layout:
9657 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9658 #    layout: "plot-throughput"
9659 #
9660 #- type: "plot"
9661 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9662 #  algorithm: "plot_performance_box"
9663 #  output-file-type: ".html"
9664 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9665 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9666 #  filter: "'NIC_Intel-X710' and
9667 #           '64B' and
9668 #           ('BASE' or 'SCALE') and
9669 #           'NDRPDR' and
9670 #           '2T2C' and
9671 #           'L2XCFWD' and
9672 #           not 'VHOST' and
9673 #           not 'NF_DENSITY' and
9674 #           'MEMIF'"
9675 #  parameters:
9676 #  - "throughput"
9677 #  - "parent"
9678 #  - "tags"
9679 #  sort:
9680 #  - "1VNF"
9681 #  - "2VNF"
9682 #  - "4VNF"
9683 #  - "2VNF"
9684 #  - "4VNF"
9685 #  traces:
9686 #    hoverinfo: "x+y"
9687 #    boxpoints: "outliers"
9688 #    whiskerwidth: 0
9689 #  layout:
9690 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9691 #    layout: "plot-throughput"
9692 #
9693 #- type: "plot"
9694 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9695 #  algorithm: "plot_performance_box"
9696 #  output-file-type: ".html"
9697 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9698 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9699 #  filter: "'NIC_Intel-X710' and
9700 #           '64B' and
9701 #           ('BASE' or 'SCALE') and
9702 #           'NDRPDR' and
9703 #           '2T2C' and
9704 #           'L2XCFWD' and
9705 #           not 'VHOST' and
9706 #           not 'NF_DENSITY' and
9707 #           'MEMIF'"
9708 #  parameters:
9709 #  - "throughput"
9710 #  - "parent"
9711 #  - "tags"
9712 #  sort:
9713 #  - "1VNF"
9714 #  - "2VNF"
9715 #  - "4VNF"
9716 #  - "2VNF"
9717 #  - "4VNF"
9718 #  traces:
9719 #    hoverinfo: "x+y"
9720 #    boxpoints: "outliers"
9721 #    whiskerwidth: 0
9722 #  layout:
9723 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9724 #    layout: "plot-throughput"
9725 #
9726 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
9727 #- type: "plot"
9728 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9729 #  algorithm: "plot_performance_box"
9730 #  output-file-type: ".html"
9731 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9732 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9733 #  filter: "'NIC_Intel-X710' and
9734 #           '64B' and
9735 #           ('BASE' or 'SCALE') and
9736 #           'NDRPDR' and
9737 #           '1T1C' and
9738 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9739 #           not 'VHOST' and
9740 #           not 'NF_DENSITY' and
9741 #           'MEMIF'"
9742 #  parameters:
9743 #  - "throughput"
9744 #  - "parent"
9745 #  - "tags"
9746 #  sort:
9747 #  - "1VNF"
9748 #  - "2VNF"
9749 #  - "4VNF"
9750 #  - "2VNF"
9751 #  - "4VNF"
9752 #  traces:
9753 #    hoverinfo: "x+y"
9754 #    boxpoints: "outliers"
9755 #    whiskerwidth: 0
9756 #  layout:
9757 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9758 #    layout: "plot-throughput"
9759 #
9760 #- type: "plot"
9761 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9762 #  algorithm: "plot_performance_box"
9763 #  output-file-type: ".html"
9764 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9765 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9766 #  filter: "'NIC_Intel-X710' and
9767 #           '64B' and
9768 #           ('BASE' or 'SCALE') and
9769 #           'NDRPDR' and
9770 #           '1T1C' and
9771 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9772 #           not 'VHOST' and
9773 #           not 'NF_DENSITY' and
9774 #           'MEMIF'"
9775 #  parameters:
9776 #  - "throughput"
9777 #  - "parent"
9778 #  - "tags"
9779 #  sort:
9780 #  - "1VNF"
9781 #  - "2VNF"
9782 #  - "4VNF"
9783 #  - "2VNF"
9784 #  - "4VNF"
9785 #  traces:
9786 #    hoverinfo: "x+y"
9787 #    boxpoints: "outliers"
9788 #    whiskerwidth: 0
9789 #  layout:
9790 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9791 #    layout: "plot-throughput"
9792 #
9793 #- type: "plot"
9794 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9795 #  algorithm: "plot_performance_box"
9796 #  output-file-type: ".html"
9797 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9798 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9799 #  filter: "'NIC_Intel-X710' and
9800 #           '64B' and
9801 #           ('BASE' or 'SCALE') and
9802 #           'NDRPDR' and
9803 #           '2T2C' and
9804 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9805 #           not 'VHOST' and
9806 #           not 'NF_DENSITY' and
9807 #           'MEMIF'"
9808 #  parameters:
9809 #  - "throughput"
9810 #  - "parent"
9811 #  - "tags"
9812 #  sort:
9813 #  - "1VNF"
9814 #  - "2VNF"
9815 #  - "4VNF"
9816 #  - "2VNF"
9817 #  - "4VNF"
9818 #  traces:
9819 #    hoverinfo: "x+y"
9820 #    boxpoints: "outliers"
9821 #    whiskerwidth: 0
9822 #  layout:
9823 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9824 #    layout: "plot-throughput"
9825 #
9826 #- type: "plot"
9827 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9828 #  algorithm: "plot_performance_box"
9829 #  output-file-type: ".html"
9830 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9831 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9832 #  filter: "'NIC_Intel-X710' and
9833 #           '64B' and
9834 #           ('BASE' or 'SCALE') and
9835 #           'NDRPDR' and
9836 #           '2T2C' and
9837 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9838 #           not 'VHOST' and
9839 #           not 'NF_DENSITY' and
9840 #           'MEMIF'"
9841 #  parameters:
9842 #  - "throughput"
9843 #  - "parent"
9844 #  - "tags"
9845 #  sort:
9846 #  - "1VNF"
9847 #  - "2VNF"
9848 #  - "4VNF"
9849 #  - "2VNF"
9850 #  - "4VNF"
9851 #  traces:
9852 #    hoverinfo: "x+y"
9853 #    boxpoints: "outliers"
9854 #    whiskerwidth: 0
9855 #  layout:
9856 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9857 #    layout: "plot-throughput"
9858
9859 ################################################################################
9860
9861 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
9862 - type: "plot"
9863   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9864   algorithm: "plot_performance_box"
9865   output-file-type: ".html"
9866   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9867   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9868   filter: "'NIC_Intel-X520-DA2' and
9869            '64B' and
9870            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9871            'NDRPDR' and
9872            '1T1C' and
9873            'IP4FWD' and
9874            not 'IPSEC' and
9875            not 'DOT1Q' and
9876            not 'VHOST'"
9877   parameters:
9878   - "throughput"
9879   - "parent"
9880   - "tags"
9881   sort:
9882   - "IP4BASE"
9883   - "FIB_20K"
9884   - "FIB_200K"
9885   - "FIB_2M"
9886   traces:
9887     hoverinfo: "x+y"
9888     boxpoints: "outliers"
9889     whiskerwidth: 0
9890   layout:
9891     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9892     layout: "plot-throughput"
9893
9894 - type: "plot"
9895   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9896   algorithm: "plot_performance_box"
9897   output-file-type: ".html"
9898   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9899   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9900   filter: "'NIC_Intel-X520-DA2' and
9901            '64B' and
9902            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9903            'NDRPDR' and
9904            '1T1C' and
9905            'IP4FWD' and
9906            not 'IPSEC' and
9907            not 'DOT1Q' and
9908            not 'VHOST'"
9909   parameters:
9910   - "throughput"
9911   - "parent"
9912   - "tags"
9913   sort:
9914   - "IP4BASE"
9915   - "FIB_20K"
9916   - "FIB_200K"
9917   - "FIB_2M"
9918   traces:
9919     hoverinfo: "x+y"
9920     boxpoints: "outliers"
9921     whiskerwidth: 0
9922   layout:
9923     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9924     layout: "plot-throughput"
9925
9926 - type: "plot"
9927   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9928   algorithm: "plot_performance_box"
9929   output-file-type: ".html"
9930   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9931   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9932   filter: "'NIC_Intel-X520-DA2' and
9933            '64B' and
9934            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9935            'NDRPDR' and
9936            '2T2C' and
9937            'IP4FWD' and
9938            not 'IPSEC' and
9939            not 'DOT1Q' and
9940            not 'VHOST'"
9941   parameters:
9942   - "throughput"
9943   - "parent"
9944   - "tags"
9945   sort:
9946   - "IP4BASE"
9947   - "FIB_20K"
9948   - "FIB_200K"
9949   - "FIB_2M"
9950   traces:
9951     hoverinfo: "x+y"
9952     boxpoints: "outliers"
9953     whiskerwidth: 0
9954   layout:
9955     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9956     layout: "plot-throughput"
9957
9958 - type: "plot"
9959   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9960   algorithm: "plot_performance_box"
9961   output-file-type: ".html"
9962   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9963   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9964   filter: "'NIC_Intel-X520-DA2' and
9965            '64B' and
9966            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9967            'NDRPDR' and
9968            '2T2C' and
9969            'IP4FWD' and
9970            not 'IPSEC' and
9971            not 'DOT1Q' and
9972            not 'VHOST'"
9973   parameters:
9974   - "throughput"
9975   - "parent"
9976   - "tags"
9977   sort:
9978   - "IP4BASE"
9979   - "FIB_20K"
9980   - "FIB_200K"
9981   - "FIB_2M"
9982   traces:
9983     hoverinfo: "x+y"
9984     boxpoints: "outliers"
9985     whiskerwidth: 0
9986   layout:
9987     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9988     layout: "plot-throughput"
9989
9990 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
9991 - type: "plot"
9992   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9993   algorithm: "plot_performance_box"
9994   output-file-type: ".html"
9995   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9996   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9997   filter: "'NIC_Intel-X520-DA2' and
9998            '64B' and
9999            ('IP4BASE' or
10000             'POLICE_MARK' or
10001             'COPWHLIST' or
10002             ('NAT44' and 'BASE') or
10003             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10004            'NDRPDR' and
10005            '1T1C' and
10006            'IP4FWD' and
10007            not 'IPSEC' and
10008            not 'VHOST'"
10009   parameters:
10010   - "throughput"
10011   - "parent"
10012   - "tags"
10013   sort:
10014   - "DOT1Q"
10015   - "IP4BASE"
10016   - "NAT44"
10017   - "POLICE_MARK"
10018   - "COPWHLIST"
10019   - "IACL"
10020   - "OACL"
10021   traces:
10022     hoverinfo: "x+y"
10023     boxpoints: "outliers"
10024     whiskerwidth: 0
10025   layout:
10026     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
10027     layout: "plot-throughput"
10028
10029 - type: "plot"
10030   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10031   algorithm: "plot_performance_box"
10032   output-file-type: ".html"
10033   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10034   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10035   filter: "'NIC_Intel-X520-DA2' and
10036            '64B' and
10037            ('IP4BASE' or
10038             'POLICE_MARK' or
10039             'COPWHLIST' or
10040             ('NAT44' and 'BASE') or
10041             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10042            'NDRPDR' and
10043            '1T1C' and
10044            'IP4FWD' and
10045            not 'IPSEC' and
10046            not 'VHOST'"
10047   parameters:
10048   - "throughput"
10049   - "parent"
10050   - "tags"
10051   sort:
10052   - "DOT1Q"
10053   - "IP4BASE"
10054   - "NAT44"
10055   - "POLICE_MARK"
10056   - "COPWHLIST"
10057   - "IACL"
10058   - "OACL"
10059   traces:
10060     hoverinfo: "x+y"
10061     boxpoints: "outliers"
10062     whiskerwidth: 0
10063   layout:
10064     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10065     layout: "plot-throughput"
10066
10067 - type: "plot"
10068   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10069   algorithm: "plot_performance_box"
10070   output-file-type: ".html"
10071   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10072   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10073   filter: "'NIC_Intel-X520-DA2' and
10074            '64B' and
10075            ('IP4BASE' or
10076             'POLICE_MARK' or
10077             'COPWHLIST' or
10078             ('NAT44' and 'BASE') or
10079             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10080            'NDRPDR' and
10081            '2T2C' and
10082            'IP4FWD' and
10083            not 'IPSEC' and
10084            not 'VHOST'"
10085   parameters:
10086   - "throughput"
10087   - "parent"
10088   - "tags"
10089   sort:
10090   - "DOT1Q"
10091   - "IP4BASE"
10092   - "NAT44"
10093   - "POLICE_MARK"
10094   - "COPWHLIST"
10095   - "IACL"
10096   - "OACL"
10097   traces:
10098     hoverinfo: "x+y"
10099     boxpoints: "outliers"
10100     whiskerwidth: 0
10101   layout:
10102     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10103     layout: "plot-throughput"
10104
10105 - type: "plot"
10106   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10107   algorithm: "plot_performance_box"
10108   output-file-type: ".html"
10109   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10110   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10111   filter: "'NIC_Intel-X520-DA2' and
10112            '64B' and
10113            ('IP4BASE' or
10114             'POLICE_MARK' or
10115             'COPWHLIST' or
10116             ('NAT44' and 'BASE') or
10117             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10118            'NDRPDR' and
10119            '2T2C' and
10120            'IP4FWD' and
10121            not 'IPSEC' and
10122            not 'VHOST'"
10123   parameters:
10124   - "throughput"
10125   - "parent"
10126   - "tags"
10127   sort:
10128   - "DOT1Q"
10129   - "IP4BASE"
10130   - "NAT44"
10131   - "POLICE_MARK"
10132   - "COPWHLIST"
10133   - "IACL"
10134   - "OACL"
10135   traces:
10136     hoverinfo: "x+y"
10137     boxpoints: "outliers"
10138     whiskerwidth: 0
10139   layout:
10140     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10141     layout: "plot-throughput"
10142
10143 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
10144 - type: "plot"
10145   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10146   algorithm: "plot_performance_box"
10147   output-file-type: ".html"
10148   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10149   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10150   filter: "'NIC_Intel-X520-DA2' and
10151            '64B' and
10152            'NDRPDR' and
10153            '1T1C' and
10154            'IP4FWD' and
10155            ('NAT44' or 'IP4BASE') and
10156            not 'DOT1Q' and
10157            not 'IPSEC' and
10158            not 'VHOST'"
10159   parameters:
10160   - "throughput"
10161   - "parent"
10162   - "tags"
10163   sort:
10164   - "IP4BASE"
10165   - "BASE"
10166   - "SRC_USER_10"
10167   - "SRC_USER_100"
10168   - "SRC_USER_1000"
10169   - "SRC_USER_2000"
10170   traces:
10171     hoverinfo: "x+y"
10172     boxpoints: "outliers"
10173     whiskerwidth: 0
10174   layout:
10175     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10176     layout: "plot-throughput"
10177
10178 - type: "plot"
10179   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10180   algorithm: "plot_performance_box"
10181   output-file-type: ".html"
10182   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10183   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10184   filter: "'NIC_Intel-X520-DA2' and
10185            '64B' and
10186            'NDRPDR' and
10187            '1T1C' and
10188            'IP4FWD' and
10189            ('NAT44' or 'IP4BASE') and
10190            not 'DOT1Q' and
10191            not 'IPSEC' and
10192            not 'VHOST'"
10193   parameters:
10194   - "throughput"
10195   - "parent"
10196   - "tags"
10197   sort:
10198   - "IP4BASE"
10199   - "BASE"
10200   - "SRC_USER_10"
10201   - "SRC_USER_100"
10202   - "SRC_USER_1000"
10203   - "SRC_USER_2000"
10204   traces:
10205     hoverinfo: "x+y"
10206     boxpoints: "outliers"
10207     whiskerwidth: 0
10208   layout:
10209     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10210     layout: "plot-throughput"
10211
10212 - type: "plot"
10213   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10214   algorithm: "plot_performance_box"
10215   output-file-type: ".html"
10216   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10217   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10218   filter: "'NIC_Intel-X520-DA2' and
10219            '64B' and
10220            'NDRPDR' and
10221            '2T2C' and
10222            'IP4FWD' and
10223            ('NAT44' or 'IP4BASE') and
10224            not 'DOT1Q' and
10225            not 'IPSEC' and
10226            not 'VHOST'"
10227   parameters:
10228   - "throughput"
10229   - "parent"
10230   - "tags"
10231   sort:
10232   - "IP4BASE"
10233   - "BASE"
10234   - "SRC_USER_10"
10235   - "SRC_USER_100"
10236   - "SRC_USER_1000"
10237   - "SRC_USER_2000"
10238   traces:
10239     hoverinfo: "x+y"
10240     boxpoints: "outliers"
10241     whiskerwidth: 0
10242   layout:
10243     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10244     layout: "plot-throughput"
10245
10246 - type: "plot"
10247   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10248   algorithm: "plot_performance_box"
10249   output-file-type: ".html"
10250   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10251   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10252   filter: "'NIC_Intel-X520-DA2' and
10253            '64B' and
10254            'NDRPDR' and
10255            '2T2C' and
10256            'IP4FWD' and
10257            ('NAT44' or 'IP4BASE') and
10258            not 'DOT1Q' and
10259            not 'IPSEC' and
10260            not 'VHOST'"
10261   parameters:
10262   - "throughput"
10263   - "parent"
10264   - "tags"
10265   sort:
10266   - "IP4BASE"
10267   - "BASE"
10268   - "SRC_USER_10"
10269   - "SRC_USER_100"
10270   - "SRC_USER_1000"
10271   - "SRC_USER_2000"
10272   traces:
10273     hoverinfo: "x+y"
10274     boxpoints: "outliers"
10275     whiskerwidth: 0
10276   layout:
10277     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10278     layout: "plot-throughput"
10279
10280 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
10281 - type: "plot"
10282   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10283   algorithm: "plot_performance_box"
10284   output-file-type: ".html"
10285   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10286   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10287   filter: "'NIC_Intel-X520-DA2' and
10288            '64B' and
10289            'NDRPDR' and
10290            '1T1C' and
10291            'IP4FWD' and
10292            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10293            not 'IPSEC' and
10294            not 'DOT1Q' and
10295            not 'VHOST'"
10296   parameters:
10297   - "throughput"
10298   - "parent"
10299   - "tags"
10300   sort:
10301   - "IP4BASE"
10302   - "ACL_STATELESS"
10303   - "ACL_STATEFUL"
10304   - "ACL_STATELESS"
10305   - "ACL_STATEFUL"
10306   traces:
10307     hoverinfo: "x+y"
10308     boxpoints: "outliers"
10309     whiskerwidth: 0
10310   layout:
10311     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10312     layout: "plot-throughput"
10313
10314 - type: "plot"
10315   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10316   algorithm: "plot_performance_box"
10317   output-file-type: ".html"
10318   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10319   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10320   filter: "'NIC_Intel-X520-DA2' and
10321            '64B' and
10322            'NDRPDR' and
10323            '1T1C' and
10324            'IP4FWD' and
10325            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10326            not 'IPSEC' and
10327            not 'DOT1Q' and
10328            not 'VHOST'"
10329   parameters:
10330   - "throughput"
10331   - "parent"
10332   - "tags"
10333   sort:
10334   - "IP4BASE"
10335   - "ACL_STATELESS"
10336   - "ACL_STATEFUL"
10337   - "ACL_STATELESS"
10338   - "ACL_STATEFUL"
10339   traces:
10340     hoverinfo: "x+y"
10341     boxpoints: "outliers"
10342     whiskerwidth: 0
10343   layout:
10344     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10345     layout: "plot-throughput"
10346
10347 - type: "plot"
10348   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10349   algorithm: "plot_performance_box"
10350   output-file-type: ".html"
10351   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10352   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10353   filter: "'NIC_Intel-X520-DA2' and
10354            '64B' and
10355            'NDRPDR' and
10356            '2T2C' and
10357            'IP4FWD' and
10358            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10359            not 'IPSEC' and
10360            not 'DOT1Q' and
10361            not 'VHOST'"
10362   parameters:
10363   - "throughput"
10364   - "parent"
10365   - "tags"
10366   sort:
10367   - "IP4BASE"
10368   - "ACL_STATELESS"
10369   - "ACL_STATEFUL"
10370   - "ACL_STATELESS"
10371   - "ACL_STATEFUL"
10372   traces:
10373     hoverinfo: "x+y"
10374     boxpoints: "outliers"
10375     whiskerwidth: 0
10376   layout:
10377     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10378     layout: "plot-throughput"
10379
10380 - type: "plot"
10381   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10382   algorithm: "plot_performance_box"
10383   output-file-type: ".html"
10384   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10385   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10386   filter: "'NIC_Intel-X520-DA2' and
10387            '64B' and
10388            'NDRPDR' and
10389            '2T2C' and
10390            'IP4FWD' and
10391            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10392            not 'IPSEC' and
10393            not 'DOT1Q' and
10394            not 'VHOST'"
10395   parameters:
10396   - "throughput"
10397   - "parent"
10398   - "tags"
10399   sort:
10400   - "IP4BASE"
10401   - "ACL_STATELESS"
10402   - "ACL_STATEFUL"
10403   - "ACL_STATELESS"
10404   - "ACL_STATEFUL"
10405   traces:
10406     hoverinfo: "x+y"
10407     boxpoints: "outliers"
10408     whiskerwidth: 0
10409   layout:
10410     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10411     layout: "plot-throughput"
10412
10413 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
10414 - type: "plot"
10415   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10416   algorithm: "plot_performance_box"
10417   output-file-type: ".html"
10418   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10419   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10420   filter: "'NIC_Intel-X520-DA2' and
10421            '64B' and
10422            'NDRPDR' and
10423            '1T1C' and
10424            'IP4FWD' and
10425            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10426            not 'IPSEC' and
10427            not 'DOT1Q' and
10428            not 'VHOST'"
10429   parameters:
10430   - "throughput"
10431   - "parent"
10432   - "tags"
10433   sort:
10434   - "IP4BASE"
10435   - "ACL_STATELESS"
10436   - "ACL_STATEFUL"
10437   - "ACL_STATELESS"
10438   - "ACL_STATEFUL"
10439   traces:
10440     hoverinfo: "x+y"
10441     boxpoints: "outliers"
10442     whiskerwidth: 0
10443   layout:
10444     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10445     layout: "plot-throughput"
10446
10447 - type: "plot"
10448   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10449   algorithm: "plot_performance_box"
10450   output-file-type: ".html"
10451   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10452   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10453   filter: "'NIC_Intel-X520-DA2' and
10454            '64B' and
10455            'NDRPDR' and
10456            '1T1C' and
10457            'IP4FWD' and
10458            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10459            not 'IPSEC' and
10460            not 'DOT1Q' and
10461            not 'VHOST'"
10462   parameters:
10463   - "throughput"
10464   - "parent"
10465   - "tags"
10466   sort:
10467   - "IP4BASE"
10468   - "ACL_STATELESS"
10469   - "ACL_STATEFUL"
10470   - "ACL_STATELESS"
10471   - "ACL_STATEFUL"
10472   traces:
10473     hoverinfo: "x+y"
10474     boxpoints: "outliers"
10475     whiskerwidth: 0
10476   layout:
10477     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10478     layout: "plot-throughput"
10479
10480 - type: "plot"
10481   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10482   algorithm: "plot_performance_box"
10483   output-file-type: ".html"
10484   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10485   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10486   filter: "'NIC_Intel-X520-DA2' and
10487            '64B' and
10488            'NDRPDR' and
10489            '2T2C' and
10490            'IP4FWD' and
10491            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10492            not 'IPSEC' and
10493            not 'DOT1Q' and
10494            not 'VHOST'"
10495   parameters:
10496   - "throughput"
10497   - "parent"
10498   - "tags"
10499   sort:
10500   - "IP4BASE"
10501   - "ACL_STATELESS"
10502   - "ACL_STATEFUL"
10503   - "ACL_STATELESS"
10504   - "ACL_STATEFUL"
10505   traces:
10506     hoverinfo: "x+y"
10507     boxpoints: "outliers"
10508     whiskerwidth: 0
10509   layout:
10510     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10511     layout: "plot-throughput"
10512
10513 - type: "plot"
10514   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10515   algorithm: "plot_performance_box"
10516   output-file-type: ".html"
10517   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10518   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10519   filter: "'NIC_Intel-X520-DA2' and
10520            '64B' and
10521            'NDRPDR' and
10522            '2T2C' and
10523            'IP4FWD' and
10524            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10525            not 'IPSEC' and
10526            not 'DOT1Q' and
10527            not 'VHOST'"
10528   parameters:
10529   - "throughput"
10530   - "parent"
10531   - "tags"
10532   sort:
10533   - "IP4BASE"
10534   - "ACL_STATELESS"
10535   - "ACL_STATEFUL"
10536   - "ACL_STATELESS"
10537   - "ACL_STATEFUL"
10538   traces:
10539     hoverinfo: "x+y"
10540     boxpoints: "outliers"
10541     whiskerwidth: 0
10542   layout:
10543     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10544     layout: "plot-throughput"
10545
10546 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
10547 - type: "plot"
10548   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10549   algorithm: "plot_performance_box"
10550   output-file-type: ".html"
10551   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10552   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10553   filter: "'NIC_Intel-X710' and
10554            '64B' and
10555            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10556            'NDRPDR' and
10557            '1T1C' and
10558            'IP4FWD' and
10559            not 'IPSEC' and
10560            not 'DOT1Q' and
10561            not 'VHOST'"
10562   parameters:
10563   - "throughput"
10564   - "parent"
10565   - "tags"
10566   sort:
10567   - "IP4BASE"
10568   - "FIB_20K"
10569   - "FIB_200K"
10570   - "FIB_2M"
10571   traces:
10572     hoverinfo: "x+y"
10573     boxpoints: "outliers"
10574     whiskerwidth: 0
10575   layout:
10576     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10577     layout: "plot-throughput"
10578
10579 - type: "plot"
10580   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10581   algorithm: "plot_performance_box"
10582   output-file-type: ".html"
10583   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10584   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10585   filter: "'NIC_Intel-X710' and
10586            '64B' and
10587            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10588            'NDRPDR' and
10589            '1T1C' and
10590            'IP4FWD' and
10591            not 'IPSEC' and
10592            not 'DOT1Q' and
10593            not 'VHOST'"
10594   parameters:
10595   - "throughput"
10596   - "parent"
10597   - "tags"
10598   sort:
10599   - "IP4BASE"
10600   - "FIB_20K"
10601   - "FIB_200K"
10602   - "FIB_2M"
10603   traces:
10604     hoverinfo: "x+y"
10605     boxpoints: "outliers"
10606     whiskerwidth: 0
10607   layout:
10608     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10609     layout: "plot-throughput"
10610
10611 - type: "plot"
10612   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10613   algorithm: "plot_performance_box"
10614   output-file-type: ".html"
10615   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10616   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10617   filter: "'NIC_Intel-X710' and
10618            '64B' and
10619            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10620            'NDRPDR' and
10621            '2T2C' and
10622            'IP4FWD' and
10623            not 'IPSEC' and
10624            not 'DOT1Q' and
10625            not 'VHOST'"
10626   parameters:
10627   - "throughput"
10628   - "parent"
10629   - "tags"
10630   sort:
10631   - "IP4BASE"
10632   - "FIB_20K"
10633   - "FIB_200K"
10634   - "FIB_2M"
10635   traces:
10636     hoverinfo: "x+y"
10637     boxpoints: "outliers"
10638     whiskerwidth: 0
10639   layout:
10640     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10641     layout: "plot-throughput"
10642
10643 - type: "plot"
10644   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10645   algorithm: "plot_performance_box"
10646   output-file-type: ".html"
10647   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10648   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10649   filter: "'NIC_Intel-X710' and
10650            '64B' and
10651            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10652            'NDRPDR' and
10653            '2T2C' and
10654            'IP4FWD' and
10655            not 'IPSEC' and
10656            not 'DOT1Q' and
10657            not 'VHOST'"
10658   parameters:
10659   - "throughput"
10660   - "parent"
10661   - "tags"
10662   sort:
10663   - "IP4BASE"
10664   - "FIB_20K"
10665   - "FIB_200K"
10666   - "FIB_2M"
10667   traces:
10668     hoverinfo: "x+y"
10669     boxpoints: "outliers"
10670     whiskerwidth: 0
10671   layout:
10672     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10673     layout: "plot-throughput"
10674
10675 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
10676 - type: "plot"
10677   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10678   algorithm: "plot_performance_box"
10679   output-file-type: ".html"
10680   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10681   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10682   filter: "'NIC_Intel-X710' and
10683            '64B' and
10684            ('IP4BASE' or
10685             'POLICE_MARK' or
10686             'COPWHLIST' or
10687             ('NAT44' and 'BASE') or
10688             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10689            'NDRPDR' and
10690            '1T1C' and
10691            'IP4FWD' and
10692            not 'IPSEC' and
10693            not 'VHOST'"
10694   parameters:
10695   - "throughput"
10696   - "parent"
10697   - "tags"
10698   sort:
10699   - "DOT1Q"
10700   - "IP4BASE"
10701   - "NAT44"
10702   - "POLICE_MARK"
10703   - "COPWHLIST"
10704   - "IACL"
10705   - "OACL"
10706   traces:
10707     hoverinfo: "x+y"
10708     boxpoints: "outliers"
10709     whiskerwidth: 0
10710   layout:
10711     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10712     layout: "plot-throughput"
10713
10714 - type: "plot"
10715   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10716   algorithm: "plot_performance_box"
10717   output-file-type: ".html"
10718   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10719   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10720   filter: "'NIC_Intel-X710' and
10721            '64B' and
10722            ('IP4BASE' or
10723             'POLICE_MARK' or
10724             'COPWHLIST' or
10725             ('NAT44' and 'BASE') or
10726             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10727            'NDRPDR' and
10728            '1T1C' and
10729            'IP4FWD' and
10730            not 'IPSEC' and
10731            not 'VHOST'"
10732   parameters:
10733   - "throughput"
10734   - "parent"
10735   - "tags"
10736   sort:
10737   - "DOT1Q"
10738   - "IP4BASE"
10739   - "NAT44"
10740   - "POLICE_MARK"
10741   - "COPWHLIST"
10742   - "IACL"
10743   - "OACL"
10744   traces:
10745     hoverinfo: "x+y"
10746     boxpoints: "outliers"
10747     whiskerwidth: 0
10748   layout:
10749     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10750     layout: "plot-throughput"
10751
10752 - type: "plot"
10753   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10754   algorithm: "plot_performance_box"
10755   output-file-type: ".html"
10756   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10757   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10758   filter: "'NIC_Intel-X710' and
10759            '64B' and
10760            ('IP4BASE' or
10761             'POLICE_MARK' or
10762             'COPWHLIST' or
10763             ('NAT44' and 'BASE') or
10764             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10765            'NDRPDR' and
10766            '2T2C' and
10767            'IP4FWD' and
10768            not 'IPSEC' and
10769            not 'VHOST'"
10770   parameters:
10771   - "throughput"
10772   - "parent"
10773   - "tags"
10774   sort:
10775   - "DOT1Q"
10776   - "IP4BASE"
10777   - "NAT44"
10778   - "POLICE_MARK"
10779   - "COPWHLIST"
10780   - "IACL"
10781   - "OACL"
10782   traces:
10783     hoverinfo: "x+y"
10784     boxpoints: "outliers"
10785     whiskerwidth: 0
10786   layout:
10787     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10788     layout: "plot-throughput"
10789
10790 - type: "plot"
10791   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10792   algorithm: "plot_performance_box"
10793   output-file-type: ".html"
10794   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10795   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10796   filter: "'NIC_Intel-X710' and
10797            '64B' and
10798            ('IP4BASE' or
10799             'POLICE_MARK' or
10800             'COPWHLIST' or
10801             ('NAT44' and 'BASE') or
10802             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10803            'NDRPDR' and
10804            '2T2C' and
10805            'IP4FWD' and
10806            not 'IPSEC' and
10807            not 'VHOST'"
10808   parameters:
10809   - "throughput"
10810   - "parent"
10811   - "tags"
10812   sort:
10813   - "DOT1Q"
10814   - "IP4BASE"
10815   - "NAT44"
10816   - "POLICE_MARK"
10817   - "COPWHLIST"
10818   - "IACL"
10819   - "OACL"
10820   traces:
10821     hoverinfo: "x+y"
10822     boxpoints: "outliers"
10823     whiskerwidth: 0
10824   layout:
10825     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10826     layout: "plot-throughput"
10827
10828 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
10829 - type: "plot"
10830   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10831   algorithm: "plot_performance_box"
10832   output-file-type: ".html"
10833   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10834   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10835   filter: "'NIC_Intel-X710' and
10836            '64B' and
10837            'NDRPDR' and
10838            '2T1C' and
10839            'IP4FWD' and
10840            ('NAT44' or 'IP4BASE') and
10841            not 'IPSEC' and
10842            not 'VHOST'"
10843   parameters:
10844   - "throughput"
10845   - "parent"
10846   - "tags"
10847   sort:
10848   - "IP4BASE"
10849   - "BASE"
10850   - "SRC_USER_10"
10851   - "SRC_USER_100"
10852   - "SRC_USER_1000"
10853   - "SRC_USER_2000"
10854   traces:
10855     hoverinfo: "x+y"
10856     boxpoints: "outliers"
10857     whiskerwidth: 0
10858   layout:
10859     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10860     layout: "plot-throughput"
10861
10862 - type: "plot"
10863   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10864   algorithm: "plot_performance_box"
10865   output-file-type: ".html"
10866   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10867   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10868   filter: "'NIC_Intel-X710' and
10869            '64B' and
10870            'NDRPDR' and
10871            '2T1C' and
10872            'IP4FWD' and
10873            ('NAT44' or 'IP4BASE') and
10874            not 'IPSEC' and
10875            not 'VHOST'"
10876   parameters:
10877   - "throughput"
10878   - "parent"
10879   - "tags"
10880   sort:
10881   - "IP4BASE"
10882   - "BASE"
10883   - "SRC_USER_10"
10884   - "SRC_USER_100"
10885   - "SRC_USER_1000"
10886   - "SRC_USER_2000"
10887   traces:
10888     hoverinfo: "x+y"
10889     boxpoints: "outliers"
10890     whiskerwidth: 0
10891   layout:
10892     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10893     layout: "plot-throughput"
10894
10895 - type: "plot"
10896   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10897   algorithm: "plot_performance_box"
10898   output-file-type: ".html"
10899   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10900   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10901   filter: "'NIC_Intel-X710' and
10902            '64B' and
10903            'NDRPDR' and
10904            '4T2C' and
10905            'IP4FWD' and
10906            ('NAT44' or 'IP4BASE') and
10907            not 'IPSEC' and
10908            not 'VHOST'"
10909   parameters:
10910   - "throughput"
10911   - "parent"
10912   - "tags"
10913   sort:
10914   - "IP4BASE"
10915   - "BASE"
10916   - "SRC_USER_10"
10917   - "SRC_USER_100"
10918   - "SRC_USER_1000"
10919   - "SRC_USER_2000"
10920   traces:
10921     hoverinfo: "x+y"
10922     boxpoints: "outliers"
10923     whiskerwidth: 0
10924   layout:
10925     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10926     layout: "plot-throughput"
10927
10928 - type: "plot"
10929   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10930   algorithm: "plot_performance_box"
10931   output-file-type: ".html"
10932   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10933   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10934   filter: "'NIC_Intel-X710' and
10935            '64B' and
10936            'NDRPDR' and
10937            '4T2C' and
10938            'IP4FWD' and
10939            ('NAT44' or 'IP4BASE') and
10940            not 'IPSEC' and
10941            not 'VHOST'"
10942   parameters:
10943   - "throughput"
10944   - "parent"
10945   - "tags"
10946   sort:
10947   - "IP4BASE"
10948   - "BASE"
10949   - "SRC_USER_10"
10950   - "SRC_USER_100"
10951   - "SRC_USER_1000"
10952   - "SRC_USER_2000"
10953   traces:
10954     hoverinfo: "x+y"
10955     boxpoints: "outliers"
10956     whiskerwidth: 0
10957   layout:
10958     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10959     layout: "plot-throughput"
10960
10961 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
10962 - type: "plot"
10963   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10964   algorithm: "plot_performance_box"
10965   output-file-type: ".html"
10966   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10967   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10968   filter: "'NIC_Intel-X710' and
10969            '64B' and
10970            'NDRPDR' and
10971            '2T1C' and
10972            'IP4FWD' and
10973            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10974            not 'IPSEC' and
10975            not 'VHOST'"
10976   parameters:
10977   - "throughput"
10978   - "parent"
10979   - "tags"
10980   sort:
10981   - "IP4BASE"
10982   - "ACL_STATELESS"
10983   - "ACL_STATEFUL"
10984   - "ACL_STATELESS"
10985   - "ACL_STATEFUL"
10986   traces:
10987     hoverinfo: "x+y"
10988     boxpoints: "outliers"
10989     whiskerwidth: 0
10990   layout:
10991     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10992     layout: "plot-throughput"
10993
10994 - type: "plot"
10995   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10996   algorithm: "plot_performance_box"
10997   output-file-type: ".html"
10998   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10999   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11000   filter: "'NIC_Intel-X710' and
11001            '64B' and
11002            'NDRPDR' and
11003            '2T1C' and
11004            'IP4FWD' and
11005            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11006            not 'IPSEC' and
11007            not 'VHOST'"
11008   parameters:
11009   - "throughput"
11010   - "parent"
11011   - "tags"
11012   sort:
11013   - "IP4BASE"
11014   - "ACL_STATELESS"
11015   - "ACL_STATEFUL"
11016   - "ACL_STATELESS"
11017   - "ACL_STATEFUL"
11018   traces:
11019     hoverinfo: "x+y"
11020     boxpoints: "outliers"
11021     whiskerwidth: 0
11022   layout:
11023     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
11024     layout: "plot-throughput"
11025
11026 - type: "plot"
11027   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11028   algorithm: "plot_performance_box"
11029   output-file-type: ".html"
11030   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11031   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11032   filter: "'NIC_Intel-X710' and
11033            '64B' and
11034            'NDRPDR' and
11035            '4T2C' and
11036            'IP4FWD' and
11037            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11038            not 'IPSEC' and
11039            not 'VHOST'"
11040   parameters:
11041   - "throughput"
11042   - "parent"
11043   - "tags"
11044   sort:
11045   - "IP4BASE"
11046   - "ACL_STATELESS"
11047   - "ACL_STATEFUL"
11048   - "ACL_STATELESS"
11049   - "ACL_STATEFUL"
11050   traces:
11051     hoverinfo: "x+y"
11052     boxpoints: "outliers"
11053     whiskerwidth: 0
11054   layout:
11055     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11056     layout: "plot-throughput"
11057
11058 - type: "plot"
11059   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11060   algorithm: "plot_performance_box"
11061   output-file-type: ".html"
11062   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11063   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11064   filter: "'NIC_Intel-X710' and
11065            '64B' and
11066            'NDRPDR' and
11067            '4T2C' and
11068            'IP4FWD' and
11069            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11070            not 'IPSEC' and
11071            not 'VHOST'"
11072   parameters:
11073   - "throughput"
11074   - "parent"
11075   - "tags"
11076   sort:
11077   - "IP4BASE"
11078   - "ACL_STATELESS"
11079   - "ACL_STATEFUL"
11080   - "ACL_STATELESS"
11081   - "ACL_STATEFUL"
11082   traces:
11083     hoverinfo: "x+y"
11084     boxpoints: "outliers"
11085     whiskerwidth: 0
11086   layout:
11087     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11088     layout: "plot-throughput"
11089
11090 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
11091 - type: "plot"
11092   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11093   algorithm: "plot_performance_box"
11094   output-file-type: ".html"
11095   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11096   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11097   filter: "'NIC_Intel-XL710' and
11098            '64B' and
11099            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11100            'NDRPDR' and
11101            '1T1C' and
11102            'IP4FWD' and
11103            not 'IPSEC' and
11104            not 'VHOST'"
11105   parameters:
11106   - "throughput"
11107   - "parent"
11108   - "tags"
11109   sort:
11110   - "IP4BASE"
11111   - "FIB_20K"
11112   - "FIB_200K"
11113   - "FIB_2M"
11114   traces:
11115     hoverinfo: "x+y"
11116     boxpoints: "outliers"
11117     whiskerwidth: 0
11118   layout:
11119     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11120     layout: "plot-throughput"
11121
11122 - type: "plot"
11123   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11124   algorithm: "plot_performance_box"
11125   output-file-type: ".html"
11126   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11127   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11128   filter: "'NIC_Intel-XL710' and
11129            '64B' and
11130            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11131            'NDRPDR' and
11132            '1T1C' and
11133            'IP4FWD' and
11134            not 'IPSEC' and
11135            not 'VHOST'"
11136   parameters:
11137   - "throughput"
11138   - "parent"
11139   - "tags"
11140   sort:
11141   - "IP4BASE"
11142   - "FIB_20K"
11143   - "FIB_200K"
11144   - "FIB_2M"
11145   traces:
11146     hoverinfo: "x+y"
11147     boxpoints: "outliers"
11148     whiskerwidth: 0
11149   layout:
11150     title: "ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11151     layout: "plot-throughput"
11152
11153 - type: "plot"
11154   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11155   algorithm: "plot_performance_box"
11156   output-file-type: ".html"
11157   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11158   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11159   filter: "'NIC_Intel-XL710' and
11160            '64B' and
11161            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11162            'NDRPDR' and
11163            '2T2C' and
11164            'IP4FWD' and
11165            not 'IPSEC' and
11166            not 'VHOST'"
11167   parameters:
11168   - "throughput"
11169   - "parent"
11170   - "tags"
11171   sort:
11172   - "IP4BASE"
11173   - "FIB_20K"
11174   - "FIB_200K"
11175   - "FIB_2M"
11176   traces:
11177     hoverinfo: "x+y"
11178     boxpoints: "outliers"
11179     whiskerwidth: 0
11180   layout:
11181     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11182     layout: "plot-throughput"
11183
11184 - type: "plot"
11185   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11186   algorithm: "plot_performance_box"
11187   output-file-type: ".html"
11188   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11189   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11190   filter: "'NIC_Intel-XL710' and
11191            '64B' and
11192            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11193            'NDRPDR' and
11194            '2T2C' and
11195            'IP4FWD' and
11196            not 'IPSEC' and
11197            not 'VHOST'"
11198   parameters:
11199   - "throughput"
11200   - "parent"
11201   - "tags"
11202   sort:
11203   - "IP4BASE"
11204   - "FIB_20K"
11205   - "FIB_200K"
11206   - "FIB_2M"
11207   traces:
11208     hoverinfo: "x+y"
11209     boxpoints: "outliers"
11210     whiskerwidth: 0
11211   layout:
11212     title: "ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11213     layout: "plot-throughput"
11214
11215 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
11216 - type: "plot"
11217   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11218   algorithm: "plot_performance_box"
11219   output-file-type: ".html"
11220   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11221   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11222   filter: "'NIC_Intel-X710' and
11223            '64B' and
11224            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11225            'NDRPDR' and
11226            '2T1C' and
11227            'IP4FWD' and
11228            not 'IPSEC' and
11229            not 'DOT1Q' and
11230            not 'VHOST'"
11231   parameters:
11232   - "throughput"
11233   - "parent"
11234   - "tags"
11235   sort:
11236   - "IP4BASE"
11237   - "FIB_20K"
11238   - "FIB_200K"
11239   - "FIB_2M"
11240   traces:
11241     hoverinfo: "x+y"
11242     boxpoints: "outliers"
11243     whiskerwidth: 0
11244   layout:
11245     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11246     layout: "plot-throughput"
11247
11248 - type: "plot"
11249   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11250   algorithm: "plot_performance_box"
11251   output-file-type: ".html"
11252   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11254   filter: "'NIC_Intel-X710' and
11255            '64B' and
11256            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11257            'NDRPDR' and
11258            '2T1C' and
11259            'IP4FWD' and
11260            not 'IPSEC' and
11261            not 'DOT1Q' and
11262            not 'VHOST'"
11263   parameters:
11264   - "throughput"
11265   - "parent"
11266   - "tags"
11267   sort:
11268   - "IP4BASE"
11269   - "FIB_20K"
11270   - "FIB_200K"
11271   - "FIB_2M"
11272   traces:
11273     hoverinfo: "x+y"
11274     boxpoints: "outliers"
11275     whiskerwidth: 0
11276   layout:
11277     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11278     layout: "plot-throughput"
11279
11280 - type: "plot"
11281   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11282   algorithm: "plot_performance_box"
11283   output-file-type: ".html"
11284   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11285   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11286   filter: "'NIC_Intel-X710' and
11287            '64B' and
11288            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11289            'NDRPDR' and
11290            '4T2C' and
11291            'IP4FWD' and
11292            not 'IPSEC' and
11293            not 'DOT1Q' and
11294            not 'VHOST'"
11295   parameters:
11296   - "throughput"
11297   - "parent"
11298   - "tags"
11299   sort:
11300   - "IP4BASE"
11301   - "FIB_20K"
11302   - "FIB_200K"
11303   - "FIB_2M"
11304   traces:
11305     hoverinfo: "x+y"
11306     boxpoints: "outliers"
11307     whiskerwidth: 0
11308   layout:
11309     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11310     layout: "plot-throughput"
11311
11312 - type: "plot"
11313   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11314   algorithm: "plot_performance_box"
11315   output-file-type: ".html"
11316   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11317   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11318   filter: "'NIC_Intel-X710' and
11319            '64B' and
11320            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11321            'NDRPDR' and
11322            '4T2C' and
11323            'IP4FWD' and
11324            not 'IPSEC' and
11325            not 'DOT1Q' and
11326            not 'VHOST'"
11327   parameters:
11328   - "throughput"
11329   - "parent"
11330   - "tags"
11331   sort:
11332   - "IP4BASE"
11333   - "FIB_20K"
11334   - "FIB_200K"
11335   - "FIB_2M"
11336   traces:
11337     hoverinfo: "x+y"
11338     boxpoints: "outliers"
11339     whiskerwidth: 0
11340   layout:
11341     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11342     layout: "plot-throughput"
11343
11344 # Packet Throughput - VPP IPv4 3n-skx-x710 features
11345 - type: "plot"
11346   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
11347   algorithm: "plot_performance_box"
11348   output-file-type: ".html"
11349   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
11350   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11351   filter: "'NIC_Intel-X710' and
11352            '64B' and
11353            ('IP4BASE' or
11354             'POLICE_MARK' or
11355             'COPWHLIST' or
11356             ('NAT44' and 'BASE') or
11357             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11358            'NDRPDR' and
11359            '2T1C' and
11360            'IP4FWD' and
11361            not 'IPSEC' and
11362            not 'VHOST'"
11363   parameters:
11364   - "throughput"
11365   - "parent"
11366   - "tags"
11367   sort:
11368   - "DOT1Q"
11369   - "IP4BASE"
11370   - "NAT44"
11371   - "POLICE_MARK"
11372   - "COPWHLIST"
11373   - "IACL"
11374   - "OACL"
11375   traces:
11376     hoverinfo: "x+y"
11377     boxpoints: "outliers"
11378     whiskerwidth: 0
11379   layout:
11380     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
11381     layout: "plot-throughput"
11382
11383 - type: "plot"
11384   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
11385   algorithm: "plot_performance_box"
11386   output-file-type: ".html"
11387   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
11388   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11389   filter: "'NIC_Intel-X710' and
11390            '64B' and
11391            ('IP4BASE' or
11392             'POLICE_MARK' or
11393             'COPWHLIST' or
11394             ('NAT44' and 'BASE') or
11395             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11396            'NDRPDR' and
11397            '2T1C' and
11398            'IP4FWD' and
11399            not 'IPSEC' and
11400            not 'VHOST'"
11401   parameters:
11402   - "throughput"
11403   - "parent"
11404   - "tags"
11405   sort:
11406   - "DOT1Q"
11407   - "IP4BASE"
11408   - "NAT44"
11409   - "POLICE_MARK"
11410   - "COPWHLIST"
11411   - "IACL"
11412   - "OACL"
11413   traces:
11414     hoverinfo: "x+y"
11415     boxpoints: "outliers"
11416     whiskerwidth: 0
11417   layout:
11418     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
11419     layout: "plot-throughput"
11420
11421 - type: "plot"
11422   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
11423   algorithm: "plot_performance_box"
11424   output-file-type: ".html"
11425   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
11426   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11427   filter: "'NIC_Intel-X710' and
11428            '64B' and
11429            ('IP4BASE' or
11430             'POLICE_MARK' or
11431             'COPWHLIST' or
11432             ('NAT44' and 'BASE') or
11433             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11434            'NDRPDR' and
11435            '4T2C' and
11436            'IP4FWD' and
11437            not 'IPSEC' and
11438            not 'VHOST'"
11439   parameters:
11440   - "throughput"
11441   - "parent"
11442   - "tags"
11443   sort:
11444   - "DOT1Q"
11445   - "IP4BASE"
11446   - "NAT44"
11447   - "POLICE_MARK"
11448   - "COPWHLIST"
11449   - "IACL"
11450   - "OACL"
11451   traces:
11452     hoverinfo: "x+y"
11453     boxpoints: "outliers"
11454     whiskerwidth: 0
11455   layout:
11456     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
11457     layout: "plot-throughput"
11458
11459 - type: "plot"
11460   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
11461   algorithm: "plot_performance_box"
11462   output-file-type: ".html"
11463   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
11464   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11465   filter: "'NIC_Intel-X710' and
11466            '64B' and
11467            ('IP4BASE' or
11468             'POLICE_MARK' or
11469             'COPWHLIST' or
11470             ('NAT44' and 'BASE') or
11471             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11472            'NDRPDR' and
11473            '4T2C' and
11474            'IP4FWD' and
11475            not 'IPSEC' and
11476            not 'VHOST'"
11477   parameters:
11478   - "throughput"
11479   - "parent"
11480   - "tags"
11481   sort:
11482   - "DOT1Q"
11483   - "IP4BASE"
11484   - "NAT44"
11485   - "POLICE_MARK"
11486   - "COPWHLIST"
11487   - "IACL"
11488   - "OACL"
11489   traces:
11490     hoverinfo: "x+y"
11491     boxpoints: "outliers"
11492     whiskerwidth: 0
11493   layout:
11494     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
11495     layout: "plot-throughput"
11496
11497 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
11498 - type: "plot"
11499   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11500   algorithm: "plot_performance_box"
11501   output-file-type: ".html"
11502   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11503   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11504   filter: "'NIC_Intel-X710' and
11505            '64B' and
11506            'NDRPDR' and
11507            '1T1C' and
11508            'IP4FWD' and
11509            ('NAT44' or 'IP4BASE') and
11510            not 'IPSEC' and
11511            not 'VHOST'"
11512   parameters:
11513   - "throughput"
11514   - "parent"
11515   - "tags"
11516   sort:
11517   - "IP4BASE"
11518   - "BASE"
11519   - "SRC_USER_10"
11520   - "SRC_USER_100"
11521   - "SRC_USER_1000"
11522   - "SRC_USER_2000"
11523   traces:
11524     hoverinfo: "x+y"
11525     boxpoints: "outliers"
11526     whiskerwidth: 0
11527   layout:
11528     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11529     layout: "plot-throughput"
11530
11531 - type: "plot"
11532   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11533   algorithm: "plot_performance_box"
11534   output-file-type: ".html"
11535   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11536   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11537   filter: "'NIC_Intel-X710' and
11538            '64B' and
11539            'NDRPDR' and
11540            '1T1C' and
11541            'IP4FWD' and
11542            ('NAT44' or 'IP4BASE') and
11543            not 'IPSEC' and
11544            not 'VHOST'"
11545   parameters:
11546   - "throughput"
11547   - "parent"
11548   - "tags"
11549   sort:
11550   - "IP4BASE"
11551   - "BASE"
11552   - "SRC_USER_10"
11553   - "SRC_USER_100"
11554   - "SRC_USER_1000"
11555   - "SRC_USER_2000"
11556   traces:
11557     hoverinfo: "x+y"
11558     boxpoints: "outliers"
11559     whiskerwidth: 0
11560   layout:
11561     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11562     layout: "plot-throughput"
11563
11564 - type: "plot"
11565   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11566   algorithm: "plot_performance_box"
11567   output-file-type: ".html"
11568   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11569   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11570   filter: "'NIC_Intel-X710' and
11571            '64B' and
11572            'NDRPDR' and
11573            '2T2C' and
11574            'IP4FWD' and
11575            ('NAT44' or 'IP4BASE') and
11576            not 'IPSEC' and
11577            not 'VHOST'"
11578   parameters:
11579   - "throughput"
11580   - "parent"
11581   - "tags"
11582   sort:
11583   - "IP4BASE"
11584   - "BASE"
11585   - "SRC_USER_10"
11586   - "SRC_USER_100"
11587   - "SRC_USER_1000"
11588   - "SRC_USER_2000"
11589   traces:
11590     hoverinfo: "x+y"
11591     boxpoints: "outliers"
11592     whiskerwidth: 0
11593   layout:
11594     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11595     layout: "plot-throughput"
11596
11597 - type: "plot"
11598   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11599   algorithm: "plot_performance_box"
11600   output-file-type: ".html"
11601   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11602   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11603   filter: "'NIC_Intel-X710' and
11604            '64B' and
11605            'NDRPDR' and
11606            '2T2C' and
11607            'IP4FWD' and
11608            ('NAT44' or 'IP4BASE') and
11609            not 'IPSEC' and
11610            not 'VHOST'"
11611   parameters:
11612   - "throughput"
11613   - "parent"
11614   - "tags"
11615   sort:
11616   - "IP4BASE"
11617   - "BASE"
11618   - "SRC_USER_10"
11619   - "SRC_USER_100"
11620   - "SRC_USER_1000"
11621   - "SRC_USER_2000"
11622   traces:
11623     hoverinfo: "x+y"
11624     boxpoints: "outliers"
11625     whiskerwidth: 0
11626   layout:
11627     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11628     layout: "plot-throughput"
11629
11630 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
11631 - type: "plot"
11632   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11633   algorithm: "plot_performance_box"
11634   output-file-type: ".html"
11635   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11636   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11637   filter: "'NIC_Intel-X710' and
11638            '64B' and
11639            'NDRPDR' and
11640            '1T1C' and
11641            'IP4FWD' and
11642            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11643            not 'IPSEC' and
11644            not 'VHOST'"
11645   parameters:
11646   - "throughput"
11647   - "parent"
11648   - "tags"
11649   sort:
11650   - "IP4BASE"
11651   - "ACL_STATELESS"
11652   - "ACL_STATEFUL"
11653   - "ACL_STATELESS"
11654   - "ACL_STATEFUL"
11655   traces:
11656     hoverinfo: "x+y"
11657     boxpoints: "outliers"
11658     whiskerwidth: 0
11659   layout:
11660     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11661     layout: "plot-throughput"
11662
11663 - type: "plot"
11664   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11665   algorithm: "plot_performance_box"
11666   output-file-type: ".html"
11667   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11668   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11669   filter: "'NIC_Intel-X710' and
11670            '64B' and
11671            'NDRPDR' and
11672            '1T1C' and
11673            'IP4FWD' and
11674            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11675            not 'IPSEC' and
11676            not 'VHOST'"
11677   parameters:
11678   - "throughput"
11679   - "parent"
11680   - "tags"
11681   sort:
11682   - "IP4BASE"
11683   - "ACL_STATELESS"
11684   - "ACL_STATEFUL"
11685   - "ACL_STATELESS"
11686   - "ACL_STATEFUL"
11687   traces:
11688     hoverinfo: "x+y"
11689     boxpoints: "outliers"
11690     whiskerwidth: 0
11691   layout:
11692     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11693     layout: "plot-throughput"
11694
11695 - type: "plot"
11696   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11697   algorithm: "plot_performance_box"
11698   output-file-type: ".html"
11699   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11700   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11701   filter: "'NIC_Intel-X710' and
11702            '64B' and
11703            'NDRPDR' and
11704            '2T2C' and
11705            'IP4FWD' and
11706            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11707            not 'IPSEC' and
11708            not 'VHOST'"
11709   parameters:
11710   - "throughput"
11711   - "parent"
11712   - "tags"
11713   sort:
11714   - "IP4BASE"
11715   - "ACL_STATELESS"
11716   - "ACL_STATEFUL"
11717   - "ACL_STATELESS"
11718   - "ACL_STATEFUL"
11719   traces:
11720     hoverinfo: "x+y"
11721     boxpoints: "outliers"
11722     whiskerwidth: 0
11723   layout:
11724     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11725     layout: "plot-throughput"
11726
11727 - type: "plot"
11728   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11729   algorithm: "plot_performance_box"
11730   output-file-type: ".html"
11731   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11732   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11733   filter: "'NIC_Intel-X710' and
11734            '64B' and
11735            'NDRPDR' and
11736            '2T2C' and
11737            'IP4FWD' and
11738            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11739            not 'IPSEC' and
11740            not 'VHOST'"
11741   parameters:
11742   - "throughput"
11743   - "parent"
11744   - "tags"
11745   sort:
11746   - "IP4BASE"
11747   - "ACL_STATELESS"
11748   - "ACL_STATEFUL"
11749   - "ACL_STATELESS"
11750   - "ACL_STATEFUL"
11751   traces:
11752     hoverinfo: "x+y"
11753     boxpoints: "outliers"
11754     whiskerwidth: 0
11755   layout:
11756     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11757     layout: "plot-throughput"
11758
11759 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
11760 - type: "plot"
11761   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11762   algorithm: "plot_performance_box"
11763   output-file-type: ".html"
11764   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11765   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11766   filter: "'NIC_Intel-X710' and
11767            '64B' and
11768            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11769            'NDRPDR' and
11770            '2T1C' and
11771            'IP4FWD' and
11772            not 'IPSEC' and
11773            not 'DOT1Q' and
11774            not 'VHOST'"
11775   parameters:
11776   - "throughput"
11777   - "parent"
11778   - "tags"
11779   sort:
11780   - "IP4BASE"
11781   - "FIB_20K"
11782   - "FIB_200K"
11783   - "FIB_2M"
11784   traces:
11785     hoverinfo: "x+y"
11786     boxpoints: "outliers"
11787     whiskerwidth: 0
11788   layout:
11789     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11790     layout: "plot-throughput"
11791
11792 - type: "plot"
11793   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11794   algorithm: "plot_performance_box"
11795   output-file-type: ".html"
11796   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11797   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11798   filter: "'NIC_Intel-X710' and
11799            '64B' and
11800            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11801            'NDRPDR' and
11802            '2T1C' and
11803            'IP4FWD' and
11804            not 'IPSEC' and
11805            not 'DOT1Q' and
11806            not 'VHOST'"
11807   parameters:
11808   - "throughput"
11809   - "parent"
11810   - "tags"
11811   sort:
11812   - "IP4BASE"
11813   - "FIB_20K"
11814   - "FIB_200K"
11815   - "FIB_2M"
11816   traces:
11817     hoverinfo: "x+y"
11818     boxpoints: "outliers"
11819     whiskerwidth: 0
11820   layout:
11821     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11822     layout: "plot-throughput"
11823
11824 - type: "plot"
11825   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11826   algorithm: "plot_performance_box"
11827   output-file-type: ".html"
11828   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11829   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11830   filter: "'NIC_Intel-X710' and
11831            '64B' and
11832            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11833            'NDRPDR' and
11834            '4T2C' and
11835            'IP4FWD' and
11836            not 'IPSEC' and
11837            not 'DOT1Q' and
11838            not 'VHOST'"
11839   parameters:
11840   - "throughput"
11841   - "parent"
11842   - "tags"
11843   sort:
11844   - "IP4BASE"
11845   - "FIB_20K"
11846   - "FIB_200K"
11847   - "FIB_2M"
11848   traces:
11849     hoverinfo: "x+y"
11850     boxpoints: "outliers"
11851     whiskerwidth: 0
11852   layout:
11853     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11854     layout: "plot-throughput"
11855
11856 - type: "plot"
11857   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11858   algorithm: "plot_performance_box"
11859   output-file-type: ".html"
11860   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11861   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11862   filter: "'NIC_Intel-X710' and
11863            '64B' and
11864            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11865            'NDRPDR' and
11866            '4T2C' and
11867            'IP4FWD' and
11868            not 'IPSEC' and
11869            not 'DOT1Q' and
11870            not 'VHOST'"
11871   parameters:
11872   - "throughput"
11873   - "parent"
11874   - "tags"
11875   sort:
11876   - "IP4BASE"
11877   - "FIB_20K"
11878   - "FIB_200K"
11879   - "FIB_2M"
11880   traces:
11881     hoverinfo: "x+y"
11882     boxpoints: "outliers"
11883     whiskerwidth: 0
11884   layout:
11885     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11886     layout: "plot-throughput"
11887
11888 # Packet Throughput - VPP IPv4 2n-skx-x710 features iacl
11889 - type: "plot"
11890   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11891   algorithm: "plot_performance_box"
11892   output-file-type: ".html"
11893   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11894   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11895   filter: "'NIC_Intel-X710' and
11896            '64B' and
11897            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11898            'NDRPDR' and
11899            '2T1C' and
11900            'IP4FWD' and
11901            not 'IPSEC' and
11902            not 'DOT1Q' and
11903            not 'VHOST'"
11904   parameters:
11905   - "throughput"
11906   - "parent"
11907   - "tags"
11908   sort:
11909   - "IP4BASE"
11910   - "ACL_STATELESS"
11911   - "ACL_STATEFUL"
11912   - "ACL_STATELESS"
11913   - "ACL_STATEFUL"
11914   traces:
11915     hoverinfo: "x+y"
11916     boxpoints: "outliers"
11917     whiskerwidth: 0
11918   layout:
11919     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11920     layout: "plot-throughput"
11921
11922 - type: "plot"
11923   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11924   algorithm: "plot_performance_box"
11925   output-file-type: ".html"
11926   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11927   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11928   filter: "'NIC_Intel-X710' and
11929            '64B' and
11930            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11931            'NDRPDR' and
11932            '2T1C' and
11933            'IP4FWD' and
11934            not 'IPSEC' and
11935            not 'DOT1Q' and
11936            not 'VHOST'"
11937   parameters:
11938   - "throughput"
11939   - "parent"
11940   - "tags"
11941   sort:
11942   - "IP4BASE"
11943   - "ACL_STATELESS"
11944   - "ACL_STATEFUL"
11945   - "ACL_STATELESS"
11946   - "ACL_STATEFUL"
11947   traces:
11948     hoverinfo: "x+y"
11949     boxpoints: "outliers"
11950     whiskerwidth: 0
11951   layout:
11952     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11953     layout: "plot-throughput"
11954
11955 - type: "plot"
11956   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11957   algorithm: "plot_performance_box"
11958   output-file-type: ".html"
11959   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11960   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11961   filter: "'NIC_Intel-X710' and
11962            '64B' and
11963            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11964            'NDRPDR' and
11965            '4T2C' and
11966            'IP4FWD' and
11967            not 'IPSEC' and
11968            not 'DOT1Q' and
11969            not 'VHOST'"
11970   parameters:
11971   - "throughput"
11972   - "parent"
11973   - "tags"
11974   sort:
11975   - "IP4BASE"
11976   - "ACL_STATELESS"
11977   - "ACL_STATEFUL"
11978   - "ACL_STATELESS"
11979   - "ACL_STATEFUL"
11980   traces:
11981     hoverinfo: "x+y"
11982     boxpoints: "outliers"
11983     whiskerwidth: 0
11984   layout:
11985     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11986     layout: "plot-throughput"
11987
11988 - type: "plot"
11989   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11990   algorithm: "plot_performance_box"
11991   output-file-type: ".html"
11992   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11993   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11994   filter: "'NIC_Intel-X710' and
11995            '64B' and
11996            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11997            'NDRPDR' and
11998            '4T2C' and
11999            'IP4FWD' and
12000            not 'IPSEC' and
12001            not 'DOT1Q' and
12002            not 'VHOST'"
12003   parameters:
12004   - "throughput"
12005   - "parent"
12006   - "tags"
12007   sort:
12008   - "IP4BASE"
12009   - "ACL_STATELESS"
12010   - "ACL_STATEFUL"
12011   - "ACL_STATELESS"
12012   - "ACL_STATEFUL"
12013   traces:
12014     hoverinfo: "x+y"
12015     boxpoints: "outliers"
12016     whiskerwidth: 0
12017   layout:
12018     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
12019     layout: "plot-throughput"
12020
12021 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
12022 - type: "plot"
12023   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12024   algorithm: "plot_performance_box"
12025   output-file-type: ".html"
12026   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12027   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12028   filter: "'NIC_Intel-XXV710' and
12029            '64B' and
12030            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12031            'NDRPDR' and
12032            '2T1C' and
12033            'IP4FWD' and
12034            not 'IPSEC' and
12035            not 'DOT1Q' and
12036            not 'VHOST'"
12037   parameters:
12038   - "throughput"
12039   - "parent"
12040   - "tags"
12041   sort:
12042   - "IP4BASE"
12043   - "FIB_20K"
12044   - "FIB_200K"
12045   - "FIB_2M"
12046   traces:
12047     hoverinfo: "x+y"
12048     boxpoints: "outliers"
12049     whiskerwidth: 0
12050   layout:
12051     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12052     layout: "plot-throughput"
12053
12054 - type: "plot"
12055   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12056   algorithm: "plot_performance_box"
12057   output-file-type: ".html"
12058   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12059   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12060   filter: "'NIC_Intel-XXV710' and
12061            '64B' and
12062            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12063            'NDRPDR' and
12064            '2T1C' and
12065            'IP4FWD' and
12066            not 'IPSEC' and
12067            not 'DOT1Q' and
12068            not 'VHOST'"
12069   parameters:
12070   - "throughput"
12071   - "parent"
12072   - "tags"
12073   sort:
12074   - "IP4BASE"
12075   - "FIB_20K"
12076   - "FIB_200K"
12077   - "FIB_2M"
12078   traces:
12079     hoverinfo: "x+y"
12080     boxpoints: "outliers"
12081     whiskerwidth: 0
12082   layout:
12083     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12084     layout: "plot-throughput"
12085
12086 - type: "plot"
12087   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12088   algorithm: "plot_performance_box"
12089   output-file-type: ".html"
12090   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12091   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12092   filter: "'NIC_Intel-XXV710' and
12093            '64B' and
12094            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12095            'NDRPDR' and
12096            '4T2C' and
12097            'IP4FWD' and
12098            not 'IPSEC' and
12099            not 'DOT1Q' and
12100            not 'VHOST'"
12101   parameters:
12102   - "throughput"
12103   - "parent"
12104   - "tags"
12105   sort:
12106   - "IP4BASE"
12107   - "FIB_20K"
12108   - "FIB_200K"
12109   - "FIB_2M"
12110   traces:
12111     hoverinfo: "x+y"
12112     boxpoints: "outliers"
12113     whiskerwidth: 0
12114   layout:
12115     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12116     layout: "plot-throughput"
12117
12118 - type: "plot"
12119   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12120   algorithm: "plot_performance_box"
12121   output-file-type: ".html"
12122   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12123   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12124   filter: "'NIC_Intel-XXV710' and
12125            '64B' and
12126            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12127            'NDRPDR' and
12128            '4T2C' and
12129            'IP4FWD' and
12130            not 'IPSEC' and
12131            not 'DOT1Q' and
12132            not 'VHOST'"
12133   parameters:
12134   - "throughput"
12135   - "parent"
12136   - "tags"
12137   sort:
12138   - "IP4BASE"
12139   - "FIB_20K"
12140   - "FIB_200K"
12141   - "FIB_2M"
12142   traces:
12143     hoverinfo: "x+y"
12144     boxpoints: "outliers"
12145     whiskerwidth: 0
12146   layout:
12147     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12148     layout: "plot-throughput"
12149
12150 ## Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
12151 #- type: "plot"
12152 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12153 #  algorithm: "plot_performance_box"
12154 #  output-file-type: ".html"
12155 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12156 #  data: "intel-dnv-vpp"
12157 #  filter: "'NIC_Intel-X553' and
12158 #           '64B' and
12159 #           'IP4BASE' and
12160 #           'NDRPDR' and
12161 #           '1T1C' and
12162 #           'IP4FWD' and
12163 #           not 'IPSEC' and
12164 #           not 'VHOST'"
12165 #  parameters:
12166 #  - "throughput"
12167 #  - "parent"
12168 #  - "tags"
12169 #  sort:
12170 #  - "IP4BASE"
12171 #  traces:
12172 #    hoverinfo: "x+y"
12173 #    boxpoints: "outliers"
12174 #    whiskerwidth: 0
12175 #  layout:
12176 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12177 #    layout: "plot-throughput"
12178 #
12179 #- type: "plot"
12180 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12181 #  algorithm: "plot_performance_box"
12182 #  output-file-type: ".html"
12183 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12184 #  data: "intel-dnv-vpp"
12185 #  filter: "'NIC_Intel-X553' and
12186 #           '64B' and
12187 #           'IP4BASE' and
12188 #           'NDRPDR' and
12189 #           '1T1C' and
12190 #           'IP4FWD' and
12191 #           not 'IPSEC' and
12192 #           not 'VHOST'"
12193 #  parameters:
12194 #  - "throughput"
12195 #  - "parent"
12196 #  - "tags"
12197 #  sort:
12198 #  - "IP4BASE"
12199 #  traces:
12200 #    hoverinfo: "x+y"
12201 #    boxpoints: "outliers"
12202 #    whiskerwidth: 0
12203 #  layout:
12204 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12205 #    layout: "plot-throughput"
12206 #
12207 #- type: "plot"
12208 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12209 #  algorithm: "plot_performance_box"
12210 #  output-file-type: ".html"
12211 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12212 #  data: "intel-dnv-vpp"
12213 #  filter: "'NIC_Intel-X553' and
12214 #           '64B' and
12215 #           'IP4BASE' and
12216 #           'NDRPDR' and
12217 #           '2T2C' and
12218 #           'IP4FWD' and
12219 #           not 'IPSEC' and
12220 #           not 'VHOST'"
12221 #  parameters:
12222 #  - "throughput"
12223 #  - "parent"
12224 #  - "tags"
12225 #  sort:
12226 #  - "IP4BASE"
12227 #  traces:
12228 #    hoverinfo: "x+y"
12229 #    boxpoints: "outliers"
12230 #    whiskerwidth: 0
12231 #  layout:
12232 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12233 #    layout: "plot-throughput"
12234 #
12235 #- type: "plot"
12236 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12237 #  algorithm: "plot_performance_box"
12238 #  output-file-type: ".html"
12239 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12240 #  data: "intel-dnv-vpp"
12241 #  filter: "'NIC_Intel-X553' and
12242 #           '64B' and
12243 #           'IP4BASE' and
12244 #           'NDRPDR' and
12245 #           '2T2C' and
12246 #           'IP4FWD' and
12247 #           not 'IPSEC' and
12248 #           not 'VHOST'"
12249 #  parameters:
12250 #  - "throughput"
12251 #  - "parent"
12252 #  - "tags"
12253 #  sort:
12254 #  - "IP4BASE"
12255 #  traces:
12256 #    hoverinfo: "x+y"
12257 #    boxpoints: "outliers"
12258 #    whiskerwidth: 0
12259 #  layout:
12260 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12261 #    layout: "plot-throughput"
12262
12263 ################################################################################
12264
12265 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
12266 - type: "plot"
12267   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12268   algorithm: "plot_performance_box"
12269   output-file-type: ".html"
12270   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12271   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12272   filter: "'NIC_Intel-X520-DA2' and
12273            '64B' and
12274            'ENCAP' and
12275            'NDRPDR' and
12276            '1T1C' and
12277            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12278            not 'DOT1Q' and
12279            not 'VHOST' and
12280            not 'IPSECHW'"
12281   parameters:
12282   - "throughput"
12283   - "parent"
12284   - "tags"
12285   sort:
12286   - "IP4BASE"
12287   - "L2BDMACLRN"
12288   - "L2XCFWD"
12289   - "LISP"
12290   traces:
12291     hoverinfo: "x+y"
12292     boxpoints: "outliers"
12293     whiskerwidth: 0
12294   layout:
12295     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12296     layout: "plot-throughput"
12297
12298 - type: "plot"
12299   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12300   algorithm: "plot_performance_box"
12301   output-file-type: ".html"
12302   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12303   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12304   filter: "'NIC_Intel-X520-DA2' and
12305            '64B' and
12306            'ENCAP' and
12307            'NDRPDR' and
12308            '2T2C' and
12309            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12310            not 'DOT1Q' and
12311            not 'VHOST' and
12312            not 'IPSECHW'"
12313   parameters:
12314   - "throughput"
12315   - "parent"
12316   - "tags"
12317   sort:
12318   - "IP4BASE"
12319   - "L2BDMACLRN"
12320   - "L2XCFWD"
12321   - "LISP"
12322   traces:
12323     hoverinfo: "x+y"
12324     boxpoints: "outliers"
12325     whiskerwidth: 0
12326   layout:
12327     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12328     layout: "plot-throughput"
12329
12330 - type: "plot"
12331   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12332   algorithm: "plot_performance_box"
12333   output-file-type: ".html"
12334   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12335   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12336   filter: "'NIC_Intel-X520-DA2' and
12337            '64B' and
12338            'ENCAP' and
12339            'NDRPDR' and
12340            '1T1C' and
12341            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12342            not 'DOT1Q' and
12343            not 'VHOST' and
12344            not 'IPSECHW'"
12345   parameters:
12346   - "throughput"
12347   - "parent"
12348   - "tags"
12349   sort:
12350   - "IP4BASE"
12351   - "L2BDMACLRN"
12352   - "L2XCFWD"
12353   - "LISP"
12354   traces:
12355     hoverinfo: "x+y"
12356     boxpoints: "outliers"
12357     whiskerwidth: 0
12358   layout:
12359     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12360     layout: "plot-throughput"
12361
12362 - type: "plot"
12363   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12364   algorithm: "plot_performance_box"
12365   output-file-type: ".html"
12366   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12367   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12368   filter: "'NIC_Intel-X520-DA2' and
12369            '64B' and
12370            'ENCAP' and
12371            'NDRPDR' and
12372            '2T2C' and
12373            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12374            not 'DOT1Q' and
12375            not 'VHOST' and
12376            not 'IPSECHW'"
12377   parameters:
12378   - "throughput"
12379   - "parent"
12380   - "tags"
12381   sort:
12382   - "IP4BASE"
12383   - "L2BDMACLRN"
12384   - "L2XCFWD"
12385   - "LISP"
12386   traces:
12387     hoverinfo: "x+y"
12388     boxpoints: "outliers"
12389     whiskerwidth: 0
12390   layout:
12391     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12392     layout: "plot-throughput"
12393
12394 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
12395 - type: "plot"
12396   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12397   algorithm: "plot_performance_box"
12398   output-file-type: ".html"
12399   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12400   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12401   filter: "'NIC_Intel-X710' and
12402            '64B' and
12403            'ENCAP' and
12404            'NDRPDR' and
12405            '1T1C' and
12406            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12407            not 'VHOST' and
12408            not 'IPSECHW'"
12409   parameters:
12410   - "throughput"
12411   - "parent"
12412   - "tags"
12413   sort:
12414   - "IP4BASE"
12415   - "LISP"
12416   - "VXLAN_1"
12417   - "VXLAN_10"
12418   - "VXLAN_100"
12419   - "VXLAN_1000"
12420   traces:
12421     hoverinfo: "x+y"
12422     boxpoints: "outliers"
12423     whiskerwidth: 0
12424   layout:
12425     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12426     layout: "plot-throughput"
12427
12428 - type: "plot"
12429   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12430   algorithm: "plot_performance_box"
12431   output-file-type: ".html"
12432   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12433   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12434   filter: "'NIC_Intel-X710' and
12435            '64B' and
12436            'ENCAP' and
12437            'NDRPDR' and
12438            '1T1C' and
12439            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12440            not 'VHOST' and
12441            not 'IPSECHW'"
12442   parameters:
12443   - "throughput"
12444   - "parent"
12445   - "tags"
12446   sort:
12447   - "IP4BASE"
12448   - "LISP"
12449   - "VXLAN_1"
12450   - "VXLAN_10"
12451   - "VXLAN_100"
12452   - "VXLAN_1000"
12453   traces:
12454     hoverinfo: "x+y"
12455     boxpoints: "outliers"
12456     whiskerwidth: 0
12457   layout:
12458     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12459     layout: "plot-throughput"
12460
12461 - type: "plot"
12462   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12463   algorithm: "plot_performance_box"
12464   output-file-type: ".html"
12465   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12466   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12467   filter: "'NIC_Intel-X710' and
12468            '64B' and
12469            'ENCAP' and
12470            'NDRPDR' and
12471            '2T2C' and
12472            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12473            not 'VHOST' and
12474            not 'IPSECHW'"
12475   parameters:
12476   - "throughput"
12477   - "parent"
12478   - "tags"
12479   sort:
12480   - "IP4BASE"
12481   - "LISP"
12482   - "VXLAN_1"
12483   - "VXLAN_10"
12484   - "VXLAN_100"
12485   - "VXLAN_1000"
12486   traces:
12487     hoverinfo: "x+y"
12488     boxpoints: "outliers"
12489     whiskerwidth: 0
12490   layout:
12491     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12492     layout: "plot-throughput"
12493
12494 - type: "plot"
12495   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12496   algorithm: "plot_performance_box"
12497   output-file-type: ".html"
12498   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12499   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12500   filter: "'NIC_Intel-X710' and
12501            '64B' and
12502            'ENCAP' and
12503            'NDRPDR' and
12504            '2T2C' and
12505            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12506            not 'VHOST' and
12507            not 'IPSECHW'"
12508   parameters:
12509   - "throughput"
12510   - "parent"
12511   - "tags"
12512   sort:
12513   - "IP4BASE"
12514   - "LISP"
12515   - "VXLAN_1"
12516   - "VXLAN_10"
12517   - "VXLAN_100"
12518   - "VXLAN_1000"
12519   traces:
12520     hoverinfo: "x+y"
12521     boxpoints: "outliers"
12522     whiskerwidth: 0
12523   layout:
12524     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12525     layout: "plot-throughput"
12526
12527 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
12528 - type: "plot"
12529   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12530   algorithm: "plot_performance_box"
12531   output-file-type: ".html"
12532   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12533   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12534   filter: "'NIC_Intel-X710' and
12535            '64B' and
12536            'ENCAP' and
12537            'NDRPDR' and
12538            '1T1C' and
12539            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
12540            not 'DOT1Q' and
12541            not 'VHOST' and
12542            not 'IPSECHW'"
12543   parameters:
12544   - "throughput"
12545   - "parent"
12546   - "tags"
12547   sort:
12548   - "IP4BASE"
12549   - "L2BDMACLRN"
12550   - "L2XCFWD"
12551   - "LISP"
12552   traces:
12553     hoverinfo: "x+y"
12554     boxpoints: "outliers"
12555     whiskerwidth: 0
12556   layout:
12557     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12558     layout: "plot-throughput"
12559
12560 - type: "plot"
12561   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12562   algorithm: "plot_performance_box"
12563   output-file-type: ".html"
12564   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12565   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12566   filter: "'NIC_Intel-X710' and
12567            '64B' and
12568            'ENCAP' and
12569            'NDRPDR' and
12570            '2T2C' and
12571            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12572            not 'DOT1Q' and
12573            not 'VHOST' and
12574            not 'IPSECHW'"
12575   parameters:
12576   - "throughput"
12577   - "parent"
12578   - "tags"
12579   sort:
12580   - "IP4BASE"
12581   - "L2BDMACLRN"
12582   - "L2XCFWD"
12583   - "LISP"
12584   traces:
12585     hoverinfo: "x+y"
12586     boxpoints: "outliers"
12587     whiskerwidth: 0
12588   layout:
12589     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12590     layout: "plot-throughput"
12591
12592 - type: "plot"
12593   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12594   algorithm: "plot_performance_box"
12595   output-file-type: ".html"
12596   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12597   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12598   filter: "'NIC_Intel-X710' and
12599            '64B' and
12600            'ENCAP' and
12601            'NDRPDR' and
12602            '1T1C' and
12603            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12604            not 'DOT1Q' and
12605            not 'VHOST' and
12606            not 'IPSECHW'"
12607   parameters:
12608   - "throughput"
12609   - "parent"
12610   - "tags"
12611   sort:
12612   - "IP4BASE"
12613   - "L2BDMACLRN"
12614   - "L2XCFWD"
12615   - "LISP"
12616   traces:
12617     hoverinfo: "x+y"
12618     boxpoints: "outliers"
12619     whiskerwidth: 0
12620   layout:
12621     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12622     layout: "plot-throughput"
12623
12624 - type: "plot"
12625   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12626   algorithm: "plot_performance_box"
12627   output-file-type: ".html"
12628   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12629   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12630   filter: "'NIC_Intel-X710' and
12631            '64B' and
12632            'ENCAP' and
12633            'NDRPDR' and
12634            '2T2C' and
12635            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12636            not 'DOT1Q' and
12637            not 'VHOST' and
12638            not 'IPSECHW'"
12639   parameters:
12640   - "throughput"
12641   - "parent"
12642   - "tags"
12643   sort:
12644   - "IP4BASE"
12645   - "L2BDMACLRN"
12646   - "L2XCFWD"
12647   - "LISP"
12648   traces:
12649     hoverinfo: "x+y"
12650     boxpoints: "outliers"
12651     whiskerwidth: 0
12652   layout:
12653     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12654     layout: "plot-throughput"
12655
12656 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
12657 - type: "plot"
12658   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12659   algorithm: "plot_performance_box"
12660   output-file-type: ".html"
12661   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12662   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12663   filter: "'NIC_Intel-X710' and
12664            '64B' and
12665            'ENCAP' and
12666            'NDRPDR' and
12667            '2T1C' and
12668            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12669            not 'VHOST' and
12670            not 'IPSECHW'"
12671   parameters:
12672   - "throughput"
12673   - "parent"
12674   - "tags"
12675   sort:
12676   - "IP4BASE"
12677   - "LISP"
12678   - "VXLAN_1"
12679   - "VXLAN_10"
12680   - "VXLAN_100"
12681   - "VXLAN_1000"
12682   traces:
12683     hoverinfo: "x+y"
12684     boxpoints: "outliers"
12685     whiskerwidth: 0
12686   layout:
12687     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12688     layout: "plot-throughput"
12689
12690 - type: "plot"
12691   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12692   algorithm: "plot_performance_box"
12693   output-file-type: ".html"
12694   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12695   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12696   filter: "'NIC_Intel-X710' and
12697            '64B' and
12698            'ENCAP' and
12699            'NDRPDR' and
12700            '2T1C' and
12701            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12702            not 'VHOST' and
12703            not 'IPSECHW'"
12704   parameters:
12705   - "throughput"
12706   - "parent"
12707   - "tags"
12708   sort:
12709   - "IP4BASE"
12710   - "LISP"
12711   - "VXLAN_1"
12712   - "VXLAN_10"
12713   - "VXLAN_100"
12714   - "VXLAN_1000"
12715   traces:
12716     hoverinfo: "x+y"
12717     boxpoints: "outliers"
12718     whiskerwidth: 0
12719   layout:
12720     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12721     layout: "plot-throughput"
12722
12723 - type: "plot"
12724   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12725   algorithm: "plot_performance_box"
12726   output-file-type: ".html"
12727   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12729   filter: "'NIC_Intel-X710' and
12730            '64B' and
12731            'ENCAP' and
12732            'NDRPDR' and
12733            '4T2C' and
12734            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12735            not 'VHOST' and
12736            not 'IPSECHW'"
12737   parameters:
12738   - "throughput"
12739   - "parent"
12740   - "tags"
12741   sort:
12742   - "IP4BASE"
12743   - "LISP"
12744   - "VXLAN_1"
12745   - "VXLAN_10"
12746   - "VXLAN_100"
12747   - "VXLAN_1000"
12748   traces:
12749     hoverinfo: "x+y"
12750     boxpoints: "outliers"
12751     whiskerwidth: 0
12752   layout:
12753     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12754     layout: "plot-throughput"
12755
12756 - type: "plot"
12757   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12758   algorithm: "plot_performance_box"
12759   output-file-type: ".html"
12760   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12761   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12762   filter: "'NIC_Intel-X710' and
12763            '64B' and
12764            'ENCAP' and
12765            'NDRPDR' and
12766            '4T2C' and
12767            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12768            not 'VHOST' and
12769            not 'IPSECHW'"
12770   parameters:
12771   - "throughput"
12772   - "parent"
12773   - "tags"
12774   sort:
12775   - "IP4BASE"
12776   - "LISP"
12777   - "VXLAN_1"
12778   - "VXLAN_10"
12779   - "VXLAN_100"
12780   - "VXLAN_1000"
12781   traces:
12782     hoverinfo: "x+y"
12783     boxpoints: "outliers"
12784     whiskerwidth: 0
12785   layout:
12786     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12787     layout: "plot-throughput"
12788
12789 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
12790 - type: "plot"
12791   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12792   algorithm: "plot_performance_box"
12793   output-file-type: ".html"
12794   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12795   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12796   filter: "'NIC_Intel-X710' and
12797            '64B' and
12798            'ENCAP' and
12799            'NDRPDR' and
12800            '2T1C' and
12801            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12802            not 'DOT1Q' and
12803            not 'VHOST' and
12804            not 'IPSECHW'"
12805   parameters:
12806   - "throughput"
12807   - "parent"
12808   - "tags"
12809   sort:
12810   - "IP4BASE"
12811   - "L2BDMACLRN"
12812   - "L2XCFWD"
12813   - "LISP"
12814   traces:
12815     hoverinfo: "x+y"
12816     boxpoints: "outliers"
12817     whiskerwidth: 0
12818   layout:
12819     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12820     layout: "plot-throughput"
12821
12822 - type: "plot"
12823   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12824   algorithm: "plot_performance_box"
12825   output-file-type: ".html"
12826   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12827   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12828   filter: "'NIC_Intel-X710' and
12829            '64B' and
12830            'ENCAP' and
12831            'NDRPDR' and
12832            '4T2C' and
12833            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12834            not 'DOT1Q' and
12835            not 'VHOST' and
12836            not 'IPSECHW'"
12837   parameters:
12838   - "throughput"
12839   - "parent"
12840   - "tags"
12841   sort:
12842   - "IP4BASE"
12843   - "L2BDMACLRN"
12844   - "L2XCFWD"
12845   - "LISP"
12846   traces:
12847     hoverinfo: "x+y"
12848     boxpoints: "outliers"
12849     whiskerwidth: 0
12850   layout:
12851     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12852     layout: "plot-throughput"
12853
12854 - type: "plot"
12855   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12856   algorithm: "plot_performance_box"
12857   output-file-type: ".html"
12858   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12859   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12860   filter: "'NIC_Intel-X710' and
12861            '64B' and
12862            'ENCAP' and
12863            'NDRPDR' and
12864            '2T1C' and
12865            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12866            not 'DOT1Q' and
12867            not 'VHOST' and
12868            not 'IPSECHW'"
12869   parameters:
12870   - "throughput"
12871   - "parent"
12872   - "tags"
12873   sort:
12874   - "IP4BASE"
12875   - "L2BDMACLRN"
12876   - "L2XCFWD"
12877   - "LISP"
12878   traces:
12879     hoverinfo: "x+y"
12880     boxpoints: "outliers"
12881     whiskerwidth: 0
12882   layout:
12883     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12884     layout: "plot-throughput"
12885
12886 - type: "plot"
12887   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12888   algorithm: "plot_performance_box"
12889   output-file-type: ".html"
12890   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12891   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12892   filter: "'NIC_Intel-X710' and
12893            '64B' and
12894            'ENCAP' and
12895            'NDRPDR' and
12896            '4T2C' and
12897            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12898            not 'DOT1Q' and
12899            not 'VHOST' and
12900            not 'IPSECHW'"
12901   parameters:
12902   - "throughput"
12903   - "parent"
12904   - "tags"
12905   sort:
12906   - "IP4BASE"
12907   - "L2BDMACLRN"
12908   - "L2XCFWD"
12909   - "LISP"
12910   traces:
12911     hoverinfo: "x+y"
12912     boxpoints: "outliers"
12913     whiskerwidth: 0
12914   layout:
12915     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12916     layout: "plot-throughput"
12917
12918 ################################################################################
12919
12920 # Packet Throughput - VPP IPv6 3n-hsw-x520
12921 - type: "plot"
12922   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12923   algorithm: "plot_performance_box"
12924   output-file-type: ".html"
12925   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12926   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12927   filter: "'NIC_Intel-X520-DA2' and
12928            '78B' and
12929            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12930            'NDRPDR' and
12931            '1T1C' and
12932            'IP6FWD' and
12933            not 'SRv6' and
12934            not 'IPSEC' and
12935            not 'VHOST'"
12936   parameters:
12937   - "throughput"
12938   - "parent"
12939   - "tags"
12940   sort:
12941   - "IP6BASE"
12942   - "FIB_20K"
12943   - "FIB_200K"
12944   - "FIB_2M"
12945   traces:
12946     hoverinfo: "x+y"
12947     boxpoints: "outliers"
12948     whiskerwidth: 0
12949   layout:
12950     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12951     layout: "plot-throughput"
12952
12953 - type: "plot"
12954   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12955   algorithm: "plot_performance_box"
12956   output-file-type: ".html"
12957   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12958   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12959   filter: "'NIC_Intel-X520-DA2' and
12960            '78B' and
12961            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12962            'NDRPDR' and
12963            '1T1C' and
12964            'IP6FWD' and
12965            not 'SRv6' and
12966            not 'IPSEC' and
12967            not 'VHOST'"
12968   parameters:
12969   - "throughput"
12970   - "parent"
12971   - "tags"
12972   sort:
12973   - "IP6BASE"
12974   - "FIB_20K"
12975   - "FIB_200K"
12976   - "FIB_2M"
12977   traces:
12978     hoverinfo: "x+y"
12979     boxpoints: "outliers"
12980     whiskerwidth: 0
12981   layout:
12982     title: "ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12983     layout: "plot-throughput"
12984
12985 - type: "plot"
12986   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12987   algorithm: "plot_performance_box"
12988   output-file-type: ".html"
12989   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12990   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12991   filter: "'NIC_Intel-X520-DA2' and
12992            '78B' and
12993            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12994            'NDRPDR' and
12995            '2T2C' and
12996            'IP6FWD' and
12997            not 'SRv6' and
12998            not 'IPSEC' and
12999            not 'VHOST'"
13000   parameters:
13001   - "throughput"
13002   - "parent"
13003   - "tags"
13004   sort:
13005   - "IP6BASE"
13006   - "FIB_20K"
13007   - "FIB_200K"
13008   - "FIB_2M"
13009   traces:
13010     hoverinfo: "x+y"
13011     boxpoints: "outliers"
13012     whiskerwidth: 0
13013   layout:
13014     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
13015     layout: "plot-throughput"
13016
13017 - type: "plot"
13018   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-pdr"
13019   algorithm: "plot_performance_box"
13020   output-file-type: ".html"
13021   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-pdr"
13022   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13023   filter: "'NIC_Intel-X520-DA2' and
13024            '78B' and
13025            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13026            'NDRPDR' and
13027            '2T2C' and
13028            'IP6FWD' and
13029            not 'SRv6' and
13030            not 'IPSEC' and
13031            not 'VHOST'"
13032   parameters:
13033   - "throughput"
13034   - "parent"
13035   - "tags"
13036   sort:
13037   - "IP6BASE"
13038   - "FIB_20K"
13039   - "FIB_200K"
13040   - "FIB_2M"
13041   traces:
13042     hoverinfo: "x+y"
13043     boxpoints: "outliers"
13044     whiskerwidth: 0
13045   layout:
13046     title: "ip6-3n-hsw-x520-78b-2t2c-base-pdr"
13047     layout: "plot-throughput"
13048
13049 # Packet Throughput - VPP IPv6 3n-hsw-x710
13050 - type: "plot"
13051   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13052   algorithm: "plot_performance_box"
13053   output-file-type: ".html"
13054   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13055   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13056   filter: "'NIC_Intel-X710' and
13057            '78B' and
13058            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13059            'NDRPDR' and
13060            '1T1C' and
13061            'IP6FWD' and
13062            not 'SRv6' and
13063            not 'IPSEC' and
13064            not 'VHOST'"
13065   parameters:
13066   - "throughput"
13067   - "parent"
13068   - "tags"
13069   sort:
13070   - "IP6BASE"
13071   - "FIB_20K"
13072   - "FIB_200K"
13073   - "FIB_2M"
13074   traces:
13075     hoverinfo: "x+y"
13076     boxpoints: "outliers"
13077     whiskerwidth: 0
13078   layout:
13079     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13080     layout: "plot-throughput"
13081
13082 - type: "plot"
13083   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13084   algorithm: "plot_performance_box"
13085   output-file-type: ".html"
13086   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13087   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13088   filter: "'NIC_Intel-X710' and
13089            '78B' and
13090            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13091            'NDRPDR' and
13092            '1T1C' and
13093            'IP6FWD' and
13094            not 'SRv6' and
13095            not 'IPSEC' and
13096            not 'VHOST'"
13097   parameters:
13098   - "throughput"
13099   - "parent"
13100   - "tags"
13101   sort:
13102   - "IP6BASE"
13103   - "FIB_20K"
13104   - "FIB_200K"
13105   - "FIB_2M"
13106   traces:
13107     hoverinfo: "x+y"
13108     boxpoints: "outliers"
13109     whiskerwidth: 0
13110   layout:
13111     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13112     layout: "plot-throughput"
13113
13114 - type: "plot"
13115   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13116   algorithm: "plot_performance_box"
13117   output-file-type: ".html"
13118   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13119   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13120   filter: "'NIC_Intel-X710' and
13121            '78B' and
13122            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13123            'NDRPDR' and
13124            '2T2C' and
13125            'IP6FWD' and
13126            not 'SRv6' and
13127            not 'IPSEC' and
13128            not 'VHOST'"
13129   parameters:
13130   - "throughput"
13131   - "parent"
13132   - "tags"
13133   sort:
13134   - "IP6BASE"
13135   - "FIB_20K"
13136   - "FIB_200K"
13137   - "FIB_2M"
13138   traces:
13139     hoverinfo: "x+y"
13140     boxpoints: "outliers"
13141     whiskerwidth: 0
13142   layout:
13143     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13144     layout: "plot-throughput"
13145
13146 - type: "plot"
13147   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13148   algorithm: "plot_performance_box"
13149   output-file-type: ".html"
13150   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13151   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13152   filter: "'NIC_Intel-X710' and
13153            '78B' and
13154            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13155            'NDRPDR' and
13156            '2T2C' and
13157            'IP6FWD' and
13158            not 'SRv6' and
13159            not 'IPSEC' and
13160            not 'VHOST'"
13161   parameters:
13162   - "throughput"
13163   - "parent"
13164   - "tags"
13165   sort:
13166   - "IP6BASE"
13167   - "FIB_20K"
13168   - "FIB_200K"
13169   - "FIB_2M"
13170   traces:
13171     hoverinfo: "x+y"
13172     boxpoints: "outliers"
13173     whiskerwidth: 0
13174   layout:
13175     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13176     layout: "plot-throughput"
13177
13178 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
13179 - type: "plot"
13180   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13181   algorithm: "plot_performance_box"
13182   output-file-type: ".html"
13183   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13184   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13185   filter: "'NIC_Intel-X710' and
13186            '78B' and
13187            ('IP6BASE' or
13188             'POLICE_MARK' or
13189             'COPWHLIST' or
13190             'IACLDST') and
13191            'NDRPDR' and
13192            '1T1C' and
13193            'IP6FWD' and
13194            not 'SRv6' and
13195            not 'IPSEC' and
13196            not 'VHOST'"
13197   parameters:
13198   - "throughput"
13199   - "parent"
13200   - "tags"
13201   sort:
13202   - "IP6BASE"
13203   - "POLICE_MARK"
13204   - "COPWHLIST"
13205   - "IACLDST"
13206   traces:
13207     hoverinfo: "x+y"
13208     boxpoints: "outliers"
13209     whiskerwidth: 0
13210   layout:
13211     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13212     layout: "plot-throughput"
13213
13214 - type: "plot"
13215   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13216   algorithm: "plot_performance_box"
13217   output-file-type: ".html"
13218   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13219   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13220   filter: "'NIC_Intel-X710' and
13221            '78B' and
13222            ('IP6BASE' or
13223             'POLICE_MARK' or
13224             'COPWHLIST' or
13225             'IACLDST') and
13226            'NDRPDR' and
13227            '2T2C' and
13228            'IP6FWD' and
13229            not 'SRv6' and
13230            not 'IPSEC' and
13231            not 'VHOST'"
13232   parameters:
13233   - "throughput"
13234   - "parent"
13235   - "tags"
13236   sort:
13237   - "IP6BASE"
13238   - "POLICE_MARK"
13239   - "COPWHLIST"
13240   - "IACLDST"
13241   traces:
13242     hoverinfo: "x+y"
13243     boxpoints: "outliers"
13244     whiskerwidth: 0
13245   layout:
13246     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13247     layout: "plot-throughput"
13248
13249 - type: "plot"
13250   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13251   algorithm: "plot_performance_box"
13252   output-file-type: ".html"
13253   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13254   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13255   filter: "'NIC_Intel-X710' and
13256            '78B' and
13257            ('IP6BASE' or
13258             'POLICE_MARK' or
13259             'COPWHLIST' or
13260             'IACLDST') and
13261            'NDRPDR' and
13262            '1T1C' and
13263            'IP6FWD' and
13264            not 'SRv6' and
13265            not 'IPSEC' and
13266            not 'VHOST'"
13267   parameters:
13268   - "throughput"
13269   - "parent"
13270   - "tags"
13271   sort:
13272   - "IP6BASE"
13273   - "POLICE_MARK"
13274   - "COPWHLIST"
13275   - "IACLDST"
13276   traces:
13277     hoverinfo: "x+y"
13278     boxpoints: "outliers"
13279     whiskerwidth: 0
13280   layout:
13281     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13282     layout: "plot-throughput"
13283
13284 - type: "plot"
13285   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13286   algorithm: "plot_performance_box"
13287   output-file-type: ".html"
13288   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13289   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13290   filter: "'NIC_Intel-X710' and
13291            '78B' and
13292            ('IP6BASE' or
13293             'POLICE_MARK' or
13294             'COPWHLIST' or
13295             'IACLDST') and
13296            'NDRPDR' and
13297            '2T2C' and
13298            'IP6FWD' and
13299            not 'SRv6' and
13300            not 'IPSEC' and
13301            not 'VHOST'"
13302   parameters:
13303   - "throughput"
13304   - "parent"
13305   - "tags"
13306   sort:
13307   - "IP6BASE"
13308   - "POLICE_MARK"
13309   - "COPWHLIST"
13310   - "IACLDST"
13311   traces:
13312     hoverinfo: "x+y"
13313     boxpoints: "outliers"
13314     whiskerwidth: 0
13315   layout:
13316     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13317     layout: "plot-throughput"
13318
13319 # Packet Throughput - VPP IPv6 3n-hsw-xl710
13320 - type: "plot"
13321   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13322   algorithm: "plot_performance_box"
13323   output-file-type: ".html"
13324   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13325   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13326   filter: "'NIC_Intel-XL710' and
13327            '78B' and
13328            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13329            'NDRPDR' and
13330            '1T1C' and
13331            'IP6FWD' and
13332            not 'SRv6' and
13333            not 'IPSEC' and
13334            not 'VHOST'"
13335   parameters:
13336   - "throughput"
13337   - "parent"
13338   - "tags"
13339   sort:
13340   - "IP6BASE"
13341   - "FIB_20K"
13342   - "FIB_200K"
13343   - "FIB_2M"
13344   traces:
13345     hoverinfo: "x+y"
13346     boxpoints: "outliers"
13347     whiskerwidth: 0
13348   layout:
13349     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13350     layout: "plot-throughput"
13351
13352 - type: "plot"
13353   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13354   algorithm: "plot_performance_box"
13355   output-file-type: ".html"
13356   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13357   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13358   filter: "'NIC_Intel-XL710' and
13359            '78B' and
13360            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13361            'NDRPDR' and
13362            '1T1C' and
13363            'IP6FWD' and
13364            not 'SRv6' and
13365            not 'IPSEC' and
13366            not 'VHOST'"
13367   parameters:
13368   - "throughput"
13369   - "parent"
13370   - "tags"
13371   sort:
13372   - "IP6BASE"
13373   - "FIB_20K"
13374   - "FIB_200K"
13375   - "FIB_2M"
13376   traces:
13377     hoverinfo: "x+y"
13378     boxpoints: "outliers"
13379     whiskerwidth: 0
13380   layout:
13381     title: "ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13382     layout: "plot-throughput"
13383
13384 - type: "plot"
13385   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13386   algorithm: "plot_performance_box"
13387   output-file-type: ".html"
13388   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13389   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13390   filter: "'NIC_Intel-XL710' and
13391            '78B' and
13392            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13393            'NDRPDR' and
13394            '2T2C' and
13395            'IP6FWD' and
13396            not 'SRv6' and
13397            not 'IPSEC' and
13398            not 'VHOST'"
13399   parameters:
13400   - "throughput"
13401   - "parent"
13402   - "tags"
13403   sort:
13404   - "IP6BASE"
13405   - "FIB_20K"
13406   - "FIB_200K"
13407   - "FIB_2M"
13408   traces:
13409     hoverinfo: "x+y"
13410     boxpoints: "outliers"
13411     whiskerwidth: 0
13412   layout:
13413     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13414     layout: "plot-throughput"
13415
13416 - type: "plot"
13417   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13418   algorithm: "plot_performance_box"
13419   output-file-type: ".html"
13420   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13421   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13422   filter: "'NIC_Intel-XL710' and
13423            '78B' and
13424            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13425            'NDRPDR' and
13426            '2T2C' and
13427            'IP6FWD' and
13428            not 'SRv6' and
13429            not 'IPSEC' and
13430            not 'VHOST'"
13431   parameters:
13432   - "throughput"
13433   - "parent"
13434   - "tags"
13435   sort:
13436   - "IP6BASE"
13437   - "FIB_20K"
13438   - "FIB_200K"
13439   - "FIB_2M"
13440   traces:
13441     hoverinfo: "x+y"
13442     boxpoints: "outliers"
13443     whiskerwidth: 0
13444   layout:
13445     title: "ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13446     layout: "plot-throughput"
13447
13448 # Packet Throughput - VPP IPv6 3n-skx-x710
13449 - type: "plot"
13450   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13451   algorithm: "plot_performance_box"
13452   output-file-type: ".html"
13453   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13454   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13455   filter: "'NIC_Intel-X710' and
13456            '78B' and
13457            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13458            'NDRPDR' and
13459            '2T1C' and
13460            'IP6FWD' and
13461            not 'SRv6' and
13462            not 'IPSEC' and
13463            not 'VHOST'"
13464   parameters:
13465   - "throughput"
13466   - "parent"
13467   - "tags"
13468   sort:
13469   - "IP6BASE"
13470   - "FIB_20K"
13471   - "FIB_200K"
13472   - "FIB_2M"
13473   traces:
13474     hoverinfo: "x+y"
13475     boxpoints: "outliers"
13476     whiskerwidth: 0
13477   layout:
13478     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13479     layout: "plot-throughput"
13480
13481 - type: "plot"
13482   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13483   algorithm: "plot_performance_box"
13484   output-file-type: ".html"
13485   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13486   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13487   filter: "'NIC_Intel-X710' and
13488            '78B' and
13489            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13490            'NDRPDR' and
13491            '2T1C' and
13492            'IP6FWD' and
13493            not 'SRv6' and
13494            not 'IPSEC' and
13495            not 'VHOST'"
13496   parameters:
13497   - "throughput"
13498   - "parent"
13499   - "tags"
13500   sort:
13501   - "IP6BASE"
13502   - "FIB_20K"
13503   - "FIB_200K"
13504   - "FIB_2M"
13505   traces:
13506     hoverinfo: "x+y"
13507     boxpoints: "outliers"
13508     whiskerwidth: 0
13509   layout:
13510     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13511     layout: "plot-throughput"
13512
13513 - type: "plot"
13514   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13515   algorithm: "plot_performance_box"
13516   output-file-type: ".html"
13517   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13518   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13519   filter: "'NIC_Intel-X710' and
13520            '78B' and
13521            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13522            'NDRPDR' and
13523            '4T2C' and
13524            'IP6FWD' and
13525            not 'SRv6' and
13526            not 'IPSEC' and
13527            not 'VHOST'"
13528   parameters:
13529   - "throughput"
13530   - "parent"
13531   - "tags"
13532   sort:
13533   - "IP6BASE"
13534   - "FIB_20K"
13535   - "FIB_200K"
13536   - "FIB_2M"
13537   traces:
13538     hoverinfo: "x+y"
13539     boxpoints: "outliers"
13540     whiskerwidth: 0
13541   layout:
13542     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13543     layout: "plot-throughput"
13544
13545 - type: "plot"
13546   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13547   algorithm: "plot_performance_box"
13548   output-file-type: ".html"
13549   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13550   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13551   filter: "'NIC_Intel-X710' and
13552            '78B' and
13553            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13554            'NDRPDR' and
13555            '4T2C' and
13556            'IP6FWD' and
13557            not 'SRv6' and
13558            not 'IPSEC' and
13559            not 'VHOST'"
13560   parameters:
13561   - "throughput"
13562   - "parent"
13563   - "tags"
13564   sort:
13565   - "IP6BASE"
13566   - "FIB_20K"
13567   - "FIB_200K"
13568   - "FIB_2M"
13569   traces:
13570     hoverinfo: "x+y"
13571     boxpoints: "outliers"
13572     whiskerwidth: 0
13573   layout:
13574     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13575     layout: "plot-throughput"
13576
13577 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
13578 - type: "plot"
13579   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13580   algorithm: "plot_performance_box"
13581   output-file-type: ".html"
13582   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13583   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13584   filter: "'NIC_Intel-X710' and
13585            '78B' and
13586            ('IP6BASE' or
13587             'POLICE_MARK' or
13588             'COPWHLIST' or
13589             'IACLDST') and
13590            'NDRPDR' and
13591            '2T1C' and
13592            'IP6FWD' and
13593            not 'SRv6' and
13594            not 'IPSEC' and
13595            not 'VHOST'"
13596   parameters:
13597   - "throughput"
13598   - "parent"
13599   - "tags"
13600   sort:
13601   - "IP6BASE"
13602   - "POLICE_MARK"
13603   - "COPWHLIST"
13604   - "IACLDST"
13605   traces:
13606     hoverinfo: "x+y"
13607     boxpoints: "outliers"
13608     whiskerwidth: 0
13609   layout:
13610     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13611     layout: "plot-throughput"
13612
13613 - type: "plot"
13614   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13615   algorithm: "plot_performance_box"
13616   output-file-type: ".html"
13617   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13618   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13619   filter: "'NIC_Intel-X710' and
13620            '78B' and
13621            ('IP6BASE' or
13622             'POLICE_MARK' or
13623             'COPWHLIST' or
13624             'IACLDST') and
13625            'NDRPDR' and
13626            '4T2C' and
13627            'IP6FWD' and
13628            not 'SRv6' and
13629            not 'IPSEC' and
13630            not 'VHOST'"
13631   parameters:
13632   - "throughput"
13633   - "parent"
13634   - "tags"
13635   sort:
13636   - "IP6BASE"
13637   - "POLICE_MARK"
13638   - "COPWHLIST"
13639   - "IACLDST"
13640   traces:
13641     hoverinfo: "x+y"
13642     boxpoints: "outliers"
13643     whiskerwidth: 0
13644   layout:
13645     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13646     layout: "plot-throughput"
13647
13648 - type: "plot"
13649   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13650   algorithm: "plot_performance_box"
13651   output-file-type: ".html"
13652   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13653   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13654   filter: "'NIC_Intel-X710' and
13655            '78B' and
13656            ('IP6BASE' or
13657             'POLICE_MARK' or
13658             'COPWHLIST' or
13659             'IACLDST') and
13660            'NDRPDR' and
13661            '2T1C' and
13662            'IP6FWD' and
13663            not 'SRv6' and
13664            not 'IPSEC' and
13665            not 'VHOST'"
13666   parameters:
13667   - "throughput"
13668   - "parent"
13669   - "tags"
13670   sort:
13671   - "IP6BASE"
13672   - "POLICE_MARK"
13673   - "COPWHLIST"
13674   - "IACLDST"
13675   traces:
13676     hoverinfo: "x+y"
13677     boxpoints: "outliers"
13678     whiskerwidth: 0
13679   layout:
13680     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13681     layout: "plot-throughput"
13682
13683 - type: "plot"
13684   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13685   algorithm: "plot_performance_box"
13686   output-file-type: ".html"
13687   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13688   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13689   filter: "'NIC_Intel-X710' and
13690            '78B' and
13691            ('IP6BASE' or
13692             'POLICE_MARK' or
13693             'COPWHLIST' or
13694             'IACLDST') and
13695            'NDRPDR' and
13696            '4T2C' and
13697            'IP6FWD' and
13698            not 'SRv6' and
13699            not 'IPSEC' and
13700            not 'VHOST'"
13701   parameters:
13702   - "throughput"
13703   - "parent"
13704   - "tags"
13705   sort:
13706   - "IP6BASE"
13707   - "POLICE_MARK"
13708   - "COPWHLIST"
13709   - "IACLDST"
13710   traces:
13711     hoverinfo: "x+y"
13712     boxpoints: "outliers"
13713     whiskerwidth: 0
13714   layout:
13715     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13716     layout: "plot-throughput"
13717
13718 # Packet Throughput - VPP IPv6 3n-skx-xxv710
13719 - type: "plot"
13720   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13721   algorithm: "plot_performance_box"
13722   output-file-type: ".html"
13723   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13724   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13725   filter: "'NIC_Intel-XXV710' and
13726            '78B' and
13727            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13728            'NDRPDR' and
13729            '2T1C' and
13730            'IP6FWD' and
13731            not 'SRv6' and
13732            not 'IPSEC' and
13733            not 'VHOST'"
13734   parameters:
13735   - "throughput"
13736   - "parent"
13737   - "tags"
13738   sort:
13739   - "IP6BASE"
13740   - "FIB_20K"
13741   - "FIB_200K"
13742   - "FIB_2M"
13743   traces:
13744     hoverinfo: "x+y"
13745     boxpoints: "outliers"
13746     whiskerwidth: 0
13747   layout:
13748     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13749     layout: "plot-throughput"
13750
13751 - type: "plot"
13752   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13753   algorithm: "plot_performance_box"
13754   output-file-type: ".html"
13755   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13756   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13757   filter: "'NIC_Intel-XXV710' and
13758            '78B' and
13759            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13760            'NDRPDR' and
13761            '2T1C' and
13762            'IP6FWD' and
13763            not 'SRv6' and
13764            not 'IPSEC' and
13765            not 'VHOST'"
13766   parameters:
13767   - "throughput"
13768   - "parent"
13769   - "tags"
13770   sort:
13771   - "IP6BASE"
13772   - "FIB_20K"
13773   - "FIB_200K"
13774   - "FIB_2M"
13775   traces:
13776     hoverinfo: "x+y"
13777     boxpoints: "outliers"
13778     whiskerwidth: 0
13779   layout:
13780     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13781     layout: "plot-throughput"
13782
13783 - type: "plot"
13784   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13785   algorithm: "plot_performance_box"
13786   output-file-type: ".html"
13787   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13789   filter: "'NIC_Intel-XXV710' and
13790            '78B' and
13791            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13792            'NDRPDR' and
13793            '4T2C' and
13794            'IP6FWD' and
13795            not 'SRv6' and
13796            not 'IPSEC' and
13797            not 'VHOST'"
13798   parameters:
13799   - "throughput"
13800   - "parent"
13801   - "tags"
13802   sort:
13803   - "IP6BASE"
13804   - "FIB_20K"
13805   - "FIB_200K"
13806   - "FIB_2M"
13807   traces:
13808     hoverinfo: "x+y"
13809     boxpoints: "outliers"
13810     whiskerwidth: 0
13811   layout:
13812     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13813     layout: "plot-throughput"
13814
13815 - type: "plot"
13816   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13817   algorithm: "plot_performance_box"
13818   output-file-type: ".html"
13819   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13820   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13821   filter: "'NIC_Intel-XXV710' and
13822            '78B' and
13823            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13824            'NDRPDR' and
13825            '4T2C' and
13826            'IP6FWD' and
13827            not 'SRv6' and
13828            not 'IPSEC' and
13829            not 'VHOST'"
13830   parameters:
13831   - "throughput"
13832   - "parent"
13833   - "tags"
13834   sort:
13835   - "IP6BASE"
13836   - "FIB_20K"
13837   - "FIB_200K"
13838   - "FIB_2M"
13839   traces:
13840     hoverinfo: "x+y"
13841     boxpoints: "outliers"
13842     whiskerwidth: 0
13843   layout:
13844     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13845     layout: "plot-throughput"
13846
13847 # Packet Throughput - VPP IPv6 2n-skx-x710
13848 - type: "plot"
13849   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13850   algorithm: "plot_performance_box"
13851   output-file-type: ".html"
13852   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13853   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13854   filter: "'NIC_Intel-X710' and
13855            '78B' and
13856            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13857            'NDRPDR' and
13858            '2T1C' and
13859            'IP6FWD' and
13860            not 'SRv6' and
13861            not 'IPSEC' and
13862            not 'VHOST'"
13863   parameters:
13864   - "throughput"
13865   - "parent"
13866   - "tags"
13867   sort:
13868   - "IP6BASE"
13869   - "FIB_20K"
13870   - "FIB_200K"
13871   - "FIB_2M"
13872   traces:
13873     hoverinfo: "x+y"
13874     boxpoints: "outliers"
13875     whiskerwidth: 0
13876   layout:
13877     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13878     layout: "plot-throughput"
13879
13880 - type: "plot"
13881   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13882   algorithm: "plot_performance_box"
13883   output-file-type: ".html"
13884   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13885   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13886   filter: "'NIC_Intel-X710' and
13887            '78B' and
13888            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13889            'NDRPDR' and
13890            '2T1C' and
13891            'IP6FWD' and
13892            not 'SRv6' and
13893            not 'IPSEC' and
13894            not 'VHOST'"
13895   parameters:
13896   - "throughput"
13897   - "parent"
13898   - "tags"
13899   sort:
13900   - "IP6BASE"
13901   - "FIB_20K"
13902   - "FIB_200K"
13903   - "FIB_2M"
13904   traces:
13905     hoverinfo: "x+y"
13906     boxpoints: "outliers"
13907     whiskerwidth: 0
13908   layout:
13909     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13910     layout: "plot-throughput"
13911
13912 - type: "plot"
13913   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13914   algorithm: "plot_performance_box"
13915   output-file-type: ".html"
13916   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13917   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13918   filter: "'NIC_Intel-X710' and
13919            '78B' and
13920            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13921            'NDRPDR' and
13922            '4T2C' and
13923            'IP6FWD' and
13924            not 'SRv6' and
13925            not 'IPSEC' and
13926            not 'VHOST'"
13927   parameters:
13928   - "throughput"
13929   - "parent"
13930   - "tags"
13931   sort:
13932   - "IP6BASE"
13933   - "FIB_20K"
13934   - "FIB_200K"
13935   - "FIB_2M"
13936   traces:
13937     hoverinfo: "x+y"
13938     boxpoints: "outliers"
13939     whiskerwidth: 0
13940   layout:
13941     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13942     layout: "plot-throughput"
13943
13944 - type: "plot"
13945   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13946   algorithm: "plot_performance_box"
13947   output-file-type: ".html"
13948   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13949   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13950   filter: "'NIC_Intel-X710' and
13951            '78B' and
13952            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13953            'NDRPDR' and
13954            '4T2C' and
13955            'IP6FWD' and
13956            not 'SRv6' and
13957            not 'IPSEC' and
13958            not 'VHOST'"
13959   parameters:
13960   - "throughput"
13961   - "parent"
13962   - "tags"
13963   sort:
13964   - "IP6BASE"
13965   - "FIB_20K"
13966   - "FIB_200K"
13967   - "FIB_2M"
13968   traces:
13969     hoverinfo: "x+y"
13970     boxpoints: "outliers"
13971     whiskerwidth: 0
13972   layout:
13973     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13974     layout: "plot-throughput"
13975
13976 # Packet Throughput - VPP IPv6 2n-skx-xxv710
13977 - type: "plot"
13978   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13979   algorithm: "plot_performance_box"
13980   output-file-type: ".html"
13981   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13982   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13983   filter: "'NIC_Intel-XXV710' and
13984            '78B' and
13985            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13986            'NDRPDR' and
13987            '2T1C' and
13988            'IP6FWD' and
13989            not 'SRv6' and
13990            not 'IPSEC' and
13991            not 'VHOST'"
13992   parameters:
13993   - "throughput"
13994   - "parent"
13995   - "tags"
13996   sort:
13997   - "IP6BASE"
13998   - "FIB_20K"
13999   - "FIB_200K"
14000   - "FIB_2M"
14001   traces:
14002     hoverinfo: "x+y"
14003     boxpoints: "outliers"
14004     whiskerwidth: 0
14005   layout:
14006     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
14007     layout: "plot-throughput"
14008
14009 - type: "plot"
14010   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14011   algorithm: "plot_performance_box"
14012   output-file-type: ".html"
14013   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14014   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14015   filter: "'NIC_Intel-XXV710' and
14016            '78B' and
14017            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14018            'NDRPDR' and
14019            '2T1C' and
14020            'IP6FWD' and
14021            not 'SRv6' and
14022            not 'IPSEC' and
14023            not 'VHOST'"
14024   parameters:
14025   - "throughput"
14026   - "parent"
14027   - "tags"
14028   sort:
14029   - "IP6BASE"
14030   - "FIB_20K"
14031   - "FIB_200K"
14032   - "FIB_2M"
14033   traces:
14034     hoverinfo: "x+y"
14035     boxpoints: "outliers"
14036     whiskerwidth: 0
14037   layout:
14038     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14039     layout: "plot-throughput"
14040
14041 - type: "plot"
14042   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14043   algorithm: "plot_performance_box"
14044   output-file-type: ".html"
14045   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14046   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14047   filter: "'NIC_Intel-XXV710' and
14048            '78B' and
14049            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14050            'NDRPDR' and
14051            '4T2C' and
14052            'IP6FWD' and
14053            not 'SRv6' and
14054            not 'IPSEC' and
14055            not 'VHOST'"
14056   parameters:
14057   - "throughput"
14058   - "parent"
14059   - "tags"
14060   sort:
14061   - "IP6BASE"
14062   - "FIB_20K"
14063   - "FIB_200K"
14064   - "FIB_2M"
14065   traces:
14066     hoverinfo: "x+y"
14067     boxpoints: "outliers"
14068     whiskerwidth: 0
14069   layout:
14070     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14071     layout: "plot-throughput"
14072
14073 - type: "plot"
14074   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14075   algorithm: "plot_performance_box"
14076   output-file-type: ".html"
14077   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14078   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14079   filter: "'NIC_Intel-XXV710' and
14080            '78B' and
14081            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14082            'NDRPDR' and
14083            '4T2C' and
14084            'IP6FWD' and
14085            not 'SRv6' and
14086            not 'IPSEC' and
14087            not 'VHOST'"
14088   parameters:
14089   - "throughput"
14090   - "parent"
14091   - "tags"
14092   sort:
14093   - "IP6BASE"
14094   - "FIB_20K"
14095   - "FIB_200K"
14096   - "FIB_2M"
14097   traces:
14098     hoverinfo: "x+y"
14099     boxpoints: "outliers"
14100     whiskerwidth: 0
14101   layout:
14102     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14103     layout: "plot-throughput"
14104
14105 ## Packet Throughput - VPP IPv6 2n-dnv-x553 base
14106 #- type: "plot"
14107 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14108 #  algorithm: "plot_performance_box"
14109 #  output-file-type: ".html"
14110 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14111 #  data: "intel-dnv-vpp"
14112 #  filter: "'NIC_Intel-X553' and
14113 #           '78B' and
14114 #           'IP6BASE' and
14115 #           'NDRPDR' and
14116 #           '1T1C' and
14117 #           'IP6FWD' and
14118 #           not 'SRv6' and
14119 #           not 'IPSEC' and
14120 #           not 'VHOST'"
14121 #  parameters:
14122 #  - "throughput"
14123 #  - "parent"
14124 #  - "tags"
14125 #  sort:
14126 #  - "IP6BASE"
14127 #  traces:
14128 #    hoverinfo: "x+y"
14129 #    boxpoints: "outliers"
14130 #    whiskerwidth: 0
14131 #  layout:
14132 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14133 #    layout: "plot-throughput"
14134 #
14135 #- type: "plot"
14136 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14137 #  algorithm: "plot_performance_box"
14138 #  output-file-type: ".html"
14139 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14140 #  data: "intel-dnv-vpp"
14141 #  filter: "'NIC_Intel-X553' and
14142 #           '78B' and
14143 #           'IP6BASE' and
14144 #           'NDRPDR' and
14145 #           '1T1C' and
14146 #           'IP6FWD' and
14147 #           not 'SRv6' and
14148 #           not 'IPSEC' and
14149 #           not 'VHOST'"
14150 #  parameters:
14151 #  - "throughput"
14152 #  - "parent"
14153 #  - "tags"
14154 #  sort:
14155 #  - "IP6BASE"
14156 #  traces:
14157 #    hoverinfo: "x+y"
14158 #    boxpoints: "outliers"
14159 #    whiskerwidth: 0
14160 #  layout:
14161 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14162 #    layout: "plot-throughput"
14163 #
14164 #- type: "plot"
14165 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14166 #  algorithm: "plot_performance_box"
14167 #  output-file-type: ".html"
14168 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14169 #  data: "intel-dnv-vpp"
14170 #  filter: "'NIC_Intel-X553' and
14171 #           '78B' and
14172 #           'IP6BASE' and
14173 #           'NDRPDR' and
14174 #           '2T2C' and
14175 #           'IP6FWD' and
14176 #           not 'SRv6' and
14177 #           not 'IPSEC' and
14178 #           not 'VHOST'"
14179 #  parameters:
14180 #  - "throughput"
14181 #  - "parent"
14182 #  - "tags"
14183 #  sort:
14184 #  - "IP6BASE"
14185 #  traces:
14186 #    hoverinfo: "x+y"
14187 #    boxpoints: "outliers"
14188 #    whiskerwidth: 0
14189 #  layout:
14190 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14191 #    layout: "plot-throughput"
14192 #
14193 #- type: "plot"
14194 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14195 #  algorithm: "plot_performance_box"
14196 #  output-file-type: ".html"
14197 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14198 #  data: "intel-dnv-vpp"
14199 #  filter: "'NIC_Intel-X553' and
14200 #           '78B' and
14201 #           'IP6BASE' and
14202 #           'NDRPDR' and
14203 #           '2T2C' and
14204 #           'IP6FWD' and
14205 #           not 'SRv6' and
14206 #           not 'IPSEC' and
14207 #           not 'VHOST'"
14208 #  parameters:
14209 #  - "throughput"
14210 #  - "parent"
14211 #  - "tags"
14212 #  sort:
14213 #  - "IP6BASE"
14214 #  traces:
14215 #    hoverinfo: "x+y"
14216 #    boxpoints: "outliers"
14217 #    whiskerwidth: 0
14218 #  layout:
14219 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14220 #    layout: "plot-throughput"
14221
14222 ################################################################################
14223
14224 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
14225 - type: "plot"
14226   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14227   algorithm: "plot_performance_box"
14228   output-file-type: ".html"
14229   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14230   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14231   filter: "'NIC_Intel-X520-DA2' and
14232            '78B' and
14233            'ENCAP' and
14234            'NDRPDR' and
14235            '1T1C' and
14236            'LISP' and
14237            not 'VHOST'"
14238   parameters:
14239   - "throughput"
14240   - "parent"
14241   - "tags"
14242   sort:
14243   - "IP4UNRLAY"
14244   - "IP6UNRLAY"
14245   traces:
14246     hoverinfo: "x+y"
14247     boxpoints: "outliers"
14248     whiskerwidth: 0
14249   layout:
14250     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14251     layout: "plot-throughput"
14252
14253 - type: "plot"
14254   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14255   algorithm: "plot_performance_box"
14256   output-file-type: ".html"
14257   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14258   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14259   filter: "'NIC_Intel-X520-DA2' and
14260            '78B' and
14261            'ENCAP' and
14262            'NDRPDR' and
14263            '1T1C' and
14264            'LISP' and
14265            not 'VHOST'"
14266   parameters:
14267   - "throughput"
14268   - "parent"
14269   - "tags"
14270   sort:
14271   - "IP4UNRLAY"
14272   - "IP6UNRLAY"
14273   traces:
14274     hoverinfo: "x+y"
14275     boxpoints: "outliers"
14276     whiskerwidth: 0
14277   layout:
14278     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14279     layout: "plot-throughput"
14280
14281 - type: "plot"
14282   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14283   algorithm: "plot_performance_box"
14284   output-file-type: ".html"
14285   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14286   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14287   filter: "'NIC_Intel-X520-DA2' and
14288            '78B' and
14289            'ENCAP' and
14290            'NDRPDR' and
14291            '2T2C' and
14292            'LISP' and
14293            not 'VHOST'"
14294   parameters:
14295   - "throughput"
14296   - "parent"
14297   - "tags"
14298   sort:
14299   - "IP4UNRLAY"
14300   - "IP6UNRLAY"
14301   traces:
14302     hoverinfo: "x+y"
14303     boxpoints: "outliers"
14304     whiskerwidth: 0
14305   layout:
14306     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14307     layout: "plot-throughput"
14308
14309 - type: "plot"
14310   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14311   algorithm: "plot_performance_box"
14312   output-file-type: ".html"
14313   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14314   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14315   filter: "'NIC_Intel-X520-DA2' and
14316            '78B' and
14317            'ENCAP' and
14318            'NDRPDR' and
14319            '2T2C' and
14320            'LISP' and
14321            not 'VHOST'"
14322   parameters:
14323   - "throughput"
14324   - "parent"
14325   - "tags"
14326   sort:
14327   - "IP4UNRLAY"
14328   - "IP6UNRLAY"
14329   traces:
14330     hoverinfo: "x+y"
14331     boxpoints: "outliers"
14332     whiskerwidth: 0
14333   layout:
14334     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14335     layout: "plot-throughput"
14336
14337 ################################################################################
14338
14339 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
14340 - type: "plot"
14341   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14342   algorithm: "plot_performance_box"
14343   output-file-type: ".html"
14344   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14345   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14346   filter: "'NIC_Intel-XL710' and
14347            '64B' and
14348            'IP4FWD' and
14349            'NDRPDR' and
14350            'BASE' and
14351            '1T1C' and
14352            'IPSECHW' and
14353            not 'VHOST'"
14354   parameters:
14355   - "throughput"
14356   - "parent"
14357   - "tags"
14358   traces:
14359     hoverinfo: "x+y"
14360     boxpoints: "outliers"
14361     whiskerwidth: 0
14362   layout:
14363     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14364     layout: "plot-throughput"
14365
14366 - type: "plot"
14367   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14368   algorithm: "plot_performance_box"
14369   output-file-type: ".html"
14370   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14371   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14372   filter: "'NIC_Intel-XL710' and
14373            '64B' and
14374            'IP4FWD' and
14375            'NDRPDR' and
14376            'BASE' and
14377            '1T1C' and
14378            'IPSECHW' and
14379            not 'VHOST'"
14380   parameters:
14381   - "throughput"
14382   - "parent"
14383   - "tags"
14384   traces:
14385     hoverinfo: "x+y"
14386     boxpoints: "outliers"
14387     whiskerwidth: 0
14388   layout:
14389     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14390     layout: "plot-throughput"
14391
14392 - type: "plot"
14393   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14394   algorithm: "plot_performance_box"
14395   output-file-type: ".html"
14396   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14397   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14398   filter: "'NIC_Intel-XL710' and
14399            '64B' and
14400            'IP4FWD' and
14401            'NDRPDR' and
14402            'BASE' and
14403            '2T2C' and
14404            'IPSECHW' and
14405            not 'VHOST'"
14406   parameters:
14407   - "throughput"
14408   - "parent"
14409   - "tags"
14410   traces:
14411     hoverinfo: "x+y"
14412     boxpoints: "outliers"
14413     whiskerwidth: 0
14414   layout:
14415     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14416     layout: "plot-throughput"
14417
14418 - type: "plot"
14419   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14420   algorithm: "plot_performance_box"
14421   output-file-type: ".html"
14422   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14423   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14424   filter: "'NIC_Intel-XL710' and
14425            '64B' and
14426            'IP4FWD' and
14427            'NDRPDR' and
14428            'BASE' and
14429            '2T2C' and
14430            'IPSECHW' and
14431            not 'VHOST'"
14432   parameters:
14433   - "throughput"
14434   - "parent"
14435   - "tags"
14436   traces:
14437     hoverinfo: "x+y"
14438     boxpoints: "outliers"
14439     whiskerwidth: 0
14440   layout:
14441     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14442     layout: "plot-throughput"
14443
14444 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
14445 - type: "plot"
14446   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14447   algorithm: "plot_performance_box"
14448   output-file-type: ".html"
14449   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14450   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14451   filter: "'NIC_Intel-XL710' and
14452            '64B' and
14453            'IP4FWD' and
14454            'NDRPDR' and
14455            'SCALE' and
14456            '1T1C' and
14457            'IPSECHW' and
14458            not 'VHOST'"
14459   parameters:
14460   - "throughput"
14461   - "parent"
14462   - "tags"
14463   traces:
14464     hoverinfo: "x+y"
14465     boxpoints: "outliers"
14466     whiskerwidth: 0
14467   layout:
14468     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14469     layout: "plot-throughput"
14470
14471 - type: "plot"
14472   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14473   algorithm: "plot_performance_box"
14474   output-file-type: ".html"
14475   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14476   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14477   filter: "'NIC_Intel-XL710' and
14478            '64B' and
14479            'IP4FWD' and
14480            'NDRPDR' and
14481            'SCALE' and
14482            '1T1C' and
14483            'IPSECHW' and
14484            not 'VHOST'"
14485   parameters:
14486   - "throughput"
14487   - "parent"
14488   - "tags"
14489   traces:
14490     hoverinfo: "x+y"
14491     boxpoints: "outliers"
14492     whiskerwidth: 0
14493   layout:
14494     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14495     layout: "plot-throughput"
14496
14497 - type: "plot"
14498   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14499   algorithm: "plot_performance_box"
14500   output-file-type: ".html"
14501   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14502   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14503   filter: "'NIC_Intel-XL710' and
14504            '64B' and
14505            'IP4FWD' and
14506            'NDRPDR' and
14507            'SCALE' and
14508            '2T2C' and
14509            'IPSECHW' and
14510            not 'VHOST'"
14511   parameters:
14512   - "throughput"
14513   - "parent"
14514   - "tags"
14515   traces:
14516     hoverinfo: "x+y"
14517     boxpoints: "outliers"
14518     whiskerwidth: 0
14519   layout:
14520     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14521     layout: "plot-throughput"
14522
14523 - type: "plot"
14524   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14525   algorithm: "plot_performance_box"
14526   output-file-type: ".html"
14527   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14528   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14529   filter: "'NIC_Intel-XL710' and
14530            '64B' and
14531            'IP4FWD' and
14532            'NDRPDR' and
14533            'SCALE' and
14534            '2T2C' and
14535            'IPSECHW' and
14536            not 'VHOST'"
14537   parameters:
14538   - "throughput"
14539   - "parent"
14540   - "tags"
14541   traces:
14542     hoverinfo: "x+y"
14543     boxpoints: "outliers"
14544     whiskerwidth: 0
14545   layout:
14546     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14547     layout: "plot-throughput"
14548
14549 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
14550 - type: "plot"
14551   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14552   algorithm: "plot_performance_box"
14553   output-file-type: ".html"
14554   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14555   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14556   filter: "'NIC_Intel-XL710' and
14557            '64B' and
14558            'IP4FWD' and
14559            'NDRPDR' and
14560            '1T1C' and
14561            'IPSECSW' and
14562            not 'VHOST'"
14563   parameters:
14564   - "throughput"
14565   - "parent"
14566   - "tags"
14567   traces:
14568     hoverinfo: "x+y"
14569     boxpoints: "outliers"
14570     whiskerwidth: 0
14571   layout:
14572     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14573     layout: "plot-throughput"
14574
14575 - type: "plot"
14576   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14577   algorithm: "plot_performance_box"
14578   output-file-type: ".html"
14579   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14580   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14581   filter: "'NIC_Intel-XL710' and
14582            '64B' and
14583            'IP4FWD' and
14584            'NDRPDR' and
14585            '1T1C' and
14586            'IPSECSW' and
14587            not 'VHOST'"
14588   parameters:
14589   - "throughput"
14590   - "parent"
14591   - "tags"
14592   traces:
14593     hoverinfo: "x+y"
14594     boxpoints: "outliers"
14595     whiskerwidth: 0
14596   layout:
14597     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14598     layout: "plot-throughput"
14599
14600 - type: "plot"
14601   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14602   algorithm: "plot_performance_box"
14603   output-file-type: ".html"
14604   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14605   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14606   filter: "'NIC_Intel-XL710' and
14607            '64B' and
14608            'IP4FWD' and
14609            'NDRPDR' and
14610            '2T2C' and
14611            'IPSECSW' and
14612            not 'VHOST'"
14613   parameters:
14614   - "throughput"
14615   - "parent"
14616   - "tags"
14617   traces:
14618     hoverinfo: "x+y"
14619     boxpoints: "outliers"
14620     whiskerwidth: 0
14621   layout:
14622     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14623     layout: "plot-throughput"
14624
14625 - type: "plot"
14626   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14627   algorithm: "plot_performance_box"
14628   output-file-type: ".html"
14629   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14630   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14631   filter: "'NIC_Intel-XL710' and
14632            '64B' and
14633            'IP4FWD' and
14634            'NDRPDR' and
14635            '2T2C' and
14636            'IPSECSW' and
14637            not 'VHOST'"
14638   parameters:
14639   - "throughput"
14640   - "parent"
14641   - "tags"
14642   traces:
14643     hoverinfo: "x+y"
14644     boxpoints: "outliers"
14645     whiskerwidth: 0
14646   layout:
14647     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14648     layout: "plot-throughput"
14649
14650 ################################################################################
14651
14652 # Packet Throughput - VPP SRv6 3n-hsw-x520
14653 - type: "plot"
14654   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14655   algorithm: "plot_performance_box"
14656   output-file-type: ".html"
14657   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14658   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14659   filter: "'NIC_Intel-X520-DA2' and
14660            '78B' and
14661            'FEATURE' and
14662            'NDRPDR' and
14663            '1T1C' and
14664            'IP6FWD' and
14665            'SRv6'"
14666   parameters:
14667   - "throughput"
14668   - "parent"
14669   - "tags"
14670   traces:
14671     hoverinfo: "x+y"
14672     boxpoints: "outliers"
14673     whiskerwidth: 0
14674   layout:
14675     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14676     layout: "plot-throughput"
14677
14678 - type: "plot"
14679   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14680   algorithm: "plot_performance_box"
14681   output-file-type: ".html"
14682   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14683   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14684   filter: "'NIC_Intel-X520-DA2' and
14685            '78B' and
14686            'FEATURE' and
14687            'NDRPDR' and
14688            '1T1C' and
14689            'IP6FWD' and
14690            'SRv6'"
14691   parameters:
14692   - "throughput"
14693   - "parent"
14694   - "tags"
14695   traces:
14696     hoverinfo: "x+y"
14697     boxpoints: "outliers"
14698     whiskerwidth: 0
14699   layout:
14700     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14701     layout: "plot-throughput"
14702
14703 - type: "plot"
14704   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14705   algorithm: "plot_performance_box"
14706   output-file-type: ".html"
14707   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14708   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14709   filter: "'NIC_Intel-X520-DA2' and
14710            '78B' and
14711            'FEATURE' and
14712            'NDRPDR' and
14713            '2T2C' and
14714            'IP6FWD' and
14715            'SRv6'"
14716   parameters:
14717   - "throughput"
14718   - "parent"
14719   - "tags"
14720   traces:
14721     hoverinfo: "x+y"
14722     boxpoints: "outliers"
14723     whiskerwidth: 0
14724   layout:
14725     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14726     layout: "plot-throughput"
14727
14728 - type: "plot"
14729   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14730   algorithm: "plot_performance_box"
14731   output-file-type: ".html"
14732   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14733   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14734   filter: "'NIC_Intel-X520-DA2' and
14735            '78B' and
14736            'FEATURE' and
14737            'NDRPDR' and
14738            '2T2C' and
14739            'IP6FWD' and
14740            'SRv6'"
14741   parameters:
14742   - "throughput"
14743   - "parent"
14744   - "tags"
14745   traces:
14746     hoverinfo: "x+y"
14747     boxpoints: "outliers"
14748     whiskerwidth: 0
14749   layout:
14750     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14751     layout: "plot-throughput"
14752
14753 ################################################################################
14754
14755 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
14756 - type: "plot"
14757   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14758   algorithm: "plot_performance_box"
14759   output-file-type: ".html"
14760   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14761   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14762   filter: "'NIC_Intel-X520-DA2' and
14763            '64B' and
14764            'NDRPDR' and
14765            'ETH' and
14766            'IP4FWD' and
14767            '1T1C' and
14768            'VHOST_1024' and
14769            not 'VXLAN' and
14770            not 'DOT1Q'"
14771   parameters:
14772   - "throughput"
14773   - "parent"
14774   - "tags"
14775   sort:
14776   - "not CFS_OPT"
14777   - "1VM"
14778   - "2VM"
14779   traces:
14780     hoverinfo: "x+y"
14781     boxpoints: "outliers"
14782     whiskerwidth: 0
14783   layout:
14784     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14785     layout: "plot-throughput"
14786
14787 - type: "plot"
14788   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14789   algorithm: "plot_performance_box"
14790   output-file-type: ".html"
14791   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14792   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14793   filter: "'NIC_Intel-X520-DA2' and
14794            '64B' and
14795            'NDRPDR' and
14796            'ETH' and
14797            'IP4FWD' and
14798            '2T2C' and
14799            'VHOST_1024' and
14800            not 'VXLAN' and
14801            not 'DOT1Q'"
14802   parameters:
14803   - "throughput"
14804   - "parent"
14805   - "tags"
14806   sort:
14807   - "not CFS_OPT"
14808   - "1VM"
14809   - "2VM"
14810   traces:
14811     hoverinfo: "x+y"
14812     boxpoints: "outliers"
14813     whiskerwidth: 0
14814   layout:
14815     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14816     layout: "plot-throughput"
14817
14818 - type: "plot"
14819   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14820   algorithm: "plot_performance_box"
14821   output-file-type: ".html"
14822   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14823   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14824   filter: "'NIC_Intel-X520-DA2' and
14825            '64B' and
14826            'NDRPDR' and
14827            'ETH' and
14828            'IP4FWD' and
14829            '1T1C' and
14830            'VHOST_1024' and
14831            not 'VXLAN' and
14832            not 'DOT1Q'"
14833   parameters:
14834   - "throughput"
14835   - "parent"
14836   - "tags"
14837   sort:
14838   - "not CFS_OPT"
14839   - "1VM"
14840   - "2VM"
14841   traces:
14842     hoverinfo: "x+y"
14843     boxpoints: "outliers"
14844     whiskerwidth: 0
14845   layout:
14846     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14847     layout: "plot-throughput"
14848
14849 - type: "plot"
14850   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14851   algorithm: "plot_performance_box"
14852   output-file-type: ".html"
14853   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14854   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14855   filter: "'NIC_Intel-X520-DA2' and
14856            '64B' and
14857            'NDRPDR' and
14858            'ETH' and
14859            'IP4FWD' and
14860            '2T2C' and
14861            'VHOST_1024' and
14862            not 'VXLAN' and
14863            not 'DOT1Q'"
14864   parameters:
14865   - "throughput"
14866   - "parent"
14867   - "tags"
14868   sort:
14869   - "not CFS_OPT"
14870   - "1VM"
14871   - "2VM"
14872   traces:
14873     hoverinfo: "x+y"
14874     boxpoints: "outliers"
14875     whiskerwidth: 0
14876   layout:
14877     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14878     layout: "plot-throughput"
14879
14880 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
14881 - type: "plot"
14882   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14883   algorithm: "plot_performance_box"
14884   output-file-type: ".html"
14885   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14886   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14887   filter: "'NIC_Intel-X520-DA2' and
14888            '64B' and
14889            'NDRPDR' and
14890            ('ETH' or 'DOT1Q') and
14891            'BASE' and
14892            '1T1C' and
14893            ('L2BDMACLRN' or 'L2XCFWD') and
14894            'VHOST_1024' and
14895            not 'VXLAN' and
14896            not 'IP4FWD' and
14897            not '2VM'"
14898   parameters:
14899   - "throughput"
14900   - "parent"
14901   - "tags"
14902   sort:
14903   - "L2BDMACLRN"
14904   - "L2BDMACLRN"
14905   - "L2BDMACLRN"
14906   - "L2XCFWD"
14907   - "L2XCFWD"
14908   - "L2XCFWD"
14909   traces:
14910     hoverinfo: "x+y"
14911     boxpoints: "outliers"
14912     whiskerwidth: 0
14913   layout:
14914     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14915     layout: "plot-throughput"
14916
14917 - type: "plot"
14918   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14919   algorithm: "plot_performance_box"
14920   output-file-type: ".html"
14921   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14922   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14923   filter: "'NIC_Intel-X520-DA2' and
14924            '64B' and
14925            'NDRPDR' and
14926            ('ETH' or 'DOT1Q') and
14927            'BASE' and
14928            '1T1C' and
14929            ('L2BDMACLRN' or 'L2XCFWD') and
14930            'VHOST_1024' and
14931            not 'VXLAN' and
14932            not 'IP4FWD' and
14933            not '2VM'"
14934   parameters:
14935   - "throughput"
14936   - "parent"
14937   - "tags"
14938   sort:
14939   - "L2BDMACLRN"
14940   - "L2BDMACLRN"
14941   - "L2BDMACLRN"
14942   - "L2XCFWD"
14943   - "L2XCFWD"
14944   - "L2XCFWD"
14945   traces:
14946     hoverinfo: "x+y"
14947     boxpoints: "outliers"
14948     whiskerwidth: 0
14949   layout:
14950     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14951     layout: "plot-throughput"
14952
14953 - type: "plot"
14954   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14955   algorithm: "plot_performance_box"
14956   output-file-type: ".html"
14957   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14958   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14959   filter: "'NIC_Intel-X520-DA2' and
14960            '64B' and
14961            'NDRPDR' and
14962            ('ETH' or 'DOT1Q') and
14963            'BASE' and
14964            '2T2C' and
14965            ('L2BDMACLRN' or 'L2XCFWD') and
14966            'VHOST_1024' and
14967            not 'VXLAN' and
14968            not 'IP4FWD' and
14969            not '2VM'"
14970   parameters:
14971   - "throughput"
14972   - "parent"
14973   - "tags"
14974   sort:
14975   - "L2BDMACLRN"
14976   - "L2BDMACLRN"
14977   - "L2BDMACLRN"
14978   - "L2XCFWD"
14979   - "L2XCFWD"
14980   - "L2XCFWD"
14981   traces:
14982     hoverinfo: "x+y"
14983     boxpoints: "outliers"
14984     whiskerwidth: 0
14985   layout:
14986     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14987     layout: "plot-throughput"
14988
14989 - type: "plot"
14990   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14991   algorithm: "plot_performance_box"
14992   output-file-type: ".html"
14993   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14994   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14995   filter: "'NIC_Intel-X520-DA2' and
14996            '64B' and
14997            'NDRPDR' and
14998            ('ETH' or 'DOT1Q') and
14999            'BASE' and
15000            '2T2C' and
15001            ('L2BDMACLRN' or 'L2XCFWD') and
15002            'VHOST_1024' and
15003            not 'VXLAN' and
15004            not 'IP4FWD' and
15005            not '2VM'"
15006   parameters:
15007   - "throughput"
15008   - "parent"
15009   - "tags"
15010   sort:
15011   - "L2BDMACLRN"
15012   - "L2BDMACLRN"
15013   - "L2BDMACLRN"
15014   - "L2XCFWD"
15015   - "L2XCFWD"
15016   - "L2XCFWD"
15017   traces:
15018     hoverinfo: "x+y"
15019     boxpoints: "outliers"
15020     whiskerwidth: 0
15021   layout:
15022     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
15023     layout: "plot-throughput"
15024
15025 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
15026 - type: "plot"
15027   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15028   algorithm: "plot_performance_box"
15029   output-file-type: ".html"
15030   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15031   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15032   filter: "'NIC_Intel-X520-DA2' and
15033            '64B' and
15034            'NDRPDR' and
15035            ('ETH' or 'DOT1Q') and
15036            '1T1C' and
15037            ('L2BDMACLRN' or 'L2XCFWD') and
15038            'VHOST_1024' and
15039            not 'CFS_OPT' and
15040            not 'DOT1Q' and
15041            not 'VXLAN' and
15042            not 'IP4FWD' and
15043            not 'LBOND'"
15044   parameters:
15045   - "throughput"
15046   - "parent"
15047   - "tags"
15048 #  sort:
15049 #  - "1VM"
15050 #  - "L2XCFWD"
15051 #  - "1VM"
15052 #  - "L2BDMACLRN"
15053   traces:
15054     hoverinfo: "x+y"
15055     boxpoints: "outliers"
15056     whiskerwidth: 0
15057   layout:
15058     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15059     layout: "plot-throughput"
15060
15061 - type: "plot"
15062   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15063   algorithm: "plot_performance_box"
15064   output-file-type: ".html"
15065   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15066   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15067   filter: "'NIC_Intel-X520-DA2' and
15068            '64B' and
15069            'NDRPDR' and
15070            ('ETH' or 'DOT1Q') and
15071            '1T1C' and
15072            ('L2BDMACLRN' or 'L2XCFWD') and
15073            'VHOST_1024' and
15074            not 'CFS_OPT' and
15075            not 'DOT1Q' and
15076            not 'VXLAN' and
15077            not 'IP4FWD' and
15078            not 'LBOND'"
15079   parameters:
15080   - "throughput"
15081   - "parent"
15082   - "tags"
15083 #  sort:
15084 #  - "1VM"
15085 #  - "L2XCFWD"
15086 #  - "1VM"
15087 #  - "L2BDMACLRN"
15088   traces:
15089     hoverinfo: "x+y"
15090     boxpoints: "outliers"
15091     whiskerwidth: 0
15092   layout:
15093     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15094     layout: "plot-throughput"
15095
15096 - type: "plot"
15097   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15098   algorithm: "plot_performance_box"
15099   output-file-type: ".html"
15100   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15101   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15102   filter: "'NIC_Intel-X520-DA2' and
15103            '64B' and
15104            'NDRPDR' and
15105            ('ETH' or 'DOT1Q') and
15106            '2T2C' and
15107            ('L2BDMACLRN' or 'L2XCFWD') and
15108            'VHOST_1024' and
15109            not 'CFS_OPT' and
15110            not 'DOT1Q' and
15111            not 'VXLAN' and
15112            not 'IP4FWD' and
15113            not 'LBOND'"
15114   parameters:
15115   - "throughput"
15116   - "parent"
15117   - "tags"
15118 #  sort:
15119 #  - "1VM"
15120 #  - "L2XCFWD"
15121 #  - "1VM"
15122 #  - "L2BDMACLRN"
15123   traces:
15124     hoverinfo: "x+y"
15125     boxpoints: "outliers"
15126     whiskerwidth: 0
15127   layout:
15128     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15129     layout: "plot-throughput"
15130
15131 - type: "plot"
15132   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15133   algorithm: "plot_performance_box"
15134   output-file-type: ".html"
15135   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15136   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15137   filter: "'NIC_Intel-X520-DA2' and
15138            '64B' and
15139            'NDRPDR' and
15140            ('ETH' or 'DOT1Q') and
15141            '2T2C' and
15142            ('L2BDMACLRN' or 'L2XCFWD') and
15143            'VHOST_1024' and
15144            not 'CFS_OPT' and
15145            not 'DOT1Q' and
15146            not 'VXLAN' and
15147            not 'IP4FWD' and
15148            not 'LBOND'"
15149   parameters:
15150   - "throughput"
15151   - "parent"
15152   - "tags"
15153 #  sort:
15154 #  - "1VM"
15155 #  - "L2XCFWD"
15156 #  - "1VM"
15157 #  - "L2BDMACLRN"
15158   traces:
15159     hoverinfo: "x+y"
15160     boxpoints: "outliers"
15161     whiskerwidth: 0
15162   layout:
15163     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15164     layout: "plot-throughput"
15165
15166 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
15167 - type: "plot"
15168   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15169   algorithm: "plot_performance_box"
15170   output-file-type: ".html"
15171   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15172   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15173   filter: "'NIC_Intel-X710' and
15174            '64B' and
15175            'NDRPDR' and
15176            'ETH' and
15177            'IP4FWD' and
15178            '1T1C' and
15179            'VHOST_1024' and
15180            not 'VXLAN' and
15181            not 'CFS_OPT' and
15182            not 'DOT1Q'"
15183   parameters:
15184   - "throughput"
15185   - "parent"
15186   - "tags"
15187   sort:
15188   - "1VM"
15189   - "2VM"
15190   traces:
15191     hoverinfo: "x+y"
15192     boxpoints: "outliers"
15193     whiskerwidth: 0
15194   layout:
15195     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15196     layout: "plot-throughput"
15197
15198 - type: "plot"
15199   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15200   algorithm: "plot_performance_box"
15201   output-file-type: ".html"
15202   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15203   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15204   filter: "'NIC_Intel-X710' and
15205            '64B' and
15206            'NDRPDR' and
15207            'ETH' and
15208            'IP4FWD' and
15209            '2T2C' and
15210            'VHOST_1024' and
15211            not 'VXLAN' and
15212            not 'CFS_OPT' and
15213            not 'DOT1Q'"
15214   parameters:
15215   - "throughput"
15216   - "parent"
15217   - "tags"
15218   sort:
15219   - "1VM"
15220   - "2VM"
15221   traces:
15222     hoverinfo: "x+y"
15223     boxpoints: "outliers"
15224     whiskerwidth: 0
15225   layout:
15226     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15227     layout: "plot-throughput"
15228
15229 - type: "plot"
15230   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15231   algorithm: "plot_performance_box"
15232   output-file-type: ".html"
15233   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15234   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15235   filter: "'NIC_Intel-X710' and
15236            '64B' and
15237            'NDRPDR' and
15238            'ETH' and
15239            'IP4FWD' and
15240            '1T1C' and
15241            'VHOST_1024' and
15242            not 'VXLAN' and
15243            not 'CFS_OPT' and
15244            not 'DOT1Q'"
15245   parameters:
15246   - "throughput"
15247   - "parent"
15248   - "tags"
15249   sort:
15250   - "1VM"
15251   - "2VM"
15252   traces:
15253     hoverinfo: "x+y"
15254     boxpoints: "outliers"
15255     whiskerwidth: 0
15256   layout:
15257     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15258     layout: "plot-throughput"
15259
15260 - type: "plot"
15261   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15262   algorithm: "plot_performance_box"
15263   output-file-type: ".html"
15264   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15265   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15266   filter: "'NIC_Intel-X710' and
15267            '64B' and
15268            'NDRPDR' and
15269            'ETH' and
15270            'IP4FWD' and
15271            '2T2C' and
15272            'VHOST_1024' and
15273            not 'VXLAN' and
15274            not 'CFS_OPT' and
15275            not 'DOT1Q'"
15276   parameters:
15277   - "throughput"
15278   - "parent"
15279   - "tags"
15280   sort:
15281   - "1VM"
15282   - "2VM"
15283   traces:
15284     hoverinfo: "x+y"
15285     boxpoints: "outliers"
15286     whiskerwidth: 0
15287   layout:
15288     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15289     layout: "plot-throughput"
15290
15291 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
15292 - type: "plot"
15293   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15294   algorithm: "plot_performance_box"
15295   output-file-type: ".html"
15296   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15297   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15298   filter: "'NIC_Intel-X710' and
15299            '64B' and
15300            'NDRPDR' and
15301            ('ETH' or 'DOT1Q') and
15302            'BASE' and
15303            '1T1C' and
15304            ('L2BDMACLRN' or 'L2XCFWD') and
15305            'VHOST_1024' and
15306            not 'VXLAN' and
15307            not 'IP4FWD' and
15308            not '2VM'"
15309   parameters:
15310   - "throughput"
15311   - "parent"
15312   - "tags"
15313   sort:
15314   - "L2BDMACLRN"
15315   - "L2BDMACLRN"
15316   - "L2BDMACLRN"
15317   - "L2XCFWD"
15318   - "L2XCFWD"
15319   - "L2XCFWD"
15320   traces:
15321     hoverinfo: "x+y"
15322     boxpoints: "outliers"
15323     whiskerwidth: 0
15324   layout:
15325     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15326     layout: "plot-throughput"
15327
15328 - type: "plot"
15329   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15330   algorithm: "plot_performance_box"
15331   output-file-type: ".html"
15332   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15333   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15334   filter: "'NIC_Intel-X710' and
15335            '64B' and
15336            'NDRPDR' and
15337            ('ETH' or 'DOT1Q') and
15338            'BASE' and
15339            '1T1C' and
15340            ('L2BDMACLRN' or 'L2XCFWD') and
15341            'VHOST_1024' and
15342            not 'VXLAN' and
15343            not 'IP4FWD' and
15344            not '2VM'"
15345   parameters:
15346   - "throughput"
15347   - "parent"
15348   - "tags"
15349   sort:
15350   - "L2BDMACLRN"
15351   - "L2BDMACLRN"
15352   - "L2BDMACLRN"
15353   - "L2XCFWD"
15354   - "L2XCFWD"
15355   - "L2XCFWD"
15356   traces:
15357     hoverinfo: "x+y"
15358     boxpoints: "outliers"
15359     whiskerwidth: 0
15360   layout:
15361     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15362     layout: "plot-throughput"
15363
15364 - type: "plot"
15365   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15366   algorithm: "plot_performance_box"
15367   output-file-type: ".html"
15368   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15369   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15370   filter: "'NIC_Intel-X710' and
15371            '64B' and
15372            'NDRPDR' and
15373            ('ETH' or 'DOT1Q') and
15374            'BASE' and
15375            '2T2C' and
15376            ('L2BDMACLRN' or 'L2XCFWD') and
15377            'VHOST_1024' and
15378            not 'VXLAN' and
15379            not 'IP4FWD' and
15380            not '2VM'"
15381   parameters:
15382   - "throughput"
15383   - "parent"
15384   - "tags"
15385   sort:
15386   - "L2BDMACLRN"
15387   - "L2BDMACLRN"
15388   - "L2BDMACLRN"
15389   - "L2XCFWD"
15390   - "L2XCFWD"
15391   - "L2XCFWD"
15392   traces:
15393     hoverinfo: "x+y"
15394     boxpoints: "outliers"
15395     whiskerwidth: 0
15396   layout:
15397     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15398     layout: "plot-throughput"
15399
15400 - type: "plot"
15401   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15402   algorithm: "plot_performance_box"
15403   output-file-type: ".html"
15404   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15405   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15406   filter: "'NIC_Intel-X710' and
15407            '64B' and
15408            'NDRPDR' and
15409            ('ETH' or 'DOT1Q') and
15410            'BASE' and
15411            '2T2C' and
15412            ('L2BDMACLRN' or 'L2XCFWD') and
15413            'VHOST_1024' and
15414            not 'VXLAN' and
15415            not 'IP4FWD' and
15416            not '2VM'"
15417   parameters:
15418   - "throughput"
15419   - "parent"
15420   - "tags"
15421   sort:
15422   - "L2BDMACLRN"
15423   - "L2BDMACLRN"
15424   - "L2BDMACLRN"
15425   - "L2XCFWD"
15426   - "L2XCFWD"
15427   - "L2XCFWD"
15428   traces:
15429     hoverinfo: "x+y"
15430     boxpoints: "outliers"
15431     whiskerwidth: 0
15432   layout:
15433     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15434     layout: "plot-throughput"
15435
15436 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
15437 - type: "plot"
15438   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15439   algorithm: "plot_performance_box"
15440   output-file-type: ".html"
15441   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15442   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15443   filter: "'NIC_Intel-X710' and
15444            '64B' and
15445            'NDRPDR' and
15446            ('ETH' or 'DOT1Q') and
15447            '1T1C' and
15448            ('L2BDMACLRN' or 'L2XCFWD') and
15449            'VHOST_1024' and
15450            not 'CFS_OPT' and
15451            not 'VXLAN' and
15452            not 'IP4FWD' and
15453            not 'LBOND'"
15454   parameters:
15455   - "throughput"
15456   - "parent"
15457   - "tags"
15458   sort:
15459   - "L2BDMACLRN"
15460   - "L2BDMACLRN"
15461   - "L2BDMACLRN"
15462   - "L2XCFWD"
15463   - "L2XCFWD"
15464   - "L2XCFWD"
15465   traces:
15466     hoverinfo: "x+y"
15467     boxpoints: "outliers"
15468     whiskerwidth: 0
15469   layout:
15470     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15471     layout: "plot-throughput"
15472
15473 - type: "plot"
15474   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15475   algorithm: "plot_performance_box"
15476   output-file-type: ".html"
15477   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15478   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15479   filter: "'NIC_Intel-X710' and
15480            '64B' and
15481            'NDRPDR' and
15482            ('ETH' or 'DOT1Q') and
15483            '1T1C' and
15484            ('L2BDMACLRN' or 'L2XCFWD') and
15485            'VHOST_1024' and
15486            not 'CFS_OPT' and
15487            not 'VXLAN' and
15488            not 'IP4FWD' and
15489            not 'LBOND'"
15490   parameters:
15491   - "throughput"
15492   - "parent"
15493   - "tags"
15494   sort:
15495   - "L2BDMACLRN"
15496   - "L2BDMACLRN"
15497   - "L2BDMACLRN"
15498   - "L2XCFWD"
15499   - "L2XCFWD"
15500   - "L2XCFWD"
15501   traces:
15502     hoverinfo: "x+y"
15503     boxpoints: "outliers"
15504     whiskerwidth: 0
15505   layout:
15506     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15507     layout: "plot-throughput"
15508
15509 - type: "plot"
15510   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15511   algorithm: "plot_performance_box"
15512   output-file-type: ".html"
15513   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15514   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15515   filter: "'NIC_Intel-X710' and
15516            '64B' and
15517            'NDRPDR' and
15518            ('ETH' or 'DOT1Q') and
15519            '2T2C' and
15520            ('L2BDMACLRN' or 'L2XCFWD') and
15521            'VHOST_1024' and
15522            not 'CFS_OPT' and
15523            not 'VXLAN' and
15524            not 'IP4FWD' and
15525            not 'LBOND'"
15526   parameters:
15527   - "throughput"
15528   - "parent"
15529   - "tags"
15530   sort:
15531   - "L2BDMACLRN"
15532   - "L2BDMACLRN"
15533   - "L2BDMACLRN"
15534   - "L2XCFWD"
15535   - "L2XCFWD"
15536   - "L2XCFWD"
15537   traces:
15538     hoverinfo: "x+y"
15539     boxpoints: "outliers"
15540     whiskerwidth: 0
15541   layout:
15542     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15543     layout: "plot-throughput"
15544
15545 - type: "plot"
15546   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15547   algorithm: "plot_performance_box"
15548   output-file-type: ".html"
15549   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15550   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15551   filter: "'NIC_Intel-X710' and
15552            '64B' and
15553            'NDRPDR' and
15554            ('ETH' or 'DOT1Q') and
15555            '2T2C' and
15556            ('L2BDMACLRN' or 'L2XCFWD') and
15557            'VHOST_1024' and
15558            not 'CFS_OPT' and
15559            not 'VXLAN' and
15560            not 'IP4FWD' and
15561            not 'LBOND'"
15562   parameters:
15563   - "throughput"
15564   - "parent"
15565   - "tags"
15566   sort:
15567   - "L2BDMACLRN"
15568   - "L2BDMACLRN"
15569   - "L2BDMACLRN"
15570   - "L2XCFWD"
15571   - "L2XCFWD"
15572   - "L2XCFWD"
15573   traces:
15574     hoverinfo: "x+y"
15575     boxpoints: "outliers"
15576     whiskerwidth: 0
15577   layout:
15578     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15579     layout: "plot-throughput"
15580
15581 # Packet Throughput - VPP vhost ip4 3n-skx-x710
15582 - type: "plot"
15583   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15584   algorithm: "plot_performance_box"
15585   output-file-type: ".html"
15586   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15587   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15588   filter: "'NIC_Intel-X710' and
15589            '64B' and
15590            'NDRPDR' and
15591            'ETH' and
15592            'IP4FWD' and
15593            '2T1C' and
15594            'VHOST_1024' and
15595            not 'VXLAN' and
15596            not 'DOT1Q'"
15597   parameters:
15598   - "throughput"
15599   - "parent"
15600   - "tags"
15601   sort:
15602   - "1VM"
15603   - "2VM"
15604   traces:
15605     hoverinfo: "x+y"
15606     boxpoints: "outliers"
15607     whiskerwidth: 0
15608   layout:
15609     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15610     layout: "plot-throughput"
15611
15612 - type: "plot"
15613   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15614   algorithm: "plot_performance_box"
15615   output-file-type: ".html"
15616   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15617   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15618   filter: "'NIC_Intel-X710' and
15619            '64B' and
15620            'NDRPDR' and
15621            'ETH' and
15622            'IP4FWD' and
15623            '4T2C' and
15624            'VHOST_1024' and
15625            not 'VXLAN' and
15626            not 'DOT1Q'"
15627   parameters:
15628   - "throughput"
15629   - "parent"
15630   - "tags"
15631   sort:
15632   - "1VM"
15633   - "2VM"
15634   traces:
15635     hoverinfo: "x+y"
15636     boxpoints: "outliers"
15637     whiskerwidth: 0
15638   layout:
15639     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15640     layout: "plot-throughput"
15641
15642 - type: "plot"
15643   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15644   algorithm: "plot_performance_box"
15645   output-file-type: ".html"
15646   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15647   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15648   filter: "'NIC_Intel-X710' and
15649            '64B' and
15650            'NDRPDR' and
15651            'ETH' and
15652            'IP4FWD' and
15653            '2T1C' and
15654            'VHOST_1024' and
15655            not 'VXLAN' and
15656            not 'DOT1Q'"
15657   parameters:
15658   - "throughput"
15659   - "parent"
15660   - "tags"
15661   sort:
15662   - "1VM"
15663   - "2VM"
15664   traces:
15665     hoverinfo: "x+y"
15666     boxpoints: "outliers"
15667     whiskerwidth: 0
15668   layout:
15669     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15670     layout: "plot-throughput"
15671
15672 - type: "plot"
15673   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15674   algorithm: "plot_performance_box"
15675   output-file-type: ".html"
15676   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15677   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15678   filter: "'NIC_Intel-X710' and
15679            '64B' and
15680            'NDRPDR' and
15681            'ETH' and
15682            'IP4FWD' and
15683            '4T2C' and
15684            'VHOST_1024' and
15685            not 'VXLAN' and
15686            not 'DOT1Q'"
15687   parameters:
15688   - "throughput"
15689   - "parent"
15690   - "tags"
15691   sort:
15692   - "1VM"
15693   - "2VM"
15694   traces:
15695     hoverinfo: "x+y"
15696     boxpoints: "outliers"
15697     whiskerwidth: 0
15698   layout:
15699     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15700     layout: "plot-throughput"
15701
15702 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
15703 - type: "plot"
15704   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15705   algorithm: "plot_performance_box"
15706   output-file-type: ".html"
15707   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15708   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15709   filter: "'NIC_Intel-X710' and
15710            '64B' and
15711            'NDRPDR' and
15712            ('ETH' or 'DOT1Q') and
15713            'BASE' and
15714            '2T1C' and
15715            ('L2BDMACLRN' or 'L2XCFWD') and
15716            'VHOST_1024' and
15717            not 'VXLAN' and
15718            not 'IP4FWD' and
15719            not '2VM'"
15720   parameters:
15721   - "throughput"
15722   - "parent"
15723   - "tags"
15724   sort:
15725   - "L2BDMACLRN"
15726   - "L2BDMACLRN"
15727   - "L2BDMACLRN"
15728   - "L2XCFWD"
15729   - "L2XCFWD"
15730   - "L2XCFWD"
15731   traces:
15732     hoverinfo: "x+y"
15733     boxpoints: "outliers"
15734     whiskerwidth: 0
15735   layout:
15736     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15737     layout: "plot-throughput"
15738
15739 - type: "plot"
15740   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15741   algorithm: "plot_performance_box"
15742   output-file-type: ".html"
15743   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15744   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15745   filter: "'NIC_Intel-X710' and
15746            '64B' and
15747            'NDRPDR' and
15748            ('ETH' or 'DOT1Q') and
15749            'BASE' and
15750            '2T1C' and
15751            ('L2BDMACLRN' or 'L2XCFWD') and
15752            'VHOST_1024' and
15753            not 'VXLAN' and
15754            not 'IP4FWD' and
15755            not '2VM'"
15756   parameters:
15757   - "throughput"
15758   - "parent"
15759   - "tags"
15760   sort:
15761   - "L2BDMACLRN"
15762   - "L2BDMACLRN"
15763   - "L2BDMACLRN"
15764   - "L2XCFWD"
15765   - "L2XCFWD"
15766   - "L2XCFWD"
15767   traces:
15768     hoverinfo: "x+y"
15769     boxpoints: "outliers"
15770     whiskerwidth: 0
15771   layout:
15772     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15773     layout: "plot-throughput"
15774
15775 - type: "plot"
15776   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15777   algorithm: "plot_performance_box"
15778   output-file-type: ".html"
15779   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15780   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15781   filter: "'NIC_Intel-X710' and
15782            '64B' and
15783            'NDRPDR' and
15784            ('ETH' or 'DOT1Q') and
15785            'BASE' and
15786            '4T2C' and
15787            ('L2BDMACLRN' or 'L2XCFWD') and
15788            'VHOST_1024' and
15789            not 'VXLAN' and
15790            not 'IP4FWD' and
15791            not '2VM'"
15792   parameters:
15793   - "throughput"
15794   - "parent"
15795   - "tags"
15796   sort:
15797   - "L2BDMACLRN"
15798   - "L2BDMACLRN"
15799   - "L2BDMACLRN"
15800   - "L2XCFWD"
15801   - "L2XCFWD"
15802   - "L2XCFWD"
15803   traces:
15804     hoverinfo: "x+y"
15805     boxpoints: "outliers"
15806     whiskerwidth: 0
15807   layout:
15808     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15809     layout: "plot-throughput"
15810
15811 - type: "plot"
15812   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15813   algorithm: "plot_performance_box"
15814   output-file-type: ".html"
15815   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15816   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15817   filter: "'NIC_Intel-X710' and
15818            '64B' and
15819            'NDRPDR' and
15820            ('ETH' or 'DOT1Q') and
15821            'BASE' and
15822            '4T2C' and
15823            ('L2BDMACLRN' or 'L2XCFWD') and
15824            'VHOST_1024' and
15825            not 'VXLAN' and
15826            not 'IP4FWD' and
15827            not '2VM'"
15828   parameters:
15829   - "throughput"
15830   - "parent"
15831   - "tags"
15832   sort:
15833   - "L2BDMACLRN"
15834   - "L2BDMACLRN"
15835   - "L2BDMACLRN"
15836   - "L2XCFWD"
15837   - "L2XCFWD"
15838   - "L2XCFWD"
15839   traces:
15840     hoverinfo: "x+y"
15841     boxpoints: "outliers"
15842     whiskerwidth: 0
15843   layout:
15844     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15845     layout: "plot-throughput"
15846
15847 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
15848 - type: "plot"
15849   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15850   algorithm: "plot_performance_box"
15851   output-file-type: ".html"
15852   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15853   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15854   filter: "'NIC_Intel-X710' and
15855            '64B' and
15856            'NDRPDR' and
15857            ('ETH' or 'DOT1Q') and
15858            '2T1C' and
15859            ('L2BDMACLRN' or 'L2XCFWD') and
15860            'VHOST_1024' and
15861            not 'CFS_OPT' and
15862            not 'VXLAN' and
15863            not 'IP4FWD' and
15864            not 'LBOND'"
15865   parameters:
15866   - "throughput"
15867   - "parent"
15868   - "tags"
15869   sort:
15870   - "L2BDMACLRN"
15871   - "L2BDMACLRN"
15872   - "L2BDMACLRN"
15873   - "L2XCFWD"
15874   - "L2XCFWD"
15875   - "L2XCFWD"
15876   traces:
15877     hoverinfo: "x+y"
15878     boxpoints: "outliers"
15879     whiskerwidth: 0
15880   layout:
15881     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15882     layout: "plot-throughput"
15883
15884 - type: "plot"
15885   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15886   algorithm: "plot_performance_box"
15887   output-file-type: ".html"
15888   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15889   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15890   filter: "'NIC_Intel-X710' and
15891            '64B' and
15892            'NDRPDR' and
15893            ('ETH' or 'DOT1Q') and
15894            '2T1C' and
15895            ('L2BDMACLRN' or 'L2XCFWD') and
15896            'VHOST_1024' and
15897            not 'CFS_OPT' and
15898            not 'VXLAN' and
15899            not 'IP4FWD' and
15900            not 'LBOND'"
15901   parameters:
15902   - "throughput"
15903   - "parent"
15904   - "tags"
15905   sort:
15906   - "L2BDMACLRN"
15907   - "L2BDMACLRN"
15908   - "L2BDMACLRN"
15909   - "L2XCFWD"
15910   - "L2XCFWD"
15911   - "L2XCFWD"
15912   traces:
15913     hoverinfo: "x+y"
15914     boxpoints: "outliers"
15915     whiskerwidth: 0
15916   layout:
15917     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15918     layout: "plot-throughput"
15919
15920 - type: "plot"
15921   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15922   algorithm: "plot_performance_box"
15923   output-file-type: ".html"
15924   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15925   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15926   filter: "'NIC_Intel-X710' and
15927            '64B' and
15928            'NDRPDR' and
15929            ('ETH' or 'DOT1Q') and
15930            '4T2C' and
15931            ('L2BDMACLRN' or 'L2XCFWD') and
15932            'VHOST_1024' and
15933            not 'CFS_OPT' and
15934            not 'VXLAN' and
15935            not 'IP4FWD' and
15936            not 'LBOND'"
15937   parameters:
15938   - "throughput"
15939   - "parent"
15940   - "tags"
15941   sort:
15942   - "L2BDMACLRN"
15943   - "L2BDMACLRN"
15944   - "L2BDMACLRN"
15945   - "L2XCFWD"
15946   - "L2XCFWD"
15947   - "L2XCFWD"
15948   traces:
15949     hoverinfo: "x+y"
15950     boxpoints: "outliers"
15951     whiskerwidth: 0
15952   layout:
15953     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15954     layout: "plot-throughput"
15955
15956 - type: "plot"
15957   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15958   algorithm: "plot_performance_box"
15959   output-file-type: ".html"
15960   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15961   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15962   filter: "'NIC_Intel-X710' and
15963            '64B' and
15964            'NDRPDR' and
15965            ('ETH' or 'DOT1Q') and
15966            '4T2C' and
15967            ('L2BDMACLRN' or 'L2XCFWD') and
15968            'VHOST_1024' and
15969            not 'CFS_OPT' and
15970            not 'VXLAN' and
15971            not 'IP4FWD' and
15972            not 'LBOND'"
15973   parameters:
15974   - "throughput"
15975   - "parent"
15976   - "tags"
15977   sort:
15978   - "L2BDMACLRN"
15979   - "L2BDMACLRN"
15980   - "L2BDMACLRN"
15981   - "L2XCFWD"
15982   - "L2XCFWD"
15983   - "L2XCFWD"
15984   traces:
15985     hoverinfo: "x+y"
15986     boxpoints: "outliers"
15987     whiskerwidth: 0
15988   layout:
15989     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15990     layout: "plot-throughput"
15991
15992 # Packet Throughput - VPP vhost ip4 2n-skx-x710
15993 - type: "plot"
15994   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15995   algorithm: "plot_performance_box"
15996   output-file-type: ".html"
15997   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15998   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15999   filter: "'NIC_Intel-X710' and
16000            '64B' and
16001            'NDRPDR' and
16002            'ETH' and
16003            'IP4FWD' and
16004            '2T1C' and
16005            'VHOST_1024' and
16006            not 'VXLAN' and
16007            not 'NF_DENSITY' and
16008            not 'CFS_OPT' and
16009            not 'DOT1Q'"
16010   parameters:
16011   - "throughput"
16012   - "parent"
16013   - "tags"
16014   sort:
16015   - "1VM"
16016   - "2VM"
16017   traces:
16018     hoverinfo: "x+y"
16019     boxpoints: "outliers"
16020     whiskerwidth: 0
16021   layout:
16022     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16023     layout: "plot-throughput"
16024
16025 - type: "plot"
16026   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16027   algorithm: "plot_performance_box"
16028   output-file-type: ".html"
16029   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16030   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16031   filter: "'NIC_Intel-X710' and
16032            '64B' and
16033            'NDRPDR' and
16034            'ETH' and
16035            'IP4FWD' and
16036            '4T2C' and
16037            'VHOST_1024' and
16038            not 'VXLAN' and
16039            not 'NF_DENSITY' and
16040            not 'CFS_OPT' and
16041            not 'DOT1Q'"
16042   parameters:
16043   - "throughput"
16044   - "parent"
16045   - "tags"
16046   sort:
16047   - "1VM"
16048   - "2VM"
16049   traces:
16050     hoverinfo: "x+y"
16051     boxpoints: "outliers"
16052     whiskerwidth: 0
16053   layout:
16054     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16055     layout: "plot-throughput"
16056
16057 - type: "plot"
16058   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16059   algorithm: "plot_performance_box"
16060   output-file-type: ".html"
16061   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16062   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16063   filter: "'NIC_Intel-X710' and
16064            '64B' and
16065            'NDRPDR' and
16066            'ETH' and
16067            'IP4FWD' and
16068            '2T1C' and
16069            'VHOST_1024' and
16070            not 'VXLAN' and
16071            not 'NF_DENSITY' and
16072            not 'CFS_OPT' and
16073            not 'DOT1Q'"
16074   parameters:
16075   - "throughput"
16076   - "parent"
16077   - "tags"
16078   sort:
16079   - "1VM"
16080   - "2VM"
16081   traces:
16082     hoverinfo: "x+y"
16083     boxpoints: "outliers"
16084     whiskerwidth: 0
16085   layout:
16086     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16087     layout: "plot-throughput"
16088
16089 - type: "plot"
16090   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16091   algorithm: "plot_performance_box"
16092   output-file-type: ".html"
16093   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16094   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16095   filter: "'NIC_Intel-X710' and
16096            '64B' and
16097            'NDRPDR' and
16098            'ETH' and
16099            'IP4FWD' and
16100            '4T2C' and
16101            'VHOST_1024' and
16102            not 'VXLAN' and
16103            not 'NF_DENSITY' and
16104            not 'CFS_OPT' and
16105            not 'DOT1Q'"
16106   parameters:
16107   - "throughput"
16108   - "parent"
16109   - "tags"
16110   sort:
16111   - "1VM"
16112   - "2VM"
16113   traces:
16114     hoverinfo: "x+y"
16115     boxpoints: "outliers"
16116     whiskerwidth: 0
16117   layout:
16118     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16119     layout: "plot-throughput"
16120
16121 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
16122 - type: "plot"
16123   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16124   algorithm: "plot_performance_box"
16125   output-file-type: ".html"
16126   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16127   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16128   filter: "'NIC_Intel-X710' and
16129            '64B' and
16130            'NDRPDR' and
16131            ('ETH' or 'DOT1Q') and
16132            'BASE' and
16133            '2T1C' and
16134            ('L2BDMACLRN' or 'L2XCFWD') and
16135            'VHOST_1024' and
16136            not 'VXLAN' and
16137            not 'NF_DENSITY' and
16138            not 'IP4FWD' and
16139            not '2VM'"
16140   parameters:
16141   - "throughput"
16142   - "parent"
16143   - "tags"
16144 #  sort:
16145 #  - "not CFS_OPT"
16146 #  - "L2XCFWD"
16147 #  - "not CFS_OPT"
16148 #  - "CFS_OPT"
16149   traces:
16150     hoverinfo: "x+y"
16151     boxpoints: "outliers"
16152     whiskerwidth: 0
16153   layout:
16154     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16155     layout: "plot-throughput"
16156
16157 - type: "plot"
16158   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16159   algorithm: "plot_performance_box"
16160   output-file-type: ".html"
16161   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16162   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16163   filter: "'NIC_Intel-X710' and
16164            '64B' and
16165            'NDRPDR' and
16166            ('ETH' or 'DOT1Q') and
16167            'BASE' and
16168            '2T1C' and
16169            ('L2BDMACLRN' or 'L2XCFWD') and
16170            'VHOST_1024' and
16171            not 'VXLAN' and
16172            not 'NF_DENSITY' and
16173            not 'IP4FWD' and
16174            not '2VM'"
16175   parameters:
16176   - "throughput"
16177   - "parent"
16178   - "tags"
16179 #  sort:
16180 #  - "not CFS_OPT"
16181 #  - "L2XCFWD"
16182 #  - "not CFS_OPT"
16183 #  - "CFS_OPT"
16184   traces:
16185     hoverinfo: "x+y"
16186     boxpoints: "outliers"
16187     whiskerwidth: 0
16188   layout:
16189     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16190     layout: "plot-throughput"
16191
16192 - type: "plot"
16193   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16194   algorithm: "plot_performance_box"
16195   output-file-type: ".html"
16196   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16197   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16198   filter: "'NIC_Intel-X710' and
16199            '64B' and
16200            'NDRPDR' and
16201            ('ETH' or 'DOT1Q') and
16202            'BASE' and
16203            '4T2C' and
16204            ('L2BDMACLRN' or 'L2XCFWD') and
16205            'VHOST_1024' and
16206            not 'VXLAN' and
16207            not 'NF_DENSITY' and
16208            not 'IP4FWD' and
16209            not '2VM'"
16210   parameters:
16211   - "throughput"
16212   - "parent"
16213   - "tags"
16214 #  sort:
16215 #  - "not CFS_OPT"
16216 #  - "L2XCFWD"
16217 #  - "not CFS_OPT"
16218 #  - "CFS_OPT"
16219   traces:
16220     hoverinfo: "x+y"
16221     boxpoints: "outliers"
16222     whiskerwidth: 0
16223   layout:
16224     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16225     layout: "plot-throughput"
16226
16227 - type: "plot"
16228   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16229   algorithm: "plot_performance_box"
16230   output-file-type: ".html"
16231   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16232   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16233   filter: "'NIC_Intel-X710' and
16234            '64B' and
16235            'NDRPDR' and
16236            ('ETH' or 'DOT1Q') and
16237            'BASE' and
16238            '4T2C' and
16239            ('L2BDMACLRN' or 'L2XCFWD') and
16240            'VHOST_1024' and
16241            not 'VXLAN' and
16242            not 'NF_DENSITY' and
16243            not 'IP4FWD' and
16244            not '2VM'"
16245   parameters:
16246   - "throughput"
16247   - "parent"
16248   - "tags"
16249 #  sort:
16250 #  - "not CFS_OPT"
16251 #  - "L2XCFWD"
16252 #  - "not CFS_OPT"
16253 #  - "CFS_OPT"
16254   traces:
16255     hoverinfo: "x+y"
16256     boxpoints: "outliers"
16257     whiskerwidth: 0
16258   layout:
16259     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16260     layout: "plot-throughput"
16261
16262 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
16263 - type: "plot"
16264   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16265   algorithm: "plot_performance_box"
16266   output-file-type: ".html"
16267   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16268   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16269   filter: "'NIC_Intel-X710' and
16270            '64B' and
16271            'NDRPDR' and
16272            ('ETH' or 'DOT1Q') and
16273            '2T1C' and
16274            ('L2BDMACLRN' or 'L2XCFWD') and
16275            'VHOST_1024' and
16276            not 'CFS_OPT' and
16277            not 'VXLAN' and
16278            not 'NF_DENSITY' and
16279            not 'DOT1Q' and
16280            not 'IP4FWD'"
16281   parameters:
16282   - "throughput"
16283   - "parent"
16284   - "tags"
16285 #  sort:
16286 #  - "1VM"
16287 #  - "L2XCFWD"
16288 #  - "1VM"
16289 #  - "L2BDMACLRN"
16290   traces:
16291     hoverinfo: "x+y"
16292     boxpoints: "outliers"
16293     whiskerwidth: 0
16294   layout:
16295     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16296     layout: "plot-throughput"
16297
16298 - type: "plot"
16299   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16300   algorithm: "plot_performance_box"
16301   output-file-type: ".html"
16302   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16303   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16304   filter: "'NIC_Intel-X710' and
16305            '64B' and
16306            'NDRPDR' and
16307            ('ETH' or 'DOT1Q') and
16308            '2T1C' and
16309            ('L2BDMACLRN' or 'L2XCFWD') and
16310            'VHOST_1024' and
16311            not 'CFS_OPT' and
16312            not 'VXLAN' and
16313            not 'NF_DENSITY' and
16314            not 'DOT1Q' and
16315            not 'IP4FWD'"
16316   parameters:
16317   - "throughput"
16318   - "parent"
16319   - "tags"
16320 #  sort:
16321 #  - "1VM"
16322 #  - "L2XCFWD"
16323 #  - "1VM"
16324 #  - "L2BDMACLRN"
16325   traces:
16326     hoverinfo: "x+y"
16327     boxpoints: "outliers"
16328     whiskerwidth: 0
16329   layout:
16330     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16331     layout: "plot-throughput"
16332
16333 - type: "plot"
16334   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16335   algorithm: "plot_performance_box"
16336   output-file-type: ".html"
16337   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16338   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16339   filter: "'NIC_Intel-X710' and
16340            '64B' and
16341            'NDRPDR' and
16342            ('ETH' or 'DOT1Q') and
16343            '4T2C' and
16344            ('L2BDMACLRN' or 'L2XCFWD') and
16345            'VHOST_1024' and
16346            not 'CFS_OPT' and
16347            not 'VXLAN' and
16348            not 'NF_DENSITY' and
16349            not 'DOT1Q' and
16350            not 'IP4FWD'"
16351   parameters:
16352   - "throughput"
16353   - "parent"
16354   - "tags"
16355 #  sort:
16356 #  - "1VM"
16357 #  - "L2XCFWD"
16358 #  - "1VM"
16359 #  - "L2BDMACLRN"
16360   traces:
16361     hoverinfo: "x+y"
16362     boxpoints: "outliers"
16363     whiskerwidth: 0
16364   layout:
16365     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16366     layout: "plot-throughput"
16367
16368 - type: "plot"
16369   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16370   algorithm: "plot_performance_box"
16371   output-file-type: ".html"
16372   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16373   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16374   filter: "'NIC_Intel-X710' and
16375            '64B' and
16376            'NDRPDR' and
16377            ('ETH' or 'DOT1Q') and
16378            '4T2C' and
16379            ('L2BDMACLRN' or 'L2XCFWD') and
16380            'VHOST_1024' and
16381            not 'CFS_OPT' and
16382            not 'VXLAN' and
16383            not 'NF_DENSITY' and
16384            not 'DOT1Q' and
16385            not 'IP4FWD'"
16386   parameters:
16387   - "throughput"
16388   - "parent"
16389   - "tags"
16390 #  sort:
16391 #  - "1VM"
16392 #  - "L2XCFWD"
16393 #  - "1VM"
16394 #  - "L2BDMACLRN"
16395   traces:
16396     hoverinfo: "x+y"
16397     boxpoints: "outliers"
16398     whiskerwidth: 0
16399   layout:
16400     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16401     layout: "plot-throughput"
16402
16403 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
16404 - type: "plot"
16405   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16406   algorithm: "plot_performance_box"
16407   output-file-type: ".html"
16408   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16409   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16410   filter: "'NIC_Intel-XXV710' and
16411            '64B' and
16412            'NDRPDR' and
16413            'ETH' and
16414            'IP4FWD' and
16415            '2T1C' and
16416            'VHOST_1024' and
16417            not 'VXLAN' and
16418            not 'CFS_OPT' and
16419            not 'DOT1Q'"
16420   parameters:
16421   - "throughput"
16422   - "parent"
16423   - "tags"
16424   sort:
16425   - "1VM"
16426   - "2VM"
16427   traces:
16428     hoverinfo: "x+y"
16429     boxpoints: "outliers"
16430     whiskerwidth: 0
16431   layout:
16432     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16433     layout: "plot-throughput"
16434
16435 - type: "plot"
16436   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16437   algorithm: "plot_performance_box"
16438   output-file-type: ".html"
16439   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16440   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16441   filter: "'NIC_Intel-XXV710' and
16442            '64B' and
16443            'NDRPDR' and
16444            'ETH' and
16445            'IP4FWD' and
16446            '4T2C' and
16447            'VHOST_1024' and
16448            not 'VXLAN' and
16449            not 'CFS_OPT' and
16450            not 'DOT1Q'"
16451   parameters:
16452   - "throughput"
16453   - "parent"
16454   - "tags"
16455   sort:
16456   - "1VM"
16457   - "2VM"
16458   traces:
16459     hoverinfo: "x+y"
16460     boxpoints: "outliers"
16461     whiskerwidth: 0
16462   layout:
16463     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16464     layout: "plot-throughput"
16465
16466 - type: "plot"
16467   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16468   algorithm: "plot_performance_box"
16469   output-file-type: ".html"
16470   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16471   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16472   filter: "'NIC_Intel-XXV710' and
16473            '64B' and
16474            'NDRPDR' and
16475            'ETH' and
16476            'IP4FWD' and
16477            '2T1C' and
16478            'VHOST_1024' and
16479            not 'VXLAN' and
16480            not 'CFS_OPT' and
16481            not 'DOT1Q'"
16482   parameters:
16483   - "throughput"
16484   - "parent"
16485   - "tags"
16486   sort:
16487   - "1VM"
16488   - "2VM"
16489   traces:
16490     hoverinfo: "x+y"
16491     boxpoints: "outliers"
16492     whiskerwidth: 0
16493   layout:
16494     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16495     layout: "plot-throughput"
16496
16497 - type: "plot"
16498   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16499   algorithm: "plot_performance_box"
16500   output-file-type: ".html"
16501   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16502   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16503   filter: "'NIC_Intel-XXV710' and
16504            '64B' and
16505            'NDRPDR' and
16506            'ETH' and
16507            'IP4FWD' and
16508            '4T2C' and
16509            'VHOST_1024' and
16510            not 'VXLAN' and
16511            not 'CFS_OPT' and
16512            not 'DOT1Q'"
16513   parameters:
16514   - "throughput"
16515   - "parent"
16516   - "tags"
16517   sort:
16518   - "1VM"
16519   - "2VM"
16520   traces:
16521     hoverinfo: "x+y"
16522     boxpoints: "outliers"
16523     whiskerwidth: 0
16524   layout:
16525     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16526     layout: "plot-throughput"
16527
16528 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
16529 #- type: "plot"
16530 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16531 #  algorithm: "plot_performance_box"
16532 #  output-file-type: ".html"
16533 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16534 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16535 #  filter: "'NIC_Intel-XXV710' and
16536 #           '64B' and
16537 #           'NDRPDR' and
16538 #           ('ETH' or 'DOT1Q') and
16539 #           'BASE' and
16540 #           '2T1C' and
16541 #           ('L2BDMACLRN' or 'L2XCFWD') and
16542 #           'VHOST_1024' and
16543 #           not 'VXLAN' and
16544 #           not 'IP4FWD' and
16545 #           not '2VM'"
16546 #  parameters:
16547 #  - "throughput"
16548 #  - "parent"
16549 #  - "tags"
16550 ##  sort:
16551 ##  - "not CFS_OPT"
16552 ##  - "L2XCFWD"
16553 ##  - "not CFS_OPT"
16554 ##  - "CFS_OPT"
16555 #  traces:
16556 #    hoverinfo: "x+y"
16557 #    boxpoints: "outliers"
16558 #    whiskerwidth: 0
16559 #  layout:
16560 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16561 #    layout: "plot-throughput"
16562 #
16563 #- type: "plot"
16564 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16565 #  algorithm: "plot_performance_box"
16566 #  output-file-type: ".html"
16567 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16568 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16569 #  filter: "'NIC_Intel-XXV710' and
16570 #           '64B' and
16571 #           'NDRPDR' and
16572 #           ('ETH' or 'DOT1Q') and
16573 #           'BASE' and
16574 #           '2T1C' and
16575 #           ('L2BDMACLRN' or 'L2XCFWD') and
16576 #           'VHOST_1024' and
16577 #           not 'VXLAN' and
16578 #           not 'IP4FWD' and
16579 #           not '2VM'"
16580 #  parameters:
16581 #  - "throughput"
16582 #  - "parent"
16583 #  - "tags"
16584 ##  sort:
16585 ##  - "not CFS_OPT"
16586 ##  - "L2XCFWD"
16587 ##  - "not CFS_OPT"
16588 ##  - "CFS_OPT"
16589 #  traces:
16590 #    hoverinfo: "x+y"
16591 #    boxpoints: "outliers"
16592 #    whiskerwidth: 0
16593 #  layout:
16594 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16595 #    layout: "plot-throughput"
16596 #
16597 #- type: "plot"
16598 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16599 #  algorithm: "plot_performance_box"
16600 #  output-file-type: ".html"
16601 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16602 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16603 #  filter: "'NIC_Intel-XXV710' and
16604 #           '64B' and
16605 #           'NDRPDR' and
16606 #           ('ETH' or 'DOT1Q') and
16607 #           'BASE' and
16608 #           '4T2C' and
16609 #           ('L2BDMACLRN' or 'L2XCFWD') and
16610 #           'VHOST_1024' and
16611 #           not 'VXLAN' and
16612 #           not 'IP4FWD' and
16613 #           not '2VM'"
16614 #  parameters:
16615 #  - "throughput"
16616 #  - "parent"
16617 #  - "tags"
16618 ##  sort:
16619 ##  - "not CFS_OPT"
16620 ##  - "L2XCFWD"
16621 ##  - "not CFS_OPT"
16622 ##  - "CFS_OPT"
16623 #  traces:
16624 #    hoverinfo: "x+y"
16625 #    boxpoints: "outliers"
16626 #    whiskerwidth: 0
16627 #  layout:
16628 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16629 #    layout: "plot-throughput"
16630 #
16631 #- type: "plot"
16632 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16633 #  algorithm: "plot_performance_box"
16634 #  output-file-type: ".html"
16635 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16636 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16637 #  filter: "'NIC_Intel-XXV710' and
16638 #           '64B' and
16639 #           'NDRPDR' and
16640 #           ('ETH' or 'DOT1Q') and
16641 #           'BASE' and
16642 #           '4T2C' and
16643 #           ('L2BDMACLRN' or 'L2XCFWD') and
16644 #           'VHOST_1024' and
16645 #           not 'VXLAN' and
16646 #           not 'IP4FWD' and
16647 #           not '2VM'"
16648 #  parameters:
16649 #  - "throughput"
16650 #  - "parent"
16651 #  - "tags"
16652 ##  sort:
16653 ##  - "not CFS_OPT"
16654 ##  - "L2XCFWD"
16655 ##  - "not CFS_OPT"
16656 ##  - "CFS_OPT"
16657 #  traces:
16658 #    hoverinfo: "x+y"
16659 #    boxpoints: "outliers"
16660 #    whiskerwidth: 0
16661 #  layout:
16662 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16663 #    layout: "plot-throughput"
16664 #
16665 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
16666 #- type: "plot"
16667 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16668 #  algorithm: "plot_performance_box"
16669 #  output-file-type: ".html"
16670 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16671 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16672 #  filter: "'NIC_Intel-XXV710' and
16673 #           '64B' and
16674 #           'NDRPDR' and
16675 #           ('ETH' or 'DOT1Q') and
16676 #           '2T1C' and
16677 #           ('L2BDMACLRN' or 'L2XCFWD') and
16678 #           'VHOST_1024' and
16679 #           not 'CFS_OPT' and
16680 #           not 'VXLAN' and
16681 #           not 'DOT1Q' and
16682 #           not 'IP4FWD'"
16683 #  parameters:
16684 #  - "throughput"
16685 #  - "parent"
16686 #  - "tags"
16687 ##  sort:
16688 ##  - "1VM"
16689 ##  - "L2XCFWD"
16690 ##  - "1VM"
16691 ##  - "L2BDMACLRN"
16692 #  traces:
16693 #    hoverinfo: "x+y"
16694 #    boxpoints: "outliers"
16695 #    whiskerwidth: 0
16696 #  layout:
16697 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16698 #    layout: "plot-throughput"
16699 #
16700 #- type: "plot"
16701 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16702 #  algorithm: "plot_performance_box"
16703 #  output-file-type: ".html"
16704 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16705 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16706 #  filter: "'NIC_Intel-XXV710' and
16707 #           '64B' and
16708 #           'NDRPDR' and
16709 #           ('ETH' or 'DOT1Q') and
16710 #           '2T1C' and
16711 #           ('L2BDMACLRN' or 'L2XCFWD') and
16712 #           'VHOST_1024' and
16713 #           not 'CFS_OPT' and
16714 #           not 'VXLAN' and
16715 #           not 'DOT1Q' and
16716 #           not 'IP4FWD'"
16717 #  parameters:
16718 #  - "throughput"
16719 #  - "parent"
16720 #  - "tags"
16721 ##  sort:
16722 ##  - "1VM"
16723 ##  - "L2XCFWD"
16724 ##  - "1VM"
16725 ##  - "L2BDMACLRN"
16726 #  traces:
16727 #    hoverinfo: "x+y"
16728 #    boxpoints: "outliers"
16729 #    whiskerwidth: 0
16730 #  layout:
16731 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16732 #    layout: "plot-throughput"
16733 #
16734 #- type: "plot"
16735 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16736 #  algorithm: "plot_performance_box"
16737 #  output-file-type: ".html"
16738 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16739 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16740 #  filter: "'NIC_Intel-XXV710' and
16741 #           '64B' and
16742 #           'NDRPDR' and
16743 #           ('ETH' or 'DOT1Q') and
16744 #           '4T2C' and
16745 #           ('L2BDMACLRN' or 'L2XCFWD') and
16746 #           'VHOST_1024' and
16747 #           not 'CFS_OPT' and
16748 #           not 'VXLAN' and
16749 #           not 'DOT1Q' and
16750 #           not 'IP4FWD'"
16751 #  parameters:
16752 #  - "throughput"
16753 #  - "parent"
16754 #  - "tags"
16755 ##  sort:
16756 ##  - "1VM"
16757 ##  - "L2XCFWD"
16758 ##  - "1VM"
16759 ##  - "L2BDMACLRN"
16760 #  traces:
16761 #    hoverinfo: "x+y"
16762 #    boxpoints: "outliers"
16763 #    whiskerwidth: 0
16764 #  layout:
16765 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16766 #    layout: "plot-throughput"
16767 #
16768 #- type: "plot"
16769 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16770 #  algorithm: "plot_performance_box"
16771 #  output-file-type: ".html"
16772 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16773 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16774 #  filter: "'NIC_Intel-XXV710' and
16775 #           '64B' and
16776 #           'NDRPDR' and
16777 #           ('ETH' or 'DOT1Q') and
16778 #           '4T2C' and
16779 #           ('L2BDMACLRN' or 'L2XCFWD') and
16780 #           'VHOST_1024' and
16781 #           not 'CFS_OPT' and
16782 #           not 'VXLAN' and
16783 #           not 'DOT1Q' and
16784 #           not 'IP4FWD'"
16785 #  parameters:
16786 #  - "throughput"
16787 #  - "parent"
16788 #  - "tags"
16789 ##  sort:
16790 ##  - "1VM"
16791 ##  - "L2XCFWD"
16792 ##  - "1VM"
16793 ##  - "L2BDMACLRN"
16794 #  traces:
16795 #    hoverinfo: "x+y"
16796 #    boxpoints: "outliers"
16797 #    whiskerwidth: 0
16798 #  layout:
16799 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16800 #    layout: "plot-throughput"
16801
16802 ################################################################################
16803
16804 # Packet Throughput - VPP VTS 3n-hsw-x520
16805 - type: "plot"
16806   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
16807   algorithm: "plot_performance_box"
16808   output-file-type: ".html"
16809   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
16810   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16811   filter: "'NIC_Intel-X520-DA2' and
16812            '114B' and
16813            'NDRPDR' and
16814            '1T1C' and
16815            'VTS'"
16816   parameters:
16817   - "throughput"
16818   - "parent"
16819   - "tags"
16820   traces:
16821     hoverinfo: "x+y"
16822     boxpoints: "outliers"
16823     whiskerwidth: 0
16824   layout:
16825     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
16826     layout: "plot-throughput"
16827
16828 - type: "plot"
16829   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
16830   algorithm: "plot_performance_box"
16831   output-file-type: ".html"
16832   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
16833   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16834   filter: "'NIC_Intel-X520-DA2' and
16835            '114B' and
16836            'NDRPDR' and
16837            '2T2C' and
16838            'VTS'"
16839   parameters:
16840   - "throughput"
16841   - "parent"
16842   - "tags"
16843   traces:
16844     hoverinfo: "x+y"
16845     boxpoints: "outliers"
16846     whiskerwidth: 0
16847   layout:
16848     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
16849     layout: "plot-throughput"
16850
16851 - type: "plot"
16852   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
16853   algorithm: "plot_performance_box"
16854   output-file-type: ".html"
16855   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
16856   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16857   filter: "'NIC_Intel-X520-DA2' and
16858            '114B' and
16859            'NDRPDR' and
16860            '1T1C' and
16861            'VTS'"
16862   parameters:
16863   - "throughput"
16864   - "parent"
16865   - "tags"
16866   traces:
16867     hoverinfo: "x+y"
16868     boxpoints: "outliers"
16869     whiskerwidth: 0
16870   layout:
16871     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
16872     layout: "plot-throughput"
16873
16874 - type: "plot"
16875   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
16876   algorithm: "plot_performance_box"
16877   output-file-type: ".html"
16878   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
16879   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16880   filter: "'NIC_Intel-X520-DA2' and
16881            '114B' and
16882            'NDRPDR' and
16883            '2T2C' and
16884            'VTS'"
16885   parameters:
16886   - "throughput"
16887   - "parent"
16888   - "tags"
16889   traces:
16890     hoverinfo: "x+y"
16891     boxpoints: "outliers"
16892     whiskerwidth: 0
16893   layout:
16894     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
16895     layout: "plot-throughput"
16896
16897 ################################################################################
16898
16899 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
16900 - type: "plot"
16901   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16902   algorithm: "plot_performance_box"
16903   output-file-type: ".html"
16904   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16905   data: "plot-dpdk-throughput-latency-3n-hsw"
16906   filter: "'NIC_Intel-X520-DA2' and
16907            '64B' and
16908            'BASE' and
16909            'NDRPDR' and
16910            '1T1C' and
16911            'IP4FWD'"
16912   parameters:
16913   - "throughput"
16914   - "parent"
16915   - "tags"
16916   traces:
16917     hoverinfo: "x+y"
16918     boxpoints: "outliers"
16919     whiskerwidth: 0
16920   layout:
16921     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16922     layout: "plot-throughput"
16923
16924 - type: "plot"
16925   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16926   algorithm: "plot_performance_box"
16927   output-file-type: ".html"
16928   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16929   data: "plot-dpdk-throughput-latency-3n-hsw"
16930   filter: "'NIC_Intel-X520-DA2' and
16931            '64B' and
16932            'BASE' and
16933            'NDRPDR' and
16934            '2T2C' and
16935            'IP4FWD'"
16936   parameters:
16937   - "throughput"
16938   - "parent"
16939   - "tags"
16940   traces:
16941     hoverinfo: "x+y"
16942     boxpoints: "outliers"
16943     whiskerwidth: 0
16944   layout:
16945     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16946     layout: "plot-throughput"
16947
16948 - type: "plot"
16949   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16950   algorithm: "plot_performance_box"
16951   output-file-type: ".html"
16952   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16953   data: "plot-dpdk-throughput-latency-3n-hsw"
16954   filter: "'NIC_Intel-X520-DA2' and
16955            '64B' and
16956            'BASE' and
16957            'NDRPDR' and
16958            '1T1C' and
16959            'IP4FWD'"
16960   parameters:
16961   - "throughput"
16962   - "parent"
16963   - "tags"
16964   traces:
16965     hoverinfo: "x+y"
16966     boxpoints: "outliers"
16967     whiskerwidth: 0
16968   layout:
16969     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16970     layout: "plot-throughput"
16971
16972 - type: "plot"
16973   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16974   algorithm: "plot_performance_box"
16975   output-file-type: ".html"
16976   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16977   data: "plot-dpdk-throughput-latency-3n-hsw"
16978   filter: "'NIC_Intel-X520-DA2' and
16979            '64B' and
16980            'BASE' and
16981            'NDRPDR' and
16982            '2T2C' and
16983            'IP4FWD'"
16984   parameters:
16985   - "throughput"
16986   - "parent"
16987   - "tags"
16988   traces:
16989     hoverinfo: "x+y"
16990     boxpoints: "outliers"
16991     whiskerwidth: 0
16992   layout:
16993     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16994     layout: "plot-throughput"
16995
16996 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
16997 - type: "plot"
16998   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16999   algorithm: "plot_performance_box"
17000   output-file-type: ".html"
17001   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17002   data: "plot-dpdk-throughput-latency-3n-hsw"
17003   filter: "'NIC_Intel-X710' and
17004            '64B' and
17005            'BASE' and
17006            'NDRPDR' and
17007            '1T1C' and
17008            'IP4FWD'"
17009   parameters:
17010   - "throughput"
17011   - "parent"
17012   - "tags"
17013   traces:
17014     hoverinfo: "x+y"
17015     boxpoints: "outliers"
17016     whiskerwidth: 0
17017   layout:
17018     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17019     layout: "plot-throughput"
17020
17021 - type: "plot"
17022   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17023   algorithm: "plot_performance_box"
17024   output-file-type: ".html"
17025   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17026   data: "plot-dpdk-throughput-latency-3n-hsw"
17027   filter: "'NIC_Intel-X710' and
17028            '64B' and
17029            'BASE' and
17030            'NDRPDR' and
17031            '2T2C' and
17032            'IP4FWD'"
17033   parameters:
17034   - "throughput"
17035   - "parent"
17036   - "tags"
17037   traces:
17038     hoverinfo: "x+y"
17039     boxpoints: "outliers"
17040     whiskerwidth: 0
17041   layout:
17042     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17043     layout: "plot-throughput"
17044
17045 - type: "plot"
17046   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17047   algorithm: "plot_performance_box"
17048   output-file-type: ".html"
17049   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17050   data: "plot-dpdk-throughput-latency-3n-hsw"
17051   filter: "'NIC_Intel-X710' and
17052            '64B' and
17053            'BASE' and
17054            'NDRPDR' and
17055            '1T1C' and
17056            'IP4FWD'"
17057   parameters:
17058   - "throughput"
17059   - "parent"
17060   - "tags"
17061   traces:
17062     hoverinfo: "x+y"
17063     boxpoints: "outliers"
17064     whiskerwidth: 0
17065   layout:
17066     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17067     layout: "plot-throughput"
17068
17069 - type: "plot"
17070   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17071   algorithm: "plot_performance_box"
17072   output-file-type: ".html"
17073   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17074   data: "plot-dpdk-throughput-latency-3n-hsw"
17075   filter: "'NIC_Intel-X710' and
17076            '64B' and
17077            'BASE' and
17078            'NDRPDR' and
17079            '2T2C' and
17080            'IP4FWD'"
17081   parameters:
17082   - "throughput"
17083   - "parent"
17084   - "tags"
17085   traces:
17086     hoverinfo: "x+y"
17087     boxpoints: "outliers"
17088     whiskerwidth: 0
17089   layout:
17090     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17091     layout: "plot-throughput"
17092
17093 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
17094 - type: "plot"
17095   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17096   algorithm: "plot_performance_box"
17097   output-file-type: ".html"
17098   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17099   data: "plot-dpdk-throughput-latency-3n-hsw"
17100   filter: "'NIC_Intel-XL710' and
17101            '64B' and
17102            'BASE' and
17103            'NDRPDR' and
17104            '1T1C' and
17105            'IP4FWD'"
17106   parameters:
17107   - "throughput"
17108   - "parent"
17109   - "tags"
17110   traces:
17111     hoverinfo: "x+y"
17112     boxpoints: "outliers"
17113     whiskerwidth: 0
17114   layout:
17115     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17116     layout: "plot-throughput"
17117
17118 - type: "plot"
17119   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17120   algorithm: "plot_performance_box"
17121   output-file-type: ".html"
17122   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17123   data: "plot-dpdk-throughput-latency-3n-hsw"
17124   filter: "'NIC_Intel-XL710' and
17125            '64B' and
17126            'BASE' and
17127            'NDRPDR' and
17128            '2T2C' and
17129            'IP4FWD'"
17130   parameters:
17131   - "throughput"
17132   - "parent"
17133   - "tags"
17134   traces:
17135     hoverinfo: "x+y"
17136     boxpoints: "outliers"
17137     whiskerwidth: 0
17138   layout:
17139     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17140     layout: "plot-throughput"
17141
17142 - type: "plot"
17143   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17144   algorithm: "plot_performance_box"
17145   output-file-type: ".html"
17146   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17147   data: "plot-dpdk-throughput-latency-3n-hsw"
17148   filter: "'NIC_Intel-XL710' and
17149            '64B' and
17150            'BASE' and
17151            'NDRPDR' and
17152            '1T1C' and
17153            'IP4FWD'"
17154   parameters:
17155   - "throughput"
17156   - "parent"
17157   - "tags"
17158   traces:
17159     hoverinfo: "x+y"
17160     boxpoints: "outliers"
17161     whiskerwidth: 0
17162   layout:
17163     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17164     layout: "plot-throughput"
17165
17166 - type: "plot"
17167   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17168   algorithm: "plot_performance_box"
17169   output-file-type: ".html"
17170   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17171   data: "plot-dpdk-throughput-latency-3n-hsw"
17172   filter: "'NIC_Intel-XL710' and
17173            '64B' and
17174            'BASE' and
17175            'NDRPDR' and
17176            '2T2C' and
17177            'IP4FWD'"
17178   parameters:
17179   - "throughput"
17180   - "parent"
17181   - "tags"
17182   traces:
17183     hoverinfo: "x+y"
17184     boxpoints: "outliers"
17185     whiskerwidth: 0
17186   layout:
17187     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17188     layout: "plot-throughput"
17189
17190 # Packet Throughput - DPDK l3fwd 3n-skx-x710
17191 - type: "plot"
17192   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17193   algorithm: "plot_performance_box"
17194   output-file-type: ".html"
17195   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17196   data: "plot-dpdk-throughput-latency-3n-skx"
17197   filter: "'NIC_Intel-X710' and
17198            '64B' and
17199            'BASE' and
17200            'NDRPDR' and
17201            '2T1C' and
17202            'IP4FWD'"
17203   parameters:
17204   - "throughput"
17205   - "parent"
17206   - "tags"
17207   traces:
17208     hoverinfo: "x+y"
17209     boxpoints: "outliers"
17210     whiskerwidth: 0
17211   layout:
17212     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17213     layout: "plot-throughput"
17214
17215 - type: "plot"
17216   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17217   algorithm: "plot_performance_box"
17218   output-file-type: ".html"
17219   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17220   data: "plot-dpdk-throughput-latency-3n-skx"
17221   filter: "'NIC_Intel-X710' and
17222            '64B' and
17223            'BASE' and
17224            'NDRPDR' and
17225            '4T2C' and
17226            'IP4FWD'"
17227   parameters:
17228   - "throughput"
17229   - "parent"
17230   - "tags"
17231   traces:
17232     hoverinfo: "x+y"
17233     boxpoints: "outliers"
17234     whiskerwidth: 0
17235   layout:
17236     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17237     layout: "plot-throughput"
17238
17239 - type: "plot"
17240   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17241   algorithm: "plot_performance_box"
17242   output-file-type: ".html"
17243   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17244   data: "plot-dpdk-throughput-latency-3n-skx"
17245   filter: "'NIC_Intel-X710' and
17246            '64B' and
17247            'BASE' and
17248            'NDRPDR' and
17249            '2T1C' and
17250            'IP4FWD'"
17251   parameters:
17252   - "throughput"
17253   - "parent"
17254   - "tags"
17255   traces:
17256     hoverinfo: "x+y"
17257     boxpoints: "outliers"
17258     whiskerwidth: 0
17259   layout:
17260     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17261     layout: "plot-throughput"
17262
17263 - type: "plot"
17264   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17265   algorithm: "plot_performance_box"
17266   output-file-type: ".html"
17267   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17268   data: "plot-dpdk-throughput-latency-3n-skx"
17269   filter: "'NIC_Intel-X710' and
17270            '64B' and
17271            'BASE' and
17272            'NDRPDR' and
17273            '4T2C' and
17274            'IP4FWD'"
17275   parameters:
17276   - "throughput"
17277   - "parent"
17278   - "tags"
17279   traces:
17280     hoverinfo: "x+y"
17281     boxpoints: "outliers"
17282     whiskerwidth: 0
17283   layout:
17284     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17285     layout: "plot-throughput"
17286
17287 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
17288 - type: "plot"
17289   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17290   algorithm: "plot_performance_box"
17291   output-file-type: ".html"
17292   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17293   data: "plot-dpdk-throughput-latency-3n-skx"
17294   filter: "'NIC_Intel-XXV710' and
17295            '64B' and
17296            'BASE' and
17297            'NDRPDR' and
17298            '2T1C' and
17299            'IP4FWD'"
17300   parameters:
17301   - "throughput"
17302   - "parent"
17303   - "tags"
17304   traces:
17305     hoverinfo: "x+y"
17306     boxpoints: "outliers"
17307     whiskerwidth: 0
17308   layout:
17309     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17310     layout: "plot-throughput"
17311
17312 - type: "plot"
17313   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17314   algorithm: "plot_performance_box"
17315   output-file-type: ".html"
17316   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17317   data: "plot-dpdk-throughput-latency-3n-skx"
17318   filter: "'NIC_Intel-XXV710' and
17319            '64B' and
17320            'BASE' and
17321            'NDRPDR' and
17322            '4T2C' and
17323            'IP4FWD'"
17324   parameters:
17325   - "throughput"
17326   - "parent"
17327   - "tags"
17328   traces:
17329     hoverinfo: "x+y"
17330     boxpoints: "outliers"
17331     whiskerwidth: 0
17332   layout:
17333     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17334     layout: "plot-throughput"
17335
17336 - type: "plot"
17337   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17338   algorithm: "plot_performance_box"
17339   output-file-type: ".html"
17340   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17341   data: "plot-dpdk-throughput-latency-3n-skx"
17342   filter: "'NIC_Intel-XXV710' and
17343            '64B' and
17344            'BASE' and
17345            'NDRPDR' and
17346            '2T1C' and
17347            'IP4FWD'"
17348   parameters:
17349   - "throughput"
17350   - "parent"
17351   - "tags"
17352   traces:
17353     hoverinfo: "x+y"
17354     boxpoints: "outliers"
17355     whiskerwidth: 0
17356   layout:
17357     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17358     layout: "plot-throughput"
17359
17360 - type: "plot"
17361   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17362   algorithm: "plot_performance_box"
17363   output-file-type: ".html"
17364   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17365   data: "plot-dpdk-throughput-latency-3n-skx"
17366   filter: "'NIC_Intel-XXV710' and
17367            '64B' and
17368            'BASE' and
17369            'NDRPDR' and
17370            '4T2C' and
17371            'IP4FWD'"
17372   parameters:
17373   - "throughput"
17374   - "parent"
17375   - "tags"
17376   traces:
17377     hoverinfo: "x+y"
17378     boxpoints: "outliers"
17379     whiskerwidth: 0
17380   layout:
17381     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17382     layout: "plot-throughput"
17383
17384 # Packet Throughput - DPDK l3fwd 2n-skx-x710
17385 - type: "plot"
17386   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17387   algorithm: "plot_performance_box"
17388   output-file-type: ".html"
17389   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17390   data: "plot-dpdk-throughput-latency-2n-skx"
17391   filter: "'NIC_Intel-X710' and
17392            '64B' and
17393            'BASE' and
17394            'NDRPDR' and
17395            '2T1C' and
17396            'IP4FWD'"
17397   parameters:
17398   - "throughput"
17399   - "parent"
17400   - "tags"
17401   traces:
17402     hoverinfo: "x+y"
17403     boxpoints: "outliers"
17404     whiskerwidth: 0
17405   layout:
17406     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17407     layout: "plot-throughput"
17408
17409 - type: "plot"
17410   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17411   algorithm: "plot_performance_box"
17412   output-file-type: ".html"
17413   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17414   data: "plot-dpdk-throughput-latency-2n-skx"
17415   filter: "'NIC_Intel-X710' and
17416            '64B' and
17417            'BASE' and
17418            'NDRPDR' and
17419            '4T2C' and
17420            'IP4FWD'"
17421   parameters:
17422   - "throughput"
17423   - "parent"
17424   - "tags"
17425   traces:
17426     hoverinfo: "x+y"
17427     boxpoints: "outliers"
17428     whiskerwidth: 0
17429   layout:
17430     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17431     layout: "plot-throughput"
17432
17433 - type: "plot"
17434   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17435   algorithm: "plot_performance_box"
17436   output-file-type: ".html"
17437   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17438   data: "plot-dpdk-throughput-latency-2n-skx"
17439   filter: "'NIC_Intel-X710' and
17440            '64B' and
17441            'BASE' and
17442            'NDRPDR' and
17443            '2T1C' and
17444            'IP4FWD'"
17445   parameters:
17446   - "throughput"
17447   - "parent"
17448   - "tags"
17449   traces:
17450     hoverinfo: "x+y"
17451     boxpoints: "outliers"
17452     whiskerwidth: 0
17453   layout:
17454     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17455     layout: "plot-throughput"
17456
17457 - type: "plot"
17458   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17459   algorithm: "plot_performance_box"
17460   output-file-type: ".html"
17461   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17462   data: "plot-dpdk-throughput-latency-2n-skx"
17463   filter: "'NIC_Intel-X710' and
17464            '64B' and
17465            'BASE' and
17466            'NDRPDR' and
17467            '4T2C' and
17468            'IP4FWD'"
17469   parameters:
17470   - "throughput"
17471   - "parent"
17472   - "tags"
17473   traces:
17474     hoverinfo: "x+y"
17475     boxpoints: "outliers"
17476     whiskerwidth: 0
17477   layout:
17478     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17479     layout: "plot-throughput"
17480
17481 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
17482 - type: "plot"
17483   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17484   algorithm: "plot_performance_box"
17485   output-file-type: ".html"
17486   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17487   data: "plot-dpdk-throughput-latency-2n-skx"
17488   filter: "'NIC_Intel-XXV710' and
17489            '64B' and
17490            'BASE' and
17491            'NDRPDR' and
17492            '2T1C' and
17493            'IP4FWD'"
17494   parameters:
17495   - "throughput"
17496   - "parent"
17497   - "tags"
17498   traces:
17499     hoverinfo: "x+y"
17500     boxpoints: "outliers"
17501     whiskerwidth: 0
17502   layout:
17503     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17504     layout: "plot-throughput"
17505
17506 - type: "plot"
17507   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17508   algorithm: "plot_performance_box"
17509   output-file-type: ".html"
17510   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17511   data: "plot-dpdk-throughput-latency-2n-skx"
17512   filter: "'NIC_Intel-XXV710' and
17513            '64B' and
17514            'BASE' and
17515            'NDRPDR' and
17516            '4T2C' and
17517            'IP4FWD'"
17518   parameters:
17519   - "throughput"
17520   - "parent"
17521   - "tags"
17522   traces:
17523     hoverinfo: "x+y"
17524     boxpoints: "outliers"
17525     whiskerwidth: 0
17526   layout:
17527     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17528     layout: "plot-throughput"
17529
17530 - type: "plot"
17531   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17532   algorithm: "plot_performance_box"
17533   output-file-type: ".html"
17534   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17535   data: "plot-dpdk-throughput-latency-2n-skx"
17536   filter: "'NIC_Intel-XXV710' and
17537            '64B' and
17538            'BASE' and
17539            'NDRPDR' and
17540            '2T1C' and
17541            'IP4FWD'"
17542   parameters:
17543   - "throughput"
17544   - "parent"
17545   - "tags"
17546   traces:
17547     hoverinfo: "x+y"
17548     boxpoints: "outliers"
17549     whiskerwidth: 0
17550   layout:
17551     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17552     layout: "plot-throughput"
17553
17554 - type: "plot"
17555   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17556   algorithm: "plot_performance_box"
17557   output-file-type: ".html"
17558   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17559   data: "plot-dpdk-throughput-latency-2n-skx"
17560   filter: "'NIC_Intel-XXV710' and
17561            '64B' and
17562            'BASE' and
17563            'NDRPDR' and
17564            '4T2C' and
17565            'IP4FWD'"
17566   parameters:
17567   - "throughput"
17568   - "parent"
17569   - "tags"
17570   traces:
17571     hoverinfo: "x+y"
17572     boxpoints: "outliers"
17573     whiskerwidth: 0
17574   layout:
17575     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17576     layout: "plot-throughput"
17577
17578 ################################################################################
17579
17580 # Packet Throughput - DPDK testpmd 3n-hsw-x520
17581 - type: "plot"
17582   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17583   algorithm: "plot_performance_box"
17584   output-file-type: ".html"
17585   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17586   data: "plot-dpdk-throughput-latency-3n-hsw"
17587   filter: "'NIC_Intel-X520-DA2' and
17588            '64B' and
17589            'BASE' and
17590            'NDRPDR' and
17591            '1T1C' and
17592            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17593   parameters:
17594   - "throughput"
17595   - "parent"
17596   - "tags"
17597   traces:
17598     hoverinfo: "x+y"
17599     boxpoints: "outliers"
17600     whiskerwidth: 0
17601   layout:
17602     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17603     layout: "plot-throughput"
17604
17605 - type: "plot"
17606   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17607   algorithm: "plot_performance_box"
17608   output-file-type: ".html"
17609   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17610   data: "plot-dpdk-throughput-latency-3n-hsw"
17611   filter: "'NIC_Intel-X520-DA2' and
17612            '64B' and
17613            'BASE' and
17614            'NDRPDR' and
17615            '2T2C' and
17616            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17617   parameters:
17618   - "throughput"
17619   - "parent"
17620   - "tags"
17621   traces:
17622     hoverinfo: "x+y"
17623     boxpoints: "outliers"
17624     whiskerwidth: 0
17625   layout:
17626     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17627     layout: "plot-throughput"
17628
17629 - type: "plot"
17630   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17631   algorithm: "plot_performance_box"
17632   output-file-type: ".html"
17633   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17634   data: "plot-dpdk-throughput-latency-3n-hsw"
17635   filter: "'NIC_Intel-X520-DA2' and
17636            '64B' and
17637            'BASE' and
17638            'NDRPDR' and
17639            '1T1C' and
17640            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17641   parameters:
17642   - "throughput"
17643   - "parent"
17644   - "tags"
17645   traces:
17646     hoverinfo: "x+y"
17647     boxpoints: "outliers"
17648     whiskerwidth: 0
17649   layout:
17650     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17651     layout: "plot-throughput"
17652
17653 - type: "plot"
17654   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17655   algorithm: "plot_performance_box"
17656   output-file-type: ".html"
17657   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17658   data: "plot-dpdk-throughput-latency-3n-hsw"
17659   filter: "'NIC_Intel-X520-DA2' and
17660            '64B' and
17661            'BASE' and
17662            'NDRPDR' and
17663            '2T2C' and
17664            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17665   parameters:
17666   - "throughput"
17667   - "parent"
17668   - "tags"
17669   traces:
17670     hoverinfo: "x+y"
17671     boxpoints: "outliers"
17672     whiskerwidth: 0
17673   layout:
17674     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17675     layout: "plot-throughput"
17676
17677 # Packet Throughput - DPDK testpmd 3n-hsw-x710
17678 - type: "plot"
17679   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17680   algorithm: "plot_performance_box"
17681   output-file-type: ".html"
17682   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17683   data: "plot-dpdk-throughput-latency-3n-hsw"
17684   filter: "'NIC_Intel-X710' and
17685            '64B' and
17686            'BASE' and
17687            'NDRPDR' and
17688            '1T1C' and
17689            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17690   parameters:
17691   - "throughput"
17692   - "parent"
17693   - "tags"
17694   traces:
17695     hoverinfo: "x+y"
17696     boxpoints: "outliers"
17697     whiskerwidth: 0
17698   layout:
17699     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17700     layout: "plot-throughput"
17701
17702 - type: "plot"
17703   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17704   algorithm: "plot_performance_box"
17705   output-file-type: ".html"
17706   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17707   data: "plot-dpdk-throughput-latency-3n-hsw"
17708   filter: "'NIC_Intel-X710' and
17709            '64B' and
17710            'BASE' and
17711            'NDRPDR' and
17712            '2T2C' and
17713            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17714   parameters:
17715   - "throughput"
17716   - "parent"
17717   - "tags"
17718   traces:
17719     hoverinfo: "x+y"
17720     boxpoints: "outliers"
17721     whiskerwidth: 0
17722   layout:
17723     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17724     layout: "plot-throughput"
17725
17726 - type: "plot"
17727   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17728   algorithm: "plot_performance_box"
17729   output-file-type: ".html"
17730   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17731   data: "plot-dpdk-throughput-latency-3n-hsw"
17732   filter: "'NIC_Intel-X710' and
17733            '64B' and
17734            'BASE' and
17735            'NDRPDR' and
17736            '1T1C' and
17737            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17738   parameters:
17739   - "throughput"
17740   - "parent"
17741   - "tags"
17742   traces:
17743     hoverinfo: "x+y"
17744     boxpoints: "outliers"
17745     whiskerwidth: 0
17746   layout:
17747     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17748     layout: "plot-throughput"
17749
17750 - type: "plot"
17751   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17752   algorithm: "plot_performance_box"
17753   output-file-type: ".html"
17754   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17755   data: "plot-dpdk-throughput-latency-3n-hsw"
17756   filter: "'NIC_Intel-X710' and
17757            '64B' and
17758            'BASE' and
17759            'NDRPDR' and
17760            '2T2C' and
17761            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17762   parameters:
17763   - "throughput"
17764   - "parent"
17765   - "tags"
17766   traces:
17767     hoverinfo: "x+y"
17768     boxpoints: "outliers"
17769     whiskerwidth: 0
17770   layout:
17771     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17772     layout: "plot-throughput"
17773
17774 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
17775 - type: "plot"
17776   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17777   algorithm: "plot_performance_box"
17778   output-file-type: ".html"
17779   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17780   data: "plot-dpdk-throughput-latency-3n-hsw"
17781   filter: "'NIC_Intel-XL710' and
17782            '64B' and
17783            'BASE' and
17784            'NDRPDR' and
17785            '1T1C' and
17786            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17787   parameters:
17788   - "throughput"
17789   - "parent"
17790   - "tags"
17791   traces:
17792     hoverinfo: "x+y"
17793     boxpoints: "outliers"
17794     whiskerwidth: 0
17795   layout:
17796     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17797     layout: "plot-throughput"
17798
17799 - type: "plot"
17800   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17801   algorithm: "plot_performance_box"
17802   output-file-type: ".html"
17803   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17804   data: "plot-dpdk-throughput-latency-3n-hsw"
17805   filter: "'NIC_Intel-XL710' and
17806            '64B' and
17807            'BASE' and
17808            'NDRPDR' and
17809            '2T2C' and
17810            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17811   parameters:
17812   - "throughput"
17813   - "parent"
17814   - "tags"
17815   traces:
17816     hoverinfo: "x+y"
17817     boxpoints: "outliers"
17818     whiskerwidth: 0
17819   layout:
17820     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17821     layout: "plot-throughput"
17822
17823 - type: "plot"
17824   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17825   algorithm: "plot_performance_box"
17826   output-file-type: ".html"
17827   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17828   data: "plot-dpdk-throughput-latency-3n-hsw"
17829   filter: "'NIC_Intel-XL710' and
17830            '64B' and
17831            'BASE' and
17832            'NDRPDR' and
17833            '1T1C' and
17834            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17835   parameters:
17836   - "throughput"
17837   - "parent"
17838   - "tags"
17839   traces:
17840     hoverinfo: "x+y"
17841     boxpoints: "outliers"
17842     whiskerwidth: 0
17843   layout:
17844     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17845     layout: "plot-throughput"
17846
17847 - type: "plot"
17848   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17849   algorithm: "plot_performance_box"
17850   output-file-type: ".html"
17851   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17852   data: "plot-dpdk-throughput-latency-3n-hsw"
17853   filter: "'NIC_Intel-XL710' and
17854            '64B' and
17855            'BASE' and
17856            'NDRPDR' and
17857            '2T2C' and
17858            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17859   parameters:
17860   - "throughput"
17861   - "parent"
17862   - "tags"
17863   traces:
17864     hoverinfo: "x+y"
17865     boxpoints: "outliers"
17866     whiskerwidth: 0
17867   layout:
17868     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17869     layout: "plot-throughput"
17870
17871 # Packet Throughput - DPDK testpmd 3n-skx-x710
17872 - type: "plot"
17873   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17874   algorithm: "plot_performance_box"
17875   output-file-type: ".html"
17876   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17877   data: "plot-dpdk-throughput-latency-3n-skx"
17878   filter: "'NIC_Intel-X710' and
17879            '64B' and
17880            'BASE' and
17881            'NDRPDR' and
17882            '2T1C' and
17883            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17884   parameters:
17885   - "throughput"
17886   - "parent"
17887   - "tags"
17888   traces:
17889     hoverinfo: "x+y"
17890     boxpoints: "outliers"
17891     whiskerwidth: 0
17892   layout:
17893     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17894     layout: "plot-throughput"
17895
17896 - type: "plot"
17897   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17898   algorithm: "plot_performance_box"
17899   output-file-type: ".html"
17900   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17901   data: "plot-dpdk-throughput-latency-3n-skx"
17902   filter: "'NIC_Intel-X710' and
17903            '64B' and
17904            'BASE' and
17905            'NDRPDR' and
17906            '4T2C' and
17907            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17908   parameters:
17909   - "throughput"
17910   - "parent"
17911   - "tags"
17912   traces:
17913     hoverinfo: "x+y"
17914     boxpoints: "outliers"
17915     whiskerwidth: 0
17916   layout:
17917     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17918     layout: "plot-throughput"
17919
17920 - type: "plot"
17921   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17922   algorithm: "plot_performance_box"
17923   output-file-type: ".html"
17924   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17925   data: "plot-dpdk-throughput-latency-3n-skx"
17926   filter: "'NIC_Intel-X710' and
17927            '64B' and
17928            'BASE' and
17929            'NDRPDR' and
17930            '2T1C' and
17931            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17932   parameters:
17933   - "throughput"
17934   - "parent"
17935   - "tags"
17936   traces:
17937     hoverinfo: "x+y"
17938     boxpoints: "outliers"
17939     whiskerwidth: 0
17940   layout:
17941     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17942     layout: "plot-throughput"
17943
17944 - type: "plot"
17945   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17946   algorithm: "plot_performance_box"
17947   output-file-type: ".html"
17948   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17949   data: "plot-dpdk-throughput-latency-3n-skx"
17950   filter: "'NIC_Intel-X710' and
17951            '64B' and
17952            'BASE' and
17953            'NDRPDR' and
17954            '4T2C' and
17955            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17956   parameters:
17957   - "throughput"
17958   - "parent"
17959   - "tags"
17960   traces:
17961     hoverinfo: "x+y"
17962     boxpoints: "outliers"
17963     whiskerwidth: 0
17964   layout:
17965     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17966     layout: "plot-throughput"
17967
17968 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
17969 - type: "plot"
17970   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17971   algorithm: "plot_performance_box"
17972   output-file-type: ".html"
17973   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17974   data: "plot-dpdk-throughput-latency-3n-skx"
17975   filter: "'NIC_Intel-XXV710' and
17976            '64B' and
17977            'BASE' and
17978            'NDRPDR' and
17979            '2T1C' and
17980            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17981   parameters:
17982   - "throughput"
17983   - "parent"
17984   - "tags"
17985   traces:
17986     hoverinfo: "x+y"
17987     boxpoints: "outliers"
17988     whiskerwidth: 0
17989   layout:
17990     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17991     layout: "plot-throughput"
17992
17993 - type: "plot"
17994   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17995   algorithm: "plot_performance_box"
17996   output-file-type: ".html"
17997   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17998   data: "plot-dpdk-throughput-latency-3n-skx"
17999   filter: "'NIC_Intel-XXV710' and
18000            '64B' and
18001            'BASE' and
18002            'NDRPDR' and
18003            '4T2C' and
18004            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18005   parameters:
18006   - "throughput"
18007   - "parent"
18008   - "tags"
18009   traces:
18010     hoverinfo: "x+y"
18011     boxpoints: "outliers"
18012     whiskerwidth: 0
18013   layout:
18014     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18015     layout: "plot-throughput"
18016
18017 - type: "plot"
18018   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18019   algorithm: "plot_performance_box"
18020   output-file-type: ".html"
18021   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18022   data: "plot-dpdk-throughput-latency-3n-skx"
18023   filter: "'NIC_Intel-XXV710' and
18024            '64B' and
18025            'BASE' and
18026            'NDRPDR' and
18027            '2T1C' and
18028            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18029   parameters:
18030   - "throughput"
18031   - "parent"
18032   - "tags"
18033   traces:
18034     hoverinfo: "x+y"
18035     boxpoints: "outliers"
18036     whiskerwidth: 0
18037   layout:
18038     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18039     layout: "plot-throughput"
18040
18041 - type: "plot"
18042   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18043   algorithm: "plot_performance_box"
18044   output-file-type: ".html"
18045   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18046   data: "plot-dpdk-throughput-latency-3n-skx"
18047   filter: "'NIC_Intel-XXV710' and
18048            '64B' and
18049            'BASE' and
18050            'NDRPDR' and
18051            '4T2C' and
18052            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18053   parameters:
18054   - "throughput"
18055   - "parent"
18056   - "tags"
18057   traces:
18058     hoverinfo: "x+y"
18059     boxpoints: "outliers"
18060     whiskerwidth: 0
18061   layout:
18062     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18063     layout: "plot-throughput"
18064
18065 # Packet Throughput - DPDK testpmd 2n-skx-x710
18066 - type: "plot"
18067   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18068   algorithm: "plot_performance_box"
18069   output-file-type: ".html"
18070   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18071   data: "plot-dpdk-throughput-latency-2n-skx"
18072   filter: "'NIC_Intel-X710' and
18073            '64B' and
18074            'BASE' and
18075            'NDRPDR' and
18076            '2T1C' and
18077            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18078   parameters:
18079   - "throughput"
18080   - "parent"
18081   - "tags"
18082   traces:
18083     hoverinfo: "x+y"
18084     boxpoints: "outliers"
18085     whiskerwidth: 0
18086   layout:
18087     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18088     layout: "plot-throughput"
18089
18090 - type: "plot"
18091   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18092   algorithm: "plot_performance_box"
18093   output-file-type: ".html"
18094   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18095   data: "plot-dpdk-throughput-latency-2n-skx"
18096   filter: "'NIC_Intel-X710' and
18097            '64B' and
18098            'BASE' and
18099            'NDRPDR' and
18100            '4T2C' and
18101            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18102   parameters:
18103   - "throughput"
18104   - "parent"
18105   - "tags"
18106   traces:
18107     hoverinfo: "x+y"
18108     boxpoints: "outliers"
18109     whiskerwidth: 0
18110   layout:
18111     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18112     layout: "plot-throughput"
18113
18114 - type: "plot"
18115   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18116   algorithm: "plot_performance_box"
18117   output-file-type: ".html"
18118   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18119   data: "plot-dpdk-throughput-latency-2n-skx"
18120   filter: "'NIC_Intel-X710' and
18121            '64B' and
18122            'BASE' and
18123            'NDRPDR' and
18124            '2T1C' and
18125            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18126   parameters:
18127   - "throughput"
18128   - "parent"
18129   - "tags"
18130   traces:
18131     hoverinfo: "x+y"
18132     boxpoints: "outliers"
18133     whiskerwidth: 0
18134   layout:
18135     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18136     layout: "plot-throughput"
18137
18138 - type: "plot"
18139   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18140   algorithm: "plot_performance_box"
18141   output-file-type: ".html"
18142   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18143   data: "plot-dpdk-throughput-latency-2n-skx"
18144   filter: "'NIC_Intel-X710' and
18145            '64B' and
18146            'BASE' and
18147            'NDRPDR' and
18148            '4T2C' and
18149            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18150   parameters:
18151   - "throughput"
18152   - "parent"
18153   - "tags"
18154   traces:
18155     hoverinfo: "x+y"
18156     boxpoints: "outliers"
18157     whiskerwidth: 0
18158   layout:
18159     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18160     layout: "plot-throughput"
18161
18162 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
18163 - type: "plot"
18164   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18165   algorithm: "plot_performance_box"
18166   output-file-type: ".html"
18167   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18168   data: "plot-dpdk-throughput-latency-2n-skx"
18169   filter: "'NIC_Intel-XXV710' and
18170            '64B' and
18171            'BASE' and
18172            'NDRPDR' and
18173            '2T1C' and
18174            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18175   parameters:
18176   - "throughput"
18177   - "parent"
18178   - "tags"
18179   traces:
18180     hoverinfo: "x+y"
18181     boxpoints: "outliers"
18182     whiskerwidth: 0
18183   layout:
18184     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18185     layout: "plot-throughput"
18186
18187 - type: "plot"
18188   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18189   algorithm: "plot_performance_box"
18190   output-file-type: ".html"
18191   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18192   data: "plot-dpdk-throughput-latency-2n-skx"
18193   filter: "'NIC_Intel-XXV710' and
18194            '64B' and
18195            'BASE' and
18196            'NDRPDR' and
18197            '4T2C' and
18198            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18199   parameters:
18200   - "throughput"
18201   - "parent"
18202   - "tags"
18203   traces:
18204     hoverinfo: "x+y"
18205     boxpoints: "outliers"
18206     whiskerwidth: 0
18207   layout:
18208     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18209     layout: "plot-throughput"
18210
18211 - type: "plot"
18212   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18213   algorithm: "plot_performance_box"
18214   output-file-type: ".html"
18215   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18216   data: "plot-dpdk-throughput-latency-2n-skx"
18217   filter: "'NIC_Intel-XXV710' and
18218            '64B' and
18219            'BASE' and
18220            'NDRPDR' and
18221            '2T1C' and
18222            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18223   parameters:
18224   - "throughput"
18225   - "parent"
18226   - "tags"
18227   traces:
18228     hoverinfo: "x+y"
18229     boxpoints: "outliers"
18230     whiskerwidth: 0
18231   layout:
18232     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18233     layout: "plot-throughput"
18234
18235 - type: "plot"
18236   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18237   algorithm: "plot_performance_box"
18238   output-file-type: ".html"
18239   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18240   data: "plot-dpdk-throughput-latency-2n-skx"
18241   filter: "'NIC_Intel-XXV710' and
18242            '64B' and
18243            'BASE' and
18244            'NDRPDR' and
18245            '4T2C' and
18246            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18247   parameters:
18248   - "throughput"
18249   - "parent"
18250   - "tags"
18251   traces:
18252     hoverinfo: "x+y"
18253     boxpoints: "outliers"
18254     whiskerwidth: 0
18255   layout:
18256     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18257     layout: "plot-throughput"
18258
18259 ################################################################################
18260
18261 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
18262 - type: "plot"
18263   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18264   algorithm: "plot_latency_error_bars"
18265   output-file-type: ".html"
18266   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18267   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18268   filter: "'NIC_Intel-X520-DA2' and
18269            '64B' and
18270            ('BASE' or 'SCALE') and
18271            'NDRPDR' and
18272            'ETH' and
18273            '1T1C' and
18274            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18275            not 'VHOST' and
18276            not 'MEMIF'"
18277   parameters:
18278   - "latency"
18279   - "parent"
18280   - "tags"
18281   sort:
18282   - "L2XCFWD"
18283   - "L2PATCH"
18284   - "L2BDMACLRN"
18285   - "FIB_10K"
18286   - "FIB_100K"
18287   - "FIB_1M"
18288   layout:
18289     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18290     layout: "plot-latency"
18291
18292 - type: "plot"
18293   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18294   algorithm: "plot_latency_error_bars"
18295   output-file-type: ".html"
18296   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18297   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18298   filter: "'NIC_Intel-X520-DA2' and
18299            '64B' and
18300            ('BASE' or 'SCALE') and
18301            'NDRPDR' and
18302            'ETH' and
18303            '2T2C' and
18304            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18305            not 'VHOST' and
18306            not 'MEMIF'"
18307   parameters:
18308   - "latency"
18309   - "parent"
18310   - "tags"
18311   sort:
18312   - "L2XCFWD"
18313   - "L2PATCH"
18314   - "L2BDMACLRN"
18315   - "FIB_10K"
18316   - "FIB_100K"
18317   - "FIB_1M"
18318   layout:
18319     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18320     layout: "plot-latency"
18321
18322 # Packet Latency - VPP L2 3n-hsw-x520 features
18323 - type: "plot"
18324   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18325   algorithm: "plot_latency_error_bars"
18326   output-file-type: ".html"
18327   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18328   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18329   filter: "'NIC_Intel-X520-DA2' and
18330            '64B' and
18331            'NDRPDR' and
18332            '1T1C' and
18333            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18334            not 'ACL' and
18335            not 'VHOST' and
18336            not 'MEMIF'"
18337   parameters:
18338   - "latency"
18339   - "parent"
18340   - "tags"
18341   sort:
18342   - "L2XCBASE"    # l2xcbase
18343   - "L2BDBASE"    # l2bdbase
18344   - "L2XCFWD"     # dot1q-l2xcbase
18345   - "L2BDMACLRN"  # dot1q-l2bdbase
18346   layout:
18347     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
18348     layout: "plot-latency"
18349
18350 - type: "plot"
18351   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18352   algorithm: "plot_latency_error_bars"
18353   output-file-type: ".html"
18354   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18355   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18356   filter: "'NIC_Intel-X520-DA2' and
18357            '64B' and
18358            'NDRPDR' and
18359            '2T2C' and
18360            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18361            not 'ACL' and
18362            not 'VHOST' and
18363            not 'MEMIF'"
18364   parameters:
18365   - "latency"
18366   - "parent"
18367   - "tags"
18368   sort:
18369   - "L2XCBASE"    # l2xcbase
18370   - "L2BDBASE"    # l2bdbase
18371   - "L2XCFWD"     # dot1q-l2xcbase
18372   - "L2BDMACLRN"  # dot1q-l2bdbase
18373   layout:
18374     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
18375     layout: "plot-latency"
18376
18377 # Packet Latency - VPP L2 3n-hsw-x520 features-iacl
18378 - type: "plot"
18379   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18380   algorithm: "plot_latency_error_bars"
18381   output-file-type: ".html"
18382   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18383   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18384   filter: "'NIC_Intel-X520-DA2' and
18385            '64B' and
18386            'NDRPDR' and
18387            '1T1C' and
18388            'FEATURE' and
18389            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18390            'IACL' and
18391            ('ACL1' or 'ACL50') and
18392            ('10K_FLOWS' or '10k_FLOWS') and
18393            not 'MACIP' and
18394            not 'VHOST' and
18395            not 'MEMIF'"
18396   parameters:
18397   - "latency"
18398   - "parent"
18399   - "tags"
18400   layout:
18401     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18402     layout: "plot-latency"
18403
18404 - type: "plot"
18405   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18406   algorithm: "plot_latency_error_bars"
18407   output-file-type: ".html"
18408   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18409   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18410   filter: "'NIC_Intel-X520-DA2' and
18411            '64B' and
18412            'NDRPDR' and
18413            '2T2C' and
18414            'FEATURE' and
18415            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18416            'IACL' and
18417            ('ACL1' or 'ACL50') and
18418            ('10K_FLOWS' or '10k_FLOWS') and
18419            not 'MACIP' and
18420            not 'VHOST' and
18421            not 'MEMIF'"
18422   parameters:
18423   - "latency"
18424   - "parent"
18425   - "tags"
18426   layout:
18427     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18428     layout: "plot-latency"
18429
18430 # Packet Latency - VPP L2 3n-hsw-x520 features-oacl
18431 - type: "plot"
18432   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18433   algorithm: "plot_latency_error_bars"
18434   output-file-type: ".html"
18435   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18436   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18437   filter: "'NIC_Intel-X520-DA2' and
18438            '64B' and
18439            'NDRPDR' and
18440            '1T1C' and
18441            'FEATURE' and
18442            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18443            'OACL' and
18444            ('ACL1' or 'ACL50') and
18445            ('10K_FLOWS' or '10k_FLOWS') and
18446            not 'MACIP' and
18447            not 'VHOST' and
18448            not 'MEMIF'"
18449   parameters:
18450   - "latency"
18451   - "parent"
18452   - "tags"
18453   layout:
18454     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
18455     layout: "plot-latency"
18456
18457 - type: "plot"
18458   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18459   algorithm: "plot_latency_error_bars"
18460   output-file-type: ".html"
18461   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18462   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18463   filter: "'NIC_Intel-X520-DA2' and
18464            '64B' and
18465            'NDRPDR' and
18466            '2T2C' and
18467            'FEATURE' and
18468            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18469            'OACL' and
18470            ('ACL1' or 'ACL50') and
18471            ('10K_FLOWS' or '10k_FLOWS') and
18472            not 'MACIP' and
18473            not 'VHOST' and
18474            not 'MEMIF'"
18475   parameters:
18476   - "latency"
18477   - "parent"
18478   - "tags"
18479   layout:
18480     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
18481     layout: "plot-latency"
18482
18483 # Packet Latency - VPP L2 3n-hsw-x520 features-macip
18484 - type: "plot"
18485   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18486   algorithm: "plot_latency_error_bars"
18487   output-file-type: ".html"
18488   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18489   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18490   filter: "'NIC_Intel-X520-DA2' and
18491            '64B' and
18492            'NDRPDR' and
18493            '1T1C' and
18494            'FEATURE' and
18495            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18496            'MACIP' and
18497            ('ACL1' or 'ACL50') and
18498            ('10K_FLOWS' or '10k_FLOWS') and
18499            not 'VHOST' and
18500            not 'MEMIF'"
18501   parameters:
18502   - "latency"
18503   - "parent"
18504   - "tags"
18505   layout:
18506     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
18507     layout: "plot-latency"
18508
18509 - type: "plot"
18510   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18511   algorithm: "plot_latency_error_bars"
18512   output-file-type: ".html"
18513   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18514   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18515   filter: "'NIC_Intel-X520-DA2' and
18516            '64B' and
18517            'NDRPDR' and
18518            '2T2C' and
18519            'FEATURE' and
18520            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18521            'MACIP' and
18522            ('ACL1' or 'ACL50') and
18523            ('10K_FLOWS' or '10k_FLOWS') and
18524            not 'VHOST' and
18525            not 'MEMIF'"
18526   parameters:
18527   - "latency"
18528   - "parent"
18529   - "tags"
18530   layout:
18531     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
18532     layout: "plot-latency"
18533
18534 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
18535 - type: "plot"
18536   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18537   algorithm: "plot_latency_error_bars"
18538   output-file-type: ".html"
18539   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18540   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18541   filter: "'NIC_Intel-X710' and
18542            '64B' and
18543            ('BASE' or 'SCALE') and
18544            'NDRPDR' and
18545            'ETH' and
18546            '1T1C' and
18547            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18548            not 'VHOST' and
18549            not 'MEMIF'"
18550   parameters:
18551   - "latency"
18552   - "parent"
18553   - "tags"
18554   sort:
18555   - "L2PATCH"
18556   - "L2XCFWD"
18557   - "L2BDMACLRN"
18558   - "FIB_10K"
18559   - "FIB_100K"
18560   - "FIB_1M"
18561   layout:
18562     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18563     layout: "plot-latency"
18564
18565 - type: "plot"
18566   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18567   algorithm: "plot_latency_error_bars"
18568   output-file-type: ".html"
18569   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18570   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18571   filter: "'NIC_Intel-X710' and
18572            '64B' and
18573            ('BASE' or 'SCALE') and
18574            'NDRPDR' and
18575            'ETH' and
18576            '2T2C' and
18577            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18578            not 'VHOST' and
18579            not 'MEMIF'"
18580   parameters:
18581   - "latency"
18582   - "parent"
18583   - "tags"
18584   sort:
18585   - "L2PATCH"
18586   - "L2XCFWD"
18587   - "L2BDMACLRN"
18588   - "FIB_10K"
18589   - "FIB_100K"
18590   - "FIB_1M"
18591   layout:
18592     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18593     layout: "plot-latency"
18594
18595 # Packet Latency - VPP L2 3n-hsw-x710 features
18596 - type: "plot"
18597   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18598   algorithm: "plot_latency_error_bars"
18599   output-file-type: ".html"
18600   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18601   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18602   filter: "'NIC_Intel-X710' and
18603            '64B' and
18604            'NDRPDR' and
18605            '1T1C' and
18606            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18607            not 'ACL' and
18608            not 'VHOST' and
18609            not 'L2OVRLAY' and
18610            not 'MEMIF'"
18611   parameters:
18612   - "latency"
18613   - "parent"
18614   - "tags"
18615   sort:
18616   - "L2XCBASE"    # l2xcbase
18617   - "L2BDBASE"    # l2bdbase
18618   - "L2XCFWD"     # dot1q-l2xcbase
18619   - "L2BDMACLRN"  # dot1q-l2bdbase
18620   layout:
18621     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
18622     layout: "plot-latency"
18623
18624 - type: "plot"
18625   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18626   algorithm: "plot_latency_error_bars"
18627   output-file-type: ".html"
18628   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18629   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18630   filter: "'NIC_Intel-X710' and
18631            '64B' and
18632            'NDRPDR' and
18633            '2T2C' and
18634            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18635            not 'ACL' and
18636            not 'VHOST' and
18637            not 'L2OVRLAY' and
18638            not 'MEMIF'"
18639   parameters:
18640   - "latency"
18641   - "parent"
18642   - "tags"
18643   sort:
18644   - "L2XCBASE"    # l2xcbase
18645   - "L2BDBASE"    # l2bdbase
18646   - "L2XCFWD"     # dot1q-l2xcbase
18647   - "L2BDMACLRN"  # dot1q-l2bdbase
18648   layout:
18649     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
18650     layout: "plot-latency"
18651
18652 # Packet Latency - VPP L2 3n-hsw-x710 features-iacl
18653 - type: "plot"
18654   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18655   algorithm: "plot_latency_error_bars"
18656   output-file-type: ".html"
18657   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18658   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18659   filter: "'NIC_Intel-X710' and
18660            '64B' and
18661            'NDRPDR' and
18662            '1T1C' and
18663            'FEATURE' and
18664            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18665            'IACL' and
18666            ('ACL1' or 'ACL50') and
18667            ('10K_FLOWS' or '10k_FLOWS') and
18668            not 'MACIP' and
18669            not 'VHOST' and
18670            not 'MEMIF'"
18671   parameters:
18672   - "latency"
18673   - "parent"
18674   - "tags"
18675   layout:
18676     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
18677     layout: "plot-latency"
18678
18679 - type: "plot"
18680   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18681   algorithm: "plot_latency_error_bars"
18682   output-file-type: ".html"
18683   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18684   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18685   filter: "'NIC_Intel-X710' and
18686            '64B' and
18687            'NDRPDR' and
18688            '2T2C' and
18689            'FEATURE' and
18690            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18691            'IACL' and
18692            ('ACL1' or 'ACL50') and
18693            ('10K_FLOWS' or '10k_FLOWS') and
18694            not 'MACIP' and
18695            not 'VHOST' and
18696            not 'MEMIF'"
18697   parameters:
18698   - "latency"
18699   - "parent"
18700   - "tags"
18701   layout:
18702     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
18703     layout: "plot-latency"
18704
18705 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
18706 - type: "plot"
18707   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18708   algorithm: "plot_latency_error_bars"
18709   output-file-type: ".html"
18710   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18711   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18712   filter: "'NIC_Intel-XL710' and
18713            '64B' and
18714            'BASE' and
18715            'NDRPDR' and
18716            'ETH' and
18717            '1T1C' and
18718            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18719            not 'VHOST' and
18720            not 'MEMIF'"
18721   parameters:
18722   - "latency"
18723   - "parent"
18724   - "tags"
18725   sort:
18726   - "L2PATCH"
18727   - "L2XCFWD"
18728   - "L2BDMACLRN"
18729   layout:
18730     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
18731     layout: "plot-latency"
18732
18733 - type: "plot"
18734   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18735   algorithm: "plot_latency_error_bars"
18736   output-file-type: ".html"
18737   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18738   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18739   filter: "'NIC_Intel-XL710' and
18740            '64B' and
18741            'BASE' and
18742            'NDRPDR' and
18743            'ETH' and
18744            '2T2C' and
18745            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18746            not 'VHOST' and
18747            not 'MEMIF'"
18748   parameters:
18749   - "latency"
18750   - "parent"
18751   - "tags"
18752   sort:
18753   - "L2PATCH"
18754   - "L2XCFWD"
18755   - "L2BDMACLRN"
18756   layout:
18757     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
18758     layout: "plot-latency"
18759
18760 # Packet Latency - VPP L2 3n-skx-x710 base and scale
18761 - type: "plot"
18762   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18763   algorithm: "plot_latency_error_bars"
18764   output-file-type: ".html"
18765   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18766   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18767   filter: "'NIC_Intel-X710' and
18768            '64B' and
18769            ('BASE' or 'SCALE') and
18770            'NDRPDR' and
18771            'ETH' and
18772            '2T1C' and
18773            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18774            not 'VHOST' and
18775            not 'MEMIF' and
18776            not 'DRV_AVF'"
18777   parameters:
18778   - "latency"
18779   - "parent"
18780   - "tags"
18781   sort:
18782   - "L2PATCH"
18783   - "L2XCBASE"
18784   - "BASE"
18785   - "FIB_10K"
18786   - "FIB_100K"
18787   - "FIB_1M"
18788   layout:
18789     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18790     layout: "plot-latency"
18791
18792 - type: "plot"
18793   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18794   algorithm: "plot_latency_error_bars"
18795   output-file-type: ".html"
18796   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18797   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18798   filter: "'NIC_Intel-X710' and
18799            '64B' and
18800            ('BASE' or 'SCALE') and
18801            'NDRPDR' and
18802            'ETH' and
18803            '4T2C' and
18804            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18805            not 'VHOST' and
18806            not 'MEMIF' and
18807            not 'DRV_AVF'"
18808   parameters:
18809   - "latency"
18810   - "parent"
18811   - "tags"
18812   sort:
18813   - "L2PATCH"
18814   - "L2XCBASE"
18815   - "BASE"
18816   - "FIB_10K"
18817   - "FIB_100K"
18818   - "FIB_1M"
18819   layout:
18820     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18821     layout: "plot-latency"
18822
18823 # Packet Latency - VPP L2 3n-skx-x710 features
18824 - type: "plot"
18825   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18826   algorithm: "plot_latency_error_bars"
18827   output-file-type: ".html"
18828   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18829   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18830   filter: "'NIC_Intel-X710' and
18831            '64B' and
18832            'NDRPDR' and
18833            '2T1C' and
18834            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18835            not 'ACL' and
18836            not 'VHOST' and
18837            not 'DRV_AVF' and
18838            not 'L2OVRLAY' and
18839            not 'MEMIF'"
18840   parameters:
18841   - "latency"
18842   - "parent"
18843   - "tags"
18844   sort:
18845   - "L2XCBASE"    # l2xcbase
18846   - "L2BDBASE"    # l2bdbase
18847   - "L2XCFWD"     # dot1q-l2xcbase
18848   - "L2BDMACLRN"  # dot1q-l2bdbase
18849   layout:
18850     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
18851     layout: "plot-latency"
18852
18853 - type: "plot"
18854   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18855   algorithm: "plot_latency_error_bars"
18856   output-file-type: ".html"
18857   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18858   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18859   filter: "'NIC_Intel-X710' and
18860            '64B' and
18861            'NDRPDR' and
18862            '4T2C' and
18863            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18864            not 'ACL' and
18865            not 'VHOST' and
18866            not 'DRV_AVF' and
18867            not 'L2OVRLAY' and
18868            not 'MEMIF'"
18869   parameters:
18870   - "latency"
18871   - "parent"
18872   - "tags"
18873   sort:
18874   - "L2XCBASE"    # l2xcbase
18875   - "L2BDBASE"    # l2bdbase
18876   - "L2XCFWD"     # dot1q-l2xcbase
18877   - "L2BDMACLRN"  # dot1q-l2bdbase
18878   layout:
18879     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
18880     layout: "plot-latency"
18881
18882 # Packet Latency - VPP L2 3n-skx-x710 features-iacl
18883 - type: "plot"
18884   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18885   algorithm: "plot_latency_error_bars"
18886   output-file-type: ".html"
18887   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18888   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18889   filter: "'NIC_Intel-X710' and
18890            '64B' and
18891            'NDRPDR' and
18892            '2T1C' and
18893            'FEATURE' and
18894            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18895            'IACL' and
18896            ('ACL1' or 'ACL50') and
18897            ('10K_FLOWS' or '10k_FLOWS') and
18898            not 'MACIP' and
18899            not 'VHOST' and
18900            not 'MEMIF'"
18901   parameters:
18902   - "latency"
18903   - "parent"
18904   - "tags"
18905   layout:
18906     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
18907     layout: "plot-latency"
18908
18909 - type: "plot"
18910   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18911   algorithm: "plot_latency_error_bars"
18912   output-file-type: ".html"
18913   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18914   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18915   filter: "'NIC_Intel-X710' and
18916            '64B' and
18917            'NDRPDR' and
18918            '4T2C' and
18919            'FEATURE' and
18920            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18921            'IACL' and
18922            ('ACL1' or 'ACL50') and
18923            ('10K_FLOWS' or '10k_FLOWS') and
18924            not 'MACIP' and
18925            not 'VHOST' and
18926            not 'MEMIF'"
18927   parameters:
18928   - "latency"
18929   - "parent"
18930   - "tags"
18931   layout:
18932     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
18933     layout: "plot-latency"
18934
18935 # Packet Latency - VPP L2 3n-skx-xxv710 base
18936 - type: "plot"
18937   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18938   algorithm: "plot_latency_error_bars"
18939   output-file-type: ".html"
18940   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18941   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18942   filter: "'NIC_Intel-XXV710' and
18943            '64B' and
18944            ('BASE' or 'SCALE') and
18945            'NDRPDR' and
18946            'ETH' and
18947            '2T1C' and
18948            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18949            not 'VHOST' and
18950            not 'MEMIF'"
18951   parameters:
18952   - "latency"
18953   - "parent"
18954   - "tags"
18955   sort:
18956   - "L2PATCH"
18957   - "L2PATCH"
18958   - "L2XCBASE"
18959   - "L2BDMACLRN"
18960   layout:
18961     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
18962     layout: "plot-latency"
18963
18964 - type: "plot"
18965   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18966   algorithm: "plot_latency_error_bars"
18967   output-file-type: ".html"
18968   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18969   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18970   filter: "'NIC_Intel-XXV710' and
18971            '64B' and
18972            ('BASE' or 'SCALE') and
18973            'NDRPDR' and
18974            'ETH' and
18975            '4T2C' and
18976            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18977            not 'VHOST' and
18978            not 'MEMIF'"
18979   parameters:
18980   - "latency"
18981   - "parent"
18982   - "tags"
18983   sort:
18984   - "L2PATCH"
18985   - "L2PATCH"
18986   - "L2XCBASE"
18987   - "L2BDMACLRN"
18988   layout:
18989     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
18990     layout: "plot-latency"
18991
18992 # Packet Latency - VPP L2 2n-skx-x710 base and scale
18993 - type: "plot"
18994   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18995   algorithm: "plot_latency_error_bars"
18996   output-file-type: ".html"
18997   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18998   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18999   filter: "'NIC_Intel-X710' and
19000            '64B' and
19001            'ETH' and
19002            ('BASE' or 'SCALE') and
19003            'NDRPDR' and
19004            '2T1C' and
19005            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19006            not 'VHOST' and
19007            not 'MEMIF'"
19008   parameters:
19009   - "latency"
19010   - "parent"
19011   - "tags"
19012   sort:
19013   - "L2PATCH"
19014   - "L2XCBASE"
19015   - "BASE"
19016   - "FIB_10K"
19017   - "FIB_100K"
19018   - "FIB_1M"
19019   layout:
19020     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19021     layout: "plot-latency"
19022
19023 - type: "plot"
19024   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19025   algorithm: "plot_latency_error_bars"
19026   output-file-type: ".html"
19027   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19028   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19029   filter: "'NIC_Intel-X710' and
19030            '64B' and
19031            ('BASE' or 'SCALE') and
19032            'NDRPDR' and
19033            'ETH' and
19034            '4T2C' and
19035            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19036            not 'VHOST' and
19037            not 'MEMIF'"
19038   parameters:
19039   - "latency"
19040   - "parent"
19041   - "tags"
19042   sort:
19043   - "L2PATCH"
19044   - "L2XCBASE"
19045   - "BASE"
19046   - "FIB_10K"
19047   - "FIB_100K"
19048   - "FIB_1M"
19049   layout:
19050     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19051     layout: "plot-latency"
19052
19053 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
19054 - type: "plot"
19055   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19056   algorithm: "plot_latency_error_bars"
19057   output-file-type: ".html"
19058   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19059   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19060   filter: "'NIC_Intel-XXV710' and
19061            '64B' and
19062            ('BASE' or 'SCALE') and
19063            'NDRPDR' and
19064            'ETH' and
19065            '2T1C' and
19066            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19067            not 'VHOST' and
19068            not 'MEMIF'"
19069   parameters:
19070   - "latency"
19071   - "parent"
19072   - "tags"
19073   sort:
19074   - "L2PATCH"
19075   - "L2XCBASE"
19076   - "BASE"
19077   - "FIB_10K"
19078   - "FIB_100K"
19079   - "FIB_1M"
19080   layout:
19081     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19082     layout: "plot-latency"
19083
19084 - type: "plot"
19085   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19086   algorithm: "plot_latency_error_bars"
19087   output-file-type: ".html"
19088   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19089   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19090   filter: "'NIC_Intel-XXV710' and
19091            '64B' and
19092            ('BASE' or 'SCALE') and
19093            'NDRPDR' and
19094            'ETH' and
19095            '4T2C' and
19096            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19097            not 'VHOST' and
19098            not 'MEMIF'"
19099   parameters:
19100   - "latency"
19101   - "parent"
19102   - "tags"
19103   sort:
19104   - "L2PATCH"
19105   - "L2XCBASE"
19106   - "BASE"
19107   - "FIB_10K"
19108   - "FIB_100K"
19109   - "FIB_1M"
19110   layout:
19111     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19112     layout: "plot-latency"
19113
19114 ################################################################################
19115
19116 # Packet Latency - VPP Container Memif 3n-hsw-x520
19117 - type: "plot"
19118   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19119   algorithm: "plot_latency_error_bars"
19120   output-file-type: ".html"
19121   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19122   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19123   filter: "'NIC_Intel-X520-DA2' and
19124            '64B' and
19125            ('BASE' or 'SCALE') and
19126            'NDRPDR' and
19127            '1T1C' and
19128            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19129            not 'VHOST' and
19130            'MEMIF'"
19131   parameters:
19132   - "latency"
19133   - "parent"
19134   - "tags"
19135   sort:
19136   - "L2XCFWD"
19137   - "L2XCFWD"
19138   - "L2XCFWD"
19139   - "L2BDMACLRN"
19140   - "L2BDMACLRN"
19141   - "L2BDMACLRN"
19142   - "IP4FWD"
19143   layout:
19144     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19145     layout: "plot-latency"
19146
19147 - type: "plot"
19148   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19149   algorithm: "plot_latency_error_bars"
19150   output-file-type: ".html"
19151   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19152   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19153   filter: "'NIC_Intel-X520-DA2' and
19154            '64B' and
19155            ('BASE' or 'SCALE') and
19156            'NDRPDR' and
19157            '2T2C' and
19158            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19159            not 'VHOST' and
19160            'MEMIF'"
19161   parameters:
19162   - "latency"
19163   - "parent"
19164   - "tags"
19165   sort:
19166   - "L2XCFWD"
19167   - "L2XCFWD"
19168   - "L2XCFWD"
19169   - "L2BDMACLRN"
19170   - "L2BDMACLRN"
19171   - "L2BDMACLRN"
19172   - "IP4FWD"
19173   layout:
19174     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19175     layout: "plot-latency"
19176
19177 # Packet Latency - VPP Container Memif 3n-hsw-x710
19178 - type: "plot"
19179   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19180   algorithm: "plot_latency_error_bars"
19181   output-file-type: ".html"
19182   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19183   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19184   filter: "'NIC_Intel-X710' and
19185            '64B' and
19186            ('BASE' or 'SCALE') and
19187            'NDRPDR' and
19188            '1T1C' and
19189            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19190            not 'VHOST' and
19191            'MEMIF'"
19192   parameters:
19193   - "latency"
19194   - "parent"
19195   - "tags"
19196   sort:
19197   - "L2XCFWD"
19198   - "L2XCFWD"
19199   - "L2XCFWD"
19200   - "L2BDMACLRN"
19201   - "L2BDMACLRN"
19202   - "L2BDMACLRN"
19203   - "IP4FWD"
19204   layout:
19205     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19206     layout: "plot-latency"
19207
19208 - type: "plot"
19209   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19210   algorithm: "plot_latency_error_bars"
19211   output-file-type: ".html"
19212   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19213   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19214   filter: "'NIC_Intel-X710' and
19215            '64B' and
19216            ('BASE' or 'SCALE') and
19217            'NDRPDR' and
19218            '2T2C' and
19219            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19220            not 'VHOST' and
19221            'MEMIF'"
19222   parameters:
19223   - "latency"
19224   - "parent"
19225   - "tags"
19226   sort:
19227   - "L2XCFWD"
19228   - "L2XCFWD"
19229   - "L2XCFWD"
19230   - "L2BDMACLRN"
19231   - "L2BDMACLRN"
19232   - "L2BDMACLRN"
19233   - "IP4FWD"
19234   layout:
19235     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19236     layout: "plot-latency"
19237
19238 # Packet Latency - VPP Container Memif 3n-hsw-xl710
19239 - type: "plot"
19240   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19241   algorithm: "plot_latency_error_bars"
19242   output-file-type: ".html"
19243   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19244   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19245   filter: "'NIC_Intel-XL710' and
19246            '64B' and
19247            ('BASE' or 'SCALE') and
19248            'NDRPDR' and
19249            '1T1C' and
19250            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19251            not 'VHOST' and
19252            'MEMIF'"
19253   parameters:
19254   - "latency"
19255   - "parent"
19256   - "tags"
19257   sort:
19258   - "L2XCFWD"
19259   - "L2XCFWD"
19260   - "L2XCFWD"
19261   - "L2BDMACLRN"
19262   - "L2BDMACLRN"
19263   - "L2BDMACLRN"
19264   - "IP4FWD"
19265   layout:
19266     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
19267     layout: "plot-latency"
19268
19269 - type: "plot"
19270   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19271   algorithm: "plot_latency_error_bars"
19272   output-file-type: ".html"
19273   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19274   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19275   filter: "'NIC_Intel-XL710' and
19276            '64B' and
19277            ('BASE' or 'SCALE') and
19278            'NDRPDR' and
19279            '2T2C' and
19280            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19281            not 'VHOST' and
19282            'MEMIF'"
19283   parameters:
19284   - "latency"
19285   - "parent"
19286   - "tags"
19287   sort:
19288   - "L2XCFWD"
19289   - "L2XCFWD"
19290   - "L2XCFWD"
19291   - "L2BDMACLRN"
19292   - "L2BDMACLRN"
19293   - "L2BDMACLRN"
19294   - "IP4FWD"
19295   layout:
19296     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
19297     layout: "plot-latency"
19298
19299 # Packet Latency - VPP Container Memif 3n-skx-x710
19300 - type: "plot"
19301   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19302   algorithm: "plot_latency_error_bars"
19303   output-file-type: ".html"
19304   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19305   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19306   filter: "'NIC_Intel-X710' and
19307            '64B' and
19308            ('BASE' or 'SCALE') and
19309            'NDRPDR' and
19310            '2T1C' and
19311            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19312            not 'VHOST' and
19313            'MEMIF'"
19314   parameters:
19315   - "latency"
19316   - "parent"
19317   - "tags"
19318   sort:
19319   - "L2XCFWD"
19320   - "L2XCFWD"
19321   - "L2XCFWD"
19322   - "L2BDMACLRN"
19323   - "L2BDMACLRN"
19324   - "L2BDMACLRN"
19325   - "IP4FWD"
19326   layout:
19327     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
19328     layout: "plot-latency"
19329
19330 - type: "plot"
19331   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19332   algorithm: "plot_latency_error_bars"
19333   output-file-type: ".html"
19334   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19335   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19336   filter: "'NIC_Intel-X710' and
19337            '64B' and
19338            ('BASE' or 'SCALE') and
19339            'NDRPDR' and
19340            '4T2C' and
19341            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19342            not 'VHOST' and
19343            'MEMIF'"
19344   parameters:
19345   - "latency"
19346   - "parent"
19347   - "tags"
19348   sort:
19349   - "L2XCFWD"
19350   - "L2XCFWD"
19351   - "L2XCFWD"
19352   - "L2BDMACLRN"
19353   - "L2BDMACLRN"
19354   - "L2BDMACLRN"
19355   - "IP4FWD"
19356   layout:
19357     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
19358     layout: "plot-latency"
19359
19360 # Packet Latency - VPP Container Memif 2n-skx-x710
19361 - type: "plot"
19362   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19363   algorithm: "plot_latency_error_bars"
19364   output-file-type: ".html"
19365   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19366   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19367   filter: "'NIC_Intel-X710' and
19368            '64B' and
19369            ('BASE' or 'SCALE') and
19370            'NDRPDR' and
19371            '2T1C' and
19372            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19373            not 'VHOST' and
19374            not 'NF_DENSITY' and
19375            'MEMIF'"
19376   parameters:
19377   - "latency"
19378   - "parent"
19379   - "tags"
19380   sort:
19381   - "L2XCFWD"
19382   - "L2XCFWD"
19383   - "L2XCFWD"
19384   - "L2BDMACLRN"
19385   - "L2BDMACLRN"
19386   - "L2BDMACLRN"
19387   - "IP4FWD"
19388   layout:
19389     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
19390     layout: "plot-latency"
19391
19392 - type: "plot"
19393   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19394   algorithm: "plot_latency_error_bars"
19395   output-file-type: ".html"
19396   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19397   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19398   filter: "'NIC_Intel-X710' and
19399            '64B' and
19400            ('BASE' or 'SCALE') and
19401            'NDRPDR' and
19402            '4T2C' and
19403            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19404            not 'VHOST' and
19405            not 'NF_DENSITY' and
19406            'MEMIF'"
19407   parameters:
19408   - "latency"
19409   - "parent"
19410   - "tags"
19411   sort:
19412   - "L2XCFWD"
19413   - "L2XCFWD"
19414   - "L2XCFWD"
19415   - "L2BDMACLRN"
19416   - "L2BDMACLRN"
19417   - "L2BDMACLRN"
19418   - "IP4FWD"
19419   layout:
19420     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
19421     layout: "plot-latency"
19422
19423 ## Packet Latency - VPP Container Memif 2n-skx-xxv710
19424 #- type: "plot"
19425 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19426 #  algorithm: "plot_latency_error_bars"
19427 #  output-file-type: ".html"
19428 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19429 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19430 #  filter: "'NIC_Intel-XXV710' and
19431 #           '64B' and
19432 #           ('BASE' or 'SCALE') and
19433 #           'NDRPDR' and
19434 #           '2T1C' and
19435 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19436 #           not 'VHOST' and
19437 #           'MEMIF'"
19438 #  parameters:
19439 #  - "latency"
19440 #  - "parent"
19441 #  - "tags"
19442 #  sort:
19443 #  - "L2XCFWD"
19444 #  - "L2XCFWD"
19445 #  - "L2XCFWD"
19446 #  - "L2BDMACLRN"
19447 #  - "L2BDMACLRN"
19448 #  - "L2BDMACLRN"
19449 #  - "IP4FWD"
19450 #  layout:
19451 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
19452 #    layout: "plot-latency"
19453 #
19454 #- type: "plot"
19455 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19456 #  algorithm: "plot_latency_error_bars"
19457 #  output-file-type: ".html"
19458 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19459 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19460 #  filter: "'NIC_Intel-XXV710' and
19461 #           '64B' and
19462 #           ('BASE' or 'SCALE') and
19463 #           'NDRPDR' and
19464 #           '4T2C' and
19465 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19466 #           not 'VHOST' and
19467 #           'MEMIF'"
19468 #  parameters:
19469 #  - "latency"
19470 #  - "parent"
19471 #  - "tags"
19472 #  sort:
19473 #  - "L2XCFWD"
19474 #  - "L2XCFWD"
19475 #  - "L2XCFWD"
19476 #  - "L2BDMACLRN"
19477 #  - "L2BDMACLRN"
19478 #  - "L2BDMACLRN"
19479 #  - "IP4FWD"
19480 #  layout:
19481 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
19482 #    layout: "plot-latency"
19483
19484 ################################################################################
19485
19486 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19487 #- type: "plot"
19488 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19489 #  algorithm: "plot_latency_error_bars"
19490 #  output-file-type: ".html"
19491 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19492 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19493 #  filter: "'NIC_Intel-X520-DA2' and
19494 #           '64B' and
19495 #           ('BASE' or 'SCALE') and
19496 #           'NDRPDR' and
19497 #           '1T1C' and
19498 #           'L2XCFWD' and
19499 #           not 'VHOST' and
19500 #           not 'NF_DENSITY' and
19501 #           'MEMIF'"
19502 #  parameters:
19503 #  - "latency"
19504 #  - "parent"
19505 #  - "tags"
19506 #  sort:
19507 #  - "1VNF"
19508 #  - "2VNF"
19509 #  - "4VNF"
19510 #  - "2VNF"
19511 #  - "4VNF"
19512 #  layout:
19513 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19514 #    layout: "plot-latency"
19515 #
19516 #- type: "plot"
19517 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19518 #  algorithm: "plot_latency_error_bars"
19519 #  output-file-type: ".html"
19520 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19521 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19522 #  filter: "'NIC_Intel-X520-DA2' and
19523 #           '64B' and
19524 #           ('BASE' or 'SCALE') and
19525 #           'NDRPDR' and
19526 #           '2T2C' and
19527 #           'L2XCFWD' and
19528 #           not 'VHOST' and
19529 #           not 'NF_DENSITY' and
19530 #           'MEMIF'"
19531 #  parameters:
19532 #  - "latency"
19533 #  - "parent"
19534 #  - "tags"
19535 #  sort:
19536 #  - "1VNF"
19537 #  - "2VNF"
19538 #  - "4VNF"
19539 #  - "2VNF"
19540 #  - "4VNF"
19541 #  layout:
19542 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19543 #    layout: "plot-latency"
19544 #
19545 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19546 #- type: "plot"
19547 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19548 #  algorithm: "plot_latency_error_bars"
19549 #  output-file-type: ".html"
19550 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19551 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19552 #  filter: "'NIC_Intel-X520-DA2' and
19553 #           '64B' and
19554 #           ('BASE' or 'SCALE') and
19555 #           'NDRPDR' and
19556 #           '1T1C' and
19557 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19558 #           not 'VHOST' and
19559 #           not 'NF_DENSITY' and
19560 #           'MEMIF'"
19561 #  parameters:
19562 #  - "latency"
19563 #  - "parent"
19564 #  - "tags"
19565 #  sort:
19566 #  - "1VNF"
19567 #  - "2VNF"
19568 #  - "4VNF"
19569 #  - "2VNF"
19570 #  - "4VNF"
19571 #  layout:
19572 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19573 #    layout: "plot-latency"
19574 #
19575 #- type: "plot"
19576 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19577 #  algorithm: "plot_latency_error_bars"
19578 #  output-file-type: ".html"
19579 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19580 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19581 #  filter: "'NIC_Intel-X520-DA2' and
19582 #           '64B' and
19583 #           ('BASE' or 'SCALE') and
19584 #           'NDRPDR' and
19585 #           '2T2C' and
19586 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19587 #           not 'VHOST' and
19588 #           not 'NF_DENSITY' and
19589 #           'MEMIF'"
19590 #  parameters:
19591 #  - "latency"
19592 #  - "parent"
19593 #  - "tags"
19594 #  sort:
19595 #  - "1VNF"
19596 #  - "2VNF"
19597 #  - "4VNF"
19598 #  - "2VNF"
19599 #  - "4VNF"
19600 #  layout:
19601 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19602 #    layout: "plot-latency"
19603 #
19604 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19605 #- type: "plot"
19606 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19607 #  algorithm: "plot_latency_error_bars"
19608 #  output-file-type: ".html"
19609 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19610 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19611 #  filter: "'NIC_Intel-X710' and
19612 #           '64B' and
19613 #           ('BASE' or 'SCALE') and
19614 #           'NDRPDR' and
19615 #           '1T1C' and
19616 #           'L2XCFWD' and
19617 #           not 'VHOST' and
19618 #           not 'NF_DENSITY' and
19619 #           'MEMIF'"
19620 #  parameters:
19621 #  - "latency"
19622 #  - "parent"
19623 #  - "tags"
19624 #  sort:
19625 #  - "1VNF"
19626 #  - "2VNF"
19627 #  - "4VNF"
19628 #  - "2VNF"
19629 #  - "4VNF"
19630 #  layout:
19631 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19632 #    layout: "plot-latency"
19633 #
19634 #- type: "plot"
19635 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19636 #  algorithm: "plot_latency_error_bars"
19637 #  output-file-type: ".html"
19638 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19639 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19640 #  filter: "'NIC_Intel-X710' and
19641 #           '64B' and
19642 #           ('BASE' or 'SCALE') and
19643 #           'NDRPDR' and
19644 #           '2T2C' and
19645 #           'L2XCFWD' and
19646 #           not 'VHOST' and
19647 #           not 'NF_DENSITY' and
19648 #           'MEMIF'"
19649 #  parameters:
19650 #  - "latency"
19651 #  - "parent"
19652 #  - "tags"
19653 #  sort:
19654 #  - "1VNF"
19655 #  - "2VNF"
19656 #  - "4VNF"
19657 #  - "2VNF"
19658 #  - "4VNF"
19659 #  layout:
19660 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
19661 #    layout: "plot-latency"
19662 #
19663 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
19664 #- type: "plot"
19665 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19666 #  algorithm: "plot_latency_error_bars"
19667 #  output-file-type: ".html"
19668 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19669 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19670 #  filter: "'NIC_Intel-X710' and
19671 #           '64B' and
19672 #           ('BASE' or 'SCALE') and
19673 #           'NDRPDR' and
19674 #           '1T1C' and
19675 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19676 #           not 'VHOST' and
19677 #           not 'NF_DENSITY' and
19678 #           'MEMIF'"
19679 #  parameters:
19680 #  - "latency"
19681 #  - "parent"
19682 #  - "tags"
19683 #  sort:
19684 #  - "1VNF"
19685 #  - "2VNF"
19686 #  - "4VNF"
19687 #  - "2VNF"
19688 #  - "4VNF"
19689 #  layout:
19690 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
19691 #    layout: "plot-latency"
19692 #
19693 #- type: "plot"
19694 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19695 #  algorithm: "plot_latency_error_bars"
19696 #  output-file-type: ".html"
19697 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19698 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19699 #  filter: "'NIC_Intel-X710' and
19700 #           '64B' and
19701 #           ('BASE' or 'SCALE') and
19702 #           'NDRPDR' and
19703 #           '2T2C' and
19704 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19705 #           not 'VHOST' and
19706 #           not 'NF_DENSITY' and
19707 #           'MEMIF'"
19708 #  parameters:
19709 #  - "latency"
19710 #  - "parent"
19711 #  - "tags"
19712 #  sort:
19713 #  - "1VNF"
19714 #  - "2VNF"
19715 #  - "4VNF"
19716 #  - "2VNF"
19717 #  - "4VNF"
19718 #  layout:
19719 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
19720 #    layout: "plot-latency"
19721
19722 ################################################################################
19723
19724 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
19725 - type: "plot"
19726   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19727   algorithm: "plot_latency_error_bars"
19728   output-file-type: ".html"
19729   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19730   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19731   filter: "'NIC_Intel-X520-DA2' and
19732            '64B' and
19733            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19734            'NDRPDR' and
19735            '1T1C' and
19736            'IP4FWD' and
19737            not 'IPSEC' and
19738            not 'DOT1Q' and
19739            not 'VHOST'"
19740   parameters:
19741   - "latency"
19742   - "parent"
19743   - "tags"
19744   sort:
19745   - "DOT1Q"
19746   - "IP4BASE"
19747   - "FIB_20K"
19748   - "FIB_200K"
19749   - "FIB_2M"
19750   layout:
19751     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19752     layout: "plot-latency"
19753
19754 - type: "plot"
19755   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19756   algorithm: "plot_latency_error_bars"
19757   output-file-type: ".html"
19758   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19759   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19760   filter: "'NIC_Intel-X520-DA2' and
19761            '64B' and
19762            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19763            'NDRPDR' and
19764            '2T2C' and
19765            'IP4FWD' and
19766            not 'IPSEC' and
19767            not 'DOT1Q' and
19768            not 'VHOST'"
19769   parameters:
19770   - "latency"
19771   - "parent"
19772   - "tags"
19773   sort:
19774   - "DOT1Q"
19775   - "IP4BASE"
19776   - "FIB_20K"
19777   - "FIB_200K"
19778   - "FIB_2M"
19779   layout:
19780     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19781     layout: "plot-latency"
19782
19783 # Packet Latency - VPP IPv4 3n-hsw-x520 features
19784 - type: "plot"
19785   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19786   algorithm: "plot_latency_error_bars"
19787   output-file-type: ".html"
19788   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19789   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19790   filter: "'NIC_Intel-X520-DA2' and
19791            '64B' and
19792            ('IP4BASE' or
19793             'POLICE_MARK' or
19794             'COPWHLIST' or
19795             ('NAT44' and 'BASE') or
19796             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19797            'NDRPDR' and
19798            '1T1C' and
19799            'IP4FWD' and
19800            not 'IPSEC' and
19801            not 'VHOST'"
19802   parameters:
19803   - "latency"
19804   - "parent"
19805   - "tags"
19806   sort:
19807   - "DOT1Q"
19808   - "IP4BASE"
19809   - "NAT44"
19810   - "POLICE_MARK"
19811   - "COPWHLIST"
19812   - "IACL"
19813   - "OACL"
19814   layout:
19815     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
19816     layout: "plot-latency"
19817
19818 - type: "plot"
19819   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19820   algorithm: "plot_latency_error_bars"
19821   output-file-type: ".html"
19822   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19823   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19824   filter: "'NIC_Intel-X520-DA2' and
19825            '64B' and
19826            ('IP4BASE' or
19827             'POLICE_MARK' or
19828             'COPWHLIST' or
19829             ('NAT44' and 'BASE') or
19830             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19831            'NDRPDR' and
19832            '2T2C' and
19833            'IP4FWD' and
19834            not 'IPSEC' and
19835            not 'VHOST'"
19836   parameters:
19837   - "latency"
19838   - "parent"
19839   - "tags"
19840   sort:
19841   - "DOT1Q"
19842   - "IP4BASE"
19843   - "NAT44"
19844   - "POLICE_MARK"
19845   - "COPWHLIST"
19846   - "IACL"
19847   - "OACL"
19848   layout:
19849     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
19850     layout: "plot-latency"
19851
19852 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
19853 - type: "plot"
19854   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19855   algorithm: "plot_latency_error_bars"
19856   output-file-type: ".html"
19857   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19858   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19859   filter: "'NIC_Intel-X520-DA2' and
19860            '64B' and
19861            'NDRPDR' and
19862            '1T1C' and
19863            'IP4FWD' and
19864            ('NAT44' or 'IP4BASE') and
19865            not 'DOT1Q' and
19866            not 'IPSEC' and
19867            not 'VHOST'"
19868   parameters:
19869   - "latency"
19870   - "parent"
19871   - "tags"
19872   sort:
19873   - "IP4BASE"
19874   - "BASE"
19875   - "SRC_USER_10"
19876   - "SRC_USER_100"
19877   - "SRC_USER_1000"
19878   - "SRC_USER_2000"
19879   layout:
19880     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
19881     layout: "plot-latency"
19882
19883 - type: "plot"
19884   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19885   algorithm: "plot_latency_error_bars"
19886   output-file-type: ".html"
19887   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19888   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19889   filter: "'NIC_Intel-X520-DA2' and
19890            '64B' and
19891            'NDRPDR' and
19892            '2T2C' and
19893            'IP4FWD' and
19894            ('NAT44' or 'IP4BASE') and
19895            not 'DOT1Q' and
19896            not 'IPSEC' and
19897            not 'VHOST'"
19898   parameters:
19899   - "latency"
19900   - "parent"
19901   - "tags"
19902   sort:
19903   - "IP4BASE"
19904   - "BASE"
19905   - "SRC_USER_10"
19906   - "SRC_USER_100"
19907   - "SRC_USER_1000"
19908   - "SRC_USER_2000"
19909   layout:
19910     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
19911     layout: "plot-latency"
19912
19913 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
19914 - type: "plot"
19915   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19916   algorithm: "plot_latency_error_bars"
19917   output-file-type: ".html"
19918   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19919   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19920   filter: "'NIC_Intel-X520-DA2' and
19921            '64B' and
19922            'NDRPDR' and
19923            '1T1C' and
19924            'IP4FWD' and
19925            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19926            not 'IPSEC' and
19927            not 'DOT1Q' and
19928            not 'VHOST'"
19929   parameters:
19930   - "latency"
19931   - "parent"
19932   - "tags"
19933   sort:
19934   - "IP4BASE"
19935   - "ACL_STATELESS"
19936   - "ACL_STATEFUL"
19937   - "ACL_STATELESS"
19938   - "ACL_STATEFUL"
19939   layout:
19940     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
19941     layout: "plot-latency"
19942
19943 - type: "plot"
19944   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19945   algorithm: "plot_latency_error_bars"
19946   output-file-type: ".html"
19947   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19948   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19949   filter: "'NIC_Intel-X520-DA2' and
19950            '64B' and
19951            'NDRPDR' and
19952            '2T2C' and
19953            'IP4FWD' and
19954            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19955            not 'IPSEC' and
19956            not 'DOT1Q' and
19957            not 'VHOST'"
19958   parameters:
19959   - "latency"
19960   - "parent"
19961   - "tags"
19962   sort:
19963   - "IP4BASE"
19964   - "ACL_STATELESS"
19965   - "ACL_STATEFUL"
19966   - "ACL_STATELESS"
19967   - "ACL_STATEFUL"
19968   layout:
19969     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
19970     layout: "plot-latency"
19971
19972 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
19973 - type: "plot"
19974   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19975   algorithm: "plot_latency_error_bars"
19976   output-file-type: ".html"
19977   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19978   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19979   filter: "'NIC_Intel-X520-DA2' and
19980            '64B' and
19981            'NDRPDR' and
19982            '1T1C' and
19983            'IP4FWD' and
19984            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19985            not 'IPSEC' and
19986            not 'DOT1Q' and
19987            not 'VHOST'"
19988   parameters:
19989   - "latency"
19990   - "parent"
19991   - "tags"
19992   sort:
19993   - "IP4BASE"
19994   - "ACL_STATELESS"
19995   - "ACL_STATEFUL"
19996   - "ACL_STATELESS"
19997   - "ACL_STATEFUL"
19998   layout:
19999     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
20000     layout: "plot-latency"
20001
20002 - type: "plot"
20003   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20004   algorithm: "plot_latency_error_bars"
20005   output-file-type: ".html"
20006   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20007   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20008   filter: "'NIC_Intel-X520-DA2' and
20009            '64B' and
20010            'NDRPDR' and
20011            '2T2C' and
20012            'IP4FWD' and
20013            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20014            not 'IPSEC' and
20015            not 'DOT1Q' and
20016            not 'VHOST'"
20017   parameters:
20018   - "latency"
20019   - "parent"
20020   - "tags"
20021   sort:
20022   - "IP4BASE"
20023   - "ACL_STATELESS"
20024   - "ACL_STATEFUL"
20025   - "ACL_STATELESS"
20026   - "ACL_STATEFUL"
20027   layout:
20028     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
20029     layout: "plot-latency"
20030
20031 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
20032 - type: "plot"
20033   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20034   algorithm: "plot_latency_error_bars"
20035   output-file-type: ".html"
20036   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20037   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20038   filter: "'NIC_Intel-X710' and
20039            '64B' and
20040            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20041            'NDRPDR' and
20042            '1T1C' and
20043            'IP4FWD' and
20044            not 'IPSEC' and
20045            not 'DOT1Q' and
20046            not 'VHOST'"
20047   parameters:
20048   - "latency"
20049   - "parent"
20050   - "tags"
20051   sort:
20052   - "IP4BASE"
20053   - "FIB_20K"
20054   - "FIB_200K"
20055   - "FIB_2M"
20056   layout:
20057     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20058     layout: "plot-latency"
20059
20060 - type: "plot"
20061   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20062   algorithm: "plot_latency_error_bars"
20063   output-file-type: ".html"
20064   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20065   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20066   filter: "'NIC_Intel-X710' and
20067            '64B' and
20068            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20069            'NDRPDR' and
20070            '2T2C' and
20071            'IP4FWD' and
20072            not 'IPSEC' and
20073            not 'DOT1Q' and
20074            not 'VHOST'"
20075   parameters:
20076   - "latency"
20077   - "parent"
20078   - "tags"
20079   sort:
20080   - "IP4BASE"
20081   - "FIB_20K"
20082   - "FIB_200K"
20083   - "FIB_2M"
20084   layout:
20085     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20086     layout: "plot-latency"
20087
20088 # Packet Latency - VPP IPv4 3n-hsw-x710 features
20089 - type: "plot"
20090   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20091   algorithm: "plot_latency_error_bars"
20092   output-file-type: ".html"
20093   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20094   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20095   filter: "'NIC_Intel-X710' and
20096            '64B' and
20097            ('IP4BASE' or
20098             'POLICE_MARK' or
20099             'COPWHLIST' or
20100             ('NAT44' and 'BASE') or
20101             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20102            'NDRPDR' and
20103            '1T1C' and
20104            'IP4FWD' and
20105            not 'IPSEC' and
20106            not 'VHOST'"
20107   parameters:
20108   - "latency"
20109   - "parent"
20110   - "tags"
20111   sort:
20112   - "DOT1Q"
20113   - "IP4BASE"
20114   - "NAT44"
20115   - "POLICE_MARK"
20116   - "COPWHLIST"
20117   - "IACL"
20118   - "OACL"
20119   layout:
20120     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20121     layout: "plot-latency"
20122
20123 - type: "plot"
20124   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20125   algorithm: "plot_latency_error_bars"
20126   output-file-type: ".html"
20127   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20128   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20129   filter: "'NIC_Intel-X710' and
20130            '64B' and
20131            ('IP4BASE' or
20132             'POLICE_MARK' or
20133             'COPWHLIST' or
20134             ('NAT44' and 'BASE') or
20135             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20136            'NDRPDR' and
20137            '2T2C' and
20138            'IP4FWD' and
20139            not 'IPSEC' and
20140            not 'VHOST'"
20141   parameters:
20142   - "latency"
20143   - "parent"
20144   - "tags"
20145   sort:
20146   - "DOT1Q"
20147   - "IP4BASE"
20148   - "NAT44"
20149   - "POLICE_MARK"
20150   - "COPWHLIST"
20151   - "IACL"
20152   - "OACL"
20153   layout:
20154     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20155     layout: "plot-latency"
20156
20157 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20158 - type: "plot"
20159   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20160   algorithm: "plot_latency_error_bars"
20161   output-file-type: ".html"
20162   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20163   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20164   filter: "'NIC_Intel-X710' and
20165            '64B' and
20166            'NDRPDR' and
20167            '1T1C' and
20168            'IP4FWD' and
20169            ('NAT44' or 'IP4BASE') and
20170            not 'IPSEC' and
20171            not 'VHOST'"
20172   parameters:
20173   - "latency"
20174   - "parent"
20175   - "tags"
20176   sort:
20177   - "IP4BASE"
20178   - "BASE"
20179   - "SRC_USER_10"
20180   - "SRC_USER_100"
20181   - "SRC_USER_1000"
20182   - "SRC_USER_2000"
20183   layout:
20184     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20185     layout: "plot-latency"
20186
20187 - type: "plot"
20188   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20189   algorithm: "plot_latency_error_bars"
20190   output-file-type: ".html"
20191   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20192   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20193   filter: "'NIC_Intel-X710' and
20194            '64B' and
20195            'NDRPDR' and
20196            '2T2C' and
20197            'IP4FWD' and
20198            ('NAT44' or 'IP4BASE') and
20199            not 'IPSEC' and
20200            not 'VHOST'"
20201   parameters:
20202   - "latency"
20203   - "parent"
20204   - "tags"
20205   sort:
20206   - "IP4BASE"
20207   - "BASE"
20208   - "SRC_USER_10"
20209   - "SRC_USER_100"
20210   - "SRC_USER_1000"
20211   - "SRC_USER_2000"
20212   layout:
20213     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
20214     layout: "plot-latency"
20215
20216 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
20217 - type: "plot"
20218   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20219   algorithm: "plot_latency_error_bars"
20220   output-file-type: ".html"
20221   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20222   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20223   filter: "'NIC_Intel-X710' and
20224            '64B' and
20225            'NDRPDR' and
20226            '1T1C' and
20227            'IP4FWD' and
20228            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20229            not 'IPSEC' and
20230            not 'VHOST'"
20231   parameters:
20232   - "latency"
20233   - "parent"
20234   - "tags"
20235   sort:
20236   - "IP4BASE"
20237   - "ACL_STATELESS"
20238   - "ACL_STATEFUL"
20239   - "ACL_STATELESS"
20240   - "ACL_STATEFUL"
20241   layout:
20242     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
20243     layout: "plot-latency"
20244
20245 - type: "plot"
20246   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20247   algorithm: "plot_latency_error_bars"
20248   output-file-type: ".html"
20249   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20250   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20251   filter: "'NIC_Intel-X710' and
20252            '64B' and
20253            'NDRPDR' and
20254            '2T2C' and
20255            'IP4FWD' and
20256            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20257            not 'IPSEC' and
20258            not 'VHOST'"
20259   parameters:
20260   - "latency"
20261   - "parent"
20262   - "tags"
20263   sort:
20264   - "IP4BASE"
20265   - "ACL_STATELESS"
20266   - "ACL_STATEFUL"
20267   - "ACL_STATELESS"
20268   - "ACL_STATEFUL"
20269   layout:
20270     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20271     layout: "plot-latency"
20272
20273 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20274 - type: "plot"
20275   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20276   algorithm: "plot_latency_error_bars"
20277   output-file-type: ".html"
20278   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20279   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20280   filter: "'NIC_Intel-XL710' and
20281            '64B' and
20282            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20283            'NDRPDR' and
20284            '1T1C' and
20285            'IP4FWD' and
20286            not 'IPSEC' and
20287            not 'VHOST'"
20288   parameters:
20289   - "latency"
20290   - "parent"
20291   - "tags"
20292   sort:
20293   - "IP4BASE"
20294   - "FIB_20K"
20295   - "FIB_200K"
20296   - "FIB_2M"
20297   layout:
20298     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
20299     layout: "plot-latency"
20300
20301 - type: "plot"
20302   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20303   algorithm: "plot_latency_error_bars"
20304   output-file-type: ".html"
20305   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20306   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20307   filter: "'NIC_Intel-XL710' and
20308            '64B' and
20309            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20310            'NDRPDR' and
20311            '2T2C' and
20312            'IP4FWD' and
20313            not 'IPSEC' and
20314            not 'VHOST'"
20315   parameters:
20316   - "latency"
20317   - "parent"
20318   - "tags"
20319   sort:
20320   - "IP4BASE"
20321   - "FIB_20K"
20322   - "FIB_200K"
20323   - "FIB_2M"
20324   layout:
20325     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
20326     layout: "plot-latency"
20327
20328 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20329 - type: "plot"
20330   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20331   algorithm: "plot_latency_error_bars"
20332   output-file-type: ".html"
20333   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20335   filter: "'NIC_Intel-X710' and
20336            '64B' and
20337            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20338            'NDRPDR' and
20339            '2T1C' and
20340            'IP4FWD' and
20341            not 'IPSEC' and
20342            not 'DOT1Q' and
20343            not 'VHOST'"
20344   parameters:
20345   - "latency"
20346   - "parent"
20347   - "tags"
20348   sort:
20349   - "IP4BASE"
20350   - "FIB_20K"
20351   - "FIB_200K"
20352   - "FIB_2M"
20353   layout:
20354     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20355     layout: "plot-latency"
20356
20357 - type: "plot"
20358   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20359   algorithm: "plot_latency_error_bars"
20360   output-file-type: ".html"
20361   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20362   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20363   filter: "'NIC_Intel-X710' and
20364            '64B' and
20365            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20366            'NDRPDR' and
20367            '4T2C' and
20368            'IP4FWD' and
20369            not 'IPSEC' and
20370            not 'DOT1Q' and
20371            not 'VHOST'"
20372   parameters:
20373   - "latency"
20374   - "parent"
20375   - "tags"
20376   sort:
20377   - "IP4BASE"
20378   - "FIB_20K"
20379   - "FIB_200K"
20380   - "FIB_2M"
20381   layout:
20382     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20383     layout: "plot-latency"
20384
20385 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20386 - type: "plot"
20387   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20388   algorithm: "plot_latency_error_bars"
20389   output-file-type: ".html"
20390   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20391   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20392   filter: "'NIC_Intel-X710' and
20393            '64B' and
20394            ('IP4BASE' or
20395             'POLICE_MARK' or
20396             'COPWHLIST' or
20397             ('NAT44' and 'BASE') or
20398             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20399            'NDRPDR' and
20400            '2T1C' and
20401            'IP4FWD' and
20402            not 'IPSEC' and
20403            not 'VHOST'"
20404   parameters:
20405   - "latency"
20406   - "parent"
20407   - "tags"
20408   sort:
20409   - "DOT1Q"
20410   - "IP4BASE"
20411   - "NAT44"
20412   - "POLICE_MARK"
20413   - "COPWHLIST"
20414   - "IACL"
20415   - "OACL"
20416   layout:
20417     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20418     layout: "plot-latency"
20419
20420 - type: "plot"
20421   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20422   algorithm: "plot_latency_error_bars"
20423   output-file-type: ".html"
20424   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20425   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20426   filter: "'NIC_Intel-X710' and
20427            '64B' and
20428            ('IP4BASE' or
20429             'POLICE_MARK' or
20430             'COPWHLIST' or
20431             ('NAT44' and 'BASE') or
20432             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20433            'NDRPDR' and
20434            '4T2C' and
20435            'IP4FWD' and
20436            not 'IPSEC' and
20437            not 'VHOST'"
20438   parameters:
20439   - "latency"
20440   - "parent"
20441   - "tags"
20442   sort:
20443   - "DOT1Q"
20444   - "IP4BASE"
20445   - "NAT44"
20446   - "POLICE_MARK"
20447   - "COPWHLIST"
20448   - "IACL"
20449   - "OACL"
20450   layout:
20451     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20452     layout: "plot-latency"
20453
20454 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20455 - type: "plot"
20456   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20457   algorithm: "plot_latency_error_bars"
20458   output-file-type: ".html"
20459   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20460   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20461   filter: "'NIC_Intel-X710' and
20462            '64B' and
20463            'NDRPDR' and
20464            '2T1C' and
20465            'IP4FWD' and
20466            ('NAT44' or 'IP4BASE') and
20467            not 'IPSEC' and
20468            not 'VHOST'"
20469   parameters:
20470   - "latency"
20471   - "parent"
20472   - "tags"
20473   sort:
20474   - "IP4BASE"
20475   - "BASE"
20476   - "SRC_USER_10"
20477   - "SRC_USER_100"
20478   - "SRC_USER_1000"
20479   - "SRC_USER_2000"
20480   layout:
20481     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20482     layout: "plot-latency"
20483
20484 - type: "plot"
20485   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20486   algorithm: "plot_latency_error_bars"
20487   output-file-type: ".html"
20488   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20489   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20490   filter: "'NIC_Intel-X710' and
20491            '64B' and
20492            'NDRPDR' and
20493            '4T2C' and
20494            'IP4FWD' and
20495            ('NAT44' or 'IP4BASE') and
20496            not 'IPSEC' and
20497            not 'VHOST'"
20498   parameters:
20499   - "latency"
20500   - "parent"
20501   - "tags"
20502   sort:
20503   - "IP4BASE"
20504   - "BASE"
20505   - "SRC_USER_10"
20506   - "SRC_USER_100"
20507   - "SRC_USER_1000"
20508   - "SRC_USER_2000"
20509   layout:
20510     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20511     layout: "plot-latency"
20512
20513 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20514 - type: "plot"
20515   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20516   algorithm: "plot_latency_error_bars"
20517   output-file-type: ".html"
20518   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20519   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20520   filter: "'NIC_Intel-X710' and
20521            '64B' and
20522            'NDRPDR' and
20523            '2T1C' and
20524            'IP4FWD' and
20525            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20526            not 'IPSEC' and
20527            not 'VHOST'"
20528   parameters:
20529   - "latency"
20530   - "parent"
20531   - "tags"
20532   sort:
20533   - "IP4BASE"
20534   - "ACL_STATELESS"
20535   - "ACL_STATEFUL"
20536   - "ACL_STATELESS"
20537   - "ACL_STATEFUL"
20538   layout:
20539     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20540     layout: "plot-latency"
20541
20542 - type: "plot"
20543   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20544   algorithm: "plot_latency_error_bars"
20545   output-file-type: ".html"
20546   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20547   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20548   filter: "'NIC_Intel-X710' and
20549            '64B' and
20550            'NDRPDR' and
20551            '4T2C' and
20552            'IP4FWD' and
20553            'IACL' and
20554            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20555            not 'IPSEC' and
20556            not 'VHOST'"
20557   parameters:
20558   - "latency"
20559   - "parent"
20560   - "tags"
20561   sort:
20562   - "IP4BASE"
20563   - "ACL_STATELESS"
20564   - "ACL_STATEFUL"
20565   - "ACL_STATELESS"
20566   - "ACL_STATEFUL"
20567   layout:
20568     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
20569     layout: "plot-latency"
20570
20571 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20572 - type: "plot"
20573   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20574   algorithm: "plot_latency_error_bars"
20575   output-file-type: ".html"
20576   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20577   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20578   filter: "'NIC_Intel-X710' and
20579            '64B' and
20580            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20581            'NDRPDR' and
20582            '2T1C' and
20583            'IP4FWD' and
20584            not 'IPSEC' and
20585            not 'DOT1Q' and
20586            not 'VHOST'"
20587   parameters:
20588   - "latency"
20589   - "parent"
20590   - "tags"
20591   sort:
20592   - "IP4BASE"
20593   - "FIB_20K"
20594   - "FIB_200K"
20595   - "FIB_2M"
20596   layout:
20597     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20598     layout: "plot-latency"
20599
20600 - type: "plot"
20601   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20602   algorithm: "plot_latency_error_bars"
20603   output-file-type: ".html"
20604   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20605   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20606   filter: "'NIC_Intel-X710' and
20607            '64B' and
20608            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20609            'NDRPDR' and
20610            '4T2C' and
20611            'IP4FWD' and
20612            not 'IPSEC' and
20613            not 'DOT1Q' and
20614            not 'VHOST'"
20615   parameters:
20616   - "latency"
20617   - "parent"
20618   - "tags"
20619   sort:
20620   - "IP4BASE"
20621   - "FIB_20K"
20622   - "FIB_200K"
20623   - "FIB_2M"
20624   layout:
20625     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20626     layout: "plot-latency"
20627
20628 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20629 - type: "plot"
20630   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20631   algorithm: "plot_latency_error_bars"
20632   output-file-type: ".html"
20633   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20634   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20635   filter: "'NIC_Intel-X710' and
20636            '64B' and
20637            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20638            'NDRPDR' and
20639            '2T1C' and
20640            'IP4FWD' and
20641            not 'IPSEC' and
20642            not 'DOT1Q' and
20643            not 'VHOST'"
20644   parameters:
20645   - "latency"
20646   - "parent"
20647   - "tags"
20648   sort:
20649   - "IP4BASE"
20650   - "ACL_STATELESS"
20651   - "ACL_STATEFUL"
20652   - "ACL_STATELESS"
20653   - "ACL_STATEFUL"
20654   layout:
20655     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
20656     layout: "plot-latency"
20657
20658 - type: "plot"
20659   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20660   algorithm: "plot_latency_error_bars"
20661   output-file-type: ".html"
20662   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20663   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20664   filter: "'NIC_Intel-X710' and
20665            '64B' and
20666            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20667            'NDRPDR' and
20668            '4T2C' and
20669            'IP4FWD' and
20670            not 'IPSEC' and
20671            not 'DOT1Q' and
20672            not 'VHOST'"
20673   parameters:
20674   - "latency"
20675   - "parent"
20676   - "tags"
20677   sort:
20678   - "IP4BASE"
20679   - "ACL_STATELESS"
20680   - "ACL_STATEFUL"
20681   - "ACL_STATELESS"
20682   - "ACL_STATEFUL"
20683   layout:
20684     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
20685     layout: "plot-latency"
20686
20687 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
20688 - type: "plot"
20689   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20690   algorithm: "plot_latency_error_bars"
20691   output-file-type: ".html"
20692   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20693   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20694   filter: "'NIC_Intel-XXV710' and
20695            '64B' and
20696            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20697            'NDRPDR' and
20698            '2T1C' and
20699            'IP4FWD' and
20700            not 'IPSEC' and
20701            not 'DOT1Q' and
20702            not 'VHOST'"
20703   parameters:
20704   - "latency"
20705   - "parent"
20706   - "tags"
20707   sort:
20708   - "IP4BASE"
20709   - "FIB_20K"
20710   - "FIB_200K"
20711   - "FIB_2M"
20712   layout:
20713     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20714     layout: "plot-latency"
20715
20716 - type: "plot"
20717   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20718   algorithm: "plot_latency_error_bars"
20719   output-file-type: ".html"
20720   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20721   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20722   filter: "'NIC_Intel-XXV710' and
20723            '64B' and
20724            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20725            'NDRPDR' and
20726            '4T2C' and
20727            'IP4FWD' and
20728            not 'IPSEC' and
20729            not 'DOT1Q' and
20730            not 'VHOST'"
20731   parameters:
20732   - "latency"
20733   - "parent"
20734   - "tags"
20735   sort:
20736   - "IP4BASE"
20737   - "FIB_20K"
20738   - "FIB_200K"
20739   - "FIB_2M"
20740   layout:
20741     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20742     layout: "plot-latency"
20743
20744 ################################################################################
20745
20746 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
20747 - type: "plot"
20748   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20749   algorithm: "plot_latency_error_bars"
20750   output-file-type: ".html"
20751   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20752   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20753   filter: "'NIC_Intel-X520-DA2' and
20754            '64B' and
20755            'ENCAP' and
20756            'NDRPDR' and
20757            '1T1C' and
20758            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20759            not 'DOT1Q' and
20760            not 'VHOST' and
20761            not 'IPSECHW'"
20762   parameters:
20763   - "latency"
20764   - "parent"
20765   - "tags"
20766   sort:
20767   - "IP4BASE"
20768   - "L2BDMACLRN"
20769   - "L2XCFWD"
20770   - "LISP"
20771   layout:
20772     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20773     layout: "plot-latency"
20774
20775 - type: "plot"
20776   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20777   algorithm: "plot_latency_error_bars"
20778   output-file-type: ".html"
20779   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20780   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20781   filter: "'NIC_Intel-X520-DA2' and
20782            '64B' and
20783            'ENCAP' and
20784            'NDRPDR' and
20785            '2T2C' and
20786            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20787            not 'DOT1Q' and
20788            not 'VHOST' and
20789            not 'IPSECHW'"
20790   parameters:
20791   - "latency"
20792   - "parent"
20793   - "tags"
20794   sort:
20795   - "IP4BASE"
20796   - "L2BDMACLRN"
20797   - "L2XCFWD"
20798   - "LISP"
20799   layout:
20800     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20801     layout: "plot-latency"
20802
20803 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
20804 - type: "plot"
20805   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20806   algorithm: "plot_latency_error_bars"
20807   output-file-type: ".html"
20808   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20809   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20810   filter: "'NIC_Intel-X710' and
20811            '64B' and
20812            'ENCAP' and
20813            'NDRPDR' and
20814            '1T1C' and
20815            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20816            not 'VHOST' and
20817            not 'IPSECHW'"
20818   parameters:
20819   - "latency"
20820   - "parent"
20821   - "tags"
20822   sort:
20823   - "IP4BASE"
20824   - "LISP"
20825   - "VXLAN_1"
20826   - "VXLAN_10"
20827   - "VXLAN_100"
20828   - "VXLAN_1000"
20829   layout:
20830     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20831     layout: "plot-latency"
20832
20833 - type: "plot"
20834   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20835   algorithm: "plot_latency_error_bars"
20836   output-file-type: ".html"
20837   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20838   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20839   filter: "'NIC_Intel-X710' and
20840            '64B' and
20841            'ENCAP' and
20842            'NDRPDR' and
20843            '2T2C' and
20844            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20845            not 'VHOST' and
20846            not 'IPSECHW'"
20847   parameters:
20848   - "latency"
20849   - "parent"
20850   - "tags"
20851   sort:
20852   - "IP4BASE"
20853   - "LISP"
20854   - "VXLAN_1"
20855   - "VXLAN_10"
20856   - "VXLAN_100"
20857   - "VXLAN_1000"
20858   layout:
20859     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20860     layout: "plot-latency"
20861
20862 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
20863 - type: "plot"
20864   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20865   algorithm: "plot_latency_error_bars"
20866   output-file-type: ".html"
20867   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20868   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20869   filter: "'NIC_Intel-X710' and
20870            '64B' and
20871            'ENCAP' and
20872            'NDRPDR' and
20873            '1T1C' and
20874            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20875            not 'DOT1Q' and
20876            not 'VHOST' and
20877            not 'IPSECHW'"
20878   parameters:
20879   - "latency"
20880   - "parent"
20881   - "tags"
20882   sort:
20883   - "IP4BASE"
20884   - "L2BDMACLRN"
20885   - "L2XCFWD"
20886   - "LISP"
20887   layout:
20888     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
20889     layout: "plot-latency"
20890
20891 - type: "plot"
20892   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20893   algorithm: "plot_latency_error_bars"
20894   output-file-type: ".html"
20895   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20896   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20897   filter: "'NIC_Intel-X710' and
20898            '64B' and
20899            'ENCAP' and
20900            'NDRPDR' and
20901            '2T2C' and
20902            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20903            not 'DOT1Q' and
20904            not 'VHOST' and
20905            not 'IPSECHW'"
20906   parameters:
20907   - "latency"
20908   - "parent"
20909   - "tags"
20910   sort:
20911   - "IP4BASE"
20912   - "L2BDMACLRN"
20913   - "L2XCFWD"
20914   - "LISP"
20915   layout:
20916     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
20917     layout: "plot-latency"
20918
20919 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
20920 - type: "plot"
20921   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20922   algorithm: "plot_latency_error_bars"
20923   output-file-type: ".html"
20924   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20925   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20926   filter: "'NIC_Intel-X710' and
20927            '64B' and
20928            'ENCAP' and
20929            'NDRPDR' and
20930            '2T1C' and
20931            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20932            not 'VHOST' and
20933            not 'IPSECHW'"
20934   parameters:
20935   - "latency"
20936   - "parent"
20937   - "tags"
20938   sort:
20939   - "IP4BASE"
20940   - "LISP"
20941   - "VXLAN_1"
20942   - "VXLAN_10"
20943   - "VXLAN_100"
20944   - "VXLAN_1000"
20945   layout:
20946     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20947     layout: "plot-latency"
20948
20949 - type: "plot"
20950   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20951   algorithm: "plot_latency_error_bars"
20952   output-file-type: ".html"
20953   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20955   filter: "'NIC_Intel-X710' and
20956            '64B' and
20957            'ENCAP' and
20958            'NDRPDR' and
20959            '4T2C' and
20960            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20961            not 'VHOST' and
20962            not 'IPSECHW'"
20963   parameters:
20964   - "latency"
20965   - "parent"
20966   - "tags"
20967   sort:
20968   - "IP4BASE"
20969   - "LISP"
20970   - "VXLAN_1"
20971   - "VXLAN_10"
20972   - "VXLAN_100"
20973   - "VXLAN_1000"
20974   layout:
20975     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20976     layout: "plot-latency"
20977
20978 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
20979 - type: "plot"
20980   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20981   algorithm: "plot_latency_error_bars"
20982   output-file-type: ".html"
20983   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20984   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20985   filter: "'NIC_Intel-X710' and
20986            '64B' and
20987            'ENCAP' and
20988            'NDRPDR' and
20989            '2T1C' and
20990            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20991            not 'DOT1Q' and
20992            not 'VHOST' and
20993            not 'IPSECHW'"
20994   parameters:
20995   - "latency"
20996   - "parent"
20997   - "tags"
20998   sort:
20999   - "IP4BASE"
21000   - "L2BDMACLRN"
21001   - "L2XCFWD"
21002   - "LISP"
21003   layout:
21004     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
21005     layout: "plot-latency"
21006
21007 - type: "plot"
21008   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21009   algorithm: "plot_latency_error_bars"
21010   output-file-type: ".html"
21011   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21012   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21013   filter: "'NIC_Intel-X710' and
21014            '64B' and
21015            'ENCAP' and
21016            'NDRPDR' and
21017            '4T2C' and
21018            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
21019            not 'DOT1Q' and
21020            not 'VHOST' and
21021            not 'IPSECHW'"
21022   parameters:
21023   - "latency"
21024   - "parent"
21025   - "tags"
21026   sort:
21027   - "IP4BASE"
21028   - "L2BDMACLRN"
21029   - "L2XCFWD"
21030   - "LISP"
21031   layout:
21032     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
21033     layout: "plot-latency"
21034
21035 ################################################################################
21036
21037 # Packet Latency - VPP IPv6 3n-hsw-x520
21038 - type: "plot"
21039   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21040   algorithm: "plot_latency_error_bars"
21041   output-file-type: ".html"
21042   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21043   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21044   filter: "'NIC_Intel-X520-DA2' and
21045            '78B' and
21046            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21047            'NDRPDR' and
21048            '1T1C' and
21049            'IP6FWD' and
21050            not 'SRv6' and
21051            not 'IPSEC' and
21052            not 'VHOST'"
21053   parameters:
21054   - "latency"
21055   - "parent"
21056   - "tags"
21057   sort:
21058   - "IP6BASE"
21059   - "FIB_20K"
21060   - "FIB_200K"
21061   - "FIB_2M"
21062   layout:
21063     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
21064     layout: "plot-latency"
21065
21066 - type: "plot"
21067   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21068   algorithm: "plot_latency_error_bars"
21069   output-file-type: ".html"
21070   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21071   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21072   filter: "'NIC_Intel-X520-DA2' and
21073            '78B' and
21074            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21075            'NDRPDR' and
21076            '2T2C' and
21077            'IP6FWD' and
21078            not 'SRv6' and
21079            not 'IPSEC' and
21080            not 'VHOST'"
21081   parameters:
21082   - "latency"
21083   - "parent"
21084   - "tags"
21085   sort:
21086   - "IP6BASE"
21087   - "FIB_20K"
21088   - "FIB_200K"
21089   - "FIB_2M"
21090   layout:
21091     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
21092     layout: "plot-latency"
21093
21094 # Packet Latency - VPP IPv6 3n-hsw-x710
21095 - type: "plot"
21096   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21097   algorithm: "plot_latency_error_bars"
21098   output-file-type: ".html"
21099   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21100   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21101   filter: "'NIC_Intel-X710' and
21102            '78B' and
21103            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21104            'NDRPDR' and
21105            '1T1C' and
21106            'IP6FWD' and
21107            not 'SRv6' and
21108            not 'IPSEC' and
21109            not 'VHOST'"
21110   parameters:
21111   - "latency"
21112   - "parent"
21113   - "tags"
21114   sort:
21115   - "IP6BASE"
21116   - "FIB_20K"
21117   - "FIB_200K"
21118   - "FIB_2M"
21119   layout:
21120     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
21121     layout: "plot-latency"
21122
21123 - type: "plot"
21124   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21125   algorithm: "plot_latency_error_bars"
21126   output-file-type: ".html"
21127   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21128   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21129   filter: "'NIC_Intel-X710' and
21130            '78B' and
21131            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21132            'NDRPDR' and
21133            '2T2C' and
21134            'IP6FWD' and
21135            not 'SRv6' and
21136            not 'IPSEC' and
21137            not 'VHOST'"
21138   parameters:
21139   - "latency"
21140   - "parent"
21141   - "tags"
21142   sort:
21143   - "IP6BASE"
21144   - "FIB_20K"
21145   - "FIB_200K"
21146   - "FIB_2M"
21147   layout:
21148     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21149     layout: "plot-latency"
21150
21151 # Packet Latency - VPP IPv6 3n-hsw-xl710
21152 - type: "plot"
21153   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21154   algorithm: "plot_latency_error_bars"
21155   output-file-type: ".html"
21156   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21157   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21158   filter: "'NIC_Intel-XL710' and
21159            '78B' and
21160            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21161            'NDRPDR' and
21162            '1T1C' and
21163            'IP6FWD' and
21164            not 'SRv6' and
21165            not 'IPSEC' and
21166            not 'VHOST'"
21167   parameters:
21168   - "latency"
21169   - "parent"
21170   - "tags"
21171   sort:
21172   - "IP6BASE"
21173   - "FIB_20K"
21174   - "FIB_200K"
21175   - "FIB_2M"
21176   layout:
21177     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
21178     layout: "plot-latency"
21179
21180 - type: "plot"
21181   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21182   algorithm: "plot_latency_error_bars"
21183   output-file-type: ".html"
21184   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21185   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21186   filter: "'NIC_Intel-XL710' and
21187            '78B' and
21188            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21189            'NDRPDR' and
21190            '2T2C' and
21191            'IP6FWD' and
21192            not 'SRv6' and
21193            not 'IPSEC' and
21194            not 'VHOST'"
21195   parameters:
21196   - "latency"
21197   - "parent"
21198   - "tags"
21199   sort:
21200   - "IP6BASE"
21201   - "FIB_20K"
21202   - "FIB_200K"
21203   - "FIB_2M"
21204   layout:
21205     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
21206     layout: "plot-latency"
21207
21208 # Packet Latency - VPP IPv6 3n-skx-x710
21209 - type: "plot"
21210   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21211   algorithm: "plot_latency_error_bars"
21212   output-file-type: ".html"
21213   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21214   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21215   filter: "'NIC_Intel-X710' and
21216            '78B' and
21217            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21218            'NDRPDR' and
21219            '2T1C' and
21220            'IP6FWD' and
21221            not 'SRv6' and
21222            not 'IPSEC' and
21223            not 'VHOST'"
21224   parameters:
21225   - "latency"
21226   - "parent"
21227   - "tags"
21228   sort:
21229   - "IP6BASE"
21230   - "FIB_20K"
21231   - "FIB_200K"
21232   - "FIB_2M"
21233   layout:
21234     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
21235     layout: "plot-latency"
21236
21237 - type: "plot"
21238   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21239   algorithm: "plot_latency_error_bars"
21240   output-file-type: ".html"
21241   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21243   filter: "'NIC_Intel-X710' and
21244            '78B' and
21245            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21246            'NDRPDR' and
21247            '4T2C' and
21248            'IP6FWD' and
21249            not 'SRv6' and
21250            not 'IPSEC' and
21251            not 'VHOST'"
21252   parameters:
21253   - "latency"
21254   - "parent"
21255   - "tags"
21256   sort:
21257   - "IP6BASE"
21258   - "FIB_20K"
21259   - "FIB_200K"
21260   - "FIB_2M"
21261   layout:
21262     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
21263     layout: "plot-latency"
21264
21265 # Packet Latency - VPP IPv6 3n-skx-xxv710
21266 - type: "plot"
21267   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21268   algorithm: "plot_latency_error_bars"
21269   output-file-type: ".html"
21270   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21272   filter: "'NIC_Intel-XXV710' and
21273            '78B' and
21274            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21275            'NDRPDR' and
21276            '2T1C' and
21277            'IP6FWD' and
21278            not 'SRv6' and
21279            not 'IPSEC' and
21280            not 'VHOST'"
21281   parameters:
21282   - "latency"
21283   - "parent"
21284   - "tags"
21285   sort:
21286   - "IP6BASE"
21287   - "FIB_20K"
21288   - "FIB_200K"
21289   - "FIB_2M"
21290   layout:
21291     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21292     layout: "plot-latency"
21293
21294 - type: "plot"
21295   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21296   algorithm: "plot_latency_error_bars"
21297   output-file-type: ".html"
21298   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21299   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21300   filter: "'NIC_Intel-XXV710' and
21301            '78B' and
21302            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21303            'NDRPDR' and
21304            '4T2C' and
21305            'IP6FWD' and
21306            not 'SRv6' and
21307            not 'IPSEC' and
21308            not 'VHOST'"
21309   parameters:
21310   - "latency"
21311   - "parent"
21312   - "tags"
21313   sort:
21314   - "IP6BASE"
21315   - "FIB_20K"
21316   - "FIB_200K"
21317   - "FIB_2M"
21318   layout:
21319     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21320     layout: "plot-latency"
21321
21322 # Packet Latency - VPP IPv6 2n-skx-x710
21323 - type: "plot"
21324   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21325   algorithm: "plot_latency_error_bars"
21326   output-file-type: ".html"
21327   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21328   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21329   filter: "'NIC_Intel-X710' and
21330            '78B' and
21331            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21332            'NDRPDR' and
21333            '2T1C' and
21334            'IP6FWD' and
21335            not 'SRv6' and
21336            not 'IPSEC' and
21337            not 'VHOST'"
21338   parameters:
21339   - "latency"
21340   - "parent"
21341   - "tags"
21342   sort:
21343   - "IP6BASE"
21344   - "FIB_20K"
21345   - "FIB_200K"
21346   - "FIB_2M"
21347   layout:
21348     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21349     layout: "plot-latency"
21350
21351 - type: "plot"
21352   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21353   algorithm: "plot_latency_error_bars"
21354   output-file-type: ".html"
21355   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21356   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21357   filter: "'NIC_Intel-X710' and
21358            '78B' and
21359            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21360            'NDRPDR' and
21361            '4T2C' and
21362            'IP6FWD' and
21363            not 'SRv6' and
21364            not 'IPSEC' and
21365            not 'VHOST'"
21366   parameters:
21367   - "latency"
21368   - "parent"
21369   - "tags"
21370   sort:
21371   - "IP6BASE"
21372   - "FIB_20K"
21373   - "FIB_200K"
21374   - "FIB_2M"
21375   layout:
21376     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21377     layout: "plot-latency"
21378
21379 # Packet Latency - VPP IPv6 2n-skx-xxv710
21380 - type: "plot"
21381   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21382   algorithm: "plot_latency_error_bars"
21383   output-file-type: ".html"
21384   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21385   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21386   filter: "'NIC_Intel-XXV710' and
21387            '78B' and
21388            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21389            'NDRPDR' and
21390            '2T1C' and
21391            'IP6FWD' and
21392            not 'SRv6' and
21393            not 'IPSEC' and
21394            not 'VHOST'"
21395   parameters:
21396   - "latency"
21397   - "parent"
21398   - "tags"
21399   sort:
21400   - "IP6BASE"
21401   - "FIB_20K"
21402   - "FIB_200K"
21403   - "FIB_2M"
21404   layout:
21405     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21406     layout: "plot-latency"
21407
21408 - type: "plot"
21409   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21410   algorithm: "plot_latency_error_bars"
21411   output-file-type: ".html"
21412   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21413   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21414   filter: "'NIC_Intel-XXV710' and
21415            '78B' and
21416            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21417            'NDRPDR' and
21418            '4T2C' and
21419            'IP6FWD' and
21420            not 'SRv6' and
21421            not 'IPSEC' and
21422            not 'VHOST'"
21423   parameters:
21424   - "latency"
21425   - "parent"
21426   - "tags"
21427   sort:
21428   - "IP6BASE"
21429   - "FIB_20K"
21430   - "FIB_200K"
21431   - "FIB_2M"
21432   layout:
21433     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21434     layout: "plot-latency"
21435
21436 ################################################################################
21437
21438 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21439 - type: "plot"
21440   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21441   algorithm: "plot_latency_error_bars"
21442   output-file-type: ".html"
21443   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21444   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21445   filter: "'NIC_Intel-X520-DA2' and
21446            '78B' and
21447            'ENCAP' and
21448            'NDRPDR' and
21449            '1T1C' and
21450            'LISP' and
21451            not 'VHOST'"
21452   parameters:
21453   - "latency"
21454   - "parent"
21455   - "tags"
21456   sort:
21457   - "IP4UNRLAY"
21458   - "IP6UNRLAY"
21459   layout:
21460     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
21461     layout: "plot-latency"
21462
21463 - type: "plot"
21464   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21465   algorithm: "plot_latency_error_bars"
21466   output-file-type: ".html"
21467   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21468   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21469   filter: "'NIC_Intel-X520-DA2' and
21470            '78B' and
21471            'ENCAP' and
21472            'NDRPDR' and
21473            '2T2C' and
21474            'LISP' and
21475            not 'VHOST'"
21476   parameters:
21477   - "latency"
21478   - "parent"
21479   - "tags"
21480   sort:
21481   - "IP4UNRLAY"
21482   - "IP6UNRLAY"
21483   layout:
21484     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
21485     layout: "plot-latency"
21486
21487 ################################################################################
21488
21489 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21490 - type: "plot"
21491   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21492   algorithm: "plot_latency_error_bars"
21493   output-file-type: ".html"
21494   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21495   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21496   filter: "'NIC_Intel-XL710' and
21497            '64B' and
21498            'IP4FWD' and
21499            'NDRPDR' and
21500            'BASE' and
21501            '1T1C' and
21502            'IPSECHW' and
21503            not 'VHOST'"
21504   parameters:
21505   - "latency"
21506   - "parent"
21507   - "tags"
21508   layout:
21509     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21510     layout: "plot-latency"
21511
21512 - type: "plot"
21513   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21514   algorithm: "plot_latency_error_bars"
21515   output-file-type: ".html"
21516   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21517   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21518   filter: "'NIC_Intel-XL710' and
21519            '64B' and
21520            'IP4FWD' and
21521            'NDRPDR' and
21522            'BASE' and
21523            '2T2C' and
21524            'IPSECHW' and
21525            not 'VHOST'"
21526   parameters:
21527   - "latency"
21528   - "parent"
21529   - "tags"
21530   layout:
21531     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21532     layout: "plot-latency"
21533
21534 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21535 - type: "plot"
21536   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21537   algorithm: "plot_latency_error_bars"
21538   output-file-type: ".html"
21539   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21540   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21541   filter: "'NIC_Intel-XL710' and
21542            '64B' and
21543            'IP4FWD' and
21544            'NDRPDR' and
21545            'SCALE' and
21546            '1T1C' and
21547            'IPSECHW' and
21548            not 'VHOST'"
21549   parameters:
21550   - "latency"
21551   - "parent"
21552   - "tags"
21553   layout:
21554     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
21555     layout: "plot-latency"
21556
21557 - type: "plot"
21558   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21559   algorithm: "plot_latency_error_bars"
21560   output-file-type: ".html"
21561   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21562   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21563   filter: "'NIC_Intel-XL710' and
21564            '64B' and
21565            'IP4FWD' and
21566            'NDRPDR' and
21567            'SCALE' and
21568            '2T2C' and
21569            'IPSECHW' and
21570            not 'VHOST'"
21571   parameters:
21572   - "latency"
21573   - "parent"
21574   - "tags"
21575   layout:
21576     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
21577     layout: "plot-latency"
21578
21579 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
21580 - type: "plot"
21581   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21582   algorithm: "plot_latency_error_bars"
21583   output-file-type: ".html"
21584   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21585   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21586   filter: "'NIC_Intel-XL710' and
21587            '64B' and
21588            'IP4FWD' and
21589            'NDRPDR' and
21590            '1T1C' and
21591            'IPSECSW' and
21592            not 'VHOST'"
21593   parameters:
21594   - "latency"
21595   - "parent"
21596   - "tags"
21597   layout:
21598     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
21599     layout: "plot-latency"
21600
21601 - type: "plot"
21602   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21603   algorithm: "plot_latency_error_bars"
21604   output-file-type: ".html"
21605   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21606   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21607   filter: "'NIC_Intel-XL710' and
21608            '64B' and
21609            'IP4FWD' and
21610            'NDRPDR' and
21611            '2T2C' and
21612            'IPSECSW' and
21613            not 'VHOST'"
21614   parameters:
21615   - "latency"
21616   - "parent"
21617   - "tags"
21618   layout:
21619     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
21620     layout: "plot-latency"
21621
21622 ################################################################################
21623
21624 # Packet Latency - VPP SRv6 3n-hsw-x520
21625 - type: "plot"
21626   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21627   algorithm: "plot_latency_error_bars"
21628   output-file-type: ".html"
21629   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21630   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21631   filter: "'NIC_Intel-X520-DA2' and
21632            '78B' and
21633            'FEATURE' and
21634            'NDRPDR' and
21635            '1T1C' and
21636            'IP6FWD' and
21637            'SRv6'"
21638   parameters:
21639   - "latency"
21640   - "parent"
21641   - "tags"
21642   layout:
21643     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
21644     layout: "plot-latency"
21645
21646 - type: "plot"
21647   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21648   algorithm: "plot_latency_error_bars"
21649   output-file-type: ".html"
21650   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21651   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21652   filter: "'NIC_Intel-X520-DA2' and
21653            '78B' and
21654            'FEATURE' and
21655            'NDRPDR' and
21656            '2T2C' and
21657            'IP6FWD' and
21658            'SRv6'"
21659   parameters:
21660   - "latency"
21661   - "parent"
21662   - "tags"
21663   layout:
21664     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
21665     layout: "plot-latency"
21666
21667 ################################################################################
21668
21669 # Packet Latency - VPP vhost ip4 3n-hsw-x520
21670 - type: "plot"
21671   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21672   algorithm: "plot_latency_error_bars"
21673   output-file-type: ".html"
21674   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21675   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21676   filter: "'NIC_Intel-X520-DA2' and
21677            '64B' and
21678            'NDRPDR' and
21679            'ETH' and
21680            'IP4FWD' and
21681            '1T1C' and
21682            'VHOST_1024' and
21683            not 'VXLAN' and
21684            not 'DOT1Q'"
21685   parameters:
21686   - "latency"
21687   - "parent"
21688   - "tags"
21689   sort:
21690   - "not CFS_OPT"
21691   - "1VM"
21692   - "2VM"
21693   layout:
21694     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21695     layout: "plot-latency"
21696
21697 - type: "plot"
21698   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21699   algorithm: "plot_latency_error_bars"
21700   output-file-type: ".html"
21701   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21702   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21703   filter: "'NIC_Intel-X520-DA2' and
21704            '64B' and
21705            'NDRPDR' and
21706            'ETH' and
21707            'IP4FWD' and
21708            '2T2C' and
21709            'VHOST_1024' and
21710            not 'VXLAN' and
21711            not 'DOT1Q'"
21712   parameters:
21713   - "latency"
21714   - "parent"
21715   - "tags"
21716   sort:
21717   - "not CFS_OPT"
21718   - "1VM"
21719   - "2VM"
21720   layout:
21721     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21722     layout: "plot-latency"
21723
21724 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
21725 - type: "plot"
21726   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21727   algorithm: "plot_latency_error_bars"
21728   output-file-type: ".html"
21729   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21730   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21731   filter: "'NIC_Intel-X520-DA2' and
21732            '64B' and
21733            'NDRPDR' and
21734            ('ETH' or 'DOT1Q') and
21735            'BASE' and
21736            '1T1C' and
21737            ('L2BDMACLRN' or 'L2XCFWD') and
21738            'VHOST_1024' and
21739            not 'VXLAN' and
21740            not 'IP4FWD' and
21741            not '2VM'"
21742   parameters:
21743   - "latency"
21744   - "parent"
21745   - "tags"
21746   sort:
21747   - "L2BDMACLRN"
21748   - "L2BDMACLRN"
21749   - "L2BDMACLRN"
21750   - "L2XCFWD"
21751   - "L2XCFWD"
21752   - "L2XCFWD"
21753   layout:
21754     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
21755     layout: "plot-latency"
21756
21757 - type: "plot"
21758   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21759   algorithm: "plot_latency_error_bars"
21760   output-file-type: ".html"
21761   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21762   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21763   filter: "'NIC_Intel-X520-DA2' and
21764            '64B' and
21765            'NDRPDR' and
21766            ('ETH' or 'DOT1Q') and
21767            'BASE' and
21768            '2T2C' and
21769            ('L2BDMACLRN' or 'L2XCFWD') and
21770            'VHOST_1024' and
21771            not 'VXLAN' and
21772            not 'IP4FWD' and
21773            not '2VM'"
21774   parameters:
21775   - "latency"
21776   - "parent"
21777   - "tags"
21778   sort:
21779   - "L2BDMACLRN"
21780   - "L2BDMACLRN"
21781   - "L2BDMACLRN"
21782   - "L2XCFWD"
21783   - "L2XCFWD"
21784   - "L2XCFWD"
21785   layout:
21786     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
21787     layout: "plot-latency"
21788
21789 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
21790 - type: "plot"
21791   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21792   algorithm: "plot_latency_error_bars"
21793   output-file-type: ".html"
21794   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21795   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21796   filter: "'NIC_Intel-X520-DA2' and
21797            '64B' and
21798            'NDRPDR' and
21799            ('ETH' or 'DOT1Q') and
21800            '1T1C' and
21801            ('L2BDMACLRN' or 'L2XCFWD') and
21802            'VHOST_1024' and
21803            not 'CFS_OPT' and
21804            not 'DOT1Q' and
21805            not 'VXLAN' and
21806            not 'IP4FWD' and
21807            not 'LBOND'"
21808   parameters:
21809   - "latency"
21810   - "parent"
21811   - "tags"
21812 #  sort:
21813 #  - "1VM"
21814 #  - "L2XCFWD"
21815 #  - "1VM"
21816 #  - "L2BDMACLRN"
21817   layout:
21818     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
21819     layout: "plot-latency"
21820
21821 - type: "plot"
21822   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21823   algorithm: "plot_latency_error_bars"
21824   output-file-type: ".html"
21825   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21826   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21827   filter: "'NIC_Intel-X520-DA2' and
21828            '64B' and
21829            'NDRPDR' and
21830            ('ETH' or 'DOT1Q') and
21831            '2T2C' and
21832            ('L2BDMACLRN' or 'L2XCFWD') and
21833            'VHOST_1024' and
21834            not 'CFS_OPT' and
21835            not 'DOT1Q' and
21836            not 'VXLAN' and
21837            not 'IP4FWD' and
21838            not 'LBOND'"
21839   parameters:
21840   - "latency"
21841   - "parent"
21842   - "tags"
21843 #  sort:
21844 #  - "1VM"
21845 #  - "L2XCFWD"
21846 #  - "1VM"
21847 #  - "L2BDMACLRN"
21848   layout:
21849     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
21850     layout: "plot-latency"
21851
21852 # Packet Latency - VPP vhost ip4 3n-hsw-x710
21853 - type: "plot"
21854   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21855   algorithm: "plot_latency_error_bars"
21856   output-file-type: ".html"
21857   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21858   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21859   filter: "'NIC_Intel-X710' and
21860            '64B' and
21861            'NDRPDR' and
21862            'ETH' and
21863            'IP4FWD' and
21864            '1T1C' and
21865            'VHOST_1024' and
21866            not 'VXLAN' and
21867            not 'CFS_OPT' and
21868            not 'DOT1Q'"
21869   parameters:
21870   - "latency"
21871   - "parent"
21872   - "tags"
21873   sort:
21874   - "1VM"
21875   - "2VM"
21876   layout:
21877     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21878     layout: "plot-latency"
21879
21880 - type: "plot"
21881   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21882   algorithm: "plot_latency_error_bars"
21883   output-file-type: ".html"
21884   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21885   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21886   filter: "'NIC_Intel-X710' and
21887            '64B' and
21888            'NDRPDR' and
21889            'ETH' and
21890            'IP4FWD' and
21891            '2T2C' and
21892            'VHOST_1024' and
21893            not 'VXLAN' and
21894            not 'CFS_OPT' and
21895            not 'DOT1Q'"
21896   parameters:
21897   - "latency"
21898   - "parent"
21899   - "tags"
21900   sort:
21901   - "1VM"
21902   - "2VM"
21903   layout:
21904     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21905     layout: "plot-latency"
21906
21907 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
21908 - type: "plot"
21909   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21910   algorithm: "plot_latency_error_bars"
21911   output-file-type: ".html"
21912   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21913   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21914   filter: "'NIC_Intel-X710' and
21915            '64B' and
21916            'NDRPDR' and
21917            ('ETH' or 'DOT1Q') and
21918            'BASE' and
21919            '1T1C' and
21920            ('L2BDMACLRN' or 'L2XCFWD') and
21921            'VHOST_1024' and
21922            not 'VXLAN' and
21923            not 'IP4FWD' and
21924            not '2VM'"
21925   parameters:
21926   - "latency"
21927   - "parent"
21928   - "tags"
21929   sort:
21930   - "L2BDMACLRN"
21931   - "L2BDMACLRN"
21932   - "L2BDMACLRN"
21933   - "L2XCFWD"
21934   - "L2XCFWD"
21935   - "L2XCFWD"
21936   layout:
21937     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21938     layout: "plot-latency"
21939
21940 - type: "plot"
21941   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21942   algorithm: "plot_latency_error_bars"
21943   output-file-type: ".html"
21944   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21945   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21946   filter: "'NIC_Intel-X710' and
21947            '64B' and
21948            'NDRPDR' and
21949            ('ETH' or 'DOT1Q') and
21950            'BASE' and
21951            '2T2C' and
21952            ('L2BDMACLRN' or 'L2XCFWD') and
21953            'VHOST_1024' and
21954            not 'VXLAN' and
21955            not 'IP4FWD' and
21956            not '2VM'"
21957   parameters:
21958   - "latency"
21959   - "parent"
21960   - "tags"
21961   sort:
21962   - "L2BDMACLRN"
21963   - "L2BDMACLRN"
21964   - "L2BDMACLRN"
21965   - "L2XCFWD"
21966   - "L2XCFWD"
21967   - "L2XCFWD"
21968   layout:
21969     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21970     layout: "plot-latency"
21971
21972 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
21973 - type: "plot"
21974   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21975   algorithm: "plot_latency_error_bars"
21976   output-file-type: ".html"
21977   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21978   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21979   filter: "'NIC_Intel-X710' and
21980            '64B' and
21981            'NDRPDR' and
21982            ('ETH' or 'DOT1Q') and
21983            '1T1C' and
21984            ('L2BDMACLRN' or 'L2XCFWD') and
21985            'VHOST_1024' and
21986            not 'CFS_OPT' and
21987            not 'VXLAN' and
21988            not 'IP4FWD' and
21989            not 'LBOND'"
21990   parameters:
21991   - "latency"
21992   - "parent"
21993   - "tags"
21994   sort:
21995   - "L2BDMACLRN"
21996   - "L2BDMACLRN"
21997   - "L2BDMACLRN"
21998   - "L2XCFWD"
21999   - "L2XCFWD"
22000   - "L2XCFWD"
22001   layout:
22002     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
22003     layout: "plot-latency"
22004
22005 - type: "plot"
22006   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
22007   algorithm: "plot_latency_error_bars"
22008   output-file-type: ".html"
22009   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
22010   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22011   filter: "'NIC_Intel-X710' and
22012            '64B' and
22013            'NDRPDR' and
22014            ('ETH' or 'DOT1Q') and
22015            '2T2C' and
22016            ('L2BDMACLRN' or 'L2XCFWD') and
22017            'VHOST_1024' and
22018            not 'CFS_OPT' and
22019            not 'VXLAN' and
22020            not 'IP4FWD' and
22021            not 'LBOND'"
22022   parameters:
22023   - "latency"
22024   - "parent"
22025   - "tags"
22026   sort:
22027   - "L2BDMACLRN"
22028   - "L2BDMACLRN"
22029   - "L2BDMACLRN"
22030   - "L2XCFWD"
22031   - "L2XCFWD"
22032   - "L2XCFWD"
22033   layout:
22034     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
22035     layout: "plot-latency"
22036
22037 # Packet Latency - VPP vhost ip4 3n-skx-x710
22038 - type: "plot"
22039   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22040   algorithm: "plot_latency_error_bars"
22041   output-file-type: ".html"
22042   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22043   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22044   filter: "'NIC_Intel-X710' and
22045            '64B' and
22046            'NDRPDR' and
22047            'ETH' and
22048            'IP4FWD' and
22049            '2T1C' and
22050            'VHOST_1024' and
22051            not 'VXLAN' and
22052            not 'DOT1Q'"
22053   parameters:
22054   - "latency"
22055   - "parent"
22056   - "tags"
22057   sort:
22058   - "1VM"
22059   - "2VM"
22060   layout:
22061     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22062     layout: "plot-latency"
22063
22064 - type: "plot"
22065   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22066   algorithm: "plot_latency_error_bars"
22067   output-file-type: ".html"
22068   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22069   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22070   filter: "'NIC_Intel-X710' and
22071            '64B' and
22072            'NDRPDR' and
22073            'ETH' and
22074            'IP4FWD' and
22075            '4T2C' and
22076            'VHOST_1024' and
22077            not 'VXLAN' and
22078            not 'DOT1Q'"
22079   parameters:
22080   - "latency"
22081   - "parent"
22082   - "tags"
22083   sort:
22084   - "1VM"
22085   - "2VM"
22086   layout:
22087     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22088     layout: "plot-latency"
22089
22090 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
22091 - type: "plot"
22092   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22093   algorithm: "plot_latency_error_bars"
22094   output-file-type: ".html"
22095   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22096   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22097   filter: "'NIC_Intel-X710' and
22098            '64B' and
22099            'NDRPDR' and
22100            ('ETH' or 'DOT1Q') and
22101            'BASE' and
22102            '2T1C' and
22103            ('L2BDMACLRN' or 'L2XCFWD') and
22104            'VHOST_1024' and
22105            not 'VXLAN' and
22106            not 'IP4FWD' and
22107            not '2VM'"
22108   parameters:
22109   - "latency"
22110   - "parent"
22111   - "tags"
22112   sort:
22113   - "L2BDMACLRN"
22114   - "L2BDMACLRN"
22115   - "L2BDMACLRN"
22116   - "L2XCFWD"
22117   - "L2XCFWD"
22118   - "L2XCFWD"
22119   layout:
22120     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
22121     layout: "plot-latency"
22122
22123 - type: "plot"
22124   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22125   algorithm: "plot_latency_error_bars"
22126   output-file-type: ".html"
22127   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22128   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22129   filter: "'NIC_Intel-X710' and
22130            '64B' and
22131            'NDRPDR' and
22132            ('ETH' or 'DOT1Q') and
22133            'BASE' and
22134            '4T2C' and
22135            ('L2BDMACLRN' or 'L2XCFWD') and
22136            'VHOST_1024' and
22137            not 'VXLAN' and
22138            not 'IP4FWD' and
22139            not '2VM'"
22140   parameters:
22141   - "latency"
22142   - "parent"
22143   - "tags"
22144   sort:
22145   - "L2BDMACLRN"
22146   - "L2BDMACLRN"
22147   - "L2BDMACLRN"
22148   - "L2XCFWD"
22149   - "L2XCFWD"
22150   - "L2XCFWD"
22151   layout:
22152     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
22153     layout: "plot-latency"
22154
22155 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
22156 - type: "plot"
22157   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22158   algorithm: "plot_latency_error_bars"
22159   output-file-type: ".html"
22160   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22161   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22162   filter: "'NIC_Intel-X710' and
22163            '64B' and
22164            'NDRPDR' and
22165            ('ETH' or 'DOT1Q') and
22166            '2T1C' and
22167            ('L2BDMACLRN' or 'L2XCFWD') and
22168            'VHOST_1024' and
22169            not 'CFS_OPT' and
22170            not 'VXLAN' and
22171            not 'IP4FWD' and
22172            not 'LBOND'"
22173   parameters:
22174   - "latency"
22175   - "parent"
22176   - "tags"
22177   sort:
22178   - "L2BDMACLRN"
22179   - "L2BDMACLRN"
22180   - "L2BDMACLRN"
22181   - "L2XCFWD"
22182   - "L2XCFWD"
22183   - "L2XCFWD"
22184   layout:
22185     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
22186     layout: "plot-latency"
22187
22188 - type: "plot"
22189   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22190   algorithm: "plot_latency_error_bars"
22191   output-file-type: ".html"
22192   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22193   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22194   filter: "'NIC_Intel-X710' and
22195            '64B' and
22196            'NDRPDR' and
22197            ('ETH' or 'DOT1Q') and
22198            '4T2C' and
22199            ('L2BDMACLRN' or 'L2XCFWD') and
22200            'VHOST_1024' and
22201            not 'CFS_OPT' and
22202            not 'VXLAN' and
22203            not 'IP4FWD' and
22204            not 'LBOND'"
22205   parameters:
22206   - "latency"
22207   - "parent"
22208   - "tags"
22209   sort:
22210   - "L2BDMACLRN"
22211   - "L2BDMACLRN"
22212   - "L2BDMACLRN"
22213   - "L2XCFWD"
22214   - "L2XCFWD"
22215   - "L2XCFWD"
22216   layout:
22217     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
22218     layout: "plot-latency"
22219
22220 # Packet Latency - VPP vhost ip4 2n-skx-x710
22221 - type: "plot"
22222   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22223   algorithm: "plot_latency_error_bars"
22224   output-file-type: ".html"
22225   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22226   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22227   filter: "'NIC_Intel-X710' and
22228            '64B' and
22229            'NDRPDR' and
22230            'ETH' and
22231            'IP4FWD' and
22232            '2T1C' and
22233            'VHOST_1024' and
22234            not 'VXLAN' and
22235            not 'NF_DENSITY' and
22236            not 'CFS_OPT' and
22237            not 'DOT1Q'"
22238   parameters:
22239   - "latency"
22240   - "parent"
22241   - "tags"
22242   sort:
22243   - "1VM"
22244   - "2VM"
22245   layout:
22246     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22247     layout: "plot-latency"
22248
22249 - type: "plot"
22250   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22251   algorithm: "plot_latency_error_bars"
22252   output-file-type: ".html"
22253   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22254   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22255   filter: "'NIC_Intel-X710' and
22256            '64B' and
22257            'NDRPDR' and
22258            'ETH' and
22259            'IP4FWD' and
22260            '4T2C' and
22261            'VHOST_1024' and
22262            not 'VXLAN' and
22263            not 'NF_DENSITY' and
22264            not 'CFS_OPT' and
22265            not 'DOT1Q'"
22266   parameters:
22267   - "latency"
22268   - "parent"
22269   - "tags"
22270   sort:
22271   - "1VM"
22272   - "2VM"
22273   layout:
22274     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22275     layout: "plot-latency"
22276
22277 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
22278 - type: "plot"
22279   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22280   algorithm: "plot_latency_error_bars"
22281   output-file-type: ".html"
22282   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22283   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22284   filter: "'NIC_Intel-X710' and
22285            '64B' and
22286            'NDRPDR' and
22287            ('ETH' or 'DOT1Q') and
22288            'BASE' and
22289            '2T1C' and
22290            ('L2BDMACLRN' or 'L2XCFWD') and
22291            'VHOST_1024' and
22292            not 'VXLAN' and
22293            not 'NF_DENSITY' and
22294            not 'IP4FWD' and
22295            not '2VM'"
22296   parameters:
22297   - "latency"
22298   - "parent"
22299   - "tags"
22300 #  sort:
22301 #  - "not CFS_OPT"
22302 #  - "L2XCFWD"
22303 #  - "not CFS_OPT"
22304 #  - "CFS_OPT"
22305   layout:
22306     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
22307     layout: "plot-latency"
22308
22309 - type: "plot"
22310   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22311   algorithm: "plot_latency_error_bars"
22312   output-file-type: ".html"
22313   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22314   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22315   filter: "'NIC_Intel-X710' and
22316            '64B' and
22317            'NDRPDR' and
22318            ('ETH' or 'DOT1Q') and
22319            'BASE' and
22320            '4T2C' and
22321            ('L2BDMACLRN' or 'L2XCFWD') and
22322            'VHOST_1024' and
22323            not 'VXLAN' and
22324            not 'NF_DENSITY' and
22325            not 'IP4FWD' and
22326            not '2VM'"
22327   parameters:
22328   - "latency"
22329   - "parent"
22330   - "tags"
22331 #  sort:
22332 #  - "not CFS_OPT"
22333 #  - "L2XCFWD"
22334 #  - "not CFS_OPT"
22335 #  - "CFS_OPT"
22336   layout:
22337     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
22338     layout: "plot-latency"
22339
22340 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
22341 - type: "plot"
22342   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22343   algorithm: "plot_latency_error_bars"
22344   output-file-type: ".html"
22345   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22346   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22347   filter: "'NIC_Intel-X710' and
22348            '64B' and
22349            'NDRPDR' and
22350            ('ETH' or 'DOT1Q') and
22351            '2T1C' and
22352            ('L2BDMACLRN' or 'L2XCFWD') and
22353            'VHOST_1024' and
22354            not 'CFS_OPT' and
22355            not 'VXLAN' and
22356            not 'NF_DENSITY' and
22357            not 'DOT1Q' and
22358            not 'IP4FWD'"
22359   parameters:
22360   - "latency"
22361   - "parent"
22362   - "tags"
22363 #  sort:
22364 #  - "1VM"
22365 #  - "L2XCFWD"
22366 #  - "1VM"
22367 #  - "L2BDMACLRN"
22368   layout:
22369     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
22370     layout: "plot-latency"
22371
22372 - type: "plot"
22373   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22374   algorithm: "plot_latency_error_bars"
22375   output-file-type: ".html"
22376   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22377   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22378   filter: "'NIC_Intel-X710' and
22379            '64B' and
22380            'NDRPDR' and
22381            ('ETH' or 'DOT1Q') and
22382            '4T2C' and
22383            ('L2BDMACLRN' or 'L2XCFWD') and
22384            'VHOST_1024' and
22385            not 'CFS_OPT' and
22386            not 'VXLAN' and
22387            not 'NF_DENSITY' and
22388            not 'DOT1Q' and
22389            not 'IP4FWD'"
22390   parameters:
22391   - "latency"
22392   - "parent"
22393   - "tags"
22394 #  sort:
22395 #  - "1VM"
22396 #  - "L2XCFWD"
22397 #  - "1VM"
22398 #  - "L2BDMACLRN"
22399   layout:
22400     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
22401     layout: "plot-latency"
22402
22403 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
22404 - type: "plot"
22405   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22406   algorithm: "plot_latency_error_bars"
22407   output-file-type: ".html"
22408   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22409   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22410   filter: "'NIC_Intel-XXV710' and
22411            '64B' and
22412            'NDRPDR' and
22413            'ETH' and
22414            'IP4FWD' and
22415            '2T1C' and
22416            'VHOST_1024' and
22417            not 'VXLAN' and
22418            not 'CFS_OPT' and
22419            not 'DOT1Q'"
22420   parameters:
22421   - "latency"
22422   - "parent"
22423   - "tags"
22424   sort:
22425   - "not CFS_OPT"
22426   - "1VM"
22427   - "2VM"
22428   layout:
22429     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
22430     layout: "plot-latency"
22431
22432 - type: "plot"
22433   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22434   algorithm: "plot_latency_error_bars"
22435   output-file-type: ".html"
22436   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22437   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22438   filter: "'NIC_Intel-XXV710' and
22439            '64B' and
22440            'NDRPDR' and
22441            'ETH' and
22442            'IP4FWD' and
22443            '4T2C' and
22444            'VHOST_1024' and
22445            not 'VXLAN' and
22446            not 'CFS_OPT' and
22447            not 'DOT1Q'"
22448   parameters:
22449   - "latency"
22450   - "parent"
22451   - "tags"
22452   sort:
22453   - "not CFS_OPT"
22454   - "1VM"
22455   - "2VM"
22456   layout:
22457     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
22458     layout: "plot-latency"
22459
22460 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
22461 #- type: "plot"
22462 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22463 #  algorithm: "plot_latency_error_bars"
22464 #  output-file-type: ".html"
22465 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22466 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22467 #  filter: "'NIC_Intel-XXV710' and
22468 #           '64B' and
22469 #           'NDRPDR' and
22470 #           ('ETH' or 'DOT1Q') and
22471 #           'BASE' and
22472 #           '2T1C' and
22473 #           ('L2BDMACLRN' or 'L2XCFWD') and
22474 #           'VHOST_1024' and
22475 #           not 'VXLAN' and
22476 #           not 'IP4FWD' and
22477 #           not '2VM'"
22478 #  parameters:
22479 #  - "latency"
22480 #  - "parent"
22481 #  - "tags"
22482 ##  sort:
22483 ##  - "not CFS_OPT"
22484 ##  - "L2XCFWD"
22485 ##  - "not CFS_OPT"
22486 ##  - "CFS_OPT"
22487 #  layout:
22488 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
22489 #    layout: "plot-latency"
22490 #
22491 #- type: "plot"
22492 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22493 #  algorithm: "plot_latency_error_bars"
22494 #  output-file-type: ".html"
22495 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22496 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22497 #  filter: "'NIC_Intel-XXV710' and
22498 #           '64B' and
22499 #           'NDRPDR' and
22500 #           ('ETH' or 'DOT1Q') and
22501 #           'BASE' and
22502 #           '4T2C' and
22503 #           ('L2BDMACLRN' or 'L2XCFWD') and
22504 #           'VHOST_1024' and
22505 #           not 'VXLAN' and
22506 #           not 'IP4FWD' and
22507 #           not '2VM'"
22508 #  parameters:
22509 #  - "latency"
22510 #  - "parent"
22511 #  - "tags"
22512 ##  sort:
22513 ##  - "not CFS_OPT"
22514 ##  - "L2XCFWD"
22515 ##  - "not CFS_OPT"
22516 ##  - "CFS_OPT"
22517 #  layout:
22518 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
22519 #    layout: "plot-latency"
22520 #
22521 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
22522 #- type: "plot"
22523 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22524 #  algorithm: "plot_latency_error_bars"
22525 #  output-file-type: ".html"
22526 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22527 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22528 #  filter: "'NIC_Intel-XXV710' and
22529 #           '64B' and
22530 #           'NDRPDR' and
22531 #           ('ETH' or 'DOT1Q') and
22532 #           '2T1C' and
22533 #           ('L2BDMACLRN' or 'L2XCFWD') and
22534 #           'VHOST_1024' and
22535 #           not 'CFS_OPT' and
22536 #           not 'VXLAN' and
22537 #           not 'DOT1Q' and
22538 #           not 'IP4FWD'"
22539 #  parameters:
22540 #  - "latency"
22541 #  - "parent"
22542 #  - "tags"
22543 ##  sort:
22544 ##  - "1VM"
22545 ##  - "L2XCFWD"
22546 ##  - "1VM"
22547 ##  - "L2BDMACLRN"
22548 #  layout:
22549 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
22550 #    layout: "plot-latency"
22551 #
22552 #- type: "plot"
22553 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22554 #  algorithm: "plot_latency_error_bars"
22555 #  output-file-type: ".html"
22556 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22557 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22558 #  filter: "'NIC_Intel-XXV710' and
22559 #           '64B' and
22560 #           'NDRPDR' and
22561 #           ('ETH' or 'DOT1Q') and
22562 #           '4T2C' and
22563 #           ('L2BDMACLRN' or 'L2XCFWD') and
22564 #           'VHOST_1024' and
22565 #           not 'CFS_OPT' and
22566 #           not 'VXLAN' and
22567 #           not 'DOT1Q' and
22568 #           not 'IP4FWD'"
22569 #  parameters:
22570 #  - "latency"
22571 #  - "parent"
22572 #  - "tags"
22573 ##  sort:
22574 ##  - "1VM"
22575 ##  - "L2XCFWD"
22576 ##  - "1VM"
22577 ##  - "L2BDMACLRN"
22578 #  layout:
22579 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
22580 #    layout: "plot-latency"
22581
22582 ################################################################################
22583
22584 # Packet Latency - VPP VTS 3n-hsw-x520
22585 - type: "plot"
22586   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22587   algorithm: "plot_latency_error_bars"
22588   output-file-type: ".html"
22589   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22590   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22591   filter: "'NIC_Intel-X520-DA2' and
22592            '114B' and
22593            'NDRPDR' and
22594            '1T1C' and
22595            'VTS'"
22596   parameters:
22597   - "latency"
22598   - "parent"
22599   - "tags"
22600   layout:
22601     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
22602     layout: "plot-latency"
22603
22604 - type: "plot"
22605   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22606   algorithm: "plot_latency_error_bars"
22607   output-file-type: ".html"
22608   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22609   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22610   filter: "'NIC_Intel-X520-DA2' and
22611            '114B' and
22612            'NDRPDR' and
22613            '2T2C' and
22614            'VTS'"
22615   parameters:
22616   - "latency"
22617   - "parent"
22618   - "tags"
22619   layout:
22620     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
22621     layout: "plot-latency"
22622
22623 ################################################################################
22624
22625 # Packet Latency - DPDK l3fwd 3n-hsw-x520
22626 - type: "plot"
22627   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22628   algorithm: "plot_latency_error_bars"
22629   output-file-type: ".html"
22630   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22631   data: "plot-dpdk-throughput-latency-3n-hsw"
22632   filter: "'NIC_Intel-X520-DA2' and
22633            '64B' and
22634            'BASE' and
22635            'NDRPDR' and
22636            '1T1C' and
22637            'IP4FWD'"
22638   parameters:
22639   - "latency"
22640   - "parent"
22641   - "tags"
22642   layout:
22643     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
22644     layout: "plot-latency"
22645
22646 - type: "plot"
22647   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22648   algorithm: "plot_latency_error_bars"
22649   output-file-type: ".html"
22650   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22651   data: "plot-dpdk-throughput-latency-3n-hsw"
22652   filter: "'NIC_Intel-X520-DA2' and
22653            '64B' and
22654            'BASE' and
22655            'NDRPDR' and
22656            '2T2C' and
22657            'IP4FWD'"
22658   parameters:
22659   - "latency"
22660   - "parent"
22661   - "tags"
22662   layout:
22663     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
22664     layout: "plot-latency"
22665
22666 # Packet Latency - DPDK l3fwd 3n-hsw-x710
22667 - type: "plot"
22668   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22669   algorithm: "plot_latency_error_bars"
22670   output-file-type: ".html"
22671   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22672   data: "plot-dpdk-throughput-latency-3n-hsw"
22673   filter: "'NIC_Intel-X710' and
22674            '64B' and
22675            'BASE' and
22676            'NDRPDR' and
22677            '1T1C' and
22678            'IP4FWD'"
22679   parameters:
22680   - "latency"
22681   - "parent"
22682   - "tags"
22683   layout:
22684     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
22685     layout: "plot-latency"
22686
22687 - type: "plot"
22688   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22689   algorithm: "plot_latency_error_bars"
22690   output-file-type: ".html"
22691   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22692   data: "plot-dpdk-throughput-latency-3n-hsw"
22693   filter: "'NIC_Intel-X710' and
22694            '64B' and
22695            'BASE' and
22696            'NDRPDR' and
22697            '2T2C' and
22698            'IP4FWD'"
22699   parameters:
22700   - "latency"
22701   - "parent"
22702   - "tags"
22703   layout:
22704     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
22705     layout: "plot-latency"
22706
22707 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
22708 - type: "plot"
22709   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22710   algorithm: "plot_latency_error_bars"
22711   output-file-type: ".html"
22712   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22713   data: "plot-dpdk-throughput-latency-3n-hsw"
22714   filter: "'NIC_Intel-XL710' and
22715            '64B' and
22716            'BASE' and
22717            'NDRPDR' and
22718            '1T1C' and
22719            'IP4FWD'"
22720   parameters:
22721   - "latency"
22722   - "parent"
22723   - "tags"
22724   layout:
22725     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
22726     layout: "plot-latency"
22727
22728 - type: "plot"
22729   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22730   algorithm: "plot_latency_error_bars"
22731   output-file-type: ".html"
22732   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22733   data: "plot-dpdk-throughput-latency-3n-hsw"
22734   filter: "'NIC_Intel-XL710' and
22735            '64B' and
22736            'BASE' and
22737            'NDRPDR' and
22738            '2T2C' and
22739            'IP4FWD'"
22740   parameters:
22741   - "latency"
22742   - "parent"
22743   - "tags"
22744   layout:
22745     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
22746     layout: "plot-latency"
22747
22748 # Packet Latency - DPDK l3fwd 3n-skx-x710
22749 - type: "plot"
22750   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22751   algorithm: "plot_latency_error_bars"
22752   output-file-type: ".html"
22753   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22754   data: "plot-dpdk-throughput-latency-3n-skx"
22755   filter: "'NIC_Intel-X710' and
22756            '64B' and
22757            'BASE' and
22758            'NDRPDR' and
22759            '2T1C' and
22760            'IP4FWD'"
22761   parameters:
22762   - "latency"
22763   - "parent"
22764   - "tags"
22765   layout:
22766     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
22767     layout: "plot-latency"
22768
22769 - type: "plot"
22770   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22771   algorithm: "plot_latency_error_bars"
22772   output-file-type: ".html"
22773   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22774   data: "plot-dpdk-throughput-latency-3n-skx"
22775   filter: "'NIC_Intel-X710' and
22776            '64B' and
22777            'BASE' and
22778            'NDRPDR' and
22779            '4T2C' and
22780            'IP4FWD'"
22781   parameters:
22782   - "latency"
22783   - "parent"
22784   - "tags"
22785   layout:
22786     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
22787     layout: "plot-latency"
22788
22789 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
22790 - type: "plot"
22791   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22792   algorithm: "plot_latency_error_bars"
22793   output-file-type: ".html"
22794   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22795   data: "plot-dpdk-throughput-latency-3n-skx"
22796   filter: "'NIC_Intel-XXV710' and
22797            '64B' and
22798            'BASE' and
22799            'NDRPDR' and
22800            '2T1C' and
22801            'IP4FWD'"
22802   parameters:
22803   - "latency"
22804   - "parent"
22805   - "tags"
22806   layout:
22807     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
22808     layout: "plot-latency"
22809
22810 - type: "plot"
22811   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22812   algorithm: "plot_latency_error_bars"
22813   output-file-type: ".html"
22814   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22815   data: "plot-dpdk-throughput-latency-3n-skx"
22816   filter: "'NIC_Intel-XXV710' and
22817            '64B' and
22818            'BASE' and
22819            'NDRPDR' and
22820            '4T2C' and
22821            'IP4FWD'"
22822   parameters:
22823   - "latency"
22824   - "parent"
22825   - "tags"
22826   layout:
22827     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
22828     layout: "plot-latency"
22829
22830 # Packet Latency - DPDK l3fwd 2n-skx-x710
22831 - type: "plot"
22832   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22833   algorithm: "plot_latency_error_bars"
22834   output-file-type: ".html"
22835   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22836   data: "plot-dpdk-throughput-latency-2n-skx"
22837   filter: "'NIC_Intel-X710' and
22838            '64B' and
22839            'BASE' and
22840            'NDRPDR' and
22841            '2T1C' and
22842            'IP4FWD'"
22843   parameters:
22844   - "latency"
22845   - "parent"
22846   - "tags"
22847   layout:
22848     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
22849     layout: "plot-latency"
22850
22851 - type: "plot"
22852   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22853   algorithm: "plot_latency_error_bars"
22854   output-file-type: ".html"
22855   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22856   data: "plot-dpdk-throughput-latency-2n-skx"
22857   filter: "'NIC_Intel-X710' and
22858            '64B' and
22859            'BASE' and
22860            'NDRPDR' and
22861            '4T2C' and
22862            'IP4FWD'"
22863   parameters:
22864   - "latency"
22865   - "parent"
22866   - "tags"
22867   layout:
22868     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
22869     layout: "plot-latency"
22870
22871 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
22872 - type: "plot"
22873   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22874   algorithm: "plot_latency_error_bars"
22875   output-file-type: ".html"
22876   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22877   data: "plot-dpdk-throughput-latency-2n-skx"
22878   filter: "'NIC_Intel-XXV710' and
22879            '64B' and
22880            'BASE' and
22881            'NDRPDR' and
22882            '2T1C' and
22883            'IP4FWD'"
22884   parameters:
22885   - "latency"
22886   - "parent"
22887   - "tags"
22888   layout:
22889     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
22890     layout: "plot-latency"
22891
22892 - type: "plot"
22893   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22894   algorithm: "plot_latency_error_bars"
22895   output-file-type: ".html"
22896   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22897   data: "plot-dpdk-throughput-latency-2n-skx"
22898   filter: "'NIC_Intel-XXV710' and
22899            '64B' and
22900            'BASE' and
22901            'NDRPDR' and
22902            '4T2C' and
22903            'IP4FWD'"
22904   parameters:
22905   - "latency"
22906   - "parent"
22907   - "tags"
22908   layout:
22909     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
22910     layout: "plot-latency"
22911
22912 ################################################################################
22913
22914 # Packet Latency - DPDK testpmd 3n-hsw-x520
22915 - type: "plot"
22916   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22917   algorithm: "plot_latency_error_bars"
22918   output-file-type: ".html"
22919   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22920   data: "plot-dpdk-throughput-latency-3n-hsw"
22921   filter: "'NIC_Intel-X520-DA2' and
22922            '64B' and
22923            'BASE' and
22924            'NDRPDR' and
22925            '1T1C' and
22926            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22927   parameters:
22928   - "latency"
22929   - "parent"
22930   - "tags"
22931   layout:
22932     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
22933     layout: "plot-latency"
22934
22935 - type: "plot"
22936   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22937   algorithm: "plot_latency_error_bars"
22938   output-file-type: ".html"
22939   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22940   data: "plot-dpdk-throughput-latency-3n-hsw"
22941   filter: "'NIC_Intel-X520-DA2' and
22942            '64B' and
22943            'BASE' and
22944            'NDRPDR' and
22945            '2T2C' and
22946            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22947   parameters:
22948   - "latency"
22949   - "parent"
22950   - "tags"
22951   layout:
22952     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
22953     layout: "plot-latency"
22954
22955 # Packet Latency - DPDK testpmd 3n-hsw-x710
22956 - type: "plot"
22957   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22958   algorithm: "plot_latency_error_bars"
22959   output-file-type: ".html"
22960   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22961   data: "plot-dpdk-throughput-latency-3n-hsw"
22962   filter: "'NIC_Intel-X710' and
22963            '64B' and
22964            'BASE' and
22965            'NDRPDR' and
22966            '1T1C' and
22967            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22968   parameters:
22969   - "latency"
22970   - "parent"
22971   - "tags"
22972   layout:
22973     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
22974     layout: "plot-latency"
22975
22976 - type: "plot"
22977   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22978   algorithm: "plot_latency_error_bars"
22979   output-file-type: ".html"
22980   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22981   data: "plot-dpdk-throughput-latency-3n-hsw"
22982   filter: "'NIC_Intel-X710' and
22983            '64B' and
22984            'BASE' and
22985            'NDRPDR' and
22986            '2T2C' and
22987            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22988   parameters:
22989   - "latency"
22990   - "parent"
22991   - "tags"
22992   layout:
22993     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
22994     layout: "plot-latency"
22995
22996 # Packet Latency - DPDK testpmd 3n-hsw-xl710
22997 - type: "plot"
22998   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22999   algorithm: "plot_latency_error_bars"
23000   output-file-type: ".html"
23001   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23002   data: "plot-dpdk-throughput-latency-3n-hsw"
23003   filter: "'NIC_Intel-XL710' and
23004            '64B' and
23005            'BASE' and
23006            'NDRPDR' and
23007            '1T1C' and
23008            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23009   parameters:
23010   - "latency"
23011   - "parent"
23012   - "tags"
23013   layout:
23014     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
23015     layout: "plot-latency"
23016
23017 - type: "plot"
23018   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23019   algorithm: "plot_latency_error_bars"
23020   output-file-type: ".html"
23021   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23022   data: "plot-dpdk-throughput-latency-3n-hsw"
23023   filter: "'NIC_Intel-XL710' and
23024            '64B' and
23025            'BASE' and
23026            'NDRPDR' and
23027            '2T2C' and
23028            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23029   parameters:
23030   - "latency"
23031   - "parent"
23032   - "tags"
23033   layout:
23034     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
23035     layout: "plot-latency"
23036
23037 # Packet Latency - DPDK testpmd 3n-skx-x710
23038 - type: "plot"
23039   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23040   algorithm: "plot_latency_error_bars"
23041   output-file-type: ".html"
23042   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23043   data: "plot-dpdk-throughput-latency-3n-skx"
23044   filter: "'NIC_Intel-X710' and
23045            '64B' and
23046            'BASE' and
23047            'NDRPDR' and
23048            '2T1C' and
23049            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23050   parameters:
23051   - "latency"
23052   - "parent"
23053   - "tags"
23054   layout:
23055     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
23056     layout: "plot-latency"
23057
23058 - type: "plot"
23059   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23060   algorithm: "plot_latency_error_bars"
23061   output-file-type: ".html"
23062   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23063   data: "plot-dpdk-throughput-latency-3n-skx"
23064   filter: "'NIC_Intel-X710' and
23065            '64B' and
23066            'BASE' and
23067            'NDRPDR' and
23068            '4T2C' and
23069            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23070   parameters:
23071   - "latency"
23072   - "parent"
23073   - "tags"
23074   layout:
23075     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
23076     layout: "plot-latency"
23077
23078 # Packet Latency - DPDK testpmd 3n-skx-xxv710
23079 - type: "plot"
23080   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23081   algorithm: "plot_latency_error_bars"
23082   output-file-type: ".html"
23083   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23084   data: "plot-dpdk-throughput-latency-3n-skx"
23085   filter: "'NIC_Intel-XXV710' and
23086            '64B' and
23087            'BASE' and
23088            'NDRPDR' and
23089            '2T1C' and
23090            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23091   parameters:
23092   - "latency"
23093   - "parent"
23094   - "tags"
23095   layout:
23096     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
23097     layout: "plot-latency"
23098
23099 - type: "plot"
23100   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23101   algorithm: "plot_latency_error_bars"
23102   output-file-type: ".html"
23103   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23104   data: "plot-dpdk-throughput-latency-3n-skx"
23105   filter: "'NIC_Intel-XXV710' and
23106            '64B' and
23107            'BASE' and
23108            'NDRPDR' and
23109            '4T2C' and
23110            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23111   parameters:
23112   - "latency"
23113   - "parent"
23114   - "tags"
23115   layout:
23116     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
23117     layout: "plot-latency"
23118
23119 # Packet Latency - DPDK testpmd 2n-skx-x710
23120 - type: "plot"
23121   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23122   algorithm: "plot_latency_error_bars"
23123   output-file-type: ".html"
23124   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23125   data: "plot-dpdk-throughput-latency-2n-skx"
23126   filter: "'NIC_Intel-X710' and
23127            '64B' and
23128            'BASE' and
23129            'NDRPDR' and
23130            '2T1C' and
23131            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23132   parameters:
23133   - "latency"
23134   - "parent"
23135   - "tags"
23136   layout:
23137     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
23138     layout: "plot-latency"
23139
23140 - type: "plot"
23141   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23142   algorithm: "plot_latency_error_bars"
23143   output-file-type: ".html"
23144   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23145   data: "plot-dpdk-throughput-latency-2n-skx"
23146   filter: "'NIC_Intel-X710' and
23147            '64B' and
23148            'BASE' and
23149            'NDRPDR' and
23150            '4T2C' and
23151            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23152   parameters:
23153   - "latency"
23154   - "parent"
23155   - "tags"
23156   layout:
23157     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
23158     layout: "plot-latency"
23159
23160 # Packet Latency - DPDK testpmd 2n-skx-xxv710
23161 - type: "plot"
23162   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23163   algorithm: "plot_latency_error_bars"
23164   output-file-type: ".html"
23165   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23166   data: "plot-dpdk-throughput-latency-2n-skx"
23167   filter: "'NIC_Intel-XXV710' and
23168            '64B' and
23169            'BASE' and
23170            'NDRPDR' and
23171            '2T1C' and
23172            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23173   parameters:
23174   - "latency"
23175   - "parent"
23176   - "tags"
23177   layout:
23178     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
23179     layout: "plot-latency"
23180
23181 - type: "plot"
23182   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23183   algorithm: "plot_latency_error_bars"
23184   output-file-type: ".html"
23185   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23186   data: "plot-dpdk-throughput-latency-2n-skx"
23187   filter: "'NIC_Intel-XXV710' and
23188            '64B' and
23189            'BASE' and
23190            'NDRPDR' and
23191            '4T2C' and
23192            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23193   parameters:
23194   - "latency"
23195   - "parent"
23196   - "tags"
23197   layout:
23198     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
23199     layout: "plot-latency"
23200
23201 ################################################################################
23202
23203 # Speedup - VPP Container Memif 3n-hsw-x520
23204 - type: "plot"
23205   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23206   algorithm: "plot_throughput_speedup_analysis"
23207   output-file-type: ".html"
23208   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23209   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23210   filter: "'NIC_Intel-X520-DA2' and
23211            '64B' and
23212            ('BASE' or 'SCALE') and
23213            'NDRPDR' and
23214            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23215            not 'VHOST' and
23216            'MEMIF'"
23217   parameters:
23218   - "throughput"
23219   - "parent"
23220   - "tags"
23221   sort:
23222   - "L2XCFWD"
23223   - "L2XCFWD"
23224   - "L2XCFWD"
23225   - "L2BDMACLRN"
23226   - "L2BDMACLRN"
23227   - "L2BDMACLRN"
23228   - "IP4FWD"
23229   layout:
23230     title: "memif-3n-hsw-x520-64b-base_and_features-ndr"
23231     layout: "plot-throughput-speedup-analysis"
23232
23233 - type: "plot"
23234   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23235   algorithm: "plot_throughput_speedup_analysis"
23236   output-file-type: ".html"
23237   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23238   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23239   filter: "'NIC_Intel-X520-DA2' and
23240            '64B' and
23241            ('BASE' or 'SCALE') and
23242            'NDRPDR' and
23243            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23244            not 'VHOST' and
23245            'MEMIF'"
23246   parameters:
23247   - "throughput"
23248   - "parent"
23249   - "tags"
23250   sort:
23251   - "L2XCFWD"
23252   - "L2XCFWD"
23253   - "L2XCFWD"
23254   - "L2BDMACLRN"
23255   - "L2BDMACLRN"
23256   - "L2BDMACLRN"
23257   - "IP4FWD"
23258   layout:
23259     title: "memif-3n-hsw-x520-64b-base_and_features-pdr"
23260     layout: "plot-throughput-speedup-analysis"
23261
23262 # Speedup - VPP Container Memif 3n-hsw-x710
23263 - type: "plot"
23264   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23265   algorithm: "plot_throughput_speedup_analysis"
23266   output-file-type: ".html"
23267   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23268   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23269   filter: "'NIC_Intel-X710' and
23270            '64B' and
23271            ('BASE' or 'SCALE') and
23272            'NDRPDR' and
23273            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23274            not 'VHOST' and
23275            'MEMIF'"
23276   parameters:
23277   - "throughput"
23278   - "parent"
23279   - "tags"
23280   sort:
23281   - "L2XCFWD"
23282   - "L2XCFWD"
23283   - "L2XCFWD"
23284   - "L2BDMACLRN"
23285   - "L2BDMACLRN"
23286   - "L2BDMACLRN"
23287   - "IP4FWD"
23288   layout:
23289     title: "memif-3n-hsw-x710-64b-base_and_features-ndr"
23290     layout: "plot-throughput-speedup-analysis"
23291
23292 - type: "plot"
23293   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23294   algorithm: "plot_throughput_speedup_analysis"
23295   output-file-type: ".html"
23296   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23297   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23298   filter: "'NIC_Intel-X710' and
23299            '64B' and
23300            ('BASE' or 'SCALE') and
23301            'NDRPDR' and
23302            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23303            not 'VHOST' and
23304            'MEMIF'"
23305   parameters:
23306   - "throughput"
23307   - "parent"
23308   - "tags"
23309   sort:
23310   - "L2XCFWD"
23311   - "L2XCFWD"
23312   - "L2XCFWD"
23313   - "L2BDMACLRN"
23314   - "L2BDMACLRN"
23315   - "L2BDMACLRN"
23316   - "IP4FWD"
23317   layout:
23318     title: "memif-3n-hsw-x710-64b-base_and_features-pdr"
23319     layout: "plot-throughput-speedup-analysis"
23320
23321 # Speedup - VPP Container Memif 3n-hsw-xl710
23322 - type: "plot"
23323   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23324   algorithm: "plot_throughput_speedup_analysis"
23325   output-file-type: ".html"
23326   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23327   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23328   filter: "'NIC_Intel-XL710' and
23329            '64B' and
23330            ('BASE' or 'SCALE') and
23331            'NDRPDR' and
23332            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23333            not 'VHOST' and
23334            'MEMIF'"
23335   parameters:
23336   - "throughput"
23337   - "parent"
23338   - "tags"
23339   sort:
23340   - "L2XCFWD"
23341   - "L2XCFWD"
23342   - "L2XCFWD"
23343   - "L2BDMACLRN"
23344   - "L2BDMACLRN"
23345   - "L2BDMACLRN"
23346   - "IP4FWD"
23347   layout:
23348     title: "memif-3n-hsw-xl710-64b-base_and_features-ndr"
23349     layout: "plot-throughput-speedup-analysis"
23350
23351 - type: "plot"
23352   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23353   algorithm: "plot_throughput_speedup_analysis"
23354   output-file-type: ".html"
23355   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23356   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23357   filter: "'NIC_Intel-XL710' and
23358            '64B' and
23359            ('BASE' or 'SCALE') and
23360            'NDRPDR' and
23361            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23362            not 'VHOST' and
23363            'MEMIF'"
23364   parameters:
23365   - "throughput"
23366   - "parent"
23367   - "tags"
23368   sort:
23369   - "L2XCFWD"
23370   - "L2XCFWD"
23371   - "L2XCFWD"
23372   - "L2BDMACLRN"
23373   - "L2BDMACLRN"
23374   - "L2BDMACLRN"
23375   - "IP4FWD"
23376   layout:
23377     title: "memif-3n-hsw-xl710-64b-base_and_features-pdr"
23378     layout: "plot-throughput-speedup-analysis"
23379
23380 # Speedup - VPP Container Memif 3n-skx-x710
23381 - type: "plot"
23382   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23383   algorithm: "plot_throughput_speedup_analysis"
23384   output-file-type: ".html"
23385   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23386   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23387   filter: "'NIC_Intel-X710' and
23388            '64B' and
23389            ('BASE' or 'SCALE') and
23390            'NDRPDR' and
23391            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23392            not 'VHOST' and
23393            'MEMIF'"
23394   parameters:
23395   - "throughput"
23396   - "parent"
23397   - "tags"
23398   sort:
23399   - "L2XCFWD"
23400   - "L2XCFWD"
23401   - "L2XCFWD"
23402   - "L2BDMACLRN"
23403   - "L2BDMACLRN"
23404   - "L2BDMACLRN"
23405   - "IP4FWD"
23406   layout:
23407     title: "memif-3n-skx-x710-64b-base_and_features-ndr"
23408     layout: "plot-throughput-speedup-analysis"
23409
23410 - type: "plot"
23411   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23412   algorithm: "plot_throughput_speedup_analysis"
23413   output-file-type: ".html"
23414   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23415   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23416   filter: "'NIC_Intel-X710' and
23417            '64B' and
23418            ('BASE' or 'SCALE') and
23419            'NDRPDR' and
23420            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23421            not 'VHOST' and
23422            'MEMIF'"
23423   parameters:
23424   - "throughput"
23425   - "parent"
23426   - "tags"
23427   sort:
23428   - "L2XCFWD"
23429   - "L2XCFWD"
23430   - "L2XCFWD"
23431   - "L2BDMACLRN"
23432   - "L2BDMACLRN"
23433   - "L2BDMACLRN"
23434   - "IP4FWD"
23435   layout:
23436     title: "memif-3n-skx-x710-64b-base_and_features-pdr"
23437     layout: "plot-throughput-speedup-analysis"
23438
23439 # Speedup - VPP Container Memif 2n-skx-x710
23440 - type: "plot"
23441   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23442   algorithm: "plot_throughput_speedup_analysis"
23443   output-file-type: ".html"
23444   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23445   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23446   filter: "'NIC_Intel-X710' and
23447            '64B' and
23448            ('BASE' or 'SCALE') and
23449            'NDRPDR' and
23450            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23451            not 'VHOST' and
23452            not 'NF_DENSITY' and
23453            'MEMIF'"
23454   parameters:
23455   - "throughput"
23456   - "parent"
23457   - "tags"
23458   sort:
23459   - "L2XCFWD"
23460   - "L2XCFWD"
23461   - "L2XCFWD"
23462   - "L2BDMACLRN"
23463   - "L2BDMACLRN"
23464   - "L2BDMACLRN"
23465   - "IP4FWD"
23466   layout:
23467     title: "memif-2n-skx-x710-64b-base_and_features-ndr"
23468     layout: "plot-throughput-speedup-analysis"
23469
23470 - type: "plot"
23471   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23472   algorithm: "plot_throughput_speedup_analysis"
23473   output-file-type: ".html"
23474   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23475   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23476   filter: "'NIC_Intel-X710' and
23477            '64B' and
23478            ('BASE' or 'SCALE') and
23479            'NDRPDR' and
23480            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23481            not 'VHOST' and
23482            not 'NF_DENSITY' and
23483            'MEMIF'"
23484   parameters:
23485   - "throughput"
23486   - "parent"
23487   - "tags"
23488   sort:
23489   - "L2XCFWD"
23490   - "L2XCFWD"
23491   - "L2XCFWD"
23492   - "L2BDMACLRN"
23493   - "L2BDMACLRN"
23494   - "L2BDMACLRN"
23495   - "IP4FWD"
23496   layout:
23497     title: "memif-2n-skx-x710-64b-base_and_features-pdr"
23498     layout: "plot-throughput-speedup-analysis"
23499
23500 ## Speedup - VPP Container Memif 2n-skx-xxv710
23501 #- type: "plot"
23502 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23503 #  algorithm: "plot_throughput_speedup_analysis"
23504 #  output-file-type: ".html"
23505 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23506 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23507 #  filter: "'NIC_Intel-XXV710' and
23508 #           '64B' and
23509 #           ('BASE' or 'SCALE') and
23510 #           'NDRPDR' and
23511 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23512 #           not 'VHOST' and
23513 #           'MEMIF'"
23514 #  parameters:
23515 #  - "throughput"
23516 #  - "parent"
23517 #  - "tags"
23518 #  sort:
23519 #  - "L2XCFWD"
23520 #  - "L2XCFWD"
23521 #  - "L2XCFWD"
23522 #  - "L2BDMACLRN"
23523 #  - "L2BDMACLRN"
23524 #  - "L2BDMACLRN"
23525 #  - "IP4FWD"
23526 #  layout:
23527 #    title: "memif-2n-skx-xxv710-64b-base_and_features-ndr"
23528 #    layout: "plot-throughput-speedup-analysis"
23529 #
23530 #- type: "plot"
23531 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23532 #  algorithm: "plot_throughput_speedup_analysis"
23533 #  output-file-type: ".html"
23534 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23535 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23536 #  filter: "'NIC_Intel-XXV710' and
23537 #           '64B' and
23538 #           ('BASE' or 'SCALE') and
23539 #           'NDRPDR' and
23540 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23541 #           not 'VHOST' and
23542 #           'MEMIF'"
23543 #  parameters:
23544 #  - "throughput"
23545 #  - "parent"
23546 #  - "tags"
23547 #  sort:
23548 #  - "L2XCFWD"
23549 #  - "L2XCFWD"
23550 #  - "L2XCFWD"
23551 #  - "L2BDMACLRN"
23552 #  - "L2BDMACLRN"
23553 #  - "L2BDMACLRN"
23554 #  - "IP4FWD"
23555 #  layout:
23556 #    title: "memif-2n-skx-xxv710-64b-base_and_features-pdr"
23557 #    layout: "plot-throughput-speedup-analysis"
23558
23559 ################################################################################
23560
23561 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
23562 #- type: "plot"
23563 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23564 #  algorithm: "plot_throughput_speedup_analysis"
23565 #  output-file-type: ".html"
23566 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23567 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23568 #  filter: "'NIC_Intel-X520-DA2' and
23569 #           '64B' and
23570 #           ('BASE' or 'SCALE') and
23571 #           'NDRPDR' and
23572 #           'L2XCFWD' and
23573 #           not 'VHOST' and
23574 #           not 'NF_DENSITY' and
23575 #           'MEMIF'"
23576 #  parameters:
23577 #  - "throughput"
23578 #  - "parent"
23579 #  - "tags"
23580 #  sort:
23581 #  - "1VNF"
23582 #  - "2VNF"
23583 #  - "4VNF"
23584 #  - "2VNF"
23585 #  - "4VNF"
23586 #  layout:
23587 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
23588 #    layout: "plot-throughput-speedup-analysis"
23589 #
23590 #- type: "plot"
23591 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23592 #  algorithm: "plot_throughput_speedup_analysis"
23593 #  output-file-type: ".html"
23594 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23595 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23596 #  filter: "'NIC_Intel-X520-DA2' and
23597 #           '64B' and
23598 #           ('BASE' or 'SCALE') and
23599 #           'NDRPDR' and
23600 #           'L2XCFWD' and
23601 #           not 'VHOST' and
23602 #           not 'NF_DENSITY' and
23603 #           'MEMIF'"
23604 #  parameters:
23605 #  - "throughput"
23606 #  - "parent"
23607 #  - "tags"
23608 #  sort:
23609 #  - "1VNF"
23610 #  - "2VNF"
23611 #  - "4VNF"
23612 #  - "2VNF"
23613 #  - "4VNF"
23614 #  layout:
23615 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
23616 #    layout: "plot-throughput-speedup-analysis"
23617 #
23618 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
23619 #- type: "plot"
23620 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23621 #  algorithm: "plot_throughput_speedup_analysis"
23622 #  output-file-type: ".html"
23623 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23624 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23625 #  filter: "'NIC_Intel-X520-DA2' and
23626 #           '64B' and
23627 #           ('BASE' or 'SCALE') and
23628 #           'NDRPDR' and
23629 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23630 #           not 'VHOST' and
23631 #           not 'NF_DENSITY' and
23632 #           'MEMIF'"
23633 #  parameters:
23634 #  - "throughput"
23635 #  - "parent"
23636 #  - "tags"
23637 #  sort:
23638 #  - "1VNF"
23639 #  - "2VNF"
23640 #  - "4VNF"
23641 #  - "2VNF"
23642 #  - "4VNF"
23643 #  layout:
23644 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
23645 #    layout: "plot-throughput-speedup-analysis"
23646 #
23647 #- type: "plot"
23648 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23649 #  algorithm: "plot_throughput_speedup_analysis"
23650 #  output-file-type: ".html"
23651 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23652 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23653 #  filter: "'NIC_Intel-X520-DA2' and
23654 #           '64B' and
23655 #           ('BASE' or 'SCALE') and
23656 #           'NDRPDR' and
23657 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23658 #           not 'VHOST' and
23659 #           not 'NF_DENSITY' and
23660 #           'MEMIF'"
23661 #  parameters:
23662 #  - "throughput"
23663 #  - "parent"
23664 #  - "tags"
23665 #  sort:
23666 #  - "1VNF"
23667 #  - "2VNF"
23668 #  - "4VNF"
23669 #  - "2VNF"
23670 #  - "4VNF"
23671 #  layout:
23672 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
23673 #    layout: "plot-throughput-speedup-analysis"
23674 #
23675 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
23676 #- type: "plot"
23677 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23678 #  algorithm: "plot_throughput_speedup_analysis"
23679 #  output-file-type: ".html"
23680 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23681 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23682 #  filter: "'NIC_Intel-X710' and
23683 #           '64B' and
23684 #           ('BASE' or 'SCALE') and
23685 #           'NDRPDR' and
23686 #           'L2XCFWD' and
23687 #           not 'VHOST' and
23688 #           not 'NF_DENSITY' and
23689 #           'MEMIF'"
23690 #  parameters:
23691 #  - "throughput"
23692 #  - "parent"
23693 #  - "tags"
23694 #  sort:
23695 #  - "1VNF"
23696 #  - "2VNF"
23697 #  - "4VNF"
23698 #  - "2VNF"
23699 #  - "4VNF"
23700 #  layout:
23701 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
23702 #    layout: "plot-throughput-speedup-analysis"
23703 #
23704 #- type: "plot"
23705 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23706 #  algorithm: "plot_throughput_speedup_analysis"
23707 #  output-file-type: ".html"
23708 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23709 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23710 #  filter: "'NIC_Intel-X710' and
23711 #           '64B' and
23712 #           ('BASE' or 'SCALE') and
23713 #           'NDRPDR' and
23714 #           'L2XCFWD' and
23715 #           not 'VHOST' and
23716 #           not 'NF_DENSITY' and
23717 #           'MEMIF'"
23718 #  parameters:
23719 #  - "throughput"
23720 #  - "parent"
23721 #  - "tags"
23722 #  sort:
23723 #  - "1VNF"
23724 #  - "2VNF"
23725 #  - "4VNF"
23726 #  - "2VNF"
23727 #  - "4VNF"
23728 #  layout:
23729 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
23730 #    layout: "plot-throughput-speedup-analysis"
23731 #
23732 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
23733 #- type: "plot"
23734 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23735 #  algorithm: "plot_throughput_speedup_analysis"
23736 #  output-file-type: ".html"
23737 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23738 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23739 #  filter: "'NIC_Intel-X710' and
23740 #           '64B' and
23741 #           ('BASE' or 'SCALE') and
23742 #           'NDRPDR' and
23743 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23744 #           not 'VHOST' and
23745 #           not 'NF_DENSITY' and
23746 #           'MEMIF'"
23747 #  parameters:
23748 #  - "throughput"
23749 #  - "parent"
23750 #  - "tags"
23751 #  sort:
23752 #  - "1VNF"
23753 #  - "2VNF"
23754 #  - "4VNF"
23755 #  - "2VNF"
23756 #  - "4VNF"
23757 #  layout:
23758 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
23759 #    layout: "plot-throughput-speedup-analysis"
23760 #
23761 #- type: "plot"
23762 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23763 #  algorithm: "plot_throughput_speedup_analysis"
23764 #  output-file-type: ".html"
23765 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23766 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23767 #  filter: "'NIC_Intel-X710' and
23768 #           '64B' and
23769 #           ('BASE' or 'SCALE') and
23770 #           'NDRPDR' and
23771 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23772 #           not 'VHOST' and
23773 #           not 'NF_DENSITY' and
23774 #           'MEMIF'"
23775 #  parameters:
23776 #  - "throughput"
23777 #  - "parent"
23778 #  - "tags"
23779 #  sort:
23780 #  - "1VNF"
23781 #  - "2VNF"
23782 #  - "4VNF"
23783 #  - "2VNF"
23784 #  - "4VNF"
23785 #  layout:
23786 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
23787 #    layout: "plot-throughput-speedup-analysis"
23788
23789 ################################################################################
23790
23791 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
23792 - type: "plot"
23793   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23794   algorithm: "plot_throughput_speedup_analysis"
23795   output-file-type: ".html"
23796   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23797   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23798   filter: "'NIC_Intel-X520-DA2' and
23799            '64B' and
23800            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23801            'NDRPDR' and
23802            'IP4FWD' and
23803            not 'IPSEC' and
23804            not 'DOT1Q' and
23805            not 'VHOST'"
23806   parameters:
23807   - "throughput"
23808   - "parent"
23809   - "tags"
23810   sort:
23811   - "DOT1Q"
23812   - "IP4BASE"
23813   - "FIB_20K"
23814   - "FIB_200K"
23815   - "FIB_2M"
23816   layout:
23817     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
23818     layout: "plot-throughput-speedup-analysis"
23819
23820 - type: "plot"
23821   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23822   algorithm: "plot_throughput_speedup_analysis"
23823   output-file-type: ".html"
23824   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23825   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23826   filter: "'NIC_Intel-X520-DA2' and
23827            '64B' and
23828            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23829            'NDRPDR' and
23830            'IP4FWD' and
23831            not 'IPSEC' and
23832            not 'DOT1Q' and
23833            not 'VHOST'"
23834   parameters:
23835   - "throughput"
23836   - "parent"
23837   - "tags"
23838   sort:
23839   - "DOT1Q"
23840   - "IP4BASE"
23841   - "FIB_20K"
23842   - "FIB_200K"
23843   - "FIB_2M"
23844   layout:
23845     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
23846     layout: "plot-throughput-speedup-analysis"
23847
23848 # Speedup - VPP IPv4 3n-hsw-x520 features
23849 - type: "plot"
23850   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
23851   algorithm: "plot_throughput_speedup_analysis"
23852   output-file-type: ".html"
23853   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
23854   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23855   filter: "'NIC_Intel-X520-DA2' and
23856            '64B' and
23857            ('IP4BASE' or
23858             'POLICE_MARK' or
23859             'COPWHLIST' or
23860             ('NAT44' and 'BASE') or
23861             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23862            'NDRPDR' and
23863            'IP4FWD' and
23864            not 'IPSEC' and
23865            not 'VHOST'"
23866   parameters:
23867   - "throughput"
23868   - "parent"
23869   - "tags"
23870   sort:
23871   - "DOT1Q"
23872   - "IP4BASE"
23873   - "NAT44"
23874   - "POLICE_MARK"
23875   - "COPWHLIST"
23876   - "IACL"
23877   - "OACL"
23878   layout:
23879     title: "ip4-3n-hsw-x520-64b-features-ndr"
23880     layout: "plot-throughput-speedup-analysis"
23881
23882 - type: "plot"
23883   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
23884   algorithm: "plot_throughput_speedup_analysis"
23885   output-file-type: ".html"
23886   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
23887   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23888   filter: "'NIC_Intel-X520-DA2' and
23889            '64B' and
23890            ('IP4BASE' or
23891             'POLICE_MARK' or
23892             'COPWHLIST' or
23893             ('NAT44' and 'BASE') or
23894             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23895            'NDRPDR' and
23896            'IP4FWD' and
23897            not 'IPSEC' and
23898            not 'VHOST'"
23899   parameters:
23900   - "throughput"
23901   - "parent"
23902   - "tags"
23903   sort:
23904   - "DOT1Q"
23905   - "IP4BASE"
23906   - "NAT44"
23907   - "POLICE_MARK"
23908   - "COPWHLIST"
23909   - "IACL"
23910   - "OACL"
23911   layout:
23912     title: "ip4-3n-hsw-x520-64b-features-pdr"
23913     layout: "plot-throughput-speedup-analysis"
23914
23915 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
23916 - type: "plot"
23917   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23918   algorithm: "plot_throughput_speedup_analysis"
23919   output-file-type: ".html"
23920   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23921   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23922   filter: "'NIC_Intel-X520-DA2' and
23923            '64B' and
23924            'NDRPDR' and
23925            'IP4FWD' and
23926            ('NAT44' or 'IP4BASE') and
23927            not 'DOT1Q' and
23928            not 'IPSEC' and
23929            not 'VHOST'"
23930   parameters:
23931   - "throughput"
23932   - "parent"
23933   - "tags"
23934   sort:
23935   - "IP4BASE"
23936   - "BASE"
23937   - "SRC_USER_10"
23938   - "SRC_USER_100"
23939   - "SRC_USER_1000"
23940   - "SRC_USER_2000"
23941   layout:
23942     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
23943     layout: "plot-throughput-speedup-analysis"
23944
23945 - type: "plot"
23946   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23947   algorithm: "plot_throughput_speedup_analysis"
23948   output-file-type: ".html"
23949   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23950   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23951   filter: "'NIC_Intel-X520-DA2' and
23952            '64B' and
23953            'NDRPDR' and
23954            'IP4FWD' and
23955            ('NAT44' or 'IP4BASE') and
23956            not 'DOT1Q' and
23957            not 'IPSEC' and
23958            not 'VHOST'"
23959   parameters:
23960   - "throughput"
23961   - "parent"
23962   - "tags"
23963   sort:
23964   - "IP4BASE"
23965   - "BASE"
23966   - "SRC_USER_10"
23967   - "SRC_USER_100"
23968   - "SRC_USER_1000"
23969   - "SRC_USER_2000"
23970   layout:
23971     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
23972     layout: "plot-throughput-speedup-analysis"
23973
23974 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
23975 - type: "plot"
23976   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23977   algorithm: "plot_throughput_speedup_analysis"
23978   output-file-type: ".html"
23979   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23980   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23981   filter: "'NIC_Intel-X520-DA2' and
23982            '64B' and
23983            'NDRPDR' and
23984            'IP4FWD' and
23985            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23986            not 'IPSEC' and
23987            not 'DOT1Q' and
23988            not 'VHOST'"
23989   parameters:
23990   - "throughput"
23991   - "parent"
23992   - "tags"
23993   sort:
23994   - "IP4BASE"
23995   - "ACL_STATELESS"
23996   - "ACL_STATEFUL"
23997   - "ACL_STATELESS"
23998   - "ACL_STATEFUL"
23999   layout:
24000     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
24001     layout: "plot-throughput-speedup-analysis"
24002
24003 - type: "plot"
24004   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24005   algorithm: "plot_throughput_speedup_analysis"
24006   output-file-type: ".html"
24007   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24008   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24009   filter: "'NIC_Intel-X520-DA2' and
24010            '64B' and
24011            'NDRPDR' and
24012            'IP4FWD' and
24013            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24014            not 'IPSEC' and
24015            not 'DOT1Q' and
24016            not 'VHOST'"
24017   parameters:
24018   - "throughput"
24019   - "parent"
24020   - "tags"
24021   sort:
24022   - "IP4BASE"
24023   - "ACL_STATELESS"
24024   - "ACL_STATEFUL"
24025   - "ACL_STATELESS"
24026   - "ACL_STATEFUL"
24027   layout:
24028     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
24029     layout: "plot-throughput-speedup-analysis"
24030
24031 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
24032 - type: "plot"
24033   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24034   algorithm: "plot_throughput_speedup_analysis"
24035   output-file-type: ".html"
24036   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24037   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24038   filter: "'NIC_Intel-X520-DA2' and
24039            '64B' and
24040            'NDRPDR' and
24041            'IP4FWD' and
24042            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24043            not 'IPSEC' and
24044            not 'DOT1Q' and
24045            not 'VHOST'"
24046   parameters:
24047   - "throughput"
24048   - "parent"
24049   - "tags"
24050   sort:
24051   - "IP4BASE"
24052   - "ACL_STATELESS"
24053   - "ACL_STATEFUL"
24054   - "ACL_STATELESS"
24055   - "ACL_STATEFUL"
24056   layout:
24057     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
24058     layout: "plot-throughput-speedup-analysis"
24059
24060 - type: "plot"
24061   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24062   algorithm: "plot_throughput_speedup_analysis"
24063   output-file-type: ".html"
24064   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24065   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24066   filter: "'NIC_Intel-X520-DA2' and
24067            '64B' and
24068            'NDRPDR' and
24069            'IP4FWD' and
24070            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24071            not 'IPSEC' and
24072            not 'DOT1Q' and
24073            not 'VHOST'"
24074   parameters:
24075   - "throughput"
24076   - "parent"
24077   - "tags"
24078   sort:
24079   - "IP4BASE"
24080   - "ACL_STATELESS"
24081   - "ACL_STATEFUL"
24082   - "ACL_STATELESS"
24083   - "ACL_STATEFUL"
24084   layout:
24085     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
24086     layout: "plot-throughput-speedup-analysis"
24087
24088 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
24089 - type: "plot"
24090   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24091   algorithm: "plot_throughput_speedup_analysis"
24092   output-file-type: ".html"
24093   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24094   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24095   filter: "'NIC_Intel-X710' and
24096            '64B' and
24097            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24098            'NDRPDR' and
24099            'IP4FWD' and
24100            not 'IPSEC' and
24101            not 'DOT1Q' and
24102            not 'VHOST'"
24103   parameters:
24104   - "throughput"
24105   - "parent"
24106   - "tags"
24107   sort:
24108   - "IP4BASE"
24109   - "FIB_20K"
24110   - "FIB_200K"
24111   - "FIB_2M"
24112   layout:
24113     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24114     layout: "plot-throughput-speedup-analysis"
24115
24116 - type: "plot"
24117   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24118   algorithm: "plot_throughput_speedup_analysis"
24119   output-file-type: ".html"
24120   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24121   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24122   filter: "'NIC_Intel-X710' and
24123            '64B' and
24124            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24125            'NDRPDR' and
24126            'IP4FWD' and
24127            not 'IPSEC' and
24128            not 'DOT1Q' and
24129            not 'VHOST'"
24130   parameters:
24131   - "throughput"
24132   - "parent"
24133   - "tags"
24134   sort:
24135   - "IP4BASE"
24136   - "FIB_20K"
24137   - "FIB_200K"
24138   - "FIB_2M"
24139   layout:
24140     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24141     layout: "plot-throughput-speedup-analysis"
24142
24143 # Speedup - VPP IPv4 3n-hsw-x710 features
24144 - type: "plot"
24145   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
24146   algorithm: "plot_throughput_speedup_analysis"
24147   output-file-type: ".html"
24148   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
24149   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24150   filter: "'NIC_Intel-X710' and
24151            '64B' and
24152            ('IP4BASE' or
24153             'POLICE_MARK' or
24154             'COPWHLIST' or
24155             ('NAT44' and 'BASE') or
24156             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24157            'NDRPDR' and
24158            'IP4FWD' and
24159            not 'IPSEC' and
24160            not 'VHOST'"
24161   parameters:
24162   - "throughput"
24163   - "parent"
24164   - "tags"
24165   sort:
24166   - "DOT1Q"
24167   - "IP4BASE"
24168   - "NAT44"
24169   - "POLICE_MARK"
24170   - "COPWHLIST"
24171   - "IACL"
24172   - "OACL"
24173   layout:
24174     title: "ip4-3n-hsw-x710-64b-features-ndr"
24175     layout: "plot-throughput-speedup-analysis"
24176
24177 - type: "plot"
24178   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
24179   algorithm: "plot_throughput_speedup_analysis"
24180   output-file-type: ".html"
24181   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
24182   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24183   filter: "'NIC_Intel-X710' and
24184            '64B' and
24185            ('IP4BASE' or
24186             'POLICE_MARK' or
24187             'COPWHLIST' or
24188             ('NAT44' and 'BASE') or
24189             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24190            'NDRPDR' and
24191            'IP4FWD' and
24192            not 'IPSEC' and
24193            not 'VHOST'"
24194   parameters:
24195   - "throughput"
24196   - "parent"
24197   - "tags"
24198   sort:
24199   - "DOT1Q"
24200   - "IP4BASE"
24201   - "NAT44"
24202   - "POLICE_MARK"
24203   - "COPWHLIST"
24204   - "IACL"
24205   - "OACL"
24206   layout:
24207     title: "ip4-3n-hsw-x710-64b-features-pdr"
24208     layout: "plot-throughput-speedup-analysis"
24209
24210 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
24211 - type: "plot"
24212   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24213   algorithm: "plot_throughput_speedup_analysis"
24214   output-file-type: ".html"
24215   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24216   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24217   filter: "'NIC_Intel-X710' and
24218            '64B' and
24219            'NDRPDR' and
24220            'IP4FWD' and
24221            ('NAT44' or 'IP4BASE') and
24222            not 'IPSEC' and
24223            not 'VHOST'"
24224   parameters:
24225   - "throughput"
24226   - "parent"
24227   - "tags"
24228   sort:
24229   - "IP4BASE"
24230   - "BASE"
24231   - "SRC_USER_10"
24232   - "SRC_USER_100"
24233   - "SRC_USER_1000"
24234   - "SRC_USER_2000"
24235   layout:
24236     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
24237     layout: "plot-throughput-speedup-analysis"
24238
24239 - type: "plot"
24240   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24241   algorithm: "plot_throughput_speedup_analysis"
24242   output-file-type: ".html"
24243   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24244   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24245   filter: "'NIC_Intel-X710' and
24246            '64B' and
24247            'NDRPDR' and
24248            'IP4FWD' and
24249            ('NAT44' or 'IP4BASE') and
24250            not 'IPSEC' and
24251            not 'VHOST'"
24252   parameters:
24253   - "throughput"
24254   - "parent"
24255   - "tags"
24256   sort:
24257   - "IP4BASE"
24258   - "BASE"
24259   - "SRC_USER_10"
24260   - "SRC_USER_100"
24261   - "SRC_USER_1000"
24262   - "SRC_USER_2000"
24263   layout:
24264     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
24265     layout: "plot-throughput-speedup-analysis"
24266
24267 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
24268 - type: "plot"
24269   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24270   algorithm: "plot_throughput_speedup_analysis"
24271   output-file-type: ".html"
24272   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24273   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24274   filter: "'NIC_Intel-X710' and
24275            '64B' and
24276            'NDRPDR' and
24277            'IP4FWD' and
24278            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24279            not 'IPSEC' and
24280            not 'VHOST'"
24281   parameters:
24282   - "throughput"
24283   - "parent"
24284   - "tags"
24285   sort:
24286   - "IP4BASE"
24287   - "ACL_STATELESS"
24288   - "ACL_STATEFUL"
24289   - "ACL_STATELESS"
24290   - "ACL_STATEFUL"
24291   layout:
24292     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
24293     layout: "plot-throughput-speedup-analysis"
24294
24295 - type: "plot"
24296   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24297   algorithm: "plot_throughput_speedup_analysis"
24298   output-file-type: ".html"
24299   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24300   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24301   filter: "'NIC_Intel-X710' and
24302            '64B' and
24303            'NDRPDR' and
24304            'IP4FWD' and
24305            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24306            not 'IPSEC' and
24307            not 'VHOST'"
24308   parameters:
24309   - "throughput"
24310   - "parent"
24311   - "tags"
24312   sort:
24313   - "IP4BASE"
24314   - "ACL_STATELESS"
24315   - "ACL_STATEFUL"
24316   - "ACL_STATELESS"
24317   - "ACL_STATEFUL"
24318   layout:
24319     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
24320     layout: "plot-throughput-speedup-analysis"
24321
24322 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
24323 - type: "plot"
24324   title: "Speedup: ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24325   algorithm: "plot_throughput_speedup_analysis"
24326   output-file-type: ".html"
24327   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24328   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24329   filter: "'NIC_Intel-XL710' and
24330            '64B' and
24331            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24332            'NDRPDR' and
24333            'IP4FWD' and
24334            not 'IPSEC' and
24335            not 'VHOST'"
24336   parameters:
24337   - "throughput"
24338   - "parent"
24339   - "tags"
24340   sort:
24341   - "IP4BASE"
24342   - "FIB_20K"
24343   - "FIB_200K"
24344   - "FIB_2M"
24345   layout:
24346     title: "ip4-3n-hsw-xl710-64b-base-ndr"
24347     layout: "plot-throughput-speedup-analysis"
24348
24349 - type: "plot"
24350   title: "Speedup: ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24351   algorithm: "plot_throughput_speedup_analysis"
24352   output-file-type: ".html"
24353   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24354   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24355   filter: "'NIC_Intel-XL710' and
24356            '64B' and
24357            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24358            'NDRPDR' and
24359            'IP4FWD' and
24360            not 'IPSEC' and
24361            not 'VHOST'"
24362   parameters:
24363   - "throughput"
24364   - "parent"
24365   - "tags"
24366   sort:
24367   - "IP4BASE"
24368   - "FIB_20K"
24369   - "FIB_200K"
24370   - "FIB_2M"
24371   layout:
24372     title: "ip4-3n-hsw-xl710-64b-base-pdr"
24373     layout: "plot-throughput-speedup-analysis"
24374
24375 # Speedup - VPP IPv4 3n-skx-x710 base and scale
24376 - type: "plot"
24377   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24378   algorithm: "plot_throughput_speedup_analysis"
24379   output-file-type: ".html"
24380   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24381   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24382   filter: "'NIC_Intel-X710' and
24383            '64B' and
24384            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24385            'NDRPDR' and
24386            'IP4FWD' and
24387            not 'IPSEC' and
24388            not 'DOT1Q' and
24389            not 'VHOST'"
24390   parameters:
24391   - "throughput"
24392   - "parent"
24393   - "tags"
24394   sort:
24395   - "IP4BASE"
24396   - "FIB_20K"
24397   - "FIB_200K"
24398   - "FIB_2M"
24399   layout:
24400     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
24401     layout: "plot-throughput-speedup-analysis"
24402
24403 - type: "plot"
24404   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24405   algorithm: "plot_throughput_speedup_analysis"
24406   output-file-type: ".html"
24407   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24408   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24409   filter: "'NIC_Intel-X710' and
24410            '64B' and
24411            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24412            'NDRPDR' and
24413            'IP4FWD' and
24414            not 'IPSEC' and
24415            not 'DOT1Q' and
24416            not 'VHOST'"
24417   parameters:
24418   - "throughput"
24419   - "parent"
24420   - "tags"
24421   sort:
24422   - "IP4BASE"
24423   - "FIB_20K"
24424   - "FIB_200K"
24425   - "FIB_2M"
24426   layout:
24427     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
24428     layout: "plot-throughput-speedup-analysis"
24429
24430 # Speedup - VPP IPv4 3n-skx-x710 features
24431 - type: "plot"
24432   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
24433   algorithm: "plot_throughput_speedup_analysis"
24434   output-file-type: ".html"
24435   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
24436   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24437   filter: "'NIC_Intel-X710' and
24438            '64B' and
24439            ('IP4BASE' or
24440             'POLICE_MARK' or
24441             'COPWHLIST' or
24442             ('NAT44' and 'BASE') or
24443             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24444            'NDRPDR' and
24445            'IP4FWD' and
24446            not 'IPSEC' and
24447            not 'VHOST'"
24448   parameters:
24449   - "throughput"
24450   - "parent"
24451   - "tags"
24452   sort:
24453   - "DOT1Q"
24454   - "IP4BASE"
24455   - "NAT44"
24456   - "POLICE_MARK"
24457   - "COPWHLIST"
24458   - "IACL"
24459   - "OACL"
24460   layout:
24461     title: "ip4-3n-skx-x710-64b-features-ndr"
24462     layout: "plot-throughput-speedup-analysis"
24463
24464 - type: "plot"
24465   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
24466   algorithm: "plot_throughput_speedup_analysis"
24467   output-file-type: ".html"
24468   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
24469   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24470   filter: "'NIC_Intel-X710' and
24471            '64B' and
24472            ('IP4BASE' or
24473             'POLICE_MARK' or
24474             'COPWHLIST' or
24475             ('NAT44' and 'BASE') or
24476             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24477            'NDRPDR' and
24478            'IP4FWD' and
24479            not 'IPSEC' and
24480            not 'VHOST'"
24481   parameters:
24482   - "throughput"
24483   - "parent"
24484   - "tags"
24485   sort:
24486   - "DOT1Q"
24487   - "IP4BASE"
24488   - "NAT44"
24489   - "POLICE_MARK"
24490   - "COPWHLIST"
24491   - "IACL"
24492   - "OACL"
24493   layout:
24494     title: "ip4-3n-skx-x710-64b-features-pdr"
24495     layout: "plot-throughput-speedup-analysis"
24496
24497 # Speedup - VPP IPv4 3n-skx-x710 features nat44
24498 - type: "plot"
24499   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24500   algorithm: "plot_throughput_speedup_analysis"
24501   output-file-type: ".html"
24502   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24503   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24504   filter: "'NIC_Intel-X710' and
24505            '64B' and
24506            'NDRPDR' and
24507            'IP4FWD' and
24508            ('NAT44' or 'IP4BASE') and
24509            not 'IPSEC' and
24510            not 'VHOST'"
24511   parameters:
24512   - "throughput"
24513   - "parent"
24514   - "tags"
24515   sort:
24516   - "IP4BASE"
24517   - "BASE"
24518   - "SRC_USER_10"
24519   - "SRC_USER_100"
24520   - "SRC_USER_1000"
24521   - "SRC_USER_2000"
24522   layout:
24523     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
24524     layout: "plot-throughput-speedup-analysis"
24525
24526 - type: "plot"
24527   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24528   algorithm: "plot_throughput_speedup_analysis"
24529   output-file-type: ".html"
24530   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24531   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24532   filter: "'NIC_Intel-X710' and
24533            '64B' and
24534            'NDRPDR' and
24535            'IP4FWD' and
24536            ('NAT44' or 'IP4BASE') and
24537            not 'IPSEC' and
24538            not 'VHOST'"
24539   parameters:
24540   - "throughput"
24541   - "parent"
24542   - "tags"
24543   sort:
24544   - "IP4BASE"
24545   - "BASE"
24546   - "SRC_USER_10"
24547   - "SRC_USER_100"
24548   - "SRC_USER_1000"
24549   - "SRC_USER_2000"
24550   layout:
24551     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
24552     layout: "plot-throughput-speedup-analysis"
24553
24554 # Speedup - VPP IPv4 3n-skx-x710 features iacl
24555 - type: "plot"
24556   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24557   algorithm: "plot_throughput_speedup_analysis"
24558   output-file-type: ".html"
24559   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24560   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24561   filter: "'NIC_Intel-X710' and
24562            '64B' and
24563            'NDRPDR' and
24564            'IP4FWD' and
24565            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24566            not 'IPSEC' and
24567            not 'VHOST'"
24568   parameters:
24569   - "throughput"
24570   - "parent"
24571   - "tags"
24572   sort:
24573   - "IP4BASE"
24574   - "ACL_STATELESS"
24575   - "ACL_STATEFUL"
24576   - "ACL_STATELESS"
24577   - "ACL_STATEFUL"
24578   layout:
24579     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
24580     layout: "plot-throughput-speedup-analysis"
24581
24582 - type: "plot"
24583   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24584   algorithm: "plot_throughput_speedup_analysis"
24585   output-file-type: ".html"
24586   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24587   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24588   filter: "'NIC_Intel-X710' and
24589            '64B' and
24590            'NDRPDR' and
24591            'IP4FWD' and
24592            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24593            not 'IPSEC' and
24594            not 'VHOST'"
24595   parameters:
24596   - "throughput"
24597   - "parent"
24598   - "tags"
24599   sort:
24600   - "IP4BASE"
24601   - "ACL_STATELESS"
24602   - "ACL_STATEFUL"
24603   - "ACL_STATELESS"
24604   - "ACL_STATEFUL"
24605   layout:
24606     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
24607     layout: "plot-throughput-speedup-analysis"
24608
24609 ## Speedup - VPP IPv4 3n-skx-x710 features oacl
24610 #- type: "plot"
24611 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24612 #  algorithm: "plot_throughput_speedup_analysis"
24613 #  output-file-type: ".html"
24614 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24615 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24616 #  filter: "'NIC_Intel-X710' and
24617 #           '64B' and
24618 #           'NDRPDR' and
24619 #           'IP4FWD' and
24620 #           'OACL' and
24621 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24622 #           not 'IPSEC' and
24623 #           not 'VHOST'"
24624 #  parameters:
24625 #  - "throughput"
24626 #  - "parent"
24627 #  - "tags"
24628 #  sort:
24629 #  - "ACL_STATELESS"
24630 #  - "ACL_STATEFUL"
24631 #  - "ACL_STATELESS"
24632 #  - "ACL_STATEFUL"
24633 #  layout:
24634 #    title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
24635 #    layout: "plot-throughput-speedup-analysis"
24636 #
24637 #- type: "plot"
24638 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24639 #  algorithm: "plot_throughput_speedup_analysis"
24640 #  output-file-type: ".html"
24641 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24642 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24643 #  filter: "'NIC_Intel-X710' and
24644 #           '64B' and
24645 #           'NDRPDR' and
24646 #           'IP4FWD' and
24647 #           'OACL' and
24648 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24649 #           not 'IPSEC' and
24650 #           not 'VHOST'"
24651 #  parameters:
24652 #  - "throughput"
24653 #  - "parent"
24654 #  - "tags"
24655 #  sort:
24656 #  - "ACL_STATELESS"
24657 #  - "ACL_STATEFUL"
24658 #  - "ACL_STATELESS"
24659 #  - "ACL_STATEFUL"
24660 #  layout:
24661 #    title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
24662 #    layout: "plot-throughput-speedup-analysis"
24663
24664 # Speedup - VPP IPv4 2n-skx-x710 base and scale
24665 - type: "plot"
24666   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24667   algorithm: "plot_throughput_speedup_analysis"
24668   output-file-type: ".html"
24669   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24670   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24671   filter: "'NIC_Intel-X710' and
24672            '64B' and
24673            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24674            'NDRPDR' and
24675            'IP4FWD' and
24676            not 'IPSEC' and
24677            not 'DOT1Q' and
24678            not 'VHOST'"
24679   parameters:
24680   - "throughput"
24681   - "parent"
24682   - "tags"
24683   sort:
24684   - "IP4BASE"
24685   - "FIB_20K"
24686   - "FIB_200K"
24687   - "FIB_2M"
24688   layout:
24689     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
24690     layout: "plot-throughput-speedup-analysis"
24691
24692 - type: "plot"
24693   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24694   algorithm: "plot_throughput_speedup_analysis"
24695   output-file-type: ".html"
24696   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24697   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24698   filter: "'NIC_Intel-X710' and
24699            '64B' and
24700            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24701            'NDRPDR' and
24702            'IP4FWD' and
24703            not 'IPSEC' and
24704            not 'DOT1Q' and
24705            not 'VHOST'"
24706   parameters:
24707   - "throughput"
24708   - "parent"
24709   - "tags"
24710   sort:
24711   - "IP4BASE"
24712   - "FIB_20K"
24713   - "FIB_200K"
24714   - "FIB_2M"
24715   layout:
24716     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
24717     layout: "plot-throughput-speedup-analysis"
24718
24719 # Speedup - VPP IPv4 2n-skx-x710 features iacl
24720 - type: "plot"
24721   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24722   algorithm: "plot_throughput_speedup_analysis"
24723   output-file-type: ".html"
24724   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24725   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24726   filter: "'NIC_Intel-X710' and
24727            '64B' and
24728            'NDRPDR' and
24729            'IP4FWD' and
24730            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24731            not 'IPSEC' and
24732            not 'VHOST'"
24733   parameters:
24734   - "throughput"
24735   - "parent"
24736   - "tags"
24737   sort:
24738   - "IP4BASE"
24739   - "ACL_STATELESS"
24740   - "ACL_STATEFUL"
24741   - "ACL_STATELESS"
24742   - "ACL_STATEFUL"
24743   layout:
24744     title: "ip4-2n-skx-x710-64b-features-iacl-ndr"
24745     layout: "plot-throughput-speedup-analysis"
24746
24747 - type: "plot"
24748   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24749   algorithm: "plot_throughput_speedup_analysis"
24750   output-file-type: ".html"
24751   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24752   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24753   filter: "'NIC_Intel-X710' and
24754            '64B' and
24755            'NDRPDR' and
24756            'IP4FWD' and
24757            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24758            not 'IPSEC' and
24759            not 'VHOST'"
24760   parameters:
24761   - "throughput"
24762   - "parent"
24763   - "tags"
24764   sort:
24765   - "IP4BASE"
24766   - "ACL_STATELESS"
24767   - "ACL_STATEFUL"
24768   - "ACL_STATELESS"
24769   - "ACL_STATEFUL"
24770   layout:
24771     title: "ip4-2n-skx-x710-64b-features-iacl-pdr"
24772     layout: "plot-throughput-speedup-analysis"
24773
24774 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
24775 - type: "plot"
24776   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24777   algorithm: "plot_throughput_speedup_analysis"
24778   output-file-type: ".html"
24779   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24780   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24781   filter: "'NIC_Intel-XXV710' and
24782            '64B' and
24783            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24784            'NDRPDR' and
24785            'IP4FWD' and
24786            not 'IPSEC' and
24787            not 'DOT1Q' and
24788            not 'VHOST'"
24789   parameters:
24790   - "throughput"
24791   - "parent"
24792   - "tags"
24793   sort:
24794   - "IP4BASE"
24795   - "FIB_20K"
24796   - "FIB_200K"
24797   - "FIB_2M"
24798   layout:
24799     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
24800     layout: "plot-throughput-speedup-analysis"
24801
24802 - type: "plot"
24803   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24804   algorithm: "plot_throughput_speedup_analysis"
24805   output-file-type: ".html"
24806   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24807   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24808   filter: "'NIC_Intel-XXV710' and
24809            '64B' and
24810            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24811            'NDRPDR' and
24812            'IP4FWD' and
24813            not 'IPSEC' and
24814            not 'DOT1Q' and
24815            not 'VHOST'"
24816   parameters:
24817   - "throughput"
24818   - "parent"
24819   - "tags"
24820   sort:
24821   - "IP4BASE"
24822   - "FIB_20K"
24823   - "FIB_200K"
24824   - "FIB_2M"
24825   layout:
24826     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
24827     layout: "plot-throughput-speedup-analysis"
24828
24829 ## Speedup - VPP IPv4 2n-dnv-x553 base
24830 #- type: "plot"
24831 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
24832 #  algorithm: "plot_throughput_speedup_analysis"
24833 #  output-file-type: ".html"
24834 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
24835 #  data: "intel-dnv-vpp"
24836 #  filter: "'NIC_Intel-X553' and
24837 #           '64B' and
24838 #           'IP4BASE' and
24839 #           'NDRPDR' and
24840 #           'IP4FWD' and
24841 #           not 'IPSEC' and
24842 #           not 'VHOST'"
24843 #  parameters:
24844 #  - "throughput"
24845 #  - "parent"
24846 #  - "tags"
24847 #  sort:
24848 #  - "IP4BASE"
24849 #  layout:
24850 #    title: "ip4-2n-dnv-x553-64b-base-ndr"
24851 #    layout: "plot-throughput-speedup-analysis"
24852 #
24853 #- type: "plot"
24854 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
24855 #  algorithm: "plot_throughput_speedup_analysis"
24856 #  output-file-type: ".html"
24857 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
24858 #  data: "intel-dnv-vpp"
24859 #  filter: "'NIC_Intel-X553' and
24860 #           '64B' and
24861 #           'IP4BASE' and
24862 #           'NDRPDR' and
24863 #           'IP4FWD' and
24864 #           not 'IPSEC' and
24865 #           not 'VHOST'"
24866 #  parameters:
24867 #  - "throughput"
24868 #  - "parent"
24869 #  - "tags"
24870 #  sort:
24871 #  - "IP4BASE"
24872 #  layout:
24873 #    title: "ip4-2n-dnv-x553-64b-base-pdr"
24874 #    layout: "plot-throughput-speedup-analysis"
24875
24876 ################################################################################
24877
24878 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
24879 - type: "plot"
24880   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24881   algorithm: "plot_throughput_speedup_analysis"
24882   output-file-type: ".html"
24883   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24884   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24885   filter: "'NIC_Intel-X520-DA2' and
24886            '64B' and
24887            'ENCAP' and
24888            'NDRPDR' and
24889            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24890            not 'DOT1Q' and
24891            not 'VHOST' and
24892            not 'IPSECHW'"
24893   parameters:
24894   - "throughput"
24895   - "parent"
24896   - "tags"
24897   sort:
24898   - "IP4BASE"
24899   - "L2BDMACLRN"
24900   - "L2XCFWD"
24901   - "LISP"
24902   layout:
24903     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
24904     layout: "plot-throughput-speedup-analysis"
24905
24906 - type: "plot"
24907   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24908   algorithm: "plot_throughput_speedup_analysis"
24909   output-file-type: ".html"
24910   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24911   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24912   filter: "'NIC_Intel-X520-DA2' and
24913            '64B' and
24914            'ENCAP' and
24915            'NDRPDR' and
24916            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24917            not 'DOT1Q' and
24918            not 'VHOST' and
24919            not 'IPSECHW'"
24920   parameters:
24921   - "throughput"
24922   - "parent"
24923   - "tags"
24924   sort:
24925   - "IP4BASE"
24926   - "L2BDMACLRN"
24927   - "L2XCFWD"
24928   - "LISP"
24929   layout:
24930     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
24931     layout: "plot-throughput-speedup-analysis"
24932
24933 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
24934 - type: "plot"
24935   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24936   algorithm: "plot_throughput_speedup_analysis"
24937   output-file-type: ".html"
24938   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24939   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24940   filter: "'NIC_Intel-X710' and
24941            '64B' and
24942            'ENCAP' and
24943            'NDRPDR' and
24944            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24945            not 'VHOST' and
24946            not 'IPSECHW'"
24947   parameters:
24948   - "throughput"
24949   - "parent"
24950   - "tags"
24951   sort:
24952   - "IP4BASE"
24953   - "LISP"
24954   - "VXLAN_1"
24955   - "VXLAN_10"
24956   - "VXLAN_100"
24957   - "VXLAN_1000"
24958   layout:
24959     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
24960     layout: "plot-throughput-speedup-analysis"
24961
24962 - type: "plot"
24963   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24964   algorithm: "plot_throughput_speedup_analysis"
24965   output-file-type: ".html"
24966   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24967   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24968   filter: "'NIC_Intel-X710' and
24969            '64B' and
24970            'ENCAP' and
24971            'NDRPDR' and
24972            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24973            not 'VHOST' and
24974            not 'IPSECHW'"
24975   parameters:
24976   - "throughput"
24977   - "parent"
24978   - "tags"
24979   sort:
24980   - "IP4BASE"
24981   - "LISP"
24982   - "VXLAN_1"
24983   - "VXLAN_10"
24984   - "VXLAN_100"
24985   - "VXLAN_1000"
24986   layout:
24987     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
24988     layout: "plot-throughput-speedup-analysis"
24989
24990 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
24991 - type: "plot"
24992   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24993   algorithm: "plot_throughput_speedup_analysis"
24994   output-file-type: ".html"
24995   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24996   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24997   filter: "'NIC_Intel-X710' and
24998            '64B' and
24999            'ENCAP' and
25000            'NDRPDR' and
25001            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
25002            not 'DOT1Q' and
25003            not 'VHOST' and
25004            not 'IPSECHW'"
25005   parameters:
25006   - "throughput"
25007   - "parent"
25008   - "tags"
25009   sort:
25010   - "IP4BASE"
25011   - "L2BDMACLRN"
25012   - "L2XCFWD"
25013   - "LISP"
25014   layout:
25015     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
25016     layout: "plot-throughput-speedup-analysis"
25017
25018 - type: "plot"
25019   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25020   algorithm: "plot_throughput_speedup_analysis"
25021   output-file-type: ".html"
25022   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25023   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25024   filter: "'NIC_Intel-X710' and
25025            '64B' and
25026            'ENCAP' and
25027            'NDRPDR' and
25028            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
25029            not 'DOT1Q' and
25030            not 'VHOST' and
25031            not 'IPSECHW'"
25032   parameters:
25033   - "throughput"
25034   - "parent"
25035   - "tags"
25036   sort:
25037   - "IP4BASE"
25038   - "L2BDMACLRN"
25039   - "L2XCFWD"
25040   - "LISP"
25041   layout:
25042     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
25043     layout: "plot-throughput-speedup-analysis"
25044
25045 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
25046 - type: "plot"
25047   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25048   algorithm: "plot_throughput_speedup_analysis"
25049   output-file-type: ".html"
25050   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25051   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25052   filter: "'NIC_Intel-X710' and
25053            '64B' and
25054            'ENCAP' and
25055            'NDRPDR' and
25056            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
25057            not 'VHOST' and
25058            not 'IPSECHW'"
25059   parameters:
25060   - "throughput"
25061   - "parent"
25062   - "tags"
25063   sort:
25064   - "IP4BASE"
25065   - "LISP"
25066   - "VXLAN_1"
25067   - "VXLAN_10"
25068   - "VXLAN_100"
25069   - "VXLAN_1000"
25070   layout:
25071     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
25072     layout: "plot-throughput-speedup-analysis"
25073
25074 - type: "plot"
25075   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25076   algorithm: "plot_throughput_speedup_analysis"
25077   output-file-type: ".html"
25078   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25079   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25080   filter: "'NIC_Intel-X710' and
25081            '64B' and
25082            'ENCAP' and
25083            'NDRPDR' and
25084            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
25085            not 'VHOST' and
25086            not 'IPSECHW'"
25087   parameters:
25088   - "throughput"
25089   - "parent"
25090   - "tags"
25091   sort:
25092   - "IP4BASE"
25093   - "LISP"
25094   - "VXLAN_1"
25095   - "VXLAN_10"
25096   - "VXLAN_100"
25097   - "VXLAN_1000"
25098   layout:
25099     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
25100     layout: "plot-throughput-speedup-analysis"
25101
25102 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
25103 - type: "plot"
25104   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25105   algorithm: "plot_throughput_speedup_analysis"
25106   output-file-type: ".html"
25107   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25108   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25109   filter: "'NIC_Intel-X710' and
25110            '64B' and
25111            'ENCAP' and
25112            'NDRPDR' and
25113            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25114            not 'DOT1Q' and
25115            not 'VHOST' and
25116            not 'IPSECHW'"
25117   parameters:
25118   - "throughput"
25119   - "parent"
25120   - "tags"
25121   sort:
25122   - "IP4BASE"
25123   - "L2BDMACLRN"
25124   - "L2XCFWD"
25125   - "LISP"
25126   layout:
25127     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
25128     layout: "plot-throughput-speedup-analysis"
25129
25130 - type: "plot"
25131   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25132   algorithm: "plot_throughput_speedup_analysis"
25133   output-file-type: ".html"
25134   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25135   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25136   filter: "'NIC_Intel-X710' and
25137            '64B' and
25138            'ENCAP' and
25139            'NDRPDR' and
25140            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25141            not 'DOT1Q' and
25142            not 'VHOST' and
25143            not 'IPSECHW'"
25144   parameters:
25145   - "throughput"
25146   - "parent"
25147   - "tags"
25148   sort:
25149   - "IP4BASE"
25150   - "L2BDMACLRN"
25151   - "L2XCFWD"
25152   - "LISP"
25153   layout:
25154     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
25155     layout: "plot-throughput-speedup-analysis"
25156
25157 ################################################################################
25158
25159 # Speedup - VPP IPv6 3n-hsw-x520
25160 - type: "plot"
25161   title: "Speedup: ip6-3n-hsw-x520-78b-base-ndr-tsa"
25162   algorithm: "plot_throughput_speedup_analysis"
25163   output-file-type: ".html"
25164   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-ndr-tsa"
25165   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25166   filter: "'NIC_Intel-X520-DA2' and
25167            '78B' and
25168            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25169            'NDRPDR' and
25170            'IP6FWD' and
25171            not 'SRv6' and
25172            not 'IPSEC' and
25173            not 'VHOST'"
25174   parameters:
25175   - "throughput"
25176   - "parent"
25177   - "tags"
25178   sort:
25179   - "IP6BASE"
25180   - "FIB_20K"
25181   - "FIB_200K"
25182   - "FIB_2M"
25183   layout:
25184     title: "ip6-3n-hsw-x520-78b-base-ndr"
25185     layout: "plot-throughput-speedup-analysis"
25186
25187 - type: "plot"
25188   title: "Speedup: ip6-3n-hsw-x520-78b-base-pdr-tsa"
25189   algorithm: "plot_throughput_speedup_analysis"
25190   output-file-type: ".html"
25191   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-pdr-tsa"
25192   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25193   filter: "'NIC_Intel-X520-DA2' and
25194            '78B' and
25195            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25196            'NDRPDR' and
25197            'IP6FWD' and
25198            not 'SRv6' and
25199            not 'IPSEC' and
25200            not 'VHOST'"
25201   parameters:
25202   - "throughput"
25203   - "parent"
25204   - "tags"
25205   sort:
25206   - "IP6BASE"
25207   - "FIB_20K"
25208   - "FIB_200K"
25209   - "FIB_2M"
25210   layout:
25211     title: "ip6-3n-hsw-x520-78b-base-pdr"
25212     layout: "plot-throughput-speedup-analysis"
25213
25214 # Speedup - VPP IPv6 3n-hsw-x710
25215 - type: "plot"
25216   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25217   algorithm: "plot_throughput_speedup_analysis"
25218   output-file-type: ".html"
25219   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25220   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25221   filter: "'NIC_Intel-X710' and
25222            '78B' and
25223            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25224            'NDRPDR' and
25225            'IP6FWD' and
25226            not 'SRv6' and
25227            not 'IPSEC' and
25228            not 'VHOST'"
25229   parameters:
25230   - "throughput"
25231   - "parent"
25232   - "tags"
25233   sort:
25234   - "IP6BASE"
25235   - "FIB_20K"
25236   - "FIB_200K"
25237   - "FIB_2M"
25238   layout:
25239     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
25240     layout: "plot-throughput-speedup-analysis"
25241
25242 - type: "plot"
25243   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25244   algorithm: "plot_throughput_speedup_analysis"
25245   output-file-type: ".html"
25246   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25247   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25248   filter: "'NIC_Intel-X710' and
25249            '78B' and
25250            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25251            'NDRPDR' and
25252            'IP6FWD' and
25253            not 'SRv6' and
25254            not 'IPSEC' and
25255            not 'VHOST'"
25256   parameters:
25257   - "throughput"
25258   - "parent"
25259   - "tags"
25260   sort:
25261   - "IP6BASE"
25262   - "FIB_20K"
25263   - "FIB_200K"
25264   - "FIB_2M"
25265   layout:
25266     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
25267     layout: "plot-throughput-speedup-analysis"
25268
25269 # Speedup - VPP IPv6 3n-hsw-x710 features
25270 - type: "plot"
25271   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25272   algorithm: "plot_throughput_speedup_analysis"
25273   output-file-type: ".html"
25274   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25275   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25276   filter: "'NIC_Intel-X710' and
25277            '78B' and
25278            ('IP6BASE' or
25279             'POLICE_MARK' or
25280             'COPWHLIST' or
25281             'IACLDST') and
25282            'NDRPDR' and
25283            'IP6FWD' and
25284            not 'SRv6' and
25285            not 'IPSEC' and
25286            not 'VHOST'"
25287   parameters:
25288   - "throughput"
25289   - "parent"
25290   - "tags"
25291   sort:
25292   - "IP6BASE"
25293   - "POLICE_MARK"
25294   - "COPWHLIST"
25295   - "IACLDST"
25296   layout:
25297     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
25298     layout: "plot-throughput-speedup-analysis"
25299
25300 - type: "plot"
25301   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25302   algorithm: "plot_throughput_speedup_analysis"
25303   output-file-type: ".html"
25304   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25305   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25306   filter: "'NIC_Intel-X710' and
25307            '78B' and
25308            ('IP6BASE' or
25309             'POLICE_MARK' or
25310             'COPWHLIST' or
25311             'IACLDST') and
25312            'NDRPDR' and
25313            'IP6FWD' and
25314            not 'SRv6' and
25315            not 'IPSEC' and
25316            not 'VHOST'"
25317   parameters:
25318   - "throughput"
25319   - "parent"
25320   - "tags"
25321   sort:
25322   - "IP6BASE"
25323   - "POLICE_MARK"
25324   - "COPWHLIST"
25325   - "IACLDST"
25326   layout:
25327     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
25328     layout: "plot-throughput-speedup-analysis"
25329
25330 # Speedup - VPP IPv6 3n-hsw-xl710
25331 - type: "plot"
25332   title: "Speedup: ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25333   algorithm: "plot_throughput_speedup_analysis"
25334   output-file-type: ".html"
25335   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25336   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25337   filter: "'NIC_Intel-XL710' and
25338            '78B' and
25339            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25340            'NDRPDR' and
25341            'IP6FWD' and
25342            not 'SRv6' and
25343            not 'IPSEC' and
25344            not 'VHOST'"
25345   parameters:
25346   - "throughput"
25347   - "parent"
25348   - "tags"
25349   sort:
25350   - "IP6BASE"
25351   - "FIB_20K"
25352   - "FIB_200K"
25353   - "FIB_2M"
25354   layout:
25355     title: "ip6-3n-hsw-xl710-78b-base-ndr"
25356     layout: "plot-throughput-speedup-analysis"
25357
25358 - type: "plot"
25359   title: "Speedup: ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25360   algorithm: "plot_throughput_speedup_analysis"
25361   output-file-type: ".html"
25362   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25363   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25364   filter: "'NIC_Intel-XL710' and
25365            '78B' and
25366            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25367            'NDRPDR' and
25368            'IP6FWD' and
25369            not 'SRv6' and
25370            not 'IPSEC' and
25371            not 'VHOST'"
25372   parameters:
25373   - "throughput"
25374   - "parent"
25375   - "tags"
25376   sort:
25377   - "IP6BASE"
25378   - "FIB_20K"
25379   - "FIB_200K"
25380   - "FIB_2M"
25381   layout:
25382     title: "ip6-3n-hsw-xl710-78b-base-pdr"
25383     layout: "plot-throughput-speedup-analysis"
25384
25385 # Speedup - VPP IPv6 3n-skx-x710
25386 - type: "plot"
25387   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25388   algorithm: "plot_throughput_speedup_analysis"
25389   output-file-type: ".html"
25390   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25391   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25392   filter: "'NIC_Intel-X710' and
25393            '78B' and
25394            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25395            'NDRPDR' and
25396            'IP6FWD' and
25397            not 'SRv6' and
25398            not 'IPSEC' and
25399            not 'VHOST'"
25400   parameters:
25401   - "throughput"
25402   - "parent"
25403   - "tags"
25404   sort:
25405   - "IP6BASE"
25406   - "FIB_20K"
25407   - "FIB_200K"
25408   - "FIB_2M"
25409   layout:
25410     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
25411     layout: "plot-throughput-speedup-analysis"
25412
25413 - type: "plot"
25414   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25415   algorithm: "plot_throughput_speedup_analysis"
25416   output-file-type: ".html"
25417   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25419   filter: "'NIC_Intel-X710' and
25420            '78B' and
25421            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25422            'NDRPDR' and
25423            'IP6FWD' and
25424            not 'SRv6' and
25425            not 'IPSEC' and
25426            not 'VHOST'"
25427   parameters:
25428   - "throughput"
25429   - "parent"
25430   - "tags"
25431   sort:
25432   - "IP6BASE"
25433   - "FIB_20K"
25434   - "FIB_200K"
25435   - "FIB_2M"
25436   layout:
25437     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
25438     layout: "plot-throughput-speedup-analysis"
25439
25440 # Speedup - VPP IPv6 3n-skx-x710 features
25441 - type: "plot"
25442   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25443   algorithm: "plot_throughput_speedup_analysis"
25444   output-file-type: ".html"
25445   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25446   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25447   filter: "'NIC_Intel-X710' and
25448            '78B' and
25449            ('IP6BASE' or
25450             'POLICE_MARK' or
25451             'COPWHLIST' or
25452             'IACLDST') and
25453            'NDRPDR' and
25454            'IP6FWD' and
25455            not 'SRv6' and
25456            not 'IPSEC' and
25457            not 'VHOST'"
25458   parameters:
25459   - "throughput"
25460   - "parent"
25461   - "tags"
25462   sort:
25463   - "IP6BASE"
25464   - "POLICE_MARK"
25465   - "COPWHLIST"
25466   - "IACLDST"
25467   layout:
25468     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
25469     layout: "plot-throughput-speedup-analysis"
25470
25471 - type: "plot"
25472   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25473   algorithm: "plot_throughput_speedup_analysis"
25474   output-file-type: ".html"
25475   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25476   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25477   filter: "'NIC_Intel-X710' and
25478            '78B' and
25479            ('IP6BASE' or
25480             'POLICE_MARK' or
25481             'COPWHLIST' or
25482             'IACLDST') and
25483            'NDRPDR' and
25484            'IP6FWD' and
25485            not 'SRv6' and
25486            not 'IPSEC' and
25487            not 'VHOST'"
25488   parameters:
25489   - "throughput"
25490   - "parent"
25491   - "tags"
25492   sort:
25493   - "IP6BASE"
25494   - "POLICE_MARK"
25495   - "COPWHLIST"
25496   - "IACLDST"
25497   layout:
25498     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
25499     layout: "plot-throughput-speedup-analysis"
25500
25501 # Speedup - VPP IPv6 3n-skx-xxv710
25502 - type: "plot"
25503   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25504   algorithm: "plot_throughput_speedup_analysis"
25505   output-file-type: ".html"
25506   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25507   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25508   filter: "'NIC_Intel-XXV710' and
25509            '78B' and
25510            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25511            'NDRPDR' and
25512            'IP6FWD' and
25513            not 'SRv6' and
25514            not 'IPSEC' and
25515            not 'VHOST'"
25516   parameters:
25517   - "throughput"
25518   - "parent"
25519   - "tags"
25520   sort:
25521   - "IP6BASE"
25522   - "FIB_20K"
25523   - "FIB_200K"
25524   - "FIB_2M"
25525   layout:
25526     title: "ip6-3n-skx-xxv710-78b-base_and_scale-ndr"
25527     layout: "plot-throughput-speedup-analysis"
25528
25529 - type: "plot"
25530   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25531   algorithm: "plot_throughput_speedup_analysis"
25532   output-file-type: ".html"
25533   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25534   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25535   filter: "'NIC_Intel-XXV710' and
25536            '78B' and
25537            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25538            'NDRPDR' and
25539            'IP6FWD' and
25540            not 'SRv6' and
25541            not 'IPSEC' and
25542            not 'VHOST'"
25543   parameters:
25544   - "throughput"
25545   - "parent"
25546   - "tags"
25547   sort:
25548   - "IP6BASE"
25549   - "FIB_20K"
25550   - "FIB_200K"
25551   - "FIB_2M"
25552   layout:
25553     title: "ip6-3n-skx-xxv710-78b-base_and_scale-pdr"
25554     layout: "plot-throughput-speedup-analysis"
25555
25556 # Speedup - VPP IPv6 2n-skx-x710
25557 - type: "plot"
25558   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25559   algorithm: "plot_throughput_speedup_analysis"
25560   output-file-type: ".html"
25561   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25562   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25563   filter: "'NIC_Intel-X710' and
25564            '78B' and
25565            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25566            'NDRPDR' and
25567            'IP6FWD' and
25568            not 'SRv6' and
25569            not 'IPSEC' and
25570            not 'VHOST'"
25571   parameters:
25572   - "throughput"
25573   - "parent"
25574   - "tags"
25575   sort:
25576   - "IP6BASE"
25577   - "FIB_20K"
25578   - "FIB_200K"
25579   - "FIB_2M"
25580   layout:
25581     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
25582     layout: "plot-throughput-speedup-analysis"
25583
25584 - type: "plot"
25585   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25586   algorithm: "plot_throughput_speedup_analysis"
25587   output-file-type: ".html"
25588   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25589   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25590   filter: "'NIC_Intel-X710' and
25591            '78B' and
25592            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25593            'NDRPDR' and
25594            'IP6FWD' and
25595            not 'SRv6' and
25596            not 'IPSEC' and
25597            not 'VHOST'"
25598   parameters:
25599   - "throughput"
25600   - "parent"
25601   - "tags"
25602   sort:
25603   - "IP6BASE"
25604   - "FIB_20K"
25605   - "FIB_200K"
25606   - "FIB_2M"
25607   layout:
25608     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
25609     layout: "plot-throughput-speedup-analysis"
25610
25611 # Speedup - VPP IPv6 2n-skx-xxv710
25612 - type: "plot"
25613   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25614   algorithm: "plot_throughput_speedup_analysis"
25615   output-file-type: ".html"
25616   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25617   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25618   filter: "'NIC_Intel-XXV710' and
25619            '78B' and
25620            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25621            'NDRPDR' and
25622            'IP6FWD' and
25623            not 'SRv6' and
25624            not 'IPSEC' and
25625            not 'VHOST'"
25626   parameters:
25627   - "throughput"
25628   - "parent"
25629   - "tags"
25630   sort:
25631   - "IP6BASE"
25632   - "FIB_20K"
25633   - "FIB_200K"
25634   - "FIB_2M"
25635   layout:
25636     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
25637     layout: "plot-throughput-speedup-analysis"
25638
25639 - type: "plot"
25640   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25641   algorithm: "plot_throughput_speedup_analysis"
25642   output-file-type: ".html"
25643   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25644   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25645   filter: "'NIC_Intel-XXV710' and
25646            '78B' and
25647            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25648            'NDRPDR' and
25649            'IP6FWD' and
25650            not 'SRv6' and
25651            not 'IPSEC' and
25652            not 'VHOST'"
25653   parameters:
25654   - "throughput"
25655   - "parent"
25656   - "tags"
25657   sort:
25658   - "IP6BASE"
25659   - "FIB_20K"
25660   - "FIB_200K"
25661   - "FIB_2M"
25662   layout:
25663     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
25664     layout: "plot-throughput-speedup-analysis"
25665
25666 ## Speedup - VPP IPv6 2n-dnv-x553 base
25667 #- type: "plot"
25668 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
25669 #  algorithm: "plot_throughput_speedup_analysis"
25670 #  output-file-type: ".html"
25671 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
25672 #  data: "intel-dnv-vpp"
25673 #  filter: "'NIC_Intel-X553' and
25674 #           '78B' and
25675 #           'IP6BASE' and
25676 #           'NDRPDR' and
25677 #           'IP6FWD' and
25678 #           not 'SRv6' and
25679 #           not 'IPSEC' and
25680 #           not 'VHOST'"
25681 #  parameters:
25682 #  - "throughput"
25683 #  - "parent"
25684 #  - "tags"
25685 #  sort:
25686 #  - "IP6BASE"
25687 #  layout:
25688 #    title: "ip6-2n-dnv-x553-78b-base-ndr"
25689 #    layout: "plot-throughput-speedup-analysis"
25690 #
25691 #- type: "plot"
25692 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
25693 #  algorithm: "plot_throughput_speedup_analysis"
25694 #  output-file-type: ".html"
25695 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
25696 #  data: "intel-dnv-vpp"
25697 #  filter: "'NIC_Intel-X553' and
25698 #           '78B' and
25699 #           'IP6BASE' and
25700 #           'NDRPDR' and
25701 #           'IP6FWD' and
25702 #           not 'SRv6' and
25703 #           not 'IPSEC' and
25704 #           not 'VHOST'"
25705 #  parameters:
25706 #  - "throughput"
25707 #  - "parent"
25708 #  - "tags"
25709 #  sort:
25710 #  - "IP6BASE"
25711 #  layout:
25712 #    title: "ip6-2n-dnv-x553-78b-base-pdr"
25713 #    layout: "plot-throughput-speedup-analysis"
25714
25715 ################################################################################
25716
25717 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
25718 - type: "plot"
25719   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25720   algorithm: "plot_throughput_speedup_analysis"
25721   output-file-type: ".html"
25722   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25723   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25724   filter: "'NIC_Intel-X520-DA2' and
25725            '78B' and
25726            'ENCAP' and
25727            'NDRPDR' and
25728            'LISP' and
25729            not 'VHOST'"
25730   parameters:
25731   - "throughput"
25732   - "parent"
25733   - "tags"
25734   sort:
25735   - "IP4UNRLAY"
25736   - "IP6UNRLAY"
25737   layout:
25738     title: "ip6tun-3n-hsw-x520-78b-base-ndr"
25739     layout: "plot-throughput-speedup-analysis"
25740
25741 - type: "plot"
25742   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25743   algorithm: "plot_throughput_speedup_analysis"
25744   output-file-type: ".html"
25745   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25746   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25747   filter: "'NIC_Intel-X520-DA2' and
25748            '78B' and
25749            'ENCAP' and
25750            'NDRPDR' and
25751            'LISP' and
25752            not 'VHOST'"
25753   parameters:
25754   - "throughput"
25755   - "parent"
25756   - "tags"
25757   sort:
25758   - "IP4UNRLAY"
25759   - "IP6UNRLAY"
25760   layout:
25761     title: "ip6tun-3n-hsw-x520-78b-base-pdr"
25762     layout: "plot-throughput-speedup-analysis"
25763
25764 ################################################################################
25765
25766 # Speedup - VPP IPSec 3n-hsw-xl710 base
25767 - type: "plot"
25768   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25769   algorithm: "plot_throughput_speedup_analysis"
25770   output-file-type: ".html"
25771   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25772   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25773   filter: "'NIC_Intel-XL710' and
25774            '64B' and
25775            'IP4FWD' and
25776            'NDRPDR' and
25777            'BASE' and
25778            'IPSECHW' and
25779            not 'VHOST'"
25780   parameters:
25781   - "throughput"
25782   - "parent"
25783   - "tags"
25784   layout:
25785     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
25786     layout: "plot-throughput-speedup-analysis"
25787
25788 - type: "plot"
25789   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25790   algorithm: "plot_throughput_speedup_analysis"
25791   output-file-type: ".html"
25792   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25793   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25794   filter: "'NIC_Intel-XL710' and
25795            '64B' and
25796            'IP4FWD' and
25797            'NDRPDR' and
25798            'BASE' and
25799            'IPSECHW' and
25800            not 'VHOST'"
25801   parameters:
25802   - "throughput"
25803   - "parent"
25804   - "tags"
25805   layout:
25806     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
25807     layout: "plot-throughput-speedup-analysis"
25808
25809 # Speedup - VPP IPSec 3n-hsw-xl710 scale
25810 - type: "plot"
25811   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25812   algorithm: "plot_throughput_speedup_analysis"
25813   output-file-type: ".html"
25814   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25815   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25816   filter: "'NIC_Intel-XL710' and
25817            '64B' and
25818            'IP4FWD' and
25819            'NDRPDR' and
25820            'SCALE' and
25821            'IPSECHW' and
25822            not 'VHOST'"
25823   parameters:
25824   - "throughput"
25825   - "parent"
25826   - "tags"
25827   layout:
25828     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
25829     layout: "plot-throughput-speedup-analysis"
25830
25831 - type: "plot"
25832   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25833   algorithm: "plot_throughput_speedup_analysis"
25834   output-file-type: ".html"
25835   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25836   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25837   filter: "'NIC_Intel-XL710' and
25838            '64B' and
25839            'IP4FWD' and
25840            'NDRPDR' and
25841            'SCALE' and
25842            'IPSECHW' and
25843            not 'VHOST'"
25844   parameters:
25845   - "throughput"
25846   - "parent"
25847   - "tags"
25848   layout:
25849     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
25850     layout: "plot-throughput-speedup-analysis"
25851
25852 # Speedup - VPP IPSec 3n-hsw-xl710 sw
25853 - type: "plot"
25854   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25855   algorithm: "plot_throughput_speedup_analysis"
25856   output-file-type: ".html"
25857   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25858   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25859   filter: "'NIC_Intel-XL710' and
25860            '64B' and
25861            'IP4FWD' and
25862            'NDRPDR' and
25863            'IPSECSW' and
25864            not 'VHOST'"
25865   parameters:
25866   - "throughput"
25867   - "parent"
25868   - "tags"
25869   layout:
25870     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
25871     layout: "plot-throughput-speedup-analysis"
25872
25873 - type: "plot"
25874   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25875   algorithm: "plot_throughput_speedup_analysis"
25876   output-file-type: ".html"
25877   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25878   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25879   filter: "'NIC_Intel-XL710' and
25880            '64B' and
25881            'IP4FWD' and
25882            'NDRPDR' and
25883            'IPSECSW' and
25884            not 'VHOST'"
25885   parameters:
25886   - "throughput"
25887   - "parent"
25888   - "tags"
25889   layout:
25890     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
25891     layout: "plot-throughput-speedup-analysis"
25892
25893 ################################################################################
25894
25895 # Speedup - VPP SRv6 3n-hsw-x520
25896 - type: "plot"
25897   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
25898   algorithm: "plot_throughput_speedup_analysis"
25899   output-file-type: ".html"
25900   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
25901   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25902   filter: "'NIC_Intel-X520-DA2' and
25903            '78B' and
25904            'FEATURE' and
25905            'NDRPDR' and
25906            'IP6FWD' and
25907            'SRv6'"
25908   parameters:
25909   - "throughput"
25910   - "parent"
25911   - "tags"
25912   layout:
25913     title: "srv6-3n-hsw-x520-78b-features-ndr"
25914     layout: "plot-throughput-speedup-analysis"
25915
25916 - type: "plot"
25917   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
25918   algorithm: "plot_throughput_speedup_analysis"
25919   output-file-type: ".html"
25920   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
25921   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25922   filter: "'NIC_Intel-X520-DA2' and
25923            '78B' and
25924            'FEATURE' and
25925            'NDRPDR' and
25926            'IP6FWD' and
25927            'SRv6'"
25928   parameters:
25929   - "throughput"
25930   - "parent"
25931   - "tags"
25932   layout:
25933     title: "srv6-3n-hsw-x520-78b-features-pdr"
25934     layout: "plot-throughput-speedup-analysis"
25935
25936 ################################################################################
25937
25938 # Speedup - VPP L2 3n-hsw-x520 base and scale
25939 - type: "plot"
25940   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25941   algorithm: "plot_throughput_speedup_analysis"
25942   output-file-type: ".html"
25943   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25944   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25945   filter: "'NIC_Intel-X520-DA2' and
25946            '64B' and
25947            ('BASE' or 'SCALE') and
25948            'NDRPDR' and
25949            'ETH' and
25950            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25951            not 'VHOST' and
25952            not 'MEMIF'"
25953   parameters:
25954   - "throughput"
25955   - "parent"
25956   - "tags"
25957   sort:
25958   - "L2XCFWD"
25959   - "L2PATCH"
25960   - "L2BDMACLRN"
25961   - "FIB_10K"
25962   - "FIB_100K"
25963   - "FIB_1M"
25964   layout:
25965     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
25966     layout: "plot-throughput-speedup-analysis"
25967
25968 - type: "plot"
25969   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25970   algorithm: "plot_throughput_speedup_analysis"
25971   output-file-type: ".html"
25972   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25973   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25974   filter: "'NIC_Intel-X520-DA2' and
25975            '64B' and
25976            ('BASE' or 'SCALE') and
25977            'NDRPDR' and
25978            'ETH' and
25979            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25980            not 'VHOST' and
25981            not 'MEMIF'"
25982   parameters:
25983   - "throughput"
25984   - "parent"
25985   - "tags"
25986   sort:
25987   - "L2XCFWD"
25988   - "L2PATCH"
25989   - "L2BDMACLRN"
25990   - "FIB_10K"
25991   - "FIB_100K"
25992   - "FIB_1M"
25993   layout:
25994     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
25995     layout: "plot-throughput-speedup-analysis"
25996
25997 # Speedup - VPP L2 3n-hsw-x520 features
25998 - type: "plot"
25999   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26000   algorithm: "plot_throughput_speedup_analysis"
26001   output-file-type: ".html"
26002   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26003   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26004   filter: "'NIC_Intel-X520-DA2' and
26005            '64B' and
26006            'NDRPDR' and
26007            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26008            not 'ACL' and
26009            not 'VHOST' and
26010            not 'MEMIF'"
26011   parameters:
26012   - "throughput"
26013   - "parent"
26014   - "tags"
26015   sort:
26016   - "L2XCBASE"    # l2xcbase
26017   - "L2BDBASE"    # l2bdbase
26018   - "L2XCFWD"     # dot1q-l2xcbase
26019   - "L2BDMACLRN"  # dot1q-l2bdbase
26020   layout:
26021     title: "l2sw-3n-hsw-x520-64b-features-ndr"
26022     layout: "plot-throughput-speedup-analysis"
26023
26024 - type: "plot"
26025   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26026   algorithm: "plot_throughput_speedup_analysis"
26027   output-file-type: ".html"
26028   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26029   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26030   filter: "'NIC_Intel-X520-DA2' and
26031            '64B' and
26032            'NDRPDR' and
26033            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26034            not 'ACL' and
26035            not 'VHOST' and
26036            not 'MEMIF'"
26037   parameters:
26038   - "throughput"
26039   - "parent"
26040   - "tags"
26041   sort:
26042   - "L2XCBASE"    # l2xcbase
26043   - "L2BDBASE"    # l2bdbase
26044   - "L2XCFWD"     # dot1q-l2xcbase
26045   - "L2BDMACLRN"  # dot1q-l2bdbase
26046   layout:
26047     title: "l2sw-3n-hsw-x520-64b-features-pdr"
26048     layout: "plot-throughput-speedup-analysis"
26049
26050 # Speedup - VPP L2 3n-hsw-x520 features-iacl
26051 - type: "plot"
26052   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
26053   algorithm: "plot_throughput_speedup_analysis"
26054   output-file-type: ".html"
26055   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
26056   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26057   filter: "'NIC_Intel-X520-DA2' and
26058            'NDRPDR' and
26059            '64B' and
26060            'FEATURE' and
26061            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26062            'IACL' and
26063            ('ACL1' or 'ACL50') and
26064            ('10K_FLOWS' or '10k_FLOWS') and
26065            not 'MACIP' and
26066            not 'VHOST' and
26067            not 'MEMIF'"
26068   parameters:
26069   - "throughput"
26070   - "parent"
26071   - "tags"
26072   layout:
26073     title: "l2sw-3n-hsw-x520-64b-features-iacl-ndr"
26074     layout: "plot-throughput-speedup-analysis"
26075
26076 - type: "plot"
26077   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26078   algorithm: "plot_throughput_speedup_analysis"
26079   output-file-type: ".html"
26080   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26081   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26082   filter: "'NIC_Intel-X520-DA2' and
26083            'NDRPDR' and
26084            '64B' and
26085            'FEATURE' and
26086            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26087            'IACL' and
26088            ('ACL1' or 'ACL50') and
26089            ('10K_FLOWS' or '10k_FLOWS') and
26090            not 'MACIP' and
26091            not 'VHOST' and
26092            not 'MEMIF'"
26093   parameters:
26094   - "throughput"
26095   - "parent"
26096   - "tags"
26097   layout:
26098     title: "l2sw-3n-hsw-x520-64b-features-iacl-pdr"
26099     layout: "plot-throughput-speedup-analysis"
26100
26101 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26102 - type: "plot"
26103   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26104   algorithm: "plot_throughput_speedup_analysis"
26105   output-file-type: ".html"
26106   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26107   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26108   filter: "'NIC_Intel-X520-DA2' and
26109            'NDRPDR' and
26110            '64B' and
26111            'FEATURE' and
26112            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26113            'OACL' and
26114            ('ACL1' or 'ACL50') and
26115            ('10K_FLOWS' or '10k_FLOWS') and
26116            not 'MACIP' and
26117            not 'VHOST' and
26118            not 'MEMIF'"
26119   parameters:
26120   - "throughput"
26121   - "parent"
26122   - "tags"
26123   layout:
26124     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26125     layout: "plot-throughput-speedup-analysis"
26126
26127 - type: "plot"
26128   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26129   algorithm: "plot_throughput_speedup_analysis"
26130   output-file-type: ".html"
26131   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26132   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26133   filter: "'NIC_Intel-X520-DA2' and
26134            'NDRPDR' and
26135            '64B' and
26136            'FEATURE' and
26137            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26138            'OACL' and
26139            ('ACL1' or 'ACL50') and
26140            ('10K_FLOWS' or '10k_FLOWS') and
26141            not 'MACIP' and
26142            not 'VHOST' and
26143            not 'MEMIF'"
26144   parameters:
26145   - "throughput"
26146   - "parent"
26147   - "tags"
26148   layout:
26149     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26150     layout: "plot-throughput-speedup-analysis"
26151
26152 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26153 - type: "plot"
26154   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26155   algorithm: "plot_throughput_speedup_analysis"
26156   output-file-type: ".html"
26157   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26158   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26159   filter: "'NIC_Intel-X520-DA2' and
26160            'NDRPDR' and
26161            '64B' and
26162            'FEATURE' and
26163            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26164            'OACL' and
26165            ('ACL1' or 'ACL50') and
26166            ('10K_FLOWS' or '10k_FLOWS') and
26167            not 'MACIP' and
26168            not 'VHOST' and
26169            not 'MEMIF'"
26170   parameters:
26171   - "throughput"
26172   - "parent"
26173   - "tags"
26174   layout:
26175     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26176     layout: "plot-throughput-speedup-analysis"
26177
26178 - type: "plot"
26179   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26180   algorithm: "plot_throughput_speedup_analysis"
26181   output-file-type: ".html"
26182   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26183   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26184   filter: "'NIC_Intel-X520-DA2' and
26185            'NDRPDR' and
26186            '64B' and
26187            'FEATURE' and
26188            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26189            'OACL' and
26190            ('ACL1' or 'ACL50') and
26191            ('10K_FLOWS' or '10k_FLOWS') and
26192            not 'MACIP' and
26193            not 'VHOST' and
26194            not 'MEMIF'"
26195   parameters:
26196   - "throughput"
26197   - "parent"
26198   - "tags"
26199   layout:
26200     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26201     layout: "plot-throughput-speedup-analysis"
26202
26203 # Speedup - VPP L2 3n-hsw-x520 features-macip
26204 - type: "plot"
26205   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26206   algorithm: "plot_throughput_speedup_analysis"
26207   output-file-type: ".html"
26208   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26209   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26210   filter: "'NIC_Intel-X520-DA2' and
26211            'NDRPDR' and
26212            '64B' and
26213            'FEATURE' and
26214            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26215            'MACIP' and
26216            ('ACL1' or 'ACL50') and
26217            ('10K_FLOWS' or '10k_FLOWS') and
26218            not 'VHOST' and
26219            not 'MEMIF'"
26220   parameters:
26221   - "throughput"
26222   - "parent"
26223   - "tags"
26224   layout:
26225     title: "l2sw-3n-hsw-x520-64b-features-macip-ndr"
26226     layout: "plot-throughput-speedup-analysis"
26227
26228 - type: "plot"
26229   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26230   algorithm: "plot_throughput_speedup_analysis"
26231   output-file-type: ".html"
26232   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26233   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26234   filter: "'NIC_Intel-X520-DA2' and
26235            'NDRPDR' and
26236            '64B' and
26237            'FEATURE' and
26238            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26239            'MACIP' and
26240            ('ACL1' or 'ACL50') and
26241            ('10K_FLOWS' or '10k_FLOWS') and
26242            not 'VHOST' and
26243            not 'MEMIF'"
26244   parameters:
26245   - "throughput"
26246   - "parent"
26247   - "tags"
26248   layout:
26249     title: "l2sw-3n-hsw-x520-64b-features-macip-pdr"
26250     layout: "plot-throughput-speedup-analysis"
26251
26252 # Speedup - VPP L2 3n-hsw-x710 base and scale
26253 - type: "plot"
26254   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26255   algorithm: "plot_throughput_speedup_analysis"
26256   output-file-type: ".html"
26257   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26258   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26259   filter: "'NIC_Intel-X710' and
26260            '64B' and
26261            ('BASE' or 'SCALE') and
26262            'NDRPDR' and
26263            'ETH' and
26264            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26265            not 'VHOST' and
26266            not 'MEMIF' and
26267            not 'DRV_AVF'"
26268   parameters:
26269   - "throughput"
26270   - "parent"
26271   - "tags"
26272   sort:
26273   - "L2PATCH"
26274   - "L2XCFWD"
26275   - "L2BDMACLRN"
26276   - "FIB_10K"
26277   - "FIB_100K"
26278   - "FIB_1M"
26279   layout:
26280     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
26281     layout: "plot-throughput-speedup-analysis"
26282
26283 - type: "plot"
26284   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26285   algorithm: "plot_throughput_speedup_analysis"
26286   output-file-type: ".html"
26287   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26288   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26289   filter: "'NIC_Intel-X710' and
26290            '64B' and
26291            ('BASE' or 'SCALE') and
26292            'NDRPDR' and
26293            'ETH' and
26294            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26295            not 'VHOST' and
26296            not 'MEMIF' and
26297            not 'DRV_AVF'"
26298   parameters:
26299   - "throughput"
26300   - "parent"
26301   - "tags"
26302   sort:
26303   - "L2PATCH"
26304   - "L2XCFWD"
26305   - "L2BDMACLRN"
26306   - "FIB_10K"
26307   - "FIB_100K"
26308   - "FIB_1M"
26309   layout:
26310     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
26311     layout: "plot-throughput-speedup-analysis"
26312
26313 # Speedup - VPP L2 3n-hsw-x710 features
26314 - type: "plot"
26315   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26316   algorithm: "plot_throughput_speedup_analysis"
26317   output-file-type: ".html"
26318   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26319   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26320   filter: "'NIC_Intel-X710' and
26321            '64B' and
26322            'NDRPDR' and
26323            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26324            not 'ACL' and
26325            not 'VHOST' and
26326            not 'L2OVRLAY' and
26327            not 'MEMIF'"
26328   parameters:
26329   - "throughput"
26330   - "parent"
26331   - "tags"
26332   sort:
26333   - "L2XCBASE"    # l2xcbase
26334   - "L2BDBASE"    # l2bdbase
26335   - "L2XCFWD"     # dot1q-l2xcbase
26336   - "L2BDMACLRN"  # dot1q-l2bdbase
26337   layout:
26338     title: "l2sw-3n-hsw-x710-64b-features-ndr"
26339     layout: "plot-throughput-speedup-analysis"
26340
26341 - type: "plot"
26342   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26343   algorithm: "plot_throughput_speedup_analysis"
26344   output-file-type: ".html"
26345   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26346   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26347   filter: "'NIC_Intel-X710' and
26348            '64B' and
26349            'NDRPDR' and
26350            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26351            not 'ACL' and
26352            not 'VHOST' and
26353            not 'L2OVRLAY' and
26354            not 'MEMIF'"
26355   parameters:
26356   - "throughput"
26357   - "parent"
26358   - "tags"
26359   sort:
26360   - "L2XCBASE"    # l2xcbase
26361   - "L2BDBASE"    # l2bdbase
26362   - "L2XCFWD"     # dot1q-l2xcbase
26363   - "L2BDMACLRN"  # dot1q-l2bdbase
26364   layout:
26365     title: "l2sw-3n-hsw-x710-64b-features-pdr"
26366     layout: "plot-throughput-speedup-analysis"
26367
26368 # Speedup - VPP L2 3n-hsw-x710 features-iacl
26369 - type: "plot"
26370   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26371   algorithm: "plot_throughput_speedup_analysis"
26372   output-file-type: ".html"
26373   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26374   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26375   filter: "'NIC_Intel-X710' and
26376            'NDRPDR' and
26377            '64B' and
26378            'FEATURE' and
26379            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26380            'IACL' and
26381            ('ACL1' or 'ACL50') and
26382            ('10K_FLOWS' or '10k_FLOWS') and
26383            not 'MACIP' and
26384            not 'VHOST' and
26385            not 'MEMIF'"
26386   parameters:
26387   - "throughput"
26388   - "parent"
26389   - "tags"
26390   layout:
26391     title: "l2sw-3n-hsw-x710-64b-features-iacl-ndr"
26392     layout: "plot-throughput-speedup-analysis"
26393
26394 - type: "plot"
26395   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26396   algorithm: "plot_throughput_speedup_analysis"
26397   output-file-type: ".html"
26398   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26399   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26400   filter: "'NIC_Intel-X710' and
26401            'NDRPDR' and
26402            '64B' and
26403            'FEATURE' and
26404            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26405            'IACL' and
26406            ('ACL1' or 'ACL50') and
26407            ('10K_FLOWS' or '10k_FLOWS') and
26408            not 'MACIP' and
26409            not 'VHOST' and
26410            not 'MEMIF'"
26411   parameters:
26412   - "throughput"
26413   - "parent"
26414   - "tags"
26415   layout:
26416     title: "l2sw-3n-hsw-x710-64b-features-iacl-pdr"
26417     layout: "plot-throughput-speedup-analysis"
26418
26419 # Speedup - VPP L2 3n-hsw-xl710 base and scale
26420 - type: "plot"
26421   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26422   algorithm: "plot_throughput_speedup_analysis"
26423   output-file-type: ".html"
26424   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26425   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26426   filter: "'NIC_Intel-XL710' and
26427            '64B' and
26428            'BASE' and
26429            'NDRPDR' and
26430            'ETH' and
26431            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26432            not 'VHOST' and
26433            not 'MEMIF'"
26434   parameters:
26435   - "throughput"
26436   - "parent"
26437   - "tags"
26438   sort:
26439   - "L2PATCH"
26440   - "L2XCFWD"
26441   - "L2BDMACLRN"
26442   layout:
26443     title: "l2sw-3n-hsw-xl710-64b-base-ndr"
26444     layout: "plot-throughput-speedup-analysis"
26445
26446 - type: "plot"
26447   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26448   algorithm: "plot_throughput_speedup_analysis"
26449   output-file-type: ".html"
26450   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26451   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26452   filter: "'NIC_Intel-XL710' and
26453            '64B' and
26454            'BASE' and
26455            'NDRPDR' and
26456            'ETH' and
26457            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26458            not 'VHOST' and
26459            not 'MEMIF'"
26460   parameters:
26461   - "throughput"
26462   - "parent"
26463   - "tags"
26464   sort:
26465   - "L2PATCH"
26466   - "L2XCFWD"
26467   - "L2BDMACLRN"
26468   layout:
26469     title: "l2sw-3n-hsw-xl710-64b-base-pdr"
26470     layout: "plot-throughput-speedup-analysis"
26471
26472 # Speedup - VPP L2 3n-skx-x710 base and scale
26473 - type: "plot"
26474   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26475   algorithm: "plot_throughput_speedup_analysis"
26476   output-file-type: ".html"
26477   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26478   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26479   filter: "'NIC_Intel-X710' and
26480            '64B' and
26481            ('BASE' or 'SCALE') and
26482            'NDRPDR' and
26483            'ETH' and
26484            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26485            not 'VHOST' and
26486            not 'DRV_AVF' and
26487            not 'MEMIF'"
26488   parameters:
26489   - "throughput"
26490   - "parent"
26491   - "tags"
26492   sort:
26493   - "L2PATCH"
26494   - "L2XCBASE"
26495   - "BASE"
26496   - "FIB_10K"
26497   - "FIB_100K"
26498   - "FIB_1M"
26499   layout:
26500     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
26501     layout: "plot-throughput-speedup-analysis"
26502
26503 - type: "plot"
26504   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26505   algorithm: "plot_throughput_speedup_analysis"
26506   output-file-type: ".html"
26507   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26508   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26509   filter: "'NIC_Intel-X710' and
26510            '64B' and
26511            ('BASE' or 'SCALE') and
26512            'NDRPDR' and
26513            'ETH' and
26514            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26515            not 'VHOST' and
26516            not 'DRV_AVF' and
26517            not 'MEMIF'"
26518   parameters:
26519   - "throughput"
26520   - "parent"
26521   - "tags"
26522   sort:
26523   - "L2PATCH"
26524   - "L2XCBASE"
26525   - "BASE"
26526   - "FIB_10K"
26527   - "FIB_100K"
26528   - "FIB_1M"
26529   layout:
26530     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
26531     layout: "plot-throughput-speedup-analysis"
26532
26533 # Speedup - VPP L2 3n-skx-x710 features
26534 - type: "plot"
26535   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
26536   algorithm: "plot_throughput_speedup_analysis"
26537   output-file-type: ".html"
26538   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
26539   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26540   filter: "'NIC_Intel-X710' and
26541            '64B' and
26542            'NDRPDR' and
26543            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26544            not 'ACL' and
26545            not 'VHOST' and
26546            not 'DRV_AVF' and
26547            not 'L2OVRLAY' and
26548            not 'MEMIF'"
26549   parameters:
26550   - "throughput"
26551   - "parent"
26552   - "tags"
26553   sort:
26554   - "L2XCBASE"    # l2xcbase
26555   - "L2BDBASE"    # l2bdbase
26556   - "L2XCFWD"     # dot1q-l2xcbase
26557   - "L2BDMACLRN"  # dot1q-l2bdbase
26558   layout:
26559     title: "l2sw-3n-skx-x710-64b-features-ndr"
26560     layout: "plot-throughput-speedup-analysis"
26561
26562 - type: "plot"
26563   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
26564   algorithm: "plot_throughput_speedup_analysis"
26565   output-file-type: ".html"
26566   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
26567   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26568   filter: "'NIC_Intel-X710' and
26569            '64B' and
26570            'NDRPDR' and
26571            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26572            not 'ACL' and
26573            not 'VHOST' and
26574            not 'DRV_AVF' and
26575            not 'L2OVRLAY' and
26576            not 'MEMIF'"
26577   parameters:
26578   - "throughput"
26579   - "parent"
26580   - "tags"
26581   sort:
26582   - "L2XCBASE"    # l2xcbase
26583   - "L2BDBASE"    # l2bdbase
26584   - "L2XCFWD"     # dot1q-l2xcbase
26585   - "L2BDMACLRN"  # dot1q-l2bdbase
26586   layout:
26587     title: "l2sw-3n-skx-x710-64b-features-pdr"
26588     layout: "plot-throughput-speedup-analysis"
26589
26590 # Speedup - VPP L2 3n-skx-x710 features-iacl
26591 - type: "plot"
26592   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26593   algorithm: "plot_throughput_speedup_analysis"
26594   output-file-type: ".html"
26595   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26596   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26597   filter: "'NIC_Intel-X710' and
26598            'NDRPDR' and
26599            '64B' and
26600            'FEATURE' and
26601            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26602            'IACL' and
26603            ('ACL1' or 'ACL50') and
26604            ('10K_FLOWS' or '10k_FLOWS') and
26605            not 'MACIP' and
26606            not 'VHOST' and
26607            not 'MEMIF'"
26608   parameters:
26609   - "throughput"
26610   - "parent"
26611   - "tags"
26612   layout:
26613     title: "l2sw-3n-skx-x710-64b-features-iacl-ndr"
26614     layout: "plot-throughput-speedup-analysis"
26615
26616 - type: "plot"
26617   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26618   algorithm: "plot_throughput_speedup_analysis"
26619   output-file-type: ".html"
26620   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26621   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26622   filter: "'NIC_Intel-X710' and
26623            'NDRPDR' and
26624            '64B' and
26625            'FEATURE' and
26626            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26627            'IACL' and
26628            ('ACL1' or 'ACL50') and
26629            ('10K_FLOWS' or '10k_FLOWS') and
26630            not 'MACIP' and
26631            not 'VHOST' and
26632            not 'MEMIF'"
26633   parameters:
26634   - "throughput"
26635   - "parent"
26636   - "tags"
26637   layout:
26638     title: "l2sw-3n-skx-x710-64b-features-iacl-pdr"
26639     layout: "plot-throughput-speedup-analysis"
26640
26641 # Speedup - VPP L2 3n-skx-xxv710 base and scale
26642 - type: "plot"
26643   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26644   algorithm: "plot_throughput_speedup_analysis"
26645   output-file-type: ".html"
26646   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26647   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26648   filter: "'NIC_Intel-XXV710' and
26649            '64B' and
26650            ('BASE' or 'SCALE') and
26651            'NDRPDR' and
26652            'ETH' and
26653            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26654            not 'DRV_AVF' and
26655            not 'VHOST' and
26656            not 'MEMIF'"
26657   parameters:
26658   - "throughput"
26659   - "parent"
26660   - "tags"
26661 #  sort:
26662 #  - "L2PATCH"
26663 #  - "L2PATCH"
26664 #  - "L2XCBASE"
26665 #  - "L2BDMACLRN"
26666   layout:
26667     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
26668     layout: "plot-throughput-speedup-analysis"
26669
26670 - type: "plot"
26671   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26672   algorithm: "plot_throughput_speedup_analysis"
26673   output-file-type: ".html"
26674   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26675   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26676   filter: "'NIC_Intel-XXV710' and
26677            '64B' and
26678            ('BASE' or 'SCALE') and
26679            'NDRPDR' and
26680            'ETH' and
26681            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26682            not 'DRV_AVF' and
26683            not 'VHOST' and
26684            not 'MEMIF'"
26685   parameters:
26686   - "throughput"
26687   - "parent"
26688   - "tags"
26689 #  sort:
26690 #  - "L2PATCH"
26691 #  - "L2PATCH"
26692 #  - "L2XCBASE"
26693 #  - "L2BDMACLRN"
26694   layout:
26695     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
26696     layout: "plot-throughput-speedup-analysis"
26697
26698 # Speedup - VPP L2 2n-skx-x710 base and scale
26699 - type: "plot"
26700   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26701   algorithm: "plot_throughput_speedup_analysis"
26702   output-file-type: ".html"
26703   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26704   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26705   filter: "'NIC_Intel-X710' and
26706            '64B' and
26707            ('BASE' or 'SCALE') and
26708            'NDRPDR' and
26709            'ETH' and
26710            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26711            not 'VHOST' and
26712            not 'MEMIF'"
26713   parameters:
26714   - "throughput"
26715   - "parent"
26716   - "tags"
26717   sort:
26718   - "L2PATCH"
26719   - "L2XCBASE"
26720   - "BASE"
26721   - "FIB_10K"
26722   - "FIB_100K"
26723   - "FIB_1M"
26724   layout:
26725     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
26726     layout: "plot-throughput-speedup-analysis"
26727
26728 - type: "plot"
26729   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26730   algorithm: "plot_throughput_speedup_analysis"
26731   output-file-type: ".html"
26732   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26733   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26734   filter: "'NIC_Intel-X710' and
26735            '64B' and
26736            ('BASE' or 'SCALE') and
26737            'NDRPDR' and
26738            'ETH' and
26739            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26740            not 'VHOST' and
26741            not 'MEMIF'"
26742   parameters:
26743   - "throughput"
26744   - "parent"
26745   - "tags"
26746   sort:
26747   - "L2PATCH"
26748   - "L2XCBASE"
26749   - "BASE"
26750   - "FIB_10K"
26751   - "FIB_100K"
26752   - "FIB_1M"
26753   layout:
26754     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
26755     layout: "plot-throughput-speedup-analysis"
26756
26757 # Speedup - VPP L2 2n-skx-xxv710 base and scale
26758 - type: "plot"
26759   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26760   algorithm: "plot_throughput_speedup_analysis"
26761   output-file-type: ".html"
26762   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26763   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26764   filter: "'NIC_Intel-XXV710' and
26765            '64B' and
26766            ('BASE' or 'SCALE') and
26767            'NDRPDR' and
26768            'ETH' and
26769            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26770            not 'VHOST' and
26771            not 'MEMIF'"
26772   parameters:
26773   - "throughput"
26774   - "parent"
26775   - "tags"
26776   sort:
26777   - "L2PATCH"
26778   - "L2XCBASE"
26779   - "BASE"
26780   - "FIB_10K"
26781   - "FIB_100K"
26782   - "FIB_1M"
26783   layout:
26784     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
26785     layout: "plot-throughput-speedup-analysis"
26786
26787 - type: "plot"
26788   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26789   algorithm: "plot_throughput_speedup_analysis"
26790   output-file-type: ".html"
26791   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26792   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26793   filter: "'NIC_Intel-XXV710' and
26794            '64B' and
26795            ('BASE' or 'SCALE') and
26796            'NDRPDR' and
26797            'ETH' and
26798            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26799            not 'VHOST' and
26800            not 'MEMIF'"
26801   parameters:
26802   - "throughput"
26803   - "parent"
26804   - "tags"
26805   sort:
26806   - "L2PATCH"
26807   - "L2XCBASE"
26808   - "BASE"
26809   - "FIB_10K"
26810   - "FIB_100K"
26811   - "FIB_1M"
26812   layout:
26813     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
26814     layout: "plot-throughput-speedup-analysis"
26815
26816 ## Speedup - VPP L2 2n-dnv-x553 base
26817 #- type: "plot"
26818 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26819 #  algorithm: "plot_throughput_speedup_analysis"
26820 #  output-file-type: ".html"
26821 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26822 #  data: "intel-dnv-vpp"
26823 #  filter: "'NIC_Intel-X553' and
26824 #           '64B' and
26825 #           ('BASE' or 'SCALE') and
26826 #           'NDRPDR' and
26827 #           'ETH' and
26828 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26829 #           not 'VHOST' and
26830 #           not 'MEMIF'"
26831 #  parameters:
26832 #  - "throughput"
26833 #  - "parent"
26834 #  - "tags"
26835 #  sort:
26836 #  - "L2XCBASE"
26837 #  - "L2BDMACLRN"
26838 #  - "L2PATCH"
26839 #  layout:
26840 #    title: "l2sw-2n-dnv-x553-64b-base-ndr"
26841 #    layout: "plot-throughput-speedup-analysis"
26842 #
26843 #- type: "plot"
26844 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26845 #  algorithm: "plot_throughput_speedup_analysis"
26846 #  output-file-type: ".html"
26847 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26848 #  data: "intel-dnv-vpp"
26849 #  filter: "'NIC_Intel-X553' and
26850 #           '64B' and
26851 #           ('BASE' or 'SCALE') and
26852 #           'NDRPDR' and
26853 #           'ETH' and
26854 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26855 #           not 'VHOST' and
26856 #           not 'MEMIF'"
26857 #  parameters:
26858 #  - "throughput"
26859 #  - "parent"
26860 #  - "tags"
26861 #  sort:
26862 #  - "L2XCBASE"
26863 #  - "L2BDMACLRN"
26864 #  - "L2PATCH"
26865 #  layout:
26866 #    title: "l2sw-2n-dnv-x553-64b-base-pdr"
26867 #    layout: "plot-throughput-speedup-analysis"
26868
26869 ################################################################################
26870
26871 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
26872 - type: "plot"
26873   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26874   algorithm: "plot_throughput_speedup_analysis"
26875   output-file-type: ".html"
26876   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26877   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26878   filter: "'NIC_Intel-X520-DA2' and
26879            '64B' and
26880            'NDRPDR' and
26881            'ETH' and
26882            'IP4FWD' and
26883            'VHOST_1024' and
26884            not 'VXLAN' and
26885            not 'DOT1Q'"
26886   parameters:
26887   - "throughput"
26888   - "parent"
26889   - "tags"
26890   sort:
26891   - "not CFS_OPT"
26892   - "1VM"
26893   - "2VM"
26894   layout:
26895     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
26896     layout: "plot-throughput-speedup-analysis"
26897
26898 - type: "plot"
26899   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26900   algorithm: "plot_throughput_speedup_analysis"
26901   output-file-type: ".html"
26902   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26903   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26904   filter: "'NIC_Intel-X520-DA2' and
26905            '64B' and
26906            'NDRPDR' and
26907            'ETH' and
26908            'IP4FWD' and
26909            'VHOST_1024' and
26910            not 'VXLAN' and
26911            not 'DOT1Q'"
26912   parameters:
26913   - "throughput"
26914   - "parent"
26915   - "tags"
26916   sort:
26917   - "not CFS_OPT"
26918   - "1VM"
26919   - "2VM"
26920   layout:
26921     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
26922     layout: "plot-throughput-speedup-analysis"
26923
26924 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
26925 - type: "plot"
26926   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26927   algorithm: "plot_throughput_speedup_analysis"
26928   output-file-type: ".html"
26929   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26930   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26931   filter: "'NIC_Intel-X520-DA2' and
26932            '64B' and
26933            'NDRPDR' and
26934            ('ETH' or 'DOT1Q') and
26935            'BASE' and
26936            ('L2BDMACLRN' or 'L2XCFWD') and
26937            'VHOST_1024' and
26938            not 'VXLAN' and
26939            not 'IP4FWD' and
26940            not '2VM'"
26941   parameters:
26942   - "throughput"
26943   - "parent"
26944   - "tags"
26945   sort:
26946   - "L2BDMACLRN"
26947   - "L2BDMACLRN"
26948   - "L2BDMACLRN"
26949   - "L2XCFWD"
26950   - "L2XCFWD"
26951   - "L2XCFWD"
26952   layout:
26953     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr"
26954     layout: "plot-throughput-speedup-analysis"
26955
26956 - type: "plot"
26957   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26958   algorithm: "plot_throughput_speedup_analysis"
26959   output-file-type: ".html"
26960   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26961   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26962   filter: "'NIC_Intel-X520-DA2' and
26963            '64B' and
26964            'NDRPDR' and
26965            ('ETH' or 'DOT1Q') and
26966            'BASE' and
26967            ('L2BDMACLRN' or 'L2XCFWD') and
26968            'VHOST_1024' and
26969            not 'VXLAN' and
26970            not 'IP4FWD' and
26971            not '2VM'"
26972   parameters:
26973   - "throughput"
26974   - "parent"
26975   - "tags"
26976   sort:
26977   - "L2BDMACLRN"
26978   - "L2BDMACLRN"
26979   - "L2BDMACLRN"
26980   - "L2XCFWD"
26981   - "L2XCFWD"
26982   - "L2XCFWD"
26983   layout:
26984     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr"
26985     layout: "plot-throughput-speedup-analysis"
26986
26987 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
26988 - type: "plot"
26989   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26990   algorithm: "plot_throughput_speedup_analysis"
26991   output-file-type: ".html"
26992   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26993   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26994   filter: "'NIC_Intel-X520-DA2' and
26995            '64B' and
26996            'NDRPDR' and
26997            ('ETH' or 'DOT1Q') and
26998            ('L2BDMACLRN' or 'L2XCFWD') and
26999            'VHOST_1024' and
27000            not 'CFS_OPT' and
27001            not 'DOT1Q' and
27002            not 'VXLAN' and
27003            not 'IP4FWD' and
27004            not 'LBOND'"
27005   parameters:
27006   - "throughput"
27007   - "parent"
27008   - "tags"
27009 #  sort:
27010 #  - "1VM"
27011 #  - "L2XCFWD"
27012 #  - "1VM"
27013 #  - "L2BDMACLRN"
27014   layout:
27015     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
27016     layout: "plot-throughput-speedup-analysis"
27017
27018 - type: "plot"
27019   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27020   algorithm: "plot_throughput_speedup_analysis"
27021   output-file-type: ".html"
27022   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27023   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27024   filter: "'NIC_Intel-X520-DA2' and
27025            '64B' and
27026            'NDRPDR' and
27027            ('ETH' or 'DOT1Q') and
27028            ('L2BDMACLRN' or 'L2XCFWD') and
27029            'VHOST_1024' and
27030            not 'CFS_OPT' and
27031            not 'DOT1Q' and
27032            not 'VXLAN' and
27033            not 'IP4FWD' and
27034            not 'LBOND'"
27035   parameters:
27036   - "throughput"
27037   - "parent"
27038   - "tags"
27039 #  sort:
27040 #  - "1VM"
27041 #  - "L2XCFWD"
27042 #  - "1VM"
27043 #  - "L2BDMACLRN"
27044   layout:
27045     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
27046     layout: "plot-throughput-speedup-analysis"
27047
27048 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
27049 - type: "plot"
27050   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27051   algorithm: "plot_throughput_speedup_analysis"
27052   output-file-type: ".html"
27053   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27054   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27055   filter: "'NIC_Intel-X710' and
27056            '64B' and
27057            'NDRPDR' and
27058            'ETH' and
27059            'IP4FWD' and
27060            'VHOST_1024' and
27061            not 'VXLAN' and
27062            not 'CFS_OPT' and
27063            not 'DOT1Q'"
27064   parameters:
27065   - "throughput"
27066   - "parent"
27067   - "tags"
27068   sort:
27069   - "1VM"
27070   - "2VM"
27071   layout:
27072     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
27073     layout: "plot-throughput-speedup-analysis"
27074
27075 - type: "plot"
27076   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27077   algorithm: "plot_throughput_speedup_analysis"
27078   output-file-type: ".html"
27079   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27080   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27081   filter: "'NIC_Intel-X710' and
27082            '64B' and
27083            'NDRPDR' and
27084            'ETH' and
27085            'IP4FWD' and
27086            'VHOST_1024' and
27087            not 'VXLAN' and
27088            not 'CFS_OPT' and
27089            not 'DOT1Q'"
27090   parameters:
27091   - "throughput"
27092   - "parent"
27093   - "tags"
27094   sort:
27095   - "1VM"
27096   - "2VM"
27097   layout:
27098     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
27099     layout: "plot-throughput-speedup-analysis"
27100
27101 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
27102 - type: "plot"
27103   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27104   algorithm: "plot_throughput_speedup_analysis"
27105   output-file-type: ".html"
27106   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27107   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27108   filter: "'NIC_Intel-X710' and
27109            '64B' and
27110            'NDRPDR' and
27111            ('ETH' or 'DOT1Q') and
27112            'BASE' and
27113            ('L2BDMACLRN' or 'L2XCFWD') and
27114            'VHOST_1024' and
27115            not 'VXLAN' and
27116            not 'IP4FWD' and
27117            not '2VM'"
27118   parameters:
27119   - "throughput"
27120   - "parent"
27121   - "tags"
27122   sort:
27123   - "L2BDMACLRN"
27124   - "L2BDMACLRN"
27125   - "L2BDMACLRN"
27126   - "L2XCFWD"
27127   - "L2XCFWD"
27128   - "L2XCFWD"
27129   layout:
27130     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr"
27131     layout: "plot-throughput-speedup-analysis"
27132
27133 - type: "plot"
27134   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27135   algorithm: "plot_throughput_speedup_analysis"
27136   output-file-type: ".html"
27137   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27138   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27139   filter: "'NIC_Intel-X710' and
27140            '64B' and
27141            'NDRPDR' and
27142            ('ETH' or 'DOT1Q') and
27143            'BASE' and
27144            ('L2BDMACLRN' or 'L2XCFWD') and
27145            'VHOST_1024' and
27146            not 'VXLAN' and
27147            not 'IP4FWD' and
27148            not '2VM'"
27149   parameters:
27150   - "throughput"
27151   - "parent"
27152   - "tags"
27153   sort:
27154   - "L2BDMACLRN"
27155   - "L2BDMACLRN"
27156   - "L2BDMACLRN"
27157   - "L2XCFWD"
27158   - "L2XCFWD"
27159   - "L2XCFWD"
27160   layout:
27161     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr"
27162     layout: "plot-throughput-speedup-analysis"
27163
27164 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
27165 - type: "plot"
27166   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27167   algorithm: "plot_throughput_speedup_analysis"
27168   output-file-type: ".html"
27169   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27170   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27171   filter: "'NIC_Intel-X710' and
27172            '64B' and
27173            'NDRPDR' and
27174            ('ETH' or 'DOT1Q') and
27175            ('L2BDMACLRN' or 'L2XCFWD') and
27176            'VHOST_1024' and
27177            not 'CFS_OPT' and
27178            not 'VXLAN' and
27179            not 'IP4FWD' and
27180            not 'LBOND'"
27181   parameters:
27182   - "throughput"
27183   - "parent"
27184   - "tags"
27185   sort:
27186   - "L2BDMACLRN"
27187   - "L2BDMACLRN"
27188   - "L2BDMACLRN"
27189   - "L2XCFWD"
27190   - "L2XCFWD"
27191   - "L2XCFWD"
27192   layout:
27193     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr"
27194     layout: "plot-throughput-speedup-analysis"
27195
27196 - type: "plot"
27197   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27198   algorithm: "plot_throughput_speedup_analysis"
27199   output-file-type: ".html"
27200   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27201   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27202   filter: "'NIC_Intel-X710' and
27203            '64B' and
27204            'NDRPDR' and
27205            ('ETH' or 'DOT1Q') and
27206            ('L2BDMACLRN' or 'L2XCFWD') and
27207            'VHOST_1024' and
27208            not 'CFS_OPT' and
27209            not 'VXLAN' and
27210            not 'IP4FWD' and
27211            not 'LBOND'"
27212   parameters:
27213   - "throughput"
27214   - "parent"
27215   - "tags"
27216   sort:
27217   - "L2BDMACLRN"
27218   - "L2BDMACLRN"
27219   - "L2BDMACLRN"
27220   - "L2XCFWD"
27221   - "L2XCFWD"
27222   - "L2XCFWD"
27223   layout:
27224     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr"
27225     layout: "plot-throughput-speedup-analysis"
27226
27227 # Packet Speedup - VPP vhost ip4 3n-skx-x710
27228 - type: "plot"
27229   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27230   algorithm: "plot_throughput_speedup_analysis"
27231   output-file-type: ".html"
27232   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27234   filter: "'NIC_Intel-X710' and
27235            '64B' and
27236            'NDRPDR' and
27237            'ETH' and
27238            'IP4FWD' and
27239            'VHOST_1024' and
27240            not 'VXLAN' and
27241            not 'DOT1Q'"
27242   parameters:
27243   - "throughput"
27244   - "parent"
27245   - "tags"
27246   sort:
27247   - "1VM"
27248   - "2VM"
27249   layout:
27250     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
27251     layout: "plot-throughput-speedup-analysis"
27252
27253 - type: "plot"
27254   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27255   algorithm: "plot_throughput_speedup_analysis"
27256   output-file-type: ".html"
27257   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27258   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27259   filter: "'NIC_Intel-X710' and
27260            '64B' and
27261            'NDRPDR' and
27262            'ETH' and
27263            'IP4FWD' and
27264            'VHOST_1024' and
27265            not 'VXLAN' and
27266            not 'DOT1Q'"
27267   parameters:
27268   - "throughput"
27269   - "parent"
27270   - "tags"
27271   sort:
27272   - "1VM"
27273   - "2VM"
27274   layout:
27275     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
27276     layout: "plot-throughput-speedup-analysis"
27277
27278 # Packet Speedup - VPP vhost ip4 2n-skx-x710
27279 - type: "plot"
27280   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27281   algorithm: "plot_throughput_speedup_analysis"
27282   output-file-type: ".html"
27283   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27284   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27285   filter: "'NIC_Intel-X710' and
27286            '64B' and
27287            'NDRPDR' and
27288            'ETH' and
27289            'IP4FWD' and
27290            'VHOST_1024' and
27291            not 'VXLAN' and
27292            not 'NF_DENSITY' and
27293            not 'CFS_OPT' and
27294            not 'DOT1Q'"
27295   parameters:
27296   - "throughput"
27297   - "parent"
27298   - "tags"
27299   sort:
27300   - "1VM"
27301   - "2VM"
27302   layout:
27303     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
27304     layout: "plot-throughput-speedup-analysis"
27305
27306 - type: "plot"
27307   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27308   algorithm: "plot_throughput_speedup_analysis"
27309   output-file-type: ".html"
27310   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27311   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27312   filter: "'NIC_Intel-X710' and
27313            '64B' and
27314            'NDRPDR' and
27315            'ETH' and
27316            'IP4FWD' and
27317            'VHOST_1024' and
27318            not 'VXLAN' and
27319            not 'NF_DENSITY' and
27320            not 'CFS_OPT' and
27321            not 'DOT1Q'"
27322   parameters:
27323   - "throughput"
27324   - "parent"
27325   - "tags"
27326   sort:
27327   - "1VM"
27328   - "2VM"
27329   layout:
27330     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
27331     layout: "plot-throughput-speedup-analysis"
27332
27333 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
27334 - type: "plot"
27335   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27336   algorithm: "plot_throughput_speedup_analysis"
27337   output-file-type: ".html"
27338   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27339   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27340   filter: "'NIC_Intel-X710' and
27341            '64B' and
27342            'NDRPDR' and
27343            ('ETH' or 'DOT1Q') and
27344            'BASE' and
27345            ('L2BDMACLRN' or 'L2XCFWD') and
27346            'VHOST_1024' and
27347            not 'VXLAN' and
27348            not 'NF_DENSITY' and
27349            not 'IP4FWD' and
27350            not '2VM'"
27351   parameters:
27352   - "throughput"
27353   - "parent"
27354   - "tags"
27355 #  sort:
27356 #  - "not CFS_OPT"
27357 #  - "L2XCFWD"
27358 #  - "not CFS_OPT"
27359 #  - "CFS_OPT"
27360   layout:
27361     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr"
27362     layout: "plot-throughput-speedup-analysis"
27363
27364 - type: "plot"
27365   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27366   algorithm: "plot_throughput_speedup_analysis"
27367   output-file-type: ".html"
27368   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27369   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27370   filter: "'NIC_Intel-X710' and
27371            '64B' and
27372            'NDRPDR' and
27373            ('ETH' or 'DOT1Q') and
27374            'BASE' and
27375            ('L2BDMACLRN' or 'L2XCFWD') and
27376            'VHOST_1024' and
27377            not 'VXLAN' and
27378            not 'NF_DENSITY' and
27379            not 'IP4FWD' and
27380            not '2VM'"
27381   parameters:
27382   - "throughput"
27383   - "parent"
27384   - "tags"
27385 #  sort:
27386 #  - "not CFS_OPT"
27387 #  - "L2XCFWD"
27388 #  - "not CFS_OPT"
27389 #  - "CFS_OPT"
27390   layout:
27391     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr"
27392     layout: "plot-throughput-speedup-analysis"
27393
27394 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
27395 - type: "plot"
27396   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27397   algorithm: "plot_throughput_speedup_analysis"
27398   output-file-type: ".html"
27399   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27400   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27401   filter: "'NIC_Intel-X710' and
27402            '64B' and
27403            'NDRPDR' and
27404            ('ETH' or 'DOT1Q') and
27405            ('L2BDMACLRN' or 'L2XCFWD') and
27406            'VHOST_1024' and
27407            not 'CFS_OPT' and
27408            not 'VXLAN' and
27409            not 'NF_DENSITY' and
27410            not 'DOT1Q' and
27411            not 'IP4FWD'"
27412   parameters:
27413   - "throughput"
27414   - "parent"
27415   - "tags"
27416 #  sort:
27417 #  - "1VM"
27418 #  - "L2XCFWD"
27419 #  - "1VM"
27420 #  - "L2BDMACLRN"
27421   layout:
27422     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
27423     layout: "plot-throughput-speedup-analysis"
27424
27425 - type: "plot"
27426   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27427   algorithm: "plot_throughput_speedup_analysis"
27428   output-file-type: ".html"
27429   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27430   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27431   filter: "'NIC_Intel-X710' and
27432            '64B' and
27433            'NDRPDR' and
27434            ('ETH' or 'DOT1Q') and
27435            ('L2BDMACLRN' or 'L2XCFWD') and
27436            'VHOST_1024' and
27437            not 'CFS_OPT' and
27438            not 'VXLAN' and
27439            not 'NF_DENSITY' and
27440            not 'DOT1Q' and
27441            not 'IP4FWD'"
27442   parameters:
27443   - "throughput"
27444   - "parent"
27445   - "tags"
27446 #  sort:
27447 #  - "1VM"
27448 #  - "L2XCFWD"
27449 #  - "1VM"
27450 #  - "L2BDMACLRN"
27451   layout:
27452     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
27453     layout: "plot-throughput-speedup-analysis"
27454
27455 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
27456 - type: "plot"
27457   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27458   algorithm: "plot_throughput_speedup_analysis"
27459   output-file-type: ".html"
27460   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27461   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27462   filter: "'NIC_Intel-XXV710' and
27463            '64B' and
27464            'NDRPDR' and
27465            'ETH' and
27466            'IP4FWD' and
27467            'VHOST_1024' and
27468            not 'VXLAN' and
27469            not 'CFS_OPT' and
27470            not 'DOT1Q'"
27471   parameters:
27472   - "throughput"
27473   - "parent"
27474   - "tags"
27475   sort:
27476   - "not CFS_OPT"
27477   - "1VM"
27478   - "2VM"
27479   layout:
27480     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
27481     layout: "plot-throughput-speedup-analysis"
27482
27483 - type: "plot"
27484   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27485   algorithm: "plot_throughput_speedup_analysis"
27486   output-file-type: ".html"
27487   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27488   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27489   filter: "'NIC_Intel-XXV710' and
27490            '64B' and
27491            'NDRPDR' and
27492            'ETH' and
27493            'IP4FWD' and
27494            'VHOST_1024' and
27495            not 'VXLAN' and
27496            not 'CFS_OPT' and
27497            not 'DOT1Q'"
27498   parameters:
27499   - "throughput"
27500   - "parent"
27501   - "tags"
27502   sort:
27503   - "not CFS_OPT"
27504   - "1VM"
27505   - "2VM"
27506   layout:
27507     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
27508     layout: "plot-throughput-speedup-analysis"
27509
27510 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
27511 #- type: "plot"
27512 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27513 #  algorithm: "plot_throughput_speedup_analysis"
27514 #  output-file-type: ".html"
27515 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27516 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27517 #  filter: "'NIC_Intel-XXV710' and
27518 #           '64B' and
27519 #           'NDRPDR' and
27520 #           ('ETH' or 'DOT1Q') and
27521 #           'BASE' and
27522 #           ('L2BDMACLRN' or 'L2XCFWD') and
27523 #           'VHOST_1024' and
27524 #           not 'VXLAN' and
27525 #           not 'IP4FWD' and
27526 #           not '2VM'"
27527 #  parameters:
27528 #  - "throughput"
27529 #  - "parent"
27530 #  - "tags"
27531 ##  sort:
27532 ##  - "not CFS_OPT"
27533 ##  - "L2XCFWD"
27534 ##  - "not CFS_OPT"
27535 ##  - "CFS_OPT"
27536 #  layout:
27537 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr"
27538 #    layout: "plot-throughput-speedup-analysis"
27539 #
27540 #- type: "plot"
27541 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27542 #  algorithm: "plot_throughput_speedup_analysis"
27543 #  output-file-type: ".html"
27544 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27545 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27546 #  filter: "'NIC_Intel-XXV710' and
27547 #           '64B' and
27548 #           'NDRPDR' and
27549 #           ('ETH' or 'DOT1Q') and
27550 #           'BASE' and
27551 #           ('L2BDMACLRN' or 'L2XCFWD') and
27552 #           'VHOST_1024' and
27553 #           not 'VXLAN' and
27554 #           not 'IP4FWD' and
27555 #           not '2VM'"
27556 #  parameters:
27557 #  - "throughput"
27558 #  - "parent"
27559 #  - "tags"
27560 ##  sort:
27561 ##  - "not CFS_OPT"
27562 ##  - "L2XCFWD"
27563 ##  - "not CFS_OPT"
27564 ##  - "CFS_OPT"
27565 #  layout:
27566 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr"
27567 #    layout: "plot-throughput-speedup-analysis"
27568 #
27569 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
27570 #- type: "plot"
27571 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27572 #  algorithm: "plot_throughput_speedup_analysis"
27573 #  output-file-type: ".html"
27574 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27575 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27576 #  filter: "'NIC_Intel-XXV710' and
27577 #           '64B' and
27578 #           'NDRPDR' and
27579 #           ('ETH' or 'DOT1Q') and
27580 #           ('L2BDMACLRN' or 'L2XCFWD') and
27581 #           'VHOST_1024' and
27582 #           not 'CFS_OPT' and
27583 #           not 'VXLAN' and
27584 #           not 'DOT1Q' and
27585 #           not 'IP4FWD'"
27586 #  parameters:
27587 #  - "throughput"
27588 #  - "parent"
27589 #  - "tags"
27590 ##  sort:
27591 ##  - "1VM"
27592 ##  - "L2XCFWD"
27593 ##  - "1VM"
27594 ##  - "L2BDMACLRN"
27595 #  layout:
27596 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
27597 #    layout: "plot-throughput-speedup-analysis"
27598 #
27599 #- type: "plot"
27600 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27601 #  algorithm: "plot_throughput_speedup_analysis"
27602 #  output-file-type: ".html"
27603 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27604 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27605 #  filter: "'NIC_Intel-XXV710' and
27606 #           '64B' and
27607 #           'NDRPDR' and
27608 #           ('ETH' or 'DOT1Q') and
27609 #           ('L2BDMACLRN' or 'L2XCFWD') and
27610 #           'VHOST_1024' and
27611 #           not 'CFS_OPT' and
27612 #           not 'VXLAN' and
27613 #           not 'DOT1Q' and
27614 #           not 'IP4FWD'"
27615 #  parameters:
27616 #  - "throughput"
27617 #  - "parent"
27618 #  - "tags"
27619 ##  sort:
27620 ##  - "1VM"
27621 ##  - "L2XCFWD"
27622 ##  - "1VM"
27623 ##  - "L2BDMACLRN"
27624 #  layout:
27625 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
27626 #    layout: "plot-throughput-speedup-analysis"
27627
27628 ################################################################################
27629
27630 # Speedup - VPP vts 3n-hsw-x520
27631 - type: "plot"
27632   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27633   algorithm: "plot_throughput_speedup_analysis"
27634   output-file-type: ".html"
27635   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27636   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27637   filter: "'NIC_Intel-X520-DA2' and
27638            '114B' and
27639            'NDRPDR' and
27640            'VTS'"
27641   parameters:
27642   - "throughput"
27643   - "parent"
27644   - "tags"
27645   layout:
27646     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
27647     layout: "plot-throughput-speedup-analysis"
27648
27649 - type: "plot"
27650   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27651   algorithm: "plot_throughput_speedup_analysis"
27652   output-file-type: ".html"
27653   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27654   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27655   filter: "'NIC_Intel-X520-DA2' and
27656            '114B' and
27657            'NDRPDR' and
27658            'VTS'"
27659   parameters:
27660   - "throughput"
27661   - "parent"
27662   - "tags"
27663   layout:
27664     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27665     layout: "plot-throughput-speedup-analysis"