CSIT-1488: Add data to the Report 1904
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
33     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
34     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
35     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
36     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
37     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
38     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
39     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
40     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
41     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
42     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
43     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
44     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
45     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
46     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
47     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
48
49     # Detailed test configurations
50     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
51     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
52     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
53     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
54     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
55     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
56     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
57     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
58     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
59     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
60     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
61     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
62
63     # Detailed tests operational data
64     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
65     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
66     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
67     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
68     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
69
70     # .css patch file to fix tables generated by Sphinx
71     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
72     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
73
74   urls:
75     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
76     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
77     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/{release}/robot-plugin.zip"
78     # URL[VIRL,DNV]: "http://download.it/from/nexus"
79     URL[NEXUS]: "https://docs.fd.io/csit"
80     DIR[NEXUS]: "report/_static/archive"
81
82   make-dirs:
83   # List the directories which are created while preparing the environment.
84   # All directories MUST be defined in "paths" section.
85   - "DIR[WORKING,DATA]"
86   - "DIR[STATIC,VPP]"
87   - "DIR[STATIC,DPDK]"
88   - "DIR[STATIC,ARCH]"
89   - "DIR[BUILD,LATEX]"
90   - "DIR[WORKING,SRC]"
91   - "DIR[WORKING,SRC,STATIC]"
92
93   remove-dirs:
94   # List the directories which are deleted while cleaning the environment.
95   # All directories MUST be defined in "paths" section.
96   #- "DIR[BUILD,HTML]"
97   - "DIR[WORKING,DATA]"
98
99   build-dirs:
100   # List the directories where the results (build) is stored.
101   # All directories MUST be defined in "paths" section.
102   - "DIR[BUILD,HTML]"
103   - "DIR[BUILD,LATEX]"
104
105 - type: "configuration"
106
107   limits:
108     nic:
109       x520: 24460000
110       x553: 29761905
111       x710: 35800000
112       xxv710: 35800000
113       xl710: 35800000
114
115     link:
116       10ge: 14880952.38
117       25ge: 37202380.95
118       40ge: 59523809.52
119       100ge: 148809523.81
120
121     pci:
122       pci-g3-x8: 74404761.90
123       pci-g3-x16: 148809523.81
124
125   data-sets:
126
127     ###########################################################################
128     # Plots:
129
130     # 3n-hsw
131
132     plot-vpp-throughput-lat-tsa-3n-hsw:
133       csit-vpp-perf-verify-1904-3n-hsw:
134         - 11  # NDRPDR sel
135         - 12  # NDRPDR sel
136         - 20  # NDRPDR sel
137         - 21  # NDRPDR sel
138         - 23  # NDRPDR sel
139         - 24  # NDRPDR sel
140         - 25  # NDRPDR sel
141         - 26  # NDRPDR sel
142         - 29  # NDRPDR sel
143         - 30  # NDRPDR sel
144
145 #    plot-vpp-http-server-performance:
146 #      # csit-vpp-perf-verify-1904-3n-hsw:
147 #      csit-vpp-perf-verify-1810-3n-hsw:
148 #        - 28  # WRK
149 #        - 29  # WRK
150 #        - 30  # WRK
151 #        - 31  # WRK
152 #        - 32  # WRK
153 #        - 33  # WRK
154 #        - 34  # WRK
155 #        - 35  # WRK
156 #        - 36  # WRK
157 #        - 37  # WRK
158
159 #    plot-ligato-throughput-lat-tsa-3n-hsw:
160 #      # csit-ligato-perf-verify-1904-3n-hsw:
161 #      csit-ligato-perf-verify-1901-3n-hsw:
162 #        - 8   # NDRPDR sel
163 #        - 9   # NDRPDR sel
164 #        - 11  # NDRPDR sel
165 #        - 12  # NDRPDR sel
166 #        - 13  # NDRPDR sel
167 #        - 14  # NDRPDR sel
168 #        - 15  # NDRPDR sel
169 #        - 16  # NDRPDR sel
170 #        - 17  # NDRPDR sel
171 #        - 18  # NDRPDR sel
172
173     plot-dpdk-throughput-latency-3n-hsw:
174       csit-dpdk-perf-verify-1904-3n-hsw:
175         - 2   # NDRPDR sel
176         - 3   # NDRPDR sel
177         - 5   # NDRPDR sel
178         - 6   # NDRPDR sel
179         - 13  # NDRPDR sel
180         - 14  # NDRPDR sel
181         - 15  # NDRPDR sel
182         - 18  # NDRPDR sel
183         - 19  # NDRPDR sel
184         - 20  # NDRPDR sel
185
186     # 3n-skx
187
188     plot-vpp-throughput-lat-tsa-3n-skx:
189       csit-vpp-perf-verify-1904-3n-skx:
190         - 8   # NDRPDR sel
191         - 9   # NDRPDR sel
192         - 10  # NDRPDR sel
193         - 11  # NDRPDR sel
194         - 12  # NDRPDR sel
195         - 14  # NDRPDR sel
196         - 16  # NDRPDR sel
197         - 21  # NDRPDR sel
198         - 23  # NDRPDR sel
199         - 25  # NDRPDR sel
200
201     plot-dpdk-throughput-latency-3n-skx:
202       csit-dpdk-perf-verify-1904-3n-skx:
203         - 2   # NDRPDR sel
204         - 3   # NDRPDR sel
205         - 4   # NDRPDR sel
206         - 5   # NDRPDR sel
207         - 6   # NDRPDR sel
208         - 7   # NDRPDR sel
209         - 11  # NDRPDR sel
210         - 12  # NDRPDR sel
211         - 13  # NDRPDR sel
212         - 14  # NDRPDR sel
213
214     # 2n-skx
215
216     plot-vpp-throughput-lat-tsa-2n-skx:
217       csit-vpp-perf-verify-1904-2n-skx:
218         - 12  # NDRPDR sel
219         - 14  # NDRPDR sel
220         - 16  # NDRPDR sel
221         - 17  # NDRPDR sel
222         - 18  # NDRPDR sel
223         - 21  # NDRPDR sel
224         - 27  # NDRPDR sel
225         - 30  # NDRPDR sel
226         - 31  # NDRPDR sel
227         - 32  # NDRPDR sel
228
229     plot-vpp-soak-2n-skx:
230       csit-vpp-perf-verify-1904-2n-skx:
231         - 70  # soak
232         - 71  # soak
233
234     plot-vpp-nfv-2n-skx-ndrpdr-64b:
235       csit-vpp-perf-verify-1904-2n-skx:
236         - 56  # NFV NDRPDR 64b
237         - 59  # NFV NDRPDR 64b
238         - 60  # NFV NDRPDR 64b
239         - 65  # NFV NDRPDR 64b
240         - 68  # NFV NDRPDR 64b
241         - 80  # NFV MRR NDRPDR 64b IMIX
242         - 81  # NFV MRR NDRPDR 64b IMIX
243         - 84  # NFV MRR NDRPDR 64b IMIX
244         - 85  # NFV MRR NDRPDR 64b IMIX
245         - 86  # NFV MRR NDRPDR 64b IMIX
246
247     plot-vpp-nfv-2n-skx-ndrpdr-imix:
248       csit-vpp-perf-verify-1904-2n-skx:
249         - 66  # NFV NDRPDR IMIX
250         - 67  # NFV NDRPDR IMIX
251         - 69  # NFV NDRPDR IMIX
252         - 82  # NFV NDRPDR IMIX
253         - 83  # NFV NDRPDR IMIX
254         - 80  # NFV MRR NDRPDR 64b IMIX
255         - 81  # NFV MRR NDRPDR 64b IMIX
256         - 84  # NFV MRR NDRPDR 64b IMIX
257         - 85  # NFV MRR NDRPDR 64b IMIX
258         - 86  # NFV MRR NDRPDR 64b IMIX
259
260     plot-vpp-nfv-2n-skx-mrr-64b:
261       csit-vpp-perf-verify-1904-2n-skx:
262         - 40  # NFV MRR 64b
263         - 41  # NFV MRR 64b
264         - 42  # NFV MRR 64b
265         - 47  # NFV MRR 64b
266         - 48  # NFV MRR 64b
267         - 80  # NFV MRR NDRPDR 64b IMIX
268         - 81  # NFV MRR NDRPDR 64b IMIX
269         - 84  # NFV MRR NDRPDR 64b IMIX
270         - 85  # NFV MRR NDRPDR 64b IMIX
271         - 86  # NFV MRR NDRPDR 64b IMIX
272
273     plot-vpp-nfv-2n-skx-mrr-imix:
274       csit-vpp-perf-verify-1904-2n-skx:
275         - 49  # NFV MRR IMIX
276         - 50  # NFV MRR IMIX
277         - 51  # NFV MRR IMIX
278         - 54  # NFV MRR IMIX
279         - 55  # NFV MRR IMIX
280         - 80  # NFV MRR NDRPDR 64b IMIX
281         - 81  # NFV MRR NDRPDR 64b IMIX
282         - 84  # NFV MRR NDRPDR 64b IMIX
283         - 85  # NFV MRR NDRPDR 64b IMIX
284         - 86  # NFV MRR NDRPDR 64b IMIX
285
286     plot-dpdk-throughput-latency-2n-skx:
287       csit-dpdk-perf-verify-1904-2n-skx:
288         - 2   # NDRPDR sel
289         - 3   # NDRPDR sel
290         - 4   # NDRPDR sel
291         - 5   # NDRPDR sel
292         - 7   # NDRPDR sel
293         - 8   # NDRPDR sel
294         - 9   # NDRPDR sel
295         - 10  # NDRPDR sel
296         - 11  # NDRPDR sel
297         - 12  # NDRPDR sel
298
299     # 3rd party
300
301 #    # Denverton:
302 #    intel-dnv-vpp:
303 #      # intel-dnv-vpp-release-1904:
304 #      intel-dnv-vpp-release-1901:
305 #        - 1
306
307     ###########################################################################
308     # Simple tables (only one data set):
309
310     # NIC Comparisons
311
312     vpp-nic-comparison-3n-hsw:
313       csit-vpp-perf-verify-1904-3n-hsw:
314         - 11  # NDRPDR sel
315         - 12  # NDRPDR sel
316         - 20  # NDRPDR sel
317         - 21  # NDRPDR sel
318         - 23  # NDRPDR sel
319         - 24  # NDRPDR sel
320         - 25  # NDRPDR sel
321         - 26  # NDRPDR sel
322         - 29  # NDRPDR sel
323         - 30  # NDRPDR sel
324
325     vpp-nic-comparison-3n-skx:
326       csit-vpp-perf-verify-1904-3n-skx:
327         - 8   # NDRPDR sel
328         - 9   # NDRPDR sel
329         - 10  # NDRPDR sel
330         - 11  # NDRPDR sel
331         - 12  # NDRPDR sel
332         - 14  # NDRPDR sel
333         - 16  # NDRPDR sel
334         - 21  # NDRPDR sel
335         - 23  # NDRPDR sel
336         - 25  # NDRPDR sel
337
338     vpp-nic-comparison-2n-skx:
339       csit-vpp-perf-verify-1904-2n-skx:
340         - 12  # NDRPDR sel
341         - 14  # NDRPDR sel
342         - 16  # NDRPDR sel
343         - 17  # NDRPDR sel
344         - 18  # NDRPDR sel
345         - 21  # NDRPDR sel
346         - 27  # NDRPDR sel
347         - 30  # NDRPDR sel
348         - 31  # NDRPDR sel
349         - 32  # NDRPDR sel
350
351     vpp-nic-comparison-3n-hsw-mrr:
352       csit-vpp-perf-verify-1904-3n-hsw:
353         - 9   # MRR sel
354
355     vpp-nic-comparison-3n-skx-mrr:
356       csit-vpp-perf-verify-1904-3n-skx:
357         - 7   # MRR sel
358
359     vpp-nic-comparison-2n-skx-mrr:
360       csit-vpp-perf-verify-1904-2n-skx:
361         - 11  # MRR sel
362
363     # Results
364
365     vpp-perf-results-3n-hsw:
366       # TODO: Add FULL 1904 data
367       csit-vpp-perf-verify-1904-3n-hsw:
368         - 32  # NDRPDR full
369         - 33  # NDRPDR full
370         - 35  # NDRPDR full
371         - 36  # NDRPDR full
372         - 37  # NDRPDR full
373         - 38  # NDRPDR full
374         - 40  # NDRPDR full
375         - 45  # NDRPDR full
376         - 46  # NDRPDR full
377         - 48  # NDRPDR full
378
379     vpp-perf-results-3n-skx:
380       csit-vpp-perf-verify-1904-3n-skx:
381         - 26  # NDRPDR full
382         - 27  # NDRPDR full
383         - 30  # NDRPDR full
384         - 31  # NDRPDR full
385
386     vpp-perf-results-2n-skx:
387       csit-vpp-perf-verify-1904-2n-skx:
388         - 33  # NDRPDR full
389         - 39  # NDRPDR full
390         - 58  # NDRPDR full
391         - 62  # NDRPDR full
392
393     vpp-mrr-results-3n-hsw:
394       csit-vpp-perf-verify-1904-3n-hsw:
395         - 9   # MRR sel
396
397     vpp-mrr-results-3n-skx:
398       csit-vpp-perf-verify-1904-3n-skx:
399         - 7   # MRR sel
400
401     vpp-mrr-results-2n-skx:
402       csit-vpp-perf-verify-1904-2n-skx:
403         - 11  # MRR sel
404
405     vpp-func-results-ubuntu:
406       csit-vpp-functional-1904-ubuntu1604-virl:
407         - 33
408
409     vpp-func-results-centos:
410       csit-vpp-functional-1904-centos7-virl:
411         - 32
412
413     vpp-device-results-ubuntu:
414       csit-vpp-device-1904-ubuntu1804-1n-skx:
415         - 32
416
417 #    # VPP Ligato
418 #    ligato-perf-results-3n-hsw:
419 #      # csit-ligato-perf-verify-1904-3n-hsw:
420 #      csit-ligato-perf-verify-1901-3n-hsw:
421 #        - 10  # NDRPDR full
422
423     dpdk-perf-results-3n-hsw:
424       csit-dpdk-perf-verify-1904-3n-hsw:
425         - 5   # NDRPDR sel
426
427     dpdk-perf-results-3n-skx:
428       csit-dpdk-perf-verify-1904-3n-skx:
429         - 7   # NDRPDR sel
430
431     dpdk-perf-results-2n-skx:
432       csit-dpdk-perf-verify-1904-2n-skx:
433         - 9   # NDRPDR sel
434
435     # HoneyComb Functional
436     hc-func-results:
437       csit-hc2vpp-verify-func-1904-ubuntu1604:
438         - 4
439
440 #    # NSH SFC Functional
441 #    nsh-func-results:
442 #      # Not used
443 #      csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
444 #        - 1
445
446     # DMM Functional
447     dmm-func-results:
448       csit-dmm-functional-1904-ubuntu1604-virl:
449         - 1
450
451     ###########################################################################
452     # Tables (more than one data set)
453
454     # Performance changes
455
456 #    intel-dnv-vpp-changes-2n-dnv-h1:
457 #      intel-dnv-vpp-release-1810:
458 #        - 1
459 #    intel-dnv-vpp-changes-2n-dnv-ref:
460 #      intel-dnv-vpp-release-1901:
461 #        - 1
462 #    intel-dnv-vpp-changes-2n-dnv-cmp:
463 #      # intel-dnv-vpp-release-1904:
464 #      intel-dnv-vpp-release-1901:
465 #        - 1
466 #    intel-dnv-vpp-changes-2n-dnv:
467 #      - "intel-dnv-vpp-changes-2n-dnv-h1"
468 #      - "intel-dnv-vpp-changes-2n-dnv-ref"
469 #      - "intel-dnv-vpp-changes-2n-dnv-cmp"
470
471     vpp-performance-changes-3n-hsw-h1:
472       csit-vpp-perf-verify-1810-3n-hsw:
473         - 8   # NDRPDR sel
474         - 12  # NDRPDR sel
475         - 14  # NDRPDR sel
476         - 18  # NDRPDR sel
477         - 23  # NDRPDR sel
478         - 25  # NDRPDR sel
479         - 38  # NDRPDR sel
480         - 39  # NDRPDR sel
481         - 41  # NDRPDR sel
482         - 42  # NDRPDR sel
483     vpp-performance-changes-3n-hsw-ref:
484       csit-vpp-perf-verify-1901-3n-hsw:
485         - 10  # NDRPDR sel
486         - 19  # NDRPDR sel
487         - 31  # NDRPDR sel
488         - 36  # NDRPDR sel
489         - 40  # NDRPDR sel
490         - 42  # NDRPDR sel
491         - 44  # NDRPDR sel
492         - 46  # NDRPDR sel
493         - 47  # NDRPDR sel
494         - 48  # NDRPDR sel
495         - 61  # NDRPDR LB
496         - 62  # NDRPDR LB
497         - 63  # NDRPDR LB
498         - 64  # NDRPDR LB
499         - 65  # NDRPDR LB
500         - 66  # NDRPDR LB
501         - 67  # NDRPDR LB
502         - 69  # NDRPDR LB
503         - 70  # NDRPDR LB
504         - 71  # NDRPDR LB
505     vpp-performance-changes-3n-hsw-cmp:
506       csit-vpp-perf-verify-1904-3n-hsw:
507         - 11  # NDRPDR sel
508         - 12  # NDRPDR sel
509         - 20  # NDRPDR sel
510         - 21  # NDRPDR sel
511         - 23  # NDRPDR sel
512         - 24  # NDRPDR sel
513         - 25  # NDRPDR sel
514         - 26  # NDRPDR sel
515         - 29  # NDRPDR sel
516         - 30  # NDRPDR sel
517     vpp-performance-changes-3n-hsw:
518       - "vpp-performance-changes-3n-hsw-h1"
519       - "vpp-performance-changes-3n-hsw-ref"
520       - "vpp-performance-changes-3n-hsw-cmp"
521
522     vpp-performance-changes-3n-skx-h1:
523       csit-vpp-perf-verify-1810-3n-skx:
524         - 10  # NDRPDR sel
525         - 14  # NDRPDR sel
526         - 15  # NDRPDR sel
527         - 16  # NDRPDR sel
528         - 17  # NDRPDR sel
529         - 19  # NDRPDR sel
530         - 20  # NDRPDR sel
531         - 21  # NDRPDR sel
532         - 22  # NDRPDR sel
533         - 25  # NDRPDR sel
534     vpp-performance-changes-3n-skx-ref:
535       csit-vpp-perf-verify-1901-3n-skx:
536         - 18  # NDRPDR sel
537         - 19  # NDRPDR sel
538         - 20  # NDRPDR sel
539         - 28  # NDRPDR sel
540         - 31  # NDRPDR sel
541         - 33  # NDRPDR sel
542         - 36  # NDRPDR sel
543         - 38  # NDRPDR sel
544         - 47  # NDRPDR sel
545         - 48  # NDRPDR sel
546         - 54  # NDRPDR LB
547         - 57  # NDRPDR LB
548         - 58  # NDRPDR LB
549         - 59  # NDRPDR LB
550         - 60  # NDRPDR LB
551         - 63  # NDRPDR LB
552         - 64  # NDRPDR LB
553         - 65  # NDRPDR LB
554         - 66  # NDRPDR LB
555         - 67  # NDRPDR LB
556     vpp-performance-changes-3n-skx-cmp:
557       csit-vpp-perf-verify-1904-3n-skx:
558         - 8   # NDRPDR sel
559         - 9   # NDRPDR sel
560         - 10  # NDRPDR sel
561         - 11  # NDRPDR sel
562         - 12  # NDRPDR sel
563         - 14  # NDRPDR sel
564         - 16  # NDRPDR sel
565         - 21  # NDRPDR sel
566         - 23  # NDRPDR sel
567         - 25  # NDRPDR sel
568     vpp-performance-changes-3n-skx:
569       - "vpp-performance-changes-3n-skx-h1"
570       - "vpp-performance-changes-3n-skx-ref"
571       - "vpp-performance-changes-3n-skx-cmp"
572
573     vpp-performance-changes-2n-skx-h1:
574       csit-vpp-perf-verify-1810-2n-skx:
575         - 9   # NDRPDR sel
576         - 13  # NDRPDR sel
577         - 14  # NDRPDR sel
578         - 19  # NDRPDR sel
579         - 20  # NDRPDR sel
580         - 21  # NDRPDR sel
581         - 22  # NDRPDR sel
582         - 23  # NDRPDR sel
583         - 24  # NDRPDR sel
584         - 27  # NDRPDR sel
585     vpp-performance-changes-2n-skx-ref:
586       csit-vpp-perf-verify-1901-2n-skx:
587         - 5   # NDRPDR sel
588         - 12  # NDRPDR sel
589         - 13  # NDRPDR sel
590         - 21  # NDRPDR sel
591         - 23  # NDRPDR sel
592         - 31  # NDRPDR sel
593         - 34  # NDRPDR sel
594         - 40  # NDRPDR sel
595         - 42  # NDRPDR sel
596         - 43  # NDRPDR sel
597     vpp-performance-changes-2n-skx-cmp:
598       csit-vpp-perf-verify-1904-2n-skx:
599         - 12  # NDRPDR sel
600         - 14  # NDRPDR sel
601         - 16  # NDRPDR sel
602         - 17  # NDRPDR sel
603         - 18  # NDRPDR sel
604         - 21  # NDRPDR sel
605         - 27  # NDRPDR sel
606         - 30  # NDRPDR sel
607         - 31  # NDRPDR sel
608         - 32  # NDRPDR sel
609     vpp-performance-changes-2n-skx:
610       - "vpp-performance-changes-2n-skx-h1"
611       - "vpp-performance-changes-2n-skx-ref"
612       - "vpp-performance-changes-2n-skx-cmp"
613
614     vpp-soak-vs-ndr-2n-skx-ref:
615       csit-vpp-perf-verify-1904-2n-skx:
616         - 12  # NDRPDR sel
617         - 14  # NDRPDR sel
618         - 16  # NDRPDR sel
619         - 17  # NDRPDR sel
620         - 18  # NDRPDR sel
621         - 21  # NDRPDR sel
622         - 27  # NDRPDR sel
623         - 30  # NDRPDR sel
624         - 31  # NDRPDR sel
625         - 32  # NDRPDR sel
626     vpp-soak-vs-ndr-2n-skx-cmp:
627       csit-vpp-perf-verify-1904-2n-skx:
628         - 70  # soak
629         - 71  # soak
630     vpp-soak-vs-ndr-2n-skx:
631       csit-vpp-perf-verify-1904-2n-skx:
632         - 12  # NDRPDR sel
633         - 14  # NDRPDR sel
634         - 16  # NDRPDR sel
635         - 17  # NDRPDR sel
636         - 18  # NDRPDR sel
637         - 21  # NDRPDR sel
638         - 27  # NDRPDR sel
639         - 30  # NDRPDR sel
640         - 31  # NDRPDR sel
641         - 32  # NDRPDR sel
642         - 70  # soak
643         - 71  # soak
644
645     vpp-performance-changes-3n-hsw-mrr-h1:
646       csit-vpp-perf-verify-1810-3n-hsw:
647         - 9   # MRR sel
648     vpp-performance-changes-3n-hsw-mrr-ref:
649       csit-vpp-perf-verify-1901-3n-hsw:
650         - 35  # MRR sel
651     vpp-performance-changes-3n-hsw-mrr-cmp:
652       csit-vpp-perf-verify-1904-3n-hsw:
653         - 9   # MRR sel
654     vpp-performance-changes-3n-hsw-mrr:
655       - "vpp-performance-changes-3n-hsw-mrr-h1"
656       - "vpp-performance-changes-3n-hsw-mrr-ref"
657       - "vpp-performance-changes-3n-hsw-mrr-cmp"
658
659     vpp-performance-changes-3n-skx-mrr-h1:
660       csit-vpp-perf-verify-1810-3n-skx:
661         - 9   # MRR sel
662         - 11  # MRR sel
663         - 12  # MRR sel
664         - 13  # MRR sel
665     vpp-performance-changes-3n-skx-mrr-ref:
666       csit-vpp-perf-verify-1901-3n-skx:
667         - 32  # MRR sel
668     vpp-performance-changes-3n-skx-mrr-cmp:
669       csit-vpp-perf-verify-1904-3n-skx:
670         - 7   # MRR sel
671     vpp-performance-changes-3n-skx-mrr:
672       - "vpp-performance-changes-3n-skx-mrr-h1"
673       - "vpp-performance-changes-3n-skx-mrr-ref"
674       - "vpp-performance-changes-3n-skx-mrr-cmp"
675
676     vpp-performance-changes-2n-skx-mrr-h1:
677       csit-vpp-perf-verify-1810-2n-skx:
678         - 8   # MRR sel
679         - 10  # MRR sel
680         - 11  # MRR sel
681         - 12  # MRR sel
682     vpp-performance-changes-2n-skx-mrr-ref:
683       csit-vpp-perf-verify-1901-2n-skx:
684         - 22  # MRR sel
685     vpp-performance-changes-2n-skx-mrr-cmp:
686       csit-vpp-perf-verify-1904-2n-skx:
687         - 11  # MRR sel
688     vpp-performance-changes-2n-skx-mrr:
689       - "vpp-performance-changes-2n-skx-mrr-h1"
690       - "vpp-performance-changes-2n-skx-mrr-ref"
691       - "vpp-performance-changes-2n-skx-mrr-cmp"
692
693     dpdk-performance-changes-3n-hsw-h1:
694       csit-dpdk-perf-verify-1810-3n-hsw:
695         - 1   # NDRPDR sel
696         - 2   # NDRPDR sel
697         - 3   # NDRPDR sel
698         - 4   # NDRPDR sel
699         - 5   # NDRPDR sel
700         - 6   # NDRPDR sel
701         - 7   # NDRPDR sel
702         - 8   # NDRPDR sel
703         - 9   # NDRPDR sel
704         - 10  # NDRPDR sel
705     dpdk-performance-changes-3n-hsw-ref:
706       csit-dpdk-perf-verify-1901-3n-hsw:
707         - 13  # NDRPDR sel
708         - 14  # NDRPDR sel
709         - 16  # NDRPDR sel
710         - 17  # NDRPDR sel
711         - 18  # NDRPDR sel
712         - 19  # NDRPDR sel
713         - 20  # NDRPDR sel
714         - 21  # NDRPDR sel
715         - 22  # NDRPDR sel
716         - 23  # NDRPDR sel
717     dpdk-performance-changes-3n-hsw-cmp:
718       csit-dpdk-perf-verify-1904-3n-hsw:
719         - 2   # NDRPDR sel
720         - 3   # NDRPDR sel
721         - 5   # NDRPDR sel
722         - 6   # NDRPDR sel
723         - 13  # NDRPDR sel
724         - 14  # NDRPDR sel
725         - 15  # NDRPDR sel
726         - 18  # NDRPDR sel
727         - 19  # NDRPDR sel
728         - 20  # NDRPDR sel
729     dpdk-performance-changes-3n-hsw:
730       - "dpdk-performance-changes-3n-hsw-h1"
731       - "dpdk-performance-changes-3n-hsw-ref"
732       - "dpdk-performance-changes-3n-hsw-cmp"
733
734     dpdk-performance-changes-3n-skx-h1:
735       csit-dpdk-perf-verify-1810-3n-skx:
736         - 3   # NDRPDR sel
737         - 4   # NDRPDR sel
738         - 6   # NDRPDR sel
739         - 7   # NDRPDR sel
740         - 8   # NDRPDR sel
741         - 9   # NDRPDR sel
742         - 10  # NDRPDR sel
743         - 11  # NDRPDR sel
744         - 12  # NDRPDR sel
745         - 13  # NDRPDR sel
746     dpdk-performance-changes-3n-skx-ref:
747       csit-dpdk-perf-verify-1901-3n-skx:
748         - 3   # NDRPDR sel
749         - 5   # NDRPDR sel
750         - 6   # NDRPDR sel
751         - 7   # NDRPDR sel
752         - 8   # NDRPDR sel
753         - 9   # NDRPDR sel
754         - 10  # NDRPDR sel
755         - 11  # NDRPDR sel
756         - 12  # NDRPDR sel
757         - 13  # NDRPDR sel
758     dpdk-performance-changes-3n-skx-cmp:
759       csit-dpdk-perf-verify-1904-3n-skx:
760         - 2   # NDRPDR sel
761         - 3   # NDRPDR sel
762         - 4   # NDRPDR sel
763         - 5   # NDRPDR sel
764         - 6   # NDRPDR sel
765         - 7   # NDRPDR sel
766         - 11  # NDRPDR sel
767         - 12  # NDRPDR sel
768         - 13  # NDRPDR sel
769         - 14  # NDRPDR sel
770     dpdk-performance-changes-3n-skx:
771       - "dpdk-performance-changes-3n-skx-h1"
772       - "dpdk-performance-changes-3n-skx-ref"
773       - "dpdk-performance-changes-3n-skx-cmp"
774
775     dpdk-performance-changes-2n-skx-h1:
776       csit-dpdk-perf-verify-1810-2n-skx:
777         - 3   # NDRPDR sel
778         - 4   # NDRPDR sel
779         - 5   # NDRPDR sel
780         - 7   # NDRPDR sel
781         - 8   # NDRPDR sel
782         - 9   # NDRPDR sel
783         - 10  # NDRPDR sel
784         - 11  # NDRPDR sel
785         - 12  # NDRPDR sel
786         - 13  # NDRPDR sel
787     dpdk-performance-changes-2n-skx-ref:
788       csit-dpdk-perf-verify-1901-2n-skx:
789         - 12  # NDRPDR sel
790         - 13  # NDRPDR sel
791         - 14  # NDRPDR sel
792         - 15  # NDRPDR sel
793         - 16  # NDRPDR sel
794         - 17  # NDRPDR sel
795         - 18  # NDRPDR sel
796         - 19  # NDRPDR sel
797         - 20  # NDRPDR sel
798         - 21  # NDRPDR sel
799     dpdk-performance-changes-2n-skx-cmp:
800       csit-dpdk-perf-verify-1904-2n-skx:
801         - 2   # NDRPDR sel
802         - 3   # NDRPDR sel
803         - 4   # NDRPDR sel
804         - 5   # NDRPDR sel
805         - 7   # NDRPDR sel
806         - 8   # NDRPDR sel
807         - 9   # NDRPDR sel
808         - 10  # NDRPDR sel
809         - 11  # NDRPDR sel
810         - 12  # NDRPDR sel
811     dpdk-performance-changes-2n-skx:
812       - "dpdk-performance-changes-2n-skx-h1"
813       - "dpdk-performance-changes-2n-skx-ref"
814       - "dpdk-performance-changes-2n-skx-cmp"
815
816     # Compare testbeds
817
818     vpp-compare-testbeds-ref:
819       csit-vpp-perf-verify-1904-3n-hsw:
820         - 11  # NDRPDR sel
821         - 12  # NDRPDR sel
822         - 20  # NDRPDR sel
823         - 21  # NDRPDR sel
824         - 23  # NDRPDR sel
825         - 24  # NDRPDR sel
826         - 25  # NDRPDR sel
827         - 26  # NDRPDR sel
828         - 29  # NDRPDR sel
829         - 30  # NDRPDR sel
830     vpp-compare-testbeds-cmp:
831       csit-vpp-perf-verify-1904-3n-skx:
832         - 8   # NDRPDR sel
833         - 9   # NDRPDR sel
834         - 10  # NDRPDR sel
835         - 11  # NDRPDR sel
836         - 12  # NDRPDR sel
837         - 14  # NDRPDR sel
838         - 16  # NDRPDR sel
839         - 21  # NDRPDR sel
840         - 23  # NDRPDR sel
841         - 25  # NDRPDR sel
842     vpp-compare-testbeds:
843       - "vpp-compare-testbeds-ref"
844       - "vpp-compare-testbeds-cmp"
845
846     vpp-compare-testbeds-mrr-ref:
847       csit-vpp-perf-verify-1904-3n-hsw:
848         - 9   # MRR sel
849     vpp-compare-testbeds-mrr-cmp:
850       csit-vpp-perf-verify-1904-3n-skx:
851         - 7   # MRR sel
852     vpp-compare-testbeds-mrr:
853       - "vpp-compare-testbeds-mrr-ref"
854       - "vpp-compare-testbeds-mrr-cmp"
855
856     dpdk-compare-testbeds-ref:
857       csit-dpdk-perf-verify-1904-3n-hsw:
858         - 2   # NDRPDR sel
859         - 3   # NDRPDR sel
860         - 5   # NDRPDR sel
861         - 6   # NDRPDR sel
862         - 13  # NDRPDR sel
863         - 14  # NDRPDR sel
864         - 15  # NDRPDR sel
865         - 18  # NDRPDR sel
866         - 19  # NDRPDR sel
867         - 20  # NDRPDR sel
868     dpdk-compare-testbeds-cmp:
869       csit-dpdk-perf-verify-1904-3n-skx:
870         - 2   # NDRPDR sel
871         - 3   # NDRPDR sel
872         - 4   # NDRPDR sel
873         - 5   # NDRPDR sel
874         - 6   # NDRPDR sel
875         - 7   # NDRPDR sel
876         - 11  # NDRPDR sel
877         - 12  # NDRPDR sel
878         - 13  # NDRPDR sel
879         - 14  # NDRPDR sel
880     dpdk-compare-testbeds:
881       - "dpdk-compare-testbeds-ref"
882       - "dpdk-compare-testbeds-cmp"
883
884     # Compare topologies
885
886     vpp-compare-topologies-ref:
887       csit-vpp-perf-verify-1904-3n-skx:
888         - 8   # NDRPDR sel
889         - 9   # NDRPDR sel
890         - 10  # NDRPDR sel
891         - 11  # NDRPDR sel
892         - 12  # NDRPDR sel
893         - 14  # NDRPDR sel
894         - 16  # NDRPDR sel
895         - 21  # NDRPDR sel
896         - 23  # NDRPDR sel
897         - 25  # NDRPDR sel
898     vpp-compare-topologies-cmp:
899       csit-vpp-perf-verify-1904-2n-skx:
900         - 12  # NDRPDR sel
901         - 14  # NDRPDR sel
902         - 16  # NDRPDR sel
903         - 17  # NDRPDR sel
904         - 18  # NDRPDR sel
905         - 21  # NDRPDR sel
906         - 27  # NDRPDR sel
907         - 30  # NDRPDR sel
908         - 31  # NDRPDR sel
909         - 32  # NDRPDR sel
910     vpp-compare-topologies:
911       - "vpp-compare-topologies-ref"
912       - "vpp-compare-topologies-cmp"
913
914     vpp-compare-topologies-mrr-ref:
915       csit-vpp-perf-verify-1904-3n-skx:
916         - 7   # MRR sel
917     vpp-compare-topologies-mrr-cmp:
918       csit-vpp-perf-verify-1904-2n-skx:
919         - 11  # MRR sel
920     vpp-compare-topologies-mrr:
921       - "vpp-compare-topologies-mrr-ref"
922       - "vpp-compare-topologies-mrr-cmp"
923
924     dpdk-compare-topologies-ref:
925       csit-dpdk-perf-verify-1904-3n-skx:
926         - 2   # NDRPDR sel
927         - 3   # NDRPDR sel
928         - 4   # NDRPDR sel
929         - 5   # NDRPDR sel
930         - 6   # NDRPDR sel
931         - 7   # NDRPDR sel
932         - 11  # NDRPDR sel
933         - 12  # NDRPDR sel
934         - 13  # NDRPDR sel
935         - 14  # NDRPDR sel
936     dpdk-compare-topologies-cmp:
937       csit-dpdk-perf-verify-1904-2n-skx:
938         - 2   # NDRPDR sel
939         - 3   # NDRPDR sel
940         - 4   # NDRPDR sel
941         - 5   # NDRPDR sel
942         - 7   # NDRPDR sel
943         - 8   # NDRPDR sel
944         - 9   # NDRPDR sel
945         - 10  # NDRPDR sel
946         - 11  # NDRPDR sel
947         - 12  # NDRPDR sel
948     dpdk-compare-topologies:
949       - "dpdk-compare-topologies-ref"
950       - "dpdk-compare-topologies-cmp"
951
952   plot-layouts:
953
954     plot-soak-throughput:
955       titlefont:
956         size: 18
957       xaxis:
958         title: "<b>Test Cases [Index]</b>"
959         titlefont:
960           size: 16
961         autorange: True
962         fixedrange: False
963         gridcolor: "rgb(230, 230, 230)"
964         linecolor: "rgb(220, 220, 220)"
965         linewidth: 1
966         showgrid: True
967         showline: True
968         showticklabels: True
969         tickcolor: "rgb(220, 220, 220)"
970         tickmode: "linear"
971         tickfont:
972           size: 16
973         zeroline: False
974       yaxis:
975         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
976         titlefont:
977           size: 16
978         gridcolor: "rgb(230, 230, 230)"
979         hoverformat: ".4r"
980         tickformat: ".3r"
981         linecolor: "rgb(220, 220, 220)"
982         linewidth: 1
983         showgrid: True
984         showline: True
985         showticklabels: True
986         tickcolor: "rgb(220, 220, 220)"
987         tickfont:
988           size: 16
989         zeroline: False
990         range: [0,50]
991       autosize: False
992       margin:
993         t: 50
994         b: 0
995         l: 80
996         r: 20
997       showlegend: True
998       legend:
999         orientation: "h"
1000         font:
1001           size: 16
1002       width: 700
1003       height: 900
1004
1005     plot-service-density:
1006       titlefont:
1007         size: 18
1008       xaxis:
1009         side: "top"
1010         autorange: True
1011         fixedrange: False
1012         showgrid: False
1013         showline: False
1014         showticklabels: False
1015         ticks: ""
1016         ticklen: 0
1017         tickwidth: 0
1018         zeroline: False
1019       yaxis:
1020         autorange: "reversed"
1021         showgrid: False
1022         showline: False
1023         showticklabels: False
1024         ticks: ""
1025         ticklen: 0
1026         tickwidth: 0
1027         zeroline: False
1028       autosize: True
1029       showlegend: False
1030       width: 700
1031       height: 700
1032
1033     plot-cps:
1034       titlefont:
1035         size: 18
1036       xaxis:
1037         title: "<b>Test Cases [Index]</b>"
1038         titlefont:
1039           size: 16
1040         autorange: True
1041         fixedrange: False
1042         gridcolor: "rgb(230, 230, 230)"
1043         linecolor: "rgb(220, 220, 220)"
1044         linewidth: 1
1045         showgrid: True
1046         showline: True
1047         showticklabels: True
1048         tickcolor: "rgb(220, 220, 220)"
1049         tickmode: "linear"
1050         tickfont:
1051           size: 16
1052         zeroline: False
1053       yaxis:
1054         title: "<b>Connections Per Second [cps]</b>"
1055         titlefont:
1056           size: 16
1057         gridcolor: "rgb(230, 230, 230)"
1058         hoverformat: ".4s"
1059         linecolor: "rgb(220, 220, 220)"
1060         linewidth: 1
1061         rangemode: "tozero"
1062         showgrid: True
1063         showline: True
1064         showticklabels: True
1065         tickcolor: "rgb(220, 220, 220)"
1066         tickformat: ".3s"
1067         tickfont:
1068           size: 16
1069         zeroline: False
1070       boxmode: "group"
1071       boxgroupgap: 0.5
1072       autosize: False
1073       margin:
1074         t: 50
1075         b: 20
1076         l: 80
1077         r: 20
1078       showlegend: True
1079       legend:
1080         orientation: "h"
1081         font:
1082           size: 16
1083       width: 700
1084       height: 800
1085
1086     plot-rps:
1087       titlefont:
1088         size: 18
1089       xaxis:
1090         title: "<b>Test Cases [Index]</b>"
1091         titlefont:
1092           size: 16
1093         autorange: True
1094         fixedrange: False
1095         gridcolor: "rgb(230, 230, 230)"
1096         linecolor: "rgb(220, 220, 220)"
1097         linewidth: 1
1098         showgrid: True
1099         showline: True
1100         showticklabels: True
1101         tickcolor: "rgb(220, 220, 220)"
1102         tickmode: "linear"
1103         tickfont:
1104           size: 16
1105         zeroline: False
1106       yaxis:
1107         title: "<b>Requests Per Second [rps]</b>"
1108         titlefont:
1109           size: 16
1110         gridcolor: "rgb(230, 230, 230)"
1111         hoverformat: ".4s"
1112         linecolor: "rgb(220, 220, 220)"
1113         linewidth: 1
1114         rangemode: "tozero"
1115         showgrid: True
1116         showline: True
1117         showticklabels: True
1118         tickcolor: "rgb(230, 230, 230)"
1119         tickformat: ".3s"
1120         tickfont:
1121           size: 16
1122         zeroline: False
1123       boxmode: "group"
1124       boxgroupgap: 0.5
1125       autosize: False
1126       margin:
1127         t: 50
1128         b: 20
1129         l: 80
1130         r: 20
1131       showlegend: True
1132       legend:
1133         orientation: "h"
1134         font:
1135           size: 16
1136       width: 700
1137       height: 800
1138
1139     plot-throughput:
1140       titlefont:
1141         size: 18
1142       xaxis:
1143         title: "<b>Test Cases [Index]</b>"
1144         titlefont:
1145           size: 16
1146         autorange: True
1147         fixedrange: False
1148         gridcolor: "rgb(230, 230, 230)"
1149         linecolor: "rgb(220, 220, 220)"
1150         linewidth: 1
1151         showgrid: True
1152         showline: True
1153         showticklabels: True
1154         tickcolor: "rgb(220, 220, 220)"
1155         tickmode: "linear"
1156         tickfont:
1157           size: 16
1158         zeroline: False
1159       yaxis:
1160         title: "<b>Packet Throughput [Mpps]</b>"
1161         titlefont:
1162           size: 16
1163         gridcolor: "rgb(230, 230, 230)"
1164         hoverformat: ".4r"
1165         tickformat: ".3r"
1166         linecolor: "rgb(220, 220, 220)"
1167         linewidth: 1
1168         showgrid: True
1169         showline: True
1170         showticklabels: True
1171         tickcolor: "rgb(220, 220, 220)"
1172         tickfont:
1173           size: 16
1174         zeroline: False
1175         range: [0,50]
1176       boxmode: "group"
1177       boxgroupgap: 0.5
1178       autosize: False
1179       margin:
1180         t: 50
1181         b: 0
1182         l: 80
1183         r: 20
1184       showlegend: True
1185       legend:
1186         orientation: "h"
1187         font:
1188           size: 16
1189       width: 700
1190       height: 900
1191
1192     plot-throughput-speedup-analysis:
1193       titlefont:
1194         size: 18
1195       xaxis:
1196         title: "<b>Number of Cores [Qty]</b>"
1197         titlefont:
1198           size: 16
1199         autorange: True
1200         fixedrange: False
1201         gridcolor: "rgb(230, 230, 230)"
1202         linecolor: "rgb(220, 220, 220)"
1203         linewidth: 1
1204         showgrid: True
1205         showline: True
1206         showticklabels: True
1207         tickcolor: "rgb(238, 238, 238)"
1208         tickmode: "linear"
1209         tickfont:
1210           size: 16
1211         zeroline: False
1212       yaxis:
1213         title: "<b>Packet Throughput [Mpps]</b>"
1214         titlefont:
1215           size: 16
1216         type: "linear"
1217         gridcolor: "rgb(230, 230, 230)"
1218         hoverformat: ".4s"
1219         linecolor: "rgb(220, 220, 220)"
1220         linewidth: 1
1221         showgrid: True
1222         showline: True
1223         showticklabels: True
1224         tickcolor: "rgb(220, 220, 220)"
1225         tickformat: ".4s"
1226         tickfont:
1227           size: 16
1228         zeroline: True
1229         rangemode: "tozero"
1230         range: [0,100]
1231       legend:
1232         orientation: "h"
1233         font:
1234           size: 16
1235         xanchor: "left"
1236         yanchor: "top"
1237         x: 0
1238         y: -0.2
1239         bgcolor: "rgba(255, 255, 255, 0)"
1240         bordercolor: "rgba(255, 255, 255, 0)"
1241         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1242       autosize: False
1243       margin:
1244           't': 50
1245           'b': 150
1246           'l': 85
1247           'r': 10
1248       showlegend: True
1249       width: 700
1250       height: 700
1251       hoverlabel:
1252         namelength: -1
1253       annotations: [
1254         {
1255           text: "_ _          __          ...",
1256           align: "left",
1257           showarrow: False,
1258           xref: "paper",
1259           yref: "paper",
1260           xanchor: "left",
1261           yanchor: "top",
1262           x: 0,
1263           y: -0.13,
1264           font: {
1265             family: "Consolas, Courier New",
1266             size: 15
1267           },
1268         },
1269         {
1270           text: "    Perfect     Measured     Limit",
1271           align: "left",
1272           showarrow: False,
1273           xref: "paper",
1274           yref: "paper",
1275           xanchor: "left",
1276           yanchor: "top",
1277           x: 0,
1278           y: -0.15,
1279           font: {
1280             family: "Consolas, Courier New",
1281             size: 15
1282           },
1283         },
1284       ]
1285
1286     plot-latency:
1287       titlefont:
1288         size: 18
1289       xaxis:
1290         title: "<b>Direction</b>"
1291         titlefont:
1292           size: 16
1293         autorange: True
1294         fixedrange: False
1295         gridcolor: "rgb(230, 230, 230)"
1296         linecolor: "rgb(220, 220, 220)"
1297         linewidth: 1
1298         showgrid: True
1299         showline: True
1300         showticklabels: False
1301         tickcolor: "rgb(220, 220, 220)"
1302         tickmode: "linear"
1303         tickfont:
1304           size: 16
1305         zeroline: False
1306       yaxis:
1307         title: "<b>Packet Latency [uSec]</b>"
1308         titlefont:
1309           size: 16
1310         type: "linear"
1311         gridcolor: "rgb(230, 230, 230)"
1312         hoverformat: ".4s"
1313         linecolor: "rgb(220, 220, 220)"
1314         linewidth: 1
1315         showgrid: True
1316         showline: True
1317         showticklabels: True
1318         tickcolor: "rgb(220, 220, 220)"
1319         tickformat: ".4s"
1320         tickfont:
1321           size: 16
1322         zeroline: True
1323         rangemode: "tozero"
1324       legend:
1325         orientation: "h"
1326         font:
1327           size: 16
1328         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1329       autosize: False
1330       margin:
1331           't': 50
1332           'b': 150
1333           'l': 80
1334           'r': 10
1335       showlegend: True
1336       width: 700
1337       height: 700
1338       hoverlabel:
1339         namelength: -1
1340
1341 - type: "static"
1342   src-path: "{DIR[RST]}"
1343   dst-path: "{DIR[WORKING,SRC]}"
1344
1345 - type: "input"
1346   general:
1347     file-name: "robot-plugin.zip"
1348     file-format: ".zip"
1349     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1350     extract: "robot-plugin/output.xml"
1351
1352   builds:
1353 ##    intel-dnv-vpp-release-1904:
1354 ##      - 1
1355 #
1356 #    intel-dnv-vpp-release-1901:
1357 #      - 1
1358 #
1359 #    intel-dnv-vpp-release-1810:
1360 #      - 1
1361
1362     csit-vpp-perf-verify-1810-3n-hsw:
1363       - 9   # MRR sel
1364       - 8   # NDRPDR sel
1365       - 12  # NDRPDR sel
1366       - 14  # NDRPDR sel
1367       - 18  # NDRPDR sel
1368       - 23  # NDRPDR sel
1369       - 25  # NDRPDR sel
1370       - 38  # NDRPDR sel
1371       - 39  # NDRPDR sel
1372       - 41  # NDRPDR sel
1373       - 42  # NDRPDR sel
1374 #      - 28  # WRK
1375 #      - 29  # WRK
1376 #      - 30  # WRK
1377 #      - 31  # WRK
1378 #      - 32  # WRK
1379 #      - 33  # WRK
1380 #      - 34  # WRK
1381 #      - 35  # WRK
1382 #      - 36  # WRK
1383 #      - 37  # WRK
1384     csit-vpp-perf-verify-1901-3n-hsw:
1385       - 35  # MRR sel
1386       - 10  # NDRPDR sel
1387       - 19  # NDRPDR sel
1388       - 31  # NDRPDR sel
1389       - 36  # NDRPDR sel
1390       - 40  # NDRPDR sel
1391       - 42  # NDRPDR sel
1392       - 44  # NDRPDR sel
1393       - 46  # NDRPDR sel
1394       - 47  # NDRPDR sel
1395       - 48  # NDRPDR sel
1396       - 61  # NDRPDR LB
1397       - 62  # NDRPDR LB
1398       - 63  # NDRPDR LB
1399       - 64  # NDRPDR LB
1400       - 65  # NDRPDR LB
1401       - 66  # NDRPDR LB
1402       - 67  # NDRPDR LB
1403       - 69  # NDRPDR LB
1404       - 70  # NDRPDR LB
1405       - 71  # NDRPDR LB
1406     # TODO: Add 1904 Data
1407     csit-vpp-perf-verify-1904-3n-hsw:
1408       - 9   # MRR sel
1409       - 32  # NDRPDR full
1410       - 33  # NDRPDR full
1411       - 35  # NDRPDR full
1412       - 36  # NDRPDR full
1413       - 37  # NDRPDR full
1414       - 38  # NDRPDR full
1415       - 40  # NDRPDR full
1416       - 45  # NDRPDR full
1417       - 46  # NDRPDR full
1418       - 48  # NDRPDR full
1419       - 11  # NDRPDR sel
1420       - 12  # NDRPDR sel
1421       - 20  # NDRPDR sel
1422       - 21  # NDRPDR sel
1423       - 23  # NDRPDR sel
1424       - 24  # NDRPDR sel
1425       - 25  # NDRPDR sel
1426       - 26  # NDRPDR sel
1427       - 29  # NDRPDR sel
1428       - 30  # NDRPDR sel
1429
1430     csit-vpp-perf-verify-1810-3n-skx:
1431       - 9   # MRR sel
1432       - 11  # MRR sel
1433       - 12  # MRR sel
1434       - 13  # MRR sel
1435       - 10  # NDRPDR sel
1436       - 14  # NDRPDR sel
1437       - 15  # NDRPDR sel
1438       - 16  # NDRPDR sel
1439       - 17  # NDRPDR sel
1440       - 19  # NDRPDR sel
1441       - 20  # NDRPDR sel
1442       - 21  # NDRPDR sel
1443       - 22  # NDRPDR sel
1444       - 25  # NDRPDR sel
1445     csit-vpp-perf-verify-1901-3n-skx:
1446       - 32  # MRR sel
1447       - 18  # NDRPDR sel
1448       - 19  # NDRPDR sel
1449       - 20  # NDRPDR sel
1450       - 28  # NDRPDR sel
1451       - 31  # NDRPDR sel
1452       - 33  # NDRPDR sel
1453       - 36  # NDRPDR sel
1454       - 38  # NDRPDR sel
1455       - 47  # NDRPDR sel
1456       - 48  # NDRPDR sel
1457       - 54  # NDRPDR LB
1458       - 57  # NDRPDR LB
1459       - 58  # NDRPDR LB
1460       - 59  # NDRPDR LB
1461       - 60  # NDRPDR LB
1462       - 63  # NDRPDR LB
1463       - 64  # NDRPDR LB
1464       - 65  # NDRPDR LB
1465       - 66  # NDRPDR LB
1466       - 67  # NDRPDR LB
1467     csit-vpp-perf-verify-1904-3n-skx:
1468       - 7   # MRR sel
1469       - 26  # NDRPDR full
1470       - 27  # NDRPDR full
1471       - 30  # NDRPDR full
1472       - 31  # NDRPDR full
1473       - 8   # NDRPDR sel
1474       - 9   # NDRPDR sel
1475       - 10  # NDRPDR sel
1476       - 11  # NDRPDR sel
1477       - 12  # NDRPDR sel
1478       - 14  # NDRPDR sel
1479       - 16  # NDRPDR sel
1480       - 21  # NDRPDR sel
1481       - 23  # NDRPDR sel
1482       - 25  # NDRPDR sel
1483
1484     csit-vpp-perf-verify-1810-2n-skx:
1485       - 8   # MRR sel
1486       - 10  # MRR sel
1487       - 11  # MRR sel
1488       - 12  # MRR sel
1489       - 9   # NDRPDR sel
1490       - 13  # NDRPDR sel
1491       - 14  # NDRPDR sel
1492       - 19  # NDRPDR sel
1493       - 20  # NDRPDR sel
1494       - 21  # NDRPDR sel
1495       - 22  # NDRPDR sel
1496       - 23  # NDRPDR sel
1497       - 24  # NDRPDR sel
1498       - 27  # NDRPDR sel
1499     csit-vpp-perf-verify-1901-2n-skx:
1500       - 22  # MRR sel
1501       - 5   # NDRPDR sel
1502       - 12  # NDRPDR sel
1503       - 13  # NDRPDR sel
1504       - 21  # NDRPDR sel
1505       - 23  # NDRPDR sel
1506       - 31  # NDRPDR sel
1507       - 34  # NDRPDR sel
1508       - 40  # NDRPDR sel
1509       - 42  # NDRPDR sel
1510       - 43  # NDRPDR sel
1511     csit-vpp-perf-verify-1904-2n-skx:
1512       - 11  # MRR sel
1513       - 33  # NDRPDR full
1514       - 39  # NDRPDR full
1515       - 58  # NDRPDR full
1516       - 62  # NDRPDR full
1517       - 12  # NDRPDR sel
1518       - 14  # NDRPDR sel
1519       - 16  # NDRPDR sel
1520       - 17  # NDRPDR sel
1521       - 18  # NDRPDR sel
1522       - 21  # NDRPDR sel
1523       - 27  # NDRPDR sel
1524       - 30  # NDRPDR sel
1525       - 31  # NDRPDR sel
1526       - 32  # NDRPDR sel
1527       - 40  # NFV MRR 64b
1528       - 41  # NFV MRR 64b
1529       - 42  # NFV MRR 64b
1530       - 47  # NFV MRR 64b
1531       - 48  # NFV MRR 64b
1532       - 49  # NFV MRR IMIX
1533       - 50  # NFV MRR IMIX
1534       - 51  # NFV MRR IMIX
1535       - 54  # NFV MRR IMIX
1536       - 55  # NFV MRR IMIX
1537       - 56  # NFV NDRPDR 64b
1538       - 59  # NFV NDRPDR 64b
1539       - 60  # NFV NDRPDR 64b
1540       - 65  # NFV NDRPDR 64b
1541       - 68  # NFV NDRPDR 64b
1542       - 66  # NFV NDRPDR IMIX
1543       - 67  # NFV NDRPDR IMIX
1544       - 69  # NFV NDRPDR IMIX
1545       - 82  # NFV NDRPDR IMIX
1546       - 83  # NFV NDRPDR IMIX
1547       - 80  # NFV MRR NDRPDR 64b IMIX
1548       - 81  # NFV MRR NDRPDR 64b IMIX
1549       - 84  # NFV MRR NDRPDR 64b IMIX
1550       - 85  # NFV MRR NDRPDR 64b IMIX
1551       - 86  # NFV MRR NDRPDR 64b IMIX
1552       - 70  # soak
1553       - 71  # soak
1554
1555 #    csit-ligato-perf-verify-1901-3n-hsw:
1556 #      - 10  # NDRPDR full
1557 #      - 8   # NDRPDR sel
1558 #      - 9   # NDRPDR sel
1559 #      - 11  # NDRPDR sel
1560 #      - 12  # NDRPDR sel
1561 #      - 13  # NDRPDR sel
1562 #      - 14  # NDRPDR sel
1563 #      - 15  # NDRPDR sel
1564 #      - 16  # NDRPDR sel
1565 #      - 17  # NDRPDR sel
1566 #      - 18  # NDRPDR sel
1567 ##    csit-ligato-perf-verify-1904-3n-hsw:
1568 ##      -
1569
1570     csit-dpdk-perf-verify-1810-3n-hsw:
1571       - 1   # NDRPDR sel
1572       - 2   # NDRPDR sel
1573       - 3   # NDRPDR sel
1574       - 4   # NDRPDR sel
1575       - 5   # NDRPDR sel
1576       - 6   # NDRPDR sel
1577       - 7   # NDRPDR sel
1578       - 8   # NDRPDR sel
1579       - 9   # NDRPDR sel
1580       - 10  # NDRPDR sel
1581     csit-dpdk-perf-verify-1901-3n-hsw:
1582       - 13  # NDRPDR sel
1583       - 14  # NDRPDR sel
1584       - 16  # NDRPDR sel
1585       - 17  # NDRPDR sel
1586       - 18  # NDRPDR sel
1587       - 19  # NDRPDR sel
1588       - 20  # NDRPDR sel
1589       - 21  # NDRPDR sel
1590       - 22  # NDRPDR sel
1591       - 23  # NDRPDR sel
1592     csit-dpdk-perf-verify-1904-3n-hsw:
1593       - 2   # NDRPDR sel
1594       - 3   # NDRPDR sel
1595       - 5   # NDRPDR sel
1596       - 6   # NDRPDR sel
1597       - 13  # NDRPDR sel
1598       - 14  # NDRPDR sel
1599       - 15  # NDRPDR sel
1600       - 18  # NDRPDR sel
1601       - 19  # NDRPDR sel
1602       - 20  # NDRPDR sel
1603
1604     csit-dpdk-perf-verify-1810-3n-skx:
1605       - 3   # NDRPDR sel
1606       - 4   # NDRPDR sel
1607       - 6   # NDRPDR sel
1608       - 7   # NDRPDR sel
1609       - 8   # NDRPDR sel
1610       - 9   # NDRPDR sel
1611       - 10  # NDRPDR sel
1612       - 11  # NDRPDR sel
1613       - 12  # NDRPDR sel
1614       - 13  # NDRPDR sel
1615     csit-dpdk-perf-verify-1901-3n-skx:
1616       - 3   # NDRPDR sel
1617       - 5   # NDRPDR sel
1618       - 6   # NDRPDR sel
1619       - 7   # NDRPDR sel
1620       - 8   # NDRPDR sel
1621       - 9   # NDRPDR sel
1622       - 10  # NDRPDR sel
1623       - 11  # NDRPDR sel
1624       - 12  # NDRPDR sel
1625       - 13  # NDRPDR sel
1626     csit-dpdk-perf-verify-1904-3n-skx:
1627       - 2   # NDRPDR sel
1628       - 3   # NDRPDR sel
1629       - 4   # NDRPDR sel
1630       - 5   # NDRPDR sel
1631       - 6   # NDRPDR sel
1632       - 7   # NDRPDR sel
1633       - 11  # NDRPDR sel
1634       - 12  # NDRPDR sel
1635       - 13  # NDRPDR sel
1636       - 14  # NDRPDR sel
1637
1638     csit-dpdk-perf-verify-1810-2n-skx:
1639       - 3   # NDRPDR sel
1640       - 4   # NDRPDR sel
1641       - 5   # NDRPDR sel
1642       - 7   # NDRPDR sel
1643       - 8   # NDRPDR sel
1644       - 9   # NDRPDR sel
1645       - 10  # NDRPDR sel
1646       - 11  # NDRPDR sel
1647       - 12  # NDRPDR sel
1648       - 13  # NDRPDR sel
1649     csit-dpdk-perf-verify-1901-2n-skx:
1650       - 12  # NDRPDR sel
1651       - 13  # NDRPDR sel
1652       - 14  # NDRPDR sel
1653       - 15  # NDRPDR sel
1654       - 16  # NDRPDR sel
1655       - 17  # NDRPDR sel
1656       - 18  # NDRPDR sel
1657       - 19  # NDRPDR sel
1658       - 20  # NDRPDR sel
1659       - 21  # NDRPDR sel
1660     csit-dpdk-perf-verify-1904-2n-skx:
1661       - 2   # NDRPDR sel
1662       - 3   # NDRPDR sel
1663       - 4   # NDRPDR sel
1664       - 5   # NDRPDR sel
1665       - 7   # NDRPDR sel
1666       - 8   # NDRPDR sel
1667       - 9   # NDRPDR sel
1668       - 10  # NDRPDR sel
1669       - 11  # NDRPDR sel
1670       - 12  # NDRPDR sel
1671
1672     csit-vpp-functional-1904-ubuntu1604-virl:
1673       - 33
1674     csit-vpp-functional-1904-centos7-virl:
1675       - 32
1676     csit-vpp-device-1904-ubuntu1804-1n-skx:
1677       - 32
1678 #    # Not used
1679 #    csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1680 #      - 1
1681     csit-dmm-functional-1904-ubuntu1604-virl:
1682       - 1
1683     csit-hc2vpp-verify-func-1904-ubuntu1604:
1684       - 4
1685
1686 - type: "output"
1687   output: "report"
1688   format:
1689     html:
1690     - full
1691     pdf:
1692     - minimal
1693
1694 ################################################################################
1695 ###                               T A B L E S                                ###
1696 ################################################################################
1697
1698 # VPP Soak vs NDR
1699 - type: "table"
1700   title: "VPP Soak vs NDR 2n-skx"
1701   algorithm: "table_soak_vs_ndr"
1702   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
1703   reference:
1704     title: "NDR"
1705     data: "vpp-soak-vs-ndr-2n-skx-ref"
1706   compare:
1707     title: "Soak"
1708     data: "vpp-soak-vs-ndr-2n-skx-cmp"
1709   data: "vpp-soak-vs-ndr-2n-skx"
1710   include-tests: "NDR"
1711   filter: "('NDRPDR' or 'SOAK')"
1712   parameters:
1713     - "throughput"
1714     - "name"
1715     - "parent"
1716
1717 ################################################################################
1718
1719 # VPP Compare NICs 3n-hsw 1t1c ndr
1720 - type: "table"
1721   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1722   algorithm: "table_nics_comparison"
1723   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1724   reference:
1725     title: "Intel-x520"
1726     nic: "NIC_Intel-X520-DA2"
1727   compare:
1728     title: "Intel-x710"
1729     nic: "NIC_Intel-X710"
1730   data: "vpp-nic-comparison-3n-hsw"
1731   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1732   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1733   parameters:
1734   - "name"
1735   - "parent"
1736   - "throughput"
1737   - "tags"
1738
1739 # VPP Compare NICs 3n-hsw 2t2c ndr
1740 - type: "table"
1741   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1742   algorithm: "table_nics_comparison"
1743   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1744   reference:
1745     title: "Intel-x520"
1746     nic: "NIC_Intel-X520-DA2"
1747   compare:
1748     title: "Intel-x710"
1749     nic: "NIC_Intel-X710"
1750   data: "vpp-nic-comparison-3n-hsw"
1751   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1752   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1753   parameters:
1754   - "name"
1755   - "parent"
1756   - "throughput"
1757   - "tags"
1758
1759 # VPP Compare NICs 3n-hsw 1t1c pdr
1760 - type: "table"
1761   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1762   algorithm: "table_nics_comparison"
1763   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1764   reference:
1765     title: "Intel-x520"
1766     nic: "NIC_Intel-X520-DA2"
1767   compare:
1768     title: "Intel-x710"
1769     nic: "NIC_Intel-X710"
1770   data: "vpp-nic-comparison-3n-hsw"
1771   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1772   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1773   parameters:
1774   - "name"
1775   - "parent"
1776   - "throughput"
1777   - "tags"
1778
1779 # VPP Compare NICs 3n-hsw 2t2c pdr
1780 - type: "table"
1781   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1782   algorithm: "table_nics_comparison"
1783   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1784   reference:
1785     title: "Intel-x520"
1786     nic: "NIC_Intel-X520-DA2"
1787   compare:
1788     title: "Intel-x710"
1789     nic: "NIC_Intel-X710"
1790   data: "vpp-nic-comparison-3n-hsw"
1791   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1792   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1793   parameters:
1794   - "name"
1795   - "parent"
1796   - "throughput"
1797   - "tags"
1798
1799 # VPP Compare NICs 3n-hsw 1t1c mrr
1800 - type: "table"
1801   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1802   algorithm: "table_nics_comparison"
1803   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1804   reference:
1805     title: "Intel-x520"
1806     nic: "NIC_Intel-X520-DA2"
1807   compare:
1808     title: "Intel-x710"
1809     nic: "NIC_Intel-X710"
1810   data: "vpp-nic-comparison-3n-hsw-mrr"
1811   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1812   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1813   parameters:
1814   - "name"
1815   - "parent"
1816   - "result"
1817   - "tags"
1818
1819 # VPP Compare NICs 3n-hsw 2t2c mrr
1820 - type: "table"
1821   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1822   algorithm: "table_nics_comparison"
1823   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1824   reference:
1825     title: "Intel-x520"
1826     nic: "NIC_Intel-X520-DA2"
1827   compare:
1828     title: "Intel-x710"
1829     nic: "NIC_Intel-X710"
1830   data: "vpp-nic-comparison-3n-hsw-mrr"
1831   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1832   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1833   parameters:
1834   - "name"
1835   - "parent"
1836   - "result"
1837   - "tags"
1838
1839 # VPP Compare NICs 3n-hsw 4t4c mrr
1840 - type: "table"
1841   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1842   algorithm: "table_nics_comparison"
1843   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1844   reference:
1845     title: "Intel-x520"
1846     nic: "NIC_Intel-X520-DA2"
1847   compare:
1848     title: "Intel-x710"
1849     nic: "NIC_Intel-X710"
1850   data: "vpp-nic-comparison-3n-hsw-mrr"
1851   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1852   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1853   parameters:
1854   - "name"
1855   - "parent"
1856   - "result"
1857   - "tags"
1858
1859 # VPP Compare NICs 3n-skx 2t1c ndr
1860 - type: "table"
1861   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1862   algorithm: "table_nics_comparison"
1863   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1864   reference:
1865     title: "Intel-x710"
1866     nic: "NIC_Intel-X710"
1867   compare:
1868     title: "Intel-xxv710"
1869     nic: "NIC_Intel-XXV710"
1870   data: "vpp-nic-comparison-3n-skx"
1871   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1872   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1873   parameters:
1874   - "name"
1875   - "parent"
1876   - "throughput"
1877   - "tags"
1878
1879 # VPP Compare NICs 3n-skx 4t2c ndr
1880 - type: "table"
1881   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1882   algorithm: "table_nics_comparison"
1883   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1884   reference:
1885     title: "Intel-x710"
1886     nic: "NIC_Intel-X710"
1887   compare:
1888     title: "Intel-xxv710"
1889     nic: "NIC_Intel-XXV710"
1890   data: "vpp-nic-comparison-3n-skx"
1891   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1892   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1893   parameters:
1894   - "name"
1895   - "parent"
1896   - "throughput"
1897   - "tags"
1898
1899 # VPP Compare NICs 3n-skx 2t1c pdr
1900 - type: "table"
1901   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1902   algorithm: "table_nics_comparison"
1903   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1904   reference:
1905     title: "Intel-x710"
1906     nic: "NIC_Intel-X710"
1907   compare:
1908     title: "Intel-xxv710"
1909     nic: "NIC_Intel-XXV710"
1910   data: "vpp-nic-comparison-3n-skx"
1911   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1912   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1913   parameters:
1914   - "name"
1915   - "parent"
1916   - "throughput"
1917   - "tags"
1918
1919  # VPP Compare NICs 3n-skx 4t2c pdr
1920 - type: "table"
1921   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1922   algorithm: "table_nics_comparison"
1923   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1924   reference:
1925     title: "Intel-x710"
1926     nic: "NIC_Intel-X710"
1927   compare:
1928     title: "Intel-xxv710"
1929     nic: "NIC_Intel-XXV710"
1930   data: "vpp-nic-comparison-3n-skx"
1931   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1932   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1933   parameters:
1934   - "name"
1935   - "parent"
1936   - "throughput"
1937   - "tags"
1938
1939 # VPP Compare NICs 3n-skx 2t1c mrr
1940 - type: "table"
1941   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1942   algorithm: "table_nics_comparison"
1943   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1944   reference:
1945     title: "Intel-x710"
1946     nic: "NIC_Intel-X710"
1947   compare:
1948     title: "Intel-xxv710"
1949     nic: "NIC_Intel-XXV710"
1950   data: "vpp-nic-comparison-3n-skx-mrr"
1951   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1952   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1953   parameters:
1954   - "name"
1955   - "parent"
1956   - "result"
1957   - "tags"
1958
1959 # VPP Compare NICs 3n-skx 4t2c mrr
1960 - type: "table"
1961   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1962   algorithm: "table_nics_comparison"
1963   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1964   reference:
1965     title: "Intel-x710"
1966     nic: "NIC_Intel-X710"
1967   compare:
1968     title: "Intel-xxv710"
1969     nic: "NIC_Intel-XXV710"
1970   data: "vpp-nic-comparison-3n-skx-mrr"
1971   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1972   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1973   parameters:
1974   - "name"
1975   - "parent"
1976   - "result"
1977   - "tags"
1978
1979  # VPP Compare NICs 3n-skx 8t4c mrr
1980 - type: "table"
1981   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1982   algorithm: "table_nics_comparison"
1983   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1984   reference:
1985     title: "Intel-x710"
1986     nic: "NIC_Intel-X710"
1987   compare:
1988     title: "Intel-xxv710"
1989     nic: "NIC_Intel-XXV710"
1990   data: "vpp-nic-comparison-3n-skx-mrr"
1991   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1992   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1993   parameters:
1994   - "name"
1995   - "parent"
1996   - "result"
1997   - "tags"
1998
1999 # VPP Compare NICs 2n-skx 2t1c ndr
2000 - type: "table"
2001   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2002   algorithm: "table_nics_comparison"
2003   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2004   reference:
2005     title: "Intel-x710"
2006     nic: "NIC_Intel-X710"
2007   compare:
2008     title: "Intel-xxv710"
2009     nic: "NIC_Intel-XXV710"
2010   data: "vpp-nic-comparison-2n-skx"
2011   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2012   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2013   parameters:
2014   - "name"
2015   - "parent"
2016   - "throughput"
2017   - "tags"
2018
2019 # VPP Compare NICs 2n-skx 4t2c ndr
2020 - type: "table"
2021   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2022   algorithm: "table_nics_comparison"
2023   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2024   reference:
2025     title: "Intel-x710"
2026     nic: "NIC_Intel-X710"
2027   compare:
2028     title: "Intel-xxv710"
2029     nic: "NIC_Intel-XXV710"
2030   data: "vpp-nic-comparison-2n-skx"
2031   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2032   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2033   parameters:
2034   - "name"
2035   - "parent"
2036   - "throughput"
2037   - "tags"
2038
2039  # VPP Compare NICs 2n-skx 2t1c pdr
2040 - type: "table"
2041   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2042   algorithm: "table_nics_comparison"
2043   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2044   reference:
2045     title: "Intel-x710"
2046     nic: "NIC_Intel-X710"
2047   compare:
2048     title: "Intel-xxv710"
2049     nic: "NIC_Intel-XXV710"
2050   data: "vpp-nic-comparison-2n-skx"
2051   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2052   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2053   parameters:
2054   - "name"
2055   - "parent"
2056   - "throughput"
2057   - "tags"
2058
2059 # VPP Compare NICs 2n-skx 4t2c pdr
2060 - type: "table"
2061   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2062   algorithm: "table_nics_comparison"
2063   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2064   reference:
2065     title: "Intel-x710"
2066     nic: "NIC_Intel-X710"
2067   compare:
2068     title: "Intel-xxv710"
2069     nic: "NIC_Intel-XXV710"
2070   data: "vpp-nic-comparison-2n-skx"
2071   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2072   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2073   parameters:
2074   - "name"
2075   - "parent"
2076   - "throughput"
2077   - "tags"
2078
2079 # VPP Compare NICs 2n-skx 2t1c mrr
2080 - type: "table"
2081   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2082   algorithm: "table_nics_comparison"
2083   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2084   reference:
2085     title: "Intel-x710"
2086     nic: "NIC_Intel-X710"
2087   compare:
2088     title: "Intel-xxv710"
2089     nic: "NIC_Intel-XXV710"
2090   data: "vpp-nic-comparison-2n-skx-mrr"
2091   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2092   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2093   parameters:
2094   - "name"
2095   - "parent"
2096   - "result"
2097   - "tags"
2098
2099 # VPP Compare NICs 2n-skx 4t2c mrr
2100 - type: "table"
2101   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2102   algorithm: "table_nics_comparison"
2103   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2104   reference:
2105     title: "Intel-x710"
2106     nic: "NIC_Intel-X710"
2107   compare:
2108     title: "Intel-xxv710"
2109     nic: "NIC_Intel-XXV710"
2110   data: "vpp-nic-comparison-2n-skx-mrr"
2111   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2112   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2113   parameters:
2114   - "name"
2115   - "parent"
2116   - "result"
2117   - "tags"
2118
2119 # VPP Compare NICs 2n-skx 8t4c mrr
2120 - type: "table"
2121   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2122   algorithm: "table_nics_comparison"
2123   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2124   reference:
2125     title: "Intel-x710"
2126     nic: "NIC_Intel-X710"
2127   compare:
2128     title: "Intel-xxv710"
2129     nic: "NIC_Intel-XXV710"
2130   data: "vpp-nic-comparison-2n-skx-mrr"
2131   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2132   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2133   parameters:
2134   - "name"
2135   - "parent"
2136   - "result"
2137   - "tags"
2138
2139 ################################################################################
2140 # VPP
2141
2142 ## VPP Performance Changes 2n-dnv 1t1c pdr
2143 #- type: "table"
2144 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2145 #  algorithm: "table_performance_comparison"
2146 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2147 #  history:
2148 #    - title: "rls1810"
2149 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2150 #  reference:
2151 #    title: "rls1901"
2152 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2153 #  compare:
2154 #    title: "rls1904"
2155 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2156 #  data: "intel-dnv-vpp-changes-2n-dnv"
2157 #  include-tests: "PDR"
2158 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2159 #  parameters:
2160 #  - "name"
2161 #  - "parent"
2162 #  - "throughput"
2163 #
2164 ## VPP Performance Changes 2n-dnv 2t2c pdr
2165 #- type: "table"
2166 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2167 #  algorithm: "table_performance_comparison"
2168 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2169 #  history:
2170 #    - title: "rls1810"
2171 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2172 #  reference:
2173 #    title: "rls1901"
2174 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2175 #  compare:
2176 #    title: "rls1904"
2177 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2178 #  data: "intel-dnv-vpp-changes-2n-dnv"
2179 #  include-tests: "PDR"
2180 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2181 #  parameters:
2182 #  - "name"
2183 #  - "parent"
2184 #  - "throughput"
2185 #
2186 ## VPP Performance Changes 2n-dnv 1t1c ndr
2187 #- type: "table"
2188 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2189 #  algorithm: "table_performance_comparison"
2190 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2191 #  history:
2192 #    - title: "rls1810"
2193 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2194 #  reference:
2195 #    title: "rls1901"
2196 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2197 #  compare:
2198 #    title: "rls1904"
2199 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2200 #  data: "intel-dnv-vpp-changes-2n-dnv"
2201 #  include-tests: "NDR"
2202 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2203 #  parameters:
2204 #  - "name"
2205 #  - "parent"
2206 #  - "throughput"
2207 #
2208 ## VPP Performance Changes 2n-dnv 2t2c ndr
2209 #- type: "table"
2210 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2211 #  algorithm: "table_performance_comparison"
2212 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2213 #  history:
2214 #    - title: "rls1810"
2215 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2216 #  reference:
2217 #    title: "rls1901"
2218 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2219 #  compare:
2220 #    title: "rls1904"
2221 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2222 #  data: "intel-dnv-vpp-changes-2n-dnv"
2223 #  include-tests: "NDR"
2224 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2225 #  parameters:
2226 #  - "name"
2227 #  - "parent"
2228 #  - "throughput"
2229 #
2230 ## VPP Performance Changes 2n-dnv 1t1c MRR
2231 #- type: "table"
2232 #  title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2233 #  algorithm: "table_performance_comparison"
2234 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2235 #  history:
2236 #    - title: "rls1810"
2237 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2238 #  reference:
2239 #    title: "rls1901"
2240 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2241 #  compare:
2242 #    title: "rls1904"
2243 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2244 #  data: "intel-dnv-vpp-changes-2n-dnv"
2245 #  include-tests: "MRR"
2246 #  filter: "'1T1C' and 'MRR'"
2247 #  parameters:
2248 #  - "name"
2249 #  - "parent"
2250 #  - "result"
2251 #
2252 ## VPP Performance Changes 2n-dnv 2t2c MRR
2253 #- type: "table"
2254 #  title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2255 #  algorithm: "table_performance_comparison"
2256 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2257 #  history:
2258 #    - title: "rls1810"
2259 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2260 #  reference:
2261 #    title: "rls1901"
2262 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2263 #  compare:
2264 #    title: "rls1904"
2265 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2266 #  data: "intel-dnv-vpp-changes-2n-dnv"
2267 #  include-tests: "MRR"
2268 #  filter: "'2T2C' and 'MRR'"
2269 #  parameters:
2270 #  - "name"
2271 #  - "parent"
2272 #  - "result"
2273 #
2274 ## VPP Performance Changes 2n-dnv 4t4c MRR
2275 #- type: "table"
2276 #  title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2277 #  algorithm: "table_performance_comparison"
2278 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2279 #  history:
2280 #    - title: "rls1810"
2281 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2282 #  reference:
2283 #    title: "rls1901"
2284 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2285 #  compare:
2286 #    title: "rls1904"
2287 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2288 #  data: "intel-dnv-vpp-changes-2n-dnv"
2289 #  include-tests: "MRR"
2290 #  filter: "'4T4C' and 'MRR'"
2291 #  parameters:
2292 #  - "name"
2293 #  - "parent"
2294 #  - "result"
2295
2296 # VPP Performance Changes 3n-hsw 1t1c pdr
2297 - type: "table"
2298   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2299   algorithm: "table_performance_comparison"
2300   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2301   history:
2302     - title: "rls1810"
2303       data: "vpp-performance-changes-3n-hsw-h1"
2304   reference:
2305     title: "rls1901"
2306     data: "vpp-performance-changes-3n-hsw-ref"
2307   compare:
2308     title: "rls1904"
2309     data: "vpp-performance-changes-3n-hsw-cmp"
2310   data: "vpp-performance-changes-3n-hsw"
2311   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2312   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2313   parameters:
2314   - "name"
2315   - "parent"
2316   - "throughput"
2317
2318 # VPP Performance Changes 3n-hsw 2t2c pdr
2319 - type: "table"
2320   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2321   algorithm: "table_performance_comparison"
2322   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2323   history:
2324     - title: "rls1810"
2325       data: "vpp-performance-changes-3n-hsw-h1"
2326   reference:
2327     title: "rls1901"
2328     data: "vpp-performance-changes-3n-hsw-ref"
2329   compare:
2330     title: "rls1904"
2331     data: "vpp-performance-changes-3n-hsw-cmp"
2332   data: "vpp-performance-changes-3n-hsw"
2333   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2334   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2335   parameters:
2336   - "name"
2337   - "parent"
2338   - "throughput"
2339
2340 # VPP Performance Changes 3n-hsw 1t1c ndr
2341 - type: "table"
2342   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2343   algorithm: "table_performance_comparison"
2344   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2345   history:
2346     - title: "rls1810"
2347       data: "vpp-performance-changes-3n-hsw-h1"
2348   reference:
2349     title: "rls1901"
2350     data: "vpp-performance-changes-3n-hsw-ref"
2351   compare:
2352     title: "rls1904"
2353     data: "vpp-performance-changes-3n-hsw-cmp"
2354   data: "vpp-performance-changes-3n-hsw"
2355   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2356   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2357   parameters:
2358   - "name"
2359   - "parent"
2360   - "throughput"
2361
2362 # VPP Performance Changes 3n-hsw 2t2c ndr
2363 - type: "table"
2364   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2365   algorithm: "table_performance_comparison"
2366   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2367   history:
2368     - title: "rls1810"
2369       data: "vpp-performance-changes-3n-hsw-h1"
2370   reference:
2371     title: "rls1901"
2372     data: "vpp-performance-changes-3n-hsw-ref"
2373   compare:
2374     title: "rls1904"
2375     data: "vpp-performance-changes-3n-hsw-cmp"
2376   data: "vpp-performance-changes-3n-hsw"
2377   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2378   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2379   parameters:
2380   - "name"
2381   - "parent"
2382   - "throughput"
2383
2384 # VPP Performance Changes 3n-skx 2t1c pdr
2385 - type: "table"
2386   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2387   algorithm: "table_performance_comparison"
2388   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2389   history:
2390     - title: "rls1810"
2391       data: "vpp-performance-changes-3n-skx-h1"
2392   reference:
2393     title: "rls1901"
2394     data: "vpp-performance-changes-3n-skx-ref"
2395   compare:
2396     title: "rls1904"
2397     data: "vpp-performance-changes-3n-skx-cmp"
2398   data: "vpp-performance-changes-3n-skx"
2399   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2400   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2401   parameters:
2402   - "name"
2403   - "parent"
2404   - "throughput"
2405
2406 # VPP Performance Changes 3n-skx 4t2c pdr
2407 - type: "table"
2408   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2409   algorithm: "table_performance_comparison"
2410   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2411   history:
2412     - title: "rls1810"
2413       data: "vpp-performance-changes-3n-skx-h1"
2414   reference:
2415     title: "rls1901"
2416     data: "vpp-performance-changes-3n-skx-ref"
2417   compare:
2418     title: "rls1904"
2419     data: "vpp-performance-changes-3n-skx-cmp"
2420   data: "vpp-performance-changes-3n-skx"
2421   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2422   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2423   parameters:
2424   - "name"
2425   - "parent"
2426   - "throughput"
2427
2428 # VPP Performance Changes 3n-skx 2t1c ndr
2429 - type: "table"
2430   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2431   algorithm: "table_performance_comparison"
2432   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2433   history:
2434     - title: "rls1810"
2435       data: "vpp-performance-changes-3n-skx-h1"
2436   reference:
2437     title: "rls1901"
2438     data: "vpp-performance-changes-3n-skx-ref"
2439   compare:
2440     title: "rls1904"
2441     data: "vpp-performance-changes-3n-skx-cmp"
2442   data: "vpp-performance-changes-3n-skx"
2443   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2444   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2445   parameters:
2446   - "name"
2447   - "parent"
2448   - "throughput"
2449
2450 # VPP Performance Changes 3n-skx 4t2c ndr
2451 - type: "table"
2452   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2453   algorithm: "table_performance_comparison"
2454   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2455   history:
2456     - title: "rls1810"
2457       data: "vpp-performance-changes-3n-skx-h1"
2458   reference:
2459     title: "rls1901"
2460     data: "vpp-performance-changes-3n-skx-ref"
2461   compare:
2462     title: "rls1904"
2463     data: "vpp-performance-changes-3n-skx-cmp"
2464   data: "vpp-performance-changes-3n-skx"
2465   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2466   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2467   parameters:
2468   - "name"
2469   - "parent"
2470   - "throughput"
2471
2472 # VPP Performance Changes 2n-skx 2t1c pdr
2473 - type: "table"
2474   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2475   algorithm: "table_performance_comparison"
2476   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2477   history:
2478     - title: "rls1810"
2479       data: "vpp-performance-changes-2n-skx-h1"
2480   reference:
2481     title: "rls1901"
2482     data: "vpp-performance-changes-2n-skx-ref"
2483   compare:
2484     title: "rls1904"
2485     data: "vpp-performance-changes-2n-skx-cmp"
2486   data: "vpp-performance-changes-2n-skx"
2487   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2488   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2489   parameters:
2490   - "name"
2491   - "parent"
2492   - "throughput"
2493
2494 # VPP Performance Changes 2n-skx 4t2c pdr
2495 - type: "table"
2496   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2497   algorithm: "table_performance_comparison"
2498   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2499   history:
2500     - title: "rls1810"
2501       data: "vpp-performance-changes-2n-skx-h1"
2502   reference:
2503     title: "rls1901"
2504     data: "vpp-performance-changes-2n-skx-ref"
2505   compare:
2506     title: "rls1904"
2507     data: "vpp-performance-changes-2n-skx-cmp"
2508   data: "vpp-performance-changes-2n-skx"
2509   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2510   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2511   parameters:
2512   - "name"
2513   - "parent"
2514   - "throughput"
2515
2516 # VPP Performance Changes 2n-skx 2t1c ndr
2517 - type: "table"
2518   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2519   algorithm: "table_performance_comparison"
2520   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2521   history:
2522     - title: "rls1810"
2523       data: "vpp-performance-changes-2n-skx-h1"
2524   reference:
2525     title: "rls1901"
2526     data: "vpp-performance-changes-2n-skx-ref"
2527   compare:
2528     title: "rls1904"
2529     data: "vpp-performance-changes-2n-skx-cmp"
2530   data: "vpp-performance-changes-2n-skx"
2531   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2532   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2533   parameters:
2534   - "name"
2535   - "parent"
2536   - "throughput"
2537
2538 # VPP Performance Changes 2n-skx 4t2c ndr
2539 - type: "table"
2540   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2541   algorithm: "table_performance_comparison"
2542   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2543   history:
2544     - title: "rls1810"
2545       data: "vpp-performance-changes-2n-skx-h1"
2546   reference:
2547     title: "rls1901"
2548     data: "vpp-performance-changes-2n-skx-ref"
2549   compare:
2550     title: "rls1904"
2551     data: "vpp-performance-changes-2n-skx-cmp"
2552   data: "vpp-performance-changes-2n-skx"
2553   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2554   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2555   parameters:
2556   - "name"
2557   - "parent"
2558   - "throughput"
2559
2560 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2561 - type: "table"
2562   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2563   algorithm: "table_performance_comparison"
2564   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2565   reference:
2566     title: "3-Node Hsw"
2567     data: "vpp-compare-testbeds-ref"
2568   compare:
2569     title: "3-Node Skx"
2570     data: "vpp-compare-testbeds-cmp"
2571   data: "vpp-compare-testbeds"
2572   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2573   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2574   parameters:
2575   - "name"
2576   - "parent"
2577   - "throughput"
2578
2579 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2580 - type: "table"
2581   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2582   algorithm: "table_performance_comparison"
2583   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2584   reference:
2585     title: "3-Node Hsw"
2586     data: "vpp-compare-testbeds-ref"
2587   compare:
2588     title: "3-Node Skx"
2589     data: "vpp-compare-testbeds-cmp"
2590   data: "vpp-compare-testbeds"
2591   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2592   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2593   parameters:
2594   - "name"
2595   - "parent"
2596   - "throughput"
2597
2598 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2599 - type: "table"
2600   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2601   algorithm: "table_performance_comparison"
2602   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2603   reference:
2604     title: "3-Node Hsw"
2605     data: "vpp-compare-testbeds-ref"
2606   compare:
2607     title: "3-Node Skx"
2608     data: "vpp-compare-testbeds-cmp"
2609   data: "vpp-compare-testbeds"
2610   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2611   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2612   parameters:
2613   - "name"
2614   - "parent"
2615   - "throughput"
2616
2617 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2618 - type: "table"
2619   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2620   algorithm: "table_performance_comparison"
2621   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2622   reference:
2623     title: "3-Node Hsw"
2624     data: "vpp-compare-testbeds-ref"
2625   compare:
2626     title: "3-Node Skx"
2627     data: "vpp-compare-testbeds-cmp"
2628   data: "vpp-compare-testbeds"
2629   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2630   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2631   parameters:
2632   - "name"
2633   - "parent"
2634   - "throughput"
2635
2636 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2637 - type: "table"
2638   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2639   algorithm: "table_performance_comparison"
2640   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2641   reference:
2642     title: "3-Node Skx"
2643     data: "vpp-compare-topologies-ref"
2644   compare:
2645     title: "2-Node Skx"
2646     data: "vpp-compare-topologies-cmp"
2647   data: "vpp-compare-topologies"
2648   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2649   filter: "'NDRPDR' and '1C'"
2650   parameters:
2651   - "name"
2652   - "parent"
2653   - "throughput"
2654
2655 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2656 - type: "table"
2657   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2658   algorithm: "table_performance_comparison"
2659   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2660   reference:
2661     title: "3-Node Skx"
2662     data: "vpp-compare-topologies-ref"
2663   compare:
2664     title: "2-Node Skx"
2665     data: "vpp-compare-topologies-cmp"
2666   data: "vpp-compare-topologies"
2667   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2668   filter: "'NDRPDR' and '2C'"
2669   parameters:
2670   - "name"
2671   - "parent"
2672   - "throughput"
2673
2674 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2675 - type: "table"
2676   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2677   algorithm: "table_performance_comparison"
2678   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2679   reference:
2680     title: "3-Node Skx"
2681     data: "vpp-compare-topologies-ref"
2682   compare:
2683     title: "2-Node Skx"
2684     data: "vpp-compare-topologies-cmp"
2685   data: "vpp-compare-topologies"
2686   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2687   filter: "'NDRPDR' and '1C'"
2688   parameters:
2689   - "name"
2690   - "parent"
2691   - "throughput"
2692
2693 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2694 - type: "table"
2695   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2696   algorithm: "table_performance_comparison"
2697   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2698   reference:
2699     title: "3-Node Skx"
2700     data: "vpp-compare-topologies-ref"
2701   compare:
2702     title: "2-Node Skx"
2703     data: "vpp-compare-topologies-cmp"
2704   data: "vpp-compare-topologies"
2705   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2706   filter: "'NDRPDR' and '2C'"
2707   parameters:
2708   - "name"
2709   - "parent"
2710   - "throughput"
2711
2712 # VPP Performance Changes 3n-hsw 1t1c MRR
2713 - type: "table"
2714   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2715   algorithm: "table_performance_comparison"
2716   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2717   history:
2718     - title: "rls1810"
2719       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2720   reference:
2721     title: "rls1901"
2722     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2723   compare:
2724     title: "rls1904"
2725     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2726   data: "vpp-performance-changes-3n-hsw-mrr"
2727   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2728   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2729   parameters:
2730   - "name"
2731   - "parent"
2732   - "result"
2733
2734 # VPP Performance Changes 3n-hsw 2t2c MRR
2735 - type: "table"
2736   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2737   algorithm: "table_performance_comparison"
2738   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2739   history:
2740     - title: "rls1810"
2741       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2742   reference:
2743     title: "rls1901"
2744     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2745   compare:
2746     title: "rls1904"
2747     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2748   data: "vpp-performance-changes-3n-hsw-mrr"
2749   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2750   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2751   parameters:
2752   - "name"
2753   - "parent"
2754   - "result"
2755
2756 # VPP Performance Changes 3n-hsw 4t4c MRR
2757 - type: "table"
2758   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2759   algorithm: "table_performance_comparison"
2760   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2761   history:
2762     - title: "rls1810"
2763       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2764   reference:
2765     title: "rls1901"
2766     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2767   compare:
2768     title: "rls1904"
2769     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2770   data: "vpp-performance-changes-3n-hsw-mrr"
2771   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2772   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2773   parameters:
2774   - "name"
2775   - "parent"
2776   - "result"
2777
2778 # VPP Performance Changes 3n-skx 2t1c MRR
2779 - type: "table"
2780   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2781   algorithm: "table_performance_comparison"
2782   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2783   history:
2784     - title: "rls1810"
2785       data: "vpp-performance-changes-3n-skx-mrr-h1"
2786   reference:
2787     title: "rls1901"
2788     data: "vpp-performance-changes-3n-skx-mrr-ref"
2789   compare:
2790     title: "rls1904"
2791     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2792   data: "vpp-performance-changes-3n-skx-mrr"
2793   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2794   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2795   parameters:
2796   - "name"
2797   - "parent"
2798   - "result"
2799
2800 # VPP Performance Changes 3n-skx 4t2c MRR
2801 - type: "table"
2802   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2803   algorithm: "table_performance_comparison"
2804   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2805   history:
2806     - title: "rls1810"
2807       data: "vpp-performance-changes-3n-skx-mrr-h1"
2808   reference:
2809     title: "rls1901"
2810     data: "vpp-performance-changes-3n-skx-mrr-ref"
2811   compare:
2812     title: "rls1904"
2813     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2814   data: "vpp-performance-changes-3n-skx-mrr"
2815   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2816   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2817   parameters:
2818   - "name"
2819   - "parent"
2820   - "result"
2821
2822 # VPP Performance Changes 3n-skx 8t4c MRR
2823 - type: "table"
2824   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2825   algorithm: "table_performance_comparison"
2826   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2827   history:
2828     - title: "rls1810"
2829       data: "vpp-performance-changes-3n-skx-mrr-h1"
2830   reference:
2831     title: "rls1901"
2832     data: "vpp-performance-changes-3n-skx-mrr-ref"
2833   compare:
2834     title: "rls1904"
2835     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2836   data: "vpp-performance-changes-3n-skx-mrr"
2837   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2838   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2839   parameters:
2840   - "name"
2841   - "parent"
2842   - "result"
2843
2844 # VPP Performance Changes 2n-skx 2t1c MRR
2845 - type: "table"
2846   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2847   algorithm: "table_performance_comparison"
2848   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2849   history:
2850     - title: "rls1810"
2851       data: "vpp-performance-changes-2n-skx-mrr-h1"
2852   reference:
2853     title: "rls1901"
2854     data: "vpp-performance-changes-2n-skx-mrr-ref"
2855   compare:
2856     title: "rls1904"
2857     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2858   data: "vpp-performance-changes-2n-skx-mrr"
2859   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2860   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2861   parameters:
2862   - "name"
2863   - "parent"
2864   - "result"
2865
2866 # VPP Performance Changes 2n-skx 4t2c MRR
2867 - type: "table"
2868   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2869   algorithm: "table_performance_comparison"
2870   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2871   history:
2872     - title: "rls1810"
2873       data: "vpp-performance-changes-2n-skx-mrr-h1"
2874   reference:
2875     title: "rls1901"
2876     data: "vpp-performance-changes-2n-skx-mrr-ref"
2877   compare:
2878     title: "rls1904"
2879     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2880   data: "vpp-performance-changes-2n-skx-mrr"
2881   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2882   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2883   parameters:
2884   - "name"
2885   - "parent"
2886   - "result"
2887
2888 # VPP Performance Changes 2n-skx 8t4c MRR
2889 - type: "table"
2890   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2891   algorithm: "table_performance_comparison"
2892   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2893   history:
2894     - title: "rls1810"
2895       data: "vpp-performance-changes-2n-skx-mrr-h1"
2896   reference:
2897     title: "rls1901"
2898     data: "vpp-performance-changes-2n-skx-mrr-ref"
2899   compare:
2900     title: "rls1904"
2901     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2902   data: "vpp-performance-changes-2n-skx-mrr"
2903   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2904   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2905   parameters:
2906   - "name"
2907   - "parent"
2908   - "result"
2909
2910 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2911 - type: "table"
2912   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2913   algorithm: "table_performance_comparison"
2914   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2915   reference:
2916     title: "3-Node Hsw"
2917     data: "vpp-compare-testbeds-mrr-ref"
2918   compare:
2919     title: "3-Node Skx"
2920     data: "vpp-compare-testbeds-mrr-cmp"
2921   data: "vpp-compare-testbeds-mrr"
2922   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2923   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2924   parameters:
2925   - "name"
2926   - "parent"
2927   - "result"
2928
2929 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2930 - type: "table"
2931   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2932   algorithm: "table_performance_comparison"
2933   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2934   reference:
2935     title: "3-Node Hsw"
2936     data: "vpp-compare-testbeds-mrr-ref"
2937   compare:
2938     title: "3-Node Skx"
2939     data: "vpp-compare-testbeds-mrr-cmp"
2940   data: "vpp-compare-testbeds-mrr"
2941   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2942   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2943   parameters:
2944   - "name"
2945   - "parent"
2946   - "result"
2947
2948 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2949 - type: "table"
2950   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2951   algorithm: "table_performance_comparison"
2952   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2953   reference:
2954     title: "3-Node Hsw"
2955     data: "vpp-compare-testbeds-mrr-ref"
2956   compare:
2957     title: "3-Node Skx"
2958     data: "vpp-compare-testbeds-mrr-cmp"
2959   data: "vpp-compare-testbeds-mrr"
2960   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2961   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2962   parameters:
2963   - "name"
2964   - "parent"
2965   - "result"
2966
2967 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2968 - type: "table"
2969   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2970   algorithm: "table_performance_comparison"
2971   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2972   reference:
2973     title: "3-Node Skx"
2974     data: "vpp-compare-topologies-mrr-ref"
2975   compare:
2976     title: "2-Node Skx"
2977     data: "vpp-compare-topologies-mrr-cmp"
2978   data: "vpp-compare-topologies-mrr"
2979   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2980   filter: "'MRR' and '1C'"
2981   parameters:
2982   - "name"
2983   - "parent"
2984   - "result"
2985
2986 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2987 - type: "table"
2988   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2989   algorithm: "table_performance_comparison"
2990   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2991   reference:
2992     title: "3-Node Skx"
2993     data: "vpp-compare-topologies-mrr-ref"
2994   compare:
2995     title: "2-Node Skx"
2996     data: "vpp-compare-topologies-mrr-cmp"
2997   data: "vpp-compare-topologies-mrr"
2998   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2999   filter: "'MRR' and '2C'"
3000   parameters:
3001   - "name"
3002   - "parent"
3003   - "result"
3004
3005 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3006 - type: "table"
3007   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3008   algorithm: "table_performance_comparison"
3009   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3010   reference:
3011     title: "3-Node Skx"
3012     data: "vpp-compare-topologies-mrr-ref"
3013   compare:
3014     title: "2-Node Skx"
3015     data: "vpp-compare-topologies-mrr-cmp"
3016   data: "vpp-compare-topologies-mrr"
3017   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3018   filter: "'MRR' and '4C'"
3019   parameters:
3020   - "name"
3021   - "parent"
3022   - "result"
3023
3024 # Detailed Test Results - VPP Performance Results 3n-hsw
3025 - type: "table"
3026   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3027   algorithm: "table_merged_details"
3028   output-file-ext: ".csv"
3029   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3030   columns:
3031   - title: "Name"
3032     data: "data name"
3033   - title: "Status"
3034     data: "data msg"
3035   rows: "generated"
3036   data: "vpp-perf-results-3n-hsw"
3037   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW'))"
3038   parameters:
3039   - "name"
3040   - "parent"
3041   - "msg"
3042
3043 # Detailed Test Results - VPP Performance Results 3n-skx
3044 - type: "table"
3045   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3046   algorithm: "table_merged_details"
3047   output-file-ext: ".csv"
3048   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3049   columns:
3050   - title: "Name"
3051     data: "data name"
3052   - title: "Status"
3053     data: "data msg"
3054   rows: "generated"
3055   data: "vpp-perf-results-3n-skx"
3056   filter: "not 'CFS_OPT'"
3057   parameters:
3058   - "name"
3059   - "parent"
3060   - "msg"
3061
3062 # Detailed Test Results - VPP Performance Results 2n-skx
3063 - type: "table"
3064   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3065   algorithm: "table_merged_details"
3066   output-file-ext: ".csv"
3067   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3068   columns:
3069   - title: "Name"
3070     data: "data name"
3071   - title: "Status"
3072     data: "data msg"
3073   rows: "generated"
3074   data: "vpp-perf-results-2n-skx"
3075   filter: "not 'CFS_OPT'"
3076   parameters:
3077   - "name"
3078   - "parent"
3079   - "msg"
3080
3081 ## Detailed Test Results - VPP Performance Results 2n-dnv
3082 #- type: "table"
3083 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3084 #  algorithm: "table_details"
3085 #  output-file-ext: ".csv"
3086 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3087 #  columns:
3088 #  - title: "Name"
3089 #    data: "data name"
3090 #  - title: "Status"
3091 #    data: "data msg"
3092 #  rows: "generated"
3093 #  data: "intel-dnv-vpp"
3094 #  filter: "'NDRPDR'"
3095 #  parameters:
3096 #  - "name"
3097 #  - "parent"
3098 #  - "msg"
3099
3100 # Test configuration - VPP Performance Test Configs 3n-hsw
3101 - type: "table"
3102   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3103   algorithm: "table_merged_details"
3104   output-file-ext: ".csv"
3105   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3106   columns:
3107   - title: "Name"
3108     data: "data name"
3109   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3110     data: "data conf-history"
3111   rows: "generated"
3112   data: "vpp-perf-results-3n-hsw"
3113   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW'))"
3114   parameters:
3115   - "parent"
3116   - "name"
3117   - "conf-history"
3118
3119 # Test configuration - VPP Performance Test Configs 3n-skx
3120 - type: "table"
3121   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3122   algorithm: "table_merged_details"
3123   output-file-ext: ".csv"
3124   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3125   columns:
3126   - title: "Name"
3127     data: "data name"
3128   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3129     data: "data conf-history"
3130   rows: "generated"
3131   data: "vpp-perf-results-3n-skx"
3132   filter: "not 'CFS_OPT'"
3133   parameters:
3134   - "parent"
3135   - "name"
3136   - "conf-history"
3137
3138 # Test configuration - VPP Performance Test Configs 2n-skx
3139 - type: "table"
3140   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3141   algorithm: "table_merged_details"
3142   output-file-ext: ".csv"
3143   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3144   columns:
3145   - title: "Name"
3146     data: "data name"
3147   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3148     data: "data conf-history"
3149   rows: "generated"
3150   data: "vpp-perf-results-2n-skx"
3151   filter: "not 'CFS_OPT'"
3152   parameters:
3153   - "parent"
3154   - "name"
3155   - "conf-history"
3156
3157 ## Test configuration - VPP Performance Test Configs 2n-dnv
3158 #- type: "table"
3159 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3160 #  algorithm: "table_details"
3161 #  output-file-ext: ".csv"
3162 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3163 #  columns:
3164 #  - title: "Name"
3165 #    data: "data name"
3166 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3167 #    data: "data conf-history"
3168 #  rows: "generated"
3169 #  data: "intel-dnv-vpp"
3170 #  filter: "'NDRPDR'"
3171 #  parameters:
3172 #  - "parent"
3173 #  - "name"
3174 #  - "conf-history"
3175
3176 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3177 - type: "table"
3178   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3179   algorithm: "table_merged_details"
3180   output-file-ext: ".csv"
3181   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3182   columns:
3183   - title: "Name"
3184     data: "data name"
3185   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3186     data: "data show-run"
3187   rows: "generated"
3188   data: "vpp-perf-results-3n-hsw"
3189   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW'))"
3190   parameters:
3191   - "parent"
3192   - "name"
3193   - "show-run"
3194
3195 # Test Operational Data - VPP Performance Operational Data 3n-skx
3196 - type: "table"
3197   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3198   algorithm: "table_merged_details"
3199   output-file-ext: ".csv"
3200   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3201   columns:
3202   - title: "Name"
3203     data: "data name"
3204   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3205     data: "data show-run"
3206   rows: "generated"
3207   data: "vpp-perf-results-3n-skx"
3208   filter: "not 'CFS_OPT'"
3209   parameters:
3210   - "parent"
3211   - "name"
3212   - "show-run"
3213
3214 # Test Operational Data - VPP Performance Operational Data 2n-skx
3215 - type: "table"
3216   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3217   algorithm: "table_merged_details"
3218   output-file-ext: ".csv"
3219   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3220   columns:
3221   - title: "Name"
3222     data: "data name"
3223   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3224     data: "data show-run"
3225   rows: "generated"
3226   data: "vpp-perf-results-2n-skx"
3227   filter: "not 'CFS_OPT'"
3228   parameters:
3229   - "parent"
3230   - "name"
3231   - "show-run"
3232
3233 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
3234 #- type: "table"
3235 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3236 #  algorithm: "table_details"
3237 #  output-file-ext: ".csv"
3238 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3239 #  columns:
3240 #  - title: "Name"
3241 #    data: "data name"
3242 #  - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3243 #    data: "data show-run"
3244 #  rows: "generated"
3245 #  data: "intel-dnv-vpp"
3246 #  filter: "'NDRPDR'"
3247 #  parameters:
3248 #  - "parent"
3249 #  - "name"
3250 #  - "show-run"
3251
3252 # Detailed Test Results - VPP MRR Results 3n-hsw
3253 - type: "table"
3254   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3255   algorithm: "table_details"
3256   output-file-ext: ".csv"
3257   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3258   columns:
3259   - title: "Name"
3260     data: "data name"
3261   - title: "Status"
3262     data: "data msg"
3263   rows: "generated"
3264   data: "vpp-mrr-results-3n-hsw"
3265   filter: "'MRR'"
3266   parameters:
3267   - "name"
3268   - "parent"
3269   - "msg"
3270
3271 # Detailed Test Results - VPP MRR Results 3n-skx
3272 - type: "table"
3273   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3274   algorithm: "table_details"
3275   output-file-ext: ".csv"
3276   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3277   columns:
3278   - title: "Name"
3279     data: "data name"
3280   - title: "Status"
3281     data: "data msg"
3282   rows: "generated"
3283   data: "vpp-mrr-results-3n-skx"
3284   filter: "'MRR'"
3285   parameters:
3286   - "name"
3287   - "parent"
3288   - "msg"
3289
3290 # Detailed Test Results - VPP MRR Results 2n-skx
3291 - type: "table"
3292   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3293   algorithm: "table_details"
3294   output-file-ext: ".csv"
3295   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3296   columns:
3297   - title: "Name"
3298     data: "data name"
3299   - title: "Status"
3300     data: "data msg"
3301   rows: "generated"
3302   data: "vpp-mrr-results-2n-skx"
3303   filter: "'MRR'"
3304   parameters:
3305   - "name"
3306   - "parent"
3307   - "msg"
3308
3309 ## Detailed Test Results - VPP MRR Results 2n-dnv
3310 #- type: "table"
3311 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3312 #  algorithm: "table_details"
3313 #  output-file-ext: ".csv"
3314 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3315 #  columns:
3316 #  - title: "Name"
3317 #    data: "data name"
3318 #  - title: "Status"
3319 #    data: "data msg"
3320 #  rows: "generated"
3321 #  data: "intel-dnv-vpp"
3322 #  filter: "'MRR'"
3323 #  parameters:
3324 #  - "name"
3325 #  - "parent"
3326 #  - "msg"
3327
3328 # Test configuration - VPP MRR Test Configs 3n-hsw
3329 - type: "table"
3330   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3331   algorithm: "table_details"
3332   output-file-ext: ".csv"
3333   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3334   columns:
3335   - title: "Name"
3336     data: "data name"
3337   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3338     data: "data conf-history"
3339   rows: "generated"
3340   data: "vpp-mrr-results-3n-hsw"
3341   filter: "'MRR'"
3342   parameters:
3343   - "parent"
3344   - "name"
3345   - "conf-history"
3346
3347 # Test configuration - VPP MRR Test Configs 3n-skx
3348 - type: "table"
3349   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3350   algorithm: "table_details"
3351   output-file-ext: ".csv"
3352   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3353   columns:
3354   - title: "Name"
3355     data: "data name"
3356   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3357     data: "data conf-history"
3358   rows: "generated"
3359   data: "vpp-mrr-results-3n-skx"
3360   filter: "'MRR'"
3361   parameters:
3362   - "parent"
3363   - "name"
3364   - "conf-history"
3365
3366 # Test configuration - VPP MRR Test Configs 2n-skx
3367 - type: "table"
3368   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3369   algorithm: "table_details"
3370   output-file-ext: ".csv"
3371   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3372   columns:
3373   - title: "Name"
3374     data: "data name"
3375   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3376     data: "data conf-history"
3377   rows: "generated"
3378   data: "vpp-mrr-results-2n-skx"
3379   filter: "'MRR'"
3380   parameters:
3381   - "parent"
3382   - "name"
3383   - "conf-history"
3384
3385 ## Test configuration - VPP MRR Test Configs 2n-dnv
3386 #- type: "table"
3387 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3388 #  algorithm: "table_details"
3389 #  output-file-ext: ".csv"
3390 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3391 #  columns:
3392 #  - title: "Name"
3393 #    data: "data name"
3394 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3395 #    data: "data conf-history"
3396 #  rows: "generated"
3397 #  data: "intel-dnv-vpp"
3398 #  filter: "'MRR'"
3399 #  parameters:
3400 #  - "parent"
3401 #  - "name"
3402 #  - "conf-history"
3403
3404 # Detailed Test Results - VPP Functional Results - Ubuntu
3405 - type: "table"
3406   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3407   algorithm: "table_details"
3408   output-file-ext: ".csv"
3409   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3410   columns:
3411   - title: "Name"
3412     data: "data name"
3413   - title: "Documentation"
3414     data: "data doc"
3415   - title: "Status"
3416     data: "data status"
3417   rows: "generated"
3418   data: "vpp-func-results-ubuntu"
3419   filter: "all"
3420   parameters:
3421   - "name"
3422   - "parent"
3423   - "doc"
3424   - "status"
3425
3426 # Detailed Test Results - VPP Functional Results - CentOS
3427 - type: "table"
3428   title: "Detailed Test Results - VPP Functional Results - CentOS"
3429   algorithm: "table_details"
3430   output-file-ext: ".csv"
3431   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3432   columns:
3433   - title: "Name"
3434     data: "data name"
3435   - title: "Documentation"
3436     data: "data doc"
3437   -
3438     title: "Status"
3439     data: "data status"
3440   rows: "generated"
3441   data:
3442     "vpp-func-results-centos"
3443   filter: "all"
3444   parameters:
3445   - "name"
3446   - "parent"
3447   - "doc"
3448   - "status"
3449
3450 # Test configuration - VPP Functional Test Configs - Ubuntu
3451 - type: "table"
3452   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3453   algorithm: "table_details"
3454   output-file-ext: ".csv"
3455   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3456   columns:
3457   - title: "Name"
3458     data: "data name"
3459   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3460     data: "data conf-history"
3461   rows: "generated"
3462   data: "vpp-func-results-ubuntu"
3463   filter: "all"
3464   parameters:
3465   - "parent"
3466   - "name"
3467   - "conf-history"
3468
3469 # Test configuration - VPP Functional Test Configs - CentOS
3470 - type: "table"
3471   title: "Test configuration - VPP Functional Test Configs - CentOS"
3472   algorithm: "table_details"
3473   output-file-ext: ".csv"
3474   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3475   columns:
3476   - title: "Name"
3477     data: "data name"
3478   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3479     data: "data conf-history"
3480   rows: "generated"
3481   data: "vpp-func-results-centos"
3482   filter: "all"
3483   parameters:
3484   - "parent"
3485   - "name"
3486   - "conf-history"
3487
3488 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3489 #- type: "table"
3490 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3491 #  algorithm: "table_details"
3492 #  output-file-ext: ".csv"
3493 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3494 #  columns:
3495 #  - title: "Name"
3496 #    data: "data name"
3497 #  - title: "Status"
3498 #    data: "data msg"
3499 #  rows: "generated"
3500 #  data: "ligato-perf-results-3n-hsw"
3501 #  filter: "all"
3502 #  parameters:
3503 #  - "name"
3504 #  - "parent"
3505 #  - "msg"
3506
3507 # Detailed Test Results - VPP Device Results - Ubuntu
3508 - type: "table"
3509   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3510   algorithm: "table_details"
3511   output-file-ext: ".csv"
3512   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3513   columns:
3514   - title: "Name"
3515     data: "data name"
3516   - title: "Documentation"
3517     data: "data doc"
3518   - title: "Status"
3519     data: "data status"
3520   rows: "generated"
3521   data: "vpp-device-results-ubuntu"
3522   filter: "all"
3523   parameters:
3524   - "name"
3525   - "parent"
3526   - "doc"
3527   - "status"
3528
3529 # Test configuration - VPP Device Test Configs - Ubuntu
3530 - type: "table"
3531   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3532   algorithm: "table_details"
3533   output-file-ext: ".csv"
3534   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3535   columns:
3536   - title: "Name"
3537     data: "data name"
3538   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3539     data: "data conf-history"
3540   rows: "generated"
3541   data: "vpp-device-results-ubuntu"
3542   filter: "all"
3543   parameters:
3544   - "parent"
3545   - "name"
3546   - "conf-history"
3547
3548 ################################################################################
3549
3550 # DPDK Performance Changes 3n-hsw 1t1c pdr
3551 - type: "table"
3552   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3553   algorithm: "table_performance_comparison"
3554   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3555   history:
3556     - title: "rls1810"
3557       data: "dpdk-performance-changes-3n-hsw-h1"
3558   reference:
3559     title: "rls1901"
3560     data: "dpdk-performance-changes-3n-hsw-ref"
3561   compare:
3562     title: "rls1904"
3563     data: "dpdk-performance-changes-3n-hsw-cmp"
3564   data: "dpdk-performance-changes-3n-hsw"
3565   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3566   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3567   parameters:
3568   - "name"
3569   - "parent"
3570   - "throughput"
3571
3572 # DPDK Performance Changes 3n-hsw 2t2c pdr
3573 - type: "table"
3574   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3575   algorithm: "table_performance_comparison"
3576   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3577   history:
3578     - title: "rls1810"
3579       data: "dpdk-performance-changes-3n-hsw-h1"
3580   reference:
3581     title: "rls1901"
3582     data: "dpdk-performance-changes-3n-hsw-ref"
3583   compare:
3584     title: "rls1904"
3585     data: "dpdk-performance-changes-3n-hsw-cmp"
3586   data: "dpdk-performance-changes-3n-hsw"
3587   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3588   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3589   parameters:
3590   - "name"
3591   - "parent"
3592   - "throughput"
3593
3594 # DPDK Performance Changes 3n-hsw 1t1c ndr
3595 - type: "table"
3596   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3597   algorithm: "table_performance_comparison"
3598   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3599   history:
3600     - title: "rls1810"
3601       data: "dpdk-performance-changes-3n-hsw-h1"
3602   reference:
3603     title: "rls1901"
3604     data: "dpdk-performance-changes-3n-hsw-ref"
3605   compare:
3606     title: "rls1904"
3607     data: "dpdk-performance-changes-3n-hsw-cmp"
3608   data: "dpdk-performance-changes-3n-hsw"
3609   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3610   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3611   parameters:
3612   - "name"
3613   - "parent"
3614   - "throughput"
3615
3616 # DPDK Performance Changes 3n-hsw 2t2c ndr
3617 - type: "table"
3618   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3619   algorithm: "table_performance_comparison"
3620   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3621   history:
3622     - title: "rls1810"
3623       data: "dpdk-performance-changes-3n-hsw-h1"
3624   reference:
3625     title: "rls1901"
3626     data: "dpdk-performance-changes-3n-hsw-ref"
3627   compare:
3628     title: "rls1904"
3629     data: "dpdk-performance-changes-3n-hsw-cmp"
3630   data: "dpdk-performance-changes-3n-hsw"
3631   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3632   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3633   parameters:
3634   - "name"
3635   - "parent"
3636   - "throughput"
3637
3638 # DPDK Performance Changes 3n-skx 2t1c pdr
3639 - type: "table"
3640   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3641   algorithm: "table_performance_comparison"
3642   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3643   history:
3644     - title: "rls1810"
3645       data: "dpdk-performance-changes-3n-skx-h1"
3646   reference:
3647     title: "rls1901"
3648     data: "dpdk-performance-changes-3n-skx-ref"
3649   compare:
3650     title: "rls1904"
3651     data: "dpdk-performance-changes-3n-skx-cmp"
3652   data: "dpdk-performance-changes-3n-skx"
3653   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3654   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3655   parameters:
3656   - "name"
3657   - "parent"
3658   - "throughput"
3659
3660 # DPDK Performance Changes 3n-skx 4t2c pdr
3661 - type: "table"
3662   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3663   algorithm: "table_performance_comparison"
3664   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3665   history:
3666     - title: "rls1810"
3667       data: "dpdk-performance-changes-3n-skx-h1"
3668   reference:
3669     title: "rls1901"
3670     data: "dpdk-performance-changes-3n-skx-ref"
3671   compare:
3672     title: "rls1904"
3673     data: "dpdk-performance-changes-3n-skx-cmp"
3674   data: "dpdk-performance-changes-3n-skx"
3675   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3676   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3677   parameters:
3678   - "name"
3679   - "parent"
3680   - "throughput"
3681
3682 # DPDK Performance Changes 3n-skx 2t1c ndr
3683 - type: "table"
3684   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3685   algorithm: "table_performance_comparison"
3686   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3687   history:
3688     - title: "rls1810"
3689       data: "dpdk-performance-changes-3n-skx-h1"
3690   reference:
3691     title: "rls1901"
3692     data: "dpdk-performance-changes-3n-skx-ref"
3693   compare:
3694     title: "rls1904"
3695     data: "dpdk-performance-changes-3n-skx-cmp"
3696   data: "dpdk-performance-changes-3n-skx"
3697   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3698   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3699   parameters:
3700   - "name"
3701   - "parent"
3702   - "throughput"
3703
3704 # DPDK Performance Changes 3n-skx 4t2c ndr
3705 - type: "table"
3706   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3707   algorithm: "table_performance_comparison"
3708   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3709   history:
3710     - title: "rls1810"
3711       data: "dpdk-performance-changes-3n-skx-h1"
3712   reference:
3713     title: "rls1901"
3714     data: "dpdk-performance-changes-3n-skx-ref"
3715   compare:
3716     title: "rls1904"
3717     data: "dpdk-performance-changes-3n-skx-cmp"
3718   data: "dpdk-performance-changes-3n-skx"
3719   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3720   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3721   parameters:
3722   - "name"
3723   - "parent"
3724   - "throughput"
3725
3726 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3727 - type: "table"
3728   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3729   algorithm: "table_performance_comparison"
3730   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3731   reference:
3732     title: "3-Node Hsw"
3733     data: "dpdk-compare-testbeds-ref"
3734   compare:
3735     title: "3-Node Skx"
3736     data: "dpdk-compare-testbeds-cmp"
3737   data: "dpdk-compare-testbeds"
3738   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3739   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3740   parameters:
3741   - "name"
3742   - "parent"
3743   - "throughput"
3744
3745 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3746 - type: "table"
3747   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3748   algorithm: "table_performance_comparison"
3749   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3750   reference:
3751     title: "3-Node Hsw"
3752     data: "dpdk-compare-testbeds-ref"
3753   compare:
3754     title: "3-Node Skx"
3755     data: "dpdk-compare-testbeds-cmp"
3756   data: "dpdk-compare-testbeds"
3757   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3758   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3759   parameters:
3760   - "name"
3761   - "parent"
3762   - "throughput"
3763
3764 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3765 - type: "table"
3766   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3767   algorithm: "table_performance_comparison"
3768   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3769   reference:
3770     title: "3-Node Skx"
3771     data: "dpdk-compare-topologies-ref"
3772   compare:
3773     title: "2-Node Skx"
3774     data: "dpdk-compare-topologies-cmp"
3775   data: "dpdk-compare-topologies"
3776   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3777   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3778   parameters:
3779   - "name"
3780   - "parent"
3781   - "throughput"
3782
3783 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3784 - type: "table"
3785   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3786   algorithm: "table_performance_comparison"
3787   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3788   reference:
3789     title: "3-Node Skx"
3790     data: "dpdk-compare-topologies-ref"
3791   compare:
3792     title: "2-Node Skx"
3793     data: "dpdk-compare-topologies-cmp"
3794   data: "dpdk-compare-topologies"
3795   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3796   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3797   parameters:
3798   - "name"
3799   - "parent"
3800   - "throughput"
3801
3802 # DPDK Performance Changes 2n-skx 2t1c pdr
3803 - type: "table"
3804   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3805   algorithm: "table_performance_comparison"
3806   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3807   history:
3808     - title: "rls1810"
3809       data: "dpdk-performance-changes-2n-skx-h1"
3810   reference:
3811     title: "rls1901"
3812     data: "dpdk-performance-changes-2n-skx-ref"
3813   compare:
3814     title: "rls1904"
3815     data: "dpdk-performance-changes-2n-skx-cmp"
3816   data: "dpdk-performance-changes-2n-skx"
3817   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3818   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3819   parameters:
3820   - "name"
3821   - "parent"
3822   - "throughput"
3823
3824 # DPDK Performance Changes 2n-skx 4t2c pdr
3825 - type: "table"
3826   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3827   algorithm: "table_performance_comparison"
3828   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3829   history:
3830     - title: "rls1810"
3831       data: "dpdk-performance-changes-2n-skx-h1"
3832   reference:
3833     title: "rls1901"
3834     data: "dpdk-performance-changes-2n-skx-ref"
3835   compare:
3836     title: "rls1904"
3837     data: "dpdk-performance-changes-2n-skx-cmp"
3838   data: "dpdk-performance-changes-2n-skx"
3839   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3840   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3841   parameters:
3842   - "name"
3843   - "parent"
3844   - "throughput"
3845
3846 # DPDK Performance Changes 2n-skx 2t1c ndr
3847 - type: "table"
3848   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3849   algorithm: "table_performance_comparison"
3850   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3851   history:
3852     - title: "rls1810"
3853       data: "dpdk-performance-changes-2n-skx-h1"
3854   reference:
3855     title: "rls1901"
3856     data: "dpdk-performance-changes-2n-skx-ref"
3857   compare:
3858     title: "rls1904"
3859     data: "dpdk-performance-changes-2n-skx-cmp"
3860   data: "dpdk-performance-changes-2n-skx"
3861   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3862   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3863   parameters:
3864   - "name"
3865   - "parent"
3866   - "throughput"
3867
3868 # DPDK Performance Changes 2n-skx 4t2c ndr
3869 - type: "table"
3870   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3871   algorithm: "table_performance_comparison"
3872   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3873   history:
3874     - title: "rls1810"
3875       data: "dpdk-performance-changes-2n-skx-h1"
3876   reference:
3877     title: "rls1901"
3878     data: "dpdk-performance-changes-2n-skx-ref"
3879   compare:
3880     title: "rls1904"
3881     data: "dpdk-performance-changes-2n-skx-cmp"
3882   data: "dpdk-performance-changes-2n-skx"
3883   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3884   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3885   parameters:
3886   - "name"
3887   - "parent"
3888   - "throughput"
3889
3890 # Detailed Test Results - DPDK Performance Results 3n-hsw
3891 - type: "table"
3892   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3893   algorithm: "table_details"
3894   output-file-ext: ".csv"
3895   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3896   columns:
3897   - title: "Name"
3898     data: "data name"
3899   - title: "Status"
3900     data: "data msg"
3901   rows: "generated"
3902   data: "dpdk-perf-results-3n-hsw"
3903   filter: "all"
3904   parameters:
3905   - "name"
3906   - "parent"
3907   - "msg"
3908
3909 # Detailed Test Results - DPDK Performance Results 3n-skx
3910 - type: "table"
3911   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3912   algorithm: "table_details"
3913   output-file-ext: ".csv"
3914   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3915   columns:
3916   - title: "Name"
3917     data: "data name"
3918   - title: "Status"
3919     data: "data msg"
3920   rows: "generated"
3921   data: "dpdk-perf-results-3n-skx"
3922   filter: "all"
3923   parameters:
3924   - "name"
3925   - "parent"
3926   - "msg"
3927
3928 # Detailed Test Results - DPDK Performance Results 2n-skx
3929 - type: "table"
3930   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3931   algorithm: "table_details"
3932   output-file-ext: ".csv"
3933   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3934   columns:
3935   - title: "Name"
3936     data: "data name"
3937   - title: "Status"
3938     data: "data msg"
3939   rows: "generated"
3940   data: "dpdk-perf-results-2n-skx"
3941   filter: "all"
3942   parameters:
3943   - "name"
3944   - "parent"
3945   - "msg"
3946
3947 ################################################################################
3948 # HoneyComb
3949 - type: "table"
3950   title: "Detailed Test Results - Honeycomb Functional Results"
3951   algorithm: "table_details"
3952   output-file-ext: ".csv"
3953   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3954   columns:
3955   - title: "Name"
3956     data: "data name"
3957   - title: "Documentation"
3958     data: "data doc"
3959   - title: "Status"
3960     data: "data status"
3961   rows: "generated"
3962   data:
3963     "hc-func-results"
3964   filter: "all"
3965   parameters:
3966   - "name"
3967   - "parent"
3968   - "doc"
3969   - "status"
3970
3971 ################################################################################
3972 # NSH SFC
3973 #-
3974 #  type: "table"
3975 #  title: "Detailed Test Results - NSH SFC Functional Results"
3976 #  algorithm: "table_details"
3977 #  output-file-ext: ".csv"
3978 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3979 #  columns:
3980 #  -
3981 #    title: "Name"
3982 #    data: "data name"
3983 #  -
3984 #    title: "Documentation"
3985 #    data: "data doc"
3986 #  -
3987 #    title: "Status"
3988 #    data: "data status"
3989 #  rows: "generated"
3990 #  data:
3991 #    "nsh-func-results"
3992 #  filter: "all"
3993 #  parameters:
3994 #  - "name"
3995 #  - "parent"
3996 #  - "doc"
3997 #  - "status"
3998
3999 ################################################################################
4000 # DMM
4001 - type: "table"
4002   title: "Detailed Test Results - DMM Functional Results"
4003   algorithm: "table_details"
4004   output-file-ext: ".csv"
4005   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4006   columns:
4007   - title: "Name"
4008     data: "data name"
4009   - title: "Documentation"
4010     data: "data doc"
4011   - title: "Status"
4012     data: "data status"
4013   rows: "generated"
4014   data:
4015     "dmm-func-results"
4016   filter: "all"
4017   parameters:
4018   - "name"
4019   - "parent"
4020   - "doc"
4021   - "status"
4022
4023 ################################################################################
4024 ###                                F I L E S                                 ###
4025 ################################################################################
4026
4027 # VPP Performance Results 3n-hsw
4028 - type: "file"
4029   title: "VPP Performance Results 3n-hsw"
4030   algorithm: "file_test_results"
4031   output-file-ext: ".rst"
4032   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4033   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"
4034   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
4035   data: "vpp-perf-results-3n-hsw"
4036   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW'))"
4037   parameters:
4038   - "name"
4039   - "doc"
4040   - "level"
4041   - "parent"
4042   data-start-level: 3
4043
4044 # VPP Performance Results 3n-skx
4045 - type: "file"
4046   title: "VPP Performance Results 3n-skx"
4047   algorithm: "file_test_results"
4048   output-file-ext: ".rst"
4049   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4050   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"
4051   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4052   data: "vpp-perf-results-3n-skx"
4053   filter: "not 'CFS_OPT'"
4054   parameters:
4055   - "name"
4056   - "doc"
4057   - "level"
4058   - "parent"
4059   data-start-level: 3
4060
4061 # VPP Performance Results 2n-skx
4062 - type: "file"
4063   title: "VPP Performance Results 2n-skx"
4064   algorithm: "file_test_results"
4065   output-file-ext: ".rst"
4066   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4067   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"
4068   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4069   data: "vpp-perf-results-2n-skx"
4070   filter: "not 'CFS_OPT'"
4071   parameters:
4072   - "name"
4073   - "doc"
4074   - "level"
4075   - "parent"
4076   data-start-level: 3
4077
4078 ## VPP Performance Results 2n-dnv
4079 #- type: "file"
4080 #  title: "VPP Performance Results 2n-dnv"
4081 #  algorithm: "file_test_results"
4082 #  output-file-ext: ".rst"
4083 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4084 #  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"
4085 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4086 #  data: "intel-dnv-vpp"
4087 #  filter: "'NDRPDR'"
4088 #  parameters:
4089 #  - "name"
4090 #  - "doc"
4091 #  - "level"
4092 #  - "parent"
4093 #  data-start-level: 3
4094
4095 # VPP Performance Configuration 3n-hsw
4096 - type: "file"
4097   title: "VPP Performance Configuration 3n-hsw"
4098   algorithm: "file_test_results"
4099   output-file-ext: ".rst"
4100   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4101   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"
4102   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4103   data: "vpp-perf-results-3n-hsw"
4104   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW'))"
4105   parameters:
4106   - "name"
4107   - "doc"
4108   - "level"
4109   - "parent"
4110   data-start-level: 3
4111
4112 # VPP Performance Configuration 3n-skx
4113 - type: "file"
4114   title: "VPP Performance Configuration 3n-skx"
4115   algorithm: "file_test_results"
4116   output-file-ext: ".rst"
4117   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4118   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"
4119   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4120   data: "vpp-perf-results-3n-skx"
4121   filter: "not 'CFS_OPT'"
4122   parameters:
4123   - "name"
4124   - "doc"
4125   - "level"
4126   - "parent"
4127   data-start-level: 3
4128
4129 # VPP Performance Configuration 2n-skx
4130 - type: "file"
4131   title: "VPP Performance Configuration 2n-skx"
4132   algorithm: "file_test_results"
4133   output-file-ext: ".rst"
4134   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4135   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"
4136   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4137   data: "vpp-perf-results-2n-skx"
4138   filter: "not 'CFS_OPT'"
4139   parameters:
4140   - "name"
4141   - "doc"
4142   - "level"
4143   - "parent"
4144   data-start-level: 3
4145
4146 ## VPP Performance Configuration 2n-dnv
4147 #- type: "file"
4148 #  title: "VPP Performance Configuration 2n-dnv"
4149 #  algorithm: "file_test_results"
4150 #  output-file-ext: ".rst"
4151 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4152 #  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"
4153 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4154 #  data: "intel-dnv-vpp"
4155 #  filter: "'NDRPDR'"
4156 #  parameters:
4157 #  - "name"
4158 #  - "doc"
4159 #  - "level"
4160 #  - "parent"
4161 #  data-start-level: 3
4162
4163 # VPP Performance Operational Data 3n-hsw
4164 - type: "file"
4165   title: "VPP Performance Operational Data 3n-hsw"
4166   algorithm: "file_test_results"
4167   output-file-ext: ".rst"
4168   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4169   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"
4170   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4171   data: "vpp-perf-results-3n-hsw"
4172   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW'))"
4173   parameters:
4174   - "name"
4175   - "doc"
4176   - "level"
4177   - "parent"
4178   data-start-level: 3
4179
4180 # VPP Performance Operational Data 3n-skx
4181 - type: "file"
4182   title: "VPP Performance Operational Data 3n-skx"
4183   algorithm: "file_test_results"
4184   output-file-ext: ".rst"
4185   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4186   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"
4187   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4188   data: "vpp-perf-results-3n-skx"
4189   filter: "not 'CFS_OPT'"
4190   parameters:
4191   - "name"
4192   - "doc"
4193   - "level"
4194   - "parent"
4195   data-start-level: 3
4196
4197 # VPP Performance Operational Data 2n-skx
4198 - type: "file"
4199   title: "VPP Performance Operational Data 2n-skx"
4200   algorithm: "file_test_results"
4201   output-file-ext: ".rst"
4202   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4203   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"
4204   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4205   data: "vpp-perf-results-2n-skx"
4206   filter: "not 'CFS_OPT'"
4207   parameters:
4208   - "name"
4209   - "doc"
4210   - "level"
4211   - "parent"
4212   data-start-level: 3
4213
4214 ## VPP Performance Operational Data 2n-dnv
4215 #- type: "file"
4216 #  title: "VPP Performance Operational Data 2n-dnv"
4217 #  algorithm: "file_test_results"
4218 #  output-file-ext: ".rst"
4219 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4220 #  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"
4221 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4222 #  data: "intel-dnv-vpp"
4223 #  filter: "'NDRPDR'"
4224 #  parameters:
4225 #  - "name"
4226 #  - "doc"
4227 #  - "level"
4228 #  - "parent"
4229 #  data-start-level: 3
4230
4231 # VPP MRR Results 3n-hsw
4232 - type: "file"
4233   title: "VPP MRR Results 3n-hsw"
4234   algorithm: "file_test_results"
4235   output-file-ext: ".rst"
4236   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4237   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"
4238   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4239   data: "vpp-mrr-results-3n-hsw"
4240   filter: "'MRR'"
4241   parameters:
4242   - "name"
4243   - "doc"
4244   - "level"
4245   - "parent"
4246   data-start-level: 3
4247
4248 # VPP MRR Results 3n-skx
4249 - type: "file"
4250   title: "VPP MRR Results 3n-skx"
4251   algorithm: "file_test_results"
4252   output-file-ext: ".rst"
4253   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4254   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"
4255   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4256   data: "vpp-mrr-results-3n-skx"
4257   filter: "'MRR'"
4258   parameters:
4259   - "name"
4260   - "doc"
4261   - "level"
4262   - "parent"
4263   data-start-level: 3
4264
4265 # VPP MRR Results 2n-skx
4266 - type: "file"
4267   title: "VPP MRR Results 2n-skx"
4268   algorithm: "file_test_results"
4269   output-file-ext: ".rst"
4270   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4271   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"
4272   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4273   data: "vpp-mrr-results-2n-skx"
4274   filter: "all"
4275   parameters:
4276   - "name"
4277   - "doc"
4278   - "level"
4279   - "parent"
4280   data-start-level: 3
4281
4282 ## VPP MRR Results 2n-dnv
4283 #- type: "file"
4284 #  title: "VPP MRR Results 2n-dnv"
4285 #  algorithm: "file_test_results"
4286 #  output-file-ext: ".rst"
4287 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4288 #  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"
4289 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4290 #  data: "intel-dnv-vpp"
4291 #  filter: "'MRR'"
4292 #  parameters:
4293 #  - "name"
4294 #  - "doc"
4295 #  - "level"
4296 #  - "parent"
4297 #  data-start-level: 3
4298
4299 # VPP MRR Configuration 3n-hsw
4300 - type: "file"
4301   title: "VPP MRR Configuration 3n-hsw"
4302   algorithm: "file_test_results"
4303   output-file-ext: ".rst"
4304   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4305   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"
4306   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4307   data: "vpp-mrr-results-3n-hsw"
4308   filter: "'MRR'"
4309   parameters:
4310   - "name"
4311   - "doc"
4312   - "level"
4313   - "parent"
4314   data-start-level: 3
4315
4316 # VPP MRR Configuration 3n-skx
4317 - type: "file"
4318   title: "VPP MRR Configuration 3n-skx"
4319   algorithm: "file_test_results"
4320   output-file-ext: ".rst"
4321   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4322   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"
4323   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4324   data: "vpp-mrr-results-3n-skx"
4325   filter: "'MRR'"
4326   parameters:
4327   - "name"
4328   - "doc"
4329   - "level"
4330   - "parent"
4331   data-start-level: 3
4332
4333 # VPP MRR Configuration 2n-skx
4334 - type: "file"
4335   title: "VPP MRR Configuration 2n-skx"
4336   algorithm: "file_test_results"
4337   output-file-ext: ".rst"
4338   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4339   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"
4340   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4341   data: "vpp-mrr-results-2n-skx"
4342   filter: "'MRR'"
4343   parameters:
4344   - "name"
4345   - "doc"
4346   - "level"
4347   - "parent"
4348   data-start-level: 3
4349
4350 ## VPP MRR Configuration 2n-dnv
4351 #- type: "file"
4352 #  title: "VPP MRR Configuration 2n-dnv"
4353 #  algorithm: "file_test_results"
4354 #  output-file-ext: ".rst"
4355 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4356 #  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"
4357 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4358 #  data: "intel-dnv-vpp"
4359 #  filter: "'MRR'"
4360 #  parameters:
4361 #  - "name"
4362 #  - "doc"
4363 #  - "level"
4364 #  - "parent"
4365 #  data-start-level: 3
4366
4367 # VPP Functional Results - Ubuntu
4368 - type: "file"
4369   title: "VPP Functional Results - Ubuntu"
4370   algorithm: "file_test_results"
4371   output-file-ext: ".rst"
4372   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4373   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"
4374   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4375   data: "vpp-func-results-ubuntu"
4376   filter: "all"
4377   parameters:
4378   - "name"
4379   - "doc"
4380   - "level"
4381   - "parent"
4382   data-start-level: 3
4383
4384 # VPP Functional Results - CentOS
4385 - type: "file"
4386   title: "VPP Functional Results - CentOS"
4387   algorithm: "file_test_results"
4388   output-file-ext: ".rst"
4389   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4390   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"
4391   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4392   data:
4393     "vpp-func-results-centos"
4394   filter: "all"
4395   parameters:
4396   - "name"
4397   - "doc"
4398   - "level"
4399   - "parent"
4400   data-start-level: 3
4401
4402 # VPP Functional Configuration - Ubuntu
4403 - type: "file"
4404   title: "VPP Functional Configuration - Ubuntu"
4405   algorithm: "file_test_results"
4406   output-file-ext: ".rst"
4407   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4408   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"
4409   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4410   data: "vpp-func-results-ubuntu"
4411   filter: "all"
4412   parameters:
4413   - "name"
4414   - "doc"
4415   - "level"
4416   - "parent"
4417   data-start-level: 3
4418
4419 # VPP Functional Configuration - CentOS
4420 - type: "file"
4421   title: "VPP Functional Configuration - CentOS"
4422   algorithm: "file_test_results"
4423   output-file-ext: ".rst"
4424   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4425   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"
4426   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4427   data:
4428     "vpp-func-results-centos"
4429   filter: "all"
4430   parameters:
4431   - "name"
4432   - "doc"
4433   - "level"
4434   - "parent"
4435   data-start-level: 3
4436
4437 # VPP Device Results - Ubuntu
4438 - type: "file"
4439   title: "VPP Device Results - Ubuntu"
4440   algorithm: "file_test_results"
4441   output-file-ext: ".rst"
4442   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4443   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"
4444   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4445   data: "vpp-device-results-ubuntu"
4446   filter: "all"
4447   parameters:
4448   - "name"
4449   - "doc"
4450   - "level"
4451   - "parent"
4452   data-start-level: 2
4453
4454 # VPP Device Configuration - Ubuntu
4455 - type: "file"
4456   title: "VPP Device Configuration - Ubuntu"
4457   algorithm: "file_test_results"
4458   output-file-ext: ".rst"
4459   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4460   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"
4461   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4462   data: "vpp-device-results-ubuntu"
4463   filter: "all"
4464   parameters:
4465   - "name"
4466   - "doc"
4467   - "level"
4468   - "parent"
4469   data-start-level: 2
4470
4471 ## Container Orchestrated Performance Results 3n-hsw
4472 #- type: "file"
4473 #  title: "Container Orchestrated Performance Results 3n-hsw"
4474 #  algorithm: "file_test_results"
4475 #  output-file-ext: ".rst"
4476 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4477 #  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"
4478 #  dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4479 #  data: "ligato-perf-results-3n-hsw"
4480 #  filter: "all"
4481 #  parameters:
4482 #  - "name"
4483 #  - "doc"
4484 #  - "level"
4485 #  - "parent"
4486 #  data-start-level: 3
4487
4488 # DPDK Performance Results 3n-hsw
4489 - type: "file"
4490   title: "DPDK Performance Results 3n-hsw"
4491   algorithm: "file_test_results"
4492   output-file-ext: ".rst"
4493   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4494   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"
4495   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4496   data: "dpdk-perf-results-3n-hsw"
4497   filter: "all"
4498   parameters:
4499   - "name"
4500   - "doc"
4501   - "level"
4502   - "parent"
4503   data-start-level: 3
4504
4505 # DPDK Performance Results 3n-skx
4506 - type: "file"
4507   title: "DPDK Performance Results 3n-skx"
4508   algorithm: "file_test_results"
4509   output-file-ext: ".rst"
4510   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4511   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"
4512   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4513   data: "dpdk-perf-results-3n-skx"
4514   filter: "all"
4515   parameters:
4516   - "name"
4517   - "doc"
4518   - "level"
4519   - "parent"
4520   data-start-level: 3
4521
4522 # DPDK Performance Results 2n-skx
4523 - type: "file"
4524   title: "DPDK Performance Results 2n-skx"
4525   algorithm: "file_test_results"
4526   output-file-ext: ".rst"
4527   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4528   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"
4529   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4530   data: "dpdk-perf-results-2n-skx"
4531   filter: "all"
4532   parameters:
4533   - "name"
4534   - "doc"
4535   - "level"
4536   - "parent"
4537   data-start-level: 3
4538
4539 # Honeycomb Functional Results
4540 - type: "file"
4541   title: "Honeycomb Functional Results"
4542   algorithm: "file_test_results"
4543   output-file-ext: ".rst"
4544   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4545   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"
4546   dir-tables: "{DIR[DTR,FUNC,HC]}"
4547   data:
4548     "hc-func-results"
4549   filter: "all"
4550   parameters:
4551   - "name"
4552   - "doc"
4553   - "level"
4554   - "parent"
4555   data-start-level: 3
4556
4557 # NSH SFC Functional Results
4558 #-
4559 #  type: "file"
4560 #  title: "NSH SFC Functional Results"
4561 #  algorithm: "file_test_results"
4562 #  output-file-ext: ".rst"
4563 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4564 #  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"
4565 #  dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4566 #  data:
4567 #    "nsh-func-results"
4568 #  filter: "all"
4569 #  parameters:
4570 #  - "name"
4571 #  - "doc"
4572 #  - "level"
4573 #  - "parent"
4574 #  data-start-level: 3
4575
4576 # DMM Functional Results
4577 - type: "file"
4578   title: "DMM Functional Results"
4579   algorithm: "file_test_results"
4580   output-file-ext: ".rst"
4581   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4582   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"
4583   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4584   data:
4585     "dmm-func-results"
4586   filter: "all"
4587   parameters:
4588   - "name"
4589   - "doc"
4590   - "level"
4591   - "parent"
4592   data-start-level: 3
4593
4594 ################################################################################
4595 ###                                P L O T S                                 ###
4596 ################################################################################
4597
4598 # Soak Test (PLRsearch), boxes
4599 - type: "plot"
4600   title: "VPP Critical rate: 2 Hours Soak Test (PLRsearch)"
4601   algorithm: "plot_performance_box"
4602   output-file-type: ".html"
4603   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
4604   data: "plot-vpp-soak-2n-skx"
4605   filter: "('L2BDMACLRN' or 'L2PATCH' or 'L2XCBASE') and not 'VHOST' and not 'MEMIF'"
4606   parameters:
4607     - "throughput"
4608     - "parent"
4609     - "tags"
4610   sort:
4611     - "DRV_AVF"
4612     - "DRV_AVF"
4613     - "DRV_AVF"
4614     - "L2BDMACLRN"
4615     - "L2XCBASE"
4616     - "L2PATCH"
4617   traces:
4618     hoverinfo: "x+y"
4619     boxpoints: "all"
4620     whiskerwidth: 0
4621   layout:
4622     title: "2 Hours Soak Test (PLRsearch)"
4623     layout: "plot-soak-throughput"
4624
4625 # Soak Test (PLRsearch), boxes
4626 - type: "plot"
4627   title: "VPP Critical rate: 2 Hours Soak Test (PLRsearch)"
4628   algorithm: "plot_performance_box"
4629   output-file-type: ".html"
4630   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
4631   data: "plot-vpp-soak-2n-skx"
4632   filter: "'L2BDMACLRN' and ('VHOST' or 'MEMIF') or 'IP4BASE' or 'IP6BASE'"
4633   parameters:
4634     - "throughput"
4635     - "parent"
4636     - "tags"
4637   sort:
4638     - "VHOST"
4639     - "MEMIF"
4640     - "IP4FWD"
4641     - "IP6FWD"
4642   traces:
4643     hoverinfo: "x+y"
4644     boxpoints: "all"
4645     whiskerwidth: 0
4646   layout:
4647     title: "2 Hours Soak Test (PLRsearch)"
4648     layout: "plot-soak-throughput"
4649
4650 ################################################################################
4651 # Plots - NF Density - VSC - MRR 64b
4652 - type: "plot"
4653   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4654   algorithm: "plot_service_density_heatmap_compare"
4655   output-file-type: ".html"
4656   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
4657   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4658   filter: "'NIC_Intel-X710' and
4659            'NF_DENSITY' and
4660            'VHOST' and
4661            'CHAIN' and
4662            'NF_VPPIP4' and
4663            '64B' and
4664            '2T1C' and
4665            'MRR'"
4666   reference:
4667     include: "2"
4668     name: "VNF-1c"
4669   compare:
4670     include: "1"
4671     name: "VNF-0.5c"
4672   parameters:
4673   - "result"
4674   - "name"
4675   - "tags"
4676   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4677   x-axis: "X = VNFs per Service Chain"
4678   y-axis: "Y = Number of Service Chains"
4679   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4680   layout:
4681     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4682     layout: "plot-service-density"
4683
4684 - type: "plot"
4685   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4686   algorithm: "plot_service_density_heatmap_compare"
4687   output-file-type: ".html"
4688   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4689   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4690   filter: "'NIC_Intel-X710' and
4691            'NF_DENSITY' and
4692            'VHOST' and
4693            'CHAIN' and
4694            'NF_VPPIP4' and
4695            '64B' and
4696            '4T2C' and
4697            'MRR'"
4698   reference:
4699     include: "2"
4700     name: "VNF-1c"
4701   compare:
4702     include: "1"
4703     name: "VNF-0.5c"
4704   parameters:
4705   - "result"
4706   - "name"
4707   - "tags"
4708   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4709   x-axis: "X = VNFs per Service Chain"
4710   y-axis: "Y = Number of Service Chains"
4711   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4712   layout:
4713     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4714     layout: "plot-service-density"
4715
4716 - type: "plot"
4717   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4718   algorithm: "plot_service_density_heatmap_compare"
4719   output-file-type: ".html"
4720   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-mrr"
4721   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4722   filter: "'NIC_Intel-X710' and
4723            'NF_DENSITY' and
4724            'VHOST' and
4725            'CHAIN' and
4726            'NF_VPPIP4' and
4727            '64B' and
4728            '8T4C' and
4729            'MRR'"
4730   reference:
4731     include: "2"
4732     name: "VNF-1c"
4733   compare:
4734     include: "1"
4735     name: "VNF-0.5c"
4736   parameters:
4737   - "result"
4738   - "name"
4739   - "tags"
4740   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4741   x-axis: "X = VNFs per Service Chain"
4742   y-axis: "Y = Number of Service Chains"
4743   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4744   layout:
4745     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4746     layout: "plot-service-density"
4747
4748 # Plots - NF Density - VSC - MRR IMIX
4749 - type: "plot"
4750   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4751   algorithm: "plot_service_density_heatmap_compare"
4752   output-file-type: ".html"
4753   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
4754   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4755   filter: "'NIC_Intel-X710' and
4756            'NF_DENSITY' and
4757            'VHOST' and
4758            'CHAIN' and
4759            'NF_VPPIP4' and
4760            'IMIX' and
4761            '2T1C' and
4762            'MRR'"
4763   reference:
4764     include: "2"
4765     name: "VNF-1c"
4766   compare:
4767     include: "1"
4768     name: "VNF-0.5c"
4769   parameters:
4770   - "result"
4771   - "name"
4772   - "tags"
4773   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4774   x-axis: "X = VNFs per Service Chain"
4775   y-axis: "Y = Number of Service Chains"
4776   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4777   layout:
4778     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4779     layout: "plot-service-density"
4780
4781 - type: "plot"
4782   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4783   algorithm: "plot_service_density_heatmap_compare"
4784   output-file-type: ".html"
4785   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
4786   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4787   filter: "'NIC_Intel-X710' and
4788            'NF_DENSITY' and
4789            'VHOST' and
4790            'CHAIN' and
4791            'NF_VPPIP4' and
4792            'IMIX' and
4793            '4T2C' and
4794            'MRR'"
4795   reference:
4796     include: "2"
4797     name: "VNF-1c"
4798   compare:
4799     include: "1"
4800     name: "VNF-0.5c"
4801   parameters:
4802   - "result"
4803   - "name"
4804   - "tags"
4805   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4806   x-axis: "X = VNFs per Service Chain"
4807   y-axis: "Y = Number of Service Chains"
4808   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4809   layout:
4810     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4811     layout: "plot-service-density"
4812
4813 - type: "plot"
4814   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4815   algorithm: "plot_service_density_heatmap_compare"
4816   output-file-type: ".html"
4817   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-mrr"
4818   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4819   filter: "'NIC_Intel-X710' and
4820            'NF_DENSITY' and
4821            'VHOST' and
4822            'CHAIN' and
4823            'NF_VPPIP4' and
4824            'IMIX' and
4825            '8T4C' and
4826            'MRR'"
4827   reference:
4828     include: "2"
4829     name: "VNF-1c"
4830   compare:
4831     include: "1"
4832     name: "VNF-0.5c"
4833   parameters:
4834   - "result"
4835   - "name"
4836   - "tags"
4837   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4838   x-axis: "X = VNFs per Service Chain"
4839   y-axis: "Y = Number of Service Chains"
4840   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4841   layout:
4842     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4843     layout: "plot-service-density"
4844
4845 # Plots - NF Density - VSC - NDR 64b
4846 - type: "plot"
4847   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4848   algorithm: "plot_service_density_heatmap_compare"
4849   output-file-type: ".html"
4850   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
4851   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4852   filter: "'NIC_Intel-X710' and
4853            'NF_DENSITY' and
4854            'VHOST' and
4855            'CHAIN' and
4856            'NF_VPPIP4' and
4857            '64B' and
4858            '2T1C' and
4859            'NDRPDR'"
4860   reference:
4861     include: "2"
4862     name: "VNF-1c"
4863   compare:
4864     include: "1"
4865     name: "VNF-0.5c"
4866   parameters:
4867   - "throughput"
4868   - "name"
4869   - "tags"
4870   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4871   x-axis: "X = VNFs per Service Chain"
4872   y-axis: "Y = Number of Service Chains"
4873   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4874   layout:
4875     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4876     layout: "plot-service-density"
4877
4878 - type: "plot"
4879   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4880   algorithm: "plot_service_density_heatmap_compare"
4881   output-file-type: ".html"
4882   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
4883   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4884   filter: "'NIC_Intel-X710' and
4885            'NF_DENSITY' and
4886            'VHOST' and
4887            'CHAIN' and
4888            'NF_VPPIP4' and
4889            '64B' and
4890            '4T2C' and
4891            'NDRPDR'"
4892   reference:
4893     include: "2"
4894     name: "VNF-1c"
4895   compare:
4896     include: "1"
4897     name: "VNF-0.5c"
4898   parameters:
4899   - "throughput"
4900   - "name"
4901   - "tags"
4902   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4903   x-axis: "X = VNFs per Service Chain"
4904   y-axis: "Y = Number of Service Chains"
4905   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4906   layout:
4907     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4908     layout: "plot-service-density"
4909
4910 - type: "plot"
4911   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4912   algorithm: "plot_service_density_heatmap_compare"
4913   output-file-type: ".html"
4914   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-ndr"
4915   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4916   filter: "'NIC_Intel-X710' and
4917            'NF_DENSITY' and
4918            'VHOST' and
4919            'CHAIN' and
4920            'NF_VPPIP4' and
4921            '64B' and
4922            '8T4C' and
4923            'NDRPDR'"
4924   reference:
4925     include: "2"
4926     name: "VNF-1c"
4927   compare:
4928     include: "1"
4929     name: "VNF-0.5c"
4930   parameters:
4931   - "throughput"
4932   - "name"
4933   - "tags"
4934   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4935   x-axis: "X = VNFs per Service Chain"
4936   y-axis: "Y = Number of Service Chains"
4937   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4938   layout:
4939     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4940     layout: "plot-service-density"
4941
4942 # Plots - NF Density - VSC - NDR IMIX
4943 - type: "plot"
4944   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4945   algorithm: "plot_service_density_heatmap_compare"
4946   output-file-type: ".html"
4947   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
4948   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4949   filter: "'NIC_Intel-X710' and
4950            'NF_DENSITY' and
4951            'VHOST' and
4952            'CHAIN' and
4953            'NF_VPPIP4' and
4954            'IMIX' and
4955            '2T1C' and
4956            'NDRPDR'"
4957   reference:
4958     include: "2"
4959     name: "VNF-1c"
4960   compare:
4961     include: "1"
4962     name: "VNF-0.5c"
4963   parameters:
4964   - "throughput"
4965   - "name"
4966   - "tags"
4967   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4968   x-axis: "X = VNFs per Service Chain"
4969   y-axis: "Y = Number of Service Chains"
4970   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4971   layout:
4972     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4973     layout: "plot-service-density"
4974
4975 - type: "plot"
4976   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4977   algorithm: "plot_service_density_heatmap_compare"
4978   output-file-type: ".html"
4979   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
4980   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4981   filter: "'NIC_Intel-X710' and
4982            'NF_DENSITY' and
4983            'VHOST' and
4984            'CHAIN' and
4985            'NF_VPPIP4' and
4986            'IMIX' and
4987            '4T2C' and
4988            'NDRPDR'"
4989   reference:
4990     include: "2"
4991     name: "VNF-1c"
4992   compare:
4993     include: "1"
4994     name: "VNF-0.5c"
4995   parameters:
4996   - "throughput"
4997   - "name"
4998   - "tags"
4999   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5000   x-axis: "X = VNFs per Service Chain"
5001   y-axis: "Y = Number of Service Chains"
5002   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5003   layout:
5004     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5005     layout: "plot-service-density"
5006
5007 - type: "plot"
5008   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5009   algorithm: "plot_service_density_heatmap_compare"
5010   output-file-type: ".html"
5011   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-ndr"
5012   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5013   filter: "'NIC_Intel-X710' and
5014            'NF_DENSITY' and
5015            'VHOST' and
5016            'CHAIN' and
5017            'NF_VPPIP4' and
5018            'IMIX' and
5019            '8T4C' and
5020            'NDRPDR'"
5021   reference:
5022     include: "2"
5023     name: "VNF-1c"
5024   compare:
5025     include: "1"
5026     name: "VNF-0.5c"
5027   parameters:
5028   - "throughput"
5029   - "name"
5030   - "tags"
5031   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5032   x-axis: "X = VNFs per Service Chain"
5033   y-axis: "Y = Number of Service Chains"
5034   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5035   layout:
5036     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5037     layout: "plot-service-density"
5038
5039 # Plots - NF Density - VSC - PDR 64b
5040 - type: "plot"
5041   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5042   algorithm: "plot_service_density_heatmap_compare"
5043   output-file-type: ".html"
5044   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
5045   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5046   filter: "'NIC_Intel-X710' and
5047            'NF_DENSITY' and
5048            'VHOST' and
5049            'CHAIN' and
5050            'NF_VPPIP4' and
5051            '64B' and
5052            '2T1C' and
5053            'NDRPDR'"
5054   reference:
5055     include: "2"
5056     name: "VNF-1c"
5057   compare:
5058     include: "1"
5059     name: "VNF-0.5c"
5060   parameters:
5061   - "throughput"
5062   - "name"
5063   - "tags"
5064   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5065   x-axis: "X = VNFs per Service Chain"
5066   y-axis: "Y = Number of Service Chains"
5067   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5068   layout:
5069     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5070     layout: "plot-service-density"
5071
5072 - type: "plot"
5073   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5074   algorithm: "plot_service_density_heatmap_compare"
5075   output-file-type: ".html"
5076   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
5077   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5078   filter: "'NIC_Intel-X710' and
5079            'NF_DENSITY' and
5080            'VHOST' and
5081            'CHAIN' and
5082            'NF_VPPIP4' and
5083            '64B' and
5084            '4T2C' and
5085            'NDRPDR'"
5086   reference:
5087     include: "2"
5088     name: "VNF-1c"
5089   compare:
5090     include: "1"
5091     name: "VNF-0.5c"
5092   parameters:
5093   - "throughput"
5094   - "name"
5095   - "tags"
5096   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5097   x-axis: "X = VNFs per Service Chain"
5098   y-axis: "Y = Number of Service Chains"
5099   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5100   layout:
5101     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5102     layout: "plot-service-density"
5103
5104 - type: "plot"
5105   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5106   algorithm: "plot_service_density_heatmap_compare"
5107   output-file-type: ".html"
5108   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-pdr"
5109   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5110   filter: "'NIC_Intel-X710' and
5111            'NF_DENSITY' and
5112            'VHOST' and
5113            'CHAIN' and
5114            'NF_VPPIP4' and
5115            '64B' and
5116            '8T4C' and
5117            'NDRPDR'"
5118   reference:
5119     include: "2"
5120     name: "VNF-1c"
5121   compare:
5122     include: "1"
5123     name: "VNF-0.5c"
5124   parameters:
5125   - "throughput"
5126   - "name"
5127   - "tags"
5128   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5129   x-axis: "X = VNFs per Service Chain"
5130   y-axis: "Y = Number of Service Chains"
5131   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5132   layout:
5133     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5134     layout: "plot-service-density"
5135
5136 # Plots - NF Density - VSC - PDR IMIX
5137 - type: "plot"
5138   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5139   algorithm: "plot_service_density_heatmap_compare"
5140   output-file-type: ".html"
5141   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
5142   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5143   filter: "'NIC_Intel-X710' and
5144            'NF_DENSITY' and
5145            'VHOST' and
5146            'CHAIN' and
5147            'NF_VPPIP4' and
5148            'IMIX' and
5149            '2T1C' and
5150            'NDRPDR'"
5151   reference:
5152     include: "2"
5153     name: "VNF-1c"
5154   compare:
5155     include: "1"
5156     name: "VNF-0.5c"
5157   parameters:
5158   - "throughput"
5159   - "name"
5160   - "tags"
5161   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5162   x-axis: "X = VNFs per Service Chain"
5163   y-axis: "Y = Number of Service Chains"
5164   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5165   layout:
5166     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5167     layout: "plot-service-density"
5168
5169 - type: "plot"
5170   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5171   algorithm: "plot_service_density_heatmap_compare"
5172   output-file-type: ".html"
5173   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
5174   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5175   filter: "'NIC_Intel-X710' and
5176            'NF_DENSITY' and
5177            'VHOST' and
5178            'CHAIN' and
5179            'NF_VPPIP4' and
5180            'IMIX' and
5181            '4T2C' and
5182            'NDRPDR'"
5183   reference:
5184     include: "2"
5185     name: "VNF-1c"
5186   compare:
5187     include: "1"
5188     name: "VNF-0.5c"
5189   parameters:
5190   - "throughput"
5191   - "name"
5192   - "tags"
5193   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5194   x-axis: "X = VNFs per Service Chain"
5195   y-axis: "Y = Number of Service Chains"
5196   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5197   layout:
5198     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5199     layout: "plot-service-density"
5200
5201 - type: "plot"
5202   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5203   algorithm: "plot_service_density_heatmap_compare"
5204   output-file-type: ".html"
5205   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-pdr"
5206   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5207   filter: "'NIC_Intel-X710' and
5208            'NF_DENSITY' and
5209            'VHOST' and
5210            'CHAIN' and
5211            'NF_VPPIP4' and
5212            'IMIX' and
5213            '8T4C' and
5214            'NDRPDR'"
5215   reference:
5216     include: "2"
5217     name: "VNF-1c"
5218   compare:
5219     include: "1"
5220     name: "VNF-0.5c"
5221   parameters:
5222   - "throughput"
5223   - "name"
5224   - "tags"
5225   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5226   x-axis: "X = VNFs per Service Chain"
5227   y-axis: "Y = Number of Service Chains"
5228   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5229   layout:
5230     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5231     layout: "plot-service-density"
5232
5233 ################################################################################
5234 # Plots - NF Density - CSC - MRR 64b
5235 - type: "plot"
5236   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5237   algorithm: "plot_service_density_heatmap_compare"
5238   output-file-type: ".html"
5239   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5240   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5241   filter: "'NIC_Intel-X710' and
5242            'NF_DENSITY' and
5243            'DOCKER' and
5244            'CHAIN' and
5245            'NF_VPPIP4' and
5246            '64B' and
5247            '2T1C' and
5248            'MRR'"
5249   reference:
5250     include: "2"
5251     name: "CNF-1c"
5252   compare:
5253     include: "1"
5254     name: "CNF-0.5c"
5255   parameters:
5256   - "result"
5257   - "name"
5258   - "tags"
5259   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5260   x-axis: "X = CNFs per Service Chain"
5261   y-axis: "Y = Number of Service Chains"
5262   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5263   layout:
5264     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5265     layout: "plot-service-density"
5266
5267 - type: "plot"
5268   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5269   algorithm: "plot_service_density_heatmap_compare"
5270   output-file-type: ".html"
5271   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5272   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5273   filter: "'NIC_Intel-X710' and
5274            'NF_DENSITY' and
5275            'DOCKER' and
5276            'CHAIN' and
5277            'NF_VPPIP4' and
5278            '64B' and
5279            '4T2C' and
5280            'MRR'"
5281   reference:
5282     include: "2"
5283     name: "CNF-1c"
5284   compare:
5285     include: "1"
5286     name: "CNF-0.5c"
5287   parameters:
5288   - "result"
5289   - "name"
5290   - "tags"
5291   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5292   x-axis: "X = CNFs per Service Chain"
5293   y-axis: "Y = Number of Service Chains"
5294   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5295   layout:
5296     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5297     layout: "plot-service-density"
5298
5299 - type: "plot"
5300   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5301   algorithm: "plot_service_density_heatmap_compare"
5302   output-file-type: ".html"
5303   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-mrr"
5304   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5305   filter: "'NIC_Intel-X710' and
5306            'NF_DENSITY' and
5307            'DOCKER' and
5308            'CHAIN' and
5309            'NF_VPPIP4' and
5310            '64B' and
5311            '8T4C' and
5312            'MRR'"
5313   reference:
5314     include: "2"
5315     name: "CNF-1c"
5316   compare:
5317     include: "1"
5318     name: "CNF-0.5c"
5319   parameters:
5320   - "result"
5321   - "name"
5322   - "tags"
5323   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5324   x-axis: "X = CNFs per Service Chain"
5325   y-axis: "Y = Number of Service Chains"
5326   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5327   layout:
5328     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5329     layout: "plot-service-density"
5330
5331 # Plots - NF Density - CSC - MRR IMIX
5332 - type: "plot"
5333   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5334   algorithm: "plot_service_density_heatmap_compare"
5335   output-file-type: ".html"
5336   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
5337   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5338   filter: "'NIC_Intel-X710' and
5339            'NF_DENSITY' and
5340            'DOCKER' and
5341            'CHAIN' and
5342            'NF_VPPIP4' and
5343            'IMIX' and
5344            '2T1C' and
5345            'MRR'"
5346   reference:
5347     include: "2"
5348     name: "CNF-1c"
5349   compare:
5350     include: "1"
5351     name: "CNF-0.5c"
5352   parameters:
5353   - "result"
5354   - "name"
5355   - "tags"
5356   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5357   x-axis: "X = CNFs per Service Chain"
5358   y-axis: "Y = Number of Service Chains"
5359   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5360   layout:
5361     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5362     layout: "plot-service-density"
5363
5364 - type: "plot"
5365   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5366   algorithm: "plot_service_density_heatmap_compare"
5367   output-file-type: ".html"
5368   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5369   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5370   filter: "'NIC_Intel-X710' and
5371            'NF_DENSITY' and
5372            'DOCKER' and
5373            'CHAIN' and
5374            'NF_VPPIP4' and
5375            'IMIX' and
5376            '4T2C' and
5377            'MRR'"
5378   reference:
5379     include: "2"
5380     name: "CNF-1c"
5381   compare:
5382     include: "1"
5383     name: "CNF-0.5c"
5384   parameters:
5385   - "result"
5386   - "name"
5387   - "tags"
5388   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5389   x-axis: "X = CNFs per Service Chain"
5390   y-axis: "Y = Number of Service Chains"
5391   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5392   layout:
5393     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5394     layout: "plot-service-density"
5395
5396 - type: "plot"
5397   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5398   algorithm: "plot_service_density_heatmap_compare"
5399   output-file-type: ".html"
5400   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-mrr"
5401   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5402   filter: "'NIC_Intel-X710' and
5403            'NF_DENSITY' and
5404            'DOCKER' and
5405            'CHAIN' and
5406            'NF_VPPIP4' and
5407            'IMIX' and
5408            '8T4C' and
5409            'MRR'"
5410   reference:
5411     include: "2"
5412     name: "CNF-1c"
5413   compare:
5414     include: "1"
5415     name: "CNF-0.5c"
5416   parameters:
5417   - "result"
5418   - "name"
5419   - "tags"
5420   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5421   x-axis: "X = CNFs per Service Chain"
5422   y-axis: "Y = Number of Service Chains"
5423   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5424   layout:
5425     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5426     layout: "plot-service-density"
5427
5428 # Plots - NF Density - CSC - NDR 64b
5429 - type: "plot"
5430   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5431   algorithm: "plot_service_density_heatmap_compare"
5432   output-file-type: ".html"
5433   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5434   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5435   filter: "'NIC_Intel-X710' and
5436            'NF_DENSITY' and
5437            'DOCKER' and
5438            'CHAIN' and
5439            'NF_VPPIP4' and
5440            '64B' and
5441            '2T1C' and
5442            'NDRPDR'"
5443   reference:
5444     include: "2"
5445     name: "CNF-1c"
5446   compare:
5447     include: "1"
5448     name: "CNF-0.5c"
5449   parameters:
5450   - "throughput"
5451   - "name"
5452   - "tags"
5453   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5454   x-axis: "X = CNFs per Service Chain"
5455   y-axis: "Y = Number of Service Chains"
5456   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5457   layout:
5458     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5459     layout: "plot-service-density"
5460
5461 - type: "plot"
5462   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5463   algorithm: "plot_service_density_heatmap_compare"
5464   output-file-type: ".html"
5465   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5466   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5467   filter: "'NIC_Intel-X710' and
5468            'NF_DENSITY' and
5469            'DOCKER' and
5470            'CHAIN' and
5471            'NF_VPPIP4' and
5472            '64B' and
5473            '4T2C' and
5474            'NDRPDR'"
5475   reference:
5476     include: "2"
5477     name: "CNF-1c"
5478   compare:
5479     include: "1"
5480     name: "CNF-0.5c"
5481   parameters:
5482   - "throughput"
5483   - "name"
5484   - "tags"
5485   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5486   x-axis: "X = CNFs per Service Chain"
5487   y-axis: "Y = Number of Service Chains"
5488   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5489   layout:
5490     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5491     layout: "plot-service-density"
5492
5493 - type: "plot"
5494   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5495   algorithm: "plot_service_density_heatmap_compare"
5496   output-file-type: ".html"
5497   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-ndr"
5498   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5499   filter: "'NIC_Intel-X710' and
5500            'NF_DENSITY' and
5501            'DOCKER' and
5502            'CHAIN' and
5503            'NF_VPPIP4' and
5504            '64B' and
5505            '8T4C' and
5506            'NDRPDR'"
5507   reference:
5508     include: "2"
5509     name: "CNF-1c"
5510   compare:
5511     include: "1"
5512     name: "CNF-0.5c"
5513   parameters:
5514   - "throughput"
5515   - "name"
5516   - "tags"
5517   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5518   x-axis: "X = CNFs per Service Chain"
5519   y-axis: "Y = Number of Service Chains"
5520   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5521   layout:
5522     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5523     layout: "plot-service-density"
5524
5525 # Plots - NF Density - CSC - NDR IMIX
5526 - type: "plot"
5527   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5528   algorithm: "plot_service_density_heatmap_compare"
5529   output-file-type: ".html"
5530   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5531   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5532   filter: "'NIC_Intel-X710' and
5533            'NF_DENSITY' and
5534            'DOCKER' and
5535            'CHAIN' and
5536            'NF_VPPIP4' and
5537            'IMIX' and
5538            '2T1C' and
5539            'NDRPDR'"
5540   reference:
5541     include: "2"
5542     name: "CNF-1c"
5543   compare:
5544     include: "1"
5545     name: "CNF-0.5c"
5546   parameters:
5547   - "throughput"
5548   - "name"
5549   - "tags"
5550   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5551   x-axis: "X = CNFs per Service Chain"
5552   y-axis: "Y = Number of Service Chains"
5553   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5554   layout:
5555     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5556     layout: "plot-service-density"
5557
5558 - type: "plot"
5559   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5560   algorithm: "plot_service_density_heatmap_compare"
5561   output-file-type: ".html"
5562   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5563   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5564   filter: "'NIC_Intel-X710' and
5565            'NF_DENSITY' and
5566            'DOCKER' and
5567            'CHAIN' and
5568            'NF_VPPIP4' and
5569            'IMIX' and
5570            '4T2C' and
5571            'NDRPDR'"
5572   reference:
5573     include: "2"
5574     name: "CNF-1c"
5575   compare:
5576     include: "1"
5577     name: "CNF-0.5c"
5578   parameters:
5579   - "throughput"
5580   - "name"
5581   - "tags"
5582   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5583   x-axis: "X = CNFs per Service Chain"
5584   y-axis: "Y = Number of Service Chains"
5585   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5586   layout:
5587     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5588     layout: "plot-service-density"
5589
5590 - type: "plot"
5591   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5592   algorithm: "plot_service_density_heatmap_compare"
5593   output-file-type: ".html"
5594   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-ndr"
5595   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5596   filter: "'NIC_Intel-X710' and
5597            'NF_DENSITY' and
5598            'DOCKER' and
5599            'CHAIN' and
5600            'NF_VPPIP4' and
5601            'IMIX' and
5602            '8T4C' and
5603            'NDRPDR'"
5604   reference:
5605     include: "2"
5606     name: "CNF-1c"
5607   compare:
5608     include: "1"
5609     name: "CNF-0.5c"
5610   parameters:
5611   - "throughput"
5612   - "name"
5613   - "tags"
5614   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5615   x-axis: "X = CNFs per Service Chain"
5616   y-axis: "Y = Number of Service Chains"
5617   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5618   layout:
5619     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5620     layout: "plot-service-density"
5621
5622 # Plots - NF Density - CSC - PDR 64b
5623 - type: "plot"
5624   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5625   algorithm: "plot_service_density_heatmap_compare"
5626   output-file-type: ".html"
5627   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5628   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5629   filter: "'NIC_Intel-X710' and
5630            'NF_DENSITY' and
5631            'DOCKER' and
5632            'CHAIN' and
5633            'NF_VPPIP4' and
5634            '64B' and
5635            '2T1C' and
5636            'NDRPDR'"
5637   reference:
5638     include: "2"
5639     name: "CNF-1c"
5640   compare:
5641     include: "1"
5642     name: "CNF-0.5c"
5643   parameters:
5644   - "throughput"
5645   - "name"
5646   - "tags"
5647   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5648   x-axis: "X = CNFs per Service Chain"
5649   y-axis: "Y = Number of Service Chains"
5650   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5651   layout:
5652     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5653     layout: "plot-service-density"
5654
5655 - type: "plot"
5656   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5657   algorithm: "plot_service_density_heatmap_compare"
5658   output-file-type: ".html"
5659   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5660   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5661   filter: "'NIC_Intel-X710' and
5662            'NF_DENSITY' and
5663            'DOCKER' and
5664            'CHAIN' and
5665            'NF_VPPIP4' and
5666            '64B' and
5667            '4T2C' and
5668            'NDRPDR'"
5669   reference:
5670     include: "2"
5671     name: "CNF-1c"
5672   compare:
5673     include: "1"
5674     name: "CNF-0.5c"
5675   parameters:
5676   - "throughput"
5677   - "name"
5678   - "tags"
5679   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5680   x-axis: "X = CNFs per Service Chain"
5681   y-axis: "Y = Number of Service Chains"
5682   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5683   layout:
5684     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5685     layout: "plot-service-density"
5686
5687 - type: "plot"
5688   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5689   algorithm: "plot_service_density_heatmap_compare"
5690   output-file-type: ".html"
5691   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-pdr"
5692   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5693   filter: "'NIC_Intel-X710' and
5694            'NF_DENSITY' and
5695            'DOCKER' and
5696            'CHAIN' and
5697            'NF_VPPIP4' and
5698            '64B' and
5699            '8T4C' and
5700            'NDRPDR'"
5701   reference:
5702     include: "2"
5703     name: "CNF-1c"
5704   compare:
5705     include: "1"
5706     name: "CNF-0.5c"
5707   parameters:
5708   - "throughput"
5709   - "name"
5710   - "tags"
5711   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5712   x-axis: "X = CNFs per Service Chain"
5713   y-axis: "Y = Number of Service Chains"
5714   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5715   layout:
5716     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5717     layout: "plot-service-density"
5718
5719 # Plots - NF Density - CSC - PDR IMIX
5720 - type: "plot"
5721   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5722   algorithm: "plot_service_density_heatmap_compare"
5723   output-file-type: ".html"
5724   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
5725   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5726   filter: "'NIC_Intel-X710' and
5727            'NF_DENSITY' and
5728            'DOCKER' and
5729            'CHAIN' and
5730            'NF_VPPIP4' and
5731            'IMIX' and
5732            '2T1C' and
5733            'NDRPDR'"
5734   reference:
5735     include: "2"
5736     name: "CNF-1c"
5737   compare:
5738     include: "1"
5739     name: "CNF-0.5c"
5740   parameters:
5741   - "throughput"
5742   - "name"
5743   - "tags"
5744   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5745   x-axis: "X = CNFs per Service Chain"
5746   y-axis: "Y = Number of Service Chains"
5747   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5748   layout:
5749     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5750     layout: "plot-service-density"
5751
5752 - type: "plot"
5753   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5754   algorithm: "plot_service_density_heatmap_compare"
5755   output-file-type: ".html"
5756   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5757   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5758   filter: "'NIC_Intel-X710' and
5759            'NF_DENSITY' and
5760            'DOCKER' and
5761            'CHAIN' and
5762            'NF_VPPIP4' and
5763            'IMIX' and
5764            '4T2C' and
5765            'NDRPDR'"
5766   reference:
5767     include: "2"
5768     name: "CNF-1c"
5769   compare:
5770     include: "1"
5771     name: "CNF-0.5c"
5772   parameters:
5773   - "throughput"
5774   - "name"
5775   - "tags"
5776   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5777   x-axis: "X = CNFs per Service Chain"
5778   y-axis: "Y = Number of Service Chains"
5779   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5780   layout:
5781     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5782     layout: "plot-service-density"
5783
5784 - type: "plot"
5785   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5786   algorithm: "plot_service_density_heatmap_compare"
5787   output-file-type: ".html"
5788   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-pdr"
5789   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5790   filter: "'NIC_Intel-X710' and
5791            'NF_DENSITY' and
5792            'DOCKER' and
5793            'CHAIN' and
5794            'NF_VPPIP4' and
5795            'IMIX' and
5796            '8T4C' and
5797            'NDRPDR'"
5798   reference:
5799     include: "2"
5800     name: "CNF-1c"
5801   compare:
5802     include: "1"
5803     name: "CNF-0.5c"
5804   parameters:
5805   - "throughput"
5806   - "name"
5807   - "tags"
5808   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5809   x-axis: "X = CNFs per Service Chain"
5810   y-axis: "Y = Number of Service Chains"
5811   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5812   layout:
5813     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5814     layout: "plot-service-density"
5815
5816 ################################################################################
5817 # Plots - NF Density - CSP - MRR 64b
5818 - type: "plot"
5819   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5820   algorithm: "plot_service_density_heatmap_compare"
5821   output-file-type: ".html"
5822   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5823   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5824   filter: "'NIC_Intel-X710' and
5825            'NF_DENSITY' and
5826            'DOCKER' and
5827            'PIPELINE' and
5828            'NF_VPPIP4' and
5829            '64B' and
5830            '2T1C' and
5831            'MRR'"
5832   reference:
5833     include: "2"
5834     name: "CNF-1c"
5835   compare:
5836     include: "1"
5837     name: "CNF-0.5c"
5838   parameters:
5839   - "result"
5840   - "name"
5841   - "tags"
5842   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5843   x-axis: "X = CNFs per Service Pipeline"
5844   y-axis: "Y = Number of Service Pipelines"
5845   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5846   layout:
5847     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5848     layout: "plot-service-density"
5849
5850 - type: "plot"
5851   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5852   algorithm: "plot_service_density_heatmap_compare"
5853   output-file-type: ".html"
5854   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5855   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5856   filter: "'NIC_Intel-X710' and
5857            'NF_DENSITY' and
5858            'DOCKER' and
5859            'PIPELINE' and
5860            'NF_VPPIP4' and
5861            '64B' and
5862            '4T2C' and
5863            'MRR'"
5864   reference:
5865     include: "2"
5866     name: "CNF-1c"
5867   compare:
5868     include: "1"
5869     name: "CNF-0.5c"
5870   parameters:
5871   - "result"
5872   - "name"
5873   - "tags"
5874   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5875   x-axis: "X = CNFs per Service Pipeline"
5876   y-axis: "Y = Number of Service Pipelines"
5877   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5878   layout:
5879     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5880     layout: "plot-service-density"
5881
5882 - type: "plot"
5883   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5884   algorithm: "plot_service_density_heatmap_compare"
5885   output-file-type: ".html"
5886   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-mrr"
5887   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5888   filter: "'NIC_Intel-X710' and
5889            'NF_DENSITY' and
5890            'DOCKER' and
5891            'PIPELINE' and
5892            'NF_VPPIP4' and
5893            '64B' and
5894            '8T4C' and
5895            'MRR'"
5896   reference:
5897     include: "2"
5898     name: "CNF-1c"
5899   compare:
5900     include: "1"
5901     name: "CNF-0.5c"
5902   parameters:
5903   - "result"
5904   - "name"
5905   - "tags"
5906   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5907   x-axis: "X = CNFs per Service Pipeline"
5908   y-axis: "Y = Number of Service Pipelines"
5909   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5910   layout:
5911     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5912     layout: "plot-service-density"
5913
5914 # Plots - NF Density - CSP - MRR IMIX
5915 - type: "plot"
5916   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5917   algorithm: "plot_service_density_heatmap_compare"
5918   output-file-type: ".html"
5919   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5920   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5921   filter: "'NIC_Intel-X710' and
5922            'NF_DENSITY' and
5923            'DOCKER' and
5924            'PIPELINE' and
5925            'NF_VPPIP4' and
5926            'IMIX' and
5927            '2T1C' and
5928            'MRR'"
5929   reference:
5930     include: "2"
5931     name: "CNF-1c"
5932   compare:
5933     include: "1"
5934     name: "CNF-0.5c"
5935   parameters:
5936   - "result"
5937   - "name"
5938   - "tags"
5939   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5940   x-axis: "X = CNFs per Service Pipeline"
5941   y-axis: "Y = Number of Service Pipelines"
5942   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5943   layout:
5944     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5945     layout: "plot-service-density"
5946
5947 - type: "plot"
5948   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5949   algorithm: "plot_service_density_heatmap_compare"
5950   output-file-type: ".html"
5951   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5952   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5953   filter: "'NIC_Intel-X710' and
5954            'NF_DENSITY' and
5955            'DOCKER' and
5956            'PIPELINE' and
5957            'NF_VPPIP4' and
5958            'IMIX' and
5959            '4T2C' and
5960            'MRR'"
5961   reference:
5962     include: "2"
5963     name: "CNF-1c"
5964   compare:
5965     include: "1"
5966     name: "CNF-0.5c"
5967   parameters:
5968   - "result"
5969   - "name"
5970   - "tags"
5971   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5972   x-axis: "X = CNFs per Service Pipeline"
5973   y-axis: "Y = Number of Service Pipelines"
5974   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5975   layout:
5976     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5977     layout: "plot-service-density"
5978
5979 - type: "plot"
5980   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5981   algorithm: "plot_service_density_heatmap_compare"
5982   output-file-type: ".html"
5983   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-mrr"
5984   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5985   filter: "'NIC_Intel-X710' and
5986            'NF_DENSITY' and
5987            'DOCKER' and
5988            'PIPELINE' and
5989            'NF_VPPIP4' and
5990            'IMIX' and
5991            '8T4C' and
5992            'MRR'"
5993   reference:
5994     include: "2"
5995     name: "CNF-1c"
5996   compare:
5997     include: "1"
5998     name: "CNF-0.5c"
5999   parameters:
6000   - "result"
6001   - "name"
6002   - "tags"
6003   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6004   x-axis: "X = CNFs per Service Pipeline"
6005   y-axis: "Y = Number of Service Pipelines"
6006   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6007   layout:
6008     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
6009     layout: "plot-service-density"
6010
6011 # Plots - NF Density - CSP - NDR 64b
6012 - type: "plot"
6013   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6014   algorithm: "plot_service_density_heatmap_compare"
6015   output-file-type: ".html"
6016   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
6017   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6018   filter: "'NIC_Intel-X710' and
6019            'NF_DENSITY' and
6020            'DOCKER' and
6021            'PIPELINE' and
6022            'NF_VPPIP4' and
6023            '64B' and
6024            '2T1C' and
6025            'NDRPDR'"
6026   reference:
6027     include: "2"
6028     name: "CNF-1c"
6029   compare:
6030     include: "1"
6031     name: "CNF-0.5c"
6032   parameters:
6033   - "throughput"
6034   - "name"
6035   - "tags"
6036   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6037   x-axis: "X = CNFs per Service Pipeline"
6038   y-axis: "Y = Number of Service Pipelines"
6039   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6040   layout:
6041     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6042     layout: "plot-service-density"
6043
6044 - type: "plot"
6045   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6046   algorithm: "plot_service_density_heatmap_compare"
6047   output-file-type: ".html"
6048   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
6049   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6050   filter: "'NIC_Intel-X710' and
6051            'NF_DENSITY' and
6052            'DOCKER' and
6053            'PIPELINE' and
6054            'NF_VPPIP4' and
6055            '64B' and
6056            '4T2C' and
6057            'NDRPDR'"
6058   reference:
6059     include: "2"
6060     name: "CNF-1c"
6061   compare:
6062     include: "1"
6063     name: "CNF-0.5c"
6064   parameters:
6065   - "throughput"
6066   - "name"
6067   - "tags"
6068   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6069   x-axis: "X = CNFs per Service Pipeline"
6070   y-axis: "Y = Number of Service Pipelines"
6071   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6072   layout:
6073     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6074     layout: "plot-service-density"
6075
6076 - type: "plot"
6077   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6078   algorithm: "plot_service_density_heatmap_compare"
6079   output-file-type: ".html"
6080   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-ndr"
6081   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6082   filter: "'NIC_Intel-X710' and
6083            'NF_DENSITY' and
6084            'DOCKER' and
6085            'PIPELINE' and
6086            'NF_VPPIP4' and
6087            '64B' and
6088            '8T4C' and
6089            'NDRPDR'"
6090   reference:
6091     include: "2"
6092     name: "CNF-1c"
6093   compare:
6094     include: "1"
6095     name: "CNF-0.5c"
6096   parameters:
6097   - "throughput"
6098   - "name"
6099   - "tags"
6100   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6101   x-axis: "X = CNFs per Service Pipeline"
6102   y-axis: "Y = Number of Service Pipelines"
6103   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6104   layout:
6105     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6106     layout: "plot-service-density"
6107
6108 # Plots - NF Density - CSP - NDR IMIX
6109 - type: "plot"
6110   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6111   algorithm: "plot_service_density_heatmap_compare"
6112   output-file-type: ".html"
6113   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
6114   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6115   filter: "'NIC_Intel-X710' and
6116            'NF_DENSITY' and
6117            'DOCKER' and
6118            'PIPELINE' and
6119            'NF_VPPIP4' and
6120            'IMIX' and
6121            '2T1C' and
6122            'NDRPDR'"
6123   reference:
6124     include: "2"
6125     name: "CNF-1c"
6126   compare:
6127     include: "1"
6128     name: "CNF-0.5c"
6129   parameters:
6130   - "throughput"
6131   - "name"
6132   - "tags"
6133   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6134   x-axis: "X = CNFs per Service Pipeline"
6135   y-axis: "Y = Number of Service Pipelines"
6136   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6137   layout:
6138     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6139     layout: "plot-service-density"
6140
6141 - type: "plot"
6142   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6143   algorithm: "plot_service_density_heatmap_compare"
6144   output-file-type: ".html"
6145   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
6146   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6147   filter: "'NIC_Intel-X710' and
6148            'NF_DENSITY' and
6149            'DOCKER' and
6150            'PIPELINE' and
6151            'NF_VPPIP4' and
6152            'IMIX' and
6153            '4T2C' and
6154            'NDRPDR'"
6155   reference:
6156     include: "2"
6157     name: "CNF-1c"
6158   compare:
6159     include: "1"
6160     name: "CNF-0.5c"
6161   parameters:
6162   - "throughput"
6163   - "name"
6164   - "tags"
6165   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6166   x-axis: "X = CNFs per Service Pipeline"
6167   y-axis: "Y = Number of Service Pipelines"
6168   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6169   layout:
6170     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6171     layout: "plot-service-density"
6172
6173 - type: "plot"
6174   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6175   algorithm: "plot_service_density_heatmap_compare"
6176   output-file-type: ".html"
6177   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-ndr"
6178   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6179   filter: "'NIC_Intel-X710' and
6180            'NF_DENSITY' and
6181            'DOCKER' and
6182            'PIPELINE' and
6183            'NF_VPPIP4' and
6184            'IMIX' and
6185            '8T4C' and
6186            'NDRPDR'"
6187   reference:
6188     include: "2"
6189     name: "CNF-1c"
6190   compare:
6191     include: "1"
6192     name: "CNF-0.5c"
6193   parameters:
6194   - "throughput"
6195   - "name"
6196   - "tags"
6197   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6198   x-axis: "X = CNFs per Service Pipeline"
6199   y-axis: "Y = Number of Service Pipelines"
6200   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6201   layout:
6202     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6203     layout: "plot-service-density"
6204
6205 # Plots - NF Density - CSP - PDR 64b
6206 - type: "plot"
6207   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6208   algorithm: "plot_service_density_heatmap_compare"
6209   output-file-type: ".html"
6210   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
6211   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6212   filter: "'NIC_Intel-X710' and
6213            'NF_DENSITY' and
6214            'DOCKER' and
6215            'PIPELINE' and
6216            'NF_VPPIP4' and
6217            '64B' and
6218            '2T1C' and
6219            'NDRPDR'"
6220   reference:
6221     include: "2"
6222     name: "CNF-1c"
6223   compare:
6224     include: "1"
6225     name: "CNF-0.5c"
6226   parameters:
6227   - "throughput"
6228   - "name"
6229   - "tags"
6230   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6231   x-axis: "X = CNFs per Service Pipeline"
6232   y-axis: "Y = Number of Service Pipelines"
6233   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6234   layout:
6235     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6236     layout: "plot-service-density"
6237
6238 - type: "plot"
6239   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6240   algorithm: "plot_service_density_heatmap_compare"
6241   output-file-type: ".html"
6242   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
6243   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6244   filter: "'NIC_Intel-X710' and
6245            'NF_DENSITY' and
6246            'DOCKER' and
6247            'PIPELINE' and
6248            'NF_VPPIP4' and
6249            '64B' and
6250            '4T2C' and
6251            'NDRPDR'"
6252   reference:
6253     include: "2"
6254     name: "CNF-1c"
6255   compare:
6256     include: "1"
6257     name: "CNF-0.5c"
6258   parameters:
6259   - "throughput"
6260   - "name"
6261   - "tags"
6262   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6263   x-axis: "X = CNFs per Service Pipeline"
6264   y-axis: "Y = Number of Service Pipelines"
6265   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6266   layout:
6267     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6268     layout: "plot-service-density"
6269
6270 - type: "plot"
6271   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6272   algorithm: "plot_service_density_heatmap_compare"
6273   output-file-type: ".html"
6274   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-pdr"
6275   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6276   filter: "'NIC_Intel-X710' and
6277            'NF_DENSITY' and
6278            'DOCKER' and
6279            'PIPELINE' and
6280            'NF_VPPIP4' and
6281            '64B' and
6282            '8T4C' and
6283            'NDRPDR'"
6284   reference:
6285     include: "2"
6286     name: "CNF-1c"
6287   compare:
6288     include: "1"
6289     name: "CNF-0.5c"
6290   parameters:
6291   - "throughput"
6292   - "name"
6293   - "tags"
6294   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6295   x-axis: "X = CNFs per Service Pipeline"
6296   y-axis: "Y = Number of Service Pipelines"
6297   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6298   layout:
6299     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6300     layout: "plot-service-density"
6301
6302 # Plots - NF Density - CSP - PDR IMIX
6303 - type: "plot"
6304   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6305   algorithm: "plot_service_density_heatmap_compare"
6306   output-file-type: ".html"
6307   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
6308   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6309   filter: "'NIC_Intel-X710' and
6310            'NF_DENSITY' and
6311            'DOCKER' and
6312            'PIPELINE' and
6313            'NF_VPPIP4' and
6314            'IMIX' and
6315            '2T1C' and
6316            'NDRPDR'"
6317   reference:
6318     include: "2"
6319     name: "CNF-1c"
6320   compare:
6321     include: "1"
6322     name: "CNF-0.5c"
6323   parameters:
6324   - "throughput"
6325   - "name"
6326   - "tags"
6327   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6328   x-axis: "X = CNFs per Service Pipeline"
6329   y-axis: "Y = Number of Service Pipelines"
6330   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6331   layout:
6332     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6333     layout: "plot-service-density"
6334
6335 - type: "plot"
6336   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6337   algorithm: "plot_service_density_heatmap_compare"
6338   output-file-type: ".html"
6339   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
6340   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6341   filter: "'NIC_Intel-X710' and
6342            'NF_DENSITY' and
6343            'DOCKER' and
6344            'PIPELINE' and
6345            'NF_VPPIP4' and
6346            'IMIX' and
6347            '4T2C' and
6348            'NDRPDR'"
6349   reference:
6350     include: "2"
6351     name: "CNF-1c"
6352   compare:
6353     include: "1"
6354     name: "CNF-0.5c"
6355   parameters:
6356   - "throughput"
6357   - "name"
6358   - "tags"
6359   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6360   x-axis: "X = CNFs per Service Pipeline"
6361   y-axis: "Y = Number of Service Pipelines"
6362   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6363   layout:
6364     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6365     layout: "plot-service-density"
6366
6367 - type: "plot"
6368   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6369   algorithm: "plot_service_density_heatmap_compare"
6370   output-file-type: ".html"
6371   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-pdr"
6372   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6373   filter: "'NIC_Intel-X710' and
6374            'NF_DENSITY' and
6375            'DOCKER' and
6376            'PIPELINE' and
6377            'NF_VPPIP4' and
6378            'IMIX' and
6379            '8T4C' and
6380            'NDRPDR'"
6381   reference:
6382     include: "2"
6383     name: "CNF-1c"
6384   compare:
6385     include: "1"
6386     name: "CNF-0.5c"
6387   parameters:
6388   - "throughput"
6389   - "name"
6390   - "tags"
6391   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6392   x-axis: "X = CNFs per Service Pipeline"
6393   y-axis: "Y = Number of Service Pipelines"
6394   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6395   layout:
6396     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6397     layout: "plot-service-density"
6398
6399 ################################################################################
6400 ## Plots VPP HTTP Server Performance
6401 #- type: "plot"
6402 #  title: "VPP HTTP Server Performance"
6403 #  algorithm: "plot_http_server_performance_box"
6404 #  output-file-type: ".html"
6405 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6406 #  data:
6407 #    "plot-vpp-http-server-performance"
6408 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
6409 #  # each tag is enclosed with ' (apostrophe).
6410 #  filter: "'HTTP' and 'TCP_CPS'"
6411 #  parameters:
6412 #  - "result"
6413 #  - "name"
6414 #  traces:
6415 #    hoverinfo: "x+y"
6416 #    boxpoints: "outliers"
6417 #    whiskerwidth: 0
6418 #  layout:
6419 #    title: "VPP HTTP Server Performance"
6420 #    layout:
6421 #      "plot-cps"
6422 #
6423 #- type: "plot"
6424 #  title: "VPP HTTP Server Performance"
6425 #  algorithm: "plot_http_server_performance_box"
6426 #  output-file-type: ".html"
6427 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6428 #  data:
6429 #    "plot-vpp-http-server-performance"
6430 #  filter: "'HTTP' and 'TCP_RPS'"
6431 #  parameters:
6432 #  - "result"
6433 #  - "name"
6434 #  traces:
6435 #    hoverinfo: "x+y"
6436 #    boxpoints: "outliers"
6437 #    whiskerwidth: 0
6438 #  layout:
6439 #    title: "VPP HTTP Server Performance"
6440 #    layout:
6441 #      "plot-rps"
6442
6443 ################################################################################
6444
6445 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
6446 - type: "plot"
6447   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6448   algorithm: "plot_performance_box"
6449   output-file-type: ".html"
6450   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6451   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6452   filter: "'NIC_Intel-X520-DA2' and
6453            '64B' and
6454            ('BASE' or 'SCALE') and
6455            'NDRPDR' and
6456            'ETH' and
6457            '1T1C' and
6458            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6459            not 'VHOST' and
6460            not 'MEMIF'"
6461   parameters:
6462   - "throughput"
6463   - "parent"
6464   - "tags"
6465   sort:
6466   - "L2PATCH"
6467   - "L2XCBASE"
6468   - "BASE"
6469   - "FIB_10K"
6470   - "FIB_100K"
6471   - "FIB_1M"
6472   traces:
6473     hoverinfo: "x+y"
6474     boxpoints: "outliers"
6475     whiskerwidth: 0
6476   layout:
6477     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6478     layout: "plot-throughput"
6479
6480 - type: "plot"
6481   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6482   algorithm: "plot_performance_box"
6483   output-file-type: ".html"
6484   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6485   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6486   filter: "'NIC_Intel-X520-DA2' and
6487            '64B' and
6488            ('BASE' or 'SCALE') and
6489            'NDRPDR' and
6490            'ETH' and
6491            '1T1C' and
6492            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6493            not 'VHOST' and
6494            not 'MEMIF'"
6495   parameters:
6496   - "throughput"
6497   - "parent"
6498   - "tags"
6499   sort:
6500   - "L2PATCH"
6501   - "L2XCBASE"
6502   - "BASE"
6503   - "FIB_10K"
6504   - "FIB_100K"
6505   - "FIB_1M"
6506   traces:
6507     hoverinfo: "x+y"
6508     boxpoints: "outliers"
6509     whiskerwidth: 0
6510   layout:
6511     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6512     layout: "plot-throughput"
6513
6514 - type: "plot"
6515   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6516   algorithm: "plot_performance_box"
6517   output-file-type: ".html"
6518   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6519   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6520   filter: "'NIC_Intel-X520-DA2' and
6521            '64B' and
6522            ('BASE' or 'SCALE') and
6523            'NDRPDR' and
6524            'ETH' and
6525            '2T2C' and
6526            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6527            not 'VHOST' and
6528            not 'MEMIF'"
6529   parameters:
6530   - "throughput"
6531   - "parent"
6532   - "tags"
6533   sort:
6534   - "L2PATCH"
6535   - "L2XCBASE"
6536   - "BASE"
6537   - "FIB_10K"
6538   - "FIB_100K"
6539   - "FIB_1M"
6540   traces:
6541     hoverinfo: "x+y"
6542     boxpoints: "outliers"
6543     whiskerwidth: 0
6544   layout:
6545     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6546     layout: "plot-throughput"
6547
6548 - type: "plot"
6549   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6550   algorithm: "plot_performance_box"
6551   output-file-type: ".html"
6552   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6553   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6554   filter: "'NIC_Intel-X520-DA2' and
6555            '64B' and
6556            ('BASE' or 'SCALE') and
6557            'NDRPDR' and
6558            'ETH' and
6559            '2T2C' and
6560            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6561            not 'VHOST' and
6562            not 'MEMIF'"
6563   parameters:
6564   - "throughput"
6565   - "parent"
6566   - "tags"
6567   sort:
6568   - "L2PATCH"
6569   - "L2XCBASE"
6570   - "BASE"
6571   - "FIB_10K"
6572   - "FIB_100K"
6573   - "FIB_1M"
6574   traces:
6575     hoverinfo: "x+y"
6576     boxpoints: "outliers"
6577     whiskerwidth: 0
6578   layout:
6579     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6580     layout: "plot-throughput"
6581
6582 # Packet Throughput - VPP L2 3n-hsw-x520 features
6583 - type: "plot"
6584   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6585   algorithm: "plot_performance_box"
6586   output-file-type: ".html"
6587   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6588   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6589   filter: "'NIC_Intel-X520-DA2' and
6590            '64B' and
6591            'NDRPDR' and
6592            '1T1C' and
6593            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6594            not 'ACL' and
6595            not 'VHOST' and
6596            not 'MEMIF'"
6597   parameters:
6598   - "throughput"
6599   - "parent"
6600   - "tags"
6601   sort:
6602   - "L2XCBASE"    # l2xcbase
6603   - "L2BDBASE"    # l2bdbase
6604   - "L2XCFWD"     # dot1q-l2xcbase
6605   - "L2BDMACLRN"  # dot1q-l2bdbase
6606   traces:
6607     hoverinfo: "x+y"
6608     boxpoints: "outliers"
6609     whiskerwidth: 0
6610   layout:
6611     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6612     layout: "plot-throughput"
6613
6614 - type: "plot"
6615   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6616   algorithm: "plot_performance_box"
6617   output-file-type: ".html"
6618   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6619   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6620   filter: "'NIC_Intel-X520-DA2' and
6621            '64B' and
6622            'NDRPDR' and
6623            '1T1C' and
6624            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6625            not 'ACL' and
6626            not 'VHOST' and
6627            not 'MEMIF'"
6628   parameters:
6629   - "throughput"
6630   - "parent"
6631   - "tags"
6632   sort:
6633   - "L2XCBASE"    # l2xcbase
6634   - "L2BDBASE"    # l2bdbase
6635   - "L2XCFWD"     # dot1q-l2xcbase
6636   - "L2BDMACLRN"  # dot1q-l2bdbase
6637   traces:
6638     hoverinfo: "x+y"
6639     boxpoints: "outliers"
6640     whiskerwidth: 0
6641   layout:
6642     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6643     layout: "plot-throughput"
6644
6645 - type: "plot"
6646   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6647   algorithm: "plot_performance_box"
6648   output-file-type: ".html"
6649   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6650   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6651   filter: "'NIC_Intel-X520-DA2' and
6652            '64B' and
6653            'NDRPDR' and
6654            '2T2C' and
6655            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6656            not 'ACL' and
6657            not 'VHOST' and
6658            not 'MEMIF'"
6659   parameters:
6660   - "throughput"
6661   - "parent"
6662   - "tags"
6663   sort:
6664   - "L2XCBASE"    # l2xcbase
6665   - "L2BDBASE"    # l2bdbase
6666   - "L2XCFWD"     # dot1q-l2xcbase
6667   - "L2BDMACLRN"  # dot1q-l2bdbase
6668   traces:
6669     hoverinfo: "x+y"
6670     boxpoints: "outliers"
6671     whiskerwidth: 0
6672   layout:
6673     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6674     layout: "plot-throughput"
6675
6676 - type: "plot"
6677   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6678   algorithm: "plot_performance_box"
6679   output-file-type: ".html"
6680   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6681   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6682   filter: "'NIC_Intel-X520-DA2' and
6683            '64B' and
6684            'NDRPDR' and
6685            '2T2C' and
6686            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6687            not 'ACL' and
6688            not 'VHOST' and
6689            not 'MEMIF'"
6690   parameters:
6691   - "throughput"
6692   - "parent"
6693   - "tags"
6694   sort:
6695   - "L2XCBASE"    # l2xcbase
6696   - "L2BDBASE"    # l2bdbase
6697   - "L2XCFWD"     # dot1q-l2xcbase
6698   - "L2BDMACLRN"  # dot1q-l2bdbase
6699   traces:
6700     hoverinfo: "x+y"
6701     boxpoints: "outliers"
6702     whiskerwidth: 0
6703   layout:
6704     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6705     layout: "plot-throughput"
6706
6707 # Packet Throughput - VPP L2 3n-hsw-x520 features-iacl
6708 - type: "plot"
6709   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6710   algorithm: "plot_performance_box"
6711   output-file-type: ".html"
6712   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6713   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6714   filter: "'NIC_Intel-X520-DA2' and
6715            '64B' and
6716            'NDRPDR' and
6717            '1T1C' and
6718            'FEATURE' and
6719            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6720            'IACL' and
6721            ('ACL1' or 'ACL50') and
6722            ('10K_FLOWS' or '10k_FLOWS') and
6723            not 'MACIP' and
6724            not 'VHOST' and
6725            not 'MEMIF'"
6726   parameters:
6727   - "throughput"
6728   - "parent"
6729   - "tags"
6730   traces:
6731     hoverinfo: "x+y"
6732     boxpoints: "outliers"
6733     whiskerwidth: 0
6734   layout:
6735     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6736     layout: "plot-throughput"
6737
6738 - type: "plot"
6739   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6740   algorithm: "plot_performance_box"
6741   output-file-type: ".html"
6742   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6743   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6744   filter: "'NIC_Intel-X520-DA2' and
6745            '64B' and
6746            'NDRPDR' and
6747            '1T1C' and
6748            'FEATURE' and
6749            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6750            'IACL' and
6751            ('ACL1' or 'ACL50') and
6752            ('10K_FLOWS' or '10k_FLOWS') and
6753            not 'MACIP' and
6754            not 'VHOST' and
6755            not 'MEMIF'"
6756   parameters:
6757   - "throughput"
6758   - "parent"
6759   - "tags"
6760   traces:
6761     hoverinfo: "x+y"
6762     boxpoints: "outliers"
6763     whiskerwidth: 0
6764   layout:
6765     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6766     layout: "plot-throughput"
6767
6768 - type: "plot"
6769   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6770   algorithm: "plot_performance_box"
6771   output-file-type: ".html"
6772   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6773   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6774   filter: "'NIC_Intel-X520-DA2' and
6775            '64B' and
6776            'NDRPDR' and
6777            '2T2C' and
6778            'FEATURE' and
6779            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6780            'IACL' and
6781            ('ACL1' or 'ACL50') and
6782            ('10K_FLOWS' or '10k_FLOWS') and
6783            not 'MACIP' and
6784            not 'VHOST' and
6785            not 'MEMIF'"
6786   parameters:
6787   - "throughput"
6788   - "parent"
6789   - "tags"
6790   traces:
6791     hoverinfo: "x+y"
6792     boxpoints: "outliers"
6793     whiskerwidth: 0
6794   layout:
6795     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6796     layout: "plot-throughput"
6797
6798 - type: "plot"
6799   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6800   algorithm: "plot_performance_box"
6801   output-file-type: ".html"
6802   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6803   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6804   filter: "'NIC_Intel-X520-DA2' and
6805            '64B' and
6806            'NDRPDR' and
6807            '2T2C' and
6808            'FEATURE' and
6809            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6810            'IACL' and
6811            ('ACL1' or 'ACL50') and
6812            ('10K_FLOWS' or '10k_FLOWS') and
6813            not 'MACIP' and
6814            not 'VHOST' and
6815            not 'MEMIF'"
6816   parameters:
6817   - "throughput"
6818   - "parent"
6819   - "tags"
6820   traces:
6821     hoverinfo: "x+y"
6822     boxpoints: "outliers"
6823     whiskerwidth: 0
6824   layout:
6825     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6826     layout: "plot-throughput"
6827
6828 # Packet Throughput - VPP L2 3n-hsw-x520 features-oacl
6829 - type: "plot"
6830   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6831   algorithm: "plot_performance_box"
6832   output-file-type: ".html"
6833   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6834   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6835   filter: "'NIC_Intel-X520-DA2' and
6836            '64B' and
6837            'NDRPDR' and
6838            '1T1C' and
6839            'FEATURE' and
6840            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6841            'OACL' and
6842            ('ACL1' or 'ACL50') and
6843            ('10K_FLOWS' or '10k_FLOWS') and
6844            not 'MACIP' and
6845            not 'VHOST' and
6846            not 'MEMIF'"
6847   parameters:
6848   - "throughput"
6849   - "parent"
6850   - "tags"
6851   traces:
6852     hoverinfo: "x+y"
6853     boxpoints: "outliers"
6854     whiskerwidth: 0
6855   layout:
6856     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6857     layout: "plot-throughput"
6858
6859 - type: "plot"
6860   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6861   algorithm: "plot_performance_box"
6862   output-file-type: ".html"
6863   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6864   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6865   filter: "'NIC_Intel-X520-DA2' and
6866            '64B' and
6867            'NDRPDR' and
6868            '1T1C' and
6869            'FEATURE' and
6870            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6871            'OACL' and
6872            ('ACL1' or 'ACL50') and
6873            ('10K_FLOWS' or '10k_FLOWS') and
6874            not 'MACIP' and
6875            not 'VHOST' and
6876            not 'MEMIF'"
6877   parameters:
6878   - "throughput"
6879   - "parent"
6880   - "tags"
6881   traces:
6882     hoverinfo: "x+y"
6883     boxpoints: "outliers"
6884     whiskerwidth: 0
6885   layout:
6886     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6887     layout: "plot-throughput"
6888
6889 - type: "plot"
6890   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6891   algorithm: "plot_performance_box"
6892   output-file-type: ".html"
6893   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6894   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6895   filter: "'NIC_Intel-X520-DA2' and
6896            '64B' and
6897            'NDRPDR' and
6898            '2T2C' and
6899            'FEATURE' and
6900            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6901            'OACL' and
6902            ('ACL1' or 'ACL50') and
6903            ('10K_FLOWS' or '10k_FLOWS') and
6904            not 'MACIP' and
6905            not 'VHOST' and
6906            not 'MEMIF'"
6907   parameters:
6908   - "throughput"
6909   - "parent"
6910   - "tags"
6911   traces:
6912     hoverinfo: "x+y"
6913     boxpoints: "outliers"
6914     whiskerwidth: 0
6915   layout:
6916     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6917     layout: "plot-throughput"
6918
6919 - type: "plot"
6920   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6921   algorithm: "plot_performance_box"
6922   output-file-type: ".html"
6923   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6924   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6925   filter: "'NIC_Intel-X520-DA2' and
6926            '64B' and
6927            'NDRPDR' and
6928            '2T2C' and
6929            'FEATURE' and
6930            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6931            'OACL' and
6932            ('ACL1' or 'ACL50') and
6933            ('10K_FLOWS' or '10k_FLOWS') and
6934            not 'MACIP' and
6935            not 'VHOST' and
6936            not 'MEMIF'"
6937   parameters:
6938   - "throughput"
6939   - "parent"
6940   - "tags"
6941   traces:
6942     hoverinfo: "x+y"
6943     boxpoints: "outliers"
6944     whiskerwidth: 0
6945   layout:
6946     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6947     layout: "plot-throughput"
6948
6949 # Packet Throughput - VPP L2 3n-hsw-x520 features-macip
6950 - type: "plot"
6951   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6952   algorithm: "plot_performance_box"
6953   output-file-type: ".html"
6954   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6955   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6956   filter: "'NIC_Intel-X520-DA2' and
6957            '64B' and
6958            'NDRPDR' and
6959            '1T1C' and
6960            'FEATURE' and
6961            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6962            'MACIP' and
6963            ('ACL1' or 'ACL50') and
6964            ('10K_FLOWS' or '10k_FLOWS') and
6965            not 'VHOST' and
6966            not 'MEMIF'"
6967   parameters:
6968   - "throughput"
6969   - "parent"
6970   - "tags"
6971   traces:
6972     hoverinfo: "x+y"
6973     boxpoints: "outliers"
6974     whiskerwidth: 0
6975   layout:
6976     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6977     layout: "plot-throughput"
6978
6979 - type: "plot"
6980   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6981   algorithm: "plot_performance_box"
6982   output-file-type: ".html"
6983   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6984   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6985   filter: "'NIC_Intel-X520-DA2' and
6986            '64B' and
6987            'NDRPDR' and
6988            '1T1C' and
6989            'FEATURE' and
6990            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6991            'MACIP' and
6992            ('ACL1' or 'ACL50') and
6993            ('10K_FLOWS' or '10k_FLOWS') and
6994            not 'VHOST' and
6995            not 'MEMIF'"
6996   parameters:
6997   - "throughput"
6998   - "parent"
6999   - "tags"
7000   traces:
7001     hoverinfo: "x+y"
7002     boxpoints: "outliers"
7003     whiskerwidth: 0
7004   layout:
7005     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
7006     layout: "plot-throughput"
7007
7008 - type: "plot"
7009   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
7010   algorithm: "plot_performance_box"
7011   output-file-type: ".html"
7012   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
7013   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7014   filter: "'NIC_Intel-X520-DA2' and
7015            '64B' and
7016            'NDRPDR' and
7017            '2T2C' and
7018            'FEATURE' and
7019            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7020            'MACIP' and
7021            ('ACL1' or 'ACL50') and
7022            ('10K_FLOWS' or '10k_FLOWS') and
7023            not 'VHOST' and
7024            not 'MEMIF'"
7025   parameters:
7026   - "throughput"
7027   - "parent"
7028   - "tags"
7029   traces:
7030     hoverinfo: "x+y"
7031     boxpoints: "outliers"
7032     whiskerwidth: 0
7033   layout:
7034     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
7035     layout: "plot-throughput"
7036
7037 - type: "plot"
7038   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7039   algorithm: "plot_performance_box"
7040   output-file-type: ".html"
7041   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7042   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7043   filter: "'NIC_Intel-X520-DA2' and
7044            '64B' and
7045            'NDRPDR' and
7046            '2T2C' and
7047            'FEATURE' and
7048            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7049            'MACIP' and
7050            ('ACL1' or 'ACL50') and
7051            ('10K_FLOWS' or '10k_FLOWS') and
7052            not 'VHOST' and
7053            not 'MEMIF'"
7054   parameters:
7055   - "throughput"
7056   - "parent"
7057   - "tags"
7058   traces:
7059     hoverinfo: "x+y"
7060     boxpoints: "outliers"
7061     whiskerwidth: 0
7062   layout:
7063     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7064     layout: "plot-throughput"
7065
7066 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
7067 - type: "plot"
7068   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7069   algorithm: "plot_performance_box"
7070   output-file-type: ".html"
7071   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7072   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7073   filter: "'NIC_Intel-X710' and
7074            '64B' and
7075            ('BASE' or 'SCALE') and
7076            'NDRPDR' and
7077            'ETH' and
7078            '1T1C' and
7079            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7080            not 'VHOST' and
7081            not 'MEMIF'"
7082   parameters:
7083   - "throughput"
7084   - "parent"
7085   - "tags"
7086   sort:
7087   - "L2PATCH"
7088   - "L2XCFWD"
7089   - "L2BDMACLRN"
7090   - "FIB_10K"
7091   - "FIB_100K"
7092   - "FIB_1M"
7093   traces:
7094     hoverinfo: "x+y"
7095     boxpoints: "outliers"
7096     whiskerwidth: 0
7097   layout:
7098     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7099     layout: "plot-throughput"
7100
7101 - type: "plot"
7102   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7103   algorithm: "plot_performance_box"
7104   output-file-type: ".html"
7105   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7106   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7107   filter: "'NIC_Intel-X710' and
7108            '64B' and
7109            ('BASE' or 'SCALE') and
7110            'NDRPDR' and
7111            'ETH' and
7112            '1T1C' and
7113            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7114            not 'VHOST' and
7115            not 'MEMIF'"
7116   parameters:
7117   - "throughput"
7118   - "parent"
7119   - "tags"
7120   sort:
7121   - "L2PATCH"
7122   - "L2XCFWD"
7123   - "L2BDMACLRN"
7124   - "FIB_10K"
7125   - "FIB_100K"
7126   - "FIB_1M"
7127   traces:
7128     hoverinfo: "x+y"
7129     boxpoints: "outliers"
7130     whiskerwidth: 0
7131   layout:
7132     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7133     layout: "plot-throughput"
7134
7135 - type: "plot"
7136   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7137   algorithm: "plot_performance_box"
7138   output-file-type: ".html"
7139   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7140   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7141   filter: "'NIC_Intel-X710' and
7142            '64B' and
7143            ('BASE' or 'SCALE') and
7144            'NDRPDR' and
7145            'ETH' and
7146            '2T2C' and
7147            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7148            not 'VHOST' and
7149            not 'MEMIF'"
7150   parameters:
7151   - "throughput"
7152   - "parent"
7153   - "tags"
7154   sort:
7155   - "L2PATCH"
7156   - "L2XCFWD"
7157   - "L2BDMACLRN"
7158   - "FIB_10K"
7159   - "FIB_100K"
7160   - "FIB_1M"
7161   traces:
7162     hoverinfo: "x+y"
7163     boxpoints: "outliers"
7164     whiskerwidth: 0
7165   layout:
7166     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7167     layout: "plot-throughput"
7168
7169 - type: "plot"
7170   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7171   algorithm: "plot_performance_box"
7172   output-file-type: ".html"
7173   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7174   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7175   filter: "'NIC_Intel-X710' and
7176            '64B' and
7177            ('BASE' or 'SCALE') and
7178            'NDRPDR' and
7179            'ETH' and
7180            '2T2C' and
7181            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7182            not 'VHOST' and
7183            not 'MEMIF'"
7184   parameters:
7185   - "throughput"
7186   - "parent"
7187   - "tags"
7188   sort:
7189   - "L2PATCH"
7190   - "L2XCFWD"
7191   - "L2BDMACLRN"
7192   - "FIB_10K"
7193   - "FIB_100K"
7194   - "FIB_1M"
7195   traces:
7196     hoverinfo: "x+y"
7197     boxpoints: "outliers"
7198     whiskerwidth: 0
7199   layout:
7200     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7201     layout: "plot-throughput"
7202
7203 # Packet Throughput - VPP L2 3n-hsw-x710 features
7204 - type: "plot"
7205   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7206   algorithm: "plot_performance_box"
7207   output-file-type: ".html"
7208   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7209   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7210   filter: "'NIC_Intel-X710' and
7211            '64B' and
7212            'NDRPDR' and
7213            '1T1C' and
7214            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7215            not 'ACL' and
7216            not 'VHOST' and
7217            not 'L2OVRLAY' and
7218            not 'MEMIF'"
7219   parameters:
7220   - "throughput"
7221   - "parent"
7222   - "tags"
7223   sort:
7224   - "L2XCBASE"    # l2xcbase
7225   - "L2BDBASE"    # l2bdbase
7226   - "L2XCFWD"     # dot1q-l2xcbase
7227   - "L2BDMACLRN"  # dot1q-l2bdbase
7228   traces:
7229     hoverinfo: "x+y"
7230     boxpoints: "outliers"
7231     whiskerwidth: 0
7232   layout:
7233     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7234     layout: "plot-throughput"
7235
7236 - type: "plot"
7237   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7238   algorithm: "plot_performance_box"
7239   output-file-type: ".html"
7240   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7241   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7242   filter: "'NIC_Intel-X710' and
7243            '64B' and
7244            'NDRPDR' and
7245            '1T1C' and
7246            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7247            not 'ACL' and
7248            not 'VHOST' and
7249            not 'L2OVRLAY' and
7250            not 'MEMIF'"
7251   parameters:
7252   - "throughput"
7253   - "parent"
7254   - "tags"
7255   sort:
7256   - "L2XCBASE"    # l2xcbase
7257   - "L2BDBASE"    # l2bdbase
7258   - "L2XCFWD"     # dot1q-l2xcbase
7259   - "L2BDMACLRN"  # dot1q-l2bdbase
7260   traces:
7261     hoverinfo: "x+y"
7262     boxpoints: "outliers"
7263     whiskerwidth: 0
7264   layout:
7265     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7266     layout: "plot-throughput"
7267
7268 - type: "plot"
7269   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7270   algorithm: "plot_performance_box"
7271   output-file-type: ".html"
7272   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7273   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7274   filter: "'NIC_Intel-X710' and
7275            '64B' and
7276            'NDRPDR' and
7277            '2T2C' and
7278            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7279            not 'ACL' and
7280            not 'VHOST' and
7281            not 'L2OVRLAY' and
7282            not 'MEMIF'"
7283   parameters:
7284   - "throughput"
7285   - "parent"
7286   - "tags"
7287   sort:
7288   - "L2XCBASE"    # l2xcbase
7289   - "L2BDBASE"    # l2bdbase
7290   - "L2XCFWD"     # dot1q-l2xcbase
7291   - "L2BDMACLRN"  # dot1q-l2bdbase
7292   traces:
7293     hoverinfo: "x+y"
7294     boxpoints: "outliers"
7295     whiskerwidth: 0
7296   layout:
7297     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7298     layout: "plot-throughput"
7299
7300 - type: "plot"
7301   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7302   algorithm: "plot_performance_box"
7303   output-file-type: ".html"
7304   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7305   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7306   filter: "'NIC_Intel-X710' and
7307            '64B' and
7308            'NDRPDR' and
7309            '2T2C' and
7310            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7311            not 'ACL' and
7312            not 'VHOST' and
7313            not 'L2OVRLAY' and
7314            not 'MEMIF'"
7315   parameters:
7316   - "throughput"
7317   - "parent"
7318   - "tags"
7319   sort:
7320   - "L2XCBASE"    # l2xcbase
7321   - "L2BDBASE"    # l2bdbase
7322   - "L2XCFWD"     # dot1q-l2xcbase
7323   - "L2BDMACLRN"  # dot1q-l2bdbase
7324   traces:
7325     hoverinfo: "x+y"
7326     boxpoints: "outliers"
7327     whiskerwidth: 0
7328   layout:
7329     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7330     layout: "plot-throughput"
7331
7332 # Packet Throughput - VPP L2 3n-hsw-x710 features-iacl
7333 - type: "plot"
7334   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7335   algorithm: "plot_performance_box"
7336   output-file-type: ".html"
7337   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7338   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7339   filter: "'NIC_Intel-X710' and
7340            '64B' and
7341            'NDRPDR' and
7342            '1T1C' and
7343            'FEATURE' and
7344            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7345            'IACL' and
7346            ('ACL1' or 'ACL50') and
7347            ('10K_FLOWS' or '10k_FLOWS') and
7348            not 'MACIP' and
7349            not 'VHOST' and
7350            not 'MEMIF'"
7351   parameters:
7352   - "throughput"
7353   - "parent"
7354   - "tags"
7355   traces:
7356     hoverinfo: "x+y"
7357     boxpoints: "outliers"
7358     whiskerwidth: 0
7359   layout:
7360     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7361     layout: "plot-throughput"
7362
7363 - type: "plot"
7364   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7365   algorithm: "plot_performance_box"
7366   output-file-type: ".html"
7367   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7368   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7369   filter: "'NIC_Intel-X710' and
7370            '64B' and
7371            'NDRPDR' and
7372            '1T1C' and
7373            'FEATURE' and
7374            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7375            'IACL' and
7376            ('ACL1' or 'ACL50') and
7377            ('10K_FLOWS' or '10k_FLOWS') and
7378            not 'MACIP' and
7379            not 'VHOST' and
7380            not 'MEMIF'"
7381   parameters:
7382   - "throughput"
7383   - "parent"
7384   - "tags"
7385   traces:
7386     hoverinfo: "x+y"
7387     boxpoints: "outliers"
7388     whiskerwidth: 0
7389   layout:
7390     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7391     layout: "plot-throughput"
7392
7393 - type: "plot"
7394   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7395   algorithm: "plot_performance_box"
7396   output-file-type: ".html"
7397   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7398   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7399   filter: "'NIC_Intel-X710' and
7400            '64B' and
7401            'NDRPDR' and
7402            '2T2C' and
7403            'FEATURE' and
7404            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7405            'IACL' and
7406            ('ACL1' or 'ACL50') and
7407            ('10K_FLOWS' or '10k_FLOWS') and
7408            not 'MACIP' and
7409            not 'VHOST' and
7410            not 'MEMIF'"
7411   parameters:
7412   - "throughput"
7413   - "parent"
7414   - "tags"
7415   traces:
7416     hoverinfo: "x+y"
7417     boxpoints: "outliers"
7418     whiskerwidth: 0
7419   layout:
7420     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7421     layout: "plot-throughput"
7422
7423 - type: "plot"
7424   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7425   algorithm: "plot_performance_box"
7426   output-file-type: ".html"
7427   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7428   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7429   filter: "'NIC_Intel-X710' and
7430            '64B' and
7431            'NDRPDR' and
7432            '2T2C' and
7433            'FEATURE' and
7434            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7435            'IACL' and
7436            ('ACL1' or 'ACL50') and
7437            ('10K_FLOWS' or '10k_FLOWS') and
7438            not 'MACIP' and
7439            not 'VHOST' and
7440            not 'MEMIF'"
7441   parameters:
7442   - "throughput"
7443   - "parent"
7444   - "tags"
7445   traces:
7446     hoverinfo: "x+y"
7447     boxpoints: "outliers"
7448     whiskerwidth: 0
7449   layout:
7450     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7451     layout: "plot-throughput"
7452
7453 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
7454 - type: "plot"
7455   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7456   algorithm: "plot_performance_box"
7457   output-file-type: ".html"
7458   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7459   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7460   filter: "'NIC_Intel-XL710' and
7461            '64B' and
7462            'BASE' and
7463            'NDRPDR' and
7464            'ETH' and
7465            '1T1C' and
7466            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7467            not 'VHOST' and
7468            not 'MEMIF'"
7469   parameters:
7470   - "throughput"
7471   - "parent"
7472   - "tags"
7473   sort:
7474   - "L2PATCH"
7475   - "L2XCFWD"
7476   - "L2BDMACLRN"
7477   traces:
7478     hoverinfo: "x+y"
7479     boxpoints: "outliers"
7480     whiskerwidth: 0
7481   layout:
7482     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7483     layout: "plot-throughput"
7484
7485 - type: "plot"
7486   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7487   algorithm: "plot_performance_box"
7488   output-file-type: ".html"
7489   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7490   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7491   filter: "'NIC_Intel-XL710' and
7492            '64B' and
7493            'BASE' and
7494            'NDRPDR' and
7495            'ETH' and
7496            '1T1C' and
7497            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7498            not 'VHOST' and
7499            not 'MEMIF'"
7500   parameters:
7501   - "throughput"
7502   - "parent"
7503   - "tags"
7504   sort:
7505   - "L2PATCH"
7506   - "L2XCFWD"
7507   - "L2BDMACLRN"
7508   traces:
7509     hoverinfo: "x+y"
7510     boxpoints: "outliers"
7511     whiskerwidth: 0
7512   layout:
7513     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7514     layout: "plot-throughput"
7515
7516 - type: "plot"
7517   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7518   algorithm: "plot_performance_box"
7519   output-file-type: ".html"
7520   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7521   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7522   filter: "'NIC_Intel-XL710' and
7523            '64B' and
7524            'BASE' and
7525            'NDRPDR' and
7526            'ETH' and
7527            '2T2C' and
7528            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7529            not 'VHOST' and
7530            not 'MEMIF'"
7531   parameters:
7532   - "throughput"
7533   - "parent"
7534   - "tags"
7535   sort:
7536   - "L2PATCH"
7537   - "L2XCFWD"
7538   - "L2BDMACLRN"
7539   traces:
7540     hoverinfo: "x+y"
7541     boxpoints: "outliers"
7542     whiskerwidth: 0
7543   layout:
7544     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7545     layout: "plot-throughput"
7546
7547 - type: "plot"
7548   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7549   algorithm: "plot_performance_box"
7550   output-file-type: ".html"
7551   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7552   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7553   filter: "'NIC_Intel-XL710' and
7554            '64B' and
7555            'BASE' and
7556            'NDRPDR' and
7557            'ETH' and
7558            '2T2C' and
7559            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7560            not 'VHOST' and
7561            not 'MEMIF'"
7562   parameters:
7563   - "throughput"
7564   - "parent"
7565   - "tags"
7566   sort:
7567   - "L2PATCH"
7568   - "L2XCFWD"
7569   - "L2BDMACLRN"
7570   traces:
7571     hoverinfo: "x+y"
7572     boxpoints: "outliers"
7573     whiskerwidth: 0
7574   layout:
7575     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7576     layout: "plot-throughput"
7577
7578 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
7579 - type: "plot"
7580   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7581   algorithm: "plot_performance_box"
7582   output-file-type: ".html"
7583   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7584   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7585   filter: "'NIC_Intel-X710' and
7586            '64B' and
7587            ('BASE' or 'SCALE') and
7588            'NDRPDR' and
7589            'ETH' and
7590            '2T1C' and
7591            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7592            not 'VHOST' and
7593            not 'MEMIF' and
7594            not 'DRV_AVF'"
7595   parameters:
7596   - "throughput"
7597   - "parent"
7598   - "tags"
7599   sort:
7600   - "L2PATCH"
7601   - "L2XCBASE"
7602   - "BASE"
7603   - "FIB_10K"
7604   - "FIB_100K"
7605   - "FIB_1M"
7606   traces:
7607     hoverinfo: "x+y"
7608     boxpoints: "outliers"
7609     whiskerwidth: 0
7610   layout:
7611     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7612     layout: "plot-throughput"
7613
7614 - type: "plot"
7615   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7616   algorithm: "plot_performance_box"
7617   output-file-type: ".html"
7618   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7619   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7620   filter: "'NIC_Intel-X710' and
7621            '64B' and
7622            ('BASE' or 'SCALE') and
7623            'NDRPDR' and
7624            'ETH' and
7625            '2T1C' and
7626            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7627            not 'VHOST' and
7628            not 'MEMIF' and
7629            not 'DRV_AVF'"
7630   parameters:
7631   - "throughput"
7632   - "parent"
7633   - "tags"
7634   sort:
7635   - "L2PATCH"
7636   - "L2XCBASE"
7637   - "BASE"
7638   - "FIB_10K"
7639   - "FIB_100K"
7640   - "FIB_1M"
7641   traces:
7642     hoverinfo: "x+y"
7643     boxpoints: "outliers"
7644     whiskerwidth: 0
7645   layout:
7646     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7647     layout: "plot-throughput"
7648
7649 - type: "plot"
7650   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7651   algorithm: "plot_performance_box"
7652   output-file-type: ".html"
7653   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7654   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7655   filter: "'NIC_Intel-X710' and
7656            '64B' and
7657            ('BASE' or 'SCALE') and
7658            'NDRPDR' and
7659            'ETH' and
7660            '4T2C' and
7661            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7662            not 'VHOST' and
7663            not 'MEMIF' and
7664            not 'DRV_AVF'"
7665   parameters:
7666   - "throughput"
7667   - "parent"
7668   - "tags"
7669   sort:
7670   - "L2PATCH"
7671   - "L2XCBASE"
7672   - "BASE"
7673   - "FIB_10K"
7674   - "FIB_100K"
7675   - "FIB_1M"
7676   traces:
7677     hoverinfo: "x+y"
7678     boxpoints: "outliers"
7679     whiskerwidth: 0
7680   layout:
7681     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7682     layout: "plot-throughput"
7683
7684 - type: "plot"
7685   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7686   algorithm: "plot_performance_box"
7687   output-file-type: ".html"
7688   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7689   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7690   filter: "'NIC_Intel-X710' and
7691            '64B' and
7692            ('BASE' or 'SCALE') and
7693            'NDRPDR' and
7694            'ETH' and
7695            '4T2C' and
7696            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7697            not 'VHOST' and
7698            not 'MEMIF' and
7699            not 'DRV_AVF'"
7700   parameters:
7701   - "throughput"
7702   - "parent"
7703   - "tags"
7704   sort:
7705   - "L2PATCH"
7706   - "L2XCBASE"
7707   - "BASE"
7708   - "FIB_10K"
7709   - "FIB_100K"
7710   - "FIB_1M"
7711   traces:
7712     hoverinfo: "x+y"
7713     boxpoints: "outliers"
7714     whiskerwidth: 0
7715   layout:
7716     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7717     layout: "plot-throughput"
7718
7719 # Packet Throughput - VPP L2 3n-skx-x710 features
7720 - type: "plot"
7721   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7722   algorithm: "plot_performance_box"
7723   output-file-type: ".html"
7724   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7725   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7726   filter: "'NIC_Intel-X710' and
7727            '64B' and
7728            'NDRPDR' and
7729            '2T1C' and
7730            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7731            not 'ACL' and
7732            not 'VHOST' and
7733            not 'DRV_AVF' and
7734            not 'L2OVRLAY' and
7735            not 'MEMIF'"
7736   parameters:
7737   - "throughput"
7738   - "parent"
7739   - "tags"
7740   sort:
7741   - "L2XCBASE"    # l2xcbase
7742   - "L2BDBASE"    # l2bdbase
7743   - "L2XCFWD"     # dot1q-l2xcbase
7744   - "L2BDMACLRN"  # dot1q-l2bdbase
7745   traces:
7746     hoverinfo: "x+y"
7747     boxpoints: "outliers"
7748     whiskerwidth: 0
7749   layout:
7750     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7751     layout: "plot-throughput"
7752
7753 - type: "plot"
7754   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7755   algorithm: "plot_performance_box"
7756   output-file-type: ".html"
7757   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7759   filter: "'NIC_Intel-X710' and
7760            '64B' and
7761            'NDRPDR' and
7762            '2T1C' and
7763            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7764            not 'ACL' and
7765            not 'VHOST' and
7766            not 'DRV_AVF' and
7767            not 'L2OVRLAY' and
7768            not 'MEMIF'"
7769   parameters:
7770   - "throughput"
7771   - "parent"
7772   - "tags"
7773   sort:
7774   - "L2XCBASE"    # l2xcbase
7775   - "L2BDBASE"    # l2bdbase
7776   - "L2XCFWD"     # dot1q-l2xcbase
7777   - "L2BDMACLRN"  # dot1q-l2bdbase
7778   traces:
7779     hoverinfo: "x+y"
7780     boxpoints: "outliers"
7781     whiskerwidth: 0
7782   layout:
7783     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7784     layout: "plot-throughput"
7785
7786 - type: "plot"
7787   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7788   algorithm: "plot_performance_box"
7789   output-file-type: ".html"
7790   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7791   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7792   filter: "'NIC_Intel-X710' and
7793            '64B' and
7794            'NDRPDR' and
7795            '4T2C' and
7796            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7797            not 'ACL' and
7798            not 'VHOST' and
7799            not 'DRV_AVF' and
7800            not 'L2OVRLAY' and
7801            not 'MEMIF'"
7802   parameters:
7803   - "throughput"
7804   - "parent"
7805   - "tags"
7806   sort:
7807   - "L2XCBASE"    # l2xcbase
7808   - "L2BDBASE"    # l2bdbase
7809   - "L2XCFWD"     # dot1q-l2xcbase
7810   - "L2BDMACLRN"  # dot1q-l2bdbase
7811   traces:
7812     hoverinfo: "x+y"
7813     boxpoints: "outliers"
7814     whiskerwidth: 0
7815   layout:
7816     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7817     layout: "plot-throughput"
7818
7819 - type: "plot"
7820   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7821   algorithm: "plot_performance_box"
7822   output-file-type: ".html"
7823   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7824   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7825   filter: "'NIC_Intel-X710' and
7826            '64B' and
7827            'NDRPDR' and
7828            '4T2C' and
7829            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7830            not 'ACL' and
7831            not 'VHOST' and
7832            not 'DRV_AVF' and
7833            not 'L2OVRLAY' and
7834            not 'MEMIF'"
7835   parameters:
7836   - "throughput"
7837   - "parent"
7838   - "tags"
7839   sort:
7840   - "L2XCBASE"    # l2xcbase
7841   - "L2BDBASE"    # l2bdbase
7842   - "L2XCFWD"     # dot1q-l2xcbase
7843   - "L2BDMACLRN"  # dot1q-l2bdbase
7844   traces:
7845     hoverinfo: "x+y"
7846     boxpoints: "outliers"
7847     whiskerwidth: 0
7848   layout:
7849     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7850     layout: "plot-throughput"
7851
7852 # Packet Throughput - VPP L2 3n-skx-x710 features-iacl
7853 - type: "plot"
7854   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7855   algorithm: "plot_performance_box"
7856   output-file-type: ".html"
7857   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7858   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7859   filter: "'NIC_Intel-X710' and
7860            '64B' and
7861            'NDRPDR' and
7862            '2T1C' and
7863            'FEATURE' and
7864            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7865            'IACL' and
7866            ('ACL1' or 'ACL50') and
7867            ('10K_FLOWS' or '10k_FLOWS') and
7868            not 'MACIP' and
7869            not 'VHOST' and
7870            not 'MEMIF'"
7871   parameters:
7872   - "throughput"
7873   - "parent"
7874   - "tags"
7875   traces:
7876     hoverinfo: "x+y"
7877     boxpoints: "outliers"
7878     whiskerwidth: 0
7879   layout:
7880     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7881     layout: "plot-throughput"
7882
7883 - type: "plot"
7884   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7885   algorithm: "plot_performance_box"
7886   output-file-type: ".html"
7887   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7888   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7889   filter: "'NIC_Intel-X710' and
7890            '64B' and
7891            'NDRPDR' and
7892            '2T1C' and
7893            'FEATURE' and
7894            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7895            'IACL' and
7896            ('ACL1' or 'ACL50') and
7897            ('10K_FLOWS' or '10k_FLOWS') and
7898            not 'MACIP' and
7899            not 'VHOST' and
7900            not 'MEMIF'"
7901   parameters:
7902   - "throughput"
7903   - "parent"
7904   - "tags"
7905   traces:
7906     hoverinfo: "x+y"
7907     boxpoints: "outliers"
7908     whiskerwidth: 0
7909   layout:
7910     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7911     layout: "plot-throughput"
7912
7913 - type: "plot"
7914   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7915   algorithm: "plot_performance_box"
7916   output-file-type: ".html"
7917   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7918   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7919   filter: "'NIC_Intel-X710' and
7920            '64B' and
7921            'NDRPDR' and
7922            '4T2C' and
7923            'FEATURE' and
7924            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7925            'IACL' and
7926            ('ACL1' or 'ACL50') and
7927            ('10K_FLOWS' or '10k_FLOWS') and
7928            not 'MACIP' and
7929            not 'VHOST' and
7930            not 'MEMIF'"
7931   parameters:
7932   - "throughput"
7933   - "parent"
7934   - "tags"
7935   traces:
7936     hoverinfo: "x+y"
7937     boxpoints: "outliers"
7938     whiskerwidth: 0
7939   layout:
7940     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7941     layout: "plot-throughput"
7942
7943 - type: "plot"
7944   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7945   algorithm: "plot_performance_box"
7946   output-file-type: ".html"
7947   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7948   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7949   filter: "'NIC_Intel-X710' and
7950            '64B' and
7951            'NDRPDR' and
7952            '4T2C' and
7953            'FEATURE' and
7954            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7955            'IACL' and
7956            ('ACL1' or 'ACL50') and
7957            ('10K_FLOWS' or '10k_FLOWS') and
7958            not 'MACIP' and
7959            not 'VHOST' and
7960            not 'MEMIF'"
7961   parameters:
7962   - "throughput"
7963   - "parent"
7964   - "tags"
7965   traces:
7966     hoverinfo: "x+y"
7967     boxpoints: "outliers"
7968     whiskerwidth: 0
7969   layout:
7970     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7971     layout: "plot-throughput"
7972
7973 # Packet Throughput - VPP L2 3n-skx-xxv710 base
7974 - type: "plot"
7975   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7976   algorithm: "plot_performance_box"
7977   output-file-type: ".html"
7978   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7979   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7980   filter: "'NIC_Intel-XXV710' and
7981            '64B' and
7982            ('BASE' or 'SCALE') and
7983            'NDRPDR' and
7984            'ETH' and
7985            '2T1C' and
7986            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7987            not 'VHOST' and
7988            not 'MEMIF'"
7989   parameters:
7990   - "throughput"
7991   - "parent"
7992   - "tags"
7993   sort:
7994   - "L2PATCH"
7995   - "L2PATCH"
7996   - "L2XCBASE"
7997   - "L2BDMACLRN"
7998   traces:
7999     hoverinfo: "x+y"
8000     boxpoints: "outliers"
8001     whiskerwidth: 0
8002   layout:
8003     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
8004     layout: "plot-throughput"
8005
8006 - type: "plot"
8007   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
8008   algorithm: "plot_performance_box"
8009   output-file-type: ".html"
8010   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
8011   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8012   filter: "'NIC_Intel-XXV710' and
8013            '64B' and
8014            ('BASE' or 'SCALE') and
8015            'NDRPDR' and
8016            'ETH' and
8017            '2T1C' and
8018            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8019            not 'VHOST' and
8020            not 'MEMIF'"
8021   parameters:
8022   - "throughput"
8023   - "parent"
8024   - "tags"
8025   sort:
8026   - "L2PATCH"
8027   - "L2PATCH"
8028   - "L2XCBASE"
8029   - "L2BDMACLRN"
8030   traces:
8031     hoverinfo: "x+y"
8032     boxpoints: "outliers"
8033     whiskerwidth: 0
8034   layout:
8035     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
8036     layout: "plot-throughput"
8037
8038 - type: "plot"
8039   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8040   algorithm: "plot_performance_box"
8041   output-file-type: ".html"
8042   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8043   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8044   filter: "'NIC_Intel-XXV710' and
8045            '64B' and
8046            ('BASE' or 'SCALE') and
8047            'NDRPDR' and
8048            'ETH' and
8049            '4T2C' and
8050            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8051            not 'VHOST' and
8052            not 'MEMIF'"
8053   parameters:
8054   - "throughput"
8055   - "parent"
8056   - "tags"
8057   sort:
8058   - "L2PATCH"
8059   - "L2PATCH"
8060   - "L2XCBASE"
8061   - "L2BDMACLRN"
8062   traces:
8063     hoverinfo: "x+y"
8064     boxpoints: "outliers"
8065     whiskerwidth: 0
8066   layout:
8067     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8068     layout: "plot-throughput"
8069
8070 - type: "plot"
8071   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8072   algorithm: "plot_performance_box"
8073   output-file-type: ".html"
8074   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8075   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8076   filter: "'NIC_Intel-XXV710' and
8077            '64B' and
8078            ('BASE' or 'SCALE') and
8079            'NDRPDR' and
8080            'ETH' and
8081            '4T2C' and
8082            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8083            not 'VHOST' and
8084            not 'MEMIF'"
8085   parameters:
8086   - "throughput"
8087   - "parent"
8088   - "tags"
8089   sort:
8090   - "L2PATCH"
8091   - "L2PATCH"
8092   - "L2XCBASE"
8093   - "L2BDMACLRN"
8094   traces:
8095     hoverinfo: "x+y"
8096     boxpoints: "outliers"
8097     whiskerwidth: 0
8098   layout:
8099     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8100     layout: "plot-throughput"
8101
8102 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
8103 - type: "plot"
8104   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8105   algorithm: "plot_performance_box"
8106   output-file-type: ".html"
8107   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8108   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8109   filter: "'NIC_Intel-X710' and
8110            '64B' and
8111            ('BASE' or 'SCALE') and
8112            'NDRPDR' and
8113            'ETH' and
8114            '2T1C' and
8115            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8116            not 'VHOST' and
8117            not 'MEMIF'"
8118   parameters:
8119   - "throughput"
8120   - "parent"
8121   - "tags"
8122   sort:
8123   - "L2PATCH"
8124   - "L2XCBASE"
8125   - "BASE"
8126   - "FIB_10K"
8127   - "FIB_100K"
8128   - "FIB_1M"
8129   traces:
8130     hoverinfo: "x+y"
8131     boxpoints: "outliers"
8132     whiskerwidth: 0
8133   layout:
8134     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8135     layout: "plot-throughput"
8136
8137 - type: "plot"
8138   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8139   algorithm: "plot_performance_box"
8140   output-file-type: ".html"
8141   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8142   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8143   filter: "'NIC_Intel-X710' and
8144            '64B' and
8145            ('BASE' or 'SCALE') and
8146            'NDRPDR' and
8147            'ETH' and
8148            '2T1C' and
8149            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8150            not 'VHOST' and
8151            not 'MEMIF'"
8152   parameters:
8153   - "throughput"
8154   - "parent"
8155   - "tags"
8156   sort:
8157   - "L2PATCH"
8158   - "L2XCBASE"
8159   - "BASE"
8160   - "FIB_10K"
8161   - "FIB_100K"
8162   - "FIB_1M"
8163   traces:
8164     hoverinfo: "x+y"
8165     boxpoints: "outliers"
8166     whiskerwidth: 0
8167   layout:
8168     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8169     layout: "plot-throughput"
8170
8171 - type: "plot"
8172   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8173   algorithm: "plot_performance_box"
8174   output-file-type: ".html"
8175   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8176   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8177   filter: "'NIC_Intel-X710' and
8178            '64B' and
8179            ('BASE' or 'SCALE') and
8180            'NDRPDR' and
8181            'ETH' and
8182            '4T2C' and
8183            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8184            not 'VHOST' and
8185            not 'MEMIF'"
8186   parameters:
8187   - "throughput"
8188   - "parent"
8189   - "tags"
8190   sort:
8191   - "L2PATCH"
8192   - "L2XCBASE"
8193   - "BASE"
8194   - "FIB_10K"
8195   - "FIB_100K"
8196   - "FIB_1M"
8197   traces:
8198     hoverinfo: "x+y"
8199     boxpoints: "outliers"
8200     whiskerwidth: 0
8201   layout:
8202     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8203     layout: "plot-throughput"
8204
8205 - type: "plot"
8206   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8207   algorithm: "plot_performance_box"
8208   output-file-type: ".html"
8209   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8210   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8211   filter: "'NIC_Intel-X710' and
8212            '64B' and
8213            ('BASE' or 'SCALE') and
8214            'NDRPDR' and
8215            'ETH' and
8216            '4T2C' and
8217            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8218            not 'VHOST' and
8219            not 'MEMIF'"
8220   parameters:
8221   - "throughput"
8222   - "parent"
8223   - "tags"
8224   sort:
8225   - "L2PATCH"
8226   - "L2XCBASE"
8227   - "BASE"
8228   - "FIB_10K"
8229   - "FIB_100K"
8230   - "FIB_1M"
8231   traces:
8232     hoverinfo: "x+y"
8233     boxpoints: "outliers"
8234     whiskerwidth: 0
8235   layout:
8236     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8237     layout: "plot-throughput"
8238
8239 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
8240 - type: "plot"
8241   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8242   algorithm: "plot_performance_box"
8243   output-file-type: ".html"
8244   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8245   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8246   filter: "'NIC_Intel-XXV710' and
8247            '64B' and
8248            ('BASE' or 'SCALE') and
8249            'NDRPDR' and
8250            'ETH' and
8251            '2T1C' and
8252            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8253            not 'VHOST' and
8254            not 'MEMIF'"
8255   parameters:
8256   - "throughput"
8257   - "parent"
8258   - "tags"
8259   sort:
8260   - "L2PATCH"
8261   - "L2XCBASE"
8262   - "BASE"
8263   - "FIB_10K"
8264   - "FIB_100K"
8265   - "FIB_1M"
8266   traces:
8267     hoverinfo: "x+y"
8268     boxpoints: "outliers"
8269     whiskerwidth: 0
8270   layout:
8271     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8272     layout: "plot-throughput"
8273
8274 - type: "plot"
8275   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8276   algorithm: "plot_performance_box"
8277   output-file-type: ".html"
8278   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8279   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8280   filter: "'NIC_Intel-XXV710' and
8281            '64B' and
8282            ('BASE' or 'SCALE') and
8283            'NDRPDR' and
8284            'ETH' and
8285            '2T1C' and
8286            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8287            not 'VHOST' and
8288            not 'MEMIF'"
8289   parameters:
8290   - "throughput"
8291   - "parent"
8292   - "tags"
8293   sort:
8294   - "L2PATCH"
8295   - "L2XCBASE"
8296   - "BASE"
8297   - "FIB_10K"
8298   - "FIB_100K"
8299   - "FIB_1M"
8300   traces:
8301     hoverinfo: "x+y"
8302     boxpoints: "outliers"
8303     whiskerwidth: 0
8304   layout:
8305     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8306     layout: "plot-throughput"
8307
8308 - type: "plot"
8309   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8310   algorithm: "plot_performance_box"
8311   output-file-type: ".html"
8312   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8313   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8314   filter: "'NIC_Intel-XXV710' and
8315            '64B' and
8316            ('BASE' or 'SCALE') and
8317            'NDRPDR' and
8318            'ETH' and
8319            '4T2C' and
8320            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8321            not 'VHOST' and
8322            not 'MEMIF'"
8323   parameters:
8324   - "throughput"
8325   - "parent"
8326   - "tags"
8327   sort:
8328   - "L2PATCH"
8329   - "L2XCBASE"
8330   - "BASE"
8331   - "FIB_10K"
8332   - "FIB_100K"
8333   - "FIB_1M"
8334   traces:
8335     hoverinfo: "x+y"
8336     boxpoints: "outliers"
8337     whiskerwidth: 0
8338   layout:
8339     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8340     layout: "plot-throughput"
8341
8342 - type: "plot"
8343   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8344   algorithm: "plot_performance_box"
8345   output-file-type: ".html"
8346   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8347   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8348   filter: "'NIC_Intel-XXV710' and
8349            '64B' and
8350            ('BASE' or 'SCALE') and
8351            'NDRPDR' and
8352            'ETH' and
8353            '4T2C' and
8354            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8355            not 'VHOST' and
8356            not 'MEMIF'"
8357   parameters:
8358   - "throughput"
8359   - "parent"
8360   - "tags"
8361   sort:
8362   - "L2PATCH"
8363   - "L2XCBASE"
8364   - "BASE"
8365   - "FIB_10K"
8366   - "FIB_100K"
8367   - "FIB_1M"
8368   traces:
8369     hoverinfo: "x+y"
8370     boxpoints: "outliers"
8371     whiskerwidth: 0
8372   layout:
8373     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8374     layout: "plot-throughput"
8375
8376 ## Packet Throughput - VPP L2 2n-dnv-x553 base
8377 #- type: "plot"
8378 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8379 #  algorithm: "plot_performance_box"
8380 #  output-file-type: ".html"
8381 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8382 #  data: "intel-dnv-vpp"
8383 #  filter: "'NIC_Intel-X553' and
8384 #           '64B' and
8385 #           'BASE' and
8386 #           'NDRPDR' and
8387 #           'ETH' and
8388 #           '1T1C' and
8389 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8390 #           not 'VHOST' and
8391 #           not 'MEMIF'"
8392 #  parameters:
8393 #  - "throughput"
8394 #  - "parent"
8395 #  - "tags"
8396 #  sort:
8397 #  - "L2XCBASE"
8398 #  - "L2BDMACLRN"
8399 #  - "L2PATCH"
8400 #  traces:
8401 #    hoverinfo: "x+y"
8402 #    boxpoints: "outliers"
8403 #    whiskerwidth: 0
8404 #  layout:
8405 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8406 #    layout: "plot-throughput"
8407 #
8408 #- type: "plot"
8409 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8410 #  algorithm: "plot_performance_box"
8411 #  output-file-type: ".html"
8412 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8413 #  data: "intel-dnv-vpp"
8414 #  filter: "'NIC_Intel-X553' and
8415 #           '64B' and
8416 #           ('BASE' or 'SCALE') and
8417 #           'NDRPDR' and
8418 #           'ETH' and
8419 #           '1T1C' and
8420 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8421 #           not 'VHOST' and
8422 #           not 'MEMIF'"
8423 #  parameters:
8424 #  - "throughput"
8425 #  - "parent"
8426 #  - "tags"
8427 #  sort:
8428 #  - "L2XCBASE"
8429 #  - "L2BDMACLRN"
8430 #  - "L2PATCH"
8431 #  traces:
8432 #    hoverinfo: "x+y"
8433 #    boxpoints: "outliers"
8434 #    whiskerwidth: 0
8435 #  layout:
8436 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8437 #    layout: "plot-throughput"
8438 #
8439 #- type: "plot"
8440 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8441 #  algorithm: "plot_performance_box"
8442 #  output-file-type: ".html"
8443 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8444 #  data: "intel-dnv-vpp"
8445 #  filter: "'NIC_Intel-X553' and
8446 #           '64B' and
8447 #           ('BASE' or 'SCALE') and
8448 #           'NDRPDR' and
8449 #           'ETH' and
8450 #           '2T2C' and
8451 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8452 #           not 'VHOST' and
8453 #           not 'MEMIF'"
8454 #  parameters:
8455 #  - "throughput"
8456 #  - "parent"
8457 #  - "tags"
8458 #  sort:
8459 #  - "L2XCBASE"
8460 #  - "L2BDMACLRN"
8461 #  - "L2PATCH"
8462 #  traces:
8463 #    hoverinfo: "x+y"
8464 #    boxpoints: "outliers"
8465 #    whiskerwidth: 0
8466 #  layout:
8467 #    title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8468 #    layout: "plot-throughput"
8469 #
8470 #- type: "plot"
8471 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8472 #  algorithm: "plot_performance_box"
8473 #  output-file-type: ".html"
8474 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8475 #  data: "intel-dnv-vpp"
8476 #  filter: "'NIC_Intel-X553' and
8477 #           '64B' and
8478 #           ('BASE' or 'SCALE') and
8479 #           'NDRPDR' and
8480 #           'ETH' and
8481 #           '2T2C' and
8482 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8483 #           not 'VHOST' and
8484 #           not 'MEMIF'"
8485 #  parameters:
8486 #  - "throughput"
8487 #  - "parent"
8488 #  - "tags"
8489 #  sort:
8490 #  - "L2XCBASE"
8491 #  - "L2BDMACLRN"
8492 #  - "L2PATCH"
8493 #  traces:
8494 #    hoverinfo: "x+y"
8495 #    boxpoints: "outliers"
8496 #    whiskerwidth: 0
8497 #  layout:
8498 #    title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8499 #    layout: "plot-throughput"
8500
8501 ################################################################################
8502
8503 # Packet Throughput - VPP Container Memif 3n-hsw-x520
8504 - type: "plot"
8505   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8506   algorithm: "plot_performance_box"
8507   output-file-type: ".html"
8508   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8509   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8510   filter: "'NIC_Intel-X520-DA2' and
8511            '64B' and
8512            ('BASE' or 'SCALE') and
8513            'NDRPDR' and
8514            '1T1C' and
8515            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8516            not 'VHOST' and
8517            'MEMIF'"
8518   parameters:
8519   - "throughput"
8520   - "parent"
8521   - "tags"
8522   sort:
8523   - "L2XCFWD"
8524   - "L2XCFWD"
8525   - "L2XCFWD"
8526   - "L2BDMACLRN"
8527   - "L2BDMACLRN"
8528   - "L2BDMACLRN"
8529   - "IP4FWD"
8530   traces:
8531     hoverinfo: "x+y"
8532     boxpoints: "outliers"
8533     whiskerwidth: 0
8534   layout:
8535     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8536     layout: "plot-throughput"
8537
8538 - type: "plot"
8539   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8540   algorithm: "plot_performance_box"
8541   output-file-type: ".html"
8542   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8543   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8544   filter: "'NIC_Intel-X520-DA2' and
8545            '64B' and
8546            ('BASE' or 'SCALE') and
8547            'NDRPDR' and
8548            '1T1C' and
8549            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8550            not 'VHOST' and
8551            'MEMIF'"
8552   parameters:
8553   - "throughput"
8554   - "parent"
8555   - "tags"
8556   sort:
8557   - "L2XCFWD"
8558   - "L2XCFWD"
8559   - "L2XCFWD"
8560   - "L2BDMACLRN"
8561   - "L2BDMACLRN"
8562   - "L2BDMACLRN"
8563   - "IP4FWD"
8564   traces:
8565     hoverinfo: "x+y"
8566     boxpoints: "outliers"
8567     whiskerwidth: 0
8568   layout:
8569     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8570     layout: "plot-throughput"
8571
8572 - type: "plot"
8573   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8574   algorithm: "plot_performance_box"
8575   output-file-type: ".html"
8576   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8577   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8578   filter: "'NIC_Intel-X520-DA2' and
8579            '64B' and
8580            ('BASE' or 'SCALE') and
8581            'NDRPDR' and
8582            '2T2C' and
8583            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8584            not 'VHOST' and
8585            'MEMIF'"
8586   parameters:
8587   - "throughput"
8588   - "parent"
8589   - "tags"
8590   sort:
8591   - "L2XCFWD"
8592   - "L2XCFWD"
8593   - "L2XCFWD"
8594   - "L2BDMACLRN"
8595   - "L2BDMACLRN"
8596   - "L2BDMACLRN"
8597   - "IP4FWD"
8598   traces:
8599     hoverinfo: "x+y"
8600     boxpoints: "outliers"
8601     whiskerwidth: 0
8602   layout:
8603     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8604     layout: "plot-throughput"
8605
8606 - type: "plot"
8607   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8608   algorithm: "plot_performance_box"
8609   output-file-type: ".html"
8610   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8611   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8612   filter: "'NIC_Intel-X520-DA2' and
8613            '64B' and
8614            ('BASE' or 'SCALE') and
8615            'NDRPDR' and
8616            '2T2C' and
8617            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8618            not 'VHOST' and
8619            'MEMIF'"
8620   parameters:
8621   - "throughput"
8622   - "parent"
8623   - "tags"
8624   sort:
8625   - "L2XCFWD"
8626   - "L2XCFWD"
8627   - "L2XCFWD"
8628   - "L2BDMACLRN"
8629   - "L2BDMACLRN"
8630   - "L2BDMACLRN"
8631   - "IP4FWD"
8632   traces:
8633     hoverinfo: "x+y"
8634     boxpoints: "outliers"
8635     whiskerwidth: 0
8636   layout:
8637     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8638     layout: "plot-throughput"
8639
8640 # Packet Throughput - VPP Container Memif 3n-hsw-x710
8641 - type: "plot"
8642   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8643   algorithm: "plot_performance_box"
8644   output-file-type: ".html"
8645   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8646   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8647   filter: "'NIC_Intel-X710' and
8648            '64B' and
8649            ('BASE' or 'SCALE') and
8650            'NDRPDR' and
8651            '1T1C' and
8652            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8653            not 'VHOST' and
8654            'MEMIF'"
8655   parameters:
8656   - "throughput"
8657   - "parent"
8658   - "tags"
8659   sort:
8660   - "L2XCFWD"
8661   - "L2XCFWD"
8662   - "L2XCFWD"
8663   - "L2BDMACLRN"
8664   - "L2BDMACLRN"
8665   - "L2BDMACLRN"
8666   - "IP4FWD"
8667   traces:
8668     hoverinfo: "x+y"
8669     boxpoints: "outliers"
8670     whiskerwidth: 0
8671   layout:
8672     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8673     layout: "plot-throughput"
8674
8675 - type: "plot"
8676   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8677   algorithm: "plot_performance_box"
8678   output-file-type: ".html"
8679   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8680   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8681   filter: "'NIC_Intel-X710' and
8682            '64B' and
8683            ('BASE' or 'SCALE') and
8684            'NDRPDR' and
8685            '1T1C' and
8686            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8687            not 'VHOST' and
8688            'MEMIF'"
8689   parameters:
8690   - "throughput"
8691   - "parent"
8692   - "tags"
8693   sort:
8694   - "L2XCFWD"
8695   - "L2XCFWD"
8696   - "L2XCFWD"
8697   - "L2BDMACLRN"
8698   - "L2BDMACLRN"
8699   - "L2BDMACLRN"
8700   - "IP4FWD"
8701   traces:
8702     hoverinfo: "x+y"
8703     boxpoints: "outliers"
8704     whiskerwidth: 0
8705   layout:
8706     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8707     layout: "plot-throughput"
8708
8709 - type: "plot"
8710   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8711   algorithm: "plot_performance_box"
8712   output-file-type: ".html"
8713   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8714   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8715   filter: "'NIC_Intel-X710' and
8716            '64B' and
8717            ('BASE' or 'SCALE') and
8718            'NDRPDR' and
8719            '2T2C' and
8720            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8721            not 'VHOST' and
8722            'MEMIF'"
8723   parameters:
8724   - "throughput"
8725   - "parent"
8726   - "tags"
8727   sort:
8728   - "L2XCFWD"
8729   - "L2XCFWD"
8730   - "L2XCFWD"
8731   - "L2BDMACLRN"
8732   - "L2BDMACLRN"
8733   - "L2BDMACLRN"
8734   - "IP4FWD"
8735   traces:
8736     hoverinfo: "x+y"
8737     boxpoints: "outliers"
8738     whiskerwidth: 0
8739   layout:
8740     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8741     layout: "plot-throughput"
8742
8743 - type: "plot"
8744   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8745   algorithm: "plot_performance_box"
8746   output-file-type: ".html"
8747   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8748   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8749   filter: "'NIC_Intel-X710' and
8750            '64B' and
8751            ('BASE' or 'SCALE') and
8752            'NDRPDR' and
8753            '2T2C' and
8754            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8755            not 'VHOST' and
8756            'MEMIF'"
8757   parameters:
8758   - "throughput"
8759   - "parent"
8760   - "tags"
8761   sort:
8762   - "L2XCFWD"
8763   - "L2XCFWD"
8764   - "L2XCFWD"
8765   - "L2BDMACLRN"
8766   - "L2BDMACLRN"
8767   - "L2BDMACLRN"
8768   - "IP4FWD"
8769   traces:
8770     hoverinfo: "x+y"
8771     boxpoints: "outliers"
8772     whiskerwidth: 0
8773   layout:
8774     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8775     layout: "plot-throughput"
8776
8777 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
8778 - type: "plot"
8779   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8780   algorithm: "plot_performance_box"
8781   output-file-type: ".html"
8782   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8783   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8784   filter: "'NIC_Intel-XL710' and
8785            '64B' and
8786            ('BASE' or 'SCALE') and
8787            'NDRPDR' and
8788            '1T1C' and
8789            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8790            not 'VHOST' and
8791            'MEMIF'"
8792   parameters:
8793   - "throughput"
8794   - "parent"
8795   - "tags"
8796   sort:
8797   - "L2XCFWD"
8798   - "L2XCFWD"
8799   - "L2XCFWD"
8800   - "L2BDMACLRN"
8801   - "L2BDMACLRN"
8802   - "L2BDMACLRN"
8803   - "IP4FWD"
8804   traces:
8805     hoverinfo: "x+y"
8806     boxpoints: "outliers"
8807     whiskerwidth: 0
8808   layout:
8809     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8810     layout: "plot-throughput"
8811
8812 - type: "plot"
8813   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8814   algorithm: "plot_performance_box"
8815   output-file-type: ".html"
8816   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8817   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8818   filter: "'NIC_Intel-XL710' and
8819            '64B' and
8820            ('BASE' or 'SCALE') and
8821            'NDRPDR' and
8822            '1T1C' and
8823            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8824            not 'VHOST' and
8825            'MEMIF'"
8826   parameters:
8827   - "throughput"
8828   - "parent"
8829   - "tags"
8830   sort:
8831   - "L2XCFWD"
8832   - "L2XCFWD"
8833   - "L2XCFWD"
8834   - "L2BDMACLRN"
8835   - "L2BDMACLRN"
8836   - "L2BDMACLRN"
8837   - "IP4FWD"
8838   traces:
8839     hoverinfo: "x+y"
8840     boxpoints: "outliers"
8841     whiskerwidth: 0
8842   layout:
8843     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8844     layout: "plot-throughput"
8845
8846 - type: "plot"
8847   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8848   algorithm: "plot_performance_box"
8849   output-file-type: ".html"
8850   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8851   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8852   filter: "'NIC_Intel-XL710' and
8853            '64B' and
8854            ('BASE' or 'SCALE') and
8855            'NDRPDR' and
8856            '2T2C' and
8857            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8858            not 'VHOST' and
8859            'MEMIF'"
8860   parameters:
8861   - "throughput"
8862   - "parent"
8863   - "tags"
8864   sort:
8865   - "L2XCFWD"
8866   - "L2XCFWD"
8867   - "L2XCFWD"
8868   - "L2BDMACLRN"
8869   - "L2BDMACLRN"
8870   - "L2BDMACLRN"
8871   - "IP4FWD"
8872   traces:
8873     hoverinfo: "x+y"
8874     boxpoints: "outliers"
8875     whiskerwidth: 0
8876   layout:
8877     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8878     layout: "plot-throughput"
8879
8880 - type: "plot"
8881   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8882   algorithm: "plot_performance_box"
8883   output-file-type: ".html"
8884   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8885   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8886   filter: "'NIC_Intel-XL710' and
8887            '64B' and
8888            ('BASE' or 'SCALE') and
8889            'NDRPDR' and
8890            '2T2C' and
8891            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8892            not 'VHOST' and
8893            'MEMIF'"
8894   parameters:
8895   - "throughput"
8896   - "parent"
8897   - "tags"
8898   sort:
8899   - "L2XCFWD"
8900   - "L2XCFWD"
8901   - "L2XCFWD"
8902   - "L2BDMACLRN"
8903   - "L2BDMACLRN"
8904   - "L2BDMACLRN"
8905   - "IP4FWD"
8906   traces:
8907     hoverinfo: "x+y"
8908     boxpoints: "outliers"
8909     whiskerwidth: 0
8910   layout:
8911     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8912     layout: "plot-throughput"
8913
8914 # Packet Throughput - VPP Container Memif 3n-skx-x710
8915 - type: "plot"
8916   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8917   algorithm: "plot_performance_box"
8918   output-file-type: ".html"
8919   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8920   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8921   filter: "'NIC_Intel-X710' and
8922            '64B' and
8923            ('BASE' or 'SCALE') and
8924            'NDRPDR' and
8925            '2T1C' and
8926            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8927            not 'VHOST' and
8928            'MEMIF'"
8929   parameters:
8930   - "throughput"
8931   - "parent"
8932   - "tags"
8933   sort:
8934   - "L2XCFWD"
8935   - "L2XCFWD"
8936   - "L2XCFWD"
8937   - "L2BDMACLRN"
8938   - "L2BDMACLRN"
8939   - "L2BDMACLRN"
8940   - "IP4FWD"
8941   traces:
8942     hoverinfo: "x+y"
8943     boxpoints: "outliers"
8944     whiskerwidth: 0
8945   layout:
8946     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8947     layout: "plot-throughput"
8948
8949 - type: "plot"
8950   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8951   algorithm: "plot_performance_box"
8952   output-file-type: ".html"
8953   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8955   filter: "'NIC_Intel-X710' and
8956            '64B' and
8957            ('BASE' or 'SCALE') and
8958            'NDRPDR' and
8959            '2T1C' and
8960            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8961            not 'VHOST' and
8962            'MEMIF'"
8963   parameters:
8964   - "throughput"
8965   - "parent"
8966   - "tags"
8967   sort:
8968   - "L2XCFWD"
8969   - "L2XCFWD"
8970   - "L2XCFWD"
8971   - "L2BDMACLRN"
8972   - "L2BDMACLRN"
8973   - "L2BDMACLRN"
8974   - "IP4FWD"
8975   traces:
8976     hoverinfo: "x+y"
8977     boxpoints: "outliers"
8978     whiskerwidth: 0
8979   layout:
8980     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8981     layout: "plot-throughput"
8982
8983 - type: "plot"
8984   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8985   algorithm: "plot_performance_box"
8986   output-file-type: ".html"
8987   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8988   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8989   filter: "'NIC_Intel-X710' and
8990            '64B' and
8991            ('BASE' or 'SCALE') and
8992            'NDRPDR' and
8993            '4T2C' and
8994            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8995            not 'VHOST' and
8996            'MEMIF'"
8997   parameters:
8998   - "throughput"
8999   - "parent"
9000   - "tags"
9001   sort:
9002   - "L2XCFWD"
9003   - "L2XCFWD"
9004   - "L2XCFWD"
9005   - "L2BDMACLRN"
9006   - "L2BDMACLRN"
9007   - "L2BDMACLRN"
9008   - "IP4FWD"
9009   traces:
9010     hoverinfo: "x+y"
9011     boxpoints: "outliers"
9012     whiskerwidth: 0
9013   layout:
9014     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
9015     layout: "plot-throughput"
9016
9017 - type: "plot"
9018   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9019   algorithm: "plot_performance_box"
9020   output-file-type: ".html"
9021   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9022   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9023   filter: "'NIC_Intel-X710' and
9024            '64B' and
9025            ('BASE' or 'SCALE') and
9026            'NDRPDR' and
9027            '4T2C' and
9028            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9029            not 'VHOST' and
9030            'MEMIF'"
9031   parameters:
9032   - "throughput"
9033   - "parent"
9034   - "tags"
9035   sort:
9036   - "L2XCFWD"
9037   - "L2XCFWD"
9038   - "L2XCFWD"
9039   - "L2BDMACLRN"
9040   - "L2BDMACLRN"
9041   - "L2BDMACLRN"
9042   - "IP4FWD"
9043   traces:
9044     hoverinfo: "x+y"
9045     boxpoints: "outliers"
9046     whiskerwidth: 0
9047   layout:
9048     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9049     layout: "plot-throughput"
9050
9051 # Packet Throughput - VPP Container Memif 2n-skx-x710
9052 - type: "plot"
9053   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9054   algorithm: "plot_performance_box"
9055   output-file-type: ".html"
9056   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9057   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9058   filter: "'NIC_Intel-X710' and
9059            '64B' and
9060            ('BASE' or 'SCALE') and
9061            'NDRPDR' and
9062            '2T1C' and
9063            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9064            not 'VHOST' and
9065            not 'NF_DENSITY' and
9066            'MEMIF'"
9067   parameters:
9068   - "throughput"
9069   - "parent"
9070   - "tags"
9071   sort:
9072   - "L2XCFWD"
9073   - "L2XCFWD"
9074   - "L2XCFWD"
9075   - "L2BDMACLRN"
9076   - "L2BDMACLRN"
9077   - "L2BDMACLRN"
9078   - "IP4FWD"
9079   traces:
9080     hoverinfo: "x+y"
9081     boxpoints: "outliers"
9082     whiskerwidth: 0
9083   layout:
9084     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9085     layout: "plot-throughput"
9086
9087 - type: "plot"
9088   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9089   algorithm: "plot_performance_box"
9090   output-file-type: ".html"
9091   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9092   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9093   filter: "'NIC_Intel-X710' and
9094            '64B' and
9095            ('BASE' or 'SCALE') and
9096            'NDRPDR' and
9097            '2T1C' and
9098            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9099            not 'VHOST' and
9100            not 'NF_DENSITY' and
9101            'MEMIF'"
9102   parameters:
9103   - "throughput"
9104   - "parent"
9105   - "tags"
9106   sort:
9107   - "L2XCFWD"
9108   - "L2XCFWD"
9109   - "L2XCFWD"
9110   - "L2BDMACLRN"
9111   - "L2BDMACLRN"
9112   - "L2BDMACLRN"
9113   - "IP4FWD"
9114   traces:
9115     hoverinfo: "x+y"
9116     boxpoints: "outliers"
9117     whiskerwidth: 0
9118   layout:
9119     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9120     layout: "plot-throughput"
9121
9122 - type: "plot"
9123   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9124   algorithm: "plot_performance_box"
9125   output-file-type: ".html"
9126   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9127   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9128   filter: "'NIC_Intel-X710' and
9129            '64B' and
9130            ('BASE' or 'SCALE') and
9131            'NDRPDR' and
9132            '4T2C' and
9133            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9134            not 'VHOST' and
9135            not 'NF_DENSITY' and
9136            'MEMIF'"
9137   parameters:
9138   - "throughput"
9139   - "parent"
9140   - "tags"
9141   sort:
9142   - "L2XCFWD"
9143   - "L2XCFWD"
9144   - "L2XCFWD"
9145   - "L2BDMACLRN"
9146   - "L2BDMACLRN"
9147   - "L2BDMACLRN"
9148   - "IP4FWD"
9149   traces:
9150     hoverinfo: "x+y"
9151     boxpoints: "outliers"
9152     whiskerwidth: 0
9153   layout:
9154     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9155     layout: "plot-throughput"
9156
9157 - type: "plot"
9158   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9159   algorithm: "plot_performance_box"
9160   output-file-type: ".html"
9161   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9162   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9163   filter: "'NIC_Intel-X710' and
9164            '64B' and
9165            ('BASE' or 'SCALE') and
9166            'NDRPDR' and
9167            '4T2C' and
9168            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9169            not 'VHOST' and
9170            not 'NF_DENSITY' and
9171            'MEMIF'"
9172   parameters:
9173   - "throughput"
9174   - "parent"
9175   - "tags"
9176   sort:
9177   - "L2XCFWD"
9178   - "L2XCFWD"
9179   - "L2XCFWD"
9180   - "L2BDMACLRN"
9181   - "L2BDMACLRN"
9182   - "L2BDMACLRN"
9183   - "IP4FWD"
9184   traces:
9185     hoverinfo: "x+y"
9186     boxpoints: "outliers"
9187     whiskerwidth: 0
9188   layout:
9189     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9190     layout: "plot-throughput"
9191
9192 ## Packet Throughput - VPP Container Memif 2n-skx-xxv710
9193 #- type: "plot"
9194 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9195 #  algorithm: "plot_performance_box"
9196 #  output-file-type: ".html"
9197 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9198 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9199 #  filter: "'NIC_Intel-XXV710' and
9200 #           '64B' and
9201 #           ('BASE' or 'SCALE') and
9202 #           'NDRPDR' and
9203 #           '2T1C' and
9204 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9205 #           not 'VHOST' and
9206 #           'MEMIF'"
9207 #  parameters:
9208 #  - "throughput"
9209 #  - "parent"
9210 #  - "tags"
9211 #  sort:
9212 #  - "L2XCFWD"
9213 #  - "L2XCFWD"
9214 #  - "L2XCFWD"
9215 #  - "L2BDMACLRN"
9216 #  - "L2BDMACLRN"
9217 #  - "L2BDMACLRN"
9218 #  - "IP4FWD"
9219 #  traces:
9220 #    hoverinfo: "x+y"
9221 #    boxpoints: "outliers"
9222 #    whiskerwidth: 0
9223 #  layout:
9224 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9225 #    layout: "plot-throughput"
9226 #
9227 #- type: "plot"
9228 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9229 #  algorithm: "plot_performance_box"
9230 #  output-file-type: ".html"
9231 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9232 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9233 #  filter: "'NIC_Intel-XXV710' and
9234 #           '64B' and
9235 #           ('BASE' or 'SCALE') and
9236 #           'NDRPDR' and
9237 #           '2T1C' and
9238 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9239 #           not 'VHOST' and
9240 #           'MEMIF'"
9241 #  parameters:
9242 #  - "throughput"
9243 #  - "parent"
9244 #  - "tags"
9245 #  sort:
9246 #  - "L2XCFWD"
9247 #  - "L2XCFWD"
9248 #  - "L2XCFWD"
9249 #  - "L2BDMACLRN"
9250 #  - "L2BDMACLRN"
9251 #  - "L2BDMACLRN"
9252 #  - "IP4FWD"
9253 #  traces:
9254 #    hoverinfo: "x+y"
9255 #    boxpoints: "outliers"
9256 #    whiskerwidth: 0
9257 #  layout:
9258 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9259 #    layout: "plot-throughput"
9260 #
9261 #- type: "plot"
9262 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9263 #  algorithm: "plot_performance_box"
9264 #  output-file-type: ".html"
9265 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9266 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9267 #  filter: "'NIC_Intel-XXV710' and
9268 #           '64B' and
9269 #           ('BASE' or 'SCALE') and
9270 #           'NDRPDR' and
9271 #           '4T2C' and
9272 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9273 #           not 'VHOST' and
9274 #           'MEMIF'"
9275 #  parameters:
9276 #  - "throughput"
9277 #  - "parent"
9278 #  - "tags"
9279 #  sort:
9280 #  - "L2XCFWD"
9281 #  - "L2XCFWD"
9282 #  - "L2XCFWD"
9283 #  - "L2BDMACLRN"
9284 #  - "L2BDMACLRN"
9285 #  - "L2BDMACLRN"
9286 #  - "IP4FWD"
9287 #  traces:
9288 #    hoverinfo: "x+y"
9289 #    boxpoints: "outliers"
9290 #    whiskerwidth: 0
9291 #  layout:
9292 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9293 #    layout: "plot-throughput"
9294 #
9295 #- type: "plot"
9296 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9297 #  algorithm: "plot_performance_box"
9298 #  output-file-type: ".html"
9299 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9300 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9301 #  filter: "'NIC_Intel-XXV710' and
9302 #           '64B' and
9303 #           ('BASE' or 'SCALE') and
9304 #           'NDRPDR' and
9305 #           '4T2C' and
9306 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9307 #           not 'VHOST' and
9308 #           'MEMIF'"
9309 #  parameters:
9310 #  - "throughput"
9311 #  - "parent"
9312 #  - "tags"
9313 #  sort:
9314 #  - "L2XCFWD"
9315 #  - "L2XCFWD"
9316 #  - "L2XCFWD"
9317 #  - "L2BDMACLRN"
9318 #  - "L2BDMACLRN"
9319 #  - "L2BDMACLRN"
9320 #  - "IP4FWD"
9321 #  traces:
9322 #    hoverinfo: "x+y"
9323 #    boxpoints: "outliers"
9324 #    whiskerwidth: 0
9325 #  layout:
9326 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9327 #    layout: "plot-throughput"
9328
9329 ################################################################################
9330
9331 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
9332 #- type: "plot"
9333 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9334 #  algorithm: "plot_performance_box"
9335 #  output-file-type: ".html"
9336 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9337 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9338 #  filter: "'NIC_Intel-X520-DA2' and
9339 #           '64B' and
9340 #           ('BASE' or 'SCALE') and
9341 #           'NDRPDR' and
9342 #           '1T1C' and
9343 #           'L2XCFWD' and
9344 #           not 'VHOST' and
9345 #           not 'NF_DENSITY' and
9346 #           'MEMIF'"
9347 #  parameters:
9348 #  - "throughput"
9349 #  - "parent"
9350 #  - "tags"
9351 #  sort:
9352 #  - "1VNF"
9353 #  - "2VNF"
9354 #  - "4VNF"
9355 #  - "2VNF"
9356 #  - "4VNF"
9357 #  traces:
9358 #    hoverinfo: "x+y"
9359 #    boxpoints: "outliers"
9360 #    whiskerwidth: 0
9361 #  layout:
9362 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9363 #    layout: "plot-throughput"
9364 #
9365 #- type: "plot"
9366 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9367 #  algorithm: "plot_performance_box"
9368 #  output-file-type: ".html"
9369 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9370 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9371 #  filter: "'NIC_Intel-X520-DA2' and
9372 #           '64B' and
9373 #           ('BASE' or 'SCALE') and
9374 #           'NDRPDR' and
9375 #           '1T1C' and
9376 #           'L2XCFWD' and
9377 #           not 'VHOST' and
9378 #           not 'NF_DENSITY' and
9379 #           'MEMIF'"
9380 #  parameters:
9381 #  - "throughput"
9382 #  - "parent"
9383 #  - "tags"
9384 #  sort:
9385 #  - "1VNF"
9386 #  - "2VNF"
9387 #  - "4VNF"
9388 #  - "2VNF"
9389 #  - "4VNF"
9390 #  traces:
9391 #    hoverinfo: "x+y"
9392 #    boxpoints: "outliers"
9393 #    whiskerwidth: 0
9394 #  layout:
9395 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9396 #    layout: "plot-throughput"
9397 #
9398 #- type: "plot"
9399 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9400 #  algorithm: "plot_performance_box"
9401 #  output-file-type: ".html"
9402 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9403 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9404 #  filter: "'NIC_Intel-X520-DA2' and
9405 #           '64B' and
9406 #           ('BASE' or 'SCALE') and
9407 #           'NDRPDR' and
9408 #           '2T2C' and
9409 #           'L2XCFWD' and
9410 #           not 'VHOST' and
9411 #           not 'NF_DENSITY' and
9412 #           'MEMIF'"
9413 #  parameters:
9414 #  - "throughput"
9415 #  - "parent"
9416 #  - "tags"
9417 #  sort:
9418 #  - "1VNF"
9419 #  - "2VNF"
9420 #  - "4VNF"
9421 #  - "2VNF"
9422 #  - "4VNF"
9423 #  traces:
9424 #    hoverinfo: "x+y"
9425 #    boxpoints: "outliers"
9426 #    whiskerwidth: 0
9427 #  layout:
9428 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9429 #    layout: "plot-throughput"
9430 #
9431 #- type: "plot"
9432 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9433 #  algorithm: "plot_performance_box"
9434 #  output-file-type: ".html"
9435 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9436 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9437 #  filter: "'NIC_Intel-X520-DA2' and
9438 #           '64B' and
9439 #           ('BASE' or 'SCALE') and
9440 #           'NDRPDR' and
9441 #           '2T2C' and
9442 #           'L2XCFWD' and
9443 #           not 'VHOST' and
9444 #           not 'NF_DENSITY' and
9445 #           'MEMIF'"
9446 #  parameters:
9447 #  - "throughput"
9448 #  - "parent"
9449 #  - "tags"
9450 #  sort:
9451 #  - "1VNF"
9452 #  - "2VNF"
9453 #  - "4VNF"
9454 #  - "2VNF"
9455 #  - "4VNF"
9456 #  traces:
9457 #    hoverinfo: "x+y"
9458 #    boxpoints: "outliers"
9459 #    whiskerwidth: 0
9460 #  layout:
9461 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9462 #    layout: "plot-throughput"
9463 #
9464 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
9465 #- type: "plot"
9466 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9467 #  algorithm: "plot_performance_box"
9468 #  output-file-type: ".html"
9469 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9470 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9471 #  filter: "'NIC_Intel-X520-DA2' and
9472 #           '64B' and
9473 #           ('BASE' or 'SCALE') and
9474 #           'NDRPDR' and
9475 #           '1T1C' and
9476 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9477 #           not 'VHOST' and
9478 #           not 'NF_DENSITY' and
9479 #           'MEMIF'"
9480 #  parameters:
9481 #  - "throughput"
9482 #  - "parent"
9483 #  - "tags"
9484 #  sort:
9485 #  - "1VNF"
9486 #  - "2VNF"
9487 #  - "4VNF"
9488 #  - "2VNF"
9489 #  - "4VNF"
9490 #  traces:
9491 #    hoverinfo: "x+y"
9492 #    boxpoints: "outliers"
9493 #    whiskerwidth: 0
9494 #  layout:
9495 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9496 #    layout: "plot-throughput"
9497 #
9498 #- type: "plot"
9499 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9500 #  algorithm: "plot_performance_box"
9501 #  output-file-type: ".html"
9502 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9503 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9504 #  filter: "'NIC_Intel-X520-DA2' and
9505 #           '64B' and
9506 #           ('BASE' or 'SCALE') and
9507 #           'NDRPDR' and
9508 #           '1T1C' and
9509 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9510 #           not 'VHOST' and
9511 #           not 'NF_DENSITY' and
9512 #           'MEMIF'"
9513 #  parameters:
9514 #  - "throughput"
9515 #  - "parent"
9516 #  - "tags"
9517 #  sort:
9518 #  - "1VNF"
9519 #  - "2VNF"
9520 #  - "4VNF"
9521 #  - "2VNF"
9522 #  - "4VNF"
9523 #  traces:
9524 #    hoverinfo: "x+y"
9525 #    boxpoints: "outliers"
9526 #    whiskerwidth: 0
9527 #  layout:
9528 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9529 #    layout: "plot-throughput"
9530 #
9531 #- type: "plot"
9532 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9533 #  algorithm: "plot_performance_box"
9534 #  output-file-type: ".html"
9535 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9536 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9537 #  filter: "'NIC_Intel-X520-DA2' and
9538 #           '64B' and
9539 #           ('BASE' or 'SCALE') and
9540 #           'NDRPDR' and
9541 #           '2T2C' and
9542 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9543 #           not 'VHOST' and
9544 #           not 'NF_DENSITY' and
9545 #           'MEMIF'"
9546 #  parameters:
9547 #  - "throughput"
9548 #  - "parent"
9549 #  - "tags"
9550 #  sort:
9551 #  - "1VNF"
9552 #  - "2VNF"
9553 #  - "4VNF"
9554 #  - "2VNF"
9555 #  - "4VNF"
9556 #  traces:
9557 #    hoverinfo: "x+y"
9558 #    boxpoints: "outliers"
9559 #    whiskerwidth: 0
9560 #  layout:
9561 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9562 #    layout: "plot-throughput"
9563 #
9564 #- type: "plot"
9565 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9566 #  algorithm: "plot_performance_box"
9567 #  output-file-type: ".html"
9568 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9569 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9570 #  filter: "'NIC_Intel-X520-DA2' and
9571 #           '64B' and
9572 #           ('BASE' or 'SCALE') and
9573 #           'NDRPDR' and
9574 #           '2T2C' and
9575 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9576 #           not 'VHOST' and
9577 #           not 'NF_DENSITY' and
9578 #           'MEMIF'"
9579 #  parameters:
9580 #  - "throughput"
9581 #  - "parent"
9582 #  - "tags"
9583 #  sort:
9584 #  - "1VNF"
9585 #  - "2VNF"
9586 #  - "4VNF"
9587 #  - "2VNF"
9588 #  - "4VNF"
9589 #  traces:
9590 #    hoverinfo: "x+y"
9591 #    boxpoints: "outliers"
9592 #    whiskerwidth: 0
9593 #  layout:
9594 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9595 #    layout: "plot-throughput"
9596 #
9597 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
9598 #- type: "plot"
9599 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9600 #  algorithm: "plot_performance_box"
9601 #  output-file-type: ".html"
9602 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9603 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9604 #  filter: "'NIC_Intel-X710' and
9605 #           '64B' and
9606 #           ('BASE' or 'SCALE') and
9607 #           'NDRPDR' and
9608 #           '1T1C' and
9609 #           'L2XCFWD' and
9610 #           not 'VHOST' and
9611 #           not 'NF_DENSITY' and
9612 #           'MEMIF'"
9613 #  parameters:
9614 #  - "throughput"
9615 #  - "parent"
9616 #  - "tags"
9617 #  sort:
9618 #  - "1VNF"
9619 #  - "2VNF"
9620 #  - "4VNF"
9621 #  - "2VNF"
9622 #  - "4VNF"
9623 #  traces:
9624 #    hoverinfo: "x+y"
9625 #    boxpoints: "outliers"
9626 #    whiskerwidth: 0
9627 #  layout:
9628 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9629 #    layout: "plot-throughput"
9630 #
9631 #- type: "plot"
9632 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9633 #  algorithm: "plot_performance_box"
9634 #  output-file-type: ".html"
9635 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9636 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9637 #  filter: "'NIC_Intel-X710' and
9638 #           '64B' and
9639 #           ('BASE' or 'SCALE') and
9640 #           'NDRPDR' and
9641 #           '1T1C' and
9642 #           'L2XCFWD' and
9643 #           not 'VHOST' and
9644 #           not 'NF_DENSITY' and
9645 #           'MEMIF'"
9646 #  parameters:
9647 #  - "throughput"
9648 #  - "parent"
9649 #  - "tags"
9650 #  sort:
9651 #  - "1VNF"
9652 #  - "2VNF"
9653 #  - "4VNF"
9654 #  - "2VNF"
9655 #  - "4VNF"
9656 #  traces:
9657 #    hoverinfo: "x+y"
9658 #    boxpoints: "outliers"
9659 #    whiskerwidth: 0
9660 #  layout:
9661 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9662 #    layout: "plot-throughput"
9663 #
9664 #- type: "plot"
9665 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9666 #  algorithm: "plot_performance_box"
9667 #  output-file-type: ".html"
9668 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9669 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9670 #  filter: "'NIC_Intel-X710' and
9671 #           '64B' and
9672 #           ('BASE' or 'SCALE') and
9673 #           'NDRPDR' and
9674 #           '2T2C' and
9675 #           'L2XCFWD' and
9676 #           not 'VHOST' and
9677 #           not 'NF_DENSITY' and
9678 #           'MEMIF'"
9679 #  parameters:
9680 #  - "throughput"
9681 #  - "parent"
9682 #  - "tags"
9683 #  sort:
9684 #  - "1VNF"
9685 #  - "2VNF"
9686 #  - "4VNF"
9687 #  - "2VNF"
9688 #  - "4VNF"
9689 #  traces:
9690 #    hoverinfo: "x+y"
9691 #    boxpoints: "outliers"
9692 #    whiskerwidth: 0
9693 #  layout:
9694 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9695 #    layout: "plot-throughput"
9696 #
9697 #- type: "plot"
9698 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9699 #  algorithm: "plot_performance_box"
9700 #  output-file-type: ".html"
9701 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9702 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9703 #  filter: "'NIC_Intel-X710' and
9704 #           '64B' and
9705 #           ('BASE' or 'SCALE') and
9706 #           'NDRPDR' and
9707 #           '2T2C' and
9708 #           'L2XCFWD' and
9709 #           not 'VHOST' and
9710 #           not 'NF_DENSITY' and
9711 #           'MEMIF'"
9712 #  parameters:
9713 #  - "throughput"
9714 #  - "parent"
9715 #  - "tags"
9716 #  sort:
9717 #  - "1VNF"
9718 #  - "2VNF"
9719 #  - "4VNF"
9720 #  - "2VNF"
9721 #  - "4VNF"
9722 #  traces:
9723 #    hoverinfo: "x+y"
9724 #    boxpoints: "outliers"
9725 #    whiskerwidth: 0
9726 #  layout:
9727 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9728 #    layout: "plot-throughput"
9729 #
9730 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
9731 #- type: "plot"
9732 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9733 #  algorithm: "plot_performance_box"
9734 #  output-file-type: ".html"
9735 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9736 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9737 #  filter: "'NIC_Intel-X710' and
9738 #           '64B' and
9739 #           ('BASE' or 'SCALE') and
9740 #           'NDRPDR' and
9741 #           '1T1C' and
9742 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9743 #           not 'VHOST' and
9744 #           not 'NF_DENSITY' and
9745 #           'MEMIF'"
9746 #  parameters:
9747 #  - "throughput"
9748 #  - "parent"
9749 #  - "tags"
9750 #  sort:
9751 #  - "1VNF"
9752 #  - "2VNF"
9753 #  - "4VNF"
9754 #  - "2VNF"
9755 #  - "4VNF"
9756 #  traces:
9757 #    hoverinfo: "x+y"
9758 #    boxpoints: "outliers"
9759 #    whiskerwidth: 0
9760 #  layout:
9761 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9762 #    layout: "plot-throughput"
9763 #
9764 #- type: "plot"
9765 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9766 #  algorithm: "plot_performance_box"
9767 #  output-file-type: ".html"
9768 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9769 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9770 #  filter: "'NIC_Intel-X710' and
9771 #           '64B' and
9772 #           ('BASE' or 'SCALE') and
9773 #           'NDRPDR' and
9774 #           '1T1C' and
9775 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9776 #           not 'VHOST' and
9777 #           not 'NF_DENSITY' and
9778 #           'MEMIF'"
9779 #  parameters:
9780 #  - "throughput"
9781 #  - "parent"
9782 #  - "tags"
9783 #  sort:
9784 #  - "1VNF"
9785 #  - "2VNF"
9786 #  - "4VNF"
9787 #  - "2VNF"
9788 #  - "4VNF"
9789 #  traces:
9790 #    hoverinfo: "x+y"
9791 #    boxpoints: "outliers"
9792 #    whiskerwidth: 0
9793 #  layout:
9794 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9795 #    layout: "plot-throughput"
9796 #
9797 #- type: "plot"
9798 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9799 #  algorithm: "plot_performance_box"
9800 #  output-file-type: ".html"
9801 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9802 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9803 #  filter: "'NIC_Intel-X710' and
9804 #           '64B' and
9805 #           ('BASE' or 'SCALE') and
9806 #           'NDRPDR' and
9807 #           '2T2C' and
9808 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9809 #           not 'VHOST' and
9810 #           not 'NF_DENSITY' and
9811 #           'MEMIF'"
9812 #  parameters:
9813 #  - "throughput"
9814 #  - "parent"
9815 #  - "tags"
9816 #  sort:
9817 #  - "1VNF"
9818 #  - "2VNF"
9819 #  - "4VNF"
9820 #  - "2VNF"
9821 #  - "4VNF"
9822 #  traces:
9823 #    hoverinfo: "x+y"
9824 #    boxpoints: "outliers"
9825 #    whiskerwidth: 0
9826 #  layout:
9827 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9828 #    layout: "plot-throughput"
9829 #
9830 #- type: "plot"
9831 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9832 #  algorithm: "plot_performance_box"
9833 #  output-file-type: ".html"
9834 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9835 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9836 #  filter: "'NIC_Intel-X710' and
9837 #           '64B' and
9838 #           ('BASE' or 'SCALE') and
9839 #           'NDRPDR' and
9840 #           '2T2C' and
9841 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9842 #           not 'VHOST' and
9843 #           not 'NF_DENSITY' and
9844 #           'MEMIF'"
9845 #  parameters:
9846 #  - "throughput"
9847 #  - "parent"
9848 #  - "tags"
9849 #  sort:
9850 #  - "1VNF"
9851 #  - "2VNF"
9852 #  - "4VNF"
9853 #  - "2VNF"
9854 #  - "4VNF"
9855 #  traces:
9856 #    hoverinfo: "x+y"
9857 #    boxpoints: "outliers"
9858 #    whiskerwidth: 0
9859 #  layout:
9860 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9861 #    layout: "plot-throughput"
9862
9863 ################################################################################
9864
9865 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
9866 - type: "plot"
9867   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9868   algorithm: "plot_performance_box"
9869   output-file-type: ".html"
9870   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9871   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9872   filter: "'NIC_Intel-X520-DA2' and
9873            '64B' and
9874            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9875            'NDRPDR' and
9876            '1T1C' and
9877            'IP4FWD' and
9878            not 'IPSEC' and
9879            not 'DOT1Q' and
9880            not 'VHOST'"
9881   parameters:
9882   - "throughput"
9883   - "parent"
9884   - "tags"
9885   sort:
9886   - "IP4BASE"
9887   - "FIB_20K"
9888   - "FIB_200K"
9889   - "FIB_2M"
9890   traces:
9891     hoverinfo: "x+y"
9892     boxpoints: "outliers"
9893     whiskerwidth: 0
9894   layout:
9895     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9896     layout: "plot-throughput"
9897
9898 - type: "plot"
9899   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9900   algorithm: "plot_performance_box"
9901   output-file-type: ".html"
9902   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9903   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9904   filter: "'NIC_Intel-X520-DA2' and
9905            '64B' and
9906            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9907            'NDRPDR' and
9908            '1T1C' and
9909            'IP4FWD' and
9910            not 'IPSEC' and
9911            not 'DOT1Q' and
9912            not 'VHOST'"
9913   parameters:
9914   - "throughput"
9915   - "parent"
9916   - "tags"
9917   sort:
9918   - "IP4BASE"
9919   - "FIB_20K"
9920   - "FIB_200K"
9921   - "FIB_2M"
9922   traces:
9923     hoverinfo: "x+y"
9924     boxpoints: "outliers"
9925     whiskerwidth: 0
9926   layout:
9927     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9928     layout: "plot-throughput"
9929
9930 - type: "plot"
9931   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9932   algorithm: "plot_performance_box"
9933   output-file-type: ".html"
9934   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9935   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9936   filter: "'NIC_Intel-X520-DA2' and
9937            '64B' and
9938            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9939            'NDRPDR' and
9940            '2T2C' and
9941            'IP4FWD' and
9942            not 'IPSEC' and
9943            not 'DOT1Q' and
9944            not 'VHOST'"
9945   parameters:
9946   - "throughput"
9947   - "parent"
9948   - "tags"
9949   sort:
9950   - "IP4BASE"
9951   - "FIB_20K"
9952   - "FIB_200K"
9953   - "FIB_2M"
9954   traces:
9955     hoverinfo: "x+y"
9956     boxpoints: "outliers"
9957     whiskerwidth: 0
9958   layout:
9959     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9960     layout: "plot-throughput"
9961
9962 - type: "plot"
9963   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9964   algorithm: "plot_performance_box"
9965   output-file-type: ".html"
9966   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9967   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9968   filter: "'NIC_Intel-X520-DA2' and
9969            '64B' and
9970            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9971            'NDRPDR' and
9972            '2T2C' and
9973            'IP4FWD' and
9974            not 'IPSEC' and
9975            not 'DOT1Q' and
9976            not 'VHOST'"
9977   parameters:
9978   - "throughput"
9979   - "parent"
9980   - "tags"
9981   sort:
9982   - "IP4BASE"
9983   - "FIB_20K"
9984   - "FIB_200K"
9985   - "FIB_2M"
9986   traces:
9987     hoverinfo: "x+y"
9988     boxpoints: "outliers"
9989     whiskerwidth: 0
9990   layout:
9991     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9992     layout: "plot-throughput"
9993
9994 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
9995 - type: "plot"
9996   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9997   algorithm: "plot_performance_box"
9998   output-file-type: ".html"
9999   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
10000   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10001   filter: "'NIC_Intel-X520-DA2' and
10002            '64B' and
10003            ('IP4BASE' or
10004             'POLICE_MARK' or
10005             'COPWHLIST' or
10006             ('NAT44' and 'BASE') or
10007             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10008            'NDRPDR' and
10009            '1T1C' and
10010            'IP4FWD' and
10011            not 'IPSEC' and
10012            not 'VHOST'"
10013   parameters:
10014   - "throughput"
10015   - "parent"
10016   - "tags"
10017   sort:
10018   - "DOT1Q"
10019   - "IP4BASE"
10020   - "NAT44"
10021   - "POLICE_MARK"
10022   - "COPWHLIST"
10023   - "IACL"
10024   - "OACL"
10025   traces:
10026     hoverinfo: "x+y"
10027     boxpoints: "outliers"
10028     whiskerwidth: 0
10029   layout:
10030     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
10031     layout: "plot-throughput"
10032
10033 - type: "plot"
10034   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10035   algorithm: "plot_performance_box"
10036   output-file-type: ".html"
10037   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10038   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10039   filter: "'NIC_Intel-X520-DA2' and
10040            '64B' and
10041            ('IP4BASE' or
10042             'POLICE_MARK' or
10043             'COPWHLIST' or
10044             ('NAT44' and 'BASE') or
10045             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10046            'NDRPDR' and
10047            '1T1C' and
10048            'IP4FWD' and
10049            not 'IPSEC' and
10050            not 'VHOST'"
10051   parameters:
10052   - "throughput"
10053   - "parent"
10054   - "tags"
10055   sort:
10056   - "DOT1Q"
10057   - "IP4BASE"
10058   - "NAT44"
10059   - "POLICE_MARK"
10060   - "COPWHLIST"
10061   - "IACL"
10062   - "OACL"
10063   traces:
10064     hoverinfo: "x+y"
10065     boxpoints: "outliers"
10066     whiskerwidth: 0
10067   layout:
10068     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10069     layout: "plot-throughput"
10070
10071 - type: "plot"
10072   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10073   algorithm: "plot_performance_box"
10074   output-file-type: ".html"
10075   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10076   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10077   filter: "'NIC_Intel-X520-DA2' and
10078            '64B' and
10079            ('IP4BASE' or
10080             'POLICE_MARK' or
10081             'COPWHLIST' or
10082             ('NAT44' and 'BASE') or
10083             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10084            'NDRPDR' and
10085            '2T2C' and
10086            'IP4FWD' and
10087            not 'IPSEC' and
10088            not 'VHOST'"
10089   parameters:
10090   - "throughput"
10091   - "parent"
10092   - "tags"
10093   sort:
10094   - "DOT1Q"
10095   - "IP4BASE"
10096   - "NAT44"
10097   - "POLICE_MARK"
10098   - "COPWHLIST"
10099   - "IACL"
10100   - "OACL"
10101   traces:
10102     hoverinfo: "x+y"
10103     boxpoints: "outliers"
10104     whiskerwidth: 0
10105   layout:
10106     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10107     layout: "plot-throughput"
10108
10109 - type: "plot"
10110   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10111   algorithm: "plot_performance_box"
10112   output-file-type: ".html"
10113   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10114   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10115   filter: "'NIC_Intel-X520-DA2' and
10116            '64B' and
10117            ('IP4BASE' or
10118             'POLICE_MARK' or
10119             'COPWHLIST' or
10120             ('NAT44' and 'BASE') or
10121             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10122            'NDRPDR' and
10123            '2T2C' and
10124            'IP4FWD' and
10125            not 'IPSEC' and
10126            not 'VHOST'"
10127   parameters:
10128   - "throughput"
10129   - "parent"
10130   - "tags"
10131   sort:
10132   - "DOT1Q"
10133   - "IP4BASE"
10134   - "NAT44"
10135   - "POLICE_MARK"
10136   - "COPWHLIST"
10137   - "IACL"
10138   - "OACL"
10139   traces:
10140     hoverinfo: "x+y"
10141     boxpoints: "outliers"
10142     whiskerwidth: 0
10143   layout:
10144     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10145     layout: "plot-throughput"
10146
10147 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
10148 - type: "plot"
10149   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10150   algorithm: "plot_performance_box"
10151   output-file-type: ".html"
10152   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10153   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10154   filter: "'NIC_Intel-X520-DA2' and
10155            '64B' and
10156            'NDRPDR' and
10157            '1T1C' and
10158            'IP4FWD' and
10159            ('NAT44' or 'IP4BASE') and
10160            not 'DOT1Q' and
10161            not 'IPSEC' and
10162            not 'VHOST'"
10163   parameters:
10164   - "throughput"
10165   - "parent"
10166   - "tags"
10167   sort:
10168   - "IP4BASE"
10169   - "BASE"
10170   - "SRC_USER_10"
10171   - "SRC_USER_100"
10172   - "SRC_USER_1000"
10173   - "SRC_USER_2000"
10174   traces:
10175     hoverinfo: "x+y"
10176     boxpoints: "outliers"
10177     whiskerwidth: 0
10178   layout:
10179     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10180     layout: "plot-throughput"
10181
10182 - type: "plot"
10183   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10184   algorithm: "plot_performance_box"
10185   output-file-type: ".html"
10186   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10187   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10188   filter: "'NIC_Intel-X520-DA2' and
10189            '64B' and
10190            'NDRPDR' and
10191            '1T1C' and
10192            'IP4FWD' and
10193            ('NAT44' or 'IP4BASE') and
10194            not 'DOT1Q' and
10195            not 'IPSEC' and
10196            not 'VHOST'"
10197   parameters:
10198   - "throughput"
10199   - "parent"
10200   - "tags"
10201   sort:
10202   - "IP4BASE"
10203   - "BASE"
10204   - "SRC_USER_10"
10205   - "SRC_USER_100"
10206   - "SRC_USER_1000"
10207   - "SRC_USER_2000"
10208   traces:
10209     hoverinfo: "x+y"
10210     boxpoints: "outliers"
10211     whiskerwidth: 0
10212   layout:
10213     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10214     layout: "plot-throughput"
10215
10216 - type: "plot"
10217   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10218   algorithm: "plot_performance_box"
10219   output-file-type: ".html"
10220   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10221   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10222   filter: "'NIC_Intel-X520-DA2' and
10223            '64B' and
10224            'NDRPDR' and
10225            '2T2C' and
10226            'IP4FWD' and
10227            ('NAT44' or 'IP4BASE') and
10228            not 'DOT1Q' and
10229            not 'IPSEC' and
10230            not 'VHOST'"
10231   parameters:
10232   - "throughput"
10233   - "parent"
10234   - "tags"
10235   sort:
10236   - "IP4BASE"
10237   - "BASE"
10238   - "SRC_USER_10"
10239   - "SRC_USER_100"
10240   - "SRC_USER_1000"
10241   - "SRC_USER_2000"
10242   traces:
10243     hoverinfo: "x+y"
10244     boxpoints: "outliers"
10245     whiskerwidth: 0
10246   layout:
10247     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10248     layout: "plot-throughput"
10249
10250 - type: "plot"
10251   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10252   algorithm: "plot_performance_box"
10253   output-file-type: ".html"
10254   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10255   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10256   filter: "'NIC_Intel-X520-DA2' and
10257            '64B' and
10258            'NDRPDR' and
10259            '2T2C' and
10260            'IP4FWD' and
10261            ('NAT44' or 'IP4BASE') and
10262            not 'DOT1Q' and
10263            not 'IPSEC' and
10264            not 'VHOST'"
10265   parameters:
10266   - "throughput"
10267   - "parent"
10268   - "tags"
10269   sort:
10270   - "IP4BASE"
10271   - "BASE"
10272   - "SRC_USER_10"
10273   - "SRC_USER_100"
10274   - "SRC_USER_1000"
10275   - "SRC_USER_2000"
10276   traces:
10277     hoverinfo: "x+y"
10278     boxpoints: "outliers"
10279     whiskerwidth: 0
10280   layout:
10281     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10282     layout: "plot-throughput"
10283
10284 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
10285 - type: "plot"
10286   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10287   algorithm: "plot_performance_box"
10288   output-file-type: ".html"
10289   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10290   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10291   filter: "'NIC_Intel-X520-DA2' and
10292            '64B' and
10293            'NDRPDR' and
10294            '1T1C' and
10295            'IP4FWD' and
10296            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10297            not 'IPSEC' and
10298            not 'DOT1Q' and
10299            not 'VHOST'"
10300   parameters:
10301   - "throughput"
10302   - "parent"
10303   - "tags"
10304   sort:
10305   - "IP4BASE"
10306   - "ACL_STATELESS"
10307   - "ACL_STATEFUL"
10308   - "ACL_STATELESS"
10309   - "ACL_STATEFUL"
10310   traces:
10311     hoverinfo: "x+y"
10312     boxpoints: "outliers"
10313     whiskerwidth: 0
10314   layout:
10315     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10316     layout: "plot-throughput"
10317
10318 - type: "plot"
10319   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10320   algorithm: "plot_performance_box"
10321   output-file-type: ".html"
10322   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10323   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10324   filter: "'NIC_Intel-X520-DA2' and
10325            '64B' and
10326            'NDRPDR' and
10327            '1T1C' and
10328            'IP4FWD' and
10329            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10330            not 'IPSEC' and
10331            not 'DOT1Q' and
10332            not 'VHOST'"
10333   parameters:
10334   - "throughput"
10335   - "parent"
10336   - "tags"
10337   sort:
10338   - "IP4BASE"
10339   - "ACL_STATELESS"
10340   - "ACL_STATEFUL"
10341   - "ACL_STATELESS"
10342   - "ACL_STATEFUL"
10343   traces:
10344     hoverinfo: "x+y"
10345     boxpoints: "outliers"
10346     whiskerwidth: 0
10347   layout:
10348     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10349     layout: "plot-throughput"
10350
10351 - type: "plot"
10352   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10353   algorithm: "plot_performance_box"
10354   output-file-type: ".html"
10355   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10356   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10357   filter: "'NIC_Intel-X520-DA2' and
10358            '64B' and
10359            'NDRPDR' and
10360            '2T2C' and
10361            'IP4FWD' and
10362            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10363            not 'IPSEC' and
10364            not 'DOT1Q' and
10365            not 'VHOST'"
10366   parameters:
10367   - "throughput"
10368   - "parent"
10369   - "tags"
10370   sort:
10371   - "IP4BASE"
10372   - "ACL_STATELESS"
10373   - "ACL_STATEFUL"
10374   - "ACL_STATELESS"
10375   - "ACL_STATEFUL"
10376   traces:
10377     hoverinfo: "x+y"
10378     boxpoints: "outliers"
10379     whiskerwidth: 0
10380   layout:
10381     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10382     layout: "plot-throughput"
10383
10384 - type: "plot"
10385   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10386   algorithm: "plot_performance_box"
10387   output-file-type: ".html"
10388   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10389   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10390   filter: "'NIC_Intel-X520-DA2' and
10391            '64B' and
10392            'NDRPDR' and
10393            '2T2C' and
10394            'IP4FWD' and
10395            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10396            not 'IPSEC' and
10397            not 'DOT1Q' and
10398            not 'VHOST'"
10399   parameters:
10400   - "throughput"
10401   - "parent"
10402   - "tags"
10403   sort:
10404   - "IP4BASE"
10405   - "ACL_STATELESS"
10406   - "ACL_STATEFUL"
10407   - "ACL_STATELESS"
10408   - "ACL_STATEFUL"
10409   traces:
10410     hoverinfo: "x+y"
10411     boxpoints: "outliers"
10412     whiskerwidth: 0
10413   layout:
10414     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10415     layout: "plot-throughput"
10416
10417 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
10418 - type: "plot"
10419   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10420   algorithm: "plot_performance_box"
10421   output-file-type: ".html"
10422   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10423   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10424   filter: "'NIC_Intel-X520-DA2' and
10425            '64B' and
10426            'NDRPDR' and
10427            '1T1C' and
10428            'IP4FWD' and
10429            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10430            not 'IPSEC' and
10431            not 'DOT1Q' and
10432            not 'VHOST'"
10433   parameters:
10434   - "throughput"
10435   - "parent"
10436   - "tags"
10437   sort:
10438   - "IP4BASE"
10439   - "ACL_STATELESS"
10440   - "ACL_STATEFUL"
10441   - "ACL_STATELESS"
10442   - "ACL_STATEFUL"
10443   traces:
10444     hoverinfo: "x+y"
10445     boxpoints: "outliers"
10446     whiskerwidth: 0
10447   layout:
10448     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10449     layout: "plot-throughput"
10450
10451 - type: "plot"
10452   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10453   algorithm: "plot_performance_box"
10454   output-file-type: ".html"
10455   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10456   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10457   filter: "'NIC_Intel-X520-DA2' and
10458            '64B' and
10459            'NDRPDR' and
10460            '1T1C' and
10461            'IP4FWD' and
10462            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10463            not 'IPSEC' and
10464            not 'DOT1Q' and
10465            not 'VHOST'"
10466   parameters:
10467   - "throughput"
10468   - "parent"
10469   - "tags"
10470   sort:
10471   - "IP4BASE"
10472   - "ACL_STATELESS"
10473   - "ACL_STATEFUL"
10474   - "ACL_STATELESS"
10475   - "ACL_STATEFUL"
10476   traces:
10477     hoverinfo: "x+y"
10478     boxpoints: "outliers"
10479     whiskerwidth: 0
10480   layout:
10481     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10482     layout: "plot-throughput"
10483
10484 - type: "plot"
10485   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10486   algorithm: "plot_performance_box"
10487   output-file-type: ".html"
10488   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10489   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10490   filter: "'NIC_Intel-X520-DA2' and
10491            '64B' and
10492            'NDRPDR' and
10493            '2T2C' and
10494            'IP4FWD' and
10495            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10496            not 'IPSEC' and
10497            not 'DOT1Q' and
10498            not 'VHOST'"
10499   parameters:
10500   - "throughput"
10501   - "parent"
10502   - "tags"
10503   sort:
10504   - "IP4BASE"
10505   - "ACL_STATELESS"
10506   - "ACL_STATEFUL"
10507   - "ACL_STATELESS"
10508   - "ACL_STATEFUL"
10509   traces:
10510     hoverinfo: "x+y"
10511     boxpoints: "outliers"
10512     whiskerwidth: 0
10513   layout:
10514     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10515     layout: "plot-throughput"
10516
10517 - type: "plot"
10518   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10519   algorithm: "plot_performance_box"
10520   output-file-type: ".html"
10521   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10522   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10523   filter: "'NIC_Intel-X520-DA2' and
10524            '64B' and
10525            'NDRPDR' and
10526            '2T2C' and
10527            'IP4FWD' and
10528            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10529            not 'IPSEC' and
10530            not 'DOT1Q' and
10531            not 'VHOST'"
10532   parameters:
10533   - "throughput"
10534   - "parent"
10535   - "tags"
10536   sort:
10537   - "IP4BASE"
10538   - "ACL_STATELESS"
10539   - "ACL_STATEFUL"
10540   - "ACL_STATELESS"
10541   - "ACL_STATEFUL"
10542   traces:
10543     hoverinfo: "x+y"
10544     boxpoints: "outliers"
10545     whiskerwidth: 0
10546   layout:
10547     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10548     layout: "plot-throughput"
10549
10550 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
10551 - type: "plot"
10552   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10553   algorithm: "plot_performance_box"
10554   output-file-type: ".html"
10555   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10556   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10557   filter: "'NIC_Intel-X710' and
10558            '64B' and
10559            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10560            'NDRPDR' and
10561            '1T1C' and
10562            'IP4FWD' and
10563            not 'IPSEC' and
10564            not 'DOT1Q' and
10565            not 'VHOST'"
10566   parameters:
10567   - "throughput"
10568   - "parent"
10569   - "tags"
10570   sort:
10571   - "IP4BASE"
10572   - "FIB_20K"
10573   - "FIB_200K"
10574   - "FIB_2M"
10575   traces:
10576     hoverinfo: "x+y"
10577     boxpoints: "outliers"
10578     whiskerwidth: 0
10579   layout:
10580     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10581     layout: "plot-throughput"
10582
10583 - type: "plot"
10584   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10585   algorithm: "plot_performance_box"
10586   output-file-type: ".html"
10587   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10588   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10589   filter: "'NIC_Intel-X710' and
10590            '64B' and
10591            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10592            'NDRPDR' and
10593            '1T1C' and
10594            'IP4FWD' and
10595            not 'IPSEC' and
10596            not 'DOT1Q' and
10597            not 'VHOST'"
10598   parameters:
10599   - "throughput"
10600   - "parent"
10601   - "tags"
10602   sort:
10603   - "IP4BASE"
10604   - "FIB_20K"
10605   - "FIB_200K"
10606   - "FIB_2M"
10607   traces:
10608     hoverinfo: "x+y"
10609     boxpoints: "outliers"
10610     whiskerwidth: 0
10611   layout:
10612     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10613     layout: "plot-throughput"
10614
10615 - type: "plot"
10616   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10617   algorithm: "plot_performance_box"
10618   output-file-type: ".html"
10619   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10620   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10621   filter: "'NIC_Intel-X710' and
10622            '64B' and
10623            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10624            'NDRPDR' and
10625            '2T2C' and
10626            'IP4FWD' and
10627            not 'IPSEC' and
10628            not 'DOT1Q' and
10629            not 'VHOST'"
10630   parameters:
10631   - "throughput"
10632   - "parent"
10633   - "tags"
10634   sort:
10635   - "IP4BASE"
10636   - "FIB_20K"
10637   - "FIB_200K"
10638   - "FIB_2M"
10639   traces:
10640     hoverinfo: "x+y"
10641     boxpoints: "outliers"
10642     whiskerwidth: 0
10643   layout:
10644     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10645     layout: "plot-throughput"
10646
10647 - type: "plot"
10648   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10649   algorithm: "plot_performance_box"
10650   output-file-type: ".html"
10651   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10652   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10653   filter: "'NIC_Intel-X710' and
10654            '64B' and
10655            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10656            'NDRPDR' and
10657            '2T2C' and
10658            'IP4FWD' and
10659            not 'IPSEC' and
10660            not 'DOT1Q' and
10661            not 'VHOST'"
10662   parameters:
10663   - "throughput"
10664   - "parent"
10665   - "tags"
10666   sort:
10667   - "IP4BASE"
10668   - "FIB_20K"
10669   - "FIB_200K"
10670   - "FIB_2M"
10671   traces:
10672     hoverinfo: "x+y"
10673     boxpoints: "outliers"
10674     whiskerwidth: 0
10675   layout:
10676     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10677     layout: "plot-throughput"
10678
10679 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
10680 - type: "plot"
10681   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10682   algorithm: "plot_performance_box"
10683   output-file-type: ".html"
10684   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10685   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10686   filter: "'NIC_Intel-X710' and
10687            '64B' and
10688            ('IP4BASE' or
10689             'POLICE_MARK' or
10690             'COPWHLIST' or
10691             ('NAT44' and 'BASE') or
10692             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10693            'NDRPDR' and
10694            '1T1C' and
10695            'IP4FWD' and
10696            not 'IPSEC' and
10697            not 'VHOST'"
10698   parameters:
10699   - "throughput"
10700   - "parent"
10701   - "tags"
10702   sort:
10703   - "DOT1Q"
10704   - "IP4BASE"
10705   - "NAT44"
10706   - "POLICE_MARK"
10707   - "COPWHLIST"
10708   - "IACL"
10709   - "OACL"
10710   traces:
10711     hoverinfo: "x+y"
10712     boxpoints: "outliers"
10713     whiskerwidth: 0
10714   layout:
10715     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10716     layout: "plot-throughput"
10717
10718 - type: "plot"
10719   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10720   algorithm: "plot_performance_box"
10721   output-file-type: ".html"
10722   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10723   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10724   filter: "'NIC_Intel-X710' and
10725            '64B' and
10726            ('IP4BASE' or
10727             'POLICE_MARK' or
10728             'COPWHLIST' or
10729             ('NAT44' and 'BASE') or
10730             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10731            'NDRPDR' and
10732            '1T1C' and
10733            'IP4FWD' and
10734            not 'IPSEC' and
10735            not 'VHOST'"
10736   parameters:
10737   - "throughput"
10738   - "parent"
10739   - "tags"
10740   sort:
10741   - "DOT1Q"
10742   - "IP4BASE"
10743   - "NAT44"
10744   - "POLICE_MARK"
10745   - "COPWHLIST"
10746   - "IACL"
10747   - "OACL"
10748   traces:
10749     hoverinfo: "x+y"
10750     boxpoints: "outliers"
10751     whiskerwidth: 0
10752   layout:
10753     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10754     layout: "plot-throughput"
10755
10756 - type: "plot"
10757   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10758   algorithm: "plot_performance_box"
10759   output-file-type: ".html"
10760   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10761   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10762   filter: "'NIC_Intel-X710' and
10763            '64B' and
10764            ('IP4BASE' or
10765             'POLICE_MARK' or
10766             'COPWHLIST' or
10767             ('NAT44' and 'BASE') or
10768             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10769            'NDRPDR' and
10770            '2T2C' and
10771            'IP4FWD' and
10772            not 'IPSEC' and
10773            not 'VHOST'"
10774   parameters:
10775   - "throughput"
10776   - "parent"
10777   - "tags"
10778   sort:
10779   - "DOT1Q"
10780   - "IP4BASE"
10781   - "NAT44"
10782   - "POLICE_MARK"
10783   - "COPWHLIST"
10784   - "IACL"
10785   - "OACL"
10786   traces:
10787     hoverinfo: "x+y"
10788     boxpoints: "outliers"
10789     whiskerwidth: 0
10790   layout:
10791     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10792     layout: "plot-throughput"
10793
10794 - type: "plot"
10795   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10796   algorithm: "plot_performance_box"
10797   output-file-type: ".html"
10798   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10799   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10800   filter: "'NIC_Intel-X710' and
10801            '64B' and
10802            ('IP4BASE' or
10803             'POLICE_MARK' or
10804             'COPWHLIST' or
10805             ('NAT44' and 'BASE') or
10806             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10807            'NDRPDR' and
10808            '2T2C' and
10809            'IP4FWD' and
10810            not 'IPSEC' and
10811            not 'VHOST'"
10812   parameters:
10813   - "throughput"
10814   - "parent"
10815   - "tags"
10816   sort:
10817   - "DOT1Q"
10818   - "IP4BASE"
10819   - "NAT44"
10820   - "POLICE_MARK"
10821   - "COPWHLIST"
10822   - "IACL"
10823   - "OACL"
10824   traces:
10825     hoverinfo: "x+y"
10826     boxpoints: "outliers"
10827     whiskerwidth: 0
10828   layout:
10829     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10830     layout: "plot-throughput"
10831
10832 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
10833 - type: "plot"
10834   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10835   algorithm: "plot_performance_box"
10836   output-file-type: ".html"
10837   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10838   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10839   filter: "'NIC_Intel-X710' and
10840            '64B' and
10841            'NDRPDR' and
10842            '2T1C' and
10843            'IP4FWD' and
10844            ('NAT44' or 'IP4BASE') and
10845            not 'IPSEC' and
10846            not 'VHOST'"
10847   parameters:
10848   - "throughput"
10849   - "parent"
10850   - "tags"
10851   sort:
10852   - "IP4BASE"
10853   - "BASE"
10854   - "SRC_USER_10"
10855   - "SRC_USER_100"
10856   - "SRC_USER_1000"
10857   - "SRC_USER_2000"
10858   traces:
10859     hoverinfo: "x+y"
10860     boxpoints: "outliers"
10861     whiskerwidth: 0
10862   layout:
10863     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10864     layout: "plot-throughput"
10865
10866 - type: "plot"
10867   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10868   algorithm: "plot_performance_box"
10869   output-file-type: ".html"
10870   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10871   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10872   filter: "'NIC_Intel-X710' and
10873            '64B' and
10874            'NDRPDR' and
10875            '2T1C' and
10876            'IP4FWD' and
10877            ('NAT44' or 'IP4BASE') and
10878            not 'IPSEC' and
10879            not 'VHOST'"
10880   parameters:
10881   - "throughput"
10882   - "parent"
10883   - "tags"
10884   sort:
10885   - "IP4BASE"
10886   - "BASE"
10887   - "SRC_USER_10"
10888   - "SRC_USER_100"
10889   - "SRC_USER_1000"
10890   - "SRC_USER_2000"
10891   traces:
10892     hoverinfo: "x+y"
10893     boxpoints: "outliers"
10894     whiskerwidth: 0
10895   layout:
10896     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10897     layout: "plot-throughput"
10898
10899 - type: "plot"
10900   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10901   algorithm: "plot_performance_box"
10902   output-file-type: ".html"
10903   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10904   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10905   filter: "'NIC_Intel-X710' and
10906            '64B' and
10907            'NDRPDR' and
10908            '4T2C' and
10909            'IP4FWD' and
10910            ('NAT44' or 'IP4BASE') and
10911            not 'IPSEC' and
10912            not 'VHOST'"
10913   parameters:
10914   - "throughput"
10915   - "parent"
10916   - "tags"
10917   sort:
10918   - "IP4BASE"
10919   - "BASE"
10920   - "SRC_USER_10"
10921   - "SRC_USER_100"
10922   - "SRC_USER_1000"
10923   - "SRC_USER_2000"
10924   traces:
10925     hoverinfo: "x+y"
10926     boxpoints: "outliers"
10927     whiskerwidth: 0
10928   layout:
10929     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10930     layout: "plot-throughput"
10931
10932 - type: "plot"
10933   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10934   algorithm: "plot_performance_box"
10935   output-file-type: ".html"
10936   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10937   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10938   filter: "'NIC_Intel-X710' and
10939            '64B' and
10940            'NDRPDR' and
10941            '4T2C' and
10942            'IP4FWD' and
10943            ('NAT44' or 'IP4BASE') and
10944            not 'IPSEC' and
10945            not 'VHOST'"
10946   parameters:
10947   - "throughput"
10948   - "parent"
10949   - "tags"
10950   sort:
10951   - "IP4BASE"
10952   - "BASE"
10953   - "SRC_USER_10"
10954   - "SRC_USER_100"
10955   - "SRC_USER_1000"
10956   - "SRC_USER_2000"
10957   traces:
10958     hoverinfo: "x+y"
10959     boxpoints: "outliers"
10960     whiskerwidth: 0
10961   layout:
10962     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10963     layout: "plot-throughput"
10964
10965 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
10966 - type: "plot"
10967   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10968   algorithm: "plot_performance_box"
10969   output-file-type: ".html"
10970   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10971   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10972   filter: "'NIC_Intel-X710' and
10973            '64B' and
10974            'NDRPDR' and
10975            '2T1C' and
10976            'IP4FWD' and
10977            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10978            not 'IPSEC' and
10979            not 'VHOST'"
10980   parameters:
10981   - "throughput"
10982   - "parent"
10983   - "tags"
10984   sort:
10985   - "IP4BASE"
10986   - "ACL_STATELESS"
10987   - "ACL_STATEFUL"
10988   - "ACL_STATELESS"
10989   - "ACL_STATEFUL"
10990   traces:
10991     hoverinfo: "x+y"
10992     boxpoints: "outliers"
10993     whiskerwidth: 0
10994   layout:
10995     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10996     layout: "plot-throughput"
10997
10998 - type: "plot"
10999   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
11000   algorithm: "plot_performance_box"
11001   output-file-type: ".html"
11002   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
11003   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11004   filter: "'NIC_Intel-X710' and
11005            '64B' and
11006            'NDRPDR' and
11007            '2T1C' and
11008            'IP4FWD' and
11009            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11010            not 'IPSEC' and
11011            not 'VHOST'"
11012   parameters:
11013   - "throughput"
11014   - "parent"
11015   - "tags"
11016   sort:
11017   - "IP4BASE"
11018   - "ACL_STATELESS"
11019   - "ACL_STATEFUL"
11020   - "ACL_STATELESS"
11021   - "ACL_STATEFUL"
11022   traces:
11023     hoverinfo: "x+y"
11024     boxpoints: "outliers"
11025     whiskerwidth: 0
11026   layout:
11027     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
11028     layout: "plot-throughput"
11029
11030 - type: "plot"
11031   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11032   algorithm: "plot_performance_box"
11033   output-file-type: ".html"
11034   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11035   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11036   filter: "'NIC_Intel-X710' and
11037            '64B' and
11038            'NDRPDR' and
11039            '4T2C' and
11040            'IP4FWD' and
11041            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11042            not 'IPSEC' and
11043            not 'VHOST'"
11044   parameters:
11045   - "throughput"
11046   - "parent"
11047   - "tags"
11048   sort:
11049   - "IP4BASE"
11050   - "ACL_STATELESS"
11051   - "ACL_STATEFUL"
11052   - "ACL_STATELESS"
11053   - "ACL_STATEFUL"
11054   traces:
11055     hoverinfo: "x+y"
11056     boxpoints: "outliers"
11057     whiskerwidth: 0
11058   layout:
11059     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11060     layout: "plot-throughput"
11061
11062 - type: "plot"
11063   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11064   algorithm: "plot_performance_box"
11065   output-file-type: ".html"
11066   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11067   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11068   filter: "'NIC_Intel-X710' and
11069            '64B' and
11070            'NDRPDR' and
11071            '4T2C' and
11072            'IP4FWD' and
11073            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11074            not 'IPSEC' and
11075            not 'VHOST'"
11076   parameters:
11077   - "throughput"
11078   - "parent"
11079   - "tags"
11080   sort:
11081   - "IP4BASE"
11082   - "ACL_STATELESS"
11083   - "ACL_STATEFUL"
11084   - "ACL_STATELESS"
11085   - "ACL_STATEFUL"
11086   traces:
11087     hoverinfo: "x+y"
11088     boxpoints: "outliers"
11089     whiskerwidth: 0
11090   layout:
11091     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11092     layout: "plot-throughput"
11093
11094 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
11095 - type: "plot"
11096   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11097   algorithm: "plot_performance_box"
11098   output-file-type: ".html"
11099   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11100   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11101   filter: "'NIC_Intel-XL710' and
11102            '64B' and
11103            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11104            'NDRPDR' and
11105            '1T1C' and
11106            'IP4FWD' and
11107            not 'IPSEC' and
11108            not 'VHOST'"
11109   parameters:
11110   - "throughput"
11111   - "parent"
11112   - "tags"
11113   sort:
11114   - "IP4BASE"
11115   - "FIB_20K"
11116   - "FIB_200K"
11117   - "FIB_2M"
11118   traces:
11119     hoverinfo: "x+y"
11120     boxpoints: "outliers"
11121     whiskerwidth: 0
11122   layout:
11123     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11124     layout: "plot-throughput"
11125
11126 - type: "plot"
11127   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11128   algorithm: "plot_performance_box"
11129   output-file-type: ".html"
11130   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11131   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11132   filter: "'NIC_Intel-XL710' and
11133            '64B' and
11134            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11135            'NDRPDR' and
11136            '1T1C' and
11137            'IP4FWD' and
11138            not 'IPSEC' and
11139            not 'VHOST'"
11140   parameters:
11141   - "throughput"
11142   - "parent"
11143   - "tags"
11144   sort:
11145   - "IP4BASE"
11146   - "FIB_20K"
11147   - "FIB_200K"
11148   - "FIB_2M"
11149   traces:
11150     hoverinfo: "x+y"
11151     boxpoints: "outliers"
11152     whiskerwidth: 0
11153   layout:
11154     title: "ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11155     layout: "plot-throughput"
11156
11157 - type: "plot"
11158   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11159   algorithm: "plot_performance_box"
11160   output-file-type: ".html"
11161   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11162   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11163   filter: "'NIC_Intel-XL710' and
11164            '64B' and
11165            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11166            'NDRPDR' and
11167            '2T2C' and
11168            'IP4FWD' and
11169            not 'IPSEC' and
11170            not 'VHOST'"
11171   parameters:
11172   - "throughput"
11173   - "parent"
11174   - "tags"
11175   sort:
11176   - "IP4BASE"
11177   - "FIB_20K"
11178   - "FIB_200K"
11179   - "FIB_2M"
11180   traces:
11181     hoverinfo: "x+y"
11182     boxpoints: "outliers"
11183     whiskerwidth: 0
11184   layout:
11185     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11186     layout: "plot-throughput"
11187
11188 - type: "plot"
11189   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11190   algorithm: "plot_performance_box"
11191   output-file-type: ".html"
11192   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11193   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11194   filter: "'NIC_Intel-XL710' and
11195            '64B' and
11196            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11197            'NDRPDR' and
11198            '2T2C' and
11199            'IP4FWD' and
11200            not 'IPSEC' and
11201            not 'VHOST'"
11202   parameters:
11203   - "throughput"
11204   - "parent"
11205   - "tags"
11206   sort:
11207   - "IP4BASE"
11208   - "FIB_20K"
11209   - "FIB_200K"
11210   - "FIB_2M"
11211   traces:
11212     hoverinfo: "x+y"
11213     boxpoints: "outliers"
11214     whiskerwidth: 0
11215   layout:
11216     title: "ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11217     layout: "plot-throughput"
11218
11219 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
11220 - type: "plot"
11221   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11222   algorithm: "plot_performance_box"
11223   output-file-type: ".html"
11224   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11225   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11226   filter: "'NIC_Intel-X710' and
11227            '64B' and
11228            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11229            'NDRPDR' and
11230            '2T1C' and
11231            'IP4FWD' and
11232            not 'IPSEC' and
11233            not 'DOT1Q' and
11234            not 'VHOST'"
11235   parameters:
11236   - "throughput"
11237   - "parent"
11238   - "tags"
11239   sort:
11240   - "IP4BASE"
11241   - "FIB_20K"
11242   - "FIB_200K"
11243   - "FIB_2M"
11244   traces:
11245     hoverinfo: "x+y"
11246     boxpoints: "outliers"
11247     whiskerwidth: 0
11248   layout:
11249     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11250     layout: "plot-throughput"
11251
11252 - type: "plot"
11253   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11254   algorithm: "plot_performance_box"
11255   output-file-type: ".html"
11256   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11257   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11258   filter: "'NIC_Intel-X710' and
11259            '64B' and
11260            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11261            'NDRPDR' and
11262            '2T1C' and
11263            'IP4FWD' and
11264            not 'IPSEC' and
11265            not 'DOT1Q' and
11266            not 'VHOST'"
11267   parameters:
11268   - "throughput"
11269   - "parent"
11270   - "tags"
11271   sort:
11272   - "IP4BASE"
11273   - "FIB_20K"
11274   - "FIB_200K"
11275   - "FIB_2M"
11276   traces:
11277     hoverinfo: "x+y"
11278     boxpoints: "outliers"
11279     whiskerwidth: 0
11280   layout:
11281     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11282     layout: "plot-throughput"
11283
11284 - type: "plot"
11285   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11286   algorithm: "plot_performance_box"
11287   output-file-type: ".html"
11288   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11289   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11290   filter: "'NIC_Intel-X710' and
11291            '64B' and
11292            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11293            'NDRPDR' and
11294            '4T2C' and
11295            'IP4FWD' and
11296            not 'IPSEC' and
11297            not 'DOT1Q' and
11298            not 'VHOST'"
11299   parameters:
11300   - "throughput"
11301   - "parent"
11302   - "tags"
11303   sort:
11304   - "IP4BASE"
11305   - "FIB_20K"
11306   - "FIB_200K"
11307   - "FIB_2M"
11308   traces:
11309     hoverinfo: "x+y"
11310     boxpoints: "outliers"
11311     whiskerwidth: 0
11312   layout:
11313     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11314     layout: "plot-throughput"
11315
11316 - type: "plot"
11317   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11318   algorithm: "plot_performance_box"
11319   output-file-type: ".html"
11320   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11321   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11322   filter: "'NIC_Intel-X710' and
11323            '64B' and
11324            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11325            'NDRPDR' and
11326            '4T2C' and
11327            'IP4FWD' and
11328            not 'IPSEC' and
11329            not 'DOT1Q' and
11330            not 'VHOST'"
11331   parameters:
11332   - "throughput"
11333   - "parent"
11334   - "tags"
11335   sort:
11336   - "IP4BASE"
11337   - "FIB_20K"
11338   - "FIB_200K"
11339   - "FIB_2M"
11340   traces:
11341     hoverinfo: "x+y"
11342     boxpoints: "outliers"
11343     whiskerwidth: 0
11344   layout:
11345     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11346     layout: "plot-throughput"
11347
11348 # Packet Throughput - VPP IPv4 3n-skx-x710 features
11349 - type: "plot"
11350   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
11351   algorithm: "plot_performance_box"
11352   output-file-type: ".html"
11353   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
11354   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11355   filter: "'NIC_Intel-X710' and
11356            '64B' and
11357            ('IP4BASE' or
11358             'POLICE_MARK' or
11359             'COPWHLIST' or
11360             ('NAT44' and 'BASE') or
11361             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11362            'NDRPDR' and
11363            '2T1C' and
11364            'IP4FWD' and
11365            not 'IPSEC' and
11366            not 'VHOST'"
11367   parameters:
11368   - "throughput"
11369   - "parent"
11370   - "tags"
11371   sort:
11372   - "DOT1Q"
11373   - "IP4BASE"
11374   - "NAT44"
11375   - "POLICE_MARK"
11376   - "COPWHLIST"
11377   - "IACL"
11378   - "OACL"
11379   traces:
11380     hoverinfo: "x+y"
11381     boxpoints: "outliers"
11382     whiskerwidth: 0
11383   layout:
11384     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
11385     layout: "plot-throughput"
11386
11387 - type: "plot"
11388   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
11389   algorithm: "plot_performance_box"
11390   output-file-type: ".html"
11391   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
11392   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11393   filter: "'NIC_Intel-X710' and
11394            '64B' and
11395            ('IP4BASE' or
11396             'POLICE_MARK' or
11397             'COPWHLIST' or
11398             ('NAT44' and 'BASE') or
11399             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11400            'NDRPDR' and
11401            '2T1C' and
11402            'IP4FWD' and
11403            not 'IPSEC' and
11404            not 'VHOST'"
11405   parameters:
11406   - "throughput"
11407   - "parent"
11408   - "tags"
11409   sort:
11410   - "DOT1Q"
11411   - "IP4BASE"
11412   - "NAT44"
11413   - "POLICE_MARK"
11414   - "COPWHLIST"
11415   - "IACL"
11416   - "OACL"
11417   traces:
11418     hoverinfo: "x+y"
11419     boxpoints: "outliers"
11420     whiskerwidth: 0
11421   layout:
11422     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
11423     layout: "plot-throughput"
11424
11425 - type: "plot"
11426   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
11427   algorithm: "plot_performance_box"
11428   output-file-type: ".html"
11429   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
11430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11431   filter: "'NIC_Intel-X710' and
11432            '64B' and
11433            ('IP4BASE' or
11434             'POLICE_MARK' or
11435             'COPWHLIST' or
11436             ('NAT44' and 'BASE') or
11437             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11438            'NDRPDR' and
11439            '4T2C' and
11440            'IP4FWD' and
11441            not 'IPSEC' and
11442            not 'VHOST'"
11443   parameters:
11444   - "throughput"
11445   - "parent"
11446   - "tags"
11447   sort:
11448   - "DOT1Q"
11449   - "IP4BASE"
11450   - "NAT44"
11451   - "POLICE_MARK"
11452   - "COPWHLIST"
11453   - "IACL"
11454   - "OACL"
11455   traces:
11456     hoverinfo: "x+y"
11457     boxpoints: "outliers"
11458     whiskerwidth: 0
11459   layout:
11460     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
11461     layout: "plot-throughput"
11462
11463 - type: "plot"
11464   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
11465   algorithm: "plot_performance_box"
11466   output-file-type: ".html"
11467   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
11468   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11469   filter: "'NIC_Intel-X710' and
11470            '64B' and
11471            ('IP4BASE' or
11472             'POLICE_MARK' or
11473             'COPWHLIST' or
11474             ('NAT44' and 'BASE') or
11475             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11476            'NDRPDR' and
11477            '4T2C' and
11478            'IP4FWD' and
11479            not 'IPSEC' and
11480            not 'VHOST'"
11481   parameters:
11482   - "throughput"
11483   - "parent"
11484   - "tags"
11485   sort:
11486   - "DOT1Q"
11487   - "IP4BASE"
11488   - "NAT44"
11489   - "POLICE_MARK"
11490   - "COPWHLIST"
11491   - "IACL"
11492   - "OACL"
11493   traces:
11494     hoverinfo: "x+y"
11495     boxpoints: "outliers"
11496     whiskerwidth: 0
11497   layout:
11498     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
11499     layout: "plot-throughput"
11500
11501 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
11502 - type: "plot"
11503   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11504   algorithm: "plot_performance_box"
11505   output-file-type: ".html"
11506   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11507   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11508   filter: "'NIC_Intel-X710' and
11509            '64B' and
11510            'NDRPDR' and
11511            '1T1C' and
11512            'IP4FWD' and
11513            ('NAT44' or 'IP4BASE') and
11514            not 'IPSEC' and
11515            not 'VHOST'"
11516   parameters:
11517   - "throughput"
11518   - "parent"
11519   - "tags"
11520   sort:
11521   - "IP4BASE"
11522   - "BASE"
11523   - "SRC_USER_10"
11524   - "SRC_USER_100"
11525   - "SRC_USER_1000"
11526   - "SRC_USER_2000"
11527   traces:
11528     hoverinfo: "x+y"
11529     boxpoints: "outliers"
11530     whiskerwidth: 0
11531   layout:
11532     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11533     layout: "plot-throughput"
11534
11535 - type: "plot"
11536   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11537   algorithm: "plot_performance_box"
11538   output-file-type: ".html"
11539   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11540   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11541   filter: "'NIC_Intel-X710' and
11542            '64B' and
11543            'NDRPDR' and
11544            '1T1C' and
11545            'IP4FWD' and
11546            ('NAT44' or 'IP4BASE') and
11547            not 'IPSEC' and
11548            not 'VHOST'"
11549   parameters:
11550   - "throughput"
11551   - "parent"
11552   - "tags"
11553   sort:
11554   - "IP4BASE"
11555   - "BASE"
11556   - "SRC_USER_10"
11557   - "SRC_USER_100"
11558   - "SRC_USER_1000"
11559   - "SRC_USER_2000"
11560   traces:
11561     hoverinfo: "x+y"
11562     boxpoints: "outliers"
11563     whiskerwidth: 0
11564   layout:
11565     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11566     layout: "plot-throughput"
11567
11568 - type: "plot"
11569   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11570   algorithm: "plot_performance_box"
11571   output-file-type: ".html"
11572   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11573   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11574   filter: "'NIC_Intel-X710' and
11575            '64B' and
11576            'NDRPDR' and
11577            '2T2C' and
11578            'IP4FWD' and
11579            ('NAT44' or 'IP4BASE') and
11580            not 'IPSEC' and
11581            not 'VHOST'"
11582   parameters:
11583   - "throughput"
11584   - "parent"
11585   - "tags"
11586   sort:
11587   - "IP4BASE"
11588   - "BASE"
11589   - "SRC_USER_10"
11590   - "SRC_USER_100"
11591   - "SRC_USER_1000"
11592   - "SRC_USER_2000"
11593   traces:
11594     hoverinfo: "x+y"
11595     boxpoints: "outliers"
11596     whiskerwidth: 0
11597   layout:
11598     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11599     layout: "plot-throughput"
11600
11601 - type: "plot"
11602   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11603   algorithm: "plot_performance_box"
11604   output-file-type: ".html"
11605   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11606   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11607   filter: "'NIC_Intel-X710' and
11608            '64B' and
11609            'NDRPDR' and
11610            '2T2C' and
11611            'IP4FWD' and
11612            ('NAT44' or 'IP4BASE') and
11613            not 'IPSEC' and
11614            not 'VHOST'"
11615   parameters:
11616   - "throughput"
11617   - "parent"
11618   - "tags"
11619   sort:
11620   - "IP4BASE"
11621   - "BASE"
11622   - "SRC_USER_10"
11623   - "SRC_USER_100"
11624   - "SRC_USER_1000"
11625   - "SRC_USER_2000"
11626   traces:
11627     hoverinfo: "x+y"
11628     boxpoints: "outliers"
11629     whiskerwidth: 0
11630   layout:
11631     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11632     layout: "plot-throughput"
11633
11634 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
11635 - type: "plot"
11636   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11637   algorithm: "plot_performance_box"
11638   output-file-type: ".html"
11639   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11640   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11641   filter: "'NIC_Intel-X710' and
11642            '64B' and
11643            'NDRPDR' and
11644            '1T1C' and
11645            'IP4FWD' and
11646            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11647            not 'IPSEC' and
11648            not 'VHOST'"
11649   parameters:
11650   - "throughput"
11651   - "parent"
11652   - "tags"
11653   sort:
11654   - "IP4BASE"
11655   - "ACL_STATELESS"
11656   - "ACL_STATEFUL"
11657   - "ACL_STATELESS"
11658   - "ACL_STATEFUL"
11659   traces:
11660     hoverinfo: "x+y"
11661     boxpoints: "outliers"
11662     whiskerwidth: 0
11663   layout:
11664     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11665     layout: "plot-throughput"
11666
11667 - type: "plot"
11668   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11669   algorithm: "plot_performance_box"
11670   output-file-type: ".html"
11671   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11672   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11673   filter: "'NIC_Intel-X710' and
11674            '64B' and
11675            'NDRPDR' and
11676            '1T1C' and
11677            'IP4FWD' and
11678            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11679            not 'IPSEC' and
11680            not 'VHOST'"
11681   parameters:
11682   - "throughput"
11683   - "parent"
11684   - "tags"
11685   sort:
11686   - "IP4BASE"
11687   - "ACL_STATELESS"
11688   - "ACL_STATEFUL"
11689   - "ACL_STATELESS"
11690   - "ACL_STATEFUL"
11691   traces:
11692     hoverinfo: "x+y"
11693     boxpoints: "outliers"
11694     whiskerwidth: 0
11695   layout:
11696     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11697     layout: "plot-throughput"
11698
11699 - type: "plot"
11700   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11701   algorithm: "plot_performance_box"
11702   output-file-type: ".html"
11703   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11704   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11705   filter: "'NIC_Intel-X710' and
11706            '64B' and
11707            'NDRPDR' and
11708            '2T2C' and
11709            'IP4FWD' and
11710            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11711            not 'IPSEC' and
11712            not 'VHOST'"
11713   parameters:
11714   - "throughput"
11715   - "parent"
11716   - "tags"
11717   sort:
11718   - "IP4BASE"
11719   - "ACL_STATELESS"
11720   - "ACL_STATEFUL"
11721   - "ACL_STATELESS"
11722   - "ACL_STATEFUL"
11723   traces:
11724     hoverinfo: "x+y"
11725     boxpoints: "outliers"
11726     whiskerwidth: 0
11727   layout:
11728     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11729     layout: "plot-throughput"
11730
11731 - type: "plot"
11732   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11733   algorithm: "plot_performance_box"
11734   output-file-type: ".html"
11735   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11736   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11737   filter: "'NIC_Intel-X710' and
11738            '64B' and
11739            'NDRPDR' and
11740            '2T2C' and
11741            'IP4FWD' and
11742            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11743            not 'IPSEC' and
11744            not 'VHOST'"
11745   parameters:
11746   - "throughput"
11747   - "parent"
11748   - "tags"
11749   sort:
11750   - "IP4BASE"
11751   - "ACL_STATELESS"
11752   - "ACL_STATEFUL"
11753   - "ACL_STATELESS"
11754   - "ACL_STATEFUL"
11755   traces:
11756     hoverinfo: "x+y"
11757     boxpoints: "outliers"
11758     whiskerwidth: 0
11759   layout:
11760     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11761     layout: "plot-throughput"
11762
11763 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
11764 - type: "plot"
11765   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11766   algorithm: "plot_performance_box"
11767   output-file-type: ".html"
11768   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11769   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11770   filter: "'NIC_Intel-X710' and
11771            '64B' and
11772            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11773            'NDRPDR' and
11774            '2T1C' and
11775            'IP4FWD' and
11776            not 'IPSEC' and
11777            not 'DOT1Q' and
11778            not 'VHOST'"
11779   parameters:
11780   - "throughput"
11781   - "parent"
11782   - "tags"
11783   sort:
11784   - "IP4BASE"
11785   - "FIB_20K"
11786   - "FIB_200K"
11787   - "FIB_2M"
11788   traces:
11789     hoverinfo: "x+y"
11790     boxpoints: "outliers"
11791     whiskerwidth: 0
11792   layout:
11793     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11794     layout: "plot-throughput"
11795
11796 - type: "plot"
11797   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11798   algorithm: "plot_performance_box"
11799   output-file-type: ".html"
11800   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11801   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11802   filter: "'NIC_Intel-X710' and
11803            '64B' and
11804            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11805            'NDRPDR' and
11806            '2T1C' and
11807            'IP4FWD' and
11808            not 'IPSEC' and
11809            not 'DOT1Q' and
11810            not 'VHOST'"
11811   parameters:
11812   - "throughput"
11813   - "parent"
11814   - "tags"
11815   sort:
11816   - "IP4BASE"
11817   - "FIB_20K"
11818   - "FIB_200K"
11819   - "FIB_2M"
11820   traces:
11821     hoverinfo: "x+y"
11822     boxpoints: "outliers"
11823     whiskerwidth: 0
11824   layout:
11825     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11826     layout: "plot-throughput"
11827
11828 - type: "plot"
11829   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11830   algorithm: "plot_performance_box"
11831   output-file-type: ".html"
11832   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11833   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11834   filter: "'NIC_Intel-X710' and
11835            '64B' and
11836            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11837            'NDRPDR' and
11838            '4T2C' and
11839            'IP4FWD' and
11840            not 'IPSEC' and
11841            not 'DOT1Q' and
11842            not 'VHOST'"
11843   parameters:
11844   - "throughput"
11845   - "parent"
11846   - "tags"
11847   sort:
11848   - "IP4BASE"
11849   - "FIB_20K"
11850   - "FIB_200K"
11851   - "FIB_2M"
11852   traces:
11853     hoverinfo: "x+y"
11854     boxpoints: "outliers"
11855     whiskerwidth: 0
11856   layout:
11857     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11858     layout: "plot-throughput"
11859
11860 - type: "plot"
11861   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11862   algorithm: "plot_performance_box"
11863   output-file-type: ".html"
11864   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11865   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11866   filter: "'NIC_Intel-X710' and
11867            '64B' and
11868            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11869            'NDRPDR' and
11870            '4T2C' and
11871            'IP4FWD' and
11872            not 'IPSEC' and
11873            not 'DOT1Q' and
11874            not 'VHOST'"
11875   parameters:
11876   - "throughput"
11877   - "parent"
11878   - "tags"
11879   sort:
11880   - "IP4BASE"
11881   - "FIB_20K"
11882   - "FIB_200K"
11883   - "FIB_2M"
11884   traces:
11885     hoverinfo: "x+y"
11886     boxpoints: "outliers"
11887     whiskerwidth: 0
11888   layout:
11889     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11890     layout: "plot-throughput"
11891
11892 # Packet Throughput - VPP IPv4 2n-skx-x710 features iacl
11893 - type: "plot"
11894   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11895   algorithm: "plot_performance_box"
11896   output-file-type: ".html"
11897   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11898   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11899   filter: "'NIC_Intel-X710' and
11900            '64B' and
11901            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11902            'NDRPDR' and
11903            '2T1C' and
11904            'IP4FWD' and
11905            not 'IPSEC' and
11906            not 'DOT1Q' and
11907            not 'VHOST'"
11908   parameters:
11909   - "throughput"
11910   - "parent"
11911   - "tags"
11912   sort:
11913   - "IP4BASE"
11914   - "ACL_STATELESS"
11915   - "ACL_STATEFUL"
11916   - "ACL_STATELESS"
11917   - "ACL_STATEFUL"
11918   traces:
11919     hoverinfo: "x+y"
11920     boxpoints: "outliers"
11921     whiskerwidth: 0
11922   layout:
11923     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11924     layout: "plot-throughput"
11925
11926 - type: "plot"
11927   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11928   algorithm: "plot_performance_box"
11929   output-file-type: ".html"
11930   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11931   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11932   filter: "'NIC_Intel-X710' and
11933            '64B' and
11934            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11935            'NDRPDR' and
11936            '2T1C' and
11937            'IP4FWD' and
11938            not 'IPSEC' and
11939            not 'DOT1Q' and
11940            not 'VHOST'"
11941   parameters:
11942   - "throughput"
11943   - "parent"
11944   - "tags"
11945   sort:
11946   - "IP4BASE"
11947   - "ACL_STATELESS"
11948   - "ACL_STATEFUL"
11949   - "ACL_STATELESS"
11950   - "ACL_STATEFUL"
11951   traces:
11952     hoverinfo: "x+y"
11953     boxpoints: "outliers"
11954     whiskerwidth: 0
11955   layout:
11956     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11957     layout: "plot-throughput"
11958
11959 - type: "plot"
11960   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11961   algorithm: "plot_performance_box"
11962   output-file-type: ".html"
11963   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11964   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11965   filter: "'NIC_Intel-X710' and
11966            '64B' and
11967            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11968            'NDRPDR' and
11969            '4T2C' and
11970            'IP4FWD' and
11971            not 'IPSEC' and
11972            not 'DOT1Q' and
11973            not 'VHOST'"
11974   parameters:
11975   - "throughput"
11976   - "parent"
11977   - "tags"
11978   sort:
11979   - "IP4BASE"
11980   - "ACL_STATELESS"
11981   - "ACL_STATEFUL"
11982   - "ACL_STATELESS"
11983   - "ACL_STATEFUL"
11984   traces:
11985     hoverinfo: "x+y"
11986     boxpoints: "outliers"
11987     whiskerwidth: 0
11988   layout:
11989     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11990     layout: "plot-throughput"
11991
11992 - type: "plot"
11993   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11994   algorithm: "plot_performance_box"
11995   output-file-type: ".html"
11996   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11997   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11998   filter: "'NIC_Intel-X710' and
11999            '64B' and
12000            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
12001            'NDRPDR' and
12002            '4T2C' and
12003            'IP4FWD' and
12004            not 'IPSEC' and
12005            not 'DOT1Q' and
12006            not 'VHOST'"
12007   parameters:
12008   - "throughput"
12009   - "parent"
12010   - "tags"
12011   sort:
12012   - "IP4BASE"
12013   - "ACL_STATELESS"
12014   - "ACL_STATEFUL"
12015   - "ACL_STATELESS"
12016   - "ACL_STATEFUL"
12017   traces:
12018     hoverinfo: "x+y"
12019     boxpoints: "outliers"
12020     whiskerwidth: 0
12021   layout:
12022     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
12023     layout: "plot-throughput"
12024
12025 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
12026 - type: "plot"
12027   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12028   algorithm: "plot_performance_box"
12029   output-file-type: ".html"
12030   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12031   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12032   filter: "'NIC_Intel-XXV710' and
12033            '64B' and
12034            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12035            'NDRPDR' and
12036            '2T1C' and
12037            'IP4FWD' and
12038            not 'IPSEC' and
12039            not 'DOT1Q' and
12040            not 'VHOST'"
12041   parameters:
12042   - "throughput"
12043   - "parent"
12044   - "tags"
12045   sort:
12046   - "IP4BASE"
12047   - "FIB_20K"
12048   - "FIB_200K"
12049   - "FIB_2M"
12050   traces:
12051     hoverinfo: "x+y"
12052     boxpoints: "outliers"
12053     whiskerwidth: 0
12054   layout:
12055     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12056     layout: "plot-throughput"
12057
12058 - type: "plot"
12059   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12060   algorithm: "plot_performance_box"
12061   output-file-type: ".html"
12062   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12063   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12064   filter: "'NIC_Intel-XXV710' and
12065            '64B' and
12066            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12067            'NDRPDR' and
12068            '2T1C' and
12069            'IP4FWD' and
12070            not 'IPSEC' and
12071            not 'DOT1Q' and
12072            not 'VHOST'"
12073   parameters:
12074   - "throughput"
12075   - "parent"
12076   - "tags"
12077   sort:
12078   - "IP4BASE"
12079   - "FIB_20K"
12080   - "FIB_200K"
12081   - "FIB_2M"
12082   traces:
12083     hoverinfo: "x+y"
12084     boxpoints: "outliers"
12085     whiskerwidth: 0
12086   layout:
12087     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12088     layout: "plot-throughput"
12089
12090 - type: "plot"
12091   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12092   algorithm: "plot_performance_box"
12093   output-file-type: ".html"
12094   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12095   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12096   filter: "'NIC_Intel-XXV710' and
12097            '64B' and
12098            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12099            'NDRPDR' and
12100            '4T2C' and
12101            'IP4FWD' and
12102            not 'IPSEC' and
12103            not 'DOT1Q' and
12104            not 'VHOST'"
12105   parameters:
12106   - "throughput"
12107   - "parent"
12108   - "tags"
12109   sort:
12110   - "IP4BASE"
12111   - "FIB_20K"
12112   - "FIB_200K"
12113   - "FIB_2M"
12114   traces:
12115     hoverinfo: "x+y"
12116     boxpoints: "outliers"
12117     whiskerwidth: 0
12118   layout:
12119     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12120     layout: "plot-throughput"
12121
12122 - type: "plot"
12123   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12124   algorithm: "plot_performance_box"
12125   output-file-type: ".html"
12126   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12127   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12128   filter: "'NIC_Intel-XXV710' and
12129            '64B' and
12130            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12131            'NDRPDR' and
12132            '4T2C' and
12133            'IP4FWD' and
12134            not 'IPSEC' and
12135            not 'DOT1Q' and
12136            not 'VHOST'"
12137   parameters:
12138   - "throughput"
12139   - "parent"
12140   - "tags"
12141   sort:
12142   - "IP4BASE"
12143   - "FIB_20K"
12144   - "FIB_200K"
12145   - "FIB_2M"
12146   traces:
12147     hoverinfo: "x+y"
12148     boxpoints: "outliers"
12149     whiskerwidth: 0
12150   layout:
12151     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12152     layout: "plot-throughput"
12153
12154 ## Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
12155 #- type: "plot"
12156 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12157 #  algorithm: "plot_performance_box"
12158 #  output-file-type: ".html"
12159 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12160 #  data: "intel-dnv-vpp"
12161 #  filter: "'NIC_Intel-X553' and
12162 #           '64B' and
12163 #           'IP4BASE' and
12164 #           'NDRPDR' and
12165 #           '1T1C' and
12166 #           'IP4FWD' and
12167 #           not 'IPSEC' and
12168 #           not 'VHOST'"
12169 #  parameters:
12170 #  - "throughput"
12171 #  - "parent"
12172 #  - "tags"
12173 #  sort:
12174 #  - "IP4BASE"
12175 #  traces:
12176 #    hoverinfo: "x+y"
12177 #    boxpoints: "outliers"
12178 #    whiskerwidth: 0
12179 #  layout:
12180 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12181 #    layout: "plot-throughput"
12182 #
12183 #- type: "plot"
12184 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12185 #  algorithm: "plot_performance_box"
12186 #  output-file-type: ".html"
12187 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12188 #  data: "intel-dnv-vpp"
12189 #  filter: "'NIC_Intel-X553' and
12190 #           '64B' and
12191 #           'IP4BASE' and
12192 #           'NDRPDR' and
12193 #           '1T1C' and
12194 #           'IP4FWD' and
12195 #           not 'IPSEC' and
12196 #           not 'VHOST'"
12197 #  parameters:
12198 #  - "throughput"
12199 #  - "parent"
12200 #  - "tags"
12201 #  sort:
12202 #  - "IP4BASE"
12203 #  traces:
12204 #    hoverinfo: "x+y"
12205 #    boxpoints: "outliers"
12206 #    whiskerwidth: 0
12207 #  layout:
12208 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12209 #    layout: "plot-throughput"
12210 #
12211 #- type: "plot"
12212 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12213 #  algorithm: "plot_performance_box"
12214 #  output-file-type: ".html"
12215 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12216 #  data: "intel-dnv-vpp"
12217 #  filter: "'NIC_Intel-X553' and
12218 #           '64B' and
12219 #           'IP4BASE' and
12220 #           'NDRPDR' and
12221 #           '2T2C' and
12222 #           'IP4FWD' and
12223 #           not 'IPSEC' and
12224 #           not 'VHOST'"
12225 #  parameters:
12226 #  - "throughput"
12227 #  - "parent"
12228 #  - "tags"
12229 #  sort:
12230 #  - "IP4BASE"
12231 #  traces:
12232 #    hoverinfo: "x+y"
12233 #    boxpoints: "outliers"
12234 #    whiskerwidth: 0
12235 #  layout:
12236 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12237 #    layout: "plot-throughput"
12238 #
12239 #- type: "plot"
12240 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12241 #  algorithm: "plot_performance_box"
12242 #  output-file-type: ".html"
12243 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12244 #  data: "intel-dnv-vpp"
12245 #  filter: "'NIC_Intel-X553' and
12246 #           '64B' and
12247 #           'IP4BASE' and
12248 #           'NDRPDR' and
12249 #           '2T2C' and
12250 #           'IP4FWD' and
12251 #           not 'IPSEC' and
12252 #           not 'VHOST'"
12253 #  parameters:
12254 #  - "throughput"
12255 #  - "parent"
12256 #  - "tags"
12257 #  sort:
12258 #  - "IP4BASE"
12259 #  traces:
12260 #    hoverinfo: "x+y"
12261 #    boxpoints: "outliers"
12262 #    whiskerwidth: 0
12263 #  layout:
12264 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12265 #    layout: "plot-throughput"
12266
12267 ################################################################################
12268
12269 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
12270 - type: "plot"
12271   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12272   algorithm: "plot_performance_box"
12273   output-file-type: ".html"
12274   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12275   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12276   filter: "'NIC_Intel-X520-DA2' and
12277            '64B' and
12278            'ENCAP' and
12279            'NDRPDR' and
12280            '1T1C' and
12281            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12282            not 'DOT1Q' and
12283            not 'VHOST' and
12284            not 'IPSECHW'"
12285   parameters:
12286   - "throughput"
12287   - "parent"
12288   - "tags"
12289   sort:
12290   - "IP4BASE"
12291   - "L2BDMACLRN"
12292   - "L2XCFWD"
12293   - "LISP"
12294   traces:
12295     hoverinfo: "x+y"
12296     boxpoints: "outliers"
12297     whiskerwidth: 0
12298   layout:
12299     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12300     layout: "plot-throughput"
12301
12302 - type: "plot"
12303   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12304   algorithm: "plot_performance_box"
12305   output-file-type: ".html"
12306   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12307   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12308   filter: "'NIC_Intel-X520-DA2' and
12309            '64B' and
12310            'ENCAP' and
12311            'NDRPDR' and
12312            '2T2C' and
12313            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12314            not 'DOT1Q' and
12315            not 'VHOST' and
12316            not 'IPSECHW'"
12317   parameters:
12318   - "throughput"
12319   - "parent"
12320   - "tags"
12321   sort:
12322   - "IP4BASE"
12323   - "L2BDMACLRN"
12324   - "L2XCFWD"
12325   - "LISP"
12326   traces:
12327     hoverinfo: "x+y"
12328     boxpoints: "outliers"
12329     whiskerwidth: 0
12330   layout:
12331     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12332     layout: "plot-throughput"
12333
12334 - type: "plot"
12335   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12336   algorithm: "plot_performance_box"
12337   output-file-type: ".html"
12338   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12339   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12340   filter: "'NIC_Intel-X520-DA2' and
12341            '64B' and
12342            'ENCAP' and
12343            'NDRPDR' and
12344            '1T1C' and
12345            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12346            not 'DOT1Q' and
12347            not 'VHOST' and
12348            not 'IPSECHW'"
12349   parameters:
12350   - "throughput"
12351   - "parent"
12352   - "tags"
12353   sort:
12354   - "IP4BASE"
12355   - "L2BDMACLRN"
12356   - "L2XCFWD"
12357   - "LISP"
12358   traces:
12359     hoverinfo: "x+y"
12360     boxpoints: "outliers"
12361     whiskerwidth: 0
12362   layout:
12363     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12364     layout: "plot-throughput"
12365
12366 - type: "plot"
12367   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12368   algorithm: "plot_performance_box"
12369   output-file-type: ".html"
12370   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12371   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12372   filter: "'NIC_Intel-X520-DA2' and
12373            '64B' and
12374            'ENCAP' and
12375            'NDRPDR' and
12376            '2T2C' and
12377            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12378            not 'DOT1Q' and
12379            not 'VHOST' and
12380            not 'IPSECHW'"
12381   parameters:
12382   - "throughput"
12383   - "parent"
12384   - "tags"
12385   sort:
12386   - "IP4BASE"
12387   - "L2BDMACLRN"
12388   - "L2XCFWD"
12389   - "LISP"
12390   traces:
12391     hoverinfo: "x+y"
12392     boxpoints: "outliers"
12393     whiskerwidth: 0
12394   layout:
12395     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12396     layout: "plot-throughput"
12397
12398 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
12399 - type: "plot"
12400   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12401   algorithm: "plot_performance_box"
12402   output-file-type: ".html"
12403   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12404   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12405   filter: "'NIC_Intel-X710' and
12406            '64B' and
12407            'ENCAP' and
12408            'NDRPDR' and
12409            '1T1C' and
12410            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12411            not 'VHOST' and
12412            not 'IPSECHW'"
12413   parameters:
12414   - "throughput"
12415   - "parent"
12416   - "tags"
12417   sort:
12418   - "IP4BASE"
12419   - "LISP"
12420   - "VXLAN_1"
12421   - "VXLAN_10"
12422   - "VXLAN_100"
12423   - "VXLAN_1000"
12424   traces:
12425     hoverinfo: "x+y"
12426     boxpoints: "outliers"
12427     whiskerwidth: 0
12428   layout:
12429     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12430     layout: "plot-throughput"
12431
12432 - type: "plot"
12433   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12434   algorithm: "plot_performance_box"
12435   output-file-type: ".html"
12436   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12437   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12438   filter: "'NIC_Intel-X710' and
12439            '64B' and
12440            'ENCAP' and
12441            'NDRPDR' and
12442            '1T1C' and
12443            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12444            not 'VHOST' and
12445            not 'IPSECHW'"
12446   parameters:
12447   - "throughput"
12448   - "parent"
12449   - "tags"
12450   sort:
12451   - "IP4BASE"
12452   - "LISP"
12453   - "VXLAN_1"
12454   - "VXLAN_10"
12455   - "VXLAN_100"
12456   - "VXLAN_1000"
12457   traces:
12458     hoverinfo: "x+y"
12459     boxpoints: "outliers"
12460     whiskerwidth: 0
12461   layout:
12462     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12463     layout: "plot-throughput"
12464
12465 - type: "plot"
12466   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12467   algorithm: "plot_performance_box"
12468   output-file-type: ".html"
12469   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12470   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12471   filter: "'NIC_Intel-X710' and
12472            '64B' and
12473            'ENCAP' and
12474            'NDRPDR' and
12475            '2T2C' and
12476            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12477            not 'VHOST' and
12478            not 'IPSECHW'"
12479   parameters:
12480   - "throughput"
12481   - "parent"
12482   - "tags"
12483   sort:
12484   - "IP4BASE"
12485   - "LISP"
12486   - "VXLAN_1"
12487   - "VXLAN_10"
12488   - "VXLAN_100"
12489   - "VXLAN_1000"
12490   traces:
12491     hoverinfo: "x+y"
12492     boxpoints: "outliers"
12493     whiskerwidth: 0
12494   layout:
12495     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12496     layout: "plot-throughput"
12497
12498 - type: "plot"
12499   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12500   algorithm: "plot_performance_box"
12501   output-file-type: ".html"
12502   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12503   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12504   filter: "'NIC_Intel-X710' and
12505            '64B' and
12506            'ENCAP' and
12507            'NDRPDR' and
12508            '2T2C' and
12509            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12510            not 'VHOST' and
12511            not 'IPSECHW'"
12512   parameters:
12513   - "throughput"
12514   - "parent"
12515   - "tags"
12516   sort:
12517   - "IP4BASE"
12518   - "LISP"
12519   - "VXLAN_1"
12520   - "VXLAN_10"
12521   - "VXLAN_100"
12522   - "VXLAN_1000"
12523   traces:
12524     hoverinfo: "x+y"
12525     boxpoints: "outliers"
12526     whiskerwidth: 0
12527   layout:
12528     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12529     layout: "plot-throughput"
12530
12531 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
12532 - type: "plot"
12533   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12534   algorithm: "plot_performance_box"
12535   output-file-type: ".html"
12536   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12537   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12538   filter: "'NIC_Intel-X710' and
12539            '64B' and
12540            'ENCAP' and
12541            'NDRPDR' and
12542            '1T1C' and
12543            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
12544            not 'DOT1Q' and
12545            not 'VHOST' and
12546            not 'IPSECHW'"
12547   parameters:
12548   - "throughput"
12549   - "parent"
12550   - "tags"
12551   sort:
12552   - "IP4BASE"
12553   - "L2BDMACLRN"
12554   - "L2XCFWD"
12555   - "LISP"
12556   traces:
12557     hoverinfo: "x+y"
12558     boxpoints: "outliers"
12559     whiskerwidth: 0
12560   layout:
12561     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12562     layout: "plot-throughput"
12563
12564 - type: "plot"
12565   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12566   algorithm: "plot_performance_box"
12567   output-file-type: ".html"
12568   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12569   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12570   filter: "'NIC_Intel-X710' and
12571            '64B' and
12572            'ENCAP' and
12573            'NDRPDR' and
12574            '2T2C' and
12575            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12576            not 'DOT1Q' and
12577            not 'VHOST' and
12578            not 'IPSECHW'"
12579   parameters:
12580   - "throughput"
12581   - "parent"
12582   - "tags"
12583   sort:
12584   - "IP4BASE"
12585   - "L2BDMACLRN"
12586   - "L2XCFWD"
12587   - "LISP"
12588   traces:
12589     hoverinfo: "x+y"
12590     boxpoints: "outliers"
12591     whiskerwidth: 0
12592   layout:
12593     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12594     layout: "plot-throughput"
12595
12596 - type: "plot"
12597   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12598   algorithm: "plot_performance_box"
12599   output-file-type: ".html"
12600   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12601   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12602   filter: "'NIC_Intel-X710' and
12603            '64B' and
12604            'ENCAP' and
12605            'NDRPDR' and
12606            '1T1C' and
12607            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12608            not 'DOT1Q' and
12609            not 'VHOST' and
12610            not 'IPSECHW'"
12611   parameters:
12612   - "throughput"
12613   - "parent"
12614   - "tags"
12615   sort:
12616   - "IP4BASE"
12617   - "L2BDMACLRN"
12618   - "L2XCFWD"
12619   - "LISP"
12620   traces:
12621     hoverinfo: "x+y"
12622     boxpoints: "outliers"
12623     whiskerwidth: 0
12624   layout:
12625     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12626     layout: "plot-throughput"
12627
12628 - type: "plot"
12629   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12630   algorithm: "plot_performance_box"
12631   output-file-type: ".html"
12632   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12633   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12634   filter: "'NIC_Intel-X710' and
12635            '64B' and
12636            'ENCAP' and
12637            'NDRPDR' and
12638            '2T2C' and
12639            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12640            not 'DOT1Q' and
12641            not 'VHOST' and
12642            not 'IPSECHW'"
12643   parameters:
12644   - "throughput"
12645   - "parent"
12646   - "tags"
12647   sort:
12648   - "IP4BASE"
12649   - "L2BDMACLRN"
12650   - "L2XCFWD"
12651   - "LISP"
12652   traces:
12653     hoverinfo: "x+y"
12654     boxpoints: "outliers"
12655     whiskerwidth: 0
12656   layout:
12657     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12658     layout: "plot-throughput"
12659
12660 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
12661 - type: "plot"
12662   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12663   algorithm: "plot_performance_box"
12664   output-file-type: ".html"
12665   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12666   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12667   filter: "'NIC_Intel-X710' and
12668            '64B' and
12669            'ENCAP' and
12670            'NDRPDR' and
12671            '2T1C' and
12672            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12673            not 'VHOST' and
12674            not 'IPSECHW'"
12675   parameters:
12676   - "throughput"
12677   - "parent"
12678   - "tags"
12679   sort:
12680   - "IP4BASE"
12681   - "LISP"
12682   - "VXLAN_1"
12683   - "VXLAN_10"
12684   - "VXLAN_100"
12685   - "VXLAN_1000"
12686   traces:
12687     hoverinfo: "x+y"
12688     boxpoints: "outliers"
12689     whiskerwidth: 0
12690   layout:
12691     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12692     layout: "plot-throughput"
12693
12694 - type: "plot"
12695   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12696   algorithm: "plot_performance_box"
12697   output-file-type: ".html"
12698   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12699   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12700   filter: "'NIC_Intel-X710' and
12701            '64B' and
12702            'ENCAP' and
12703            'NDRPDR' and
12704            '2T1C' and
12705            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12706            not 'VHOST' and
12707            not 'IPSECHW'"
12708   parameters:
12709   - "throughput"
12710   - "parent"
12711   - "tags"
12712   sort:
12713   - "IP4BASE"
12714   - "LISP"
12715   - "VXLAN_1"
12716   - "VXLAN_10"
12717   - "VXLAN_100"
12718   - "VXLAN_1000"
12719   traces:
12720     hoverinfo: "x+y"
12721     boxpoints: "outliers"
12722     whiskerwidth: 0
12723   layout:
12724     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12725     layout: "plot-throughput"
12726
12727 - type: "plot"
12728   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12729   algorithm: "plot_performance_box"
12730   output-file-type: ".html"
12731   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12732   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12733   filter: "'NIC_Intel-X710' and
12734            '64B' and
12735            'ENCAP' and
12736            'NDRPDR' and
12737            '4T2C' and
12738            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12739            not 'VHOST' and
12740            not 'IPSECHW'"
12741   parameters:
12742   - "throughput"
12743   - "parent"
12744   - "tags"
12745   sort:
12746   - "IP4BASE"
12747   - "LISP"
12748   - "VXLAN_1"
12749   - "VXLAN_10"
12750   - "VXLAN_100"
12751   - "VXLAN_1000"
12752   traces:
12753     hoverinfo: "x+y"
12754     boxpoints: "outliers"
12755     whiskerwidth: 0
12756   layout:
12757     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12758     layout: "plot-throughput"
12759
12760 - type: "plot"
12761   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12762   algorithm: "plot_performance_box"
12763   output-file-type: ".html"
12764   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12765   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12766   filter: "'NIC_Intel-X710' and
12767            '64B' and
12768            'ENCAP' and
12769            'NDRPDR' and
12770            '4T2C' and
12771            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12772            not 'VHOST' and
12773            not 'IPSECHW'"
12774   parameters:
12775   - "throughput"
12776   - "parent"
12777   - "tags"
12778   sort:
12779   - "IP4BASE"
12780   - "LISP"
12781   - "VXLAN_1"
12782   - "VXLAN_10"
12783   - "VXLAN_100"
12784   - "VXLAN_1000"
12785   traces:
12786     hoverinfo: "x+y"
12787     boxpoints: "outliers"
12788     whiskerwidth: 0
12789   layout:
12790     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12791     layout: "plot-throughput"
12792
12793 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
12794 - type: "plot"
12795   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12796   algorithm: "plot_performance_box"
12797   output-file-type: ".html"
12798   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12799   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12800   filter: "'NIC_Intel-X710' and
12801            '64B' and
12802            'ENCAP' and
12803            'NDRPDR' and
12804            '2T1C' and
12805            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12806            not 'DOT1Q' and
12807            not 'VHOST' and
12808            not 'IPSECHW'"
12809   parameters:
12810   - "throughput"
12811   - "parent"
12812   - "tags"
12813   sort:
12814   - "IP4BASE"
12815   - "L2BDMACLRN"
12816   - "L2XCFWD"
12817   - "LISP"
12818   traces:
12819     hoverinfo: "x+y"
12820     boxpoints: "outliers"
12821     whiskerwidth: 0
12822   layout:
12823     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12824     layout: "plot-throughput"
12825
12826 - type: "plot"
12827   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12828   algorithm: "plot_performance_box"
12829   output-file-type: ".html"
12830   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12831   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12832   filter: "'NIC_Intel-X710' and
12833            '64B' and
12834            'ENCAP' and
12835            'NDRPDR' and
12836            '4T2C' and
12837            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12838            not 'DOT1Q' and
12839            not 'VHOST' and
12840            not 'IPSECHW'"
12841   parameters:
12842   - "throughput"
12843   - "parent"
12844   - "tags"
12845   sort:
12846   - "IP4BASE"
12847   - "L2BDMACLRN"
12848   - "L2XCFWD"
12849   - "LISP"
12850   traces:
12851     hoverinfo: "x+y"
12852     boxpoints: "outliers"
12853     whiskerwidth: 0
12854   layout:
12855     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12856     layout: "plot-throughput"
12857
12858 - type: "plot"
12859   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12860   algorithm: "plot_performance_box"
12861   output-file-type: ".html"
12862   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12863   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12864   filter: "'NIC_Intel-X710' and
12865            '64B' and
12866            'ENCAP' and
12867            'NDRPDR' and
12868            '2T1C' and
12869            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12870            not 'DOT1Q' and
12871            not 'VHOST' and
12872            not 'IPSECHW'"
12873   parameters:
12874   - "throughput"
12875   - "parent"
12876   - "tags"
12877   sort:
12878   - "IP4BASE"
12879   - "L2BDMACLRN"
12880   - "L2XCFWD"
12881   - "LISP"
12882   traces:
12883     hoverinfo: "x+y"
12884     boxpoints: "outliers"
12885     whiskerwidth: 0
12886   layout:
12887     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12888     layout: "plot-throughput"
12889
12890 - type: "plot"
12891   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12892   algorithm: "plot_performance_box"
12893   output-file-type: ".html"
12894   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12895   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12896   filter: "'NIC_Intel-X710' and
12897            '64B' and
12898            'ENCAP' and
12899            'NDRPDR' and
12900            '4T2C' and
12901            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12902            not 'DOT1Q' and
12903            not 'VHOST' and
12904            not 'IPSECHW'"
12905   parameters:
12906   - "throughput"
12907   - "parent"
12908   - "tags"
12909   sort:
12910   - "IP4BASE"
12911   - "L2BDMACLRN"
12912   - "L2XCFWD"
12913   - "LISP"
12914   traces:
12915     hoverinfo: "x+y"
12916     boxpoints: "outliers"
12917     whiskerwidth: 0
12918   layout:
12919     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12920     layout: "plot-throughput"
12921
12922 ################################################################################
12923
12924 # Packet Throughput - VPP IPv6 3n-hsw-x520
12925 - type: "plot"
12926   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12927   algorithm: "plot_performance_box"
12928   output-file-type: ".html"
12929   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12930   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12931   filter: "'NIC_Intel-X520-DA2' and
12932            '78B' and
12933            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12934            'NDRPDR' and
12935            '1T1C' and
12936            'IP6FWD' and
12937            not 'SRv6' and
12938            not 'IPSEC' and
12939            not 'VHOST'"
12940   parameters:
12941   - "throughput"
12942   - "parent"
12943   - "tags"
12944   sort:
12945   - "IP6BASE"
12946   - "FIB_20K"
12947   - "FIB_200K"
12948   - "FIB_2M"
12949   traces:
12950     hoverinfo: "x+y"
12951     boxpoints: "outliers"
12952     whiskerwidth: 0
12953   layout:
12954     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12955     layout: "plot-throughput"
12956
12957 - type: "plot"
12958   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12959   algorithm: "plot_performance_box"
12960   output-file-type: ".html"
12961   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12962   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12963   filter: "'NIC_Intel-X520-DA2' and
12964            '78B' and
12965            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12966            'NDRPDR' and
12967            '1T1C' and
12968            'IP6FWD' and
12969            not 'SRv6' and
12970            not 'IPSEC' and
12971            not 'VHOST'"
12972   parameters:
12973   - "throughput"
12974   - "parent"
12975   - "tags"
12976   sort:
12977   - "IP6BASE"
12978   - "FIB_20K"
12979   - "FIB_200K"
12980   - "FIB_2M"
12981   traces:
12982     hoverinfo: "x+y"
12983     boxpoints: "outliers"
12984     whiskerwidth: 0
12985   layout:
12986     title: "ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12987     layout: "plot-throughput"
12988
12989 - type: "plot"
12990   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12991   algorithm: "plot_performance_box"
12992   output-file-type: ".html"
12993   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12994   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12995   filter: "'NIC_Intel-X520-DA2' and
12996            '78B' and
12997            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12998            'NDRPDR' and
12999            '2T2C' and
13000            'IP6FWD' and
13001            not 'SRv6' and
13002            not 'IPSEC' and
13003            not 'VHOST'"
13004   parameters:
13005   - "throughput"
13006   - "parent"
13007   - "tags"
13008   sort:
13009   - "IP6BASE"
13010   - "FIB_20K"
13011   - "FIB_200K"
13012   - "FIB_2M"
13013   traces:
13014     hoverinfo: "x+y"
13015     boxpoints: "outliers"
13016     whiskerwidth: 0
13017   layout:
13018     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
13019     layout: "plot-throughput"
13020
13021 - type: "plot"
13022   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-pdr"
13023   algorithm: "plot_performance_box"
13024   output-file-type: ".html"
13025   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-pdr"
13026   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13027   filter: "'NIC_Intel-X520-DA2' and
13028            '78B' and
13029            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13030            'NDRPDR' and
13031            '2T2C' and
13032            'IP6FWD' and
13033            not 'SRv6' and
13034            not 'IPSEC' and
13035            not 'VHOST'"
13036   parameters:
13037   - "throughput"
13038   - "parent"
13039   - "tags"
13040   sort:
13041   - "IP6BASE"
13042   - "FIB_20K"
13043   - "FIB_200K"
13044   - "FIB_2M"
13045   traces:
13046     hoverinfo: "x+y"
13047     boxpoints: "outliers"
13048     whiskerwidth: 0
13049   layout:
13050     title: "ip6-3n-hsw-x520-78b-2t2c-base-pdr"
13051     layout: "plot-throughput"
13052
13053 # Packet Throughput - VPP IPv6 3n-hsw-x710
13054 - type: "plot"
13055   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13056   algorithm: "plot_performance_box"
13057   output-file-type: ".html"
13058   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13059   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13060   filter: "'NIC_Intel-X710' and
13061            '78B' and
13062            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13063            'NDRPDR' and
13064            '1T1C' and
13065            'IP6FWD' and
13066            not 'SRv6' and
13067            not 'IPSEC' and
13068            not 'VHOST'"
13069   parameters:
13070   - "throughput"
13071   - "parent"
13072   - "tags"
13073   sort:
13074   - "IP6BASE"
13075   - "FIB_20K"
13076   - "FIB_200K"
13077   - "FIB_2M"
13078   traces:
13079     hoverinfo: "x+y"
13080     boxpoints: "outliers"
13081     whiskerwidth: 0
13082   layout:
13083     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13084     layout: "plot-throughput"
13085
13086 - type: "plot"
13087   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13088   algorithm: "plot_performance_box"
13089   output-file-type: ".html"
13090   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13091   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13092   filter: "'NIC_Intel-X710' and
13093            '78B' and
13094            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13095            'NDRPDR' and
13096            '1T1C' and
13097            'IP6FWD' and
13098            not 'SRv6' and
13099            not 'IPSEC' and
13100            not 'VHOST'"
13101   parameters:
13102   - "throughput"
13103   - "parent"
13104   - "tags"
13105   sort:
13106   - "IP6BASE"
13107   - "FIB_20K"
13108   - "FIB_200K"
13109   - "FIB_2M"
13110   traces:
13111     hoverinfo: "x+y"
13112     boxpoints: "outliers"
13113     whiskerwidth: 0
13114   layout:
13115     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13116     layout: "plot-throughput"
13117
13118 - type: "plot"
13119   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13120   algorithm: "plot_performance_box"
13121   output-file-type: ".html"
13122   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13123   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13124   filter: "'NIC_Intel-X710' and
13125            '78B' and
13126            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13127            'NDRPDR' and
13128            '2T2C' and
13129            'IP6FWD' and
13130            not 'SRv6' and
13131            not 'IPSEC' and
13132            not 'VHOST'"
13133   parameters:
13134   - "throughput"
13135   - "parent"
13136   - "tags"
13137   sort:
13138   - "IP6BASE"
13139   - "FIB_20K"
13140   - "FIB_200K"
13141   - "FIB_2M"
13142   traces:
13143     hoverinfo: "x+y"
13144     boxpoints: "outliers"
13145     whiskerwidth: 0
13146   layout:
13147     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13148     layout: "plot-throughput"
13149
13150 - type: "plot"
13151   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13152   algorithm: "plot_performance_box"
13153   output-file-type: ".html"
13154   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13155   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13156   filter: "'NIC_Intel-X710' and
13157            '78B' and
13158            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13159            'NDRPDR' and
13160            '2T2C' and
13161            'IP6FWD' and
13162            not 'SRv6' and
13163            not 'IPSEC' and
13164            not 'VHOST'"
13165   parameters:
13166   - "throughput"
13167   - "parent"
13168   - "tags"
13169   sort:
13170   - "IP6BASE"
13171   - "FIB_20K"
13172   - "FIB_200K"
13173   - "FIB_2M"
13174   traces:
13175     hoverinfo: "x+y"
13176     boxpoints: "outliers"
13177     whiskerwidth: 0
13178   layout:
13179     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13180     layout: "plot-throughput"
13181
13182 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
13183 - type: "plot"
13184   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13185   algorithm: "plot_performance_box"
13186   output-file-type: ".html"
13187   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13188   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13189   filter: "'NIC_Intel-X710' and
13190            '78B' and
13191            ('IP6BASE' or
13192             'POLICE_MARK' or
13193             'COPWHLIST' or
13194             'IACLDST') and
13195            'NDRPDR' and
13196            '1T1C' and
13197            'IP6FWD' and
13198            not 'SRv6' and
13199            not 'IPSEC' and
13200            not 'VHOST'"
13201   parameters:
13202   - "throughput"
13203   - "parent"
13204   - "tags"
13205   sort:
13206   - "IP6BASE"
13207   - "POLICE_MARK"
13208   - "COPWHLIST"
13209   - "IACLDST"
13210   traces:
13211     hoverinfo: "x+y"
13212     boxpoints: "outliers"
13213     whiskerwidth: 0
13214   layout:
13215     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13216     layout: "plot-throughput"
13217
13218 - type: "plot"
13219   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13220   algorithm: "plot_performance_box"
13221   output-file-type: ".html"
13222   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13223   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13224   filter: "'NIC_Intel-X710' and
13225            '78B' and
13226            ('IP6BASE' or
13227             'POLICE_MARK' or
13228             'COPWHLIST' or
13229             'IACLDST') and
13230            'NDRPDR' and
13231            '2T2C' and
13232            'IP6FWD' and
13233            not 'SRv6' and
13234            not 'IPSEC' and
13235            not 'VHOST'"
13236   parameters:
13237   - "throughput"
13238   - "parent"
13239   - "tags"
13240   sort:
13241   - "IP6BASE"
13242   - "POLICE_MARK"
13243   - "COPWHLIST"
13244   - "IACLDST"
13245   traces:
13246     hoverinfo: "x+y"
13247     boxpoints: "outliers"
13248     whiskerwidth: 0
13249   layout:
13250     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13251     layout: "plot-throughput"
13252
13253 - type: "plot"
13254   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13255   algorithm: "plot_performance_box"
13256   output-file-type: ".html"
13257   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13258   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13259   filter: "'NIC_Intel-X710' and
13260            '78B' and
13261            ('IP6BASE' or
13262             'POLICE_MARK' or
13263             'COPWHLIST' or
13264             'IACLDST') and
13265            'NDRPDR' and
13266            '1T1C' and
13267            'IP6FWD' and
13268            not 'SRv6' and
13269            not 'IPSEC' and
13270            not 'VHOST'"
13271   parameters:
13272   - "throughput"
13273   - "parent"
13274   - "tags"
13275   sort:
13276   - "IP6BASE"
13277   - "POLICE_MARK"
13278   - "COPWHLIST"
13279   - "IACLDST"
13280   traces:
13281     hoverinfo: "x+y"
13282     boxpoints: "outliers"
13283     whiskerwidth: 0
13284   layout:
13285     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13286     layout: "plot-throughput"
13287
13288 - type: "plot"
13289   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13290   algorithm: "plot_performance_box"
13291   output-file-type: ".html"
13292   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13293   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13294   filter: "'NIC_Intel-X710' and
13295            '78B' and
13296            ('IP6BASE' or
13297             'POLICE_MARK' or
13298             'COPWHLIST' or
13299             'IACLDST') and
13300            'NDRPDR' and
13301            '2T2C' and
13302            'IP6FWD' and
13303            not 'SRv6' and
13304            not 'IPSEC' and
13305            not 'VHOST'"
13306   parameters:
13307   - "throughput"
13308   - "parent"
13309   - "tags"
13310   sort:
13311   - "IP6BASE"
13312   - "POLICE_MARK"
13313   - "COPWHLIST"
13314   - "IACLDST"
13315   traces:
13316     hoverinfo: "x+y"
13317     boxpoints: "outliers"
13318     whiskerwidth: 0
13319   layout:
13320     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13321     layout: "plot-throughput"
13322
13323 # Packet Throughput - VPP IPv6 3n-hsw-xl710
13324 - type: "plot"
13325   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13326   algorithm: "plot_performance_box"
13327   output-file-type: ".html"
13328   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13329   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13330   filter: "'NIC_Intel-XL710' and
13331            '78B' and
13332            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13333            'NDRPDR' and
13334            '1T1C' and
13335            'IP6FWD' and
13336            not 'SRv6' and
13337            not 'IPSEC' and
13338            not 'VHOST'"
13339   parameters:
13340   - "throughput"
13341   - "parent"
13342   - "tags"
13343   sort:
13344   - "IP6BASE"
13345   - "FIB_20K"
13346   - "FIB_200K"
13347   - "FIB_2M"
13348   traces:
13349     hoverinfo: "x+y"
13350     boxpoints: "outliers"
13351     whiskerwidth: 0
13352   layout:
13353     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13354     layout: "plot-throughput"
13355
13356 - type: "plot"
13357   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13358   algorithm: "plot_performance_box"
13359   output-file-type: ".html"
13360   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13361   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13362   filter: "'NIC_Intel-XL710' and
13363            '78B' and
13364            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13365            'NDRPDR' and
13366            '1T1C' and
13367            'IP6FWD' and
13368            not 'SRv6' and
13369            not 'IPSEC' and
13370            not 'VHOST'"
13371   parameters:
13372   - "throughput"
13373   - "parent"
13374   - "tags"
13375   sort:
13376   - "IP6BASE"
13377   - "FIB_20K"
13378   - "FIB_200K"
13379   - "FIB_2M"
13380   traces:
13381     hoverinfo: "x+y"
13382     boxpoints: "outliers"
13383     whiskerwidth: 0
13384   layout:
13385     title: "ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13386     layout: "plot-throughput"
13387
13388 - type: "plot"
13389   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13390   algorithm: "plot_performance_box"
13391   output-file-type: ".html"
13392   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13393   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13394   filter: "'NIC_Intel-XL710' and
13395            '78B' and
13396            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13397            'NDRPDR' and
13398            '2T2C' and
13399            'IP6FWD' and
13400            not 'SRv6' and
13401            not 'IPSEC' and
13402            not 'VHOST'"
13403   parameters:
13404   - "throughput"
13405   - "parent"
13406   - "tags"
13407   sort:
13408   - "IP6BASE"
13409   - "FIB_20K"
13410   - "FIB_200K"
13411   - "FIB_2M"
13412   traces:
13413     hoverinfo: "x+y"
13414     boxpoints: "outliers"
13415     whiskerwidth: 0
13416   layout:
13417     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13418     layout: "plot-throughput"
13419
13420 - type: "plot"
13421   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13422   algorithm: "plot_performance_box"
13423   output-file-type: ".html"
13424   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13425   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13426   filter: "'NIC_Intel-XL710' and
13427            '78B' and
13428            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13429            'NDRPDR' and
13430            '2T2C' and
13431            'IP6FWD' and
13432            not 'SRv6' and
13433            not 'IPSEC' and
13434            not 'VHOST'"
13435   parameters:
13436   - "throughput"
13437   - "parent"
13438   - "tags"
13439   sort:
13440   - "IP6BASE"
13441   - "FIB_20K"
13442   - "FIB_200K"
13443   - "FIB_2M"
13444   traces:
13445     hoverinfo: "x+y"
13446     boxpoints: "outliers"
13447     whiskerwidth: 0
13448   layout:
13449     title: "ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13450     layout: "plot-throughput"
13451
13452 # Packet Throughput - VPP IPv6 3n-skx-x710
13453 - type: "plot"
13454   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13455   algorithm: "plot_performance_box"
13456   output-file-type: ".html"
13457   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13458   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13459   filter: "'NIC_Intel-X710' and
13460            '78B' and
13461            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13462            'NDRPDR' and
13463            '2T1C' and
13464            'IP6FWD' and
13465            not 'SRv6' and
13466            not 'IPSEC' and
13467            not 'VHOST'"
13468   parameters:
13469   - "throughput"
13470   - "parent"
13471   - "tags"
13472   sort:
13473   - "IP6BASE"
13474   - "FIB_20K"
13475   - "FIB_200K"
13476   - "FIB_2M"
13477   traces:
13478     hoverinfo: "x+y"
13479     boxpoints: "outliers"
13480     whiskerwidth: 0
13481   layout:
13482     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13483     layout: "plot-throughput"
13484
13485 - type: "plot"
13486   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13487   algorithm: "plot_performance_box"
13488   output-file-type: ".html"
13489   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13491   filter: "'NIC_Intel-X710' and
13492            '78B' and
13493            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13494            'NDRPDR' and
13495            '2T1C' and
13496            'IP6FWD' and
13497            not 'SRv6' and
13498            not 'IPSEC' and
13499            not 'VHOST'"
13500   parameters:
13501   - "throughput"
13502   - "parent"
13503   - "tags"
13504   sort:
13505   - "IP6BASE"
13506   - "FIB_20K"
13507   - "FIB_200K"
13508   - "FIB_2M"
13509   traces:
13510     hoverinfo: "x+y"
13511     boxpoints: "outliers"
13512     whiskerwidth: 0
13513   layout:
13514     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13515     layout: "plot-throughput"
13516
13517 - type: "plot"
13518   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13519   algorithm: "plot_performance_box"
13520   output-file-type: ".html"
13521   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13522   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13523   filter: "'NIC_Intel-X710' and
13524            '78B' and
13525            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13526            'NDRPDR' and
13527            '4T2C' and
13528            'IP6FWD' and
13529            not 'SRv6' and
13530            not 'IPSEC' and
13531            not 'VHOST'"
13532   parameters:
13533   - "throughput"
13534   - "parent"
13535   - "tags"
13536   sort:
13537   - "IP6BASE"
13538   - "FIB_20K"
13539   - "FIB_200K"
13540   - "FIB_2M"
13541   traces:
13542     hoverinfo: "x+y"
13543     boxpoints: "outliers"
13544     whiskerwidth: 0
13545   layout:
13546     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13547     layout: "plot-throughput"
13548
13549 - type: "plot"
13550   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13551   algorithm: "plot_performance_box"
13552   output-file-type: ".html"
13553   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13554   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13555   filter: "'NIC_Intel-X710' and
13556            '78B' and
13557            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13558            'NDRPDR' and
13559            '4T2C' and
13560            'IP6FWD' and
13561            not 'SRv6' and
13562            not 'IPSEC' and
13563            not 'VHOST'"
13564   parameters:
13565   - "throughput"
13566   - "parent"
13567   - "tags"
13568   sort:
13569   - "IP6BASE"
13570   - "FIB_20K"
13571   - "FIB_200K"
13572   - "FIB_2M"
13573   traces:
13574     hoverinfo: "x+y"
13575     boxpoints: "outliers"
13576     whiskerwidth: 0
13577   layout:
13578     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13579     layout: "plot-throughput"
13580
13581 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
13582 - type: "plot"
13583   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13584   algorithm: "plot_performance_box"
13585   output-file-type: ".html"
13586   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13587   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13588   filter: "'NIC_Intel-X710' and
13589            '78B' and
13590            ('IP6BASE' or
13591             'POLICE_MARK' or
13592             'COPWHLIST' or
13593             'IACLDST') and
13594            'NDRPDR' and
13595            '2T1C' and
13596            'IP6FWD' and
13597            not 'SRv6' and
13598            not 'IPSEC' and
13599            not 'VHOST'"
13600   parameters:
13601   - "throughput"
13602   - "parent"
13603   - "tags"
13604   sort:
13605   - "IP6BASE"
13606   - "POLICE_MARK"
13607   - "COPWHLIST"
13608   - "IACLDST"
13609   traces:
13610     hoverinfo: "x+y"
13611     boxpoints: "outliers"
13612     whiskerwidth: 0
13613   layout:
13614     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13615     layout: "plot-throughput"
13616
13617 - type: "plot"
13618   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13619   algorithm: "plot_performance_box"
13620   output-file-type: ".html"
13621   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13622   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13623   filter: "'NIC_Intel-X710' and
13624            '78B' and
13625            ('IP6BASE' or
13626             'POLICE_MARK' or
13627             'COPWHLIST' or
13628             'IACLDST') and
13629            'NDRPDR' and
13630            '4T2C' and
13631            'IP6FWD' and
13632            not 'SRv6' and
13633            not 'IPSEC' and
13634            not 'VHOST'"
13635   parameters:
13636   - "throughput"
13637   - "parent"
13638   - "tags"
13639   sort:
13640   - "IP6BASE"
13641   - "POLICE_MARK"
13642   - "COPWHLIST"
13643   - "IACLDST"
13644   traces:
13645     hoverinfo: "x+y"
13646     boxpoints: "outliers"
13647     whiskerwidth: 0
13648   layout:
13649     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13650     layout: "plot-throughput"
13651
13652 - type: "plot"
13653   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13654   algorithm: "plot_performance_box"
13655   output-file-type: ".html"
13656   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13657   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13658   filter: "'NIC_Intel-X710' and
13659            '78B' and
13660            ('IP6BASE' or
13661             'POLICE_MARK' or
13662             'COPWHLIST' or
13663             'IACLDST') and
13664            'NDRPDR' and
13665            '2T1C' and
13666            'IP6FWD' and
13667            not 'SRv6' and
13668            not 'IPSEC' and
13669            not 'VHOST'"
13670   parameters:
13671   - "throughput"
13672   - "parent"
13673   - "tags"
13674   sort:
13675   - "IP6BASE"
13676   - "POLICE_MARK"
13677   - "COPWHLIST"
13678   - "IACLDST"
13679   traces:
13680     hoverinfo: "x+y"
13681     boxpoints: "outliers"
13682     whiskerwidth: 0
13683   layout:
13684     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13685     layout: "plot-throughput"
13686
13687 - type: "plot"
13688   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13689   algorithm: "plot_performance_box"
13690   output-file-type: ".html"
13691   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13692   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13693   filter: "'NIC_Intel-X710' and
13694            '78B' and
13695            ('IP6BASE' or
13696             'POLICE_MARK' or
13697             'COPWHLIST' or
13698             'IACLDST') and
13699            'NDRPDR' and
13700            '4T2C' and
13701            'IP6FWD' and
13702            not 'SRv6' and
13703            not 'IPSEC' and
13704            not 'VHOST'"
13705   parameters:
13706   - "throughput"
13707   - "parent"
13708   - "tags"
13709   sort:
13710   - "IP6BASE"
13711   - "POLICE_MARK"
13712   - "COPWHLIST"
13713   - "IACLDST"
13714   traces:
13715     hoverinfo: "x+y"
13716     boxpoints: "outliers"
13717     whiskerwidth: 0
13718   layout:
13719     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13720     layout: "plot-throughput"
13721
13722 # Packet Throughput - VPP IPv6 3n-skx-xxv710
13723 - type: "plot"
13724   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13725   algorithm: "plot_performance_box"
13726   output-file-type: ".html"
13727   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13729   filter: "'NIC_Intel-XXV710' and
13730            '78B' and
13731            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13732            'NDRPDR' and
13733            '2T1C' and
13734            'IP6FWD' and
13735            not 'SRv6' and
13736            not 'IPSEC' and
13737            not 'VHOST'"
13738   parameters:
13739   - "throughput"
13740   - "parent"
13741   - "tags"
13742   sort:
13743   - "IP6BASE"
13744   - "FIB_20K"
13745   - "FIB_200K"
13746   - "FIB_2M"
13747   traces:
13748     hoverinfo: "x+y"
13749     boxpoints: "outliers"
13750     whiskerwidth: 0
13751   layout:
13752     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13753     layout: "plot-throughput"
13754
13755 - type: "plot"
13756   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13757   algorithm: "plot_performance_box"
13758   output-file-type: ".html"
13759   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13760   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13761   filter: "'NIC_Intel-XXV710' and
13762            '78B' and
13763            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13764            'NDRPDR' and
13765            '2T1C' and
13766            'IP6FWD' and
13767            not 'SRv6' and
13768            not 'IPSEC' and
13769            not 'VHOST'"
13770   parameters:
13771   - "throughput"
13772   - "parent"
13773   - "tags"
13774   sort:
13775   - "IP6BASE"
13776   - "FIB_20K"
13777   - "FIB_200K"
13778   - "FIB_2M"
13779   traces:
13780     hoverinfo: "x+y"
13781     boxpoints: "outliers"
13782     whiskerwidth: 0
13783   layout:
13784     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13785     layout: "plot-throughput"
13786
13787 - type: "plot"
13788   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13789   algorithm: "plot_performance_box"
13790   output-file-type: ".html"
13791   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13792   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13793   filter: "'NIC_Intel-XXV710' and
13794            '78B' and
13795            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13796            'NDRPDR' and
13797            '4T2C' and
13798            'IP6FWD' and
13799            not 'SRv6' and
13800            not 'IPSEC' and
13801            not 'VHOST'"
13802   parameters:
13803   - "throughput"
13804   - "parent"
13805   - "tags"
13806   sort:
13807   - "IP6BASE"
13808   - "FIB_20K"
13809   - "FIB_200K"
13810   - "FIB_2M"
13811   traces:
13812     hoverinfo: "x+y"
13813     boxpoints: "outliers"
13814     whiskerwidth: 0
13815   layout:
13816     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13817     layout: "plot-throughput"
13818
13819 - type: "plot"
13820   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13821   algorithm: "plot_performance_box"
13822   output-file-type: ".html"
13823   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13824   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13825   filter: "'NIC_Intel-XXV710' and
13826            '78B' and
13827            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13828            'NDRPDR' and
13829            '4T2C' and
13830            'IP6FWD' and
13831            not 'SRv6' and
13832            not 'IPSEC' and
13833            not 'VHOST'"
13834   parameters:
13835   - "throughput"
13836   - "parent"
13837   - "tags"
13838   sort:
13839   - "IP6BASE"
13840   - "FIB_20K"
13841   - "FIB_200K"
13842   - "FIB_2M"
13843   traces:
13844     hoverinfo: "x+y"
13845     boxpoints: "outliers"
13846     whiskerwidth: 0
13847   layout:
13848     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13849     layout: "plot-throughput"
13850
13851 # Packet Throughput - VPP IPv6 2n-skx-x710
13852 - type: "plot"
13853   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13854   algorithm: "plot_performance_box"
13855   output-file-type: ".html"
13856   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13857   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13858   filter: "'NIC_Intel-X710' and
13859            '78B' and
13860            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13861            'NDRPDR' and
13862            '2T1C' and
13863            'IP6FWD' and
13864            not 'SRv6' and
13865            not 'IPSEC' and
13866            not 'VHOST'"
13867   parameters:
13868   - "throughput"
13869   - "parent"
13870   - "tags"
13871   sort:
13872   - "IP6BASE"
13873   - "FIB_20K"
13874   - "FIB_200K"
13875   - "FIB_2M"
13876   traces:
13877     hoverinfo: "x+y"
13878     boxpoints: "outliers"
13879     whiskerwidth: 0
13880   layout:
13881     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13882     layout: "plot-throughput"
13883
13884 - type: "plot"
13885   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13886   algorithm: "plot_performance_box"
13887   output-file-type: ".html"
13888   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13889   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13890   filter: "'NIC_Intel-X710' and
13891            '78B' and
13892            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13893            'NDRPDR' and
13894            '2T1C' and
13895            'IP6FWD' and
13896            not 'SRv6' and
13897            not 'IPSEC' and
13898            not 'VHOST'"
13899   parameters:
13900   - "throughput"
13901   - "parent"
13902   - "tags"
13903   sort:
13904   - "IP6BASE"
13905   - "FIB_20K"
13906   - "FIB_200K"
13907   - "FIB_2M"
13908   traces:
13909     hoverinfo: "x+y"
13910     boxpoints: "outliers"
13911     whiskerwidth: 0
13912   layout:
13913     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13914     layout: "plot-throughput"
13915
13916 - type: "plot"
13917   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13918   algorithm: "plot_performance_box"
13919   output-file-type: ".html"
13920   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13921   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13922   filter: "'NIC_Intel-X710' and
13923            '78B' and
13924            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13925            'NDRPDR' and
13926            '4T2C' and
13927            'IP6FWD' and
13928            not 'SRv6' and
13929            not 'IPSEC' and
13930            not 'VHOST'"
13931   parameters:
13932   - "throughput"
13933   - "parent"
13934   - "tags"
13935   sort:
13936   - "IP6BASE"
13937   - "FIB_20K"
13938   - "FIB_200K"
13939   - "FIB_2M"
13940   traces:
13941     hoverinfo: "x+y"
13942     boxpoints: "outliers"
13943     whiskerwidth: 0
13944   layout:
13945     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13946     layout: "plot-throughput"
13947
13948 - type: "plot"
13949   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13950   algorithm: "plot_performance_box"
13951   output-file-type: ".html"
13952   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13953   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13954   filter: "'NIC_Intel-X710' and
13955            '78B' and
13956            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13957            'NDRPDR' and
13958            '4T2C' and
13959            'IP6FWD' and
13960            not 'SRv6' and
13961            not 'IPSEC' and
13962            not 'VHOST'"
13963   parameters:
13964   - "throughput"
13965   - "parent"
13966   - "tags"
13967   sort:
13968   - "IP6BASE"
13969   - "FIB_20K"
13970   - "FIB_200K"
13971   - "FIB_2M"
13972   traces:
13973     hoverinfo: "x+y"
13974     boxpoints: "outliers"
13975     whiskerwidth: 0
13976   layout:
13977     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13978     layout: "plot-throughput"
13979
13980 # Packet Throughput - VPP IPv6 2n-skx-xxv710
13981 - type: "plot"
13982   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13983   algorithm: "plot_performance_box"
13984   output-file-type: ".html"
13985   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13986   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13987   filter: "'NIC_Intel-XXV710' and
13988            '78B' and
13989            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13990            'NDRPDR' and
13991            '2T1C' and
13992            'IP6FWD' and
13993            not 'SRv6' and
13994            not 'IPSEC' and
13995            not 'VHOST'"
13996   parameters:
13997   - "throughput"
13998   - "parent"
13999   - "tags"
14000   sort:
14001   - "IP6BASE"
14002   - "FIB_20K"
14003   - "FIB_200K"
14004   - "FIB_2M"
14005   traces:
14006     hoverinfo: "x+y"
14007     boxpoints: "outliers"
14008     whiskerwidth: 0
14009   layout:
14010     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
14011     layout: "plot-throughput"
14012
14013 - type: "plot"
14014   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14015   algorithm: "plot_performance_box"
14016   output-file-type: ".html"
14017   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14018   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14019   filter: "'NIC_Intel-XXV710' and
14020            '78B' and
14021            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14022            'NDRPDR' and
14023            '2T1C' and
14024            'IP6FWD' and
14025            not 'SRv6' and
14026            not 'IPSEC' and
14027            not 'VHOST'"
14028   parameters:
14029   - "throughput"
14030   - "parent"
14031   - "tags"
14032   sort:
14033   - "IP6BASE"
14034   - "FIB_20K"
14035   - "FIB_200K"
14036   - "FIB_2M"
14037   traces:
14038     hoverinfo: "x+y"
14039     boxpoints: "outliers"
14040     whiskerwidth: 0
14041   layout:
14042     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14043     layout: "plot-throughput"
14044
14045 - type: "plot"
14046   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14047   algorithm: "plot_performance_box"
14048   output-file-type: ".html"
14049   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14050   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14051   filter: "'NIC_Intel-XXV710' and
14052            '78B' and
14053            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14054            'NDRPDR' and
14055            '4T2C' and
14056            'IP6FWD' and
14057            not 'SRv6' and
14058            not 'IPSEC' and
14059            not 'VHOST'"
14060   parameters:
14061   - "throughput"
14062   - "parent"
14063   - "tags"
14064   sort:
14065   - "IP6BASE"
14066   - "FIB_20K"
14067   - "FIB_200K"
14068   - "FIB_2M"
14069   traces:
14070     hoverinfo: "x+y"
14071     boxpoints: "outliers"
14072     whiskerwidth: 0
14073   layout:
14074     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14075     layout: "plot-throughput"
14076
14077 - type: "plot"
14078   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14079   algorithm: "plot_performance_box"
14080   output-file-type: ".html"
14081   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14082   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14083   filter: "'NIC_Intel-XXV710' and
14084            '78B' and
14085            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14086            'NDRPDR' and
14087            '4T2C' and
14088            'IP6FWD' and
14089            not 'SRv6' and
14090            not 'IPSEC' and
14091            not 'VHOST'"
14092   parameters:
14093   - "throughput"
14094   - "parent"
14095   - "tags"
14096   sort:
14097   - "IP6BASE"
14098   - "FIB_20K"
14099   - "FIB_200K"
14100   - "FIB_2M"
14101   traces:
14102     hoverinfo: "x+y"
14103     boxpoints: "outliers"
14104     whiskerwidth: 0
14105   layout:
14106     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14107     layout: "plot-throughput"
14108
14109 ## Packet Throughput - VPP IPv6 2n-dnv-x553 base
14110 #- type: "plot"
14111 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14112 #  algorithm: "plot_performance_box"
14113 #  output-file-type: ".html"
14114 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14115 #  data: "intel-dnv-vpp"
14116 #  filter: "'NIC_Intel-X553' and
14117 #           '78B' and
14118 #           'IP6BASE' and
14119 #           'NDRPDR' and
14120 #           '1T1C' and
14121 #           'IP6FWD' and
14122 #           not 'SRv6' and
14123 #           not 'IPSEC' and
14124 #           not 'VHOST'"
14125 #  parameters:
14126 #  - "throughput"
14127 #  - "parent"
14128 #  - "tags"
14129 #  sort:
14130 #  - "IP6BASE"
14131 #  traces:
14132 #    hoverinfo: "x+y"
14133 #    boxpoints: "outliers"
14134 #    whiskerwidth: 0
14135 #  layout:
14136 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14137 #    layout: "plot-throughput"
14138 #
14139 #- type: "plot"
14140 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14141 #  algorithm: "plot_performance_box"
14142 #  output-file-type: ".html"
14143 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14144 #  data: "intel-dnv-vpp"
14145 #  filter: "'NIC_Intel-X553' and
14146 #           '78B' and
14147 #           'IP6BASE' and
14148 #           'NDRPDR' and
14149 #           '1T1C' and
14150 #           'IP6FWD' and
14151 #           not 'SRv6' and
14152 #           not 'IPSEC' and
14153 #           not 'VHOST'"
14154 #  parameters:
14155 #  - "throughput"
14156 #  - "parent"
14157 #  - "tags"
14158 #  sort:
14159 #  - "IP6BASE"
14160 #  traces:
14161 #    hoverinfo: "x+y"
14162 #    boxpoints: "outliers"
14163 #    whiskerwidth: 0
14164 #  layout:
14165 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14166 #    layout: "plot-throughput"
14167 #
14168 #- type: "plot"
14169 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14170 #  algorithm: "plot_performance_box"
14171 #  output-file-type: ".html"
14172 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14173 #  data: "intel-dnv-vpp"
14174 #  filter: "'NIC_Intel-X553' and
14175 #           '78B' and
14176 #           'IP6BASE' and
14177 #           'NDRPDR' and
14178 #           '2T2C' and
14179 #           'IP6FWD' and
14180 #           not 'SRv6' and
14181 #           not 'IPSEC' and
14182 #           not 'VHOST'"
14183 #  parameters:
14184 #  - "throughput"
14185 #  - "parent"
14186 #  - "tags"
14187 #  sort:
14188 #  - "IP6BASE"
14189 #  traces:
14190 #    hoverinfo: "x+y"
14191 #    boxpoints: "outliers"
14192 #    whiskerwidth: 0
14193 #  layout:
14194 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14195 #    layout: "plot-throughput"
14196 #
14197 #- type: "plot"
14198 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14199 #  algorithm: "plot_performance_box"
14200 #  output-file-type: ".html"
14201 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14202 #  data: "intel-dnv-vpp"
14203 #  filter: "'NIC_Intel-X553' and
14204 #           '78B' and
14205 #           'IP6BASE' and
14206 #           'NDRPDR' and
14207 #           '2T2C' and
14208 #           'IP6FWD' and
14209 #           not 'SRv6' and
14210 #           not 'IPSEC' and
14211 #           not 'VHOST'"
14212 #  parameters:
14213 #  - "throughput"
14214 #  - "parent"
14215 #  - "tags"
14216 #  sort:
14217 #  - "IP6BASE"
14218 #  traces:
14219 #    hoverinfo: "x+y"
14220 #    boxpoints: "outliers"
14221 #    whiskerwidth: 0
14222 #  layout:
14223 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14224 #    layout: "plot-throughput"
14225
14226 ################################################################################
14227
14228 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
14229 - type: "plot"
14230   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14231   algorithm: "plot_performance_box"
14232   output-file-type: ".html"
14233   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14234   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14235   filter: "'NIC_Intel-X520-DA2' and
14236            '78B' and
14237            'ENCAP' and
14238            'NDRPDR' and
14239            '1T1C' and
14240            'LISP' and
14241            not 'VHOST'"
14242   parameters:
14243   - "throughput"
14244   - "parent"
14245   - "tags"
14246   sort:
14247   - "IP4UNRLAY"
14248   - "IP6UNRLAY"
14249   traces:
14250     hoverinfo: "x+y"
14251     boxpoints: "outliers"
14252     whiskerwidth: 0
14253   layout:
14254     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14255     layout: "plot-throughput"
14256
14257 - type: "plot"
14258   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14259   algorithm: "plot_performance_box"
14260   output-file-type: ".html"
14261   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14262   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14263   filter: "'NIC_Intel-X520-DA2' and
14264            '78B' and
14265            'ENCAP' and
14266            'NDRPDR' and
14267            '1T1C' and
14268            'LISP' and
14269            not 'VHOST'"
14270   parameters:
14271   - "throughput"
14272   - "parent"
14273   - "tags"
14274   sort:
14275   - "IP4UNRLAY"
14276   - "IP6UNRLAY"
14277   traces:
14278     hoverinfo: "x+y"
14279     boxpoints: "outliers"
14280     whiskerwidth: 0
14281   layout:
14282     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14283     layout: "plot-throughput"
14284
14285 - type: "plot"
14286   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14287   algorithm: "plot_performance_box"
14288   output-file-type: ".html"
14289   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14290   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14291   filter: "'NIC_Intel-X520-DA2' and
14292            '78B' and
14293            'ENCAP' and
14294            'NDRPDR' and
14295            '2T2C' and
14296            'LISP' and
14297            not 'VHOST'"
14298   parameters:
14299   - "throughput"
14300   - "parent"
14301   - "tags"
14302   sort:
14303   - "IP4UNRLAY"
14304   - "IP6UNRLAY"
14305   traces:
14306     hoverinfo: "x+y"
14307     boxpoints: "outliers"
14308     whiskerwidth: 0
14309   layout:
14310     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14311     layout: "plot-throughput"
14312
14313 - type: "plot"
14314   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14315   algorithm: "plot_performance_box"
14316   output-file-type: ".html"
14317   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14318   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14319   filter: "'NIC_Intel-X520-DA2' and
14320            '78B' and
14321            'ENCAP' and
14322            'NDRPDR' and
14323            '2T2C' and
14324            'LISP' and
14325            not 'VHOST'"
14326   parameters:
14327   - "throughput"
14328   - "parent"
14329   - "tags"
14330   sort:
14331   - "IP4UNRLAY"
14332   - "IP6UNRLAY"
14333   traces:
14334     hoverinfo: "x+y"
14335     boxpoints: "outliers"
14336     whiskerwidth: 0
14337   layout:
14338     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14339     layout: "plot-throughput"
14340
14341 ################################################################################
14342
14343 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
14344 - type: "plot"
14345   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14346   algorithm: "plot_performance_box"
14347   output-file-type: ".html"
14348   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14349   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14350   filter: "'NIC_Intel-XL710' and
14351            '64B' and
14352            'IP4FWD' and
14353            'NDRPDR' and
14354            'BASE' and
14355            '1T1C' and
14356            'IPSECHW' and
14357            not 'VHOST'"
14358   parameters:
14359   - "throughput"
14360   - "parent"
14361   - "tags"
14362   traces:
14363     hoverinfo: "x+y"
14364     boxpoints: "outliers"
14365     whiskerwidth: 0
14366   layout:
14367     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14368     layout: "plot-throughput"
14369
14370 - type: "plot"
14371   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14372   algorithm: "plot_performance_box"
14373   output-file-type: ".html"
14374   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14375   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14376   filter: "'NIC_Intel-XL710' and
14377            '64B' and
14378            'IP4FWD' and
14379            'NDRPDR' and
14380            'BASE' and
14381            '1T1C' and
14382            'IPSECHW' and
14383            not 'VHOST'"
14384   parameters:
14385   - "throughput"
14386   - "parent"
14387   - "tags"
14388   traces:
14389     hoverinfo: "x+y"
14390     boxpoints: "outliers"
14391     whiskerwidth: 0
14392   layout:
14393     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14394     layout: "plot-throughput"
14395
14396 - type: "plot"
14397   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14398   algorithm: "plot_performance_box"
14399   output-file-type: ".html"
14400   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14401   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14402   filter: "'NIC_Intel-XL710' and
14403            '64B' and
14404            'IP4FWD' and
14405            'NDRPDR' and
14406            'BASE' and
14407            '2T2C' and
14408            'IPSECHW' and
14409            not 'VHOST'"
14410   parameters:
14411   - "throughput"
14412   - "parent"
14413   - "tags"
14414   traces:
14415     hoverinfo: "x+y"
14416     boxpoints: "outliers"
14417     whiskerwidth: 0
14418   layout:
14419     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14420     layout: "plot-throughput"
14421
14422 - type: "plot"
14423   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14424   algorithm: "plot_performance_box"
14425   output-file-type: ".html"
14426   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14427   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14428   filter: "'NIC_Intel-XL710' and
14429            '64B' and
14430            'IP4FWD' and
14431            'NDRPDR' and
14432            'BASE' and
14433            '2T2C' and
14434            'IPSECHW' and
14435            not 'VHOST'"
14436   parameters:
14437   - "throughput"
14438   - "parent"
14439   - "tags"
14440   traces:
14441     hoverinfo: "x+y"
14442     boxpoints: "outliers"
14443     whiskerwidth: 0
14444   layout:
14445     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14446     layout: "plot-throughput"
14447
14448 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
14449 - type: "plot"
14450   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14451   algorithm: "plot_performance_box"
14452   output-file-type: ".html"
14453   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14454   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14455   filter: "'NIC_Intel-XL710' and
14456            '64B' and
14457            'IP4FWD' and
14458            'NDRPDR' and
14459            'SCALE' and
14460            '1T1C' and
14461            'IPSECHW' and
14462            not 'VHOST'"
14463   parameters:
14464   - "throughput"
14465   - "parent"
14466   - "tags"
14467   traces:
14468     hoverinfo: "x+y"
14469     boxpoints: "outliers"
14470     whiskerwidth: 0
14471   layout:
14472     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14473     layout: "plot-throughput"
14474
14475 - type: "plot"
14476   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14477   algorithm: "plot_performance_box"
14478   output-file-type: ".html"
14479   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14480   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14481   filter: "'NIC_Intel-XL710' and
14482            '64B' and
14483            'IP4FWD' and
14484            'NDRPDR' and
14485            'SCALE' and
14486            '1T1C' and
14487            'IPSECHW' and
14488            not 'VHOST'"
14489   parameters:
14490   - "throughput"
14491   - "parent"
14492   - "tags"
14493   traces:
14494     hoverinfo: "x+y"
14495     boxpoints: "outliers"
14496     whiskerwidth: 0
14497   layout:
14498     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14499     layout: "plot-throughput"
14500
14501 - type: "plot"
14502   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14503   algorithm: "plot_performance_box"
14504   output-file-type: ".html"
14505   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14506   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14507   filter: "'NIC_Intel-XL710' and
14508            '64B' and
14509            'IP4FWD' and
14510            'NDRPDR' and
14511            'SCALE' and
14512            '2T2C' and
14513            'IPSECHW' and
14514            not 'VHOST'"
14515   parameters:
14516   - "throughput"
14517   - "parent"
14518   - "tags"
14519   traces:
14520     hoverinfo: "x+y"
14521     boxpoints: "outliers"
14522     whiskerwidth: 0
14523   layout:
14524     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14525     layout: "plot-throughput"
14526
14527 - type: "plot"
14528   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14529   algorithm: "plot_performance_box"
14530   output-file-type: ".html"
14531   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14532   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14533   filter: "'NIC_Intel-XL710' and
14534            '64B' and
14535            'IP4FWD' and
14536            'NDRPDR' and
14537            'SCALE' and
14538            '2T2C' and
14539            'IPSECHW' and
14540            not 'VHOST'"
14541   parameters:
14542   - "throughput"
14543   - "parent"
14544   - "tags"
14545   traces:
14546     hoverinfo: "x+y"
14547     boxpoints: "outliers"
14548     whiskerwidth: 0
14549   layout:
14550     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14551     layout: "plot-throughput"
14552
14553 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
14554 - type: "plot"
14555   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14556   algorithm: "plot_performance_box"
14557   output-file-type: ".html"
14558   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14559   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14560   filter: "'NIC_Intel-XL710' and
14561            '64B' and
14562            'IP4FWD' and
14563            'NDRPDR' and
14564            '1T1C' and
14565            'IPSECSW' and
14566            not 'VHOST'"
14567   parameters:
14568   - "throughput"
14569   - "parent"
14570   - "tags"
14571   traces:
14572     hoverinfo: "x+y"
14573     boxpoints: "outliers"
14574     whiskerwidth: 0
14575   layout:
14576     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14577     layout: "plot-throughput"
14578
14579 - type: "plot"
14580   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14581   algorithm: "plot_performance_box"
14582   output-file-type: ".html"
14583   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14584   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14585   filter: "'NIC_Intel-XL710' and
14586            '64B' and
14587            'IP4FWD' and
14588            'NDRPDR' and
14589            '1T1C' and
14590            'IPSECSW' and
14591            not 'VHOST'"
14592   parameters:
14593   - "throughput"
14594   - "parent"
14595   - "tags"
14596   traces:
14597     hoverinfo: "x+y"
14598     boxpoints: "outliers"
14599     whiskerwidth: 0
14600   layout:
14601     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14602     layout: "plot-throughput"
14603
14604 - type: "plot"
14605   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14606   algorithm: "plot_performance_box"
14607   output-file-type: ".html"
14608   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14609   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14610   filter: "'NIC_Intel-XL710' and
14611            '64B' and
14612            'IP4FWD' and
14613            'NDRPDR' and
14614            '2T2C' and
14615            'IPSECSW' and
14616            not 'VHOST'"
14617   parameters:
14618   - "throughput"
14619   - "parent"
14620   - "tags"
14621   traces:
14622     hoverinfo: "x+y"
14623     boxpoints: "outliers"
14624     whiskerwidth: 0
14625   layout:
14626     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14627     layout: "plot-throughput"
14628
14629 - type: "plot"
14630   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14631   algorithm: "plot_performance_box"
14632   output-file-type: ".html"
14633   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14634   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14635   filter: "'NIC_Intel-XL710' and
14636            '64B' and
14637            'IP4FWD' and
14638            'NDRPDR' and
14639            '2T2C' and
14640            'IPSECSW' and
14641            not 'VHOST'"
14642   parameters:
14643   - "throughput"
14644   - "parent"
14645   - "tags"
14646   traces:
14647     hoverinfo: "x+y"
14648     boxpoints: "outliers"
14649     whiskerwidth: 0
14650   layout:
14651     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14652     layout: "plot-throughput"
14653
14654 ################################################################################
14655
14656 # Packet Throughput - VPP SRv6 3n-hsw-x520
14657 - type: "plot"
14658   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14659   algorithm: "plot_performance_box"
14660   output-file-type: ".html"
14661   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14662   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14663   filter: "'NIC_Intel-X520-DA2' and
14664            '78B' and
14665            'FEATURE' and
14666            'NDRPDR' and
14667            '1T1C' and
14668            'IP6FWD' and
14669            'SRv6'"
14670   parameters:
14671   - "throughput"
14672   - "parent"
14673   - "tags"
14674   traces:
14675     hoverinfo: "x+y"
14676     boxpoints: "outliers"
14677     whiskerwidth: 0
14678   layout:
14679     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14680     layout: "plot-throughput"
14681
14682 - type: "plot"
14683   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14684   algorithm: "plot_performance_box"
14685   output-file-type: ".html"
14686   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14687   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14688   filter: "'NIC_Intel-X520-DA2' and
14689            '78B' and
14690            'FEATURE' and
14691            'NDRPDR' and
14692            '1T1C' and
14693            'IP6FWD' and
14694            'SRv6'"
14695   parameters:
14696   - "throughput"
14697   - "parent"
14698   - "tags"
14699   traces:
14700     hoverinfo: "x+y"
14701     boxpoints: "outliers"
14702     whiskerwidth: 0
14703   layout:
14704     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14705     layout: "plot-throughput"
14706
14707 - type: "plot"
14708   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14709   algorithm: "plot_performance_box"
14710   output-file-type: ".html"
14711   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14712   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14713   filter: "'NIC_Intel-X520-DA2' and
14714            '78B' and
14715            'FEATURE' and
14716            'NDRPDR' and
14717            '2T2C' and
14718            'IP6FWD' and
14719            'SRv6'"
14720   parameters:
14721   - "throughput"
14722   - "parent"
14723   - "tags"
14724   traces:
14725     hoverinfo: "x+y"
14726     boxpoints: "outliers"
14727     whiskerwidth: 0
14728   layout:
14729     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14730     layout: "plot-throughput"
14731
14732 - type: "plot"
14733   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14734   algorithm: "plot_performance_box"
14735   output-file-type: ".html"
14736   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14737   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14738   filter: "'NIC_Intel-X520-DA2' and
14739            '78B' and
14740            'FEATURE' and
14741            'NDRPDR' and
14742            '2T2C' and
14743            'IP6FWD' and
14744            'SRv6'"
14745   parameters:
14746   - "throughput"
14747   - "parent"
14748   - "tags"
14749   traces:
14750     hoverinfo: "x+y"
14751     boxpoints: "outliers"
14752     whiskerwidth: 0
14753   layout:
14754     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14755     layout: "plot-throughput"
14756
14757 ################################################################################
14758
14759 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
14760 - type: "plot"
14761   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14762   algorithm: "plot_performance_box"
14763   output-file-type: ".html"
14764   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14765   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14766   filter: "'NIC_Intel-X520-DA2' and
14767            '64B' and
14768            'NDRPDR' and
14769            'ETH' and
14770            'IP4FWD' and
14771            '1T1C' and
14772            'VHOST_1024' and
14773            not 'VXLAN' and
14774            not 'DOT1Q'"
14775   parameters:
14776   - "throughput"
14777   - "parent"
14778   - "tags"
14779   sort:
14780   - "not CFS_OPT"
14781   - "1VM"
14782   - "2VM"
14783   traces:
14784     hoverinfo: "x+y"
14785     boxpoints: "outliers"
14786     whiskerwidth: 0
14787   layout:
14788     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14789     layout: "plot-throughput"
14790
14791 - type: "plot"
14792   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14793   algorithm: "plot_performance_box"
14794   output-file-type: ".html"
14795   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14796   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14797   filter: "'NIC_Intel-X520-DA2' and
14798            '64B' and
14799            'NDRPDR' and
14800            'ETH' and
14801            'IP4FWD' and
14802            '2T2C' and
14803            'VHOST_1024' and
14804            not 'VXLAN' and
14805            not 'DOT1Q'"
14806   parameters:
14807   - "throughput"
14808   - "parent"
14809   - "tags"
14810   sort:
14811   - "not CFS_OPT"
14812   - "1VM"
14813   - "2VM"
14814   traces:
14815     hoverinfo: "x+y"
14816     boxpoints: "outliers"
14817     whiskerwidth: 0
14818   layout:
14819     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14820     layout: "plot-throughput"
14821
14822 - type: "plot"
14823   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14824   algorithm: "plot_performance_box"
14825   output-file-type: ".html"
14826   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14827   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14828   filter: "'NIC_Intel-X520-DA2' and
14829            '64B' and
14830            'NDRPDR' and
14831            'ETH' and
14832            'IP4FWD' and
14833            '1T1C' and
14834            'VHOST_1024' and
14835            not 'VXLAN' and
14836            not 'DOT1Q'"
14837   parameters:
14838   - "throughput"
14839   - "parent"
14840   - "tags"
14841   sort:
14842   - "not CFS_OPT"
14843   - "1VM"
14844   - "2VM"
14845   traces:
14846     hoverinfo: "x+y"
14847     boxpoints: "outliers"
14848     whiskerwidth: 0
14849   layout:
14850     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14851     layout: "plot-throughput"
14852
14853 - type: "plot"
14854   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14855   algorithm: "plot_performance_box"
14856   output-file-type: ".html"
14857   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14858   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14859   filter: "'NIC_Intel-X520-DA2' and
14860            '64B' and
14861            'NDRPDR' and
14862            'ETH' and
14863            'IP4FWD' and
14864            '2T2C' and
14865            'VHOST_1024' and
14866            not 'VXLAN' and
14867            not 'DOT1Q'"
14868   parameters:
14869   - "throughput"
14870   - "parent"
14871   - "tags"
14872   sort:
14873   - "not CFS_OPT"
14874   - "1VM"
14875   - "2VM"
14876   traces:
14877     hoverinfo: "x+y"
14878     boxpoints: "outliers"
14879     whiskerwidth: 0
14880   layout:
14881     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14882     layout: "plot-throughput"
14883
14884 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
14885 - type: "plot"
14886   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14887   algorithm: "plot_performance_box"
14888   output-file-type: ".html"
14889   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14890   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14891   filter: "'NIC_Intel-X520-DA2' and
14892            '64B' and
14893            'NDRPDR' and
14894            ('ETH' or 'DOT1Q') and
14895            'BASE' and
14896            '1T1C' and
14897            ('L2BDMACLRN' or 'L2XCFWD') and
14898            'VHOST_1024' and
14899            not 'VXLAN' and
14900            not 'IP4FWD' and
14901            not '2VM'"
14902   parameters:
14903   - "throughput"
14904   - "parent"
14905   - "tags"
14906   sort:
14907   - "L2BDMACLRN"
14908   - "L2BDMACLRN"
14909   - "L2BDMACLRN"
14910   - "L2XCFWD"
14911   - "L2XCFWD"
14912   - "L2XCFWD"
14913   traces:
14914     hoverinfo: "x+y"
14915     boxpoints: "outliers"
14916     whiskerwidth: 0
14917   layout:
14918     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14919     layout: "plot-throughput"
14920
14921 - type: "plot"
14922   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14923   algorithm: "plot_performance_box"
14924   output-file-type: ".html"
14925   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14926   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14927   filter: "'NIC_Intel-X520-DA2' and
14928            '64B' and
14929            'NDRPDR' and
14930            ('ETH' or 'DOT1Q') and
14931            'BASE' and
14932            '1T1C' and
14933            ('L2BDMACLRN' or 'L2XCFWD') and
14934            'VHOST_1024' and
14935            not 'VXLAN' and
14936            not 'IP4FWD' and
14937            not '2VM'"
14938   parameters:
14939   - "throughput"
14940   - "parent"
14941   - "tags"
14942   sort:
14943   - "L2BDMACLRN"
14944   - "L2BDMACLRN"
14945   - "L2BDMACLRN"
14946   - "L2XCFWD"
14947   - "L2XCFWD"
14948   - "L2XCFWD"
14949   traces:
14950     hoverinfo: "x+y"
14951     boxpoints: "outliers"
14952     whiskerwidth: 0
14953   layout:
14954     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14955     layout: "plot-throughput"
14956
14957 - type: "plot"
14958   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14959   algorithm: "plot_performance_box"
14960   output-file-type: ".html"
14961   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14962   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14963   filter: "'NIC_Intel-X520-DA2' and
14964            '64B' and
14965            'NDRPDR' and
14966            ('ETH' or 'DOT1Q') and
14967            'BASE' and
14968            '2T2C' and
14969            ('L2BDMACLRN' or 'L2XCFWD') and
14970            'VHOST_1024' and
14971            not 'VXLAN' and
14972            not 'IP4FWD' and
14973            not '2VM'"
14974   parameters:
14975   - "throughput"
14976   - "parent"
14977   - "tags"
14978   sort:
14979   - "L2BDMACLRN"
14980   - "L2BDMACLRN"
14981   - "L2BDMACLRN"
14982   - "L2XCFWD"
14983   - "L2XCFWD"
14984   - "L2XCFWD"
14985   traces:
14986     hoverinfo: "x+y"
14987     boxpoints: "outliers"
14988     whiskerwidth: 0
14989   layout:
14990     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14991     layout: "plot-throughput"
14992
14993 - type: "plot"
14994   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14995   algorithm: "plot_performance_box"
14996   output-file-type: ".html"
14997   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14998   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14999   filter: "'NIC_Intel-X520-DA2' and
15000            '64B' and
15001            'NDRPDR' and
15002            ('ETH' or 'DOT1Q') and
15003            'BASE' and
15004            '2T2C' and
15005            ('L2BDMACLRN' or 'L2XCFWD') and
15006            'VHOST_1024' and
15007            not 'VXLAN' and
15008            not 'IP4FWD' and
15009            not '2VM'"
15010   parameters:
15011   - "throughput"
15012   - "parent"
15013   - "tags"
15014   sort:
15015   - "L2BDMACLRN"
15016   - "L2BDMACLRN"
15017   - "L2BDMACLRN"
15018   - "L2XCFWD"
15019   - "L2XCFWD"
15020   - "L2XCFWD"
15021   traces:
15022     hoverinfo: "x+y"
15023     boxpoints: "outliers"
15024     whiskerwidth: 0
15025   layout:
15026     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
15027     layout: "plot-throughput"
15028
15029 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
15030 - type: "plot"
15031   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15032   algorithm: "plot_performance_box"
15033   output-file-type: ".html"
15034   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15035   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15036   filter: "'NIC_Intel-X520-DA2' and
15037            '64B' and
15038            'NDRPDR' and
15039            ('ETH' or 'DOT1Q') and
15040            '1T1C' and
15041            ('L2BDMACLRN' or 'L2XCFWD') and
15042            'VHOST_1024' and
15043            not 'CFS_OPT' and
15044            not 'DOT1Q' and
15045            not 'VXLAN' and
15046            not 'IP4FWD' and
15047            not 'LBOND'"
15048   parameters:
15049   - "throughput"
15050   - "parent"
15051   - "tags"
15052 #  sort:
15053 #  - "1VM"
15054 #  - "L2XCFWD"
15055 #  - "1VM"
15056 #  - "L2BDMACLRN"
15057   traces:
15058     hoverinfo: "x+y"
15059     boxpoints: "outliers"
15060     whiskerwidth: 0
15061   layout:
15062     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15063     layout: "plot-throughput"
15064
15065 - type: "plot"
15066   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15067   algorithm: "plot_performance_box"
15068   output-file-type: ".html"
15069   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15070   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15071   filter: "'NIC_Intel-X520-DA2' and
15072            '64B' and
15073            'NDRPDR' and
15074            ('ETH' or 'DOT1Q') and
15075            '1T1C' and
15076            ('L2BDMACLRN' or 'L2XCFWD') and
15077            'VHOST_1024' and
15078            not 'CFS_OPT' and
15079            not 'DOT1Q' and
15080            not 'VXLAN' and
15081            not 'IP4FWD' and
15082            not 'LBOND'"
15083   parameters:
15084   - "throughput"
15085   - "parent"
15086   - "tags"
15087 #  sort:
15088 #  - "1VM"
15089 #  - "L2XCFWD"
15090 #  - "1VM"
15091 #  - "L2BDMACLRN"
15092   traces:
15093     hoverinfo: "x+y"
15094     boxpoints: "outliers"
15095     whiskerwidth: 0
15096   layout:
15097     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15098     layout: "plot-throughput"
15099
15100 - type: "plot"
15101   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15102   algorithm: "plot_performance_box"
15103   output-file-type: ".html"
15104   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15105   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15106   filter: "'NIC_Intel-X520-DA2' and
15107            '64B' and
15108            'NDRPDR' and
15109            ('ETH' or 'DOT1Q') and
15110            '2T2C' and
15111            ('L2BDMACLRN' or 'L2XCFWD') and
15112            'VHOST_1024' and
15113            not 'CFS_OPT' and
15114            not 'DOT1Q' and
15115            not 'VXLAN' and
15116            not 'IP4FWD' and
15117            not 'LBOND'"
15118   parameters:
15119   - "throughput"
15120   - "parent"
15121   - "tags"
15122 #  sort:
15123 #  - "1VM"
15124 #  - "L2XCFWD"
15125 #  - "1VM"
15126 #  - "L2BDMACLRN"
15127   traces:
15128     hoverinfo: "x+y"
15129     boxpoints: "outliers"
15130     whiskerwidth: 0
15131   layout:
15132     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15133     layout: "plot-throughput"
15134
15135 - type: "plot"
15136   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15137   algorithm: "plot_performance_box"
15138   output-file-type: ".html"
15139   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15140   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15141   filter: "'NIC_Intel-X520-DA2' and
15142            '64B' and
15143            'NDRPDR' and
15144            ('ETH' or 'DOT1Q') and
15145            '2T2C' and
15146            ('L2BDMACLRN' or 'L2XCFWD') and
15147            'VHOST_1024' and
15148            not 'CFS_OPT' and
15149            not 'DOT1Q' and
15150            not 'VXLAN' and
15151            not 'IP4FWD' and
15152            not 'LBOND'"
15153   parameters:
15154   - "throughput"
15155   - "parent"
15156   - "tags"
15157 #  sort:
15158 #  - "1VM"
15159 #  - "L2XCFWD"
15160 #  - "1VM"
15161 #  - "L2BDMACLRN"
15162   traces:
15163     hoverinfo: "x+y"
15164     boxpoints: "outliers"
15165     whiskerwidth: 0
15166   layout:
15167     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15168     layout: "plot-throughput"
15169
15170 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
15171 - type: "plot"
15172   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15173   algorithm: "plot_performance_box"
15174   output-file-type: ".html"
15175   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15176   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15177   filter: "'NIC_Intel-X710' and
15178            '64B' and
15179            'NDRPDR' and
15180            'ETH' and
15181            'IP4FWD' and
15182            '1T1C' and
15183            'VHOST_1024' and
15184            not 'VXLAN' and
15185            not 'CFS_OPT' and
15186            not 'DOT1Q'"
15187   parameters:
15188   - "throughput"
15189   - "parent"
15190   - "tags"
15191   sort:
15192   - "1VM"
15193   - "2VM"
15194   traces:
15195     hoverinfo: "x+y"
15196     boxpoints: "outliers"
15197     whiskerwidth: 0
15198   layout:
15199     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15200     layout: "plot-throughput"
15201
15202 - type: "plot"
15203   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15204   algorithm: "plot_performance_box"
15205   output-file-type: ".html"
15206   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15207   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15208   filter: "'NIC_Intel-X710' and
15209            '64B' and
15210            'NDRPDR' and
15211            'ETH' and
15212            'IP4FWD' and
15213            '2T2C' and
15214            'VHOST_1024' and
15215            not 'VXLAN' and
15216            not 'CFS_OPT' and
15217            not 'DOT1Q'"
15218   parameters:
15219   - "throughput"
15220   - "parent"
15221   - "tags"
15222   sort:
15223   - "1VM"
15224   - "2VM"
15225   traces:
15226     hoverinfo: "x+y"
15227     boxpoints: "outliers"
15228     whiskerwidth: 0
15229   layout:
15230     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15231     layout: "plot-throughput"
15232
15233 - type: "plot"
15234   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15235   algorithm: "plot_performance_box"
15236   output-file-type: ".html"
15237   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15238   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15239   filter: "'NIC_Intel-X710' and
15240            '64B' and
15241            'NDRPDR' and
15242            'ETH' and
15243            'IP4FWD' and
15244            '1T1C' and
15245            'VHOST_1024' and
15246            not 'VXLAN' and
15247            not 'CFS_OPT' and
15248            not 'DOT1Q'"
15249   parameters:
15250   - "throughput"
15251   - "parent"
15252   - "tags"
15253   sort:
15254   - "1VM"
15255   - "2VM"
15256   traces:
15257     hoverinfo: "x+y"
15258     boxpoints: "outliers"
15259     whiskerwidth: 0
15260   layout:
15261     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15262     layout: "plot-throughput"
15263
15264 - type: "plot"
15265   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15266   algorithm: "plot_performance_box"
15267   output-file-type: ".html"
15268   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15269   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15270   filter: "'NIC_Intel-X710' and
15271            '64B' and
15272            'NDRPDR' and
15273            'ETH' and
15274            'IP4FWD' and
15275            '2T2C' and
15276            'VHOST_1024' and
15277            not 'VXLAN' and
15278            not 'CFS_OPT' and
15279            not 'DOT1Q'"
15280   parameters:
15281   - "throughput"
15282   - "parent"
15283   - "tags"
15284   sort:
15285   - "1VM"
15286   - "2VM"
15287   traces:
15288     hoverinfo: "x+y"
15289     boxpoints: "outliers"
15290     whiskerwidth: 0
15291   layout:
15292     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15293     layout: "plot-throughput"
15294
15295 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
15296 - type: "plot"
15297   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15298   algorithm: "plot_performance_box"
15299   output-file-type: ".html"
15300   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15301   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15302   filter: "'NIC_Intel-X710' and
15303            '64B' and
15304            'NDRPDR' and
15305            ('ETH' or 'DOT1Q') and
15306            'BASE' and
15307            '1T1C' and
15308            ('L2BDMACLRN' or 'L2XCFWD') and
15309            'VHOST_1024' and
15310            not 'VXLAN' and
15311            not 'IP4FWD' and
15312            not '2VM'"
15313   parameters:
15314   - "throughput"
15315   - "parent"
15316   - "tags"
15317   sort:
15318   - "L2BDMACLRN"
15319   - "L2BDMACLRN"
15320   - "L2BDMACLRN"
15321   - "L2XCFWD"
15322   - "L2XCFWD"
15323   - "L2XCFWD"
15324   traces:
15325     hoverinfo: "x+y"
15326     boxpoints: "outliers"
15327     whiskerwidth: 0
15328   layout:
15329     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15330     layout: "plot-throughput"
15331
15332 - type: "plot"
15333   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15334   algorithm: "plot_performance_box"
15335   output-file-type: ".html"
15336   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15337   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15338   filter: "'NIC_Intel-X710' and
15339            '64B' and
15340            'NDRPDR' and
15341            ('ETH' or 'DOT1Q') and
15342            'BASE' and
15343            '1T1C' and
15344            ('L2BDMACLRN' or 'L2XCFWD') and
15345            'VHOST_1024' and
15346            not 'VXLAN' and
15347            not 'IP4FWD' and
15348            not '2VM'"
15349   parameters:
15350   - "throughput"
15351   - "parent"
15352   - "tags"
15353   sort:
15354   - "L2BDMACLRN"
15355   - "L2BDMACLRN"
15356   - "L2BDMACLRN"
15357   - "L2XCFWD"
15358   - "L2XCFWD"
15359   - "L2XCFWD"
15360   traces:
15361     hoverinfo: "x+y"
15362     boxpoints: "outliers"
15363     whiskerwidth: 0
15364   layout:
15365     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15366     layout: "plot-throughput"
15367
15368 - type: "plot"
15369   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15370   algorithm: "plot_performance_box"
15371   output-file-type: ".html"
15372   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15373   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15374   filter: "'NIC_Intel-X710' and
15375            '64B' and
15376            'NDRPDR' and
15377            ('ETH' or 'DOT1Q') and
15378            'BASE' and
15379            '2T2C' and
15380            ('L2BDMACLRN' or 'L2XCFWD') and
15381            'VHOST_1024' and
15382            not 'VXLAN' and
15383            not 'IP4FWD' and
15384            not '2VM'"
15385   parameters:
15386   - "throughput"
15387   - "parent"
15388   - "tags"
15389   sort:
15390   - "L2BDMACLRN"
15391   - "L2BDMACLRN"
15392   - "L2BDMACLRN"
15393   - "L2XCFWD"
15394   - "L2XCFWD"
15395   - "L2XCFWD"
15396   traces:
15397     hoverinfo: "x+y"
15398     boxpoints: "outliers"
15399     whiskerwidth: 0
15400   layout:
15401     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15402     layout: "plot-throughput"
15403
15404 - type: "plot"
15405   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15406   algorithm: "plot_performance_box"
15407   output-file-type: ".html"
15408   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15409   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15410   filter: "'NIC_Intel-X710' and
15411            '64B' and
15412            'NDRPDR' and
15413            ('ETH' or 'DOT1Q') and
15414            'BASE' and
15415            '2T2C' and
15416            ('L2BDMACLRN' or 'L2XCFWD') and
15417            'VHOST_1024' and
15418            not 'VXLAN' and
15419            not 'IP4FWD' and
15420            not '2VM'"
15421   parameters:
15422   - "throughput"
15423   - "parent"
15424   - "tags"
15425   sort:
15426   - "L2BDMACLRN"
15427   - "L2BDMACLRN"
15428   - "L2BDMACLRN"
15429   - "L2XCFWD"
15430   - "L2XCFWD"
15431   - "L2XCFWD"
15432   traces:
15433     hoverinfo: "x+y"
15434     boxpoints: "outliers"
15435     whiskerwidth: 0
15436   layout:
15437     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15438     layout: "plot-throughput"
15439
15440 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
15441 - type: "plot"
15442   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15443   algorithm: "plot_performance_box"
15444   output-file-type: ".html"
15445   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15446   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15447   filter: "'NIC_Intel-X710' and
15448            '64B' and
15449            'NDRPDR' and
15450            ('ETH' or 'DOT1Q') and
15451            '1T1C' and
15452            ('L2BDMACLRN' or 'L2XCFWD') and
15453            'VHOST_1024' and
15454            not 'CFS_OPT' and
15455            not 'VXLAN' and
15456            not 'IP4FWD' and
15457            not 'LBOND'"
15458   parameters:
15459   - "throughput"
15460   - "parent"
15461   - "tags"
15462   sort:
15463   - "L2BDMACLRN"
15464   - "L2BDMACLRN"
15465   - "L2BDMACLRN"
15466   - "L2XCFWD"
15467   - "L2XCFWD"
15468   - "L2XCFWD"
15469   traces:
15470     hoverinfo: "x+y"
15471     boxpoints: "outliers"
15472     whiskerwidth: 0
15473   layout:
15474     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15475     layout: "plot-throughput"
15476
15477 - type: "plot"
15478   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15479   algorithm: "plot_performance_box"
15480   output-file-type: ".html"
15481   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15482   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15483   filter: "'NIC_Intel-X710' and
15484            '64B' and
15485            'NDRPDR' and
15486            ('ETH' or 'DOT1Q') and
15487            '1T1C' and
15488            ('L2BDMACLRN' or 'L2XCFWD') and
15489            'VHOST_1024' and
15490            not 'CFS_OPT' and
15491            not 'VXLAN' and
15492            not 'IP4FWD' and
15493            not 'LBOND'"
15494   parameters:
15495   - "throughput"
15496   - "parent"
15497   - "tags"
15498   sort:
15499   - "L2BDMACLRN"
15500   - "L2BDMACLRN"
15501   - "L2BDMACLRN"
15502   - "L2XCFWD"
15503   - "L2XCFWD"
15504   - "L2XCFWD"
15505   traces:
15506     hoverinfo: "x+y"
15507     boxpoints: "outliers"
15508     whiskerwidth: 0
15509   layout:
15510     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15511     layout: "plot-throughput"
15512
15513 - type: "plot"
15514   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15515   algorithm: "plot_performance_box"
15516   output-file-type: ".html"
15517   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15518   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15519   filter: "'NIC_Intel-X710' and
15520            '64B' and
15521            'NDRPDR' and
15522            ('ETH' or 'DOT1Q') and
15523            '2T2C' and
15524            ('L2BDMACLRN' or 'L2XCFWD') and
15525            'VHOST_1024' and
15526            not 'CFS_OPT' and
15527            not 'VXLAN' and
15528            not 'IP4FWD' and
15529            not 'LBOND'"
15530   parameters:
15531   - "throughput"
15532   - "parent"
15533   - "tags"
15534   sort:
15535   - "L2BDMACLRN"
15536   - "L2BDMACLRN"
15537   - "L2BDMACLRN"
15538   - "L2XCFWD"
15539   - "L2XCFWD"
15540   - "L2XCFWD"
15541   traces:
15542     hoverinfo: "x+y"
15543     boxpoints: "outliers"
15544     whiskerwidth: 0
15545   layout:
15546     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15547     layout: "plot-throughput"
15548
15549 - type: "plot"
15550   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15551   algorithm: "plot_performance_box"
15552   output-file-type: ".html"
15553   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15554   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15555   filter: "'NIC_Intel-X710' and
15556            '64B' and
15557            'NDRPDR' and
15558            ('ETH' or 'DOT1Q') and
15559            '2T2C' and
15560            ('L2BDMACLRN' or 'L2XCFWD') and
15561            'VHOST_1024' and
15562            not 'CFS_OPT' and
15563            not 'VXLAN' and
15564            not 'IP4FWD' and
15565            not 'LBOND'"
15566   parameters:
15567   - "throughput"
15568   - "parent"
15569   - "tags"
15570   sort:
15571   - "L2BDMACLRN"
15572   - "L2BDMACLRN"
15573   - "L2BDMACLRN"
15574   - "L2XCFWD"
15575   - "L2XCFWD"
15576   - "L2XCFWD"
15577   traces:
15578     hoverinfo: "x+y"
15579     boxpoints: "outliers"
15580     whiskerwidth: 0
15581   layout:
15582     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15583     layout: "plot-throughput"
15584
15585 # Packet Throughput - VPP vhost ip4 3n-skx-x710
15586 - type: "plot"
15587   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15588   algorithm: "plot_performance_box"
15589   output-file-type: ".html"
15590   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15591   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15592   filter: "'NIC_Intel-X710' and
15593            '64B' and
15594            'NDRPDR' and
15595            'ETH' and
15596            'IP4FWD' and
15597            '2T1C' and
15598            'VHOST_1024' and
15599            not 'VXLAN' and
15600            not 'DOT1Q'"
15601   parameters:
15602   - "throughput"
15603   - "parent"
15604   - "tags"
15605   sort:
15606   - "1VM"
15607   - "2VM"
15608   traces:
15609     hoverinfo: "x+y"
15610     boxpoints: "outliers"
15611     whiskerwidth: 0
15612   layout:
15613     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15614     layout: "plot-throughput"
15615
15616 - type: "plot"
15617   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15618   algorithm: "plot_performance_box"
15619   output-file-type: ".html"
15620   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15621   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15622   filter: "'NIC_Intel-X710' and
15623            '64B' and
15624            'NDRPDR' and
15625            'ETH' and
15626            'IP4FWD' and
15627            '4T2C' and
15628            'VHOST_1024' and
15629            not 'VXLAN' and
15630            not 'DOT1Q'"
15631   parameters:
15632   - "throughput"
15633   - "parent"
15634   - "tags"
15635   sort:
15636   - "1VM"
15637   - "2VM"
15638   traces:
15639     hoverinfo: "x+y"
15640     boxpoints: "outliers"
15641     whiskerwidth: 0
15642   layout:
15643     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15644     layout: "plot-throughput"
15645
15646 - type: "plot"
15647   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15648   algorithm: "plot_performance_box"
15649   output-file-type: ".html"
15650   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15651   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15652   filter: "'NIC_Intel-X710' and
15653            '64B' and
15654            'NDRPDR' and
15655            'ETH' and
15656            'IP4FWD' and
15657            '2T1C' and
15658            'VHOST_1024' and
15659            not 'VXLAN' and
15660            not 'DOT1Q'"
15661   parameters:
15662   - "throughput"
15663   - "parent"
15664   - "tags"
15665   sort:
15666   - "1VM"
15667   - "2VM"
15668   traces:
15669     hoverinfo: "x+y"
15670     boxpoints: "outliers"
15671     whiskerwidth: 0
15672   layout:
15673     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15674     layout: "plot-throughput"
15675
15676 - type: "plot"
15677   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15678   algorithm: "plot_performance_box"
15679   output-file-type: ".html"
15680   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15681   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15682   filter: "'NIC_Intel-X710' and
15683            '64B' and
15684            'NDRPDR' and
15685            'ETH' and
15686            'IP4FWD' and
15687            '4T2C' and
15688            'VHOST_1024' and
15689            not 'VXLAN' and
15690            not 'DOT1Q'"
15691   parameters:
15692   - "throughput"
15693   - "parent"
15694   - "tags"
15695   sort:
15696   - "1VM"
15697   - "2VM"
15698   traces:
15699     hoverinfo: "x+y"
15700     boxpoints: "outliers"
15701     whiskerwidth: 0
15702   layout:
15703     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15704     layout: "plot-throughput"
15705
15706 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
15707 - type: "plot"
15708   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15709   algorithm: "plot_performance_box"
15710   output-file-type: ".html"
15711   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15712   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15713   filter: "'NIC_Intel-X710' and
15714            '64B' and
15715            'NDRPDR' and
15716            ('ETH' or 'DOT1Q') and
15717            'BASE' and
15718            '2T1C' and
15719            ('L2BDMACLRN' or 'L2XCFWD') and
15720            'VHOST_1024' and
15721            not 'VXLAN' and
15722            not 'IP4FWD' and
15723            not '2VM'"
15724   parameters:
15725   - "throughput"
15726   - "parent"
15727   - "tags"
15728   sort:
15729   - "L2BDMACLRN"
15730   - "L2BDMACLRN"
15731   - "L2BDMACLRN"
15732   - "L2XCFWD"
15733   - "L2XCFWD"
15734   - "L2XCFWD"
15735   traces:
15736     hoverinfo: "x+y"
15737     boxpoints: "outliers"
15738     whiskerwidth: 0
15739   layout:
15740     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15741     layout: "plot-throughput"
15742
15743 - type: "plot"
15744   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15745   algorithm: "plot_performance_box"
15746   output-file-type: ".html"
15747   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15748   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15749   filter: "'NIC_Intel-X710' and
15750            '64B' and
15751            'NDRPDR' and
15752            ('ETH' or 'DOT1Q') and
15753            'BASE' and
15754            '2T1C' and
15755            ('L2BDMACLRN' or 'L2XCFWD') and
15756            'VHOST_1024' and
15757            not 'VXLAN' and
15758            not 'IP4FWD' and
15759            not '2VM'"
15760   parameters:
15761   - "throughput"
15762   - "parent"
15763   - "tags"
15764   sort:
15765   - "L2BDMACLRN"
15766   - "L2BDMACLRN"
15767   - "L2BDMACLRN"
15768   - "L2XCFWD"
15769   - "L2XCFWD"
15770   - "L2XCFWD"
15771   traces:
15772     hoverinfo: "x+y"
15773     boxpoints: "outliers"
15774     whiskerwidth: 0
15775   layout:
15776     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15777     layout: "plot-throughput"
15778
15779 - type: "plot"
15780   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15781   algorithm: "plot_performance_box"
15782   output-file-type: ".html"
15783   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15784   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15785   filter: "'NIC_Intel-X710' and
15786            '64B' and
15787            'NDRPDR' and
15788            ('ETH' or 'DOT1Q') and
15789            'BASE' and
15790            '4T2C' and
15791            ('L2BDMACLRN' or 'L2XCFWD') and
15792            'VHOST_1024' and
15793            not 'VXLAN' and
15794            not 'IP4FWD' and
15795            not '2VM'"
15796   parameters:
15797   - "throughput"
15798   - "parent"
15799   - "tags"
15800   sort:
15801   - "L2BDMACLRN"
15802   - "L2BDMACLRN"
15803   - "L2BDMACLRN"
15804   - "L2XCFWD"
15805   - "L2XCFWD"
15806   - "L2XCFWD"
15807   traces:
15808     hoverinfo: "x+y"
15809     boxpoints: "outliers"
15810     whiskerwidth: 0
15811   layout:
15812     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15813     layout: "plot-throughput"
15814
15815 - type: "plot"
15816   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15817   algorithm: "plot_performance_box"
15818   output-file-type: ".html"
15819   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15820   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15821   filter: "'NIC_Intel-X710' and
15822            '64B' and
15823            'NDRPDR' and
15824            ('ETH' or 'DOT1Q') and
15825            'BASE' and
15826            '4T2C' and
15827            ('L2BDMACLRN' or 'L2XCFWD') and
15828            'VHOST_1024' and
15829            not 'VXLAN' and
15830            not 'IP4FWD' and
15831            not '2VM'"
15832   parameters:
15833   - "throughput"
15834   - "parent"
15835   - "tags"
15836   sort:
15837   - "L2BDMACLRN"
15838   - "L2BDMACLRN"
15839   - "L2BDMACLRN"
15840   - "L2XCFWD"
15841   - "L2XCFWD"
15842   - "L2XCFWD"
15843   traces:
15844     hoverinfo: "x+y"
15845     boxpoints: "outliers"
15846     whiskerwidth: 0
15847   layout:
15848     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15849     layout: "plot-throughput"
15850
15851 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
15852 - type: "plot"
15853   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15854   algorithm: "plot_performance_box"
15855   output-file-type: ".html"
15856   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15857   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15858   filter: "'NIC_Intel-X710' and
15859            '64B' and
15860            'NDRPDR' and
15861            ('ETH' or 'DOT1Q') and
15862            '2T1C' and
15863            ('L2BDMACLRN' or 'L2XCFWD') and
15864            'VHOST_1024' and
15865            not 'CFS_OPT' and
15866            not 'VXLAN' and
15867            not 'IP4FWD' and
15868            not 'LBOND'"
15869   parameters:
15870   - "throughput"
15871   - "parent"
15872   - "tags"
15873   sort:
15874   - "L2BDMACLRN"
15875   - "L2BDMACLRN"
15876   - "L2BDMACLRN"
15877   - "L2XCFWD"
15878   - "L2XCFWD"
15879   - "L2XCFWD"
15880   traces:
15881     hoverinfo: "x+y"
15882     boxpoints: "outliers"
15883     whiskerwidth: 0
15884   layout:
15885     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15886     layout: "plot-throughput"
15887
15888 - type: "plot"
15889   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15890   algorithm: "plot_performance_box"
15891   output-file-type: ".html"
15892   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15894   filter: "'NIC_Intel-X710' and
15895            '64B' and
15896            'NDRPDR' and
15897            ('ETH' or 'DOT1Q') and
15898            '2T1C' and
15899            ('L2BDMACLRN' or 'L2XCFWD') and
15900            'VHOST_1024' and
15901            not 'CFS_OPT' and
15902            not 'VXLAN' and
15903            not 'IP4FWD' and
15904            not 'LBOND'"
15905   parameters:
15906   - "throughput"
15907   - "parent"
15908   - "tags"
15909   sort:
15910   - "L2BDMACLRN"
15911   - "L2BDMACLRN"
15912   - "L2BDMACLRN"
15913   - "L2XCFWD"
15914   - "L2XCFWD"
15915   - "L2XCFWD"
15916   traces:
15917     hoverinfo: "x+y"
15918     boxpoints: "outliers"
15919     whiskerwidth: 0
15920   layout:
15921     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15922     layout: "plot-throughput"
15923
15924 - type: "plot"
15925   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15926   algorithm: "plot_performance_box"
15927   output-file-type: ".html"
15928   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15929   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15930   filter: "'NIC_Intel-X710' and
15931            '64B' and
15932            'NDRPDR' and
15933            ('ETH' or 'DOT1Q') and
15934            '4T2C' and
15935            ('L2BDMACLRN' or 'L2XCFWD') and
15936            'VHOST_1024' and
15937            not 'CFS_OPT' and
15938            not 'VXLAN' and
15939            not 'IP4FWD' and
15940            not 'LBOND'"
15941   parameters:
15942   - "throughput"
15943   - "parent"
15944   - "tags"
15945   sort:
15946   - "L2BDMACLRN"
15947   - "L2BDMACLRN"
15948   - "L2BDMACLRN"
15949   - "L2XCFWD"
15950   - "L2XCFWD"
15951   - "L2XCFWD"
15952   traces:
15953     hoverinfo: "x+y"
15954     boxpoints: "outliers"
15955     whiskerwidth: 0
15956   layout:
15957     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15958     layout: "plot-throughput"
15959
15960 - type: "plot"
15961   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15962   algorithm: "plot_performance_box"
15963   output-file-type: ".html"
15964   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15965   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15966   filter: "'NIC_Intel-X710' and
15967            '64B' and
15968            'NDRPDR' and
15969            ('ETH' or 'DOT1Q') and
15970            '4T2C' and
15971            ('L2BDMACLRN' or 'L2XCFWD') and
15972            'VHOST_1024' and
15973            not 'CFS_OPT' and
15974            not 'VXLAN' and
15975            not 'IP4FWD' and
15976            not 'LBOND'"
15977   parameters:
15978   - "throughput"
15979   - "parent"
15980   - "tags"
15981   sort:
15982   - "L2BDMACLRN"
15983   - "L2BDMACLRN"
15984   - "L2BDMACLRN"
15985   - "L2XCFWD"
15986   - "L2XCFWD"
15987   - "L2XCFWD"
15988   traces:
15989     hoverinfo: "x+y"
15990     boxpoints: "outliers"
15991     whiskerwidth: 0
15992   layout:
15993     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15994     layout: "plot-throughput"
15995
15996 # Packet Throughput - VPP vhost ip4 2n-skx-x710
15997 - type: "plot"
15998   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15999   algorithm: "plot_performance_box"
16000   output-file-type: ".html"
16001   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16002   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16003   filter: "'NIC_Intel-X710' and
16004            '64B' and
16005            'NDRPDR' and
16006            'ETH' and
16007            'IP4FWD' and
16008            '2T1C' and
16009            'VHOST_1024' and
16010            not 'VXLAN' and
16011            not 'NF_DENSITY' and
16012            not 'CFS_OPT' and
16013            not 'DOT1Q'"
16014   parameters:
16015   - "throughput"
16016   - "parent"
16017   - "tags"
16018   sort:
16019   - "1VM"
16020   - "2VM"
16021   traces:
16022     hoverinfo: "x+y"
16023     boxpoints: "outliers"
16024     whiskerwidth: 0
16025   layout:
16026     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16027     layout: "plot-throughput"
16028
16029 - type: "plot"
16030   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16031   algorithm: "plot_performance_box"
16032   output-file-type: ".html"
16033   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16034   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16035   filter: "'NIC_Intel-X710' and
16036            '64B' and
16037            'NDRPDR' and
16038            'ETH' and
16039            'IP4FWD' and
16040            '4T2C' and
16041            'VHOST_1024' and
16042            not 'VXLAN' and
16043            not 'NF_DENSITY' and
16044            not 'CFS_OPT' and
16045            not 'DOT1Q'"
16046   parameters:
16047   - "throughput"
16048   - "parent"
16049   - "tags"
16050   sort:
16051   - "1VM"
16052   - "2VM"
16053   traces:
16054     hoverinfo: "x+y"
16055     boxpoints: "outliers"
16056     whiskerwidth: 0
16057   layout:
16058     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16059     layout: "plot-throughput"
16060
16061 - type: "plot"
16062   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16063   algorithm: "plot_performance_box"
16064   output-file-type: ".html"
16065   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16066   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16067   filter: "'NIC_Intel-X710' and
16068            '64B' and
16069            'NDRPDR' and
16070            'ETH' and
16071            'IP4FWD' and
16072            '2T1C' and
16073            'VHOST_1024' and
16074            not 'VXLAN' and
16075            not 'NF_DENSITY' and
16076            not 'CFS_OPT' and
16077            not 'DOT1Q'"
16078   parameters:
16079   - "throughput"
16080   - "parent"
16081   - "tags"
16082   sort:
16083   - "1VM"
16084   - "2VM"
16085   traces:
16086     hoverinfo: "x+y"
16087     boxpoints: "outliers"
16088     whiskerwidth: 0
16089   layout:
16090     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16091     layout: "plot-throughput"
16092
16093 - type: "plot"
16094   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16095   algorithm: "plot_performance_box"
16096   output-file-type: ".html"
16097   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16098   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16099   filter: "'NIC_Intel-X710' and
16100            '64B' and
16101            'NDRPDR' and
16102            'ETH' and
16103            'IP4FWD' and
16104            '4T2C' and
16105            'VHOST_1024' and
16106            not 'VXLAN' and
16107            not 'NF_DENSITY' and
16108            not 'CFS_OPT' and
16109            not 'DOT1Q'"
16110   parameters:
16111   - "throughput"
16112   - "parent"
16113   - "tags"
16114   sort:
16115   - "1VM"
16116   - "2VM"
16117   traces:
16118     hoverinfo: "x+y"
16119     boxpoints: "outliers"
16120     whiskerwidth: 0
16121   layout:
16122     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16123     layout: "plot-throughput"
16124
16125 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
16126 - type: "plot"
16127   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16128   algorithm: "plot_performance_box"
16129   output-file-type: ".html"
16130   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16131   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16132   filter: "'NIC_Intel-X710' and
16133            '64B' and
16134            'NDRPDR' and
16135            ('ETH' or 'DOT1Q') and
16136            'BASE' and
16137            '2T1C' and
16138            ('L2BDMACLRN' or 'L2XCFWD') and
16139            'VHOST_1024' and
16140            not 'VXLAN' and
16141            not 'NF_DENSITY' and
16142            not 'IP4FWD' and
16143            not '2VM'"
16144   parameters:
16145   - "throughput"
16146   - "parent"
16147   - "tags"
16148 #  sort:
16149 #  - "not CFS_OPT"
16150 #  - "L2XCFWD"
16151 #  - "not CFS_OPT"
16152 #  - "CFS_OPT"
16153   traces:
16154     hoverinfo: "x+y"
16155     boxpoints: "outliers"
16156     whiskerwidth: 0
16157   layout:
16158     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16159     layout: "plot-throughput"
16160
16161 - type: "plot"
16162   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16163   algorithm: "plot_performance_box"
16164   output-file-type: ".html"
16165   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16166   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16167   filter: "'NIC_Intel-X710' and
16168            '64B' and
16169            'NDRPDR' and
16170            ('ETH' or 'DOT1Q') and
16171            'BASE' and
16172            '2T1C' and
16173            ('L2BDMACLRN' or 'L2XCFWD') and
16174            'VHOST_1024' and
16175            not 'VXLAN' and
16176            not 'NF_DENSITY' and
16177            not 'IP4FWD' and
16178            not '2VM'"
16179   parameters:
16180   - "throughput"
16181   - "parent"
16182   - "tags"
16183 #  sort:
16184 #  - "not CFS_OPT"
16185 #  - "L2XCFWD"
16186 #  - "not CFS_OPT"
16187 #  - "CFS_OPT"
16188   traces:
16189     hoverinfo: "x+y"
16190     boxpoints: "outliers"
16191     whiskerwidth: 0
16192   layout:
16193     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16194     layout: "plot-throughput"
16195
16196 - type: "plot"
16197   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16198   algorithm: "plot_performance_box"
16199   output-file-type: ".html"
16200   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16201   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16202   filter: "'NIC_Intel-X710' and
16203            '64B' and
16204            'NDRPDR' and
16205            ('ETH' or 'DOT1Q') and
16206            'BASE' and
16207            '4T2C' and
16208            ('L2BDMACLRN' or 'L2XCFWD') and
16209            'VHOST_1024' and
16210            not 'VXLAN' and
16211            not 'NF_DENSITY' and
16212            not 'IP4FWD' and
16213            not '2VM'"
16214   parameters:
16215   - "throughput"
16216   - "parent"
16217   - "tags"
16218 #  sort:
16219 #  - "not CFS_OPT"
16220 #  - "L2XCFWD"
16221 #  - "not CFS_OPT"
16222 #  - "CFS_OPT"
16223   traces:
16224     hoverinfo: "x+y"
16225     boxpoints: "outliers"
16226     whiskerwidth: 0
16227   layout:
16228     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16229     layout: "plot-throughput"
16230
16231 - type: "plot"
16232   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16233   algorithm: "plot_performance_box"
16234   output-file-type: ".html"
16235   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16236   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16237   filter: "'NIC_Intel-X710' and
16238            '64B' and
16239            'NDRPDR' and
16240            ('ETH' or 'DOT1Q') and
16241            'BASE' and
16242            '4T2C' and
16243            ('L2BDMACLRN' or 'L2XCFWD') and
16244            'VHOST_1024' and
16245            not 'VXLAN' and
16246            not 'NF_DENSITY' and
16247            not 'IP4FWD' and
16248            not '2VM'"
16249   parameters:
16250   - "throughput"
16251   - "parent"
16252   - "tags"
16253 #  sort:
16254 #  - "not CFS_OPT"
16255 #  - "L2XCFWD"
16256 #  - "not CFS_OPT"
16257 #  - "CFS_OPT"
16258   traces:
16259     hoverinfo: "x+y"
16260     boxpoints: "outliers"
16261     whiskerwidth: 0
16262   layout:
16263     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16264     layout: "plot-throughput"
16265
16266 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
16267 - type: "plot"
16268   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16269   algorithm: "plot_performance_box"
16270   output-file-type: ".html"
16271   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16272   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16273   filter: "'NIC_Intel-X710' and
16274            '64B' and
16275            'NDRPDR' and
16276            ('ETH' or 'DOT1Q') and
16277            '2T1C' and
16278            ('L2BDMACLRN' or 'L2XCFWD') and
16279            'VHOST_1024' and
16280            not 'CFS_OPT' and
16281            not 'VXLAN' and
16282            not 'NF_DENSITY' and
16283            not 'DOT1Q' and
16284            not 'IP4FWD'"
16285   parameters:
16286   - "throughput"
16287   - "parent"
16288   - "tags"
16289 #  sort:
16290 #  - "1VM"
16291 #  - "L2XCFWD"
16292 #  - "1VM"
16293 #  - "L2BDMACLRN"
16294   traces:
16295     hoverinfo: "x+y"
16296     boxpoints: "outliers"
16297     whiskerwidth: 0
16298   layout:
16299     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16300     layout: "plot-throughput"
16301
16302 - type: "plot"
16303   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16304   algorithm: "plot_performance_box"
16305   output-file-type: ".html"
16306   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16307   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16308   filter: "'NIC_Intel-X710' and
16309            '64B' and
16310            'NDRPDR' and
16311            ('ETH' or 'DOT1Q') and
16312            '2T1C' and
16313            ('L2BDMACLRN' or 'L2XCFWD') and
16314            'VHOST_1024' and
16315            not 'CFS_OPT' and
16316            not 'VXLAN' and
16317            not 'NF_DENSITY' and
16318            not 'DOT1Q' and
16319            not 'IP4FWD'"
16320   parameters:
16321   - "throughput"
16322   - "parent"
16323   - "tags"
16324 #  sort:
16325 #  - "1VM"
16326 #  - "L2XCFWD"
16327 #  - "1VM"
16328 #  - "L2BDMACLRN"
16329   traces:
16330     hoverinfo: "x+y"
16331     boxpoints: "outliers"
16332     whiskerwidth: 0
16333   layout:
16334     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16335     layout: "plot-throughput"
16336
16337 - type: "plot"
16338   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16339   algorithm: "plot_performance_box"
16340   output-file-type: ".html"
16341   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16342   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16343   filter: "'NIC_Intel-X710' and
16344            '64B' and
16345            'NDRPDR' and
16346            ('ETH' or 'DOT1Q') and
16347            '4T2C' and
16348            ('L2BDMACLRN' or 'L2XCFWD') and
16349            'VHOST_1024' and
16350            not 'CFS_OPT' and
16351            not 'VXLAN' and
16352            not 'NF_DENSITY' and
16353            not 'DOT1Q' and
16354            not 'IP4FWD'"
16355   parameters:
16356   - "throughput"
16357   - "parent"
16358   - "tags"
16359 #  sort:
16360 #  - "1VM"
16361 #  - "L2XCFWD"
16362 #  - "1VM"
16363 #  - "L2BDMACLRN"
16364   traces:
16365     hoverinfo: "x+y"
16366     boxpoints: "outliers"
16367     whiskerwidth: 0
16368   layout:
16369     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16370     layout: "plot-throughput"
16371
16372 - type: "plot"
16373   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16374   algorithm: "plot_performance_box"
16375   output-file-type: ".html"
16376   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16377   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16378   filter: "'NIC_Intel-X710' and
16379            '64B' and
16380            'NDRPDR' and
16381            ('ETH' or 'DOT1Q') and
16382            '4T2C' and
16383            ('L2BDMACLRN' or 'L2XCFWD') and
16384            'VHOST_1024' and
16385            not 'CFS_OPT' and
16386            not 'VXLAN' and
16387            not 'NF_DENSITY' and
16388            not 'DOT1Q' and
16389            not 'IP4FWD'"
16390   parameters:
16391   - "throughput"
16392   - "parent"
16393   - "tags"
16394 #  sort:
16395 #  - "1VM"
16396 #  - "L2XCFWD"
16397 #  - "1VM"
16398 #  - "L2BDMACLRN"
16399   traces:
16400     hoverinfo: "x+y"
16401     boxpoints: "outliers"
16402     whiskerwidth: 0
16403   layout:
16404     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16405     layout: "plot-throughput"
16406
16407 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
16408 - type: "plot"
16409   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16410   algorithm: "plot_performance_box"
16411   output-file-type: ".html"
16412   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16413   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16414   filter: "'NIC_Intel-XXV710' and
16415            '64B' and
16416            'NDRPDR' and
16417            'ETH' and
16418            'IP4FWD' and
16419            '2T1C' and
16420            'VHOST_1024' and
16421            not 'VXLAN' and
16422            not 'CFS_OPT' and
16423            not 'DOT1Q'"
16424   parameters:
16425   - "throughput"
16426   - "parent"
16427   - "tags"
16428   sort:
16429   - "1VM"
16430   - "2VM"
16431   traces:
16432     hoverinfo: "x+y"
16433     boxpoints: "outliers"
16434     whiskerwidth: 0
16435   layout:
16436     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16437     layout: "plot-throughput"
16438
16439 - type: "plot"
16440   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16441   algorithm: "plot_performance_box"
16442   output-file-type: ".html"
16443   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16444   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16445   filter: "'NIC_Intel-XXV710' and
16446            '64B' and
16447            'NDRPDR' and
16448            'ETH' and
16449            'IP4FWD' and
16450            '4T2C' and
16451            'VHOST_1024' and
16452            not 'VXLAN' and
16453            not 'CFS_OPT' and
16454            not 'DOT1Q'"
16455   parameters:
16456   - "throughput"
16457   - "parent"
16458   - "tags"
16459   sort:
16460   - "1VM"
16461   - "2VM"
16462   traces:
16463     hoverinfo: "x+y"
16464     boxpoints: "outliers"
16465     whiskerwidth: 0
16466   layout:
16467     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16468     layout: "plot-throughput"
16469
16470 - type: "plot"
16471   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16472   algorithm: "plot_performance_box"
16473   output-file-type: ".html"
16474   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16475   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16476   filter: "'NIC_Intel-XXV710' and
16477            '64B' and
16478            'NDRPDR' and
16479            'ETH' and
16480            'IP4FWD' and
16481            '2T1C' and
16482            'VHOST_1024' and
16483            not 'VXLAN' and
16484            not 'CFS_OPT' and
16485            not 'DOT1Q'"
16486   parameters:
16487   - "throughput"
16488   - "parent"
16489   - "tags"
16490   sort:
16491   - "1VM"
16492   - "2VM"
16493   traces:
16494     hoverinfo: "x+y"
16495     boxpoints: "outliers"
16496     whiskerwidth: 0
16497   layout:
16498     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16499     layout: "plot-throughput"
16500
16501 - type: "plot"
16502   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16503   algorithm: "plot_performance_box"
16504   output-file-type: ".html"
16505   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16506   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16507   filter: "'NIC_Intel-XXV710' and
16508            '64B' and
16509            'NDRPDR' and
16510            'ETH' and
16511            'IP4FWD' and
16512            '4T2C' and
16513            'VHOST_1024' and
16514            not 'VXLAN' and
16515            not 'CFS_OPT' and
16516            not 'DOT1Q'"
16517   parameters:
16518   - "throughput"
16519   - "parent"
16520   - "tags"
16521   sort:
16522   - "1VM"
16523   - "2VM"
16524   traces:
16525     hoverinfo: "x+y"
16526     boxpoints: "outliers"
16527     whiskerwidth: 0
16528   layout:
16529     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16530     layout: "plot-throughput"
16531
16532 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
16533 #- type: "plot"
16534 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16535 #  algorithm: "plot_performance_box"
16536 #  output-file-type: ".html"
16537 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16538 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16539 #  filter: "'NIC_Intel-XXV710' and
16540 #           '64B' and
16541 #           'NDRPDR' and
16542 #           ('ETH' or 'DOT1Q') and
16543 #           'BASE' and
16544 #           '2T1C' and
16545 #           ('L2BDMACLRN' or 'L2XCFWD') and
16546 #           'VHOST_1024' and
16547 #           not 'VXLAN' and
16548 #           not 'IP4FWD' and
16549 #           not '2VM'"
16550 #  parameters:
16551 #  - "throughput"
16552 #  - "parent"
16553 #  - "tags"
16554 ##  sort:
16555 ##  - "not CFS_OPT"
16556 ##  - "L2XCFWD"
16557 ##  - "not CFS_OPT"
16558 ##  - "CFS_OPT"
16559 #  traces:
16560 #    hoverinfo: "x+y"
16561 #    boxpoints: "outliers"
16562 #    whiskerwidth: 0
16563 #  layout:
16564 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16565 #    layout: "plot-throughput"
16566 #
16567 #- type: "plot"
16568 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16569 #  algorithm: "plot_performance_box"
16570 #  output-file-type: ".html"
16571 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16572 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16573 #  filter: "'NIC_Intel-XXV710' and
16574 #           '64B' and
16575 #           'NDRPDR' and
16576 #           ('ETH' or 'DOT1Q') and
16577 #           'BASE' and
16578 #           '2T1C' and
16579 #           ('L2BDMACLRN' or 'L2XCFWD') and
16580 #           'VHOST_1024' and
16581 #           not 'VXLAN' and
16582 #           not 'IP4FWD' and
16583 #           not '2VM'"
16584 #  parameters:
16585 #  - "throughput"
16586 #  - "parent"
16587 #  - "tags"
16588 ##  sort:
16589 ##  - "not CFS_OPT"
16590 ##  - "L2XCFWD"
16591 ##  - "not CFS_OPT"
16592 ##  - "CFS_OPT"
16593 #  traces:
16594 #    hoverinfo: "x+y"
16595 #    boxpoints: "outliers"
16596 #    whiskerwidth: 0
16597 #  layout:
16598 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16599 #    layout: "plot-throughput"
16600 #
16601 #- type: "plot"
16602 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16603 #  algorithm: "plot_performance_box"
16604 #  output-file-type: ".html"
16605 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16606 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16607 #  filter: "'NIC_Intel-XXV710' and
16608 #           '64B' and
16609 #           'NDRPDR' and
16610 #           ('ETH' or 'DOT1Q') and
16611 #           'BASE' and
16612 #           '4T2C' and
16613 #           ('L2BDMACLRN' or 'L2XCFWD') and
16614 #           'VHOST_1024' and
16615 #           not 'VXLAN' and
16616 #           not 'IP4FWD' and
16617 #           not '2VM'"
16618 #  parameters:
16619 #  - "throughput"
16620 #  - "parent"
16621 #  - "tags"
16622 ##  sort:
16623 ##  - "not CFS_OPT"
16624 ##  - "L2XCFWD"
16625 ##  - "not CFS_OPT"
16626 ##  - "CFS_OPT"
16627 #  traces:
16628 #    hoverinfo: "x+y"
16629 #    boxpoints: "outliers"
16630 #    whiskerwidth: 0
16631 #  layout:
16632 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16633 #    layout: "plot-throughput"
16634 #
16635 #- type: "plot"
16636 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16637 #  algorithm: "plot_performance_box"
16638 #  output-file-type: ".html"
16639 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16640 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16641 #  filter: "'NIC_Intel-XXV710' and
16642 #           '64B' and
16643 #           'NDRPDR' and
16644 #           ('ETH' or 'DOT1Q') and
16645 #           'BASE' and
16646 #           '4T2C' and
16647 #           ('L2BDMACLRN' or 'L2XCFWD') and
16648 #           'VHOST_1024' and
16649 #           not 'VXLAN' and
16650 #           not 'IP4FWD' and
16651 #           not '2VM'"
16652 #  parameters:
16653 #  - "throughput"
16654 #  - "parent"
16655 #  - "tags"
16656 ##  sort:
16657 ##  - "not CFS_OPT"
16658 ##  - "L2XCFWD"
16659 ##  - "not CFS_OPT"
16660 ##  - "CFS_OPT"
16661 #  traces:
16662 #    hoverinfo: "x+y"
16663 #    boxpoints: "outliers"
16664 #    whiskerwidth: 0
16665 #  layout:
16666 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16667 #    layout: "plot-throughput"
16668 #
16669 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
16670 #- type: "plot"
16671 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16672 #  algorithm: "plot_performance_box"
16673 #  output-file-type: ".html"
16674 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16675 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16676 #  filter: "'NIC_Intel-XXV710' and
16677 #           '64B' and
16678 #           'NDRPDR' and
16679 #           ('ETH' or 'DOT1Q') and
16680 #           '2T1C' and
16681 #           ('L2BDMACLRN' or 'L2XCFWD') and
16682 #           'VHOST_1024' and
16683 #           not 'CFS_OPT' and
16684 #           not 'VXLAN' and
16685 #           not 'DOT1Q' and
16686 #           not 'IP4FWD'"
16687 #  parameters:
16688 #  - "throughput"
16689 #  - "parent"
16690 #  - "tags"
16691 ##  sort:
16692 ##  - "1VM"
16693 ##  - "L2XCFWD"
16694 ##  - "1VM"
16695 ##  - "L2BDMACLRN"
16696 #  traces:
16697 #    hoverinfo: "x+y"
16698 #    boxpoints: "outliers"
16699 #    whiskerwidth: 0
16700 #  layout:
16701 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16702 #    layout: "plot-throughput"
16703 #
16704 #- type: "plot"
16705 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16706 #  algorithm: "plot_performance_box"
16707 #  output-file-type: ".html"
16708 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16709 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16710 #  filter: "'NIC_Intel-XXV710' and
16711 #           '64B' and
16712 #           'NDRPDR' and
16713 #           ('ETH' or 'DOT1Q') and
16714 #           '2T1C' and
16715 #           ('L2BDMACLRN' or 'L2XCFWD') and
16716 #           'VHOST_1024' and
16717 #           not 'CFS_OPT' and
16718 #           not 'VXLAN' and
16719 #           not 'DOT1Q' and
16720 #           not 'IP4FWD'"
16721 #  parameters:
16722 #  - "throughput"
16723 #  - "parent"
16724 #  - "tags"
16725 ##  sort:
16726 ##  - "1VM"
16727 ##  - "L2XCFWD"
16728 ##  - "1VM"
16729 ##  - "L2BDMACLRN"
16730 #  traces:
16731 #    hoverinfo: "x+y"
16732 #    boxpoints: "outliers"
16733 #    whiskerwidth: 0
16734 #  layout:
16735 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16736 #    layout: "plot-throughput"
16737 #
16738 #- type: "plot"
16739 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16740 #  algorithm: "plot_performance_box"
16741 #  output-file-type: ".html"
16742 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16743 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16744 #  filter: "'NIC_Intel-XXV710' and
16745 #           '64B' and
16746 #           'NDRPDR' and
16747 #           ('ETH' or 'DOT1Q') and
16748 #           '4T2C' and
16749 #           ('L2BDMACLRN' or 'L2XCFWD') and
16750 #           'VHOST_1024' and
16751 #           not 'CFS_OPT' and
16752 #           not 'VXLAN' and
16753 #           not 'DOT1Q' and
16754 #           not 'IP4FWD'"
16755 #  parameters:
16756 #  - "throughput"
16757 #  - "parent"
16758 #  - "tags"
16759 ##  sort:
16760 ##  - "1VM"
16761 ##  - "L2XCFWD"
16762 ##  - "1VM"
16763 ##  - "L2BDMACLRN"
16764 #  traces:
16765 #    hoverinfo: "x+y"
16766 #    boxpoints: "outliers"
16767 #    whiskerwidth: 0
16768 #  layout:
16769 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16770 #    layout: "plot-throughput"
16771 #
16772 #- type: "plot"
16773 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16774 #  algorithm: "plot_performance_box"
16775 #  output-file-type: ".html"
16776 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16777 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16778 #  filter: "'NIC_Intel-XXV710' and
16779 #           '64B' and
16780 #           'NDRPDR' and
16781 #           ('ETH' or 'DOT1Q') and
16782 #           '4T2C' and
16783 #           ('L2BDMACLRN' or 'L2XCFWD') and
16784 #           'VHOST_1024' and
16785 #           not 'CFS_OPT' and
16786 #           not 'VXLAN' and
16787 #           not 'DOT1Q' and
16788 #           not 'IP4FWD'"
16789 #  parameters:
16790 #  - "throughput"
16791 #  - "parent"
16792 #  - "tags"
16793 ##  sort:
16794 ##  - "1VM"
16795 ##  - "L2XCFWD"
16796 ##  - "1VM"
16797 ##  - "L2BDMACLRN"
16798 #  traces:
16799 #    hoverinfo: "x+y"
16800 #    boxpoints: "outliers"
16801 #    whiskerwidth: 0
16802 #  layout:
16803 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16804 #    layout: "plot-throughput"
16805
16806 ################################################################################
16807
16808 # Packet Throughput - VPP VTS 3n-hsw-x520
16809 - type: "plot"
16810   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
16811   algorithm: "plot_performance_box"
16812   output-file-type: ".html"
16813   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
16814   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16815   filter: "'NIC_Intel-X520-DA2' and
16816            '114B' and
16817            'NDRPDR' and
16818            '1T1C' and
16819            'VTS'"
16820   parameters:
16821   - "throughput"
16822   - "parent"
16823   - "tags"
16824   traces:
16825     hoverinfo: "x+y"
16826     boxpoints: "outliers"
16827     whiskerwidth: 0
16828   layout:
16829     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
16830     layout: "plot-throughput"
16831
16832 - type: "plot"
16833   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
16834   algorithm: "plot_performance_box"
16835   output-file-type: ".html"
16836   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
16837   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16838   filter: "'NIC_Intel-X520-DA2' and
16839            '114B' and
16840            'NDRPDR' and
16841            '2T2C' and
16842            'VTS'"
16843   parameters:
16844   - "throughput"
16845   - "parent"
16846   - "tags"
16847   traces:
16848     hoverinfo: "x+y"
16849     boxpoints: "outliers"
16850     whiskerwidth: 0
16851   layout:
16852     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
16853     layout: "plot-throughput"
16854
16855 - type: "plot"
16856   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
16857   algorithm: "plot_performance_box"
16858   output-file-type: ".html"
16859   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
16860   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16861   filter: "'NIC_Intel-X520-DA2' and
16862            '114B' and
16863            'NDRPDR' and
16864            '1T1C' and
16865            'VTS'"
16866   parameters:
16867   - "throughput"
16868   - "parent"
16869   - "tags"
16870   traces:
16871     hoverinfo: "x+y"
16872     boxpoints: "outliers"
16873     whiskerwidth: 0
16874   layout:
16875     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
16876     layout: "plot-throughput"
16877
16878 - type: "plot"
16879   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
16880   algorithm: "plot_performance_box"
16881   output-file-type: ".html"
16882   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
16883   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16884   filter: "'NIC_Intel-X520-DA2' and
16885            '114B' and
16886            'NDRPDR' and
16887            '2T2C' and
16888            'VTS'"
16889   parameters:
16890   - "throughput"
16891   - "parent"
16892   - "tags"
16893   traces:
16894     hoverinfo: "x+y"
16895     boxpoints: "outliers"
16896     whiskerwidth: 0
16897   layout:
16898     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
16899     layout: "plot-throughput"
16900
16901 ################################################################################
16902
16903 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
16904 - type: "plot"
16905   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16906   algorithm: "plot_performance_box"
16907   output-file-type: ".html"
16908   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16909   data: "plot-dpdk-throughput-latency-3n-hsw"
16910   filter: "'NIC_Intel-X520-DA2' and
16911            '64B' and
16912            'BASE' and
16913            'NDRPDR' and
16914            '1T1C' and
16915            'IP4FWD'"
16916   parameters:
16917   - "throughput"
16918   - "parent"
16919   - "tags"
16920   traces:
16921     hoverinfo: "x+y"
16922     boxpoints: "outliers"
16923     whiskerwidth: 0
16924   layout:
16925     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16926     layout: "plot-throughput"
16927
16928 - type: "plot"
16929   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16930   algorithm: "plot_performance_box"
16931   output-file-type: ".html"
16932   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16933   data: "plot-dpdk-throughput-latency-3n-hsw"
16934   filter: "'NIC_Intel-X520-DA2' and
16935            '64B' and
16936            'BASE' and
16937            'NDRPDR' and
16938            '2T2C' and
16939            'IP4FWD'"
16940   parameters:
16941   - "throughput"
16942   - "parent"
16943   - "tags"
16944   traces:
16945     hoverinfo: "x+y"
16946     boxpoints: "outliers"
16947     whiskerwidth: 0
16948   layout:
16949     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16950     layout: "plot-throughput"
16951
16952 - type: "plot"
16953   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16954   algorithm: "plot_performance_box"
16955   output-file-type: ".html"
16956   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16957   data: "plot-dpdk-throughput-latency-3n-hsw"
16958   filter: "'NIC_Intel-X520-DA2' and
16959            '64B' and
16960            'BASE' and
16961            'NDRPDR' and
16962            '1T1C' and
16963            'IP4FWD'"
16964   parameters:
16965   - "throughput"
16966   - "parent"
16967   - "tags"
16968   traces:
16969     hoverinfo: "x+y"
16970     boxpoints: "outliers"
16971     whiskerwidth: 0
16972   layout:
16973     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16974     layout: "plot-throughput"
16975
16976 - type: "plot"
16977   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16978   algorithm: "plot_performance_box"
16979   output-file-type: ".html"
16980   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16981   data: "plot-dpdk-throughput-latency-3n-hsw"
16982   filter: "'NIC_Intel-X520-DA2' and
16983            '64B' and
16984            'BASE' and
16985            'NDRPDR' and
16986            '2T2C' and
16987            'IP4FWD'"
16988   parameters:
16989   - "throughput"
16990   - "parent"
16991   - "tags"
16992   traces:
16993     hoverinfo: "x+y"
16994     boxpoints: "outliers"
16995     whiskerwidth: 0
16996   layout:
16997     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16998     layout: "plot-throughput"
16999
17000 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
17001 - type: "plot"
17002   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17003   algorithm: "plot_performance_box"
17004   output-file-type: ".html"
17005   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17006   data: "plot-dpdk-throughput-latency-3n-hsw"
17007   filter: "'NIC_Intel-X710' and
17008            '64B' and
17009            'BASE' and
17010            'NDRPDR' and
17011            '1T1C' and
17012            'IP4FWD'"
17013   parameters:
17014   - "throughput"
17015   - "parent"
17016   - "tags"
17017   traces:
17018     hoverinfo: "x+y"
17019     boxpoints: "outliers"
17020     whiskerwidth: 0
17021   layout:
17022     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17023     layout: "plot-throughput"
17024
17025 - type: "plot"
17026   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17027   algorithm: "plot_performance_box"
17028   output-file-type: ".html"
17029   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17030   data: "plot-dpdk-throughput-latency-3n-hsw"
17031   filter: "'NIC_Intel-X710' and
17032            '64B' and
17033            'BASE' and
17034            'NDRPDR' and
17035            '2T2C' and
17036            'IP4FWD'"
17037   parameters:
17038   - "throughput"
17039   - "parent"
17040   - "tags"
17041   traces:
17042     hoverinfo: "x+y"
17043     boxpoints: "outliers"
17044     whiskerwidth: 0
17045   layout:
17046     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17047     layout: "plot-throughput"
17048
17049 - type: "plot"
17050   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17051   algorithm: "plot_performance_box"
17052   output-file-type: ".html"
17053   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17054   data: "plot-dpdk-throughput-latency-3n-hsw"
17055   filter: "'NIC_Intel-X710' and
17056            '64B' and
17057            'BASE' and
17058            'NDRPDR' and
17059            '1T1C' and
17060            'IP4FWD'"
17061   parameters:
17062   - "throughput"
17063   - "parent"
17064   - "tags"
17065   traces:
17066     hoverinfo: "x+y"
17067     boxpoints: "outliers"
17068     whiskerwidth: 0
17069   layout:
17070     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17071     layout: "plot-throughput"
17072
17073 - type: "plot"
17074   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17075   algorithm: "plot_performance_box"
17076   output-file-type: ".html"
17077   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17078   data: "plot-dpdk-throughput-latency-3n-hsw"
17079   filter: "'NIC_Intel-X710' and
17080            '64B' and
17081            'BASE' and
17082            'NDRPDR' and
17083            '2T2C' and
17084            'IP4FWD'"
17085   parameters:
17086   - "throughput"
17087   - "parent"
17088   - "tags"
17089   traces:
17090     hoverinfo: "x+y"
17091     boxpoints: "outliers"
17092     whiskerwidth: 0
17093   layout:
17094     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17095     layout: "plot-throughput"
17096
17097 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
17098 - type: "plot"
17099   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17100   algorithm: "plot_performance_box"
17101   output-file-type: ".html"
17102   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17103   data: "plot-dpdk-throughput-latency-3n-hsw"
17104   filter: "'NIC_Intel-XL710' and
17105            '64B' and
17106            'BASE' and
17107            'NDRPDR' and
17108            '1T1C' and
17109            'IP4FWD'"
17110   parameters:
17111   - "throughput"
17112   - "parent"
17113   - "tags"
17114   traces:
17115     hoverinfo: "x+y"
17116     boxpoints: "outliers"
17117     whiskerwidth: 0
17118   layout:
17119     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17120     layout: "plot-throughput"
17121
17122 - type: "plot"
17123   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17124   algorithm: "plot_performance_box"
17125   output-file-type: ".html"
17126   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17127   data: "plot-dpdk-throughput-latency-3n-hsw"
17128   filter: "'NIC_Intel-XL710' and
17129            '64B' and
17130            'BASE' and
17131            'NDRPDR' and
17132            '2T2C' and
17133            'IP4FWD'"
17134   parameters:
17135   - "throughput"
17136   - "parent"
17137   - "tags"
17138   traces:
17139     hoverinfo: "x+y"
17140     boxpoints: "outliers"
17141     whiskerwidth: 0
17142   layout:
17143     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17144     layout: "plot-throughput"
17145
17146 - type: "plot"
17147   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17148   algorithm: "plot_performance_box"
17149   output-file-type: ".html"
17150   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17151   data: "plot-dpdk-throughput-latency-3n-hsw"
17152   filter: "'NIC_Intel-XL710' and
17153            '64B' and
17154            'BASE' and
17155            'NDRPDR' and
17156            '1T1C' and
17157            'IP4FWD'"
17158   parameters:
17159   - "throughput"
17160   - "parent"
17161   - "tags"
17162   traces:
17163     hoverinfo: "x+y"
17164     boxpoints: "outliers"
17165     whiskerwidth: 0
17166   layout:
17167     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17168     layout: "plot-throughput"
17169
17170 - type: "plot"
17171   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17172   algorithm: "plot_performance_box"
17173   output-file-type: ".html"
17174   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17175   data: "plot-dpdk-throughput-latency-3n-hsw"
17176   filter: "'NIC_Intel-XL710' and
17177            '64B' and
17178            'BASE' and
17179            'NDRPDR' and
17180            '2T2C' and
17181            'IP4FWD'"
17182   parameters:
17183   - "throughput"
17184   - "parent"
17185   - "tags"
17186   traces:
17187     hoverinfo: "x+y"
17188     boxpoints: "outliers"
17189     whiskerwidth: 0
17190   layout:
17191     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17192     layout: "plot-throughput"
17193
17194 # Packet Throughput - DPDK l3fwd 3n-skx-x710
17195 - type: "plot"
17196   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17197   algorithm: "plot_performance_box"
17198   output-file-type: ".html"
17199   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17200   data: "plot-dpdk-throughput-latency-3n-skx"
17201   filter: "'NIC_Intel-X710' and
17202            '64B' and
17203            'BASE' and
17204            'NDRPDR' and
17205            '2T1C' and
17206            'IP4FWD'"
17207   parameters:
17208   - "throughput"
17209   - "parent"
17210   - "tags"
17211   traces:
17212     hoverinfo: "x+y"
17213     boxpoints: "outliers"
17214     whiskerwidth: 0
17215   layout:
17216     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17217     layout: "plot-throughput"
17218
17219 - type: "plot"
17220   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17221   algorithm: "plot_performance_box"
17222   output-file-type: ".html"
17223   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17224   data: "plot-dpdk-throughput-latency-3n-skx"
17225   filter: "'NIC_Intel-X710' and
17226            '64B' and
17227            'BASE' and
17228            'NDRPDR' and
17229            '4T2C' and
17230            'IP4FWD'"
17231   parameters:
17232   - "throughput"
17233   - "parent"
17234   - "tags"
17235   traces:
17236     hoverinfo: "x+y"
17237     boxpoints: "outliers"
17238     whiskerwidth: 0
17239   layout:
17240     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17241     layout: "plot-throughput"
17242
17243 - type: "plot"
17244   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17245   algorithm: "plot_performance_box"
17246   output-file-type: ".html"
17247   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17248   data: "plot-dpdk-throughput-latency-3n-skx"
17249   filter: "'NIC_Intel-X710' and
17250            '64B' and
17251            'BASE' and
17252            'NDRPDR' and
17253            '2T1C' and
17254            'IP4FWD'"
17255   parameters:
17256   - "throughput"
17257   - "parent"
17258   - "tags"
17259   traces:
17260     hoverinfo: "x+y"
17261     boxpoints: "outliers"
17262     whiskerwidth: 0
17263   layout:
17264     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17265     layout: "plot-throughput"
17266
17267 - type: "plot"
17268   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17269   algorithm: "plot_performance_box"
17270   output-file-type: ".html"
17271   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17272   data: "plot-dpdk-throughput-latency-3n-skx"
17273   filter: "'NIC_Intel-X710' and
17274            '64B' and
17275            'BASE' and
17276            'NDRPDR' and
17277            '4T2C' and
17278            'IP4FWD'"
17279   parameters:
17280   - "throughput"
17281   - "parent"
17282   - "tags"
17283   traces:
17284     hoverinfo: "x+y"
17285     boxpoints: "outliers"
17286     whiskerwidth: 0
17287   layout:
17288     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17289     layout: "plot-throughput"
17290
17291 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
17292 - type: "plot"
17293   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17294   algorithm: "plot_performance_box"
17295   output-file-type: ".html"
17296   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17297   data: "plot-dpdk-throughput-latency-3n-skx"
17298   filter: "'NIC_Intel-XXV710' and
17299            '64B' and
17300            'BASE' and
17301            'NDRPDR' and
17302            '2T1C' and
17303            'IP4FWD'"
17304   parameters:
17305   - "throughput"
17306   - "parent"
17307   - "tags"
17308   traces:
17309     hoverinfo: "x+y"
17310     boxpoints: "outliers"
17311     whiskerwidth: 0
17312   layout:
17313     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17314     layout: "plot-throughput"
17315
17316 - type: "plot"
17317   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17318   algorithm: "plot_performance_box"
17319   output-file-type: ".html"
17320   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17321   data: "plot-dpdk-throughput-latency-3n-skx"
17322   filter: "'NIC_Intel-XXV710' and
17323            '64B' and
17324            'BASE' and
17325            'NDRPDR' and
17326            '4T2C' and
17327            'IP4FWD'"
17328   parameters:
17329   - "throughput"
17330   - "parent"
17331   - "tags"
17332   traces:
17333     hoverinfo: "x+y"
17334     boxpoints: "outliers"
17335     whiskerwidth: 0
17336   layout:
17337     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17338     layout: "plot-throughput"
17339
17340 - type: "plot"
17341   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17342   algorithm: "plot_performance_box"
17343   output-file-type: ".html"
17344   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17345   data: "plot-dpdk-throughput-latency-3n-skx"
17346   filter: "'NIC_Intel-XXV710' and
17347            '64B' and
17348            'BASE' and
17349            'NDRPDR' and
17350            '2T1C' and
17351            'IP4FWD'"
17352   parameters:
17353   - "throughput"
17354   - "parent"
17355   - "tags"
17356   traces:
17357     hoverinfo: "x+y"
17358     boxpoints: "outliers"
17359     whiskerwidth: 0
17360   layout:
17361     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17362     layout: "plot-throughput"
17363
17364 - type: "plot"
17365   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17366   algorithm: "plot_performance_box"
17367   output-file-type: ".html"
17368   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17369   data: "plot-dpdk-throughput-latency-3n-skx"
17370   filter: "'NIC_Intel-XXV710' and
17371            '64B' and
17372            'BASE' and
17373            'NDRPDR' and
17374            '4T2C' and
17375            'IP4FWD'"
17376   parameters:
17377   - "throughput"
17378   - "parent"
17379   - "tags"
17380   traces:
17381     hoverinfo: "x+y"
17382     boxpoints: "outliers"
17383     whiskerwidth: 0
17384   layout:
17385     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17386     layout: "plot-throughput"
17387
17388 # Packet Throughput - DPDK l3fwd 2n-skx-x710
17389 - type: "plot"
17390   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17391   algorithm: "plot_performance_box"
17392   output-file-type: ".html"
17393   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17394   data: "plot-dpdk-throughput-latency-2n-skx"
17395   filter: "'NIC_Intel-X710' and
17396            '64B' and
17397            'BASE' and
17398            'NDRPDR' and
17399            '2T1C' and
17400            'IP4FWD'"
17401   parameters:
17402   - "throughput"
17403   - "parent"
17404   - "tags"
17405   traces:
17406     hoverinfo: "x+y"
17407     boxpoints: "outliers"
17408     whiskerwidth: 0
17409   layout:
17410     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17411     layout: "plot-throughput"
17412
17413 - type: "plot"
17414   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17415   algorithm: "plot_performance_box"
17416   output-file-type: ".html"
17417   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17418   data: "plot-dpdk-throughput-latency-2n-skx"
17419   filter: "'NIC_Intel-X710' and
17420            '64B' and
17421            'BASE' and
17422            'NDRPDR' and
17423            '4T2C' and
17424            'IP4FWD'"
17425   parameters:
17426   - "throughput"
17427   - "parent"
17428   - "tags"
17429   traces:
17430     hoverinfo: "x+y"
17431     boxpoints: "outliers"
17432     whiskerwidth: 0
17433   layout:
17434     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17435     layout: "plot-throughput"
17436
17437 - type: "plot"
17438   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17439   algorithm: "plot_performance_box"
17440   output-file-type: ".html"
17441   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17442   data: "plot-dpdk-throughput-latency-2n-skx"
17443   filter: "'NIC_Intel-X710' and
17444            '64B' and
17445            'BASE' and
17446            'NDRPDR' and
17447            '2T1C' and
17448            'IP4FWD'"
17449   parameters:
17450   - "throughput"
17451   - "parent"
17452   - "tags"
17453   traces:
17454     hoverinfo: "x+y"
17455     boxpoints: "outliers"
17456     whiskerwidth: 0
17457   layout:
17458     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17459     layout: "plot-throughput"
17460
17461 - type: "plot"
17462   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17463   algorithm: "plot_performance_box"
17464   output-file-type: ".html"
17465   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17466   data: "plot-dpdk-throughput-latency-2n-skx"
17467   filter: "'NIC_Intel-X710' and
17468            '64B' and
17469            'BASE' and
17470            'NDRPDR' and
17471            '4T2C' and
17472            'IP4FWD'"
17473   parameters:
17474   - "throughput"
17475   - "parent"
17476   - "tags"
17477   traces:
17478     hoverinfo: "x+y"
17479     boxpoints: "outliers"
17480     whiskerwidth: 0
17481   layout:
17482     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17483     layout: "plot-throughput"
17484
17485 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
17486 - type: "plot"
17487   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17488   algorithm: "plot_performance_box"
17489   output-file-type: ".html"
17490   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17491   data: "plot-dpdk-throughput-latency-2n-skx"
17492   filter: "'NIC_Intel-XXV710' and
17493            '64B' and
17494            'BASE' and
17495            'NDRPDR' and
17496            '2T1C' and
17497            'IP4FWD'"
17498   parameters:
17499   - "throughput"
17500   - "parent"
17501   - "tags"
17502   traces:
17503     hoverinfo: "x+y"
17504     boxpoints: "outliers"
17505     whiskerwidth: 0
17506   layout:
17507     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17508     layout: "plot-throughput"
17509
17510 - type: "plot"
17511   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17512   algorithm: "plot_performance_box"
17513   output-file-type: ".html"
17514   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17515   data: "plot-dpdk-throughput-latency-2n-skx"
17516   filter: "'NIC_Intel-XXV710' and
17517            '64B' and
17518            'BASE' and
17519            'NDRPDR' and
17520            '4T2C' and
17521            'IP4FWD'"
17522   parameters:
17523   - "throughput"
17524   - "parent"
17525   - "tags"
17526   traces:
17527     hoverinfo: "x+y"
17528     boxpoints: "outliers"
17529     whiskerwidth: 0
17530   layout:
17531     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17532     layout: "plot-throughput"
17533
17534 - type: "plot"
17535   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17536   algorithm: "plot_performance_box"
17537   output-file-type: ".html"
17538   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17539   data: "plot-dpdk-throughput-latency-2n-skx"
17540   filter: "'NIC_Intel-XXV710' and
17541            '64B' and
17542            'BASE' and
17543            'NDRPDR' and
17544            '2T1C' and
17545            'IP4FWD'"
17546   parameters:
17547   - "throughput"
17548   - "parent"
17549   - "tags"
17550   traces:
17551     hoverinfo: "x+y"
17552     boxpoints: "outliers"
17553     whiskerwidth: 0
17554   layout:
17555     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17556     layout: "plot-throughput"
17557
17558 - type: "plot"
17559   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17560   algorithm: "plot_performance_box"
17561   output-file-type: ".html"
17562   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17563   data: "plot-dpdk-throughput-latency-2n-skx"
17564   filter: "'NIC_Intel-XXV710' and
17565            '64B' and
17566            'BASE' and
17567            'NDRPDR' and
17568            '4T2C' and
17569            'IP4FWD'"
17570   parameters:
17571   - "throughput"
17572   - "parent"
17573   - "tags"
17574   traces:
17575     hoverinfo: "x+y"
17576     boxpoints: "outliers"
17577     whiskerwidth: 0
17578   layout:
17579     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17580     layout: "plot-throughput"
17581
17582 ################################################################################
17583
17584 # Packet Throughput - DPDK testpmd 3n-hsw-x520
17585 - type: "plot"
17586   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17587   algorithm: "plot_performance_box"
17588   output-file-type: ".html"
17589   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17590   data: "plot-dpdk-throughput-latency-3n-hsw"
17591   filter: "'NIC_Intel-X520-DA2' and
17592            '64B' and
17593            'BASE' and
17594            'NDRPDR' and
17595            '1T1C' and
17596            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17597   parameters:
17598   - "throughput"
17599   - "parent"
17600   - "tags"
17601   traces:
17602     hoverinfo: "x+y"
17603     boxpoints: "outliers"
17604     whiskerwidth: 0
17605   layout:
17606     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17607     layout: "plot-throughput"
17608
17609 - type: "plot"
17610   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17611   algorithm: "plot_performance_box"
17612   output-file-type: ".html"
17613   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17614   data: "plot-dpdk-throughput-latency-3n-hsw"
17615   filter: "'NIC_Intel-X520-DA2' and
17616            '64B' and
17617            'BASE' and
17618            'NDRPDR' and
17619            '2T2C' and
17620            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17621   parameters:
17622   - "throughput"
17623   - "parent"
17624   - "tags"
17625   traces:
17626     hoverinfo: "x+y"
17627     boxpoints: "outliers"
17628     whiskerwidth: 0
17629   layout:
17630     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17631     layout: "plot-throughput"
17632
17633 - type: "plot"
17634   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17635   algorithm: "plot_performance_box"
17636   output-file-type: ".html"
17637   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17638   data: "plot-dpdk-throughput-latency-3n-hsw"
17639   filter: "'NIC_Intel-X520-DA2' and
17640            '64B' and
17641            'BASE' and
17642            'NDRPDR' and
17643            '1T1C' and
17644            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17645   parameters:
17646   - "throughput"
17647   - "parent"
17648   - "tags"
17649   traces:
17650     hoverinfo: "x+y"
17651     boxpoints: "outliers"
17652     whiskerwidth: 0
17653   layout:
17654     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17655     layout: "plot-throughput"
17656
17657 - type: "plot"
17658   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17659   algorithm: "plot_performance_box"
17660   output-file-type: ".html"
17661   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17662   data: "plot-dpdk-throughput-latency-3n-hsw"
17663   filter: "'NIC_Intel-X520-DA2' and
17664            '64B' and
17665            'BASE' and
17666            'NDRPDR' and
17667            '2T2C' and
17668            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17669   parameters:
17670   - "throughput"
17671   - "parent"
17672   - "tags"
17673   traces:
17674     hoverinfo: "x+y"
17675     boxpoints: "outliers"
17676     whiskerwidth: 0
17677   layout:
17678     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17679     layout: "plot-throughput"
17680
17681 # Packet Throughput - DPDK testpmd 3n-hsw-x710
17682 - type: "plot"
17683   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17684   algorithm: "plot_performance_box"
17685   output-file-type: ".html"
17686   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17687   data: "plot-dpdk-throughput-latency-3n-hsw"
17688   filter: "'NIC_Intel-X710' and
17689            '64B' and
17690            'BASE' and
17691            'NDRPDR' and
17692            '1T1C' and
17693            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17694   parameters:
17695   - "throughput"
17696   - "parent"
17697   - "tags"
17698   traces:
17699     hoverinfo: "x+y"
17700     boxpoints: "outliers"
17701     whiskerwidth: 0
17702   layout:
17703     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17704     layout: "plot-throughput"
17705
17706 - type: "plot"
17707   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17708   algorithm: "plot_performance_box"
17709   output-file-type: ".html"
17710   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17711   data: "plot-dpdk-throughput-latency-3n-hsw"
17712   filter: "'NIC_Intel-X710' and
17713            '64B' and
17714            'BASE' and
17715            'NDRPDR' and
17716            '2T2C' and
17717            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17718   parameters:
17719   - "throughput"
17720   - "parent"
17721   - "tags"
17722   traces:
17723     hoverinfo: "x+y"
17724     boxpoints: "outliers"
17725     whiskerwidth: 0
17726   layout:
17727     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17728     layout: "plot-throughput"
17729
17730 - type: "plot"
17731   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17732   algorithm: "plot_performance_box"
17733   output-file-type: ".html"
17734   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17735   data: "plot-dpdk-throughput-latency-3n-hsw"
17736   filter: "'NIC_Intel-X710' and
17737            '64B' and
17738            'BASE' and
17739            'NDRPDR' and
17740            '1T1C' and
17741            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17742   parameters:
17743   - "throughput"
17744   - "parent"
17745   - "tags"
17746   traces:
17747     hoverinfo: "x+y"
17748     boxpoints: "outliers"
17749     whiskerwidth: 0
17750   layout:
17751     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17752     layout: "plot-throughput"
17753
17754 - type: "plot"
17755   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17756   algorithm: "plot_performance_box"
17757   output-file-type: ".html"
17758   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17759   data: "plot-dpdk-throughput-latency-3n-hsw"
17760   filter: "'NIC_Intel-X710' and
17761            '64B' and
17762            'BASE' and
17763            'NDRPDR' and
17764            '2T2C' and
17765            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17766   parameters:
17767   - "throughput"
17768   - "parent"
17769   - "tags"
17770   traces:
17771     hoverinfo: "x+y"
17772     boxpoints: "outliers"
17773     whiskerwidth: 0
17774   layout:
17775     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17776     layout: "plot-throughput"
17777
17778 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
17779 - type: "plot"
17780   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17781   algorithm: "plot_performance_box"
17782   output-file-type: ".html"
17783   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17784   data: "plot-dpdk-throughput-latency-3n-hsw"
17785   filter: "'NIC_Intel-XL710' and
17786            '64B' and
17787            'BASE' and
17788            'NDRPDR' and
17789            '1T1C' and
17790            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17791   parameters:
17792   - "throughput"
17793   - "parent"
17794   - "tags"
17795   traces:
17796     hoverinfo: "x+y"
17797     boxpoints: "outliers"
17798     whiskerwidth: 0
17799   layout:
17800     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17801     layout: "plot-throughput"
17802
17803 - type: "plot"
17804   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17805   algorithm: "plot_performance_box"
17806   output-file-type: ".html"
17807   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17808   data: "plot-dpdk-throughput-latency-3n-hsw"
17809   filter: "'NIC_Intel-XL710' and
17810            '64B' and
17811            'BASE' and
17812            'NDRPDR' and
17813            '2T2C' and
17814            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17815   parameters:
17816   - "throughput"
17817   - "parent"
17818   - "tags"
17819   traces:
17820     hoverinfo: "x+y"
17821     boxpoints: "outliers"
17822     whiskerwidth: 0
17823   layout:
17824     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17825     layout: "plot-throughput"
17826
17827 - type: "plot"
17828   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17829   algorithm: "plot_performance_box"
17830   output-file-type: ".html"
17831   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17832   data: "plot-dpdk-throughput-latency-3n-hsw"
17833   filter: "'NIC_Intel-XL710' and
17834            '64B' and
17835            'BASE' and
17836            'NDRPDR' and
17837            '1T1C' and
17838            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17839   parameters:
17840   - "throughput"
17841   - "parent"
17842   - "tags"
17843   traces:
17844     hoverinfo: "x+y"
17845     boxpoints: "outliers"
17846     whiskerwidth: 0
17847   layout:
17848     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17849     layout: "plot-throughput"
17850
17851 - type: "plot"
17852   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17853   algorithm: "plot_performance_box"
17854   output-file-type: ".html"
17855   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17856   data: "plot-dpdk-throughput-latency-3n-hsw"
17857   filter: "'NIC_Intel-XL710' and
17858            '64B' and
17859            'BASE' and
17860            'NDRPDR' and
17861            '2T2C' and
17862            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17863   parameters:
17864   - "throughput"
17865   - "parent"
17866   - "tags"
17867   traces:
17868     hoverinfo: "x+y"
17869     boxpoints: "outliers"
17870     whiskerwidth: 0
17871   layout:
17872     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17873     layout: "plot-throughput"
17874
17875 # Packet Throughput - DPDK testpmd 3n-skx-x710
17876 - type: "plot"
17877   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17878   algorithm: "plot_performance_box"
17879   output-file-type: ".html"
17880   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17881   data: "plot-dpdk-throughput-latency-3n-skx"
17882   filter: "'NIC_Intel-X710' and
17883            '64B' and
17884            'BASE' and
17885            'NDRPDR' and
17886            '2T1C' and
17887            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17888   parameters:
17889   - "throughput"
17890   - "parent"
17891   - "tags"
17892   traces:
17893     hoverinfo: "x+y"
17894     boxpoints: "outliers"
17895     whiskerwidth: 0
17896   layout:
17897     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17898     layout: "plot-throughput"
17899
17900 - type: "plot"
17901   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17902   algorithm: "plot_performance_box"
17903   output-file-type: ".html"
17904   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17905   data: "plot-dpdk-throughput-latency-3n-skx"
17906   filter: "'NIC_Intel-X710' and
17907            '64B' and
17908            'BASE' and
17909            'NDRPDR' and
17910            '4T2C' and
17911            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17912   parameters:
17913   - "throughput"
17914   - "parent"
17915   - "tags"
17916   traces:
17917     hoverinfo: "x+y"
17918     boxpoints: "outliers"
17919     whiskerwidth: 0
17920   layout:
17921     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17922     layout: "plot-throughput"
17923
17924 - type: "plot"
17925   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17926   algorithm: "plot_performance_box"
17927   output-file-type: ".html"
17928   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17929   data: "plot-dpdk-throughput-latency-3n-skx"
17930   filter: "'NIC_Intel-X710' and
17931            '64B' and
17932            'BASE' and
17933            'NDRPDR' and
17934            '2T1C' and
17935            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17936   parameters:
17937   - "throughput"
17938   - "parent"
17939   - "tags"
17940   traces:
17941     hoverinfo: "x+y"
17942     boxpoints: "outliers"
17943     whiskerwidth: 0
17944   layout:
17945     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17946     layout: "plot-throughput"
17947
17948 - type: "plot"
17949   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17950   algorithm: "plot_performance_box"
17951   output-file-type: ".html"
17952   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17953   data: "plot-dpdk-throughput-latency-3n-skx"
17954   filter: "'NIC_Intel-X710' and
17955            '64B' and
17956            'BASE' and
17957            'NDRPDR' and
17958            '4T2C' and
17959            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17960   parameters:
17961   - "throughput"
17962   - "parent"
17963   - "tags"
17964   traces:
17965     hoverinfo: "x+y"
17966     boxpoints: "outliers"
17967     whiskerwidth: 0
17968   layout:
17969     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17970     layout: "plot-throughput"
17971
17972 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
17973 - type: "plot"
17974   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17975   algorithm: "plot_performance_box"
17976   output-file-type: ".html"
17977   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17978   data: "plot-dpdk-throughput-latency-3n-skx"
17979   filter: "'NIC_Intel-XXV710' and
17980            '64B' and
17981            'BASE' and
17982            'NDRPDR' and
17983            '2T1C' and
17984            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17985   parameters:
17986   - "throughput"
17987   - "parent"
17988   - "tags"
17989   traces:
17990     hoverinfo: "x+y"
17991     boxpoints: "outliers"
17992     whiskerwidth: 0
17993   layout:
17994     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17995     layout: "plot-throughput"
17996
17997 - type: "plot"
17998   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17999   algorithm: "plot_performance_box"
18000   output-file-type: ".html"
18001   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18002   data: "plot-dpdk-throughput-latency-3n-skx"
18003   filter: "'NIC_Intel-XXV710' and
18004            '64B' and
18005            'BASE' and
18006            'NDRPDR' and
18007            '4T2C' and
18008            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18009   parameters:
18010   - "throughput"
18011   - "parent"
18012   - "tags"
18013   traces:
18014     hoverinfo: "x+y"
18015     boxpoints: "outliers"
18016     whiskerwidth: 0
18017   layout:
18018     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18019     layout: "plot-throughput"
18020
18021 - type: "plot"
18022   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18023   algorithm: "plot_performance_box"
18024   output-file-type: ".html"
18025   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18026   data: "plot-dpdk-throughput-latency-3n-skx"
18027   filter: "'NIC_Intel-XXV710' and
18028            '64B' and
18029            'BASE' and
18030            'NDRPDR' and
18031            '2T1C' and
18032            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18033   parameters:
18034   - "throughput"
18035   - "parent"
18036   - "tags"
18037   traces:
18038     hoverinfo: "x+y"
18039     boxpoints: "outliers"
18040     whiskerwidth: 0
18041   layout:
18042     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18043     layout: "plot-throughput"
18044
18045 - type: "plot"
18046   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18047   algorithm: "plot_performance_box"
18048   output-file-type: ".html"
18049   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18050   data: "plot-dpdk-throughput-latency-3n-skx"
18051   filter: "'NIC_Intel-XXV710' and
18052            '64B' and
18053            'BASE' and
18054            'NDRPDR' and
18055            '4T2C' and
18056            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18057   parameters:
18058   - "throughput"
18059   - "parent"
18060   - "tags"
18061   traces:
18062     hoverinfo: "x+y"
18063     boxpoints: "outliers"
18064     whiskerwidth: 0
18065   layout:
18066     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18067     layout: "plot-throughput"
18068
18069 # Packet Throughput - DPDK testpmd 2n-skx-x710
18070 - type: "plot"
18071   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18072   algorithm: "plot_performance_box"
18073   output-file-type: ".html"
18074   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18075   data: "plot-dpdk-throughput-latency-2n-skx"
18076   filter: "'NIC_Intel-X710' and
18077            '64B' and
18078            'BASE' and
18079            'NDRPDR' and
18080            '2T1C' and
18081            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18082   parameters:
18083   - "throughput"
18084   - "parent"
18085   - "tags"
18086   traces:
18087     hoverinfo: "x+y"
18088     boxpoints: "outliers"
18089     whiskerwidth: 0
18090   layout:
18091     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18092     layout: "plot-throughput"
18093
18094 - type: "plot"
18095   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18096   algorithm: "plot_performance_box"
18097   output-file-type: ".html"
18098   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18099   data: "plot-dpdk-throughput-latency-2n-skx"
18100   filter: "'NIC_Intel-X710' and
18101            '64B' and
18102            'BASE' and
18103            'NDRPDR' and
18104            '4T2C' and
18105            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18106   parameters:
18107   - "throughput"
18108   - "parent"
18109   - "tags"
18110   traces:
18111     hoverinfo: "x+y"
18112     boxpoints: "outliers"
18113     whiskerwidth: 0
18114   layout:
18115     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18116     layout: "plot-throughput"
18117
18118 - type: "plot"
18119   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18120   algorithm: "plot_performance_box"
18121   output-file-type: ".html"
18122   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18123   data: "plot-dpdk-throughput-latency-2n-skx"
18124   filter: "'NIC_Intel-X710' and
18125            '64B' and
18126            'BASE' and
18127            'NDRPDR' and
18128            '2T1C' and
18129            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18130   parameters:
18131   - "throughput"
18132   - "parent"
18133   - "tags"
18134   traces:
18135     hoverinfo: "x+y"
18136     boxpoints: "outliers"
18137     whiskerwidth: 0
18138   layout:
18139     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18140     layout: "plot-throughput"
18141
18142 - type: "plot"
18143   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18144   algorithm: "plot_performance_box"
18145   output-file-type: ".html"
18146   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18147   data: "plot-dpdk-throughput-latency-2n-skx"
18148   filter: "'NIC_Intel-X710' and
18149            '64B' and
18150            'BASE' and
18151            'NDRPDR' and
18152            '4T2C' and
18153            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18154   parameters:
18155   - "throughput"
18156   - "parent"
18157   - "tags"
18158   traces:
18159     hoverinfo: "x+y"
18160     boxpoints: "outliers"
18161     whiskerwidth: 0
18162   layout:
18163     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18164     layout: "plot-throughput"
18165
18166 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
18167 - type: "plot"
18168   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18169   algorithm: "plot_performance_box"
18170   output-file-type: ".html"
18171   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18172   data: "plot-dpdk-throughput-latency-2n-skx"
18173   filter: "'NIC_Intel-XXV710' and
18174            '64B' and
18175            'BASE' and
18176            'NDRPDR' and
18177            '2T1C' and
18178            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18179   parameters:
18180   - "throughput"
18181   - "parent"
18182   - "tags"
18183   traces:
18184     hoverinfo: "x+y"
18185     boxpoints: "outliers"
18186     whiskerwidth: 0
18187   layout:
18188     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18189     layout: "plot-throughput"
18190
18191 - type: "plot"
18192   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18193   algorithm: "plot_performance_box"
18194   output-file-type: ".html"
18195   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18196   data: "plot-dpdk-throughput-latency-2n-skx"
18197   filter: "'NIC_Intel-XXV710' and
18198            '64B' and
18199            'BASE' and
18200            'NDRPDR' and
18201            '4T2C' and
18202            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18203   parameters:
18204   - "throughput"
18205   - "parent"
18206   - "tags"
18207   traces:
18208     hoverinfo: "x+y"
18209     boxpoints: "outliers"
18210     whiskerwidth: 0
18211   layout:
18212     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18213     layout: "plot-throughput"
18214
18215 - type: "plot"
18216   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18217   algorithm: "plot_performance_box"
18218   output-file-type: ".html"
18219   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18220   data: "plot-dpdk-throughput-latency-2n-skx"
18221   filter: "'NIC_Intel-XXV710' and
18222            '64B' and
18223            'BASE' and
18224            'NDRPDR' and
18225            '2T1C' and
18226            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18227   parameters:
18228   - "throughput"
18229   - "parent"
18230   - "tags"
18231   traces:
18232     hoverinfo: "x+y"
18233     boxpoints: "outliers"
18234     whiskerwidth: 0
18235   layout:
18236     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18237     layout: "plot-throughput"
18238
18239 - type: "plot"
18240   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18241   algorithm: "plot_performance_box"
18242   output-file-type: ".html"
18243   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18244   data: "plot-dpdk-throughput-latency-2n-skx"
18245   filter: "'NIC_Intel-XXV710' and
18246            '64B' and
18247            'BASE' and
18248            'NDRPDR' and
18249            '4T2C' and
18250            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18251   parameters:
18252   - "throughput"
18253   - "parent"
18254   - "tags"
18255   traces:
18256     hoverinfo: "x+y"
18257     boxpoints: "outliers"
18258     whiskerwidth: 0
18259   layout:
18260     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18261     layout: "plot-throughput"
18262
18263 ################################################################################
18264
18265 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
18266 - type: "plot"
18267   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18268   algorithm: "plot_latency_error_bars"
18269   output-file-type: ".html"
18270   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18271   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18272   filter: "'NIC_Intel-X520-DA2' and
18273            '64B' and
18274            ('BASE' or 'SCALE') and
18275            'NDRPDR' and
18276            'ETH' and
18277            '1T1C' and
18278            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18279            not 'VHOST' and
18280            not 'MEMIF'"
18281   parameters:
18282   - "latency"
18283   - "parent"
18284   - "tags"
18285   sort:
18286   - "L2XCFWD"
18287   - "L2PATCH"
18288   - "L2BDMACLRN"
18289   - "FIB_10K"
18290   - "FIB_100K"
18291   - "FIB_1M"
18292   layout:
18293     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18294     layout: "plot-latency"
18295
18296 - type: "plot"
18297   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18298   algorithm: "plot_latency_error_bars"
18299   output-file-type: ".html"
18300   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18301   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18302   filter: "'NIC_Intel-X520-DA2' and
18303            '64B' and
18304            ('BASE' or 'SCALE') and
18305            'NDRPDR' and
18306            'ETH' and
18307            '2T2C' and
18308            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18309            not 'VHOST' and
18310            not 'MEMIF'"
18311   parameters:
18312   - "latency"
18313   - "parent"
18314   - "tags"
18315   sort:
18316   - "L2XCFWD"
18317   - "L2PATCH"
18318   - "L2BDMACLRN"
18319   - "FIB_10K"
18320   - "FIB_100K"
18321   - "FIB_1M"
18322   layout:
18323     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18324     layout: "plot-latency"
18325
18326 # Packet Latency - VPP L2 3n-hsw-x520 features
18327 - type: "plot"
18328   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18329   algorithm: "plot_latency_error_bars"
18330   output-file-type: ".html"
18331   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18332   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18333   filter: "'NIC_Intel-X520-DA2' and
18334            '64B' and
18335            'NDRPDR' and
18336            '1T1C' and
18337            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18338            not 'ACL' and
18339            not 'VHOST' and
18340            not 'MEMIF'"
18341   parameters:
18342   - "latency"
18343   - "parent"
18344   - "tags"
18345   sort:
18346   - "L2XCBASE"    # l2xcbase
18347   - "L2BDBASE"    # l2bdbase
18348   - "L2XCFWD"     # dot1q-l2xcbase
18349   - "L2BDMACLRN"  # dot1q-l2bdbase
18350   layout:
18351     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
18352     layout: "plot-latency"
18353
18354 - type: "plot"
18355   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18356   algorithm: "plot_latency_error_bars"
18357   output-file-type: ".html"
18358   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18359   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18360   filter: "'NIC_Intel-X520-DA2' and
18361            '64B' and
18362            'NDRPDR' and
18363            '2T2C' and
18364            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18365            not 'ACL' and
18366            not 'VHOST' and
18367            not 'MEMIF'"
18368   parameters:
18369   - "latency"
18370   - "parent"
18371   - "tags"
18372   sort:
18373   - "L2XCBASE"    # l2xcbase
18374   - "L2BDBASE"    # l2bdbase
18375   - "L2XCFWD"     # dot1q-l2xcbase
18376   - "L2BDMACLRN"  # dot1q-l2bdbase
18377   layout:
18378     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
18379     layout: "plot-latency"
18380
18381 # Packet Latency - VPP L2 3n-hsw-x520 features-iacl
18382 - type: "plot"
18383   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18384   algorithm: "plot_latency_error_bars"
18385   output-file-type: ".html"
18386   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18387   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18388   filter: "'NIC_Intel-X520-DA2' and
18389            '64B' and
18390            'NDRPDR' and
18391            '1T1C' and
18392            'FEATURE' and
18393            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18394            'IACL' and
18395            ('ACL1' or 'ACL50') and
18396            ('10K_FLOWS' or '10k_FLOWS') and
18397            not 'MACIP' and
18398            not 'VHOST' and
18399            not 'MEMIF'"
18400   parameters:
18401   - "latency"
18402   - "parent"
18403   - "tags"
18404   layout:
18405     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18406     layout: "plot-latency"
18407
18408 - type: "plot"
18409   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18410   algorithm: "plot_latency_error_bars"
18411   output-file-type: ".html"
18412   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18413   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18414   filter: "'NIC_Intel-X520-DA2' and
18415            '64B' and
18416            'NDRPDR' and
18417            '2T2C' and
18418            'FEATURE' and
18419            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18420            'IACL' and
18421            ('ACL1' or 'ACL50') and
18422            ('10K_FLOWS' or '10k_FLOWS') and
18423            not 'MACIP' and
18424            not 'VHOST' and
18425            not 'MEMIF'"
18426   parameters:
18427   - "latency"
18428   - "parent"
18429   - "tags"
18430   layout:
18431     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18432     layout: "plot-latency"
18433
18434 # Packet Latency - VPP L2 3n-hsw-x520 features-oacl
18435 - type: "plot"
18436   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18437   algorithm: "plot_latency_error_bars"
18438   output-file-type: ".html"
18439   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18440   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18441   filter: "'NIC_Intel-X520-DA2' and
18442            '64B' and
18443            'NDRPDR' and
18444            '1T1C' and
18445            'FEATURE' and
18446            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18447            'OACL' and
18448            ('ACL1' or 'ACL50') and
18449            ('10K_FLOWS' or '10k_FLOWS') and
18450            not 'MACIP' and
18451            not 'VHOST' and
18452            not 'MEMIF'"
18453   parameters:
18454   - "latency"
18455   - "parent"
18456   - "tags"
18457   layout:
18458     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
18459     layout: "plot-latency"
18460
18461 - type: "plot"
18462   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18463   algorithm: "plot_latency_error_bars"
18464   output-file-type: ".html"
18465   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18466   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18467   filter: "'NIC_Intel-X520-DA2' and
18468            '64B' and
18469            'NDRPDR' and
18470            '2T2C' and
18471            'FEATURE' and
18472            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18473            'OACL' and
18474            ('ACL1' or 'ACL50') and
18475            ('10K_FLOWS' or '10k_FLOWS') and
18476            not 'MACIP' and
18477            not 'VHOST' and
18478            not 'MEMIF'"
18479   parameters:
18480   - "latency"
18481   - "parent"
18482   - "tags"
18483   layout:
18484     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
18485     layout: "plot-latency"
18486
18487 # Packet Latency - VPP L2 3n-hsw-x520 features-macip
18488 - type: "plot"
18489   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18490   algorithm: "plot_latency_error_bars"
18491   output-file-type: ".html"
18492   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18493   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18494   filter: "'NIC_Intel-X520-DA2' and
18495            '64B' and
18496            'NDRPDR' and
18497            '1T1C' and
18498            'FEATURE' and
18499            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18500            'MACIP' and
18501            ('ACL1' or 'ACL50') and
18502            ('10K_FLOWS' or '10k_FLOWS') and
18503            not 'VHOST' and
18504            not 'MEMIF'"
18505   parameters:
18506   - "latency"
18507   - "parent"
18508   - "tags"
18509   layout:
18510     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
18511     layout: "plot-latency"
18512
18513 - type: "plot"
18514   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18515   algorithm: "plot_latency_error_bars"
18516   output-file-type: ".html"
18517   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18518   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18519   filter: "'NIC_Intel-X520-DA2' and
18520            '64B' and
18521            'NDRPDR' and
18522            '2T2C' and
18523            'FEATURE' and
18524            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18525            'MACIP' and
18526            ('ACL1' or 'ACL50') and
18527            ('10K_FLOWS' or '10k_FLOWS') and
18528            not 'VHOST' and
18529            not 'MEMIF'"
18530   parameters:
18531   - "latency"
18532   - "parent"
18533   - "tags"
18534   layout:
18535     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
18536     layout: "plot-latency"
18537
18538 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
18539 - type: "plot"
18540   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18541   algorithm: "plot_latency_error_bars"
18542   output-file-type: ".html"
18543   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18544   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18545   filter: "'NIC_Intel-X710' and
18546            '64B' and
18547            ('BASE' or 'SCALE') and
18548            'NDRPDR' and
18549            'ETH' and
18550            '1T1C' and
18551            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18552            not 'VHOST' and
18553            not 'MEMIF'"
18554   parameters:
18555   - "latency"
18556   - "parent"
18557   - "tags"
18558   sort:
18559   - "L2PATCH"
18560   - "L2XCFWD"
18561   - "L2BDMACLRN"
18562   - "FIB_10K"
18563   - "FIB_100K"
18564   - "FIB_1M"
18565   layout:
18566     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18567     layout: "plot-latency"
18568
18569 - type: "plot"
18570   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18571   algorithm: "plot_latency_error_bars"
18572   output-file-type: ".html"
18573   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18574   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18575   filter: "'NIC_Intel-X710' and
18576            '64B' and
18577            ('BASE' or 'SCALE') and
18578            'NDRPDR' and
18579            'ETH' and
18580            '2T2C' and
18581            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18582            not 'VHOST' and
18583            not 'MEMIF'"
18584   parameters:
18585   - "latency"
18586   - "parent"
18587   - "tags"
18588   sort:
18589   - "L2PATCH"
18590   - "L2XCFWD"
18591   - "L2BDMACLRN"
18592   - "FIB_10K"
18593   - "FIB_100K"
18594   - "FIB_1M"
18595   layout:
18596     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18597     layout: "plot-latency"
18598
18599 # Packet Latency - VPP L2 3n-hsw-x710 features
18600 - type: "plot"
18601   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18602   algorithm: "plot_latency_error_bars"
18603   output-file-type: ".html"
18604   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18605   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18606   filter: "'NIC_Intel-X710' and
18607            '64B' and
18608            'NDRPDR' and
18609            '1T1C' and
18610            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18611            not 'ACL' and
18612            not 'VHOST' and
18613            not 'L2OVRLAY' and
18614            not 'MEMIF'"
18615   parameters:
18616   - "latency"
18617   - "parent"
18618   - "tags"
18619   sort:
18620   - "L2XCBASE"    # l2xcbase
18621   - "L2BDBASE"    # l2bdbase
18622   - "L2XCFWD"     # dot1q-l2xcbase
18623   - "L2BDMACLRN"  # dot1q-l2bdbase
18624   layout:
18625     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
18626     layout: "plot-latency"
18627
18628 - type: "plot"
18629   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18630   algorithm: "plot_latency_error_bars"
18631   output-file-type: ".html"
18632   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18633   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18634   filter: "'NIC_Intel-X710' and
18635            '64B' and
18636            'NDRPDR' and
18637            '2T2C' and
18638            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18639            not 'ACL' and
18640            not 'VHOST' and
18641            not 'L2OVRLAY' and
18642            not 'MEMIF'"
18643   parameters:
18644   - "latency"
18645   - "parent"
18646   - "tags"
18647   sort:
18648   - "L2XCBASE"    # l2xcbase
18649   - "L2BDBASE"    # l2bdbase
18650   - "L2XCFWD"     # dot1q-l2xcbase
18651   - "L2BDMACLRN"  # dot1q-l2bdbase
18652   layout:
18653     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
18654     layout: "plot-latency"
18655
18656 # Packet Latency - VPP L2 3n-hsw-x710 features-iacl
18657 - type: "plot"
18658   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18659   algorithm: "plot_latency_error_bars"
18660   output-file-type: ".html"
18661   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18662   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18663   filter: "'NIC_Intel-X710' and
18664            '64B' and
18665            'NDRPDR' and
18666            '1T1C' and
18667            'FEATURE' and
18668            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18669            'IACL' and
18670            ('ACL1' or 'ACL50') and
18671            ('10K_FLOWS' or '10k_FLOWS') and
18672            not 'MACIP' and
18673            not 'VHOST' and
18674            not 'MEMIF'"
18675   parameters:
18676   - "latency"
18677   - "parent"
18678   - "tags"
18679   layout:
18680     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
18681     layout: "plot-latency"
18682
18683 - type: "plot"
18684   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18685   algorithm: "plot_latency_error_bars"
18686   output-file-type: ".html"
18687   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18688   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18689   filter: "'NIC_Intel-X710' and
18690            '64B' and
18691            'NDRPDR' and
18692            '2T2C' and
18693            'FEATURE' and
18694            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18695            'IACL' and
18696            ('ACL1' or 'ACL50') and
18697            ('10K_FLOWS' or '10k_FLOWS') and
18698            not 'MACIP' and
18699            not 'VHOST' and
18700            not 'MEMIF'"
18701   parameters:
18702   - "latency"
18703   - "parent"
18704   - "tags"
18705   layout:
18706     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
18707     layout: "plot-latency"
18708
18709 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
18710 - type: "plot"
18711   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18712   algorithm: "plot_latency_error_bars"
18713   output-file-type: ".html"
18714   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18715   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18716   filter: "'NIC_Intel-XL710' and
18717            '64B' and
18718            'BASE' and
18719            'NDRPDR' and
18720            'ETH' and
18721            '1T1C' and
18722            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18723            not 'VHOST' and
18724            not 'MEMIF'"
18725   parameters:
18726   - "latency"
18727   - "parent"
18728   - "tags"
18729   sort:
18730   - "L2PATCH"
18731   - "L2XCFWD"
18732   - "L2BDMACLRN"
18733   layout:
18734     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
18735     layout: "plot-latency"
18736
18737 - type: "plot"
18738   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18739   algorithm: "plot_latency_error_bars"
18740   output-file-type: ".html"
18741   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18742   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18743   filter: "'NIC_Intel-XL710' and
18744            '64B' and
18745            'BASE' and
18746            'NDRPDR' and
18747            'ETH' and
18748            '2T2C' and
18749            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18750            not 'VHOST' and
18751            not 'MEMIF'"
18752   parameters:
18753   - "latency"
18754   - "parent"
18755   - "tags"
18756   sort:
18757   - "L2PATCH"
18758   - "L2XCFWD"
18759   - "L2BDMACLRN"
18760   layout:
18761     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
18762     layout: "plot-latency"
18763
18764 # Packet Latency - VPP L2 3n-skx-x710 base and scale
18765 - type: "plot"
18766   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18767   algorithm: "plot_latency_error_bars"
18768   output-file-type: ".html"
18769   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18770   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18771   filter: "'NIC_Intel-X710' and
18772            '64B' and
18773            ('BASE' or 'SCALE') and
18774            'NDRPDR' and
18775            'ETH' and
18776            '2T1C' and
18777            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18778            not 'VHOST' and
18779            not 'MEMIF' and
18780            not 'DRV_AVF'"
18781   parameters:
18782   - "latency"
18783   - "parent"
18784   - "tags"
18785   sort:
18786   - "L2PATCH"
18787   - "L2XCBASE"
18788   - "BASE"
18789   - "FIB_10K"
18790   - "FIB_100K"
18791   - "FIB_1M"
18792   layout:
18793     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18794     layout: "plot-latency"
18795
18796 - type: "plot"
18797   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18798   algorithm: "plot_latency_error_bars"
18799   output-file-type: ".html"
18800   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18801   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18802   filter: "'NIC_Intel-X710' and
18803            '64B' and
18804            ('BASE' or 'SCALE') and
18805            'NDRPDR' and
18806            'ETH' and
18807            '4T2C' and
18808            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18809            not 'VHOST' and
18810            not 'MEMIF' and
18811            not 'DRV_AVF'"
18812   parameters:
18813   - "latency"
18814   - "parent"
18815   - "tags"
18816   sort:
18817   - "L2PATCH"
18818   - "L2XCBASE"
18819   - "BASE"
18820   - "FIB_10K"
18821   - "FIB_100K"
18822   - "FIB_1M"
18823   layout:
18824     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18825     layout: "plot-latency"
18826
18827 # Packet Latency - VPP L2 3n-skx-x710 features
18828 - type: "plot"
18829   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18830   algorithm: "plot_latency_error_bars"
18831   output-file-type: ".html"
18832   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18833   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18834   filter: "'NIC_Intel-X710' and
18835            '64B' and
18836            'NDRPDR' and
18837            '2T1C' and
18838            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18839            not 'ACL' and
18840            not 'VHOST' and
18841            not 'DRV_AVF' and
18842            not 'L2OVRLAY' and
18843            not 'MEMIF'"
18844   parameters:
18845   - "latency"
18846   - "parent"
18847   - "tags"
18848   sort:
18849   - "L2XCBASE"    # l2xcbase
18850   - "L2BDBASE"    # l2bdbase
18851   - "L2XCFWD"     # dot1q-l2xcbase
18852   - "L2BDMACLRN"  # dot1q-l2bdbase
18853   layout:
18854     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
18855     layout: "plot-latency"
18856
18857 - type: "plot"
18858   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18859   algorithm: "plot_latency_error_bars"
18860   output-file-type: ".html"
18861   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18862   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18863   filter: "'NIC_Intel-X710' and
18864            '64B' and
18865            'NDRPDR' and
18866            '4T2C' and
18867            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18868            not 'ACL' and
18869            not 'VHOST' and
18870            not 'DRV_AVF' and
18871            not 'L2OVRLAY' and
18872            not 'MEMIF'"
18873   parameters:
18874   - "latency"
18875   - "parent"
18876   - "tags"
18877   sort:
18878   - "L2XCBASE"    # l2xcbase
18879   - "L2BDBASE"    # l2bdbase
18880   - "L2XCFWD"     # dot1q-l2xcbase
18881   - "L2BDMACLRN"  # dot1q-l2bdbase
18882   layout:
18883     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
18884     layout: "plot-latency"
18885
18886 # Packet Latency - VPP L2 3n-skx-x710 features-iacl
18887 - type: "plot"
18888   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18889   algorithm: "plot_latency_error_bars"
18890   output-file-type: ".html"
18891   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18892   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18893   filter: "'NIC_Intel-X710' and
18894            '64B' and
18895            'NDRPDR' and
18896            '2T1C' and
18897            'FEATURE' and
18898            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18899            'IACL' and
18900            ('ACL1' or 'ACL50') and
18901            ('10K_FLOWS' or '10k_FLOWS') and
18902            not 'MACIP' and
18903            not 'VHOST' and
18904            not 'MEMIF'"
18905   parameters:
18906   - "latency"
18907   - "parent"
18908   - "tags"
18909   layout:
18910     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
18911     layout: "plot-latency"
18912
18913 - type: "plot"
18914   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18915   algorithm: "plot_latency_error_bars"
18916   output-file-type: ".html"
18917   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18918   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18919   filter: "'NIC_Intel-X710' and
18920            '64B' and
18921            'NDRPDR' and
18922            '4T2C' and
18923            'FEATURE' and
18924            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18925            'IACL' and
18926            ('ACL1' or 'ACL50') and
18927            ('10K_FLOWS' or '10k_FLOWS') and
18928            not 'MACIP' and
18929            not 'VHOST' and
18930            not 'MEMIF'"
18931   parameters:
18932   - "latency"
18933   - "parent"
18934   - "tags"
18935   layout:
18936     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
18937     layout: "plot-latency"
18938
18939 # Packet Latency - VPP L2 3n-skx-xxv710 base
18940 - type: "plot"
18941   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18942   algorithm: "plot_latency_error_bars"
18943   output-file-type: ".html"
18944   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18945   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18946   filter: "'NIC_Intel-XXV710' and
18947            '64B' and
18948            ('BASE' or 'SCALE') and
18949            'NDRPDR' and
18950            'ETH' and
18951            '2T1C' and
18952            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18953            not 'VHOST' and
18954            not 'MEMIF'"
18955   parameters:
18956   - "latency"
18957   - "parent"
18958   - "tags"
18959   sort:
18960   - "L2PATCH"
18961   - "L2PATCH"
18962   - "L2XCBASE"
18963   - "L2BDMACLRN"
18964   layout:
18965     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
18966     layout: "plot-latency"
18967
18968 - type: "plot"
18969   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18970   algorithm: "plot_latency_error_bars"
18971   output-file-type: ".html"
18972   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18973   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18974   filter: "'NIC_Intel-XXV710' and
18975            '64B' and
18976            ('BASE' or 'SCALE') and
18977            'NDRPDR' and
18978            'ETH' and
18979            '4T2C' and
18980            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18981            not 'VHOST' and
18982            not 'MEMIF'"
18983   parameters:
18984   - "latency"
18985   - "parent"
18986   - "tags"
18987   sort:
18988   - "L2PATCH"
18989   - "L2PATCH"
18990   - "L2XCBASE"
18991   - "L2BDMACLRN"
18992   layout:
18993     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
18994     layout: "plot-latency"
18995
18996 # Packet Latency - VPP L2 2n-skx-x710 base and scale
18997 - type: "plot"
18998   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18999   algorithm: "plot_latency_error_bars"
19000   output-file-type: ".html"
19001   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19002   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19003   filter: "'NIC_Intel-X710' and
19004            '64B' and
19005            'ETH' and
19006            ('BASE' or 'SCALE') and
19007            'NDRPDR' and
19008            '2T1C' and
19009            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19010            not 'VHOST' and
19011            not 'MEMIF'"
19012   parameters:
19013   - "latency"
19014   - "parent"
19015   - "tags"
19016   sort:
19017   - "L2PATCH"
19018   - "L2XCBASE"
19019   - "BASE"
19020   - "FIB_10K"
19021   - "FIB_100K"
19022   - "FIB_1M"
19023   layout:
19024     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19025     layout: "plot-latency"
19026
19027 - type: "plot"
19028   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19029   algorithm: "plot_latency_error_bars"
19030   output-file-type: ".html"
19031   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19032   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19033   filter: "'NIC_Intel-X710' and
19034            '64B' and
19035            ('BASE' or 'SCALE') and
19036            'NDRPDR' and
19037            'ETH' and
19038            '4T2C' and
19039            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19040            not 'VHOST' and
19041            not 'MEMIF'"
19042   parameters:
19043   - "latency"
19044   - "parent"
19045   - "tags"
19046   sort:
19047   - "L2PATCH"
19048   - "L2XCBASE"
19049   - "BASE"
19050   - "FIB_10K"
19051   - "FIB_100K"
19052   - "FIB_1M"
19053   layout:
19054     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19055     layout: "plot-latency"
19056
19057 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
19058 - type: "plot"
19059   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19060   algorithm: "plot_latency_error_bars"
19061   output-file-type: ".html"
19062   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19063   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19064   filter: "'NIC_Intel-XXV710' and
19065            '64B' and
19066            ('BASE' or 'SCALE') and
19067            'NDRPDR' and
19068            'ETH' and
19069            '2T1C' and
19070            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19071            not 'VHOST' and
19072            not 'MEMIF'"
19073   parameters:
19074   - "latency"
19075   - "parent"
19076   - "tags"
19077   sort:
19078   - "L2PATCH"
19079   - "L2XCBASE"
19080   - "BASE"
19081   - "FIB_10K"
19082   - "FIB_100K"
19083   - "FIB_1M"
19084   layout:
19085     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19086     layout: "plot-latency"
19087
19088 - type: "plot"
19089   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19090   algorithm: "plot_latency_error_bars"
19091   output-file-type: ".html"
19092   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19093   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19094   filter: "'NIC_Intel-XXV710' and
19095            '64B' and
19096            ('BASE' or 'SCALE') and
19097            'NDRPDR' and
19098            'ETH' and
19099            '4T2C' and
19100            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19101            not 'VHOST' and
19102            not 'MEMIF'"
19103   parameters:
19104   - "latency"
19105   - "parent"
19106   - "tags"
19107   sort:
19108   - "L2PATCH"
19109   - "L2XCBASE"
19110   - "BASE"
19111   - "FIB_10K"
19112   - "FIB_100K"
19113   - "FIB_1M"
19114   layout:
19115     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19116     layout: "plot-latency"
19117
19118 ################################################################################
19119
19120 # Packet Latency - VPP Container Memif 3n-hsw-x520
19121 - type: "plot"
19122   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19123   algorithm: "plot_latency_error_bars"
19124   output-file-type: ".html"
19125   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19126   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19127   filter: "'NIC_Intel-X520-DA2' and
19128            '64B' and
19129            ('BASE' or 'SCALE') and
19130            'NDRPDR' and
19131            '1T1C' and
19132            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19133            not 'VHOST' and
19134            'MEMIF'"
19135   parameters:
19136   - "latency"
19137   - "parent"
19138   - "tags"
19139   sort:
19140   - "L2XCFWD"
19141   - "L2XCFWD"
19142   - "L2XCFWD"
19143   - "L2BDMACLRN"
19144   - "L2BDMACLRN"
19145   - "L2BDMACLRN"
19146   - "IP4FWD"
19147   layout:
19148     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19149     layout: "plot-latency"
19150
19151 - type: "plot"
19152   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19153   algorithm: "plot_latency_error_bars"
19154   output-file-type: ".html"
19155   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19156   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19157   filter: "'NIC_Intel-X520-DA2' and
19158            '64B' and
19159            ('BASE' or 'SCALE') and
19160            'NDRPDR' and
19161            '2T2C' and
19162            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19163            not 'VHOST' and
19164            'MEMIF'"
19165   parameters:
19166   - "latency"
19167   - "parent"
19168   - "tags"
19169   sort:
19170   - "L2XCFWD"
19171   - "L2XCFWD"
19172   - "L2XCFWD"
19173   - "L2BDMACLRN"
19174   - "L2BDMACLRN"
19175   - "L2BDMACLRN"
19176   - "IP4FWD"
19177   layout:
19178     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19179     layout: "plot-latency"
19180
19181 # Packet Latency - VPP Container Memif 3n-hsw-x710
19182 - type: "plot"
19183   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19184   algorithm: "plot_latency_error_bars"
19185   output-file-type: ".html"
19186   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19187   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19188   filter: "'NIC_Intel-X710' and
19189            '64B' and
19190            ('BASE' or 'SCALE') and
19191            'NDRPDR' and
19192            '1T1C' and
19193            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19194            not 'VHOST' and
19195            'MEMIF'"
19196   parameters:
19197   - "latency"
19198   - "parent"
19199   - "tags"
19200   sort:
19201   - "L2XCFWD"
19202   - "L2XCFWD"
19203   - "L2XCFWD"
19204   - "L2BDMACLRN"
19205   - "L2BDMACLRN"
19206   - "L2BDMACLRN"
19207   - "IP4FWD"
19208   layout:
19209     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19210     layout: "plot-latency"
19211
19212 - type: "plot"
19213   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19214   algorithm: "plot_latency_error_bars"
19215   output-file-type: ".html"
19216   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19217   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19218   filter: "'NIC_Intel-X710' and
19219            '64B' and
19220            ('BASE' or 'SCALE') and
19221            'NDRPDR' and
19222            '2T2C' and
19223            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19224            not 'VHOST' and
19225            'MEMIF'"
19226   parameters:
19227   - "latency"
19228   - "parent"
19229   - "tags"
19230   sort:
19231   - "L2XCFWD"
19232   - "L2XCFWD"
19233   - "L2XCFWD"
19234   - "L2BDMACLRN"
19235   - "L2BDMACLRN"
19236   - "L2BDMACLRN"
19237   - "IP4FWD"
19238   layout:
19239     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19240     layout: "plot-latency"
19241
19242 # Packet Latency - VPP Container Memif 3n-hsw-xl710
19243 - type: "plot"
19244   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19245   algorithm: "plot_latency_error_bars"
19246   output-file-type: ".html"
19247   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19248   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19249   filter: "'NIC_Intel-XL710' and
19250            '64B' and
19251            ('BASE' or 'SCALE') and
19252            'NDRPDR' and
19253            '1T1C' and
19254            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19255            not 'VHOST' and
19256            'MEMIF'"
19257   parameters:
19258   - "latency"
19259   - "parent"
19260   - "tags"
19261   sort:
19262   - "L2XCFWD"
19263   - "L2XCFWD"
19264   - "L2XCFWD"
19265   - "L2BDMACLRN"
19266   - "L2BDMACLRN"
19267   - "L2BDMACLRN"
19268   - "IP4FWD"
19269   layout:
19270     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
19271     layout: "plot-latency"
19272
19273 - type: "plot"
19274   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19275   algorithm: "plot_latency_error_bars"
19276   output-file-type: ".html"
19277   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19278   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19279   filter: "'NIC_Intel-XL710' and
19280            '64B' and
19281            ('BASE' or 'SCALE') and
19282            'NDRPDR' and
19283            '2T2C' and
19284            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19285            not 'VHOST' and
19286            'MEMIF'"
19287   parameters:
19288   - "latency"
19289   - "parent"
19290   - "tags"
19291   sort:
19292   - "L2XCFWD"
19293   - "L2XCFWD"
19294   - "L2XCFWD"
19295   - "L2BDMACLRN"
19296   - "L2BDMACLRN"
19297   - "L2BDMACLRN"
19298   - "IP4FWD"
19299   layout:
19300     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
19301     layout: "plot-latency"
19302
19303 # Packet Latency - VPP Container Memif 3n-skx-x710
19304 - type: "plot"
19305   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19306   algorithm: "plot_latency_error_bars"
19307   output-file-type: ".html"
19308   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19310   filter: "'NIC_Intel-X710' and
19311            '64B' and
19312            ('BASE' or 'SCALE') and
19313            'NDRPDR' and
19314            '2T1C' and
19315            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19316            not 'VHOST' and
19317            'MEMIF'"
19318   parameters:
19319   - "latency"
19320   - "parent"
19321   - "tags"
19322   sort:
19323   - "L2XCFWD"
19324   - "L2XCFWD"
19325   - "L2XCFWD"
19326   - "L2BDMACLRN"
19327   - "L2BDMACLRN"
19328   - "L2BDMACLRN"
19329   - "IP4FWD"
19330   layout:
19331     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
19332     layout: "plot-latency"
19333
19334 - type: "plot"
19335   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19336   algorithm: "plot_latency_error_bars"
19337   output-file-type: ".html"
19338   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19339   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19340   filter: "'NIC_Intel-X710' and
19341            '64B' and
19342            ('BASE' or 'SCALE') and
19343            'NDRPDR' and
19344            '4T2C' and
19345            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19346            not 'VHOST' and
19347            'MEMIF'"
19348   parameters:
19349   - "latency"
19350   - "parent"
19351   - "tags"
19352   sort:
19353   - "L2XCFWD"
19354   - "L2XCFWD"
19355   - "L2XCFWD"
19356   - "L2BDMACLRN"
19357   - "L2BDMACLRN"
19358   - "L2BDMACLRN"
19359   - "IP4FWD"
19360   layout:
19361     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
19362     layout: "plot-latency"
19363
19364 # Packet Latency - VPP Container Memif 2n-skx-x710
19365 - type: "plot"
19366   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19367   algorithm: "plot_latency_error_bars"
19368   output-file-type: ".html"
19369   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19370   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19371   filter: "'NIC_Intel-X710' and
19372            '64B' and
19373            ('BASE' or 'SCALE') and
19374            'NDRPDR' and
19375            '2T1C' and
19376            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19377            not 'VHOST' and
19378            not 'NF_DENSITY' and
19379            'MEMIF'"
19380   parameters:
19381   - "latency"
19382   - "parent"
19383   - "tags"
19384   sort:
19385   - "L2XCFWD"
19386   - "L2XCFWD"
19387   - "L2XCFWD"
19388   - "L2BDMACLRN"
19389   - "L2BDMACLRN"
19390   - "L2BDMACLRN"
19391   - "IP4FWD"
19392   layout:
19393     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
19394     layout: "plot-latency"
19395
19396 - type: "plot"
19397   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19398   algorithm: "plot_latency_error_bars"
19399   output-file-type: ".html"
19400   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19401   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19402   filter: "'NIC_Intel-X710' and
19403            '64B' and
19404            ('BASE' or 'SCALE') and
19405            'NDRPDR' and
19406            '4T2C' and
19407            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19408            not 'VHOST' and
19409            not 'NF_DENSITY' and
19410            'MEMIF'"
19411   parameters:
19412   - "latency"
19413   - "parent"
19414   - "tags"
19415   sort:
19416   - "L2XCFWD"
19417   - "L2XCFWD"
19418   - "L2XCFWD"
19419   - "L2BDMACLRN"
19420   - "L2BDMACLRN"
19421   - "L2BDMACLRN"
19422   - "IP4FWD"
19423   layout:
19424     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
19425     layout: "plot-latency"
19426
19427 ## Packet Latency - VPP Container Memif 2n-skx-xxv710
19428 #- type: "plot"
19429 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19430 #  algorithm: "plot_latency_error_bars"
19431 #  output-file-type: ".html"
19432 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19433 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19434 #  filter: "'NIC_Intel-XXV710' and
19435 #           '64B' and
19436 #           ('BASE' or 'SCALE') and
19437 #           'NDRPDR' and
19438 #           '2T1C' and
19439 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19440 #           not 'VHOST' and
19441 #           'MEMIF'"
19442 #  parameters:
19443 #  - "latency"
19444 #  - "parent"
19445 #  - "tags"
19446 #  sort:
19447 #  - "L2XCFWD"
19448 #  - "L2XCFWD"
19449 #  - "L2XCFWD"
19450 #  - "L2BDMACLRN"
19451 #  - "L2BDMACLRN"
19452 #  - "L2BDMACLRN"
19453 #  - "IP4FWD"
19454 #  layout:
19455 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
19456 #    layout: "plot-latency"
19457 #
19458 #- type: "plot"
19459 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19460 #  algorithm: "plot_latency_error_bars"
19461 #  output-file-type: ".html"
19462 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19463 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19464 #  filter: "'NIC_Intel-XXV710' and
19465 #           '64B' and
19466 #           ('BASE' or 'SCALE') and
19467 #           'NDRPDR' and
19468 #           '4T2C' and
19469 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19470 #           not 'VHOST' and
19471 #           'MEMIF'"
19472 #  parameters:
19473 #  - "latency"
19474 #  - "parent"
19475 #  - "tags"
19476 #  sort:
19477 #  - "L2XCFWD"
19478 #  - "L2XCFWD"
19479 #  - "L2XCFWD"
19480 #  - "L2BDMACLRN"
19481 #  - "L2BDMACLRN"
19482 #  - "L2BDMACLRN"
19483 #  - "IP4FWD"
19484 #  layout:
19485 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
19486 #    layout: "plot-latency"
19487
19488 ################################################################################
19489
19490 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19491 #- type: "plot"
19492 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19493 #  algorithm: "plot_latency_error_bars"
19494 #  output-file-type: ".html"
19495 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19496 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19497 #  filter: "'NIC_Intel-X520-DA2' and
19498 #           '64B' and
19499 #           ('BASE' or 'SCALE') and
19500 #           'NDRPDR' and
19501 #           '1T1C' and
19502 #           'L2XCFWD' and
19503 #           not 'VHOST' and
19504 #           not 'NF_DENSITY' and
19505 #           'MEMIF'"
19506 #  parameters:
19507 #  - "latency"
19508 #  - "parent"
19509 #  - "tags"
19510 #  sort:
19511 #  - "1VNF"
19512 #  - "2VNF"
19513 #  - "4VNF"
19514 #  - "2VNF"
19515 #  - "4VNF"
19516 #  layout:
19517 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19518 #    layout: "plot-latency"
19519 #
19520 #- type: "plot"
19521 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19522 #  algorithm: "plot_latency_error_bars"
19523 #  output-file-type: ".html"
19524 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19525 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19526 #  filter: "'NIC_Intel-X520-DA2' and
19527 #           '64B' and
19528 #           ('BASE' or 'SCALE') and
19529 #           'NDRPDR' and
19530 #           '2T2C' and
19531 #           'L2XCFWD' and
19532 #           not 'VHOST' and
19533 #           not 'NF_DENSITY' and
19534 #           'MEMIF'"
19535 #  parameters:
19536 #  - "latency"
19537 #  - "parent"
19538 #  - "tags"
19539 #  sort:
19540 #  - "1VNF"
19541 #  - "2VNF"
19542 #  - "4VNF"
19543 #  - "2VNF"
19544 #  - "4VNF"
19545 #  layout:
19546 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19547 #    layout: "plot-latency"
19548 #
19549 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19550 #- type: "plot"
19551 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19552 #  algorithm: "plot_latency_error_bars"
19553 #  output-file-type: ".html"
19554 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19555 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19556 #  filter: "'NIC_Intel-X520-DA2' and
19557 #           '64B' and
19558 #           ('BASE' or 'SCALE') and
19559 #           'NDRPDR' and
19560 #           '1T1C' and
19561 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19562 #           not 'VHOST' and
19563 #           not 'NF_DENSITY' and
19564 #           'MEMIF'"
19565 #  parameters:
19566 #  - "latency"
19567 #  - "parent"
19568 #  - "tags"
19569 #  sort:
19570 #  - "1VNF"
19571 #  - "2VNF"
19572 #  - "4VNF"
19573 #  - "2VNF"
19574 #  - "4VNF"
19575 #  layout:
19576 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19577 #    layout: "plot-latency"
19578 #
19579 #- type: "plot"
19580 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19581 #  algorithm: "plot_latency_error_bars"
19582 #  output-file-type: ".html"
19583 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19584 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19585 #  filter: "'NIC_Intel-X520-DA2' and
19586 #           '64B' and
19587 #           ('BASE' or 'SCALE') and
19588 #           'NDRPDR' and
19589 #           '2T2C' and
19590 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19591 #           not 'VHOST' and
19592 #           not 'NF_DENSITY' and
19593 #           'MEMIF'"
19594 #  parameters:
19595 #  - "latency"
19596 #  - "parent"
19597 #  - "tags"
19598 #  sort:
19599 #  - "1VNF"
19600 #  - "2VNF"
19601 #  - "4VNF"
19602 #  - "2VNF"
19603 #  - "4VNF"
19604 #  layout:
19605 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19606 #    layout: "plot-latency"
19607 #
19608 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19609 #- type: "plot"
19610 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19611 #  algorithm: "plot_latency_error_bars"
19612 #  output-file-type: ".html"
19613 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19614 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19615 #  filter: "'NIC_Intel-X710' and
19616 #           '64B' and
19617 #           ('BASE' or 'SCALE') and
19618 #           'NDRPDR' and
19619 #           '1T1C' and
19620 #           'L2XCFWD' and
19621 #           not 'VHOST' and
19622 #           not 'NF_DENSITY' and
19623 #           'MEMIF'"
19624 #  parameters:
19625 #  - "latency"
19626 #  - "parent"
19627 #  - "tags"
19628 #  sort:
19629 #  - "1VNF"
19630 #  - "2VNF"
19631 #  - "4VNF"
19632 #  - "2VNF"
19633 #  - "4VNF"
19634 #  layout:
19635 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19636 #    layout: "plot-latency"
19637 #
19638 #- type: "plot"
19639 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19640 #  algorithm: "plot_latency_error_bars"
19641 #  output-file-type: ".html"
19642 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19643 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19644 #  filter: "'NIC_Intel-X710' and
19645 #           '64B' and
19646 #           ('BASE' or 'SCALE') and
19647 #           'NDRPDR' and
19648 #           '2T2C' and
19649 #           'L2XCFWD' and
19650 #           not 'VHOST' and
19651 #           not 'NF_DENSITY' and
19652 #           'MEMIF'"
19653 #  parameters:
19654 #  - "latency"
19655 #  - "parent"
19656 #  - "tags"
19657 #  sort:
19658 #  - "1VNF"
19659 #  - "2VNF"
19660 #  - "4VNF"
19661 #  - "2VNF"
19662 #  - "4VNF"
19663 #  layout:
19664 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
19665 #    layout: "plot-latency"
19666 #
19667 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
19668 #- type: "plot"
19669 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19670 #  algorithm: "plot_latency_error_bars"
19671 #  output-file-type: ".html"
19672 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19673 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19674 #  filter: "'NIC_Intel-X710' and
19675 #           '64B' and
19676 #           ('BASE' or 'SCALE') and
19677 #           'NDRPDR' and
19678 #           '1T1C' and
19679 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19680 #           not 'VHOST' and
19681 #           not 'NF_DENSITY' and
19682 #           'MEMIF'"
19683 #  parameters:
19684 #  - "latency"
19685 #  - "parent"
19686 #  - "tags"
19687 #  sort:
19688 #  - "1VNF"
19689 #  - "2VNF"
19690 #  - "4VNF"
19691 #  - "2VNF"
19692 #  - "4VNF"
19693 #  layout:
19694 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
19695 #    layout: "plot-latency"
19696 #
19697 #- type: "plot"
19698 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19699 #  algorithm: "plot_latency_error_bars"
19700 #  output-file-type: ".html"
19701 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19702 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19703 #  filter: "'NIC_Intel-X710' and
19704 #           '64B' and
19705 #           ('BASE' or 'SCALE') and
19706 #           'NDRPDR' and
19707 #           '2T2C' and
19708 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19709 #           not 'VHOST' and
19710 #           not 'NF_DENSITY' and
19711 #           'MEMIF'"
19712 #  parameters:
19713 #  - "latency"
19714 #  - "parent"
19715 #  - "tags"
19716 #  sort:
19717 #  - "1VNF"
19718 #  - "2VNF"
19719 #  - "4VNF"
19720 #  - "2VNF"
19721 #  - "4VNF"
19722 #  layout:
19723 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
19724 #    layout: "plot-latency"
19725
19726 ################################################################################
19727
19728 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
19729 - type: "plot"
19730   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19731   algorithm: "plot_latency_error_bars"
19732   output-file-type: ".html"
19733   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19734   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19735   filter: "'NIC_Intel-X520-DA2' and
19736            '64B' and
19737            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19738            'NDRPDR' and
19739            '1T1C' and
19740            'IP4FWD' and
19741            not 'IPSEC' and
19742            not 'DOT1Q' and
19743            not 'VHOST'"
19744   parameters:
19745   - "latency"
19746   - "parent"
19747   - "tags"
19748   sort:
19749   - "DOT1Q"
19750   - "IP4BASE"
19751   - "FIB_20K"
19752   - "FIB_200K"
19753   - "FIB_2M"
19754   layout:
19755     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19756     layout: "plot-latency"
19757
19758 - type: "plot"
19759   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19760   algorithm: "plot_latency_error_bars"
19761   output-file-type: ".html"
19762   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19763   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19764   filter: "'NIC_Intel-X520-DA2' and
19765            '64B' and
19766            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19767            'NDRPDR' and
19768            '2T2C' and
19769            'IP4FWD' and
19770            not 'IPSEC' and
19771            not 'DOT1Q' and
19772            not 'VHOST'"
19773   parameters:
19774   - "latency"
19775   - "parent"
19776   - "tags"
19777   sort:
19778   - "DOT1Q"
19779   - "IP4BASE"
19780   - "FIB_20K"
19781   - "FIB_200K"
19782   - "FIB_2M"
19783   layout:
19784     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19785     layout: "plot-latency"
19786
19787 # Packet Latency - VPP IPv4 3n-hsw-x520 features
19788 - type: "plot"
19789   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19790   algorithm: "plot_latency_error_bars"
19791   output-file-type: ".html"
19792   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19793   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19794   filter: "'NIC_Intel-X520-DA2' and
19795            '64B' and
19796            ('IP4BASE' or
19797             'POLICE_MARK' or
19798             'COPWHLIST' or
19799             ('NAT44' and 'BASE') or
19800             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19801            'NDRPDR' and
19802            '1T1C' and
19803            'IP4FWD' and
19804            not 'IPSEC' and
19805            not 'VHOST'"
19806   parameters:
19807   - "latency"
19808   - "parent"
19809   - "tags"
19810   sort:
19811   - "DOT1Q"
19812   - "IP4BASE"
19813   - "NAT44"
19814   - "POLICE_MARK"
19815   - "COPWHLIST"
19816   - "IACL"
19817   - "OACL"
19818   layout:
19819     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
19820     layout: "plot-latency"
19821
19822 - type: "plot"
19823   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19824   algorithm: "plot_latency_error_bars"
19825   output-file-type: ".html"
19826   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19827   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19828   filter: "'NIC_Intel-X520-DA2' and
19829            '64B' and
19830            ('IP4BASE' or
19831             'POLICE_MARK' or
19832             'COPWHLIST' or
19833             ('NAT44' and 'BASE') or
19834             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19835            'NDRPDR' and
19836            '2T2C' and
19837            'IP4FWD' and
19838            not 'IPSEC' and
19839            not 'VHOST'"
19840   parameters:
19841   - "latency"
19842   - "parent"
19843   - "tags"
19844   sort:
19845   - "DOT1Q"
19846   - "IP4BASE"
19847   - "NAT44"
19848   - "POLICE_MARK"
19849   - "COPWHLIST"
19850   - "IACL"
19851   - "OACL"
19852   layout:
19853     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
19854     layout: "plot-latency"
19855
19856 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
19857 - type: "plot"
19858   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19859   algorithm: "plot_latency_error_bars"
19860   output-file-type: ".html"
19861   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19862   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19863   filter: "'NIC_Intel-X520-DA2' and
19864            '64B' and
19865            'NDRPDR' and
19866            '1T1C' and
19867            'IP4FWD' and
19868            ('NAT44' or 'IP4BASE') and
19869            not 'DOT1Q' and
19870            not 'IPSEC' and
19871            not 'VHOST'"
19872   parameters:
19873   - "latency"
19874   - "parent"
19875   - "tags"
19876   sort:
19877   - "IP4BASE"
19878   - "BASE"
19879   - "SRC_USER_10"
19880   - "SRC_USER_100"
19881   - "SRC_USER_1000"
19882   - "SRC_USER_2000"
19883   layout:
19884     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
19885     layout: "plot-latency"
19886
19887 - type: "plot"
19888   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19889   algorithm: "plot_latency_error_bars"
19890   output-file-type: ".html"
19891   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19892   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19893   filter: "'NIC_Intel-X520-DA2' and
19894            '64B' and
19895            'NDRPDR' and
19896            '2T2C' and
19897            'IP4FWD' and
19898            ('NAT44' or 'IP4BASE') and
19899            not 'DOT1Q' and
19900            not 'IPSEC' and
19901            not 'VHOST'"
19902   parameters:
19903   - "latency"
19904   - "parent"
19905   - "tags"
19906   sort:
19907   - "IP4BASE"
19908   - "BASE"
19909   - "SRC_USER_10"
19910   - "SRC_USER_100"
19911   - "SRC_USER_1000"
19912   - "SRC_USER_2000"
19913   layout:
19914     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
19915     layout: "plot-latency"
19916
19917 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
19918 - type: "plot"
19919   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19920   algorithm: "plot_latency_error_bars"
19921   output-file-type: ".html"
19922   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19923   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19924   filter: "'NIC_Intel-X520-DA2' and
19925            '64B' and
19926            'NDRPDR' and
19927            '1T1C' and
19928            'IP4FWD' and
19929            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19930            not 'IPSEC' and
19931            not 'DOT1Q' and
19932            not 'VHOST'"
19933   parameters:
19934   - "latency"
19935   - "parent"
19936   - "tags"
19937   sort:
19938   - "IP4BASE"
19939   - "ACL_STATELESS"
19940   - "ACL_STATEFUL"
19941   - "ACL_STATELESS"
19942   - "ACL_STATEFUL"
19943   layout:
19944     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
19945     layout: "plot-latency"
19946
19947 - type: "plot"
19948   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19949   algorithm: "plot_latency_error_bars"
19950   output-file-type: ".html"
19951   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19952   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19953   filter: "'NIC_Intel-X520-DA2' and
19954            '64B' and
19955            'NDRPDR' and
19956            '2T2C' and
19957            'IP4FWD' and
19958            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19959            not 'IPSEC' and
19960            not 'DOT1Q' and
19961            not 'VHOST'"
19962   parameters:
19963   - "latency"
19964   - "parent"
19965   - "tags"
19966   sort:
19967   - "IP4BASE"
19968   - "ACL_STATELESS"
19969   - "ACL_STATEFUL"
19970   - "ACL_STATELESS"
19971   - "ACL_STATEFUL"
19972   layout:
19973     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
19974     layout: "plot-latency"
19975
19976 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
19977 - type: "plot"
19978   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19979   algorithm: "plot_latency_error_bars"
19980   output-file-type: ".html"
19981   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19982   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19983   filter: "'NIC_Intel-X520-DA2' and
19984            '64B' and
19985            'NDRPDR' and
19986            '1T1C' and
19987            'IP4FWD' and
19988            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19989            not 'IPSEC' and
19990            not 'DOT1Q' and
19991            not 'VHOST'"
19992   parameters:
19993   - "latency"
19994   - "parent"
19995   - "tags"
19996   sort:
19997   - "IP4BASE"
19998   - "ACL_STATELESS"
19999   - "ACL_STATEFUL"
20000   - "ACL_STATELESS"
20001   - "ACL_STATEFUL"
20002   layout:
20003     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
20004     layout: "plot-latency"
20005
20006 - type: "plot"
20007   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20008   algorithm: "plot_latency_error_bars"
20009   output-file-type: ".html"
20010   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20011   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20012   filter: "'NIC_Intel-X520-DA2' and
20013            '64B' and
20014            'NDRPDR' and
20015            '2T2C' and
20016            'IP4FWD' and
20017            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20018            not 'IPSEC' and
20019            not 'DOT1Q' and
20020            not 'VHOST'"
20021   parameters:
20022   - "latency"
20023   - "parent"
20024   - "tags"
20025   sort:
20026   - "IP4BASE"
20027   - "ACL_STATELESS"
20028   - "ACL_STATEFUL"
20029   - "ACL_STATELESS"
20030   - "ACL_STATEFUL"
20031   layout:
20032     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
20033     layout: "plot-latency"
20034
20035 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
20036 - type: "plot"
20037   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20038   algorithm: "plot_latency_error_bars"
20039   output-file-type: ".html"
20040   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20041   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20042   filter: "'NIC_Intel-X710' and
20043            '64B' and
20044            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20045            'NDRPDR' and
20046            '1T1C' and
20047            'IP4FWD' and
20048            not 'IPSEC' and
20049            not 'DOT1Q' and
20050            not 'VHOST'"
20051   parameters:
20052   - "latency"
20053   - "parent"
20054   - "tags"
20055   sort:
20056   - "IP4BASE"
20057   - "FIB_20K"
20058   - "FIB_200K"
20059   - "FIB_2M"
20060   layout:
20061     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20062     layout: "plot-latency"
20063
20064 - type: "plot"
20065   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20066   algorithm: "plot_latency_error_bars"
20067   output-file-type: ".html"
20068   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20069   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20070   filter: "'NIC_Intel-X710' and
20071            '64B' and
20072            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20073            'NDRPDR' and
20074            '2T2C' and
20075            'IP4FWD' and
20076            not 'IPSEC' and
20077            not 'DOT1Q' and
20078            not 'VHOST'"
20079   parameters:
20080   - "latency"
20081   - "parent"
20082   - "tags"
20083   sort:
20084   - "IP4BASE"
20085   - "FIB_20K"
20086   - "FIB_200K"
20087   - "FIB_2M"
20088   layout:
20089     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20090     layout: "plot-latency"
20091
20092 # Packet Latency - VPP IPv4 3n-hsw-x710 features
20093 - type: "plot"
20094   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20095   algorithm: "plot_latency_error_bars"
20096   output-file-type: ".html"
20097   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20098   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20099   filter: "'NIC_Intel-X710' and
20100            '64B' and
20101            ('IP4BASE' or
20102             'POLICE_MARK' or
20103             'COPWHLIST' or
20104             ('NAT44' and 'BASE') or
20105             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20106            'NDRPDR' and
20107            '1T1C' and
20108            'IP4FWD' and
20109            not 'IPSEC' and
20110            not 'VHOST'"
20111   parameters:
20112   - "latency"
20113   - "parent"
20114   - "tags"
20115   sort:
20116   - "DOT1Q"
20117   - "IP4BASE"
20118   - "NAT44"
20119   - "POLICE_MARK"
20120   - "COPWHLIST"
20121   - "IACL"
20122   - "OACL"
20123   layout:
20124     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20125     layout: "plot-latency"
20126
20127 - type: "plot"
20128   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20129   algorithm: "plot_latency_error_bars"
20130   output-file-type: ".html"
20131   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20132   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20133   filter: "'NIC_Intel-X710' and
20134            '64B' and
20135            ('IP4BASE' or
20136             'POLICE_MARK' or
20137             'COPWHLIST' or
20138             ('NAT44' and 'BASE') or
20139             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20140            'NDRPDR' and
20141            '2T2C' and
20142            'IP4FWD' and
20143            not 'IPSEC' and
20144            not 'VHOST'"
20145   parameters:
20146   - "latency"
20147   - "parent"
20148   - "tags"
20149   sort:
20150   - "DOT1Q"
20151   - "IP4BASE"
20152   - "NAT44"
20153   - "POLICE_MARK"
20154   - "COPWHLIST"
20155   - "IACL"
20156   - "OACL"
20157   layout:
20158     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20159     layout: "plot-latency"
20160
20161 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20162 - type: "plot"
20163   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20164   algorithm: "plot_latency_error_bars"
20165   output-file-type: ".html"
20166   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20167   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20168   filter: "'NIC_Intel-X710' and
20169            '64B' and
20170            'NDRPDR' and
20171            '1T1C' and
20172            'IP4FWD' and
20173            ('NAT44' or 'IP4BASE') and
20174            not 'IPSEC' and
20175            not 'VHOST'"
20176   parameters:
20177   - "latency"
20178   - "parent"
20179   - "tags"
20180   sort:
20181   - "IP4BASE"
20182   - "BASE"
20183   - "SRC_USER_10"
20184   - "SRC_USER_100"
20185   - "SRC_USER_1000"
20186   - "SRC_USER_2000"
20187   layout:
20188     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20189     layout: "plot-latency"
20190
20191 - type: "plot"
20192   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20193   algorithm: "plot_latency_error_bars"
20194   output-file-type: ".html"
20195   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20196   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20197   filter: "'NIC_Intel-X710' and
20198            '64B' and
20199            'NDRPDR' and
20200            '2T2C' and
20201            'IP4FWD' and
20202            ('NAT44' or 'IP4BASE') and
20203            not 'IPSEC' and
20204            not 'VHOST'"
20205   parameters:
20206   - "latency"
20207   - "parent"
20208   - "tags"
20209   sort:
20210   - "IP4BASE"
20211   - "BASE"
20212   - "SRC_USER_10"
20213   - "SRC_USER_100"
20214   - "SRC_USER_1000"
20215   - "SRC_USER_2000"
20216   layout:
20217     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
20218     layout: "plot-latency"
20219
20220 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
20221 - type: "plot"
20222   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20223   algorithm: "plot_latency_error_bars"
20224   output-file-type: ".html"
20225   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20226   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20227   filter: "'NIC_Intel-X710' and
20228            '64B' and
20229            'NDRPDR' and
20230            '1T1C' and
20231            'IP4FWD' and
20232            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20233            not 'IPSEC' and
20234            not 'VHOST'"
20235   parameters:
20236   - "latency"
20237   - "parent"
20238   - "tags"
20239   sort:
20240   - "IP4BASE"
20241   - "ACL_STATELESS"
20242   - "ACL_STATEFUL"
20243   - "ACL_STATELESS"
20244   - "ACL_STATEFUL"
20245   layout:
20246     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
20247     layout: "plot-latency"
20248
20249 - type: "plot"
20250   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20251   algorithm: "plot_latency_error_bars"
20252   output-file-type: ".html"
20253   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20254   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20255   filter: "'NIC_Intel-X710' and
20256            '64B' and
20257            'NDRPDR' and
20258            '2T2C' and
20259            'IP4FWD' and
20260            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20261            not 'IPSEC' and
20262            not 'VHOST'"
20263   parameters:
20264   - "latency"
20265   - "parent"
20266   - "tags"
20267   sort:
20268   - "IP4BASE"
20269   - "ACL_STATELESS"
20270   - "ACL_STATEFUL"
20271   - "ACL_STATELESS"
20272   - "ACL_STATEFUL"
20273   layout:
20274     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20275     layout: "plot-latency"
20276
20277 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20278 - type: "plot"
20279   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20280   algorithm: "plot_latency_error_bars"
20281   output-file-type: ".html"
20282   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20283   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20284   filter: "'NIC_Intel-XL710' and
20285            '64B' and
20286            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20287            'NDRPDR' and
20288            '1T1C' and
20289            'IP4FWD' and
20290            not 'IPSEC' and
20291            not 'VHOST'"
20292   parameters:
20293   - "latency"
20294   - "parent"
20295   - "tags"
20296   sort:
20297   - "IP4BASE"
20298   - "FIB_20K"
20299   - "FIB_200K"
20300   - "FIB_2M"
20301   layout:
20302     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
20303     layout: "plot-latency"
20304
20305 - type: "plot"
20306   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20307   algorithm: "plot_latency_error_bars"
20308   output-file-type: ".html"
20309   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20310   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20311   filter: "'NIC_Intel-XL710' and
20312            '64B' and
20313            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20314            'NDRPDR' and
20315            '2T2C' and
20316            'IP4FWD' and
20317            not 'IPSEC' and
20318            not 'VHOST'"
20319   parameters:
20320   - "latency"
20321   - "parent"
20322   - "tags"
20323   sort:
20324   - "IP4BASE"
20325   - "FIB_20K"
20326   - "FIB_200K"
20327   - "FIB_2M"
20328   layout:
20329     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
20330     layout: "plot-latency"
20331
20332 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20333 - type: "plot"
20334   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20335   algorithm: "plot_latency_error_bars"
20336   output-file-type: ".html"
20337   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20338   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20339   filter: "'NIC_Intel-X710' and
20340            '64B' and
20341            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20342            'NDRPDR' and
20343            '2T1C' and
20344            'IP4FWD' and
20345            not 'IPSEC' and
20346            not 'DOT1Q' and
20347            not 'VHOST'"
20348   parameters:
20349   - "latency"
20350   - "parent"
20351   - "tags"
20352   sort:
20353   - "IP4BASE"
20354   - "FIB_20K"
20355   - "FIB_200K"
20356   - "FIB_2M"
20357   layout:
20358     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20359     layout: "plot-latency"
20360
20361 - type: "plot"
20362   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20363   algorithm: "plot_latency_error_bars"
20364   output-file-type: ".html"
20365   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20366   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20367   filter: "'NIC_Intel-X710' and
20368            '64B' and
20369            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20370            'NDRPDR' and
20371            '4T2C' and
20372            'IP4FWD' and
20373            not 'IPSEC' and
20374            not 'DOT1Q' and
20375            not 'VHOST'"
20376   parameters:
20377   - "latency"
20378   - "parent"
20379   - "tags"
20380   sort:
20381   - "IP4BASE"
20382   - "FIB_20K"
20383   - "FIB_200K"
20384   - "FIB_2M"
20385   layout:
20386     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20387     layout: "plot-latency"
20388
20389 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20390 - type: "plot"
20391   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20392   algorithm: "plot_latency_error_bars"
20393   output-file-type: ".html"
20394   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20395   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20396   filter: "'NIC_Intel-X710' and
20397            '64B' and
20398            ('IP4BASE' or
20399             'POLICE_MARK' or
20400             'COPWHLIST' or
20401             ('NAT44' and 'BASE') or
20402             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20403            'NDRPDR' and
20404            '2T1C' and
20405            'IP4FWD' and
20406            not 'IPSEC' and
20407            not 'VHOST'"
20408   parameters:
20409   - "latency"
20410   - "parent"
20411   - "tags"
20412   sort:
20413   - "DOT1Q"
20414   - "IP4BASE"
20415   - "NAT44"
20416   - "POLICE_MARK"
20417   - "COPWHLIST"
20418   - "IACL"
20419   - "OACL"
20420   layout:
20421     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20422     layout: "plot-latency"
20423
20424 - type: "plot"
20425   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20426   algorithm: "plot_latency_error_bars"
20427   output-file-type: ".html"
20428   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20429   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20430   filter: "'NIC_Intel-X710' and
20431            '64B' and
20432            ('IP4BASE' or
20433             'POLICE_MARK' or
20434             'COPWHLIST' or
20435             ('NAT44' and 'BASE') or
20436             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20437            'NDRPDR' and
20438            '4T2C' and
20439            'IP4FWD' and
20440            not 'IPSEC' and
20441            not 'VHOST'"
20442   parameters:
20443   - "latency"
20444   - "parent"
20445   - "tags"
20446   sort:
20447   - "DOT1Q"
20448   - "IP4BASE"
20449   - "NAT44"
20450   - "POLICE_MARK"
20451   - "COPWHLIST"
20452   - "IACL"
20453   - "OACL"
20454   layout:
20455     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20456     layout: "plot-latency"
20457
20458 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20459 - type: "plot"
20460   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20461   algorithm: "plot_latency_error_bars"
20462   output-file-type: ".html"
20463   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20464   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20465   filter: "'NIC_Intel-X710' and
20466            '64B' and
20467            'NDRPDR' and
20468            '2T1C' and
20469            'IP4FWD' and
20470            ('NAT44' or 'IP4BASE') and
20471            not 'IPSEC' and
20472            not 'VHOST'"
20473   parameters:
20474   - "latency"
20475   - "parent"
20476   - "tags"
20477   sort:
20478   - "IP4BASE"
20479   - "BASE"
20480   - "SRC_USER_10"
20481   - "SRC_USER_100"
20482   - "SRC_USER_1000"
20483   - "SRC_USER_2000"
20484   layout:
20485     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20486     layout: "plot-latency"
20487
20488 - type: "plot"
20489   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20490   algorithm: "plot_latency_error_bars"
20491   output-file-type: ".html"
20492   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20493   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20494   filter: "'NIC_Intel-X710' and
20495            '64B' and
20496            'NDRPDR' and
20497            '4T2C' and
20498            'IP4FWD' and
20499            ('NAT44' or 'IP4BASE') and
20500            not 'IPSEC' and
20501            not 'VHOST'"
20502   parameters:
20503   - "latency"
20504   - "parent"
20505   - "tags"
20506   sort:
20507   - "IP4BASE"
20508   - "BASE"
20509   - "SRC_USER_10"
20510   - "SRC_USER_100"
20511   - "SRC_USER_1000"
20512   - "SRC_USER_2000"
20513   layout:
20514     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20515     layout: "plot-latency"
20516
20517 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20518 - type: "plot"
20519   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20520   algorithm: "plot_latency_error_bars"
20521   output-file-type: ".html"
20522   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20523   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20524   filter: "'NIC_Intel-X710' and
20525            '64B' and
20526            'NDRPDR' and
20527            '2T1C' and
20528            'IP4FWD' and
20529            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20530            not 'IPSEC' and
20531            not 'VHOST'"
20532   parameters:
20533   - "latency"
20534   - "parent"
20535   - "tags"
20536   sort:
20537   - "IP4BASE"
20538   - "ACL_STATELESS"
20539   - "ACL_STATEFUL"
20540   - "ACL_STATELESS"
20541   - "ACL_STATEFUL"
20542   layout:
20543     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20544     layout: "plot-latency"
20545
20546 - type: "plot"
20547   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20548   algorithm: "plot_latency_error_bars"
20549   output-file-type: ".html"
20550   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20551   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20552   filter: "'NIC_Intel-X710' and
20553            '64B' and
20554            'NDRPDR' and
20555            '4T2C' and
20556            'IP4FWD' and
20557            'IACL' and
20558            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20559            not 'IPSEC' and
20560            not 'VHOST'"
20561   parameters:
20562   - "latency"
20563   - "parent"
20564   - "tags"
20565   sort:
20566   - "IP4BASE"
20567   - "ACL_STATELESS"
20568   - "ACL_STATEFUL"
20569   - "ACL_STATELESS"
20570   - "ACL_STATEFUL"
20571   layout:
20572     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
20573     layout: "plot-latency"
20574
20575 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20576 - type: "plot"
20577   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20578   algorithm: "plot_latency_error_bars"
20579   output-file-type: ".html"
20580   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20581   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20582   filter: "'NIC_Intel-X710' and
20583            '64B' and
20584            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20585            'NDRPDR' and
20586            '2T1C' and
20587            'IP4FWD' and
20588            not 'IPSEC' and
20589            not 'DOT1Q' and
20590            not 'VHOST'"
20591   parameters:
20592   - "latency"
20593   - "parent"
20594   - "tags"
20595   sort:
20596   - "IP4BASE"
20597   - "FIB_20K"
20598   - "FIB_200K"
20599   - "FIB_2M"
20600   layout:
20601     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20602     layout: "plot-latency"
20603
20604 - type: "plot"
20605   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20606   algorithm: "plot_latency_error_bars"
20607   output-file-type: ".html"
20608   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20609   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20610   filter: "'NIC_Intel-X710' and
20611            '64B' and
20612            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20613            'NDRPDR' and
20614            '4T2C' and
20615            'IP4FWD' and
20616            not 'IPSEC' and
20617            not 'DOT1Q' and
20618            not 'VHOST'"
20619   parameters:
20620   - "latency"
20621   - "parent"
20622   - "tags"
20623   sort:
20624   - "IP4BASE"
20625   - "FIB_20K"
20626   - "FIB_200K"
20627   - "FIB_2M"
20628   layout:
20629     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20630     layout: "plot-latency"
20631
20632 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20633 - type: "plot"
20634   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20635   algorithm: "plot_latency_error_bars"
20636   output-file-type: ".html"
20637   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20638   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20639   filter: "'NIC_Intel-X710' and
20640            '64B' and
20641            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20642            'NDRPDR' and
20643            '2T1C' and
20644            'IP4FWD' and
20645            not 'IPSEC' and
20646            not 'DOT1Q' and
20647            not 'VHOST'"
20648   parameters:
20649   - "latency"
20650   - "parent"
20651   - "tags"
20652   sort:
20653   - "IP4BASE"
20654   - "ACL_STATELESS"
20655   - "ACL_STATEFUL"
20656   - "ACL_STATELESS"
20657   - "ACL_STATEFUL"
20658   layout:
20659     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
20660     layout: "plot-latency"
20661
20662 - type: "plot"
20663   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20664   algorithm: "plot_latency_error_bars"
20665   output-file-type: ".html"
20666   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20667   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20668   filter: "'NIC_Intel-X710' and
20669            '64B' and
20670            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20671            'NDRPDR' and
20672            '4T2C' and
20673            'IP4FWD' and
20674            not 'IPSEC' and
20675            not 'DOT1Q' and
20676            not 'VHOST'"
20677   parameters:
20678   - "latency"
20679   - "parent"
20680   - "tags"
20681   sort:
20682   - "IP4BASE"
20683   - "ACL_STATELESS"
20684   - "ACL_STATEFUL"
20685   - "ACL_STATELESS"
20686   - "ACL_STATEFUL"
20687   layout:
20688     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
20689     layout: "plot-latency"
20690
20691 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
20692 - type: "plot"
20693   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20694   algorithm: "plot_latency_error_bars"
20695   output-file-type: ".html"
20696   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20697   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20698   filter: "'NIC_Intel-XXV710' and
20699            '64B' and
20700            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20701            'NDRPDR' and
20702            '2T1C' and
20703            'IP4FWD' and
20704            not 'IPSEC' and
20705            not 'DOT1Q' and
20706            not 'VHOST'"
20707   parameters:
20708   - "latency"
20709   - "parent"
20710   - "tags"
20711   sort:
20712   - "IP4BASE"
20713   - "FIB_20K"
20714   - "FIB_200K"
20715   - "FIB_2M"
20716   layout:
20717     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20718     layout: "plot-latency"
20719
20720 - type: "plot"
20721   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20722   algorithm: "plot_latency_error_bars"
20723   output-file-type: ".html"
20724   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20725   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20726   filter: "'NIC_Intel-XXV710' and
20727            '64B' and
20728            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20729            'NDRPDR' and
20730            '4T2C' and
20731            'IP4FWD' and
20732            not 'IPSEC' and
20733            not 'DOT1Q' and
20734            not 'VHOST'"
20735   parameters:
20736   - "latency"
20737   - "parent"
20738   - "tags"
20739   sort:
20740   - "IP4BASE"
20741   - "FIB_20K"
20742   - "FIB_200K"
20743   - "FIB_2M"
20744   layout:
20745     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20746     layout: "plot-latency"
20747
20748 ################################################################################
20749
20750 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
20751 - type: "plot"
20752   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20753   algorithm: "plot_latency_error_bars"
20754   output-file-type: ".html"
20755   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20756   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20757   filter: "'NIC_Intel-X520-DA2' and
20758            '64B' and
20759            'ENCAP' and
20760            'NDRPDR' and
20761            '1T1C' and
20762            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20763            not 'DOT1Q' and
20764            not 'VHOST' and
20765            not 'IPSECHW'"
20766   parameters:
20767   - "latency"
20768   - "parent"
20769   - "tags"
20770   sort:
20771   - "IP4BASE"
20772   - "L2BDMACLRN"
20773   - "L2XCFWD"
20774   - "LISP"
20775   layout:
20776     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20777     layout: "plot-latency"
20778
20779 - type: "plot"
20780   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20781   algorithm: "plot_latency_error_bars"
20782   output-file-type: ".html"
20783   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20784   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20785   filter: "'NIC_Intel-X520-DA2' and
20786            '64B' and
20787            'ENCAP' and
20788            'NDRPDR' and
20789            '2T2C' and
20790            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20791            not 'DOT1Q' and
20792            not 'VHOST' and
20793            not 'IPSECHW'"
20794   parameters:
20795   - "latency"
20796   - "parent"
20797   - "tags"
20798   sort:
20799   - "IP4BASE"
20800   - "L2BDMACLRN"
20801   - "L2XCFWD"
20802   - "LISP"
20803   layout:
20804     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20805     layout: "plot-latency"
20806
20807 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
20808 - type: "plot"
20809   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20810   algorithm: "plot_latency_error_bars"
20811   output-file-type: ".html"
20812   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20813   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20814   filter: "'NIC_Intel-X710' and
20815            '64B' and
20816            'ENCAP' and
20817            'NDRPDR' and
20818            '1T1C' and
20819            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20820            not 'VHOST' and
20821            not 'IPSECHW'"
20822   parameters:
20823   - "latency"
20824   - "parent"
20825   - "tags"
20826   sort:
20827   - "IP4BASE"
20828   - "LISP"
20829   - "VXLAN_1"
20830   - "VXLAN_10"
20831   - "VXLAN_100"
20832   - "VXLAN_1000"
20833   layout:
20834     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20835     layout: "plot-latency"
20836
20837 - type: "plot"
20838   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20839   algorithm: "plot_latency_error_bars"
20840   output-file-type: ".html"
20841   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20842   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20843   filter: "'NIC_Intel-X710' and
20844            '64B' and
20845            'ENCAP' and
20846            'NDRPDR' and
20847            '2T2C' and
20848            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20849            not 'VHOST' and
20850            not 'IPSECHW'"
20851   parameters:
20852   - "latency"
20853   - "parent"
20854   - "tags"
20855   sort:
20856   - "IP4BASE"
20857   - "LISP"
20858   - "VXLAN_1"
20859   - "VXLAN_10"
20860   - "VXLAN_100"
20861   - "VXLAN_1000"
20862   layout:
20863     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20864     layout: "plot-latency"
20865
20866 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
20867 - type: "plot"
20868   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20869   algorithm: "plot_latency_error_bars"
20870   output-file-type: ".html"
20871   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20872   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20873   filter: "'NIC_Intel-X710' and
20874            '64B' and
20875            'ENCAP' and
20876            'NDRPDR' and
20877            '1T1C' and
20878            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20879            not 'DOT1Q' and
20880            not 'VHOST' and
20881            not 'IPSECHW'"
20882   parameters:
20883   - "latency"
20884   - "parent"
20885   - "tags"
20886   sort:
20887   - "IP4BASE"
20888   - "L2BDMACLRN"
20889   - "L2XCFWD"
20890   - "LISP"
20891   layout:
20892     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
20893     layout: "plot-latency"
20894
20895 - type: "plot"
20896   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20897   algorithm: "plot_latency_error_bars"
20898   output-file-type: ".html"
20899   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20900   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20901   filter: "'NIC_Intel-X710' and
20902            '64B' and
20903            'ENCAP' and
20904            'NDRPDR' and
20905            '2T2C' and
20906            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20907            not 'DOT1Q' and
20908            not 'VHOST' and
20909            not 'IPSECHW'"
20910   parameters:
20911   - "latency"
20912   - "parent"
20913   - "tags"
20914   sort:
20915   - "IP4BASE"
20916   - "L2BDMACLRN"
20917   - "L2XCFWD"
20918   - "LISP"
20919   layout:
20920     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
20921     layout: "plot-latency"
20922
20923 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
20924 - type: "plot"
20925   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20926   algorithm: "plot_latency_error_bars"
20927   output-file-type: ".html"
20928   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20929   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20930   filter: "'NIC_Intel-X710' and
20931            '64B' and
20932            'ENCAP' and
20933            'NDRPDR' and
20934            '2T1C' and
20935            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20936            not 'VHOST' and
20937            not 'IPSECHW'"
20938   parameters:
20939   - "latency"
20940   - "parent"
20941   - "tags"
20942   sort:
20943   - "IP4BASE"
20944   - "LISP"
20945   - "VXLAN_1"
20946   - "VXLAN_10"
20947   - "VXLAN_100"
20948   - "VXLAN_1000"
20949   layout:
20950     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20951     layout: "plot-latency"
20952
20953 - type: "plot"
20954   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20955   algorithm: "plot_latency_error_bars"
20956   output-file-type: ".html"
20957   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20958   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20959   filter: "'NIC_Intel-X710' and
20960            '64B' and
20961            'ENCAP' and
20962            'NDRPDR' and
20963            '4T2C' and
20964            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20965            not 'VHOST' and
20966            not 'IPSECHW'"
20967   parameters:
20968   - "latency"
20969   - "parent"
20970   - "tags"
20971   sort:
20972   - "IP4BASE"
20973   - "LISP"
20974   - "VXLAN_1"
20975   - "VXLAN_10"
20976   - "VXLAN_100"
20977   - "VXLAN_1000"
20978   layout:
20979     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20980     layout: "plot-latency"
20981
20982 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
20983 - type: "plot"
20984   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20985   algorithm: "plot_latency_error_bars"
20986   output-file-type: ".html"
20987   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20988   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20989   filter: "'NIC_Intel-X710' and
20990            '64B' and
20991            'ENCAP' and
20992            'NDRPDR' and
20993            '2T1C' and
20994            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20995            not 'DOT1Q' and
20996            not 'VHOST' and
20997            not 'IPSECHW'"
20998   parameters:
20999   - "latency"
21000   - "parent"
21001   - "tags"
21002   sort:
21003   - "IP4BASE"
21004   - "L2BDMACLRN"
21005   - "L2XCFWD"
21006   - "LISP"
21007   layout:
21008     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
21009     layout: "plot-latency"
21010
21011 - type: "plot"
21012   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21013   algorithm: "plot_latency_error_bars"
21014   output-file-type: ".html"
21015   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21016   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21017   filter: "'NIC_Intel-X710' and
21018            '64B' and
21019            'ENCAP' and
21020            'NDRPDR' and
21021            '4T2C' and
21022            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
21023            not 'DOT1Q' and
21024            not 'VHOST' and
21025            not 'IPSECHW'"
21026   parameters:
21027   - "latency"
21028   - "parent"
21029   - "tags"
21030   sort:
21031   - "IP4BASE"
21032   - "L2BDMACLRN"
21033   - "L2XCFWD"
21034   - "LISP"
21035   layout:
21036     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
21037     layout: "plot-latency"
21038
21039 ################################################################################
21040
21041 # Packet Latency - VPP IPv6 3n-hsw-x520
21042 - type: "plot"
21043   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21044   algorithm: "plot_latency_error_bars"
21045   output-file-type: ".html"
21046   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21047   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21048   filter: "'NIC_Intel-X520-DA2' and
21049            '78B' and
21050            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21051            'NDRPDR' and
21052            '1T1C' and
21053            'IP6FWD' and
21054            not 'SRv6' and
21055            not 'IPSEC' and
21056            not 'VHOST'"
21057   parameters:
21058   - "latency"
21059   - "parent"
21060   - "tags"
21061   sort:
21062   - "IP6BASE"
21063   - "FIB_20K"
21064   - "FIB_200K"
21065   - "FIB_2M"
21066   layout:
21067     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
21068     layout: "plot-latency"
21069
21070 - type: "plot"
21071   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21072   algorithm: "plot_latency_error_bars"
21073   output-file-type: ".html"
21074   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21075   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21076   filter: "'NIC_Intel-X520-DA2' and
21077            '78B' and
21078            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21079            'NDRPDR' and
21080            '2T2C' and
21081            'IP6FWD' and
21082            not 'SRv6' and
21083            not 'IPSEC' and
21084            not 'VHOST'"
21085   parameters:
21086   - "latency"
21087   - "parent"
21088   - "tags"
21089   sort:
21090   - "IP6BASE"
21091   - "FIB_20K"
21092   - "FIB_200K"
21093   - "FIB_2M"
21094   layout:
21095     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
21096     layout: "plot-latency"
21097
21098 # Packet Latency - VPP IPv6 3n-hsw-x710
21099 - type: "plot"
21100   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21101   algorithm: "plot_latency_error_bars"
21102   output-file-type: ".html"
21103   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21104   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21105   filter: "'NIC_Intel-X710' and
21106            '78B' and
21107            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21108            'NDRPDR' and
21109            '1T1C' and
21110            'IP6FWD' and
21111            not 'SRv6' and
21112            not 'IPSEC' and
21113            not 'VHOST'"
21114   parameters:
21115   - "latency"
21116   - "parent"
21117   - "tags"
21118   sort:
21119   - "IP6BASE"
21120   - "FIB_20K"
21121   - "FIB_200K"
21122   - "FIB_2M"
21123   layout:
21124     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
21125     layout: "plot-latency"
21126
21127 - type: "plot"
21128   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21129   algorithm: "plot_latency_error_bars"
21130   output-file-type: ".html"
21131   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21132   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21133   filter: "'NIC_Intel-X710' and
21134            '78B' and
21135            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21136            'NDRPDR' and
21137            '2T2C' and
21138            'IP6FWD' and
21139            not 'SRv6' and
21140            not 'IPSEC' and
21141            not 'VHOST'"
21142   parameters:
21143   - "latency"
21144   - "parent"
21145   - "tags"
21146   sort:
21147   - "IP6BASE"
21148   - "FIB_20K"
21149   - "FIB_200K"
21150   - "FIB_2M"
21151   layout:
21152     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21153     layout: "plot-latency"
21154
21155 # Packet Latency - VPP IPv6 3n-hsw-xl710
21156 - type: "plot"
21157   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21158   algorithm: "plot_latency_error_bars"
21159   output-file-type: ".html"
21160   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21161   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21162   filter: "'NIC_Intel-XL710' and
21163            '78B' and
21164            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21165            'NDRPDR' and
21166            '1T1C' and
21167            'IP6FWD' and
21168            not 'SRv6' and
21169            not 'IPSEC' and
21170            not 'VHOST'"
21171   parameters:
21172   - "latency"
21173   - "parent"
21174   - "tags"
21175   sort:
21176   - "IP6BASE"
21177   - "FIB_20K"
21178   - "FIB_200K"
21179   - "FIB_2M"
21180   layout:
21181     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
21182     layout: "plot-latency"
21183
21184 - type: "plot"
21185   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21186   algorithm: "plot_latency_error_bars"
21187   output-file-type: ".html"
21188   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21189   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21190   filter: "'NIC_Intel-XL710' and
21191            '78B' and
21192            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21193            'NDRPDR' and
21194            '2T2C' and
21195            'IP6FWD' and
21196            not 'SRv6' and
21197            not 'IPSEC' and
21198            not 'VHOST'"
21199   parameters:
21200   - "latency"
21201   - "parent"
21202   - "tags"
21203   sort:
21204   - "IP6BASE"
21205   - "FIB_20K"
21206   - "FIB_200K"
21207   - "FIB_2M"
21208   layout:
21209     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
21210     layout: "plot-latency"
21211
21212 # Packet Latency - VPP IPv6 3n-skx-x710
21213 - type: "plot"
21214   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21215   algorithm: "plot_latency_error_bars"
21216   output-file-type: ".html"
21217   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21219   filter: "'NIC_Intel-X710' and
21220            '78B' and
21221            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21222            'NDRPDR' and
21223            '2T1C' and
21224            'IP6FWD' and
21225            not 'SRv6' and
21226            not 'IPSEC' and
21227            not 'VHOST'"
21228   parameters:
21229   - "latency"
21230   - "parent"
21231   - "tags"
21232   sort:
21233   - "IP6BASE"
21234   - "FIB_20K"
21235   - "FIB_200K"
21236   - "FIB_2M"
21237   layout:
21238     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
21239     layout: "plot-latency"
21240
21241 - type: "plot"
21242   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21243   algorithm: "plot_latency_error_bars"
21244   output-file-type: ".html"
21245   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21246   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21247   filter: "'NIC_Intel-X710' and
21248            '78B' and
21249            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21250            'NDRPDR' and
21251            '4T2C' and
21252            'IP6FWD' and
21253            not 'SRv6' and
21254            not 'IPSEC' and
21255            not 'VHOST'"
21256   parameters:
21257   - "latency"
21258   - "parent"
21259   - "tags"
21260   sort:
21261   - "IP6BASE"
21262   - "FIB_20K"
21263   - "FIB_200K"
21264   - "FIB_2M"
21265   layout:
21266     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
21267     layout: "plot-latency"
21268
21269 # Packet Latency - VPP IPv6 3n-skx-xxv710
21270 - type: "plot"
21271   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21272   algorithm: "plot_latency_error_bars"
21273   output-file-type: ".html"
21274   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21275   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21276   filter: "'NIC_Intel-XXV710' and
21277            '78B' and
21278            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21279            'NDRPDR' and
21280            '2T1C' and
21281            'IP6FWD' and
21282            not 'SRv6' and
21283            not 'IPSEC' and
21284            not 'VHOST'"
21285   parameters:
21286   - "latency"
21287   - "parent"
21288   - "tags"
21289   sort:
21290   - "IP6BASE"
21291   - "FIB_20K"
21292   - "FIB_200K"
21293   - "FIB_2M"
21294   layout:
21295     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21296     layout: "plot-latency"
21297
21298 - type: "plot"
21299   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21300   algorithm: "plot_latency_error_bars"
21301   output-file-type: ".html"
21302   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21303   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21304   filter: "'NIC_Intel-XXV710' and
21305            '78B' and
21306            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21307            'NDRPDR' and
21308            '4T2C' and
21309            'IP6FWD' and
21310            not 'SRv6' and
21311            not 'IPSEC' and
21312            not 'VHOST'"
21313   parameters:
21314   - "latency"
21315   - "parent"
21316   - "tags"
21317   sort:
21318   - "IP6BASE"
21319   - "FIB_20K"
21320   - "FIB_200K"
21321   - "FIB_2M"
21322   layout:
21323     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21324     layout: "plot-latency"
21325
21326 # Packet Latency - VPP IPv6 2n-skx-x710
21327 - type: "plot"
21328   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21329   algorithm: "plot_latency_error_bars"
21330   output-file-type: ".html"
21331   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21332   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21333   filter: "'NIC_Intel-X710' and
21334            '78B' and
21335            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21336            'NDRPDR' and
21337            '2T1C' and
21338            'IP6FWD' and
21339            not 'SRv6' and
21340            not 'IPSEC' and
21341            not 'VHOST'"
21342   parameters:
21343   - "latency"
21344   - "parent"
21345   - "tags"
21346   sort:
21347   - "IP6BASE"
21348   - "FIB_20K"
21349   - "FIB_200K"
21350   - "FIB_2M"
21351   layout:
21352     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21353     layout: "plot-latency"
21354
21355 - type: "plot"
21356   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21357   algorithm: "plot_latency_error_bars"
21358   output-file-type: ".html"
21359   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21360   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21361   filter: "'NIC_Intel-X710' and
21362            '78B' and
21363            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21364            'NDRPDR' and
21365            '4T2C' and
21366            'IP6FWD' and
21367            not 'SRv6' and
21368            not 'IPSEC' and
21369            not 'VHOST'"
21370   parameters:
21371   - "latency"
21372   - "parent"
21373   - "tags"
21374   sort:
21375   - "IP6BASE"
21376   - "FIB_20K"
21377   - "FIB_200K"
21378   - "FIB_2M"
21379   layout:
21380     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21381     layout: "plot-latency"
21382
21383 # Packet Latency - VPP IPv6 2n-skx-xxv710
21384 - type: "plot"
21385   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21386   algorithm: "plot_latency_error_bars"
21387   output-file-type: ".html"
21388   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21389   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21390   filter: "'NIC_Intel-XXV710' and
21391            '78B' and
21392            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21393            'NDRPDR' and
21394            '2T1C' and
21395            'IP6FWD' and
21396            not 'SRv6' and
21397            not 'IPSEC' and
21398            not 'VHOST'"
21399   parameters:
21400   - "latency"
21401   - "parent"
21402   - "tags"
21403   sort:
21404   - "IP6BASE"
21405   - "FIB_20K"
21406   - "FIB_200K"
21407   - "FIB_2M"
21408   layout:
21409     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21410     layout: "plot-latency"
21411
21412 - type: "plot"
21413   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21414   algorithm: "plot_latency_error_bars"
21415   output-file-type: ".html"
21416   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21417   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21418   filter: "'NIC_Intel-XXV710' and
21419            '78B' and
21420            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21421            'NDRPDR' and
21422            '4T2C' and
21423            'IP6FWD' and
21424            not 'SRv6' and
21425            not 'IPSEC' and
21426            not 'VHOST'"
21427   parameters:
21428   - "latency"
21429   - "parent"
21430   - "tags"
21431   sort:
21432   - "IP6BASE"
21433   - "FIB_20K"
21434   - "FIB_200K"
21435   - "FIB_2M"
21436   layout:
21437     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21438     layout: "plot-latency"
21439
21440 ################################################################################
21441
21442 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21443 - type: "plot"
21444   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21445   algorithm: "plot_latency_error_bars"
21446   output-file-type: ".html"
21447   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21448   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21449   filter: "'NIC_Intel-X520-DA2' and
21450            '78B' and
21451            'ENCAP' and
21452            'NDRPDR' and
21453            '1T1C' and
21454            'LISP' and
21455            not 'VHOST'"
21456   parameters:
21457   - "latency"
21458   - "parent"
21459   - "tags"
21460   sort:
21461   - "IP4UNRLAY"
21462   - "IP6UNRLAY"
21463   layout:
21464     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
21465     layout: "plot-latency"
21466
21467 - type: "plot"
21468   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21469   algorithm: "plot_latency_error_bars"
21470   output-file-type: ".html"
21471   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21472   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21473   filter: "'NIC_Intel-X520-DA2' and
21474            '78B' and
21475            'ENCAP' and
21476            'NDRPDR' and
21477            '2T2C' and
21478            'LISP' and
21479            not 'VHOST'"
21480   parameters:
21481   - "latency"
21482   - "parent"
21483   - "tags"
21484   sort:
21485   - "IP4UNRLAY"
21486   - "IP6UNRLAY"
21487   layout:
21488     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
21489     layout: "plot-latency"
21490
21491 ################################################################################
21492
21493 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21494 - type: "plot"
21495   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21496   algorithm: "plot_latency_error_bars"
21497   output-file-type: ".html"
21498   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21499   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21500   filter: "'NIC_Intel-XL710' and
21501            '64B' and
21502            'IP4FWD' and
21503            'NDRPDR' and
21504            'BASE' and
21505            '1T1C' and
21506            'IPSECHW' and
21507            not 'VHOST'"
21508   parameters:
21509   - "latency"
21510   - "parent"
21511   - "tags"
21512   layout:
21513     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21514     layout: "plot-latency"
21515
21516 - type: "plot"
21517   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21518   algorithm: "plot_latency_error_bars"
21519   output-file-type: ".html"
21520   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21521   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21522   filter: "'NIC_Intel-XL710' and
21523            '64B' and
21524            'IP4FWD' and
21525            'NDRPDR' and
21526            'BASE' and
21527            '2T2C' and
21528            'IPSECHW' and
21529            not 'VHOST'"
21530   parameters:
21531   - "latency"
21532   - "parent"
21533   - "tags"
21534   layout:
21535     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21536     layout: "plot-latency"
21537
21538 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21539 - type: "plot"
21540   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21541   algorithm: "plot_latency_error_bars"
21542   output-file-type: ".html"
21543   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21544   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21545   filter: "'NIC_Intel-XL710' and
21546            '64B' and
21547            'IP4FWD' and
21548            'NDRPDR' and
21549            'SCALE' and
21550            '1T1C' and
21551            'IPSECHW' and
21552            not 'VHOST'"
21553   parameters:
21554   - "latency"
21555   - "parent"
21556   - "tags"
21557   layout:
21558     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
21559     layout: "plot-latency"
21560
21561 - type: "plot"
21562   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21563   algorithm: "plot_latency_error_bars"
21564   output-file-type: ".html"
21565   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21566   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21567   filter: "'NIC_Intel-XL710' and
21568            '64B' and
21569            'IP4FWD' and
21570            'NDRPDR' and
21571            'SCALE' and
21572            '2T2C' and
21573            'IPSECHW' and
21574            not 'VHOST'"
21575   parameters:
21576   - "latency"
21577   - "parent"
21578   - "tags"
21579   layout:
21580     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
21581     layout: "plot-latency"
21582
21583 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
21584 - type: "plot"
21585   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21586   algorithm: "plot_latency_error_bars"
21587   output-file-type: ".html"
21588   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21589   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21590   filter: "'NIC_Intel-XL710' and
21591            '64B' and
21592            'IP4FWD' and
21593            'NDRPDR' and
21594            '1T1C' and
21595            'IPSECSW' and
21596            not 'VHOST'"
21597   parameters:
21598   - "latency"
21599   - "parent"
21600   - "tags"
21601   layout:
21602     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
21603     layout: "plot-latency"
21604
21605 - type: "plot"
21606   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21607   algorithm: "plot_latency_error_bars"
21608   output-file-type: ".html"
21609   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21610   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21611   filter: "'NIC_Intel-XL710' and
21612            '64B' and
21613            'IP4FWD' and
21614            'NDRPDR' and
21615            '2T2C' and
21616            'IPSECSW' and
21617            not 'VHOST'"
21618   parameters:
21619   - "latency"
21620   - "parent"
21621   - "tags"
21622   layout:
21623     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
21624     layout: "plot-latency"
21625
21626 ################################################################################
21627
21628 # Packet Latency - VPP SRv6 3n-hsw-x520
21629 - type: "plot"
21630   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21631   algorithm: "plot_latency_error_bars"
21632   output-file-type: ".html"
21633   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21634   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21635   filter: "'NIC_Intel-X520-DA2' and
21636            '78B' and
21637            'FEATURE' and
21638            'NDRPDR' and
21639            '1T1C' and
21640            'IP6FWD' and
21641            'SRv6'"
21642   parameters:
21643   - "latency"
21644   - "parent"
21645   - "tags"
21646   layout:
21647     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
21648     layout: "plot-latency"
21649
21650 - type: "plot"
21651   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21652   algorithm: "plot_latency_error_bars"
21653   output-file-type: ".html"
21654   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21655   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21656   filter: "'NIC_Intel-X520-DA2' and
21657            '78B' and
21658            'FEATURE' and
21659            'NDRPDR' and
21660            '2T2C' and
21661            'IP6FWD' and
21662            'SRv6'"
21663   parameters:
21664   - "latency"
21665   - "parent"
21666   - "tags"
21667   layout:
21668     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
21669     layout: "plot-latency"
21670
21671 ################################################################################
21672
21673 # Packet Latency - VPP vhost ip4 3n-hsw-x520
21674 - type: "plot"
21675   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21676   algorithm: "plot_latency_error_bars"
21677   output-file-type: ".html"
21678   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21679   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21680   filter: "'NIC_Intel-X520-DA2' and
21681            '64B' and
21682            'NDRPDR' and
21683            'ETH' and
21684            'IP4FWD' and
21685            '1T1C' and
21686            'VHOST_1024' and
21687            not 'VXLAN' and
21688            not 'DOT1Q'"
21689   parameters:
21690   - "latency"
21691   - "parent"
21692   - "tags"
21693   sort:
21694   - "not CFS_OPT"
21695   - "1VM"
21696   - "2VM"
21697   layout:
21698     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21699     layout: "plot-latency"
21700
21701 - type: "plot"
21702   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21703   algorithm: "plot_latency_error_bars"
21704   output-file-type: ".html"
21705   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21706   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21707   filter: "'NIC_Intel-X520-DA2' and
21708            '64B' and
21709            'NDRPDR' and
21710            'ETH' and
21711            'IP4FWD' and
21712            '2T2C' and
21713            'VHOST_1024' and
21714            not 'VXLAN' and
21715            not 'DOT1Q'"
21716   parameters:
21717   - "latency"
21718   - "parent"
21719   - "tags"
21720   sort:
21721   - "not CFS_OPT"
21722   - "1VM"
21723   - "2VM"
21724   layout:
21725     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21726     layout: "plot-latency"
21727
21728 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
21729 - type: "plot"
21730   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21731   algorithm: "plot_latency_error_bars"
21732   output-file-type: ".html"
21733   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21734   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21735   filter: "'NIC_Intel-X520-DA2' and
21736            '64B' and
21737            'NDRPDR' and
21738            ('ETH' or 'DOT1Q') and
21739            'BASE' and
21740            '1T1C' and
21741            ('L2BDMACLRN' or 'L2XCFWD') and
21742            'VHOST_1024' and
21743            not 'VXLAN' and
21744            not 'IP4FWD' and
21745            not '2VM'"
21746   parameters:
21747   - "latency"
21748   - "parent"
21749   - "tags"
21750   sort:
21751   - "L2BDMACLRN"
21752   - "L2BDMACLRN"
21753   - "L2BDMACLRN"
21754   - "L2XCFWD"
21755   - "L2XCFWD"
21756   - "L2XCFWD"
21757   layout:
21758     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
21759     layout: "plot-latency"
21760
21761 - type: "plot"
21762   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21763   algorithm: "plot_latency_error_bars"
21764   output-file-type: ".html"
21765   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21766   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21767   filter: "'NIC_Intel-X520-DA2' and
21768            '64B' and
21769            'NDRPDR' and
21770            ('ETH' or 'DOT1Q') and
21771            'BASE' and
21772            '2T2C' and
21773            ('L2BDMACLRN' or 'L2XCFWD') and
21774            'VHOST_1024' and
21775            not 'VXLAN' and
21776            not 'IP4FWD' and
21777            not '2VM'"
21778   parameters:
21779   - "latency"
21780   - "parent"
21781   - "tags"
21782   sort:
21783   - "L2BDMACLRN"
21784   - "L2BDMACLRN"
21785   - "L2BDMACLRN"
21786   - "L2XCFWD"
21787   - "L2XCFWD"
21788   - "L2XCFWD"
21789   layout:
21790     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
21791     layout: "plot-latency"
21792
21793 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
21794 - type: "plot"
21795   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21796   algorithm: "plot_latency_error_bars"
21797   output-file-type: ".html"
21798   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21799   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21800   filter: "'NIC_Intel-X520-DA2' and
21801            '64B' and
21802            'NDRPDR' and
21803            ('ETH' or 'DOT1Q') and
21804            '1T1C' and
21805            ('L2BDMACLRN' or 'L2XCFWD') and
21806            'VHOST_1024' and
21807            not 'CFS_OPT' and
21808            not 'DOT1Q' and
21809            not 'VXLAN' and
21810            not 'IP4FWD' and
21811            not 'LBOND'"
21812   parameters:
21813   - "latency"
21814   - "parent"
21815   - "tags"
21816 #  sort:
21817 #  - "1VM"
21818 #  - "L2XCFWD"
21819 #  - "1VM"
21820 #  - "L2BDMACLRN"
21821   layout:
21822     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
21823     layout: "plot-latency"
21824
21825 - type: "plot"
21826   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21827   algorithm: "plot_latency_error_bars"
21828   output-file-type: ".html"
21829   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21830   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21831   filter: "'NIC_Intel-X520-DA2' and
21832            '64B' and
21833            'NDRPDR' and
21834            ('ETH' or 'DOT1Q') and
21835            '2T2C' and
21836            ('L2BDMACLRN' or 'L2XCFWD') and
21837            'VHOST_1024' and
21838            not 'CFS_OPT' and
21839            not 'DOT1Q' and
21840            not 'VXLAN' and
21841            not 'IP4FWD' and
21842            not 'LBOND'"
21843   parameters:
21844   - "latency"
21845   - "parent"
21846   - "tags"
21847 #  sort:
21848 #  - "1VM"
21849 #  - "L2XCFWD"
21850 #  - "1VM"
21851 #  - "L2BDMACLRN"
21852   layout:
21853     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
21854     layout: "plot-latency"
21855
21856 # Packet Latency - VPP vhost ip4 3n-hsw-x710
21857 - type: "plot"
21858   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21859   algorithm: "plot_latency_error_bars"
21860   output-file-type: ".html"
21861   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21862   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21863   filter: "'NIC_Intel-X710' and
21864            '64B' and
21865            'NDRPDR' and
21866            'ETH' and
21867            'IP4FWD' and
21868            '1T1C' and
21869            'VHOST_1024' and
21870            not 'VXLAN' and
21871            not 'CFS_OPT' and
21872            not 'DOT1Q'"
21873   parameters:
21874   - "latency"
21875   - "parent"
21876   - "tags"
21877   sort:
21878   - "1VM"
21879   - "2VM"
21880   layout:
21881     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21882     layout: "plot-latency"
21883
21884 - type: "plot"
21885   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21886   algorithm: "plot_latency_error_bars"
21887   output-file-type: ".html"
21888   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21889   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21890   filter: "'NIC_Intel-X710' and
21891            '64B' and
21892            'NDRPDR' and
21893            'ETH' and
21894            'IP4FWD' and
21895            '2T2C' and
21896            'VHOST_1024' and
21897            not 'VXLAN' and
21898            not 'CFS_OPT' and
21899            not 'DOT1Q'"
21900   parameters:
21901   - "latency"
21902   - "parent"
21903   - "tags"
21904   sort:
21905   - "1VM"
21906   - "2VM"
21907   layout:
21908     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21909     layout: "plot-latency"
21910
21911 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
21912 - type: "plot"
21913   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21914   algorithm: "plot_latency_error_bars"
21915   output-file-type: ".html"
21916   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21917   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21918   filter: "'NIC_Intel-X710' and
21919            '64B' and
21920            'NDRPDR' and
21921            ('ETH' or 'DOT1Q') and
21922            'BASE' and
21923            '1T1C' and
21924            ('L2BDMACLRN' or 'L2XCFWD') and
21925            'VHOST_1024' and
21926            not 'VXLAN' and
21927            not 'IP4FWD' and
21928            not '2VM'"
21929   parameters:
21930   - "latency"
21931   - "parent"
21932   - "tags"
21933   sort:
21934   - "L2BDMACLRN"
21935   - "L2BDMACLRN"
21936   - "L2BDMACLRN"
21937   - "L2XCFWD"
21938   - "L2XCFWD"
21939   - "L2XCFWD"
21940   layout:
21941     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21942     layout: "plot-latency"
21943
21944 - type: "plot"
21945   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21946   algorithm: "plot_latency_error_bars"
21947   output-file-type: ".html"
21948   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21949   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21950   filter: "'NIC_Intel-X710' and
21951            '64B' and
21952            'NDRPDR' and
21953            ('ETH' or 'DOT1Q') and
21954            'BASE' and
21955            '2T2C' and
21956            ('L2BDMACLRN' or 'L2XCFWD') and
21957            'VHOST_1024' and
21958            not 'VXLAN' and
21959            not 'IP4FWD' and
21960            not '2VM'"
21961   parameters:
21962   - "latency"
21963   - "parent"
21964   - "tags"
21965   sort:
21966   - "L2BDMACLRN"
21967   - "L2BDMACLRN"
21968   - "L2BDMACLRN"
21969   - "L2XCFWD"
21970   - "L2XCFWD"
21971   - "L2XCFWD"
21972   layout:
21973     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21974     layout: "plot-latency"
21975
21976 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
21977 - type: "plot"
21978   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21979   algorithm: "plot_latency_error_bars"
21980   output-file-type: ".html"
21981   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21982   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21983   filter: "'NIC_Intel-X710' and
21984            '64B' and
21985            'NDRPDR' and
21986            ('ETH' or 'DOT1Q') and
21987            '1T1C' and
21988            ('L2BDMACLRN' or 'L2XCFWD') and
21989            'VHOST_1024' and
21990            not 'CFS_OPT' and
21991            not 'VXLAN' and
21992            not 'IP4FWD' and
21993            not 'LBOND'"
21994   parameters:
21995   - "latency"
21996   - "parent"
21997   - "tags"
21998   sort:
21999   - "L2BDMACLRN"
22000   - "L2BDMACLRN"
22001   - "L2BDMACLRN"
22002   - "L2XCFWD"
22003   - "L2XCFWD"
22004   - "L2XCFWD"
22005   layout:
22006     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
22007     layout: "plot-latency"
22008
22009 - type: "plot"
22010   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
22011   algorithm: "plot_latency_error_bars"
22012   output-file-type: ".html"
22013   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
22014   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22015   filter: "'NIC_Intel-X710' and
22016            '64B' and
22017            'NDRPDR' and
22018            ('ETH' or 'DOT1Q') and
22019            '2T2C' and
22020            ('L2BDMACLRN' or 'L2XCFWD') and
22021            'VHOST_1024' and
22022            not 'CFS_OPT' and
22023            not 'VXLAN' and
22024            not 'IP4FWD' and
22025            not 'LBOND'"
22026   parameters:
22027   - "latency"
22028   - "parent"
22029   - "tags"
22030   sort:
22031   - "L2BDMACLRN"
22032   - "L2BDMACLRN"
22033   - "L2BDMACLRN"
22034   - "L2XCFWD"
22035   - "L2XCFWD"
22036   - "L2XCFWD"
22037   layout:
22038     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
22039     layout: "plot-latency"
22040
22041 # Packet Latency - VPP vhost ip4 3n-skx-x710
22042 - type: "plot"
22043   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22044   algorithm: "plot_latency_error_bars"
22045   output-file-type: ".html"
22046   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22047   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22048   filter: "'NIC_Intel-X710' and
22049            '64B' and
22050            'NDRPDR' and
22051            'ETH' and
22052            'IP4FWD' and
22053            '2T1C' and
22054            'VHOST_1024' and
22055            not 'VXLAN' and
22056            not 'DOT1Q'"
22057   parameters:
22058   - "latency"
22059   - "parent"
22060   - "tags"
22061   sort:
22062   - "1VM"
22063   - "2VM"
22064   layout:
22065     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22066     layout: "plot-latency"
22067
22068 - type: "plot"
22069   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22070   algorithm: "plot_latency_error_bars"
22071   output-file-type: ".html"
22072   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22073   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22074   filter: "'NIC_Intel-X710' and
22075            '64B' and
22076            'NDRPDR' and
22077            'ETH' and
22078            'IP4FWD' and
22079            '4T2C' and
22080            'VHOST_1024' and
22081            not 'VXLAN' and
22082            not 'DOT1Q'"
22083   parameters:
22084   - "latency"
22085   - "parent"
22086   - "tags"
22087   sort:
22088   - "1VM"
22089   - "2VM"
22090   layout:
22091     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22092     layout: "plot-latency"
22093
22094 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
22095 - type: "plot"
22096   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22097   algorithm: "plot_latency_error_bars"
22098   output-file-type: ".html"
22099   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22100   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22101   filter: "'NIC_Intel-X710' and
22102            '64B' and
22103            'NDRPDR' and
22104            ('ETH' or 'DOT1Q') and
22105            'BASE' and
22106            '2T1C' and
22107            ('L2BDMACLRN' or 'L2XCFWD') and
22108            'VHOST_1024' and
22109            not 'VXLAN' and
22110            not 'IP4FWD' and
22111            not '2VM'"
22112   parameters:
22113   - "latency"
22114   - "parent"
22115   - "tags"
22116   sort:
22117   - "L2BDMACLRN"
22118   - "L2BDMACLRN"
22119   - "L2BDMACLRN"
22120   - "L2XCFWD"
22121   - "L2XCFWD"
22122   - "L2XCFWD"
22123   layout:
22124     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
22125     layout: "plot-latency"
22126
22127 - type: "plot"
22128   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22129   algorithm: "plot_latency_error_bars"
22130   output-file-type: ".html"
22131   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22132   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22133   filter: "'NIC_Intel-X710' and
22134            '64B' and
22135            'NDRPDR' and
22136            ('ETH' or 'DOT1Q') and
22137            'BASE' and
22138            '4T2C' and
22139            ('L2BDMACLRN' or 'L2XCFWD') and
22140            'VHOST_1024' and
22141            not 'VXLAN' and
22142            not 'IP4FWD' and
22143            not '2VM'"
22144   parameters:
22145   - "latency"
22146   - "parent"
22147   - "tags"
22148   sort:
22149   - "L2BDMACLRN"
22150   - "L2BDMACLRN"
22151   - "L2BDMACLRN"
22152   - "L2XCFWD"
22153   - "L2XCFWD"
22154   - "L2XCFWD"
22155   layout:
22156     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
22157     layout: "plot-latency"
22158
22159 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
22160 - type: "plot"
22161   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22162   algorithm: "plot_latency_error_bars"
22163   output-file-type: ".html"
22164   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22165   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22166   filter: "'NIC_Intel-X710' and
22167            '64B' and
22168            'NDRPDR' and
22169            ('ETH' or 'DOT1Q') and
22170            '2T1C' and
22171            ('L2BDMACLRN' or 'L2XCFWD') and
22172            'VHOST_1024' and
22173            not 'CFS_OPT' and
22174            not 'VXLAN' and
22175            not 'IP4FWD' and
22176            not 'LBOND'"
22177   parameters:
22178   - "latency"
22179   - "parent"
22180   - "tags"
22181   sort:
22182   - "L2BDMACLRN"
22183   - "L2BDMACLRN"
22184   - "L2BDMACLRN"
22185   - "L2XCFWD"
22186   - "L2XCFWD"
22187   - "L2XCFWD"
22188   layout:
22189     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
22190     layout: "plot-latency"
22191
22192 - type: "plot"
22193   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22194   algorithm: "plot_latency_error_bars"
22195   output-file-type: ".html"
22196   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22197   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22198   filter: "'NIC_Intel-X710' and
22199            '64B' and
22200            'NDRPDR' and
22201            ('ETH' or 'DOT1Q') and
22202            '4T2C' and
22203            ('L2BDMACLRN' or 'L2XCFWD') and
22204            'VHOST_1024' and
22205            not 'CFS_OPT' and
22206            not 'VXLAN' and
22207            not 'IP4FWD' and
22208            not 'LBOND'"
22209   parameters:
22210   - "latency"
22211   - "parent"
22212   - "tags"
22213   sort:
22214   - "L2BDMACLRN"
22215   - "L2BDMACLRN"
22216   - "L2BDMACLRN"
22217   - "L2XCFWD"
22218   - "L2XCFWD"
22219   - "L2XCFWD"
22220   layout:
22221     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
22222     layout: "plot-latency"
22223
22224 # Packet Latency - VPP vhost ip4 2n-skx-x710
22225 - type: "plot"
22226   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22227   algorithm: "plot_latency_error_bars"
22228   output-file-type: ".html"
22229   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22230   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22231   filter: "'NIC_Intel-X710' and
22232            '64B' and
22233            'NDRPDR' and
22234            'ETH' and
22235            'IP4FWD' and
22236            '2T1C' and
22237            'VHOST_1024' and
22238            not 'VXLAN' and
22239            not 'NF_DENSITY' and
22240            not 'CFS_OPT' and
22241            not 'DOT1Q'"
22242   parameters:
22243   - "latency"
22244   - "parent"
22245   - "tags"
22246   sort:
22247   - "1VM"
22248   - "2VM"
22249   layout:
22250     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22251     layout: "plot-latency"
22252
22253 - type: "plot"
22254   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22255   algorithm: "plot_latency_error_bars"
22256   output-file-type: ".html"
22257   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22258   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22259   filter: "'NIC_Intel-X710' and
22260            '64B' and
22261            'NDRPDR' and
22262            'ETH' and
22263            'IP4FWD' and
22264            '4T2C' and
22265            'VHOST_1024' and
22266            not 'VXLAN' and
22267            not 'NF_DENSITY' and
22268            not 'CFS_OPT' and
22269            not 'DOT1Q'"
22270   parameters:
22271   - "latency"
22272   - "parent"
22273   - "tags"
22274   sort:
22275   - "1VM"
22276   - "2VM"
22277   layout:
22278     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22279     layout: "plot-latency"
22280
22281 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
22282 - type: "plot"
22283   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22284   algorithm: "plot_latency_error_bars"
22285   output-file-type: ".html"
22286   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22287   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22288   filter: "'NIC_Intel-X710' and
22289            '64B' and
22290            'NDRPDR' and
22291            ('ETH' or 'DOT1Q') and
22292            'BASE' and
22293            '2T1C' and
22294            ('L2BDMACLRN' or 'L2XCFWD') and
22295            'VHOST_1024' and
22296            not 'VXLAN' and
22297            not 'NF_DENSITY' and
22298            not 'IP4FWD' and
22299            not '2VM'"
22300   parameters:
22301   - "latency"
22302   - "parent"
22303   - "tags"
22304 #  sort:
22305 #  - "not CFS_OPT"
22306 #  - "L2XCFWD"
22307 #  - "not CFS_OPT"
22308 #  - "CFS_OPT"
22309   layout:
22310     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
22311     layout: "plot-latency"
22312
22313 - type: "plot"
22314   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22315   algorithm: "plot_latency_error_bars"
22316   output-file-type: ".html"
22317   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22318   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22319   filter: "'NIC_Intel-X710' and
22320            '64B' and
22321            'NDRPDR' and
22322            ('ETH' or 'DOT1Q') and
22323            'BASE' and
22324            '4T2C' and
22325            ('L2BDMACLRN' or 'L2XCFWD') and
22326            'VHOST_1024' and
22327            not 'VXLAN' and
22328            not 'NF_DENSITY' and
22329            not 'IP4FWD' and
22330            not '2VM'"
22331   parameters:
22332   - "latency"
22333   - "parent"
22334   - "tags"
22335 #  sort:
22336 #  - "not CFS_OPT"
22337 #  - "L2XCFWD"
22338 #  - "not CFS_OPT"
22339 #  - "CFS_OPT"
22340   layout:
22341     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
22342     layout: "plot-latency"
22343
22344 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
22345 - type: "plot"
22346   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22347   algorithm: "plot_latency_error_bars"
22348   output-file-type: ".html"
22349   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22350   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22351   filter: "'NIC_Intel-X710' and
22352            '64B' and
22353            'NDRPDR' and
22354            ('ETH' or 'DOT1Q') and
22355            '2T1C' and
22356            ('L2BDMACLRN' or 'L2XCFWD') and
22357            'VHOST_1024' and
22358            not 'CFS_OPT' and
22359            not 'VXLAN' and
22360            not 'NF_DENSITY' and
22361            not 'DOT1Q' and
22362            not 'IP4FWD'"
22363   parameters:
22364   - "latency"
22365   - "parent"
22366   - "tags"
22367 #  sort:
22368 #  - "1VM"
22369 #  - "L2XCFWD"
22370 #  - "1VM"
22371 #  - "L2BDMACLRN"
22372   layout:
22373     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
22374     layout: "plot-latency"
22375
22376 - type: "plot"
22377   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22378   algorithm: "plot_latency_error_bars"
22379   output-file-type: ".html"
22380   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22381   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22382   filter: "'NIC_Intel-X710' and
22383            '64B' and
22384            'NDRPDR' and
22385            ('ETH' or 'DOT1Q') and
22386            '4T2C' and
22387            ('L2BDMACLRN' or 'L2XCFWD') and
22388            'VHOST_1024' and
22389            not 'CFS_OPT' and
22390            not 'VXLAN' and
22391            not 'NF_DENSITY' and
22392            not 'DOT1Q' and
22393            not 'IP4FWD'"
22394   parameters:
22395   - "latency"
22396   - "parent"
22397   - "tags"
22398 #  sort:
22399 #  - "1VM"
22400 #  - "L2XCFWD"
22401 #  - "1VM"
22402 #  - "L2BDMACLRN"
22403   layout:
22404     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
22405     layout: "plot-latency"
22406
22407 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
22408 - type: "plot"
22409   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22410   algorithm: "plot_latency_error_bars"
22411   output-file-type: ".html"
22412   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22413   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22414   filter: "'NIC_Intel-XXV710' and
22415            '64B' and
22416            'NDRPDR' and
22417            'ETH' and
22418            'IP4FWD' and
22419            '2T1C' and
22420            'VHOST_1024' and
22421            not 'VXLAN' and
22422            not 'CFS_OPT' and
22423            not 'DOT1Q'"
22424   parameters:
22425   - "latency"
22426   - "parent"
22427   - "tags"
22428   sort:
22429   - "not CFS_OPT"
22430   - "1VM"
22431   - "2VM"
22432   layout:
22433     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
22434     layout: "plot-latency"
22435
22436 - type: "plot"
22437   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22438   algorithm: "plot_latency_error_bars"
22439   output-file-type: ".html"
22440   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22441   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22442   filter: "'NIC_Intel-XXV710' and
22443            '64B' and
22444            'NDRPDR' and
22445            'ETH' and
22446            'IP4FWD' and
22447            '4T2C' and
22448            'VHOST_1024' and
22449            not 'VXLAN' and
22450            not 'CFS_OPT' and
22451            not 'DOT1Q'"
22452   parameters:
22453   - "latency"
22454   - "parent"
22455   - "tags"
22456   sort:
22457   - "not CFS_OPT"
22458   - "1VM"
22459   - "2VM"
22460   layout:
22461     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
22462     layout: "plot-latency"
22463
22464 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
22465 #- type: "plot"
22466 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22467 #  algorithm: "plot_latency_error_bars"
22468 #  output-file-type: ".html"
22469 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22470 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22471 #  filter: "'NIC_Intel-XXV710' and
22472 #           '64B' and
22473 #           'NDRPDR' and
22474 #           ('ETH' or 'DOT1Q') and
22475 #           'BASE' and
22476 #           '2T1C' and
22477 #           ('L2BDMACLRN' or 'L2XCFWD') and
22478 #           'VHOST_1024' and
22479 #           not 'VXLAN' and
22480 #           not 'IP4FWD' and
22481 #           not '2VM'"
22482 #  parameters:
22483 #  - "latency"
22484 #  - "parent"
22485 #  - "tags"
22486 ##  sort:
22487 ##  - "not CFS_OPT"
22488 ##  - "L2XCFWD"
22489 ##  - "not CFS_OPT"
22490 ##  - "CFS_OPT"
22491 #  layout:
22492 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
22493 #    layout: "plot-latency"
22494 #
22495 #- type: "plot"
22496 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22497 #  algorithm: "plot_latency_error_bars"
22498 #  output-file-type: ".html"
22499 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22500 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22501 #  filter: "'NIC_Intel-XXV710' and
22502 #           '64B' and
22503 #           'NDRPDR' and
22504 #           ('ETH' or 'DOT1Q') and
22505 #           'BASE' and
22506 #           '4T2C' and
22507 #           ('L2BDMACLRN' or 'L2XCFWD') and
22508 #           'VHOST_1024' and
22509 #           not 'VXLAN' and
22510 #           not 'IP4FWD' and
22511 #           not '2VM'"
22512 #  parameters:
22513 #  - "latency"
22514 #  - "parent"
22515 #  - "tags"
22516 ##  sort:
22517 ##  - "not CFS_OPT"
22518 ##  - "L2XCFWD"
22519 ##  - "not CFS_OPT"
22520 ##  - "CFS_OPT"
22521 #  layout:
22522 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
22523 #    layout: "plot-latency"
22524 #
22525 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
22526 #- type: "plot"
22527 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22528 #  algorithm: "plot_latency_error_bars"
22529 #  output-file-type: ".html"
22530 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22531 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22532 #  filter: "'NIC_Intel-XXV710' and
22533 #           '64B' and
22534 #           'NDRPDR' and
22535 #           ('ETH' or 'DOT1Q') and
22536 #           '2T1C' and
22537 #           ('L2BDMACLRN' or 'L2XCFWD') and
22538 #           'VHOST_1024' and
22539 #           not 'CFS_OPT' and
22540 #           not 'VXLAN' and
22541 #           not 'DOT1Q' and
22542 #           not 'IP4FWD'"
22543 #  parameters:
22544 #  - "latency"
22545 #  - "parent"
22546 #  - "tags"
22547 ##  sort:
22548 ##  - "1VM"
22549 ##  - "L2XCFWD"
22550 ##  - "1VM"
22551 ##  - "L2BDMACLRN"
22552 #  layout:
22553 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
22554 #    layout: "plot-latency"
22555 #
22556 #- type: "plot"
22557 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22558 #  algorithm: "plot_latency_error_bars"
22559 #  output-file-type: ".html"
22560 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22561 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22562 #  filter: "'NIC_Intel-XXV710' and
22563 #           '64B' and
22564 #           'NDRPDR' and
22565 #           ('ETH' or 'DOT1Q') and
22566 #           '4T2C' and
22567 #           ('L2BDMACLRN' or 'L2XCFWD') and
22568 #           'VHOST_1024' and
22569 #           not 'CFS_OPT' and
22570 #           not 'VXLAN' and
22571 #           not 'DOT1Q' and
22572 #           not 'IP4FWD'"
22573 #  parameters:
22574 #  - "latency"
22575 #  - "parent"
22576 #  - "tags"
22577 ##  sort:
22578 ##  - "1VM"
22579 ##  - "L2XCFWD"
22580 ##  - "1VM"
22581 ##  - "L2BDMACLRN"
22582 #  layout:
22583 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
22584 #    layout: "plot-latency"
22585
22586 ################################################################################
22587
22588 # Packet Latency - VPP VTS 3n-hsw-x520
22589 - type: "plot"
22590   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22591   algorithm: "plot_latency_error_bars"
22592   output-file-type: ".html"
22593   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22594   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22595   filter: "'NIC_Intel-X520-DA2' and
22596            '114B' and
22597            'NDRPDR' and
22598            '1T1C' and
22599            'VTS'"
22600   parameters:
22601   - "latency"
22602   - "parent"
22603   - "tags"
22604   layout:
22605     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
22606     layout: "plot-latency"
22607
22608 - type: "plot"
22609   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22610   algorithm: "plot_latency_error_bars"
22611   output-file-type: ".html"
22612   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22613   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22614   filter: "'NIC_Intel-X520-DA2' and
22615            '114B' and
22616            'NDRPDR' and
22617            '2T2C' and
22618            'VTS'"
22619   parameters:
22620   - "latency"
22621   - "parent"
22622   - "tags"
22623   layout:
22624     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
22625     layout: "plot-latency"
22626
22627 ################################################################################
22628
22629 # Packet Latency - DPDK l3fwd 3n-hsw-x520
22630 - type: "plot"
22631   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22632   algorithm: "plot_latency_error_bars"
22633   output-file-type: ".html"
22634   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22635   data: "plot-dpdk-throughput-latency-3n-hsw"
22636   filter: "'NIC_Intel-X520-DA2' and
22637            '64B' and
22638            'BASE' and
22639            'NDRPDR' and
22640            '1T1C' and
22641            'IP4FWD'"
22642   parameters:
22643   - "latency"
22644   - "parent"
22645   - "tags"
22646   layout:
22647     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
22648     layout: "plot-latency"
22649
22650 - type: "plot"
22651   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22652   algorithm: "plot_latency_error_bars"
22653   output-file-type: ".html"
22654   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22655   data: "plot-dpdk-throughput-latency-3n-hsw"
22656   filter: "'NIC_Intel-X520-DA2' and
22657            '64B' and
22658            'BASE' and
22659            'NDRPDR' and
22660            '2T2C' and
22661            'IP4FWD'"
22662   parameters:
22663   - "latency"
22664   - "parent"
22665   - "tags"
22666   layout:
22667     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
22668     layout: "plot-latency"
22669
22670 # Packet Latency - DPDK l3fwd 3n-hsw-x710
22671 - type: "plot"
22672   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22673   algorithm: "plot_latency_error_bars"
22674   output-file-type: ".html"
22675   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22676   data: "plot-dpdk-throughput-latency-3n-hsw"
22677   filter: "'NIC_Intel-X710' and
22678            '64B' and
22679            'BASE' and
22680            'NDRPDR' and
22681            '1T1C' and
22682            'IP4FWD'"
22683   parameters:
22684   - "latency"
22685   - "parent"
22686   - "tags"
22687   layout:
22688     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
22689     layout: "plot-latency"
22690
22691 - type: "plot"
22692   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22693   algorithm: "plot_latency_error_bars"
22694   output-file-type: ".html"
22695   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22696   data: "plot-dpdk-throughput-latency-3n-hsw"
22697   filter: "'NIC_Intel-X710' and
22698            '64B' and
22699            'BASE' and
22700            'NDRPDR' and
22701            '2T2C' and
22702            'IP4FWD'"
22703   parameters:
22704   - "latency"
22705   - "parent"
22706   - "tags"
22707   layout:
22708     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
22709     layout: "plot-latency"
22710
22711 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
22712 - type: "plot"
22713   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22714   algorithm: "plot_latency_error_bars"
22715   output-file-type: ".html"
22716   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22717   data: "plot-dpdk-throughput-latency-3n-hsw"
22718   filter: "'NIC_Intel-XL710' and
22719            '64B' and
22720            'BASE' and
22721            'NDRPDR' and
22722            '1T1C' and
22723            'IP4FWD'"
22724   parameters:
22725   - "latency"
22726   - "parent"
22727   - "tags"
22728   layout:
22729     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
22730     layout: "plot-latency"
22731
22732 - type: "plot"
22733   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22734   algorithm: "plot_latency_error_bars"
22735   output-file-type: ".html"
22736   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22737   data: "plot-dpdk-throughput-latency-3n-hsw"
22738   filter: "'NIC_Intel-XL710' and
22739            '64B' and
22740            'BASE' and
22741            'NDRPDR' and
22742            '2T2C' and
22743            'IP4FWD'"
22744   parameters:
22745   - "latency"
22746   - "parent"
22747   - "tags"
22748   layout:
22749     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
22750     layout: "plot-latency"
22751
22752 # Packet Latency - DPDK l3fwd 3n-skx-x710
22753 - type: "plot"
22754   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22755   algorithm: "plot_latency_error_bars"
22756   output-file-type: ".html"
22757   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22758   data: "plot-dpdk-throughput-latency-3n-skx"
22759   filter: "'NIC_Intel-X710' and
22760            '64B' and
22761            'BASE' and
22762            'NDRPDR' and
22763            '2T1C' and
22764            'IP4FWD'"
22765   parameters:
22766   - "latency"
22767   - "parent"
22768   - "tags"
22769   layout:
22770     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
22771     layout: "plot-latency"
22772
22773 - type: "plot"
22774   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22775   algorithm: "plot_latency_error_bars"
22776   output-file-type: ".html"
22777   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22778   data: "plot-dpdk-throughput-latency-3n-skx"
22779   filter: "'NIC_Intel-X710' and
22780            '64B' and
22781            'BASE' and
22782            'NDRPDR' and
22783            '4T2C' and
22784            'IP4FWD'"
22785   parameters:
22786   - "latency"
22787   - "parent"
22788   - "tags"
22789   layout:
22790     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
22791     layout: "plot-latency"
22792
22793 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
22794 - type: "plot"
22795   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22796   algorithm: "plot_latency_error_bars"
22797   output-file-type: ".html"
22798   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22799   data: "plot-dpdk-throughput-latency-3n-skx"
22800   filter: "'NIC_Intel-XXV710' and
22801            '64B' and
22802            'BASE' and
22803            'NDRPDR' and
22804            '2T1C' and
22805            'IP4FWD'"
22806   parameters:
22807   - "latency"
22808   - "parent"
22809   - "tags"
22810   layout:
22811     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
22812     layout: "plot-latency"
22813
22814 - type: "plot"
22815   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22816   algorithm: "plot_latency_error_bars"
22817   output-file-type: ".html"
22818   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22819   data: "plot-dpdk-throughput-latency-3n-skx"
22820   filter: "'NIC_Intel-XXV710' and
22821            '64B' and
22822            'BASE' and
22823            'NDRPDR' and
22824            '4T2C' and
22825            'IP4FWD'"
22826   parameters:
22827   - "latency"
22828   - "parent"
22829   - "tags"
22830   layout:
22831     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
22832     layout: "plot-latency"
22833
22834 # Packet Latency - DPDK l3fwd 2n-skx-x710
22835 - type: "plot"
22836   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22837   algorithm: "plot_latency_error_bars"
22838   output-file-type: ".html"
22839   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22840   data: "plot-dpdk-throughput-latency-2n-skx"
22841   filter: "'NIC_Intel-X710' and
22842            '64B' and
22843            'BASE' and
22844            'NDRPDR' and
22845            '2T1C' and
22846            'IP4FWD'"
22847   parameters:
22848   - "latency"
22849   - "parent"
22850   - "tags"
22851   layout:
22852     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
22853     layout: "plot-latency"
22854
22855 - type: "plot"
22856   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22857   algorithm: "plot_latency_error_bars"
22858   output-file-type: ".html"
22859   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22860   data: "plot-dpdk-throughput-latency-2n-skx"
22861   filter: "'NIC_Intel-X710' and
22862            '64B' and
22863            'BASE' and
22864            'NDRPDR' and
22865            '4T2C' and
22866            'IP4FWD'"
22867   parameters:
22868   - "latency"
22869   - "parent"
22870   - "tags"
22871   layout:
22872     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
22873     layout: "plot-latency"
22874
22875 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
22876 - type: "plot"
22877   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22878   algorithm: "plot_latency_error_bars"
22879   output-file-type: ".html"
22880   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22881   data: "plot-dpdk-throughput-latency-2n-skx"
22882   filter: "'NIC_Intel-XXV710' and
22883            '64B' and
22884            'BASE' and
22885            'NDRPDR' and
22886            '2T1C' and
22887            'IP4FWD'"
22888   parameters:
22889   - "latency"
22890   - "parent"
22891   - "tags"
22892   layout:
22893     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
22894     layout: "plot-latency"
22895
22896 - type: "plot"
22897   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22898   algorithm: "plot_latency_error_bars"
22899   output-file-type: ".html"
22900   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22901   data: "plot-dpdk-throughput-latency-2n-skx"
22902   filter: "'NIC_Intel-XXV710' and
22903            '64B' and
22904            'BASE' and
22905            'NDRPDR' and
22906            '4T2C' and
22907            'IP4FWD'"
22908   parameters:
22909   - "latency"
22910   - "parent"
22911   - "tags"
22912   layout:
22913     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
22914     layout: "plot-latency"
22915
22916 ################################################################################
22917
22918 # Packet Latency - DPDK testpmd 3n-hsw-x520
22919 - type: "plot"
22920   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22921   algorithm: "plot_latency_error_bars"
22922   output-file-type: ".html"
22923   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22924   data: "plot-dpdk-throughput-latency-3n-hsw"
22925   filter: "'NIC_Intel-X520-DA2' and
22926            '64B' and
22927            'BASE' and
22928            'NDRPDR' and
22929            '1T1C' and
22930            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22931   parameters:
22932   - "latency"
22933   - "parent"
22934   - "tags"
22935   layout:
22936     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
22937     layout: "plot-latency"
22938
22939 - type: "plot"
22940   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22941   algorithm: "plot_latency_error_bars"
22942   output-file-type: ".html"
22943   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22944   data: "plot-dpdk-throughput-latency-3n-hsw"
22945   filter: "'NIC_Intel-X520-DA2' and
22946            '64B' and
22947            'BASE' and
22948            'NDRPDR' and
22949            '2T2C' and
22950            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22951   parameters:
22952   - "latency"
22953   - "parent"
22954   - "tags"
22955   layout:
22956     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
22957     layout: "plot-latency"
22958
22959 # Packet Latency - DPDK testpmd 3n-hsw-x710
22960 - type: "plot"
22961   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22962   algorithm: "plot_latency_error_bars"
22963   output-file-type: ".html"
22964   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22965   data: "plot-dpdk-throughput-latency-3n-hsw"
22966   filter: "'NIC_Intel-X710' and
22967            '64B' and
22968            'BASE' and
22969            'NDRPDR' and
22970            '1T1C' and
22971            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22972   parameters:
22973   - "latency"
22974   - "parent"
22975   - "tags"
22976   layout:
22977     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
22978     layout: "plot-latency"
22979
22980 - type: "plot"
22981   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22982   algorithm: "plot_latency_error_bars"
22983   output-file-type: ".html"
22984   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22985   data: "plot-dpdk-throughput-latency-3n-hsw"
22986   filter: "'NIC_Intel-X710' and
22987            '64B' and
22988            'BASE' and
22989            'NDRPDR' and
22990            '2T2C' and
22991            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22992   parameters:
22993   - "latency"
22994   - "parent"
22995   - "tags"
22996   layout:
22997     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
22998     layout: "plot-latency"
22999
23000 # Packet Latency - DPDK testpmd 3n-hsw-xl710
23001 - type: "plot"
23002   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23003   algorithm: "plot_latency_error_bars"
23004   output-file-type: ".html"
23005   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23006   data: "plot-dpdk-throughput-latency-3n-hsw"
23007   filter: "'NIC_Intel-XL710' and
23008            '64B' and
23009            'BASE' and
23010            'NDRPDR' and
23011            '1T1C' and
23012            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23013   parameters:
23014   - "latency"
23015   - "parent"
23016   - "tags"
23017   layout:
23018     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
23019     layout: "plot-latency"
23020
23021 - type: "plot"
23022   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23023   algorithm: "plot_latency_error_bars"
23024   output-file-type: ".html"
23025   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23026   data: "plot-dpdk-throughput-latency-3n-hsw"
23027   filter: "'NIC_Intel-XL710' and
23028            '64B' and
23029            'BASE' and
23030            'NDRPDR' and
23031            '2T2C' and
23032            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23033   parameters:
23034   - "latency"
23035   - "parent"
23036   - "tags"
23037   layout:
23038     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
23039     layout: "plot-latency"
23040
23041 # Packet Latency - DPDK testpmd 3n-skx-x710
23042 - type: "plot"
23043   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23044   algorithm: "plot_latency_error_bars"
23045   output-file-type: ".html"
23046   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23047   data: "plot-dpdk-throughput-latency-3n-skx"
23048   filter: "'NIC_Intel-X710' and
23049            '64B' and
23050            'BASE' and
23051            'NDRPDR' and
23052            '2T1C' and
23053            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23054   parameters:
23055   - "latency"
23056   - "parent"
23057   - "tags"
23058   layout:
23059     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
23060     layout: "plot-latency"
23061
23062 - type: "plot"
23063   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23064   algorithm: "plot_latency_error_bars"
23065   output-file-type: ".html"
23066   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23067   data: "plot-dpdk-throughput-latency-3n-skx"
23068   filter: "'NIC_Intel-X710' and
23069            '64B' and
23070            'BASE' and
23071            'NDRPDR' and
23072            '4T2C' and
23073            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23074   parameters:
23075   - "latency"
23076   - "parent"
23077   - "tags"
23078   layout:
23079     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
23080     layout: "plot-latency"
23081
23082 # Packet Latency - DPDK testpmd 3n-skx-xxv710
23083 - type: "plot"
23084   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23085   algorithm: "plot_latency_error_bars"
23086   output-file-type: ".html"
23087   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23088   data: "plot-dpdk-throughput-latency-3n-skx"
23089   filter: "'NIC_Intel-XXV710' and
23090            '64B' and
23091            'BASE' and
23092            'NDRPDR' and
23093            '2T1C' and
23094            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23095   parameters:
23096   - "latency"
23097   - "parent"
23098   - "tags"
23099   layout:
23100     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
23101     layout: "plot-latency"
23102
23103 - type: "plot"
23104   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23105   algorithm: "plot_latency_error_bars"
23106   output-file-type: ".html"
23107   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23108   data: "plot-dpdk-throughput-latency-3n-skx"
23109   filter: "'NIC_Intel-XXV710' and
23110            '64B' and
23111            'BASE' and
23112            'NDRPDR' and
23113            '4T2C' and
23114            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23115   parameters:
23116   - "latency"
23117   - "parent"
23118   - "tags"
23119   layout:
23120     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
23121     layout: "plot-latency"
23122
23123 # Packet Latency - DPDK testpmd 2n-skx-x710
23124 - type: "plot"
23125   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23126   algorithm: "plot_latency_error_bars"
23127   output-file-type: ".html"
23128   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23129   data: "plot-dpdk-throughput-latency-2n-skx"
23130   filter: "'NIC_Intel-X710' and
23131            '64B' and
23132            'BASE' and
23133            'NDRPDR' and
23134            '2T1C' and
23135            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23136   parameters:
23137   - "latency"
23138   - "parent"
23139   - "tags"
23140   layout:
23141     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
23142     layout: "plot-latency"
23143
23144 - type: "plot"
23145   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23146   algorithm: "plot_latency_error_bars"
23147   output-file-type: ".html"
23148   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23149   data: "plot-dpdk-throughput-latency-2n-skx"
23150   filter: "'NIC_Intel-X710' and
23151            '64B' and
23152            'BASE' and
23153            'NDRPDR' and
23154            '4T2C' and
23155            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23156   parameters:
23157   - "latency"
23158   - "parent"
23159   - "tags"
23160   layout:
23161     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
23162     layout: "plot-latency"
23163
23164 # Packet Latency - DPDK testpmd 2n-skx-xxv710
23165 - type: "plot"
23166   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23167   algorithm: "plot_latency_error_bars"
23168   output-file-type: ".html"
23169   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23170   data: "plot-dpdk-throughput-latency-2n-skx"
23171   filter: "'NIC_Intel-XXV710' and
23172            '64B' and
23173            'BASE' and
23174            'NDRPDR' and
23175            '2T1C' and
23176            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23177   parameters:
23178   - "latency"
23179   - "parent"
23180   - "tags"
23181   layout:
23182     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
23183     layout: "plot-latency"
23184
23185 - type: "plot"
23186   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23187   algorithm: "plot_latency_error_bars"
23188   output-file-type: ".html"
23189   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23190   data: "plot-dpdk-throughput-latency-2n-skx"
23191   filter: "'NIC_Intel-XXV710' and
23192            '64B' and
23193            'BASE' and
23194            'NDRPDR' and
23195            '4T2C' and
23196            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23197   parameters:
23198   - "latency"
23199   - "parent"
23200   - "tags"
23201   layout:
23202     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
23203     layout: "plot-latency"
23204
23205 ################################################################################
23206
23207 # Speedup - VPP Container Memif 3n-hsw-x520
23208 - type: "plot"
23209   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23210   algorithm: "plot_throughput_speedup_analysis"
23211   output-file-type: ".html"
23212   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23213   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23214   filter: "'NIC_Intel-X520-DA2' and
23215            '64B' and
23216            ('BASE' or 'SCALE') and
23217            'NDRPDR' and
23218            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23219            not 'VHOST' and
23220            'MEMIF'"
23221   parameters:
23222   - "throughput"
23223   - "parent"
23224   - "tags"
23225   sort:
23226   - "L2XCFWD"
23227   - "L2XCFWD"
23228   - "L2XCFWD"
23229   - "L2BDMACLRN"
23230   - "L2BDMACLRN"
23231   - "L2BDMACLRN"
23232   - "IP4FWD"
23233   layout:
23234     title: "memif-3n-hsw-x520-64b-base_and_features-ndr"
23235     layout: "plot-throughput-speedup-analysis"
23236
23237 - type: "plot"
23238   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23239   algorithm: "plot_throughput_speedup_analysis"
23240   output-file-type: ".html"
23241   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23242   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23243   filter: "'NIC_Intel-X520-DA2' and
23244            '64B' and
23245            ('BASE' or 'SCALE') and
23246            'NDRPDR' and
23247            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23248            not 'VHOST' and
23249            'MEMIF'"
23250   parameters:
23251   - "throughput"
23252   - "parent"
23253   - "tags"
23254   sort:
23255   - "L2XCFWD"
23256   - "L2XCFWD"
23257   - "L2XCFWD"
23258   - "L2BDMACLRN"
23259   - "L2BDMACLRN"
23260   - "L2BDMACLRN"
23261   - "IP4FWD"
23262   layout:
23263     title: "memif-3n-hsw-x520-64b-base_and_features-pdr"
23264     layout: "plot-throughput-speedup-analysis"
23265
23266 # Speedup - VPP Container Memif 3n-hsw-x710
23267 - type: "plot"
23268   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23269   algorithm: "plot_throughput_speedup_analysis"
23270   output-file-type: ".html"
23271   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23272   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23273   filter: "'NIC_Intel-X710' and
23274            '64B' and
23275            ('BASE' or 'SCALE') and
23276            'NDRPDR' and
23277            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23278            not 'VHOST' and
23279            'MEMIF'"
23280   parameters:
23281   - "throughput"
23282   - "parent"
23283   - "tags"
23284   sort:
23285   - "L2XCFWD"
23286   - "L2XCFWD"
23287   - "L2XCFWD"
23288   - "L2BDMACLRN"
23289   - "L2BDMACLRN"
23290   - "L2BDMACLRN"
23291   - "IP4FWD"
23292   layout:
23293     title: "memif-3n-hsw-x710-64b-base_and_features-ndr"
23294     layout: "plot-throughput-speedup-analysis"
23295
23296 - type: "plot"
23297   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23298   algorithm: "plot_throughput_speedup_analysis"
23299   output-file-type: ".html"
23300   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23301   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23302   filter: "'NIC_Intel-X710' and
23303            '64B' and
23304            ('BASE' or 'SCALE') and
23305            'NDRPDR' and
23306            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23307            not 'VHOST' and
23308            'MEMIF'"
23309   parameters:
23310   - "throughput"
23311   - "parent"
23312   - "tags"
23313   sort:
23314   - "L2XCFWD"
23315   - "L2XCFWD"
23316   - "L2XCFWD"
23317   - "L2BDMACLRN"
23318   - "L2BDMACLRN"
23319   - "L2BDMACLRN"
23320   - "IP4FWD"
23321   layout:
23322     title: "memif-3n-hsw-x710-64b-base_and_features-pdr"
23323     layout: "plot-throughput-speedup-analysis"
23324
23325 # Speedup - VPP Container Memif 3n-hsw-xl710
23326 - type: "plot"
23327   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23328   algorithm: "plot_throughput_speedup_analysis"
23329   output-file-type: ".html"
23330   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23331   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23332   filter: "'NIC_Intel-XL710' and
23333            '64B' and
23334            ('BASE' or 'SCALE') and
23335            'NDRPDR' and
23336            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23337            not 'VHOST' and
23338            'MEMIF'"
23339   parameters:
23340   - "throughput"
23341   - "parent"
23342   - "tags"
23343   sort:
23344   - "L2XCFWD"
23345   - "L2XCFWD"
23346   - "L2XCFWD"
23347   - "L2BDMACLRN"
23348   - "L2BDMACLRN"
23349   - "L2BDMACLRN"
23350   - "IP4FWD"
23351   layout:
23352     title: "memif-3n-hsw-xl710-64b-base_and_features-ndr"
23353     layout: "plot-throughput-speedup-analysis"
23354
23355 - type: "plot"
23356   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23357   algorithm: "plot_throughput_speedup_analysis"
23358   output-file-type: ".html"
23359   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23360   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23361   filter: "'NIC_Intel-XL710' and
23362            '64B' and
23363            ('BASE' or 'SCALE') and
23364            'NDRPDR' and
23365            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23366            not 'VHOST' and
23367            'MEMIF'"
23368   parameters:
23369   - "throughput"
23370   - "parent"
23371   - "tags"
23372   sort:
23373   - "L2XCFWD"
23374   - "L2XCFWD"
23375   - "L2XCFWD"
23376   - "L2BDMACLRN"
23377   - "L2BDMACLRN"
23378   - "L2BDMACLRN"
23379   - "IP4FWD"
23380   layout:
23381     title: "memif-3n-hsw-xl710-64b-base_and_features-pdr"
23382     layout: "plot-throughput-speedup-analysis"
23383
23384 # Speedup - VPP Container Memif 3n-skx-x710
23385 - type: "plot"
23386   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23387   algorithm: "plot_throughput_speedup_analysis"
23388   output-file-type: ".html"
23389   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23390   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23391   filter: "'NIC_Intel-X710' and
23392            '64B' and
23393            ('BASE' or 'SCALE') and
23394            'NDRPDR' and
23395            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23396            not 'VHOST' and
23397            'MEMIF'"
23398   parameters:
23399   - "throughput"
23400   - "parent"
23401   - "tags"
23402   sort:
23403   - "L2XCFWD"
23404   - "L2XCFWD"
23405   - "L2XCFWD"
23406   - "L2BDMACLRN"
23407   - "L2BDMACLRN"
23408   - "L2BDMACLRN"
23409   - "IP4FWD"
23410   layout:
23411     title: "memif-3n-skx-x710-64b-base_and_features-ndr"
23412     layout: "plot-throughput-speedup-analysis"
23413
23414 - type: "plot"
23415   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23416   algorithm: "plot_throughput_speedup_analysis"
23417   output-file-type: ".html"
23418   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23419   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23420   filter: "'NIC_Intel-X710' and
23421            '64B' and
23422            ('BASE' or 'SCALE') and
23423            'NDRPDR' and
23424            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23425            not 'VHOST' and
23426            'MEMIF'"
23427   parameters:
23428   - "throughput"
23429   - "parent"
23430   - "tags"
23431   sort:
23432   - "L2XCFWD"
23433   - "L2XCFWD"
23434   - "L2XCFWD"
23435   - "L2BDMACLRN"
23436   - "L2BDMACLRN"
23437   - "L2BDMACLRN"
23438   - "IP4FWD"
23439   layout:
23440     title: "memif-3n-skx-x710-64b-base_and_features-pdr"
23441     layout: "plot-throughput-speedup-analysis"
23442
23443 # Speedup - VPP Container Memif 2n-skx-x710
23444 - type: "plot"
23445   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23446   algorithm: "plot_throughput_speedup_analysis"
23447   output-file-type: ".html"
23448   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23449   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23450   filter: "'NIC_Intel-X710' and
23451            '64B' and
23452            ('BASE' or 'SCALE') and
23453            'NDRPDR' and
23454            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23455            not 'VHOST' and
23456            not 'NF_DENSITY' and
23457            'MEMIF'"
23458   parameters:
23459   - "throughput"
23460   - "parent"
23461   - "tags"
23462   sort:
23463   - "L2XCFWD"
23464   - "L2XCFWD"
23465   - "L2XCFWD"
23466   - "L2BDMACLRN"
23467   - "L2BDMACLRN"
23468   - "L2BDMACLRN"
23469   - "IP4FWD"
23470   layout:
23471     title: "memif-2n-skx-x710-64b-base_and_features-ndr"
23472     layout: "plot-throughput-speedup-analysis"
23473
23474 - type: "plot"
23475   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23476   algorithm: "plot_throughput_speedup_analysis"
23477   output-file-type: ".html"
23478   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23479   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23480   filter: "'NIC_Intel-X710' and
23481            '64B' and
23482            ('BASE' or 'SCALE') and
23483            'NDRPDR' and
23484            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23485            not 'VHOST' and
23486            not 'NF_DENSITY' and
23487            'MEMIF'"
23488   parameters:
23489   - "throughput"
23490   - "parent"
23491   - "tags"
23492   sort:
23493   - "L2XCFWD"
23494   - "L2XCFWD"
23495   - "L2XCFWD"
23496   - "L2BDMACLRN"
23497   - "L2BDMACLRN"
23498   - "L2BDMACLRN"
23499   - "IP4FWD"
23500   layout:
23501     title: "memif-2n-skx-x710-64b-base_and_features-pdr"
23502     layout: "plot-throughput-speedup-analysis"
23503
23504 ## Speedup - VPP Container Memif 2n-skx-xxv710
23505 #- type: "plot"
23506 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23507 #  algorithm: "plot_throughput_speedup_analysis"
23508 #  output-file-type: ".html"
23509 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23510 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23511 #  filter: "'NIC_Intel-XXV710' and
23512 #           '64B' and
23513 #           ('BASE' or 'SCALE') and
23514 #           'NDRPDR' and
23515 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23516 #           not 'VHOST' and
23517 #           'MEMIF'"
23518 #  parameters:
23519 #  - "throughput"
23520 #  - "parent"
23521 #  - "tags"
23522 #  sort:
23523 #  - "L2XCFWD"
23524 #  - "L2XCFWD"
23525 #  - "L2XCFWD"
23526 #  - "L2BDMACLRN"
23527 #  - "L2BDMACLRN"
23528 #  - "L2BDMACLRN"
23529 #  - "IP4FWD"
23530 #  layout:
23531 #    title: "memif-2n-skx-xxv710-64b-base_and_features-ndr"
23532 #    layout: "plot-throughput-speedup-analysis"
23533 #
23534 #- type: "plot"
23535 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23536 #  algorithm: "plot_throughput_speedup_analysis"
23537 #  output-file-type: ".html"
23538 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23539 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23540 #  filter: "'NIC_Intel-XXV710' and
23541 #           '64B' and
23542 #           ('BASE' or 'SCALE') and
23543 #           'NDRPDR' and
23544 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23545 #           not 'VHOST' and
23546 #           'MEMIF'"
23547 #  parameters:
23548 #  - "throughput"
23549 #  - "parent"
23550 #  - "tags"
23551 #  sort:
23552 #  - "L2XCFWD"
23553 #  - "L2XCFWD"
23554 #  - "L2XCFWD"
23555 #  - "L2BDMACLRN"
23556 #  - "L2BDMACLRN"
23557 #  - "L2BDMACLRN"
23558 #  - "IP4FWD"
23559 #  layout:
23560 #    title: "memif-2n-skx-xxv710-64b-base_and_features-pdr"
23561 #    layout: "plot-throughput-speedup-analysis"
23562
23563 ################################################################################
23564
23565 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
23566 #- type: "plot"
23567 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23568 #  algorithm: "plot_throughput_speedup_analysis"
23569 #  output-file-type: ".html"
23570 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23571 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23572 #  filter: "'NIC_Intel-X520-DA2' and
23573 #           '64B' and
23574 #           ('BASE' or 'SCALE') and
23575 #           'NDRPDR' and
23576 #           'L2XCFWD' and
23577 #           not 'VHOST' and
23578 #           not 'NF_DENSITY' and
23579 #           'MEMIF'"
23580 #  parameters:
23581 #  - "throughput"
23582 #  - "parent"
23583 #  - "tags"
23584 #  sort:
23585 #  - "1VNF"
23586 #  - "2VNF"
23587 #  - "4VNF"
23588 #  - "2VNF"
23589 #  - "4VNF"
23590 #  layout:
23591 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
23592 #    layout: "plot-throughput-speedup-analysis"
23593 #
23594 #- type: "plot"
23595 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23596 #  algorithm: "plot_throughput_speedup_analysis"
23597 #  output-file-type: ".html"
23598 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23599 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23600 #  filter: "'NIC_Intel-X520-DA2' and
23601 #           '64B' and
23602 #           ('BASE' or 'SCALE') and
23603 #           'NDRPDR' and
23604 #           'L2XCFWD' and
23605 #           not 'VHOST' and
23606 #           not 'NF_DENSITY' and
23607 #           'MEMIF'"
23608 #  parameters:
23609 #  - "throughput"
23610 #  - "parent"
23611 #  - "tags"
23612 #  sort:
23613 #  - "1VNF"
23614 #  - "2VNF"
23615 #  - "4VNF"
23616 #  - "2VNF"
23617 #  - "4VNF"
23618 #  layout:
23619 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
23620 #    layout: "plot-throughput-speedup-analysis"
23621 #
23622 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
23623 #- type: "plot"
23624 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23625 #  algorithm: "plot_throughput_speedup_analysis"
23626 #  output-file-type: ".html"
23627 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23628 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23629 #  filter: "'NIC_Intel-X520-DA2' and
23630 #           '64B' and
23631 #           ('BASE' or 'SCALE') and
23632 #           'NDRPDR' and
23633 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23634 #           not 'VHOST' and
23635 #           not 'NF_DENSITY' and
23636 #           'MEMIF'"
23637 #  parameters:
23638 #  - "throughput"
23639 #  - "parent"
23640 #  - "tags"
23641 #  sort:
23642 #  - "1VNF"
23643 #  - "2VNF"
23644 #  - "4VNF"
23645 #  - "2VNF"
23646 #  - "4VNF"
23647 #  layout:
23648 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
23649 #    layout: "plot-throughput-speedup-analysis"
23650 #
23651 #- type: "plot"
23652 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23653 #  algorithm: "plot_throughput_speedup_analysis"
23654 #  output-file-type: ".html"
23655 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23656 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23657 #  filter: "'NIC_Intel-X520-DA2' and
23658 #           '64B' and
23659 #           ('BASE' or 'SCALE') and
23660 #           'NDRPDR' and
23661 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23662 #           not 'VHOST' and
23663 #           not 'NF_DENSITY' and
23664 #           'MEMIF'"
23665 #  parameters:
23666 #  - "throughput"
23667 #  - "parent"
23668 #  - "tags"
23669 #  sort:
23670 #  - "1VNF"
23671 #  - "2VNF"
23672 #  - "4VNF"
23673 #  - "2VNF"
23674 #  - "4VNF"
23675 #  layout:
23676 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
23677 #    layout: "plot-throughput-speedup-analysis"
23678 #
23679 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
23680 #- type: "plot"
23681 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23682 #  algorithm: "plot_throughput_speedup_analysis"
23683 #  output-file-type: ".html"
23684 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23685 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23686 #  filter: "'NIC_Intel-X710' and
23687 #           '64B' and
23688 #           ('BASE' or 'SCALE') and
23689 #           'NDRPDR' and
23690 #           'L2XCFWD' and
23691 #           not 'VHOST' and
23692 #           not 'NF_DENSITY' and
23693 #           'MEMIF'"
23694 #  parameters:
23695 #  - "throughput"
23696 #  - "parent"
23697 #  - "tags"
23698 #  sort:
23699 #  - "1VNF"
23700 #  - "2VNF"
23701 #  - "4VNF"
23702 #  - "2VNF"
23703 #  - "4VNF"
23704 #  layout:
23705 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
23706 #    layout: "plot-throughput-speedup-analysis"
23707 #
23708 #- type: "plot"
23709 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23710 #  algorithm: "plot_throughput_speedup_analysis"
23711 #  output-file-type: ".html"
23712 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23713 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23714 #  filter: "'NIC_Intel-X710' and
23715 #           '64B' and
23716 #           ('BASE' or 'SCALE') and
23717 #           'NDRPDR' and
23718 #           'L2XCFWD' and
23719 #           not 'VHOST' and
23720 #           not 'NF_DENSITY' and
23721 #           'MEMIF'"
23722 #  parameters:
23723 #  - "throughput"
23724 #  - "parent"
23725 #  - "tags"
23726 #  sort:
23727 #  - "1VNF"
23728 #  - "2VNF"
23729 #  - "4VNF"
23730 #  - "2VNF"
23731 #  - "4VNF"
23732 #  layout:
23733 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
23734 #    layout: "plot-throughput-speedup-analysis"
23735 #
23736 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
23737 #- type: "plot"
23738 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23739 #  algorithm: "plot_throughput_speedup_analysis"
23740 #  output-file-type: ".html"
23741 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23742 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23743 #  filter: "'NIC_Intel-X710' and
23744 #           '64B' and
23745 #           ('BASE' or 'SCALE') and
23746 #           'NDRPDR' and
23747 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23748 #           not 'VHOST' and
23749 #           not 'NF_DENSITY' and
23750 #           'MEMIF'"
23751 #  parameters:
23752 #  - "throughput"
23753 #  - "parent"
23754 #  - "tags"
23755 #  sort:
23756 #  - "1VNF"
23757 #  - "2VNF"
23758 #  - "4VNF"
23759 #  - "2VNF"
23760 #  - "4VNF"
23761 #  layout:
23762 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
23763 #    layout: "plot-throughput-speedup-analysis"
23764 #
23765 #- type: "plot"
23766 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23767 #  algorithm: "plot_throughput_speedup_analysis"
23768 #  output-file-type: ".html"
23769 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23770 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23771 #  filter: "'NIC_Intel-X710' and
23772 #           '64B' and
23773 #           ('BASE' or 'SCALE') and
23774 #           'NDRPDR' and
23775 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23776 #           not 'VHOST' and
23777 #           not 'NF_DENSITY' and
23778 #           'MEMIF'"
23779 #  parameters:
23780 #  - "throughput"
23781 #  - "parent"
23782 #  - "tags"
23783 #  sort:
23784 #  - "1VNF"
23785 #  - "2VNF"
23786 #  - "4VNF"
23787 #  - "2VNF"
23788 #  - "4VNF"
23789 #  layout:
23790 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
23791 #    layout: "plot-throughput-speedup-analysis"
23792
23793 ################################################################################
23794
23795 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
23796 - type: "plot"
23797   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23798   algorithm: "plot_throughput_speedup_analysis"
23799   output-file-type: ".html"
23800   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23801   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23802   filter: "'NIC_Intel-X520-DA2' and
23803            '64B' and
23804            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23805            'NDRPDR' and
23806            'IP4FWD' and
23807            not 'IPSEC' and
23808            not 'DOT1Q' and
23809            not 'VHOST'"
23810   parameters:
23811   - "throughput"
23812   - "parent"
23813   - "tags"
23814   sort:
23815   - "DOT1Q"
23816   - "IP4BASE"
23817   - "FIB_20K"
23818   - "FIB_200K"
23819   - "FIB_2M"
23820   layout:
23821     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
23822     layout: "plot-throughput-speedup-analysis"
23823
23824 - type: "plot"
23825   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23826   algorithm: "plot_throughput_speedup_analysis"
23827   output-file-type: ".html"
23828   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23829   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23830   filter: "'NIC_Intel-X520-DA2' and
23831            '64B' and
23832            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23833            'NDRPDR' and
23834            'IP4FWD' and
23835            not 'IPSEC' and
23836            not 'DOT1Q' and
23837            not 'VHOST'"
23838   parameters:
23839   - "throughput"
23840   - "parent"
23841   - "tags"
23842   sort:
23843   - "DOT1Q"
23844   - "IP4BASE"
23845   - "FIB_20K"
23846   - "FIB_200K"
23847   - "FIB_2M"
23848   layout:
23849     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
23850     layout: "plot-throughput-speedup-analysis"
23851
23852 # Speedup - VPP IPv4 3n-hsw-x520 features
23853 - type: "plot"
23854   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
23855   algorithm: "plot_throughput_speedup_analysis"
23856   output-file-type: ".html"
23857   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
23858   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23859   filter: "'NIC_Intel-X520-DA2' and
23860            '64B' and
23861            ('IP4BASE' or
23862             'POLICE_MARK' or
23863             'COPWHLIST' or
23864             ('NAT44' and 'BASE') or
23865             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23866            'NDRPDR' and
23867            'IP4FWD' and
23868            not 'IPSEC' and
23869            not 'VHOST'"
23870   parameters:
23871   - "throughput"
23872   - "parent"
23873   - "tags"
23874   sort:
23875   - "DOT1Q"
23876   - "IP4BASE"
23877   - "NAT44"
23878   - "POLICE_MARK"
23879   - "COPWHLIST"
23880   - "IACL"
23881   - "OACL"
23882   layout:
23883     title: "ip4-3n-hsw-x520-64b-features-ndr"
23884     layout: "plot-throughput-speedup-analysis"
23885
23886 - type: "plot"
23887   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
23888   algorithm: "plot_throughput_speedup_analysis"
23889   output-file-type: ".html"
23890   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
23891   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23892   filter: "'NIC_Intel-X520-DA2' and
23893            '64B' and
23894            ('IP4BASE' or
23895             'POLICE_MARK' or
23896             'COPWHLIST' or
23897             ('NAT44' and 'BASE') or
23898             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23899            'NDRPDR' and
23900            'IP4FWD' and
23901            not 'IPSEC' and
23902            not 'VHOST'"
23903   parameters:
23904   - "throughput"
23905   - "parent"
23906   - "tags"
23907   sort:
23908   - "DOT1Q"
23909   - "IP4BASE"
23910   - "NAT44"
23911   - "POLICE_MARK"
23912   - "COPWHLIST"
23913   - "IACL"
23914   - "OACL"
23915   layout:
23916     title: "ip4-3n-hsw-x520-64b-features-pdr"
23917     layout: "plot-throughput-speedup-analysis"
23918
23919 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
23920 - type: "plot"
23921   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23922   algorithm: "plot_throughput_speedup_analysis"
23923   output-file-type: ".html"
23924   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23925   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23926   filter: "'NIC_Intel-X520-DA2' and
23927            '64B' and
23928            'NDRPDR' and
23929            'IP4FWD' and
23930            ('NAT44' or 'IP4BASE') and
23931            not 'DOT1Q' and
23932            not 'IPSEC' and
23933            not 'VHOST'"
23934   parameters:
23935   - "throughput"
23936   - "parent"
23937   - "tags"
23938   sort:
23939   - "IP4BASE"
23940   - "BASE"
23941   - "SRC_USER_10"
23942   - "SRC_USER_100"
23943   - "SRC_USER_1000"
23944   - "SRC_USER_2000"
23945   layout:
23946     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
23947     layout: "plot-throughput-speedup-analysis"
23948
23949 - type: "plot"
23950   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23951   algorithm: "plot_throughput_speedup_analysis"
23952   output-file-type: ".html"
23953   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23954   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23955   filter: "'NIC_Intel-X520-DA2' and
23956            '64B' and
23957            'NDRPDR' and
23958            'IP4FWD' and
23959            ('NAT44' or 'IP4BASE') and
23960            not 'DOT1Q' and
23961            not 'IPSEC' and
23962            not 'VHOST'"
23963   parameters:
23964   - "throughput"
23965   - "parent"
23966   - "tags"
23967   sort:
23968   - "IP4BASE"
23969   - "BASE"
23970   - "SRC_USER_10"
23971   - "SRC_USER_100"
23972   - "SRC_USER_1000"
23973   - "SRC_USER_2000"
23974   layout:
23975     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
23976     layout: "plot-throughput-speedup-analysis"
23977
23978 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
23979 - type: "plot"
23980   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23981   algorithm: "plot_throughput_speedup_analysis"
23982   output-file-type: ".html"
23983   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23984   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23985   filter: "'NIC_Intel-X520-DA2' and
23986            '64B' and
23987            'NDRPDR' and
23988            'IP4FWD' and
23989            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23990            not 'IPSEC' and
23991            not 'DOT1Q' and
23992            not 'VHOST'"
23993   parameters:
23994   - "throughput"
23995   - "parent"
23996   - "tags"
23997   sort:
23998   - "IP4BASE"
23999   - "ACL_STATELESS"
24000   - "ACL_STATEFUL"
24001   - "ACL_STATELESS"
24002   - "ACL_STATEFUL"
24003   layout:
24004     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
24005     layout: "plot-throughput-speedup-analysis"
24006
24007 - type: "plot"
24008   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24009   algorithm: "plot_throughput_speedup_analysis"
24010   output-file-type: ".html"
24011   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24012   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24013   filter: "'NIC_Intel-X520-DA2' and
24014            '64B' and
24015            'NDRPDR' and
24016            'IP4FWD' and
24017            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24018            not 'IPSEC' and
24019            not 'DOT1Q' and
24020            not 'VHOST'"
24021   parameters:
24022   - "throughput"
24023   - "parent"
24024   - "tags"
24025   sort:
24026   - "IP4BASE"
24027   - "ACL_STATELESS"
24028   - "ACL_STATEFUL"
24029   - "ACL_STATELESS"
24030   - "ACL_STATEFUL"
24031   layout:
24032     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
24033     layout: "plot-throughput-speedup-analysis"
24034
24035 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
24036 - type: "plot"
24037   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24038   algorithm: "plot_throughput_speedup_analysis"
24039   output-file-type: ".html"
24040   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24041   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24042   filter: "'NIC_Intel-X520-DA2' and
24043            '64B' and
24044            'NDRPDR' and
24045            'IP4FWD' and
24046            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24047            not 'IPSEC' and
24048            not 'DOT1Q' and
24049            not 'VHOST'"
24050   parameters:
24051   - "throughput"
24052   - "parent"
24053   - "tags"
24054   sort:
24055   - "IP4BASE"
24056   - "ACL_STATELESS"
24057   - "ACL_STATEFUL"
24058   - "ACL_STATELESS"
24059   - "ACL_STATEFUL"
24060   layout:
24061     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
24062     layout: "plot-throughput-speedup-analysis"
24063
24064 - type: "plot"
24065   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24066   algorithm: "plot_throughput_speedup_analysis"
24067   output-file-type: ".html"
24068   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24069   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24070   filter: "'NIC_Intel-X520-DA2' and
24071            '64B' and
24072            'NDRPDR' and
24073            'IP4FWD' and
24074            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24075            not 'IPSEC' and
24076            not 'DOT1Q' and
24077            not 'VHOST'"
24078   parameters:
24079   - "throughput"
24080   - "parent"
24081   - "tags"
24082   sort:
24083   - "IP4BASE"
24084   - "ACL_STATELESS"
24085   - "ACL_STATEFUL"
24086   - "ACL_STATELESS"
24087   - "ACL_STATEFUL"
24088   layout:
24089     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
24090     layout: "plot-throughput-speedup-analysis"
24091
24092 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
24093 - type: "plot"
24094   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24095   algorithm: "plot_throughput_speedup_analysis"
24096   output-file-type: ".html"
24097   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24098   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24099   filter: "'NIC_Intel-X710' and
24100            '64B' and
24101            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24102            'NDRPDR' and
24103            'IP4FWD' and
24104            not 'IPSEC' and
24105            not 'DOT1Q' and
24106            not 'VHOST'"
24107   parameters:
24108   - "throughput"
24109   - "parent"
24110   - "tags"
24111   sort:
24112   - "IP4BASE"
24113   - "FIB_20K"
24114   - "FIB_200K"
24115   - "FIB_2M"
24116   layout:
24117     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24118     layout: "plot-throughput-speedup-analysis"
24119
24120 - type: "plot"
24121   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24122   algorithm: "plot_throughput_speedup_analysis"
24123   output-file-type: ".html"
24124   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24125   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24126   filter: "'NIC_Intel-X710' and
24127            '64B' and
24128            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24129            'NDRPDR' and
24130            'IP4FWD' and
24131            not 'IPSEC' and
24132            not 'DOT1Q' and
24133            not 'VHOST'"
24134   parameters:
24135   - "throughput"
24136   - "parent"
24137   - "tags"
24138   sort:
24139   - "IP4BASE"
24140   - "FIB_20K"
24141   - "FIB_200K"
24142   - "FIB_2M"
24143   layout:
24144     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24145     layout: "plot-throughput-speedup-analysis"
24146
24147 # Speedup - VPP IPv4 3n-hsw-x710 features
24148 - type: "plot"
24149   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
24150   algorithm: "plot_throughput_speedup_analysis"
24151   output-file-type: ".html"
24152   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
24153   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24154   filter: "'NIC_Intel-X710' and
24155            '64B' and
24156            ('IP4BASE' or
24157             'POLICE_MARK' or
24158             'COPWHLIST' or
24159             ('NAT44' and 'BASE') or
24160             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24161            'NDRPDR' and
24162            'IP4FWD' and
24163            not 'IPSEC' and
24164            not 'VHOST'"
24165   parameters:
24166   - "throughput"
24167   - "parent"
24168   - "tags"
24169   sort:
24170   - "DOT1Q"
24171   - "IP4BASE"
24172   - "NAT44"
24173   - "POLICE_MARK"
24174   - "COPWHLIST"
24175   - "IACL"
24176   - "OACL"
24177   layout:
24178     title: "ip4-3n-hsw-x710-64b-features-ndr"
24179     layout: "plot-throughput-speedup-analysis"
24180
24181 - type: "plot"
24182   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
24183   algorithm: "plot_throughput_speedup_analysis"
24184   output-file-type: ".html"
24185   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
24186   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24187   filter: "'NIC_Intel-X710' and
24188            '64B' and
24189            ('IP4BASE' or
24190             'POLICE_MARK' or
24191             'COPWHLIST' or
24192             ('NAT44' and 'BASE') or
24193             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24194            'NDRPDR' and
24195            'IP4FWD' and
24196            not 'IPSEC' and
24197            not 'VHOST'"
24198   parameters:
24199   - "throughput"
24200   - "parent"
24201   - "tags"
24202   sort:
24203   - "DOT1Q"
24204   - "IP4BASE"
24205   - "NAT44"
24206   - "POLICE_MARK"
24207   - "COPWHLIST"
24208   - "IACL"
24209   - "OACL"
24210   layout:
24211     title: "ip4-3n-hsw-x710-64b-features-pdr"
24212     layout: "plot-throughput-speedup-analysis"
24213
24214 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
24215 - type: "plot"
24216   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24217   algorithm: "plot_throughput_speedup_analysis"
24218   output-file-type: ".html"
24219   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24220   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24221   filter: "'NIC_Intel-X710' and
24222            '64B' and
24223            'NDRPDR' and
24224            'IP4FWD' and
24225            ('NAT44' or 'IP4BASE') and
24226            not 'IPSEC' and
24227            not 'VHOST'"
24228   parameters:
24229   - "throughput"
24230   - "parent"
24231   - "tags"
24232   sort:
24233   - "IP4BASE"
24234   - "BASE"
24235   - "SRC_USER_10"
24236   - "SRC_USER_100"
24237   - "SRC_USER_1000"
24238   - "SRC_USER_2000"
24239   layout:
24240     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
24241     layout: "plot-throughput-speedup-analysis"
24242
24243 - type: "plot"
24244   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24245   algorithm: "plot_throughput_speedup_analysis"
24246   output-file-type: ".html"
24247   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24248   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24249   filter: "'NIC_Intel-X710' and
24250            '64B' and
24251            'NDRPDR' and
24252            'IP4FWD' and
24253            ('NAT44' or 'IP4BASE') and
24254            not 'IPSEC' and
24255            not 'VHOST'"
24256   parameters:
24257   - "throughput"
24258   - "parent"
24259   - "tags"
24260   sort:
24261   - "IP4BASE"
24262   - "BASE"
24263   - "SRC_USER_10"
24264   - "SRC_USER_100"
24265   - "SRC_USER_1000"
24266   - "SRC_USER_2000"
24267   layout:
24268     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
24269     layout: "plot-throughput-speedup-analysis"
24270
24271 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
24272 - type: "plot"
24273   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24274   algorithm: "plot_throughput_speedup_analysis"
24275   output-file-type: ".html"
24276   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24277   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24278   filter: "'NIC_Intel-X710' and
24279            '64B' and
24280            'NDRPDR' and
24281            'IP4FWD' and
24282            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24283            not 'IPSEC' and
24284            not 'VHOST'"
24285   parameters:
24286   - "throughput"
24287   - "parent"
24288   - "tags"
24289   sort:
24290   - "IP4BASE"
24291   - "ACL_STATELESS"
24292   - "ACL_STATEFUL"
24293   - "ACL_STATELESS"
24294   - "ACL_STATEFUL"
24295   layout:
24296     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
24297     layout: "plot-throughput-speedup-analysis"
24298
24299 - type: "plot"
24300   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24301   algorithm: "plot_throughput_speedup_analysis"
24302   output-file-type: ".html"
24303   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24304   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24305   filter: "'NIC_Intel-X710' and
24306            '64B' and
24307            'NDRPDR' and
24308            'IP4FWD' and
24309            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24310            not 'IPSEC' and
24311            not 'VHOST'"
24312   parameters:
24313   - "throughput"
24314   - "parent"
24315   - "tags"
24316   sort:
24317   - "IP4BASE"
24318   - "ACL_STATELESS"
24319   - "ACL_STATEFUL"
24320   - "ACL_STATELESS"
24321   - "ACL_STATEFUL"
24322   layout:
24323     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
24324     layout: "plot-throughput-speedup-analysis"
24325
24326 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
24327 - type: "plot"
24328   title: "Speedup: ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24329   algorithm: "plot_throughput_speedup_analysis"
24330   output-file-type: ".html"
24331   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24332   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24333   filter: "'NIC_Intel-XL710' and
24334            '64B' and
24335            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24336            'NDRPDR' and
24337            'IP4FWD' and
24338            not 'IPSEC' and
24339            not 'VHOST'"
24340   parameters:
24341   - "throughput"
24342   - "parent"
24343   - "tags"
24344   sort:
24345   - "IP4BASE"
24346   - "FIB_20K"
24347   - "FIB_200K"
24348   - "FIB_2M"
24349   layout:
24350     title: "ip4-3n-hsw-xl710-64b-base-ndr"
24351     layout: "plot-throughput-speedup-analysis"
24352
24353 - type: "plot"
24354   title: "Speedup: ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24355   algorithm: "plot_throughput_speedup_analysis"
24356   output-file-type: ".html"
24357   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24358   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24359   filter: "'NIC_Intel-XL710' and
24360            '64B' and
24361            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24362            'NDRPDR' and
24363            'IP4FWD' and
24364            not 'IPSEC' and
24365            not 'VHOST'"
24366   parameters:
24367   - "throughput"
24368   - "parent"
24369   - "tags"
24370   sort:
24371   - "IP4BASE"
24372   - "FIB_20K"
24373   - "FIB_200K"
24374   - "FIB_2M"
24375   layout:
24376     title: "ip4-3n-hsw-xl710-64b-base-pdr"
24377     layout: "plot-throughput-speedup-analysis"
24378
24379 # Speedup - VPP IPv4 3n-skx-x710 base and scale
24380 - type: "plot"
24381   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24382   algorithm: "plot_throughput_speedup_analysis"
24383   output-file-type: ".html"
24384   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24385   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24386   filter: "'NIC_Intel-X710' and
24387            '64B' and
24388            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24389            'NDRPDR' and
24390            'IP4FWD' and
24391            not 'IPSEC' and
24392            not 'DOT1Q' and
24393            not 'VHOST'"
24394   parameters:
24395   - "throughput"
24396   - "parent"
24397   - "tags"
24398   sort:
24399   - "IP4BASE"
24400   - "FIB_20K"
24401   - "FIB_200K"
24402   - "FIB_2M"
24403   layout:
24404     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
24405     layout: "plot-throughput-speedup-analysis"
24406
24407 - type: "plot"
24408   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24409   algorithm: "plot_throughput_speedup_analysis"
24410   output-file-type: ".html"
24411   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24412   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24413   filter: "'NIC_Intel-X710' and
24414            '64B' and
24415            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24416            'NDRPDR' and
24417            'IP4FWD' and
24418            not 'IPSEC' and
24419            not 'DOT1Q' and
24420            not 'VHOST'"
24421   parameters:
24422   - "throughput"
24423   - "parent"
24424   - "tags"
24425   sort:
24426   - "IP4BASE"
24427   - "FIB_20K"
24428   - "FIB_200K"
24429   - "FIB_2M"
24430   layout:
24431     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
24432     layout: "plot-throughput-speedup-analysis"
24433
24434 # Speedup - VPP IPv4 3n-skx-x710 features
24435 - type: "plot"
24436   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
24437   algorithm: "plot_throughput_speedup_analysis"
24438   output-file-type: ".html"
24439   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
24440   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24441   filter: "'NIC_Intel-X710' and
24442            '64B' and
24443            ('IP4BASE' or
24444             'POLICE_MARK' or
24445             'COPWHLIST' or
24446             ('NAT44' and 'BASE') or
24447             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24448            'NDRPDR' and
24449            'IP4FWD' and
24450            not 'IPSEC' and
24451            not 'VHOST'"
24452   parameters:
24453   - "throughput"
24454   - "parent"
24455   - "tags"
24456   sort:
24457   - "DOT1Q"
24458   - "IP4BASE"
24459   - "NAT44"
24460   - "POLICE_MARK"
24461   - "COPWHLIST"
24462   - "IACL"
24463   - "OACL"
24464   layout:
24465     title: "ip4-3n-skx-x710-64b-features-ndr"
24466     layout: "plot-throughput-speedup-analysis"
24467
24468 - type: "plot"
24469   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
24470   algorithm: "plot_throughput_speedup_analysis"
24471   output-file-type: ".html"
24472   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
24473   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24474   filter: "'NIC_Intel-X710' and
24475            '64B' and
24476            ('IP4BASE' or
24477             'POLICE_MARK' or
24478             'COPWHLIST' or
24479             ('NAT44' and 'BASE') or
24480             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24481            'NDRPDR' and
24482            'IP4FWD' and
24483            not 'IPSEC' and
24484            not 'VHOST'"
24485   parameters:
24486   - "throughput"
24487   - "parent"
24488   - "tags"
24489   sort:
24490   - "DOT1Q"
24491   - "IP4BASE"
24492   - "NAT44"
24493   - "POLICE_MARK"
24494   - "COPWHLIST"
24495   - "IACL"
24496   - "OACL"
24497   layout:
24498     title: "ip4-3n-skx-x710-64b-features-pdr"
24499     layout: "plot-throughput-speedup-analysis"
24500
24501 # Speedup - VPP IPv4 3n-skx-x710 features nat44
24502 - type: "plot"
24503   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24504   algorithm: "plot_throughput_speedup_analysis"
24505   output-file-type: ".html"
24506   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24507   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24508   filter: "'NIC_Intel-X710' and
24509            '64B' and
24510            'NDRPDR' and
24511            'IP4FWD' and
24512            ('NAT44' or 'IP4BASE') and
24513            not 'IPSEC' and
24514            not 'VHOST'"
24515   parameters:
24516   - "throughput"
24517   - "parent"
24518   - "tags"
24519   sort:
24520   - "IP4BASE"
24521   - "BASE"
24522   - "SRC_USER_10"
24523   - "SRC_USER_100"
24524   - "SRC_USER_1000"
24525   - "SRC_USER_2000"
24526   layout:
24527     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
24528     layout: "plot-throughput-speedup-analysis"
24529
24530 - type: "plot"
24531   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24532   algorithm: "plot_throughput_speedup_analysis"
24533   output-file-type: ".html"
24534   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24535   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24536   filter: "'NIC_Intel-X710' and
24537            '64B' and
24538            'NDRPDR' and
24539            'IP4FWD' and
24540            ('NAT44' or 'IP4BASE') and
24541            not 'IPSEC' and
24542            not 'VHOST'"
24543   parameters:
24544   - "throughput"
24545   - "parent"
24546   - "tags"
24547   sort:
24548   - "IP4BASE"
24549   - "BASE"
24550   - "SRC_USER_10"
24551   - "SRC_USER_100"
24552   - "SRC_USER_1000"
24553   - "SRC_USER_2000"
24554   layout:
24555     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
24556     layout: "plot-throughput-speedup-analysis"
24557
24558 # Speedup - VPP IPv4 3n-skx-x710 features iacl
24559 - type: "plot"
24560   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24561   algorithm: "plot_throughput_speedup_analysis"
24562   output-file-type: ".html"
24563   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24564   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24565   filter: "'NIC_Intel-X710' and
24566            '64B' and
24567            'NDRPDR' and
24568            'IP4FWD' and
24569            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24570            not 'IPSEC' and
24571            not 'VHOST'"
24572   parameters:
24573   - "throughput"
24574   - "parent"
24575   - "tags"
24576   sort:
24577   - "IP4BASE"
24578   - "ACL_STATELESS"
24579   - "ACL_STATEFUL"
24580   - "ACL_STATELESS"
24581   - "ACL_STATEFUL"
24582   layout:
24583     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
24584     layout: "plot-throughput-speedup-analysis"
24585
24586 - type: "plot"
24587   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24588   algorithm: "plot_throughput_speedup_analysis"
24589   output-file-type: ".html"
24590   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24591   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24592   filter: "'NIC_Intel-X710' and
24593            '64B' and
24594            'NDRPDR' and
24595            'IP4FWD' and
24596            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24597            not 'IPSEC' and
24598            not 'VHOST'"
24599   parameters:
24600   - "throughput"
24601   - "parent"
24602   - "tags"
24603   sort:
24604   - "IP4BASE"
24605   - "ACL_STATELESS"
24606   - "ACL_STATEFUL"
24607   - "ACL_STATELESS"
24608   - "ACL_STATEFUL"
24609   layout:
24610     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
24611     layout: "plot-throughput-speedup-analysis"
24612
24613 ## Speedup - VPP IPv4 3n-skx-x710 features oacl
24614 #- type: "plot"
24615 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24616 #  algorithm: "plot_throughput_speedup_analysis"
24617 #  output-file-type: ".html"
24618 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24619 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24620 #  filter: "'NIC_Intel-X710' and
24621 #           '64B' and
24622 #           'NDRPDR' and
24623 #           'IP4FWD' and
24624 #           'OACL' and
24625 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24626 #           not 'IPSEC' and
24627 #           not 'VHOST'"
24628 #  parameters:
24629 #  - "throughput"
24630 #  - "parent"
24631 #  - "tags"
24632 #  sort:
24633 #  - "ACL_STATELESS"
24634 #  - "ACL_STATEFUL"
24635 #  - "ACL_STATELESS"
24636 #  - "ACL_STATEFUL"
24637 #  layout:
24638 #    title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
24639 #    layout: "plot-throughput-speedup-analysis"
24640 #
24641 #- type: "plot"
24642 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24643 #  algorithm: "plot_throughput_speedup_analysis"
24644 #  output-file-type: ".html"
24645 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24646 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24647 #  filter: "'NIC_Intel-X710' and
24648 #           '64B' and
24649 #           'NDRPDR' and
24650 #           'IP4FWD' and
24651 #           'OACL' and
24652 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24653 #           not 'IPSEC' and
24654 #           not 'VHOST'"
24655 #  parameters:
24656 #  - "throughput"
24657 #  - "parent"
24658 #  - "tags"
24659 #  sort:
24660 #  - "ACL_STATELESS"
24661 #  - "ACL_STATEFUL"
24662 #  - "ACL_STATELESS"
24663 #  - "ACL_STATEFUL"
24664 #  layout:
24665 #    title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
24666 #    layout: "plot-throughput-speedup-analysis"
24667
24668 # Speedup - VPP IPv4 2n-skx-x710 base and scale
24669 - type: "plot"
24670   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24671   algorithm: "plot_throughput_speedup_analysis"
24672   output-file-type: ".html"
24673   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24674   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24675   filter: "'NIC_Intel-X710' and
24676            '64B' and
24677            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24678            'NDRPDR' and
24679            'IP4FWD' and
24680            not 'IPSEC' and
24681            not 'DOT1Q' and
24682            not 'VHOST'"
24683   parameters:
24684   - "throughput"
24685   - "parent"
24686   - "tags"
24687   sort:
24688   - "IP4BASE"
24689   - "FIB_20K"
24690   - "FIB_200K"
24691   - "FIB_2M"
24692   layout:
24693     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
24694     layout: "plot-throughput-speedup-analysis"
24695
24696 - type: "plot"
24697   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24698   algorithm: "plot_throughput_speedup_analysis"
24699   output-file-type: ".html"
24700   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24701   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24702   filter: "'NIC_Intel-X710' and
24703            '64B' and
24704            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24705            'NDRPDR' and
24706            'IP4FWD' and
24707            not 'IPSEC' and
24708            not 'DOT1Q' and
24709            not 'VHOST'"
24710   parameters:
24711   - "throughput"
24712   - "parent"
24713   - "tags"
24714   sort:
24715   - "IP4BASE"
24716   - "FIB_20K"
24717   - "FIB_200K"
24718   - "FIB_2M"
24719   layout:
24720     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
24721     layout: "plot-throughput-speedup-analysis"
24722
24723 # Speedup - VPP IPv4 2n-skx-x710 features iacl
24724 - type: "plot"
24725   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24726   algorithm: "plot_throughput_speedup_analysis"
24727   output-file-type: ".html"
24728   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24729   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24730   filter: "'NIC_Intel-X710' and
24731            '64B' and
24732            'NDRPDR' and
24733            'IP4FWD' and
24734            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24735            not 'IPSEC' and
24736            not 'VHOST'"
24737   parameters:
24738   - "throughput"
24739   - "parent"
24740   - "tags"
24741   sort:
24742   - "IP4BASE"
24743   - "ACL_STATELESS"
24744   - "ACL_STATEFUL"
24745   - "ACL_STATELESS"
24746   - "ACL_STATEFUL"
24747   layout:
24748     title: "ip4-2n-skx-x710-64b-features-iacl-ndr"
24749     layout: "plot-throughput-speedup-analysis"
24750
24751 - type: "plot"
24752   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24753   algorithm: "plot_throughput_speedup_analysis"
24754   output-file-type: ".html"
24755   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24756   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24757   filter: "'NIC_Intel-X710' and
24758            '64B' and
24759            'NDRPDR' and
24760            'IP4FWD' and
24761            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24762            not 'IPSEC' and
24763            not 'VHOST'"
24764   parameters:
24765   - "throughput"
24766   - "parent"
24767   - "tags"
24768   sort:
24769   - "IP4BASE"
24770   - "ACL_STATELESS"
24771   - "ACL_STATEFUL"
24772   - "ACL_STATELESS"
24773   - "ACL_STATEFUL"
24774   layout:
24775     title: "ip4-2n-skx-x710-64b-features-iacl-pdr"
24776     layout: "plot-throughput-speedup-analysis"
24777
24778 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
24779 - type: "plot"
24780   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24781   algorithm: "plot_throughput_speedup_analysis"
24782   output-file-type: ".html"
24783   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24784   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24785   filter: "'NIC_Intel-XXV710' and
24786            '64B' and
24787            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24788            'NDRPDR' and
24789            'IP4FWD' and
24790            not 'IPSEC' and
24791            not 'DOT1Q' and
24792            not 'VHOST'"
24793   parameters:
24794   - "throughput"
24795   - "parent"
24796   - "tags"
24797   sort:
24798   - "IP4BASE"
24799   - "FIB_20K"
24800   - "FIB_200K"
24801   - "FIB_2M"
24802   layout:
24803     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
24804     layout: "plot-throughput-speedup-analysis"
24805
24806 - type: "plot"
24807   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24808   algorithm: "plot_throughput_speedup_analysis"
24809   output-file-type: ".html"
24810   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24811   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24812   filter: "'NIC_Intel-XXV710' and
24813            '64B' and
24814            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24815            'NDRPDR' and
24816            'IP4FWD' and
24817            not 'IPSEC' and
24818            not 'DOT1Q' and
24819            not 'VHOST'"
24820   parameters:
24821   - "throughput"
24822   - "parent"
24823   - "tags"
24824   sort:
24825   - "IP4BASE"
24826   - "FIB_20K"
24827   - "FIB_200K"
24828   - "FIB_2M"
24829   layout:
24830     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
24831     layout: "plot-throughput-speedup-analysis"
24832
24833 ## Speedup - VPP IPv4 2n-dnv-x553 base
24834 #- type: "plot"
24835 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
24836 #  algorithm: "plot_throughput_speedup_analysis"
24837 #  output-file-type: ".html"
24838 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
24839 #  data: "intel-dnv-vpp"
24840 #  filter: "'NIC_Intel-X553' and
24841 #           '64B' and
24842 #           'IP4BASE' and
24843 #           'NDRPDR' and
24844 #           'IP4FWD' and
24845 #           not 'IPSEC' and
24846 #           not 'VHOST'"
24847 #  parameters:
24848 #  - "throughput"
24849 #  - "parent"
24850 #  - "tags"
24851 #  sort:
24852 #  - "IP4BASE"
24853 #  layout:
24854 #    title: "ip4-2n-dnv-x553-64b-base-ndr"
24855 #    layout: "plot-throughput-speedup-analysis"
24856 #
24857 #- type: "plot"
24858 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
24859 #  algorithm: "plot_throughput_speedup_analysis"
24860 #  output-file-type: ".html"
24861 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
24862 #  data: "intel-dnv-vpp"
24863 #  filter: "'NIC_Intel-X553' and
24864 #           '64B' and
24865 #           'IP4BASE' and
24866 #           'NDRPDR' and
24867 #           'IP4FWD' and
24868 #           not 'IPSEC' and
24869 #           not 'VHOST'"
24870 #  parameters:
24871 #  - "throughput"
24872 #  - "parent"
24873 #  - "tags"
24874 #  sort:
24875 #  - "IP4BASE"
24876 #  layout:
24877 #    title: "ip4-2n-dnv-x553-64b-base-pdr"
24878 #    layout: "plot-throughput-speedup-analysis"
24879
24880 ################################################################################
24881
24882 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
24883 - type: "plot"
24884   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24885   algorithm: "plot_throughput_speedup_analysis"
24886   output-file-type: ".html"
24887   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24888   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24889   filter: "'NIC_Intel-X520-DA2' and
24890            '64B' and
24891            'ENCAP' and
24892            'NDRPDR' and
24893            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24894            not 'DOT1Q' and
24895            not 'VHOST' and
24896            not 'IPSECHW'"
24897   parameters:
24898   - "throughput"
24899   - "parent"
24900   - "tags"
24901   sort:
24902   - "IP4BASE"
24903   - "L2BDMACLRN"
24904   - "L2XCFWD"
24905   - "LISP"
24906   layout:
24907     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
24908     layout: "plot-throughput-speedup-analysis"
24909
24910 - type: "plot"
24911   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24912   algorithm: "plot_throughput_speedup_analysis"
24913   output-file-type: ".html"
24914   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24915   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24916   filter: "'NIC_Intel-X520-DA2' and
24917            '64B' and
24918            'ENCAP' and
24919            'NDRPDR' and
24920            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24921            not 'DOT1Q' and
24922            not 'VHOST' and
24923            not 'IPSECHW'"
24924   parameters:
24925   - "throughput"
24926   - "parent"
24927   - "tags"
24928   sort:
24929   - "IP4BASE"
24930   - "L2BDMACLRN"
24931   - "L2XCFWD"
24932   - "LISP"
24933   layout:
24934     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
24935     layout: "plot-throughput-speedup-analysis"
24936
24937 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
24938 - type: "plot"
24939   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24940   algorithm: "plot_throughput_speedup_analysis"
24941   output-file-type: ".html"
24942   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24943   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24944   filter: "'NIC_Intel-X710' and
24945            '64B' and
24946            'ENCAP' and
24947            'NDRPDR' and
24948            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24949            not 'VHOST' and
24950            not 'IPSECHW'"
24951   parameters:
24952   - "throughput"
24953   - "parent"
24954   - "tags"
24955   sort:
24956   - "IP4BASE"
24957   - "LISP"
24958   - "VXLAN_1"
24959   - "VXLAN_10"
24960   - "VXLAN_100"
24961   - "VXLAN_1000"
24962   layout:
24963     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
24964     layout: "plot-throughput-speedup-analysis"
24965
24966 - type: "plot"
24967   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24968   algorithm: "plot_throughput_speedup_analysis"
24969   output-file-type: ".html"
24970   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24971   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24972   filter: "'NIC_Intel-X710' and
24973            '64B' and
24974            'ENCAP' and
24975            'NDRPDR' and
24976            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24977            not 'VHOST' and
24978            not 'IPSECHW'"
24979   parameters:
24980   - "throughput"
24981   - "parent"
24982   - "tags"
24983   sort:
24984   - "IP4BASE"
24985   - "LISP"
24986   - "VXLAN_1"
24987   - "VXLAN_10"
24988   - "VXLAN_100"
24989   - "VXLAN_1000"
24990   layout:
24991     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
24992     layout: "plot-throughput-speedup-analysis"
24993
24994 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
24995 - type: "plot"
24996   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24997   algorithm: "plot_throughput_speedup_analysis"
24998   output-file-type: ".html"
24999   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25000   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25001   filter: "'NIC_Intel-X710' and
25002            '64B' and
25003            'ENCAP' and
25004            'NDRPDR' and
25005            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
25006            not 'DOT1Q' and
25007            not 'VHOST' and
25008            not 'IPSECHW'"
25009   parameters:
25010   - "throughput"
25011   - "parent"
25012   - "tags"
25013   sort:
25014   - "IP4BASE"
25015   - "L2BDMACLRN"
25016   - "L2XCFWD"
25017   - "LISP"
25018   layout:
25019     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
25020     layout: "plot-throughput-speedup-analysis"
25021
25022 - type: "plot"
25023   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25024   algorithm: "plot_throughput_speedup_analysis"
25025   output-file-type: ".html"
25026   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25027   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25028   filter: "'NIC_Intel-X710' and
25029            '64B' and
25030            'ENCAP' and
25031            'NDRPDR' and
25032            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
25033            not 'DOT1Q' and
25034            not 'VHOST' and
25035            not 'IPSECHW'"
25036   parameters:
25037   - "throughput"
25038   - "parent"
25039   - "tags"
25040   sort:
25041   - "IP4BASE"
25042   - "L2BDMACLRN"
25043   - "L2XCFWD"
25044   - "LISP"
25045   layout:
25046     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
25047     layout: "plot-throughput-speedup-analysis"
25048
25049 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
25050 - type: "plot"
25051   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25052   algorithm: "plot_throughput_speedup_analysis"
25053   output-file-type: ".html"
25054   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25055   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25056   filter: "'NIC_Intel-X710' and
25057            '64B' and
25058            'ENCAP' and
25059            'NDRPDR' and
25060            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
25061            not 'VHOST' and
25062            not 'IPSECHW'"
25063   parameters:
25064   - "throughput"
25065   - "parent"
25066   - "tags"
25067   sort:
25068   - "IP4BASE"
25069   - "LISP"
25070   - "VXLAN_1"
25071   - "VXLAN_10"
25072   - "VXLAN_100"
25073   - "VXLAN_1000"
25074   layout:
25075     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
25076     layout: "plot-throughput-speedup-analysis"
25077
25078 - type: "plot"
25079   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25080   algorithm: "plot_throughput_speedup_analysis"
25081   output-file-type: ".html"
25082   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25083   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25084   filter: "'NIC_Intel-X710' and
25085            '64B' and
25086            'ENCAP' and
25087            'NDRPDR' and
25088            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
25089            not 'VHOST' and
25090            not 'IPSECHW'"
25091   parameters:
25092   - "throughput"
25093   - "parent"
25094   - "tags"
25095   sort:
25096   - "IP4BASE"
25097   - "LISP"
25098   - "VXLAN_1"
25099   - "VXLAN_10"
25100   - "VXLAN_100"
25101   - "VXLAN_1000"
25102   layout:
25103     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
25104     layout: "plot-throughput-speedup-analysis"
25105
25106 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
25107 - type: "plot"
25108   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25109   algorithm: "plot_throughput_speedup_analysis"
25110   output-file-type: ".html"
25111   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25112   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25113   filter: "'NIC_Intel-X710' and
25114            '64B' and
25115            'ENCAP' and
25116            'NDRPDR' and
25117            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25118            not 'DOT1Q' and
25119            not 'VHOST' and
25120            not 'IPSECHW'"
25121   parameters:
25122   - "throughput"
25123   - "parent"
25124   - "tags"
25125   sort:
25126   - "IP4BASE"
25127   - "L2BDMACLRN"
25128   - "L2XCFWD"
25129   - "LISP"
25130   layout:
25131     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
25132     layout: "plot-throughput-speedup-analysis"
25133
25134 - type: "plot"
25135   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25136   algorithm: "plot_throughput_speedup_analysis"
25137   output-file-type: ".html"
25138   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25139   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25140   filter: "'NIC_Intel-X710' and
25141            '64B' and
25142            'ENCAP' and
25143            'NDRPDR' and
25144            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25145            not 'DOT1Q' and
25146            not 'VHOST' and
25147            not 'IPSECHW'"
25148   parameters:
25149   - "throughput"
25150   - "parent"
25151   - "tags"
25152   sort:
25153   - "IP4BASE"
25154   - "L2BDMACLRN"
25155   - "L2XCFWD"
25156   - "LISP"
25157   layout:
25158     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
25159     layout: "plot-throughput-speedup-analysis"
25160
25161 ################################################################################
25162
25163 # Speedup - VPP IPv6 3n-hsw-x520
25164 - type: "plot"
25165   title: "Speedup: ip6-3n-hsw-x520-78b-base-ndr-tsa"
25166   algorithm: "plot_throughput_speedup_analysis"
25167   output-file-type: ".html"
25168   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-ndr-tsa"
25169   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25170   filter: "'NIC_Intel-X520-DA2' and
25171            '78B' and
25172            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25173            'NDRPDR' and
25174            'IP6FWD' and
25175            not 'SRv6' and
25176            not 'IPSEC' and
25177            not 'VHOST'"
25178   parameters:
25179   - "throughput"
25180   - "parent"
25181   - "tags"
25182   sort:
25183   - "IP6BASE"
25184   - "FIB_20K"
25185   - "FIB_200K"
25186   - "FIB_2M"
25187   layout:
25188     title: "ip6-3n-hsw-x520-78b-base-ndr"
25189     layout: "plot-throughput-speedup-analysis"
25190
25191 - type: "plot"
25192   title: "Speedup: ip6-3n-hsw-x520-78b-base-pdr-tsa"
25193   algorithm: "plot_throughput_speedup_analysis"
25194   output-file-type: ".html"
25195   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-pdr-tsa"
25196   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25197   filter: "'NIC_Intel-X520-DA2' and
25198            '78B' and
25199            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25200            'NDRPDR' and
25201            'IP6FWD' and
25202            not 'SRv6' and
25203            not 'IPSEC' and
25204            not 'VHOST'"
25205   parameters:
25206   - "throughput"
25207   - "parent"
25208   - "tags"
25209   sort:
25210   - "IP6BASE"
25211   - "FIB_20K"
25212   - "FIB_200K"
25213   - "FIB_2M"
25214   layout:
25215     title: "ip6-3n-hsw-x520-78b-base-pdr"
25216     layout: "plot-throughput-speedup-analysis"
25217
25218 # Speedup - VPP IPv6 3n-hsw-x710
25219 - type: "plot"
25220   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25221   algorithm: "plot_throughput_speedup_analysis"
25222   output-file-type: ".html"
25223   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25224   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25225   filter: "'NIC_Intel-X710' and
25226            '78B' and
25227            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25228            'NDRPDR' and
25229            'IP6FWD' and
25230            not 'SRv6' and
25231            not 'IPSEC' and
25232            not 'VHOST'"
25233   parameters:
25234   - "throughput"
25235   - "parent"
25236   - "tags"
25237   sort:
25238   - "IP6BASE"
25239   - "FIB_20K"
25240   - "FIB_200K"
25241   - "FIB_2M"
25242   layout:
25243     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
25244     layout: "plot-throughput-speedup-analysis"
25245
25246 - type: "plot"
25247   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25248   algorithm: "plot_throughput_speedup_analysis"
25249   output-file-type: ".html"
25250   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25251   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25252   filter: "'NIC_Intel-X710' and
25253            '78B' and
25254            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25255            'NDRPDR' and
25256            'IP6FWD' and
25257            not 'SRv6' and
25258            not 'IPSEC' and
25259            not 'VHOST'"
25260   parameters:
25261   - "throughput"
25262   - "parent"
25263   - "tags"
25264   sort:
25265   - "IP6BASE"
25266   - "FIB_20K"
25267   - "FIB_200K"
25268   - "FIB_2M"
25269   layout:
25270     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
25271     layout: "plot-throughput-speedup-analysis"
25272
25273 # Speedup - VPP IPv6 3n-hsw-x710 features
25274 - type: "plot"
25275   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25276   algorithm: "plot_throughput_speedup_analysis"
25277   output-file-type: ".html"
25278   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25279   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25280   filter: "'NIC_Intel-X710' and
25281            '78B' and
25282            ('IP6BASE' or
25283             'POLICE_MARK' or
25284             'COPWHLIST' or
25285             'IACLDST') and
25286            'NDRPDR' and
25287            'IP6FWD' and
25288            not 'SRv6' and
25289            not 'IPSEC' and
25290            not 'VHOST'"
25291   parameters:
25292   - "throughput"
25293   - "parent"
25294   - "tags"
25295   sort:
25296   - "IP6BASE"
25297   - "POLICE_MARK"
25298   - "COPWHLIST"
25299   - "IACLDST"
25300   layout:
25301     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
25302     layout: "plot-throughput-speedup-analysis"
25303
25304 - type: "plot"
25305   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25306   algorithm: "plot_throughput_speedup_analysis"
25307   output-file-type: ".html"
25308   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25309   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25310   filter: "'NIC_Intel-X710' and
25311            '78B' and
25312            ('IP6BASE' or
25313             'POLICE_MARK' or
25314             'COPWHLIST' or
25315             'IACLDST') and
25316            'NDRPDR' and
25317            'IP6FWD' and
25318            not 'SRv6' and
25319            not 'IPSEC' and
25320            not 'VHOST'"
25321   parameters:
25322   - "throughput"
25323   - "parent"
25324   - "tags"
25325   sort:
25326   - "IP6BASE"
25327   - "POLICE_MARK"
25328   - "COPWHLIST"
25329   - "IACLDST"
25330   layout:
25331     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
25332     layout: "plot-throughput-speedup-analysis"
25333
25334 # Speedup - VPP IPv6 3n-hsw-xl710
25335 - type: "plot"
25336   title: "Speedup: ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25337   algorithm: "plot_throughput_speedup_analysis"
25338   output-file-type: ".html"
25339   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25340   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25341   filter: "'NIC_Intel-XL710' and
25342            '78B' and
25343            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25344            'NDRPDR' and
25345            'IP6FWD' and
25346            not 'SRv6' and
25347            not 'IPSEC' and
25348            not 'VHOST'"
25349   parameters:
25350   - "throughput"
25351   - "parent"
25352   - "tags"
25353   sort:
25354   - "IP6BASE"
25355   - "FIB_20K"
25356   - "FIB_200K"
25357   - "FIB_2M"
25358   layout:
25359     title: "ip6-3n-hsw-xl710-78b-base-ndr"
25360     layout: "plot-throughput-speedup-analysis"
25361
25362 - type: "plot"
25363   title: "Speedup: ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25364   algorithm: "plot_throughput_speedup_analysis"
25365   output-file-type: ".html"
25366   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25367   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25368   filter: "'NIC_Intel-XL710' and
25369            '78B' and
25370            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25371            'NDRPDR' and
25372            'IP6FWD' and
25373            not 'SRv6' and
25374            not 'IPSEC' and
25375            not 'VHOST'"
25376   parameters:
25377   - "throughput"
25378   - "parent"
25379   - "tags"
25380   sort:
25381   - "IP6BASE"
25382   - "FIB_20K"
25383   - "FIB_200K"
25384   - "FIB_2M"
25385   layout:
25386     title: "ip6-3n-hsw-xl710-78b-base-pdr"
25387     layout: "plot-throughput-speedup-analysis"
25388
25389 # Speedup - VPP IPv6 3n-skx-x710
25390 - type: "plot"
25391   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25392   algorithm: "plot_throughput_speedup_analysis"
25393   output-file-type: ".html"
25394   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25395   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25396   filter: "'NIC_Intel-X710' and
25397            '78B' and
25398            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25399            'NDRPDR' and
25400            'IP6FWD' and
25401            not 'SRv6' and
25402            not 'IPSEC' and
25403            not 'VHOST'"
25404   parameters:
25405   - "throughput"
25406   - "parent"
25407   - "tags"
25408   sort:
25409   - "IP6BASE"
25410   - "FIB_20K"
25411   - "FIB_200K"
25412   - "FIB_2M"
25413   layout:
25414     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
25415     layout: "plot-throughput-speedup-analysis"
25416
25417 - type: "plot"
25418   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25419   algorithm: "plot_throughput_speedup_analysis"
25420   output-file-type: ".html"
25421   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25422   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25423   filter: "'NIC_Intel-X710' and
25424            '78B' and
25425            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25426            'NDRPDR' and
25427            'IP6FWD' and
25428            not 'SRv6' and
25429            not 'IPSEC' and
25430            not 'VHOST'"
25431   parameters:
25432   - "throughput"
25433   - "parent"
25434   - "tags"
25435   sort:
25436   - "IP6BASE"
25437   - "FIB_20K"
25438   - "FIB_200K"
25439   - "FIB_2M"
25440   layout:
25441     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
25442     layout: "plot-throughput-speedup-analysis"
25443
25444 # Speedup - VPP IPv6 3n-skx-x710 features
25445 - type: "plot"
25446   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25447   algorithm: "plot_throughput_speedup_analysis"
25448   output-file-type: ".html"
25449   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25450   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25451   filter: "'NIC_Intel-X710' and
25452            '78B' and
25453            ('IP6BASE' or
25454             'POLICE_MARK' or
25455             'COPWHLIST' or
25456             'IACLDST') and
25457            'NDRPDR' and
25458            'IP6FWD' and
25459            not 'SRv6' and
25460            not 'IPSEC' and
25461            not 'VHOST'"
25462   parameters:
25463   - "throughput"
25464   - "parent"
25465   - "tags"
25466   sort:
25467   - "IP6BASE"
25468   - "POLICE_MARK"
25469   - "COPWHLIST"
25470   - "IACLDST"
25471   layout:
25472     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
25473     layout: "plot-throughput-speedup-analysis"
25474
25475 - type: "plot"
25476   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25477   algorithm: "plot_throughput_speedup_analysis"
25478   output-file-type: ".html"
25479   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25480   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25481   filter: "'NIC_Intel-X710' and
25482            '78B' and
25483            ('IP6BASE' or
25484             'POLICE_MARK' or
25485             'COPWHLIST' or
25486             'IACLDST') and
25487            'NDRPDR' and
25488            'IP6FWD' and
25489            not 'SRv6' and
25490            not 'IPSEC' and
25491            not 'VHOST'"
25492   parameters:
25493   - "throughput"
25494   - "parent"
25495   - "tags"
25496   sort:
25497   - "IP6BASE"
25498   - "POLICE_MARK"
25499   - "COPWHLIST"
25500   - "IACLDST"
25501   layout:
25502     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
25503     layout: "plot-throughput-speedup-analysis"
25504
25505 # Speedup - VPP IPv6 3n-skx-xxv710
25506 - type: "plot"
25507   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25508   algorithm: "plot_throughput_speedup_analysis"
25509   output-file-type: ".html"
25510   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25511   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25512   filter: "'NIC_Intel-XXV710' and
25513            '78B' and
25514            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25515            'NDRPDR' and
25516            'IP6FWD' and
25517            not 'SRv6' and
25518            not 'IPSEC' and
25519            not 'VHOST'"
25520   parameters:
25521   - "throughput"
25522   - "parent"
25523   - "tags"
25524   sort:
25525   - "IP6BASE"
25526   - "FIB_20K"
25527   - "FIB_200K"
25528   - "FIB_2M"
25529   layout:
25530     title: "ip6-3n-skx-xxv710-78b-base_and_scale-ndr"
25531     layout: "plot-throughput-speedup-analysis"
25532
25533 - type: "plot"
25534   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25535   algorithm: "plot_throughput_speedup_analysis"
25536   output-file-type: ".html"
25537   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25538   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25539   filter: "'NIC_Intel-XXV710' and
25540            '78B' and
25541            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25542            'NDRPDR' and
25543            'IP6FWD' and
25544            not 'SRv6' and
25545            not 'IPSEC' and
25546            not 'VHOST'"
25547   parameters:
25548   - "throughput"
25549   - "parent"
25550   - "tags"
25551   sort:
25552   - "IP6BASE"
25553   - "FIB_20K"
25554   - "FIB_200K"
25555   - "FIB_2M"
25556   layout:
25557     title: "ip6-3n-skx-xxv710-78b-base_and_scale-pdr"
25558     layout: "plot-throughput-speedup-analysis"
25559
25560 # Speedup - VPP IPv6 2n-skx-x710
25561 - type: "plot"
25562   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25563   algorithm: "plot_throughput_speedup_analysis"
25564   output-file-type: ".html"
25565   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25566   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25567   filter: "'NIC_Intel-X710' and
25568            '78B' and
25569            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25570            'NDRPDR' and
25571            'IP6FWD' and
25572            not 'SRv6' and
25573            not 'IPSEC' and
25574            not 'VHOST'"
25575   parameters:
25576   - "throughput"
25577   - "parent"
25578   - "tags"
25579   sort:
25580   - "IP6BASE"
25581   - "FIB_20K"
25582   - "FIB_200K"
25583   - "FIB_2M"
25584   layout:
25585     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
25586     layout: "plot-throughput-speedup-analysis"
25587
25588 - type: "plot"
25589   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25590   algorithm: "plot_throughput_speedup_analysis"
25591   output-file-type: ".html"
25592   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25593   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25594   filter: "'NIC_Intel-X710' and
25595            '78B' and
25596            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25597            'NDRPDR' and
25598            'IP6FWD' and
25599            not 'SRv6' and
25600            not 'IPSEC' and
25601            not 'VHOST'"
25602   parameters:
25603   - "throughput"
25604   - "parent"
25605   - "tags"
25606   sort:
25607   - "IP6BASE"
25608   - "FIB_20K"
25609   - "FIB_200K"
25610   - "FIB_2M"
25611   layout:
25612     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
25613     layout: "plot-throughput-speedup-analysis"
25614
25615 # Speedup - VPP IPv6 2n-skx-xxv710
25616 - type: "plot"
25617   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25618   algorithm: "plot_throughput_speedup_analysis"
25619   output-file-type: ".html"
25620   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25621   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25622   filter: "'NIC_Intel-XXV710' and
25623            '78B' and
25624            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25625            'NDRPDR' and
25626            'IP6FWD' and
25627            not 'SRv6' and
25628            not 'IPSEC' and
25629            not 'VHOST'"
25630   parameters:
25631   - "throughput"
25632   - "parent"
25633   - "tags"
25634   sort:
25635   - "IP6BASE"
25636   - "FIB_20K"
25637   - "FIB_200K"
25638   - "FIB_2M"
25639   layout:
25640     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
25641     layout: "plot-throughput-speedup-analysis"
25642
25643 - type: "plot"
25644   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25645   algorithm: "plot_throughput_speedup_analysis"
25646   output-file-type: ".html"
25647   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25648   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25649   filter: "'NIC_Intel-XXV710' and
25650            '78B' and
25651            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25652            'NDRPDR' and
25653            'IP6FWD' and
25654            not 'SRv6' and
25655            not 'IPSEC' and
25656            not 'VHOST'"
25657   parameters:
25658   - "throughput"
25659   - "parent"
25660   - "tags"
25661   sort:
25662   - "IP6BASE"
25663   - "FIB_20K"
25664   - "FIB_200K"
25665   - "FIB_2M"
25666   layout:
25667     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
25668     layout: "plot-throughput-speedup-analysis"
25669
25670 ## Speedup - VPP IPv6 2n-dnv-x553 base
25671 #- type: "plot"
25672 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
25673 #  algorithm: "plot_throughput_speedup_analysis"
25674 #  output-file-type: ".html"
25675 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
25676 #  data: "intel-dnv-vpp"
25677 #  filter: "'NIC_Intel-X553' and
25678 #           '78B' and
25679 #           'IP6BASE' and
25680 #           'NDRPDR' and
25681 #           'IP6FWD' and
25682 #           not 'SRv6' and
25683 #           not 'IPSEC' and
25684 #           not 'VHOST'"
25685 #  parameters:
25686 #  - "throughput"
25687 #  - "parent"
25688 #  - "tags"
25689 #  sort:
25690 #  - "IP6BASE"
25691 #  layout:
25692 #    title: "ip6-2n-dnv-x553-78b-base-ndr"
25693 #    layout: "plot-throughput-speedup-analysis"
25694 #
25695 #- type: "plot"
25696 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
25697 #  algorithm: "plot_throughput_speedup_analysis"
25698 #  output-file-type: ".html"
25699 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
25700 #  data: "intel-dnv-vpp"
25701 #  filter: "'NIC_Intel-X553' and
25702 #           '78B' and
25703 #           'IP6BASE' and
25704 #           'NDRPDR' and
25705 #           'IP6FWD' and
25706 #           not 'SRv6' and
25707 #           not 'IPSEC' and
25708 #           not 'VHOST'"
25709 #  parameters:
25710 #  - "throughput"
25711 #  - "parent"
25712 #  - "tags"
25713 #  sort:
25714 #  - "IP6BASE"
25715 #  layout:
25716 #    title: "ip6-2n-dnv-x553-78b-base-pdr"
25717 #    layout: "plot-throughput-speedup-analysis"
25718
25719 ################################################################################
25720
25721 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
25722 - type: "plot"
25723   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25724   algorithm: "plot_throughput_speedup_analysis"
25725   output-file-type: ".html"
25726   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25727   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25728   filter: "'NIC_Intel-X520-DA2' and
25729            '78B' and
25730            'ENCAP' and
25731            'NDRPDR' and
25732            'LISP' and
25733            not 'VHOST'"
25734   parameters:
25735   - "throughput"
25736   - "parent"
25737   - "tags"
25738   sort:
25739   - "IP4UNRLAY"
25740   - "IP6UNRLAY"
25741   layout:
25742     title: "ip6tun-3n-hsw-x520-78b-base-ndr"
25743     layout: "plot-throughput-speedup-analysis"
25744
25745 - type: "plot"
25746   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25747   algorithm: "plot_throughput_speedup_analysis"
25748   output-file-type: ".html"
25749   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25750   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25751   filter: "'NIC_Intel-X520-DA2' and
25752            '78B' and
25753            'ENCAP' and
25754            'NDRPDR' and
25755            'LISP' and
25756            not 'VHOST'"
25757   parameters:
25758   - "throughput"
25759   - "parent"
25760   - "tags"
25761   sort:
25762   - "IP4UNRLAY"
25763   - "IP6UNRLAY"
25764   layout:
25765     title: "ip6tun-3n-hsw-x520-78b-base-pdr"
25766     layout: "plot-throughput-speedup-analysis"
25767
25768 ################################################################################
25769
25770 # Speedup - VPP IPSec 3n-hsw-xl710 base
25771 - type: "plot"
25772   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25773   algorithm: "plot_throughput_speedup_analysis"
25774   output-file-type: ".html"
25775   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25776   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25777   filter: "'NIC_Intel-XL710' and
25778            '64B' and
25779            'IP4FWD' and
25780            'NDRPDR' and
25781            'BASE' and
25782            'IPSECHW' and
25783            not 'VHOST'"
25784   parameters:
25785   - "throughput"
25786   - "parent"
25787   - "tags"
25788   layout:
25789     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
25790     layout: "plot-throughput-speedup-analysis"
25791
25792 - type: "plot"
25793   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25794   algorithm: "plot_throughput_speedup_analysis"
25795   output-file-type: ".html"
25796   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25797   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25798   filter: "'NIC_Intel-XL710' and
25799            '64B' and
25800            'IP4FWD' and
25801            'NDRPDR' and
25802            'BASE' and
25803            'IPSECHW' and
25804            not 'VHOST'"
25805   parameters:
25806   - "throughput"
25807   - "parent"
25808   - "tags"
25809   layout:
25810     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
25811     layout: "plot-throughput-speedup-analysis"
25812
25813 # Speedup - VPP IPSec 3n-hsw-xl710 scale
25814 - type: "plot"
25815   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25816   algorithm: "plot_throughput_speedup_analysis"
25817   output-file-type: ".html"
25818   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25819   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25820   filter: "'NIC_Intel-XL710' and
25821            '64B' and
25822            'IP4FWD' and
25823            'NDRPDR' and
25824            'SCALE' and
25825            'IPSECHW' and
25826            not 'VHOST'"
25827   parameters:
25828   - "throughput"
25829   - "parent"
25830   - "tags"
25831   layout:
25832     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
25833     layout: "plot-throughput-speedup-analysis"
25834
25835 - type: "plot"
25836   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25837   algorithm: "plot_throughput_speedup_analysis"
25838   output-file-type: ".html"
25839   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25840   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25841   filter: "'NIC_Intel-XL710' and
25842            '64B' and
25843            'IP4FWD' and
25844            'NDRPDR' and
25845            'SCALE' and
25846            'IPSECHW' and
25847            not 'VHOST'"
25848   parameters:
25849   - "throughput"
25850   - "parent"
25851   - "tags"
25852   layout:
25853     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
25854     layout: "plot-throughput-speedup-analysis"
25855
25856 # Speedup - VPP IPSec 3n-hsw-xl710 sw
25857 - type: "plot"
25858   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25859   algorithm: "plot_throughput_speedup_analysis"
25860   output-file-type: ".html"
25861   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25862   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25863   filter: "'NIC_Intel-XL710' and
25864            '64B' and
25865            'IP4FWD' and
25866            'NDRPDR' and
25867            'IPSECSW' and
25868            not 'VHOST'"
25869   parameters:
25870   - "throughput"
25871   - "parent"
25872   - "tags"
25873   layout:
25874     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
25875     layout: "plot-throughput-speedup-analysis"
25876
25877 - type: "plot"
25878   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25879   algorithm: "plot_throughput_speedup_analysis"
25880   output-file-type: ".html"
25881   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25882   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25883   filter: "'NIC_Intel-XL710' and
25884            '64B' and
25885            'IP4FWD' and
25886            'NDRPDR' and
25887            'IPSECSW' and
25888            not 'VHOST'"
25889   parameters:
25890   - "throughput"
25891   - "parent"
25892   - "tags"
25893   layout:
25894     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
25895     layout: "plot-throughput-speedup-analysis"
25896
25897 ################################################################################
25898
25899 # Speedup - VPP SRv6 3n-hsw-x520
25900 - type: "plot"
25901   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
25902   algorithm: "plot_throughput_speedup_analysis"
25903   output-file-type: ".html"
25904   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
25905   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25906   filter: "'NIC_Intel-X520-DA2' and
25907            '78B' and
25908            'FEATURE' and
25909            'NDRPDR' and
25910            'IP6FWD' and
25911            'SRv6'"
25912   parameters:
25913   - "throughput"
25914   - "parent"
25915   - "tags"
25916   layout:
25917     title: "srv6-3n-hsw-x520-78b-features-ndr"
25918     layout: "plot-throughput-speedup-analysis"
25919
25920 - type: "plot"
25921   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
25922   algorithm: "plot_throughput_speedup_analysis"
25923   output-file-type: ".html"
25924   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
25925   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25926   filter: "'NIC_Intel-X520-DA2' and
25927            '78B' and
25928            'FEATURE' and
25929            'NDRPDR' and
25930            'IP6FWD' and
25931            'SRv6'"
25932   parameters:
25933   - "throughput"
25934   - "parent"
25935   - "tags"
25936   layout:
25937     title: "srv6-3n-hsw-x520-78b-features-pdr"
25938     layout: "plot-throughput-speedup-analysis"
25939
25940 ################################################################################
25941
25942 # Speedup - VPP L2 3n-hsw-x520 base and scale
25943 - type: "plot"
25944   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25945   algorithm: "plot_throughput_speedup_analysis"
25946   output-file-type: ".html"
25947   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25948   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25949   filter: "'NIC_Intel-X520-DA2' and
25950            '64B' and
25951            ('BASE' or 'SCALE') and
25952            'NDRPDR' and
25953            'ETH' and
25954            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25955            not 'VHOST' and
25956            not 'MEMIF'"
25957   parameters:
25958   - "throughput"
25959   - "parent"
25960   - "tags"
25961   sort:
25962   - "L2XCFWD"
25963   - "L2PATCH"
25964   - "L2BDMACLRN"
25965   - "FIB_10K"
25966   - "FIB_100K"
25967   - "FIB_1M"
25968   layout:
25969     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
25970     layout: "plot-throughput-speedup-analysis"
25971
25972 - type: "plot"
25973   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25974   algorithm: "plot_throughput_speedup_analysis"
25975   output-file-type: ".html"
25976   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25977   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25978   filter: "'NIC_Intel-X520-DA2' and
25979            '64B' and
25980            ('BASE' or 'SCALE') and
25981            'NDRPDR' and
25982            'ETH' and
25983            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25984            not 'VHOST' and
25985            not 'MEMIF'"
25986   parameters:
25987   - "throughput"
25988   - "parent"
25989   - "tags"
25990   sort:
25991   - "L2XCFWD"
25992   - "L2PATCH"
25993   - "L2BDMACLRN"
25994   - "FIB_10K"
25995   - "FIB_100K"
25996   - "FIB_1M"
25997   layout:
25998     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
25999     layout: "plot-throughput-speedup-analysis"
26000
26001 # Speedup - VPP L2 3n-hsw-x520 features
26002 - type: "plot"
26003   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26004   algorithm: "plot_throughput_speedup_analysis"
26005   output-file-type: ".html"
26006   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26007   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26008   filter: "'NIC_Intel-X520-DA2' and
26009            '64B' and
26010            'NDRPDR' and
26011            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26012            not 'ACL' and
26013            not 'VHOST' and
26014            not 'MEMIF'"
26015   parameters:
26016   - "throughput"
26017   - "parent"
26018   - "tags"
26019   sort:
26020   - "L2XCBASE"    # l2xcbase
26021   - "L2BDBASE"    # l2bdbase
26022   - "L2XCFWD"     # dot1q-l2xcbase
26023   - "L2BDMACLRN"  # dot1q-l2bdbase
26024   layout:
26025     title: "l2sw-3n-hsw-x520-64b-features-ndr"
26026     layout: "plot-throughput-speedup-analysis"
26027
26028 - type: "plot"
26029   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26030   algorithm: "plot_throughput_speedup_analysis"
26031   output-file-type: ".html"
26032   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26033   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26034   filter: "'NIC_Intel-X520-DA2' and
26035            '64B' and
26036            'NDRPDR' and
26037            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26038            not 'ACL' and
26039            not 'VHOST' and
26040            not 'MEMIF'"
26041   parameters:
26042   - "throughput"
26043   - "parent"
26044   - "tags"
26045   sort:
26046   - "L2XCBASE"    # l2xcbase
26047   - "L2BDBASE"    # l2bdbase
26048   - "L2XCFWD"     # dot1q-l2xcbase
26049   - "L2BDMACLRN"  # dot1q-l2bdbase
26050   layout:
26051     title: "l2sw-3n-hsw-x520-64b-features-pdr"
26052     layout: "plot-throughput-speedup-analysis"
26053
26054 # Speedup - VPP L2 3n-hsw-x520 features-iacl
26055 - type: "plot"
26056   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
26057   algorithm: "plot_throughput_speedup_analysis"
26058   output-file-type: ".html"
26059   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
26060   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26061   filter: "'NIC_Intel-X520-DA2' and
26062            'NDRPDR' and
26063            '64B' and
26064            'FEATURE' and
26065            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26066            'IACL' and
26067            ('ACL1' or 'ACL50') and
26068            ('10K_FLOWS' or '10k_FLOWS') and
26069            not 'MACIP' and
26070            not 'VHOST' and
26071            not 'MEMIF'"
26072   parameters:
26073   - "throughput"
26074   - "parent"
26075   - "tags"
26076   layout:
26077     title: "l2sw-3n-hsw-x520-64b-features-iacl-ndr"
26078     layout: "plot-throughput-speedup-analysis"
26079
26080 - type: "plot"
26081   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26082   algorithm: "plot_throughput_speedup_analysis"
26083   output-file-type: ".html"
26084   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26085   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26086   filter: "'NIC_Intel-X520-DA2' and
26087            'NDRPDR' and
26088            '64B' and
26089            'FEATURE' and
26090            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26091            'IACL' and
26092            ('ACL1' or 'ACL50') and
26093            ('10K_FLOWS' or '10k_FLOWS') and
26094            not 'MACIP' and
26095            not 'VHOST' and
26096            not 'MEMIF'"
26097   parameters:
26098   - "throughput"
26099   - "parent"
26100   - "tags"
26101   layout:
26102     title: "l2sw-3n-hsw-x520-64b-features-iacl-pdr"
26103     layout: "plot-throughput-speedup-analysis"
26104
26105 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26106 - type: "plot"
26107   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26108   algorithm: "plot_throughput_speedup_analysis"
26109   output-file-type: ".html"
26110   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26111   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26112   filter: "'NIC_Intel-X520-DA2' and
26113            'NDRPDR' and
26114            '64B' and
26115            'FEATURE' and
26116            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26117            'OACL' and
26118            ('ACL1' or 'ACL50') and
26119            ('10K_FLOWS' or '10k_FLOWS') and
26120            not 'MACIP' and
26121            not 'VHOST' and
26122            not 'MEMIF'"
26123   parameters:
26124   - "throughput"
26125   - "parent"
26126   - "tags"
26127   layout:
26128     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26129     layout: "plot-throughput-speedup-analysis"
26130
26131 - type: "plot"
26132   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26133   algorithm: "plot_throughput_speedup_analysis"
26134   output-file-type: ".html"
26135   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26136   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26137   filter: "'NIC_Intel-X520-DA2' and
26138            'NDRPDR' and
26139            '64B' and
26140            'FEATURE' and
26141            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26142            'OACL' and
26143            ('ACL1' or 'ACL50') and
26144            ('10K_FLOWS' or '10k_FLOWS') and
26145            not 'MACIP' and
26146            not 'VHOST' and
26147            not 'MEMIF'"
26148   parameters:
26149   - "throughput"
26150   - "parent"
26151   - "tags"
26152   layout:
26153     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26154     layout: "plot-throughput-speedup-analysis"
26155
26156 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26157 - type: "plot"
26158   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26159   algorithm: "plot_throughput_speedup_analysis"
26160   output-file-type: ".html"
26161   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26162   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26163   filter: "'NIC_Intel-X520-DA2' and
26164            'NDRPDR' and
26165            '64B' and
26166            'FEATURE' and
26167            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26168            'OACL' and
26169            ('ACL1' or 'ACL50') and
26170            ('10K_FLOWS' or '10k_FLOWS') and
26171            not 'MACIP' and
26172            not 'VHOST' and
26173            not 'MEMIF'"
26174   parameters:
26175   - "throughput"
26176   - "parent"
26177   - "tags"
26178   layout:
26179     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26180     layout: "plot-throughput-speedup-analysis"
26181
26182 - type: "plot"
26183   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26184   algorithm: "plot_throughput_speedup_analysis"
26185   output-file-type: ".html"
26186   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26187   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26188   filter: "'NIC_Intel-X520-DA2' and
26189            'NDRPDR' and
26190            '64B' and
26191            'FEATURE' and
26192            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26193            'OACL' and
26194            ('ACL1' or 'ACL50') and
26195            ('10K_FLOWS' or '10k_FLOWS') and
26196            not 'MACIP' and
26197            not 'VHOST' and
26198            not 'MEMIF'"
26199   parameters:
26200   - "throughput"
26201   - "parent"
26202   - "tags"
26203   layout:
26204     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26205     layout: "plot-throughput-speedup-analysis"
26206
26207 # Speedup - VPP L2 3n-hsw-x520 features-macip
26208 - type: "plot"
26209   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26210   algorithm: "plot_throughput_speedup_analysis"
26211   output-file-type: ".html"
26212   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26213   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26214   filter: "'NIC_Intel-X520-DA2' and
26215            'NDRPDR' and
26216            '64B' and
26217            'FEATURE' and
26218            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26219            'MACIP' and
26220            ('ACL1' or 'ACL50') and
26221            ('10K_FLOWS' or '10k_FLOWS') and
26222            not 'VHOST' and
26223            not 'MEMIF'"
26224   parameters:
26225   - "throughput"
26226   - "parent"
26227   - "tags"
26228   layout:
26229     title: "l2sw-3n-hsw-x520-64b-features-macip-ndr"
26230     layout: "plot-throughput-speedup-analysis"
26231
26232 - type: "plot"
26233   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26234   algorithm: "plot_throughput_speedup_analysis"
26235   output-file-type: ".html"
26236   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26237   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26238   filter: "'NIC_Intel-X520-DA2' and
26239            'NDRPDR' and
26240            '64B' and
26241            'FEATURE' and
26242            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26243            'MACIP' and
26244            ('ACL1' or 'ACL50') and
26245            ('10K_FLOWS' or '10k_FLOWS') and
26246            not 'VHOST' and
26247            not 'MEMIF'"
26248   parameters:
26249   - "throughput"
26250   - "parent"
26251   - "tags"
26252   layout:
26253     title: "l2sw-3n-hsw-x520-64b-features-macip-pdr"
26254     layout: "plot-throughput-speedup-analysis"
26255
26256 # Speedup - VPP L2 3n-hsw-x710 base and scale
26257 - type: "plot"
26258   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26259   algorithm: "plot_throughput_speedup_analysis"
26260   output-file-type: ".html"
26261   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26262   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26263   filter: "'NIC_Intel-X710' and
26264            '64B' and
26265            ('BASE' or 'SCALE') and
26266            'NDRPDR' and
26267            'ETH' and
26268            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26269            not 'VHOST' and
26270            not 'MEMIF' and
26271            not 'DRV_AVF'"
26272   parameters:
26273   - "throughput"
26274   - "parent"
26275   - "tags"
26276   sort:
26277   - "L2PATCH"
26278   - "L2XCFWD"
26279   - "L2BDMACLRN"
26280   - "FIB_10K"
26281   - "FIB_100K"
26282   - "FIB_1M"
26283   layout:
26284     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
26285     layout: "plot-throughput-speedup-analysis"
26286
26287 - type: "plot"
26288   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26289   algorithm: "plot_throughput_speedup_analysis"
26290   output-file-type: ".html"
26291   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26292   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26293   filter: "'NIC_Intel-X710' and
26294            '64B' and
26295            ('BASE' or 'SCALE') and
26296            'NDRPDR' and
26297            'ETH' and
26298            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26299            not 'VHOST' and
26300            not 'MEMIF' and
26301            not 'DRV_AVF'"
26302   parameters:
26303   - "throughput"
26304   - "parent"
26305   - "tags"
26306   sort:
26307   - "L2PATCH"
26308   - "L2XCFWD"
26309   - "L2BDMACLRN"
26310   - "FIB_10K"
26311   - "FIB_100K"
26312   - "FIB_1M"
26313   layout:
26314     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
26315     layout: "plot-throughput-speedup-analysis"
26316
26317 # Speedup - VPP L2 3n-hsw-x710 features
26318 - type: "plot"
26319   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26320   algorithm: "plot_throughput_speedup_analysis"
26321   output-file-type: ".html"
26322   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26323   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26324   filter: "'NIC_Intel-X710' and
26325            '64B' and
26326            'NDRPDR' and
26327            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26328            not 'ACL' and
26329            not 'VHOST' and
26330            not 'L2OVRLAY' and
26331            not 'MEMIF'"
26332   parameters:
26333   - "throughput"
26334   - "parent"
26335   - "tags"
26336   sort:
26337   - "L2XCBASE"    # l2xcbase
26338   - "L2BDBASE"    # l2bdbase
26339   - "L2XCFWD"     # dot1q-l2xcbase
26340   - "L2BDMACLRN"  # dot1q-l2bdbase
26341   layout:
26342     title: "l2sw-3n-hsw-x710-64b-features-ndr"
26343     layout: "plot-throughput-speedup-analysis"
26344
26345 - type: "plot"
26346   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26347   algorithm: "plot_throughput_speedup_analysis"
26348   output-file-type: ".html"
26349   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26350   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26351   filter: "'NIC_Intel-X710' and
26352            '64B' and
26353            'NDRPDR' and
26354            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26355            not 'ACL' and
26356            not 'VHOST' and
26357            not 'L2OVRLAY' and
26358            not 'MEMIF'"
26359   parameters:
26360   - "throughput"
26361   - "parent"
26362   - "tags"
26363   sort:
26364   - "L2XCBASE"    # l2xcbase
26365   - "L2BDBASE"    # l2bdbase
26366   - "L2XCFWD"     # dot1q-l2xcbase
26367   - "L2BDMACLRN"  # dot1q-l2bdbase
26368   layout:
26369     title: "l2sw-3n-hsw-x710-64b-features-pdr"
26370     layout: "plot-throughput-speedup-analysis"
26371
26372 # Speedup - VPP L2 3n-hsw-x710 features-iacl
26373 - type: "plot"
26374   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26375   algorithm: "plot_throughput_speedup_analysis"
26376   output-file-type: ".html"
26377   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26378   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26379   filter: "'NIC_Intel-X710' and
26380            'NDRPDR' and
26381            '64B' and
26382            'FEATURE' and
26383            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26384            'IACL' and
26385            ('ACL1' or 'ACL50') and
26386            ('10K_FLOWS' or '10k_FLOWS') and
26387            not 'MACIP' and
26388            not 'VHOST' and
26389            not 'MEMIF'"
26390   parameters:
26391   - "throughput"
26392   - "parent"
26393   - "tags"
26394   layout:
26395     title: "l2sw-3n-hsw-x710-64b-features-iacl-ndr"
26396     layout: "plot-throughput-speedup-analysis"
26397
26398 - type: "plot"
26399   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26400   algorithm: "plot_throughput_speedup_analysis"
26401   output-file-type: ".html"
26402   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26403   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26404   filter: "'NIC_Intel-X710' and
26405            'NDRPDR' and
26406            '64B' and
26407            'FEATURE' and
26408            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26409            'IACL' and
26410            ('ACL1' or 'ACL50') and
26411            ('10K_FLOWS' or '10k_FLOWS') and
26412            not 'MACIP' and
26413            not 'VHOST' and
26414            not 'MEMIF'"
26415   parameters:
26416   - "throughput"
26417   - "parent"
26418   - "tags"
26419   layout:
26420     title: "l2sw-3n-hsw-x710-64b-features-iacl-pdr"
26421     layout: "plot-throughput-speedup-analysis"
26422
26423 # Speedup - VPP L2 3n-hsw-xl710 base and scale
26424 - type: "plot"
26425   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26426   algorithm: "plot_throughput_speedup_analysis"
26427   output-file-type: ".html"
26428   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26429   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26430   filter: "'NIC_Intel-XL710' and
26431            '64B' and
26432            'BASE' and
26433            'NDRPDR' and
26434            'ETH' and
26435            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26436            not 'VHOST' and
26437            not 'MEMIF'"
26438   parameters:
26439   - "throughput"
26440   - "parent"
26441   - "tags"
26442   sort:
26443   - "L2PATCH"
26444   - "L2XCFWD"
26445   - "L2BDMACLRN"
26446   layout:
26447     title: "l2sw-3n-hsw-xl710-64b-base-ndr"
26448     layout: "plot-throughput-speedup-analysis"
26449
26450 - type: "plot"
26451   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26452   algorithm: "plot_throughput_speedup_analysis"
26453   output-file-type: ".html"
26454   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26455   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26456   filter: "'NIC_Intel-XL710' and
26457            '64B' and
26458            'BASE' and
26459            'NDRPDR' and
26460            'ETH' and
26461            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26462            not 'VHOST' and
26463            not 'MEMIF'"
26464   parameters:
26465   - "throughput"
26466   - "parent"
26467   - "tags"
26468   sort:
26469   - "L2PATCH"
26470   - "L2XCFWD"
26471   - "L2BDMACLRN"
26472   layout:
26473     title: "l2sw-3n-hsw-xl710-64b-base-pdr"
26474     layout: "plot-throughput-speedup-analysis"
26475
26476 # Speedup - VPP L2 3n-skx-x710 base and scale
26477 - type: "plot"
26478   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26479   algorithm: "plot_throughput_speedup_analysis"
26480   output-file-type: ".html"
26481   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26482   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26483   filter: "'NIC_Intel-X710' and
26484            '64B' and
26485            ('BASE' or 'SCALE') and
26486            'NDRPDR' and
26487            'ETH' and
26488            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26489            not 'VHOST' and
26490            not 'DRV_AVF' and
26491            not 'MEMIF'"
26492   parameters:
26493   - "throughput"
26494   - "parent"
26495   - "tags"
26496   sort:
26497   - "L2PATCH"
26498   - "L2XCBASE"
26499   - "BASE"
26500   - "FIB_10K"
26501   - "FIB_100K"
26502   - "FIB_1M"
26503   layout:
26504     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
26505     layout: "plot-throughput-speedup-analysis"
26506
26507 - type: "plot"
26508   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26509   algorithm: "plot_throughput_speedup_analysis"
26510   output-file-type: ".html"
26511   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26512   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26513   filter: "'NIC_Intel-X710' and
26514            '64B' and
26515            ('BASE' or 'SCALE') and
26516            'NDRPDR' and
26517            'ETH' and
26518            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26519            not 'VHOST' and
26520            not 'DRV_AVF' and
26521            not 'MEMIF'"
26522   parameters:
26523   - "throughput"
26524   - "parent"
26525   - "tags"
26526   sort:
26527   - "L2PATCH"
26528   - "L2XCBASE"
26529   - "BASE"
26530   - "FIB_10K"
26531   - "FIB_100K"
26532   - "FIB_1M"
26533   layout:
26534     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
26535     layout: "plot-throughput-speedup-analysis"
26536
26537 # Speedup - VPP L2 3n-skx-x710 features
26538 - type: "plot"
26539   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
26540   algorithm: "plot_throughput_speedup_analysis"
26541   output-file-type: ".html"
26542   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
26543   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26544   filter: "'NIC_Intel-X710' and
26545            '64B' and
26546            'NDRPDR' and
26547            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26548            not 'ACL' and
26549            not 'VHOST' and
26550            not 'DRV_AVF' and
26551            not 'L2OVRLAY' and
26552            not 'MEMIF'"
26553   parameters:
26554   - "throughput"
26555   - "parent"
26556   - "tags"
26557   sort:
26558   - "L2XCBASE"    # l2xcbase
26559   - "L2BDBASE"    # l2bdbase
26560   - "L2XCFWD"     # dot1q-l2xcbase
26561   - "L2BDMACLRN"  # dot1q-l2bdbase
26562   layout:
26563     title: "l2sw-3n-skx-x710-64b-features-ndr"
26564     layout: "plot-throughput-speedup-analysis"
26565
26566 - type: "plot"
26567   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
26568   algorithm: "plot_throughput_speedup_analysis"
26569   output-file-type: ".html"
26570   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
26571   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26572   filter: "'NIC_Intel-X710' and
26573            '64B' and
26574            'NDRPDR' and
26575            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26576            not 'ACL' and
26577            not 'VHOST' and
26578            not 'DRV_AVF' and
26579            not 'L2OVRLAY' and
26580            not 'MEMIF'"
26581   parameters:
26582   - "throughput"
26583   - "parent"
26584   - "tags"
26585   sort:
26586   - "L2XCBASE"    # l2xcbase
26587   - "L2BDBASE"    # l2bdbase
26588   - "L2XCFWD"     # dot1q-l2xcbase
26589   - "L2BDMACLRN"  # dot1q-l2bdbase
26590   layout:
26591     title: "l2sw-3n-skx-x710-64b-features-pdr"
26592     layout: "plot-throughput-speedup-analysis"
26593
26594 # Speedup - VPP L2 3n-skx-x710 features-iacl
26595 - type: "plot"
26596   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26597   algorithm: "plot_throughput_speedup_analysis"
26598   output-file-type: ".html"
26599   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26600   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26601   filter: "'NIC_Intel-X710' and
26602            'NDRPDR' and
26603            '64B' and
26604            'FEATURE' and
26605            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26606            'IACL' and
26607            ('ACL1' or 'ACL50') and
26608            ('10K_FLOWS' or '10k_FLOWS') and
26609            not 'MACIP' and
26610            not 'VHOST' and
26611            not 'MEMIF'"
26612   parameters:
26613   - "throughput"
26614   - "parent"
26615   - "tags"
26616   layout:
26617     title: "l2sw-3n-skx-x710-64b-features-iacl-ndr"
26618     layout: "plot-throughput-speedup-analysis"
26619
26620 - type: "plot"
26621   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26622   algorithm: "plot_throughput_speedup_analysis"
26623   output-file-type: ".html"
26624   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26625   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26626   filter: "'NIC_Intel-X710' and
26627            'NDRPDR' and
26628            '64B' and
26629            'FEATURE' and
26630            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26631            'IACL' and
26632            ('ACL1' or 'ACL50') and
26633            ('10K_FLOWS' or '10k_FLOWS') and
26634            not 'MACIP' and
26635            not 'VHOST' and
26636            not 'MEMIF'"
26637   parameters:
26638   - "throughput"
26639   - "parent"
26640   - "tags"
26641   layout:
26642     title: "l2sw-3n-skx-x710-64b-features-iacl-pdr"
26643     layout: "plot-throughput-speedup-analysis"
26644
26645 # Speedup - VPP L2 3n-skx-xxv710 base and scale
26646 - type: "plot"
26647   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26648   algorithm: "plot_throughput_speedup_analysis"
26649   output-file-type: ".html"
26650   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26651   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26652   filter: "'NIC_Intel-XXV710' and
26653            '64B' and
26654            ('BASE' or 'SCALE') and
26655            'NDRPDR' and
26656            'ETH' and
26657            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26658            not 'DRV_AVF' and
26659            not 'VHOST' and
26660            not 'MEMIF'"
26661   parameters:
26662   - "throughput"
26663   - "parent"
26664   - "tags"
26665 #  sort:
26666 #  - "L2PATCH"
26667 #  - "L2PATCH"
26668 #  - "L2XCBASE"
26669 #  - "L2BDMACLRN"
26670   layout:
26671     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
26672     layout: "plot-throughput-speedup-analysis"
26673
26674 - type: "plot"
26675   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26676   algorithm: "plot_throughput_speedup_analysis"
26677   output-file-type: ".html"
26678   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26679   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26680   filter: "'NIC_Intel-XXV710' and
26681            '64B' and
26682            ('BASE' or 'SCALE') and
26683            'NDRPDR' and
26684            'ETH' and
26685            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26686            not 'DRV_AVF' and
26687            not 'VHOST' and
26688            not 'MEMIF'"
26689   parameters:
26690   - "throughput"
26691   - "parent"
26692   - "tags"
26693 #  sort:
26694 #  - "L2PATCH"
26695 #  - "L2PATCH"
26696 #  - "L2XCBASE"
26697 #  - "L2BDMACLRN"
26698   layout:
26699     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
26700     layout: "plot-throughput-speedup-analysis"
26701
26702 # Speedup - VPP L2 2n-skx-x710 base and scale
26703 - type: "plot"
26704   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26705   algorithm: "plot_throughput_speedup_analysis"
26706   output-file-type: ".html"
26707   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26708   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26709   filter: "'NIC_Intel-X710' and
26710            '64B' and
26711            ('BASE' or 'SCALE') and
26712            'NDRPDR' and
26713            'ETH' and
26714            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26715            not 'VHOST' and
26716            not 'MEMIF'"
26717   parameters:
26718   - "throughput"
26719   - "parent"
26720   - "tags"
26721   sort:
26722   - "L2PATCH"
26723   - "L2XCBASE"
26724   - "BASE"
26725   - "FIB_10K"
26726   - "FIB_100K"
26727   - "FIB_1M"
26728   layout:
26729     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
26730     layout: "plot-throughput-speedup-analysis"
26731
26732 - type: "plot"
26733   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26734   algorithm: "plot_throughput_speedup_analysis"
26735   output-file-type: ".html"
26736   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26737   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26738   filter: "'NIC_Intel-X710' and
26739            '64B' and
26740            ('BASE' or 'SCALE') and
26741            'NDRPDR' and
26742            'ETH' and
26743            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26744            not 'VHOST' and
26745            not 'MEMIF'"
26746   parameters:
26747   - "throughput"
26748   - "parent"
26749   - "tags"
26750   sort:
26751   - "L2PATCH"
26752   - "L2XCBASE"
26753   - "BASE"
26754   - "FIB_10K"
26755   - "FIB_100K"
26756   - "FIB_1M"
26757   layout:
26758     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
26759     layout: "plot-throughput-speedup-analysis"
26760
26761 # Speedup - VPP L2 2n-skx-xxv710 base and scale
26762 - type: "plot"
26763   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26764   algorithm: "plot_throughput_speedup_analysis"
26765   output-file-type: ".html"
26766   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26767   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26768   filter: "'NIC_Intel-XXV710' and
26769            '64B' and
26770            ('BASE' or 'SCALE') and
26771            'NDRPDR' and
26772            'ETH' and
26773            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26774            not 'VHOST' and
26775            not 'MEMIF'"
26776   parameters:
26777   - "throughput"
26778   - "parent"
26779   - "tags"
26780   sort:
26781   - "L2PATCH"
26782   - "L2XCBASE"
26783   - "BASE"
26784   - "FIB_10K"
26785   - "FIB_100K"
26786   - "FIB_1M"
26787   layout:
26788     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
26789     layout: "plot-throughput-speedup-analysis"
26790
26791 - type: "plot"
26792   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26793   algorithm: "plot_throughput_speedup_analysis"
26794   output-file-type: ".html"
26795   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26796   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26797   filter: "'NIC_Intel-XXV710' and
26798            '64B' and
26799            ('BASE' or 'SCALE') and
26800            'NDRPDR' and
26801            'ETH' and
26802            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26803            not 'VHOST' and
26804            not 'MEMIF'"
26805   parameters:
26806   - "throughput"
26807   - "parent"
26808   - "tags"
26809   sort:
26810   - "L2PATCH"
26811   - "L2XCBASE"
26812   - "BASE"
26813   - "FIB_10K"
26814   - "FIB_100K"
26815   - "FIB_1M"
26816   layout:
26817     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
26818     layout: "plot-throughput-speedup-analysis"
26819
26820 ## Speedup - VPP L2 2n-dnv-x553 base
26821 #- type: "plot"
26822 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26823 #  algorithm: "plot_throughput_speedup_analysis"
26824 #  output-file-type: ".html"
26825 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26826 #  data: "intel-dnv-vpp"
26827 #  filter: "'NIC_Intel-X553' and
26828 #           '64B' and
26829 #           ('BASE' or 'SCALE') and
26830 #           'NDRPDR' and
26831 #           'ETH' and
26832 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26833 #           not 'VHOST' and
26834 #           not 'MEMIF'"
26835 #  parameters:
26836 #  - "throughput"
26837 #  - "parent"
26838 #  - "tags"
26839 #  sort:
26840 #  - "L2XCBASE"
26841 #  - "L2BDMACLRN"
26842 #  - "L2PATCH"
26843 #  layout:
26844 #    title: "l2sw-2n-dnv-x553-64b-base-ndr"
26845 #    layout: "plot-throughput-speedup-analysis"
26846 #
26847 #- type: "plot"
26848 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26849 #  algorithm: "plot_throughput_speedup_analysis"
26850 #  output-file-type: ".html"
26851 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26852 #  data: "intel-dnv-vpp"
26853 #  filter: "'NIC_Intel-X553' and
26854 #           '64B' and
26855 #           ('BASE' or 'SCALE') and
26856 #           'NDRPDR' and
26857 #           'ETH' and
26858 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26859 #           not 'VHOST' and
26860 #           not 'MEMIF'"
26861 #  parameters:
26862 #  - "throughput"
26863 #  - "parent"
26864 #  - "tags"
26865 #  sort:
26866 #  - "L2XCBASE"
26867 #  - "L2BDMACLRN"
26868 #  - "L2PATCH"
26869 #  layout:
26870 #    title: "l2sw-2n-dnv-x553-64b-base-pdr"
26871 #    layout: "plot-throughput-speedup-analysis"
26872
26873 ################################################################################
26874
26875 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
26876 - type: "plot"
26877   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26878   algorithm: "plot_throughput_speedup_analysis"
26879   output-file-type: ".html"
26880   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26881   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26882   filter: "'NIC_Intel-X520-DA2' and
26883            '64B' and
26884            'NDRPDR' and
26885            'ETH' and
26886            'IP4FWD' and
26887            'VHOST_1024' and
26888            not 'VXLAN' and
26889            not 'DOT1Q'"
26890   parameters:
26891   - "throughput"
26892   - "parent"
26893   - "tags"
26894   sort:
26895   - "not CFS_OPT"
26896   - "1VM"
26897   - "2VM"
26898   layout:
26899     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
26900     layout: "plot-throughput-speedup-analysis"
26901
26902 - type: "plot"
26903   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26904   algorithm: "plot_throughput_speedup_analysis"
26905   output-file-type: ".html"
26906   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26907   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26908   filter: "'NIC_Intel-X520-DA2' and
26909            '64B' and
26910            'NDRPDR' and
26911            'ETH' and
26912            'IP4FWD' and
26913            'VHOST_1024' and
26914            not 'VXLAN' and
26915            not 'DOT1Q'"
26916   parameters:
26917   - "throughput"
26918   - "parent"
26919   - "tags"
26920   sort:
26921   - "not CFS_OPT"
26922   - "1VM"
26923   - "2VM"
26924   layout:
26925     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
26926     layout: "plot-throughput-speedup-analysis"
26927
26928 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
26929 - type: "plot"
26930   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26931   algorithm: "plot_throughput_speedup_analysis"
26932   output-file-type: ".html"
26933   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26934   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26935   filter: "'NIC_Intel-X520-DA2' and
26936            '64B' and
26937            'NDRPDR' and
26938            ('ETH' or 'DOT1Q') and
26939            'BASE' and
26940            ('L2BDMACLRN' or 'L2XCFWD') and
26941            'VHOST_1024' and
26942            not 'VXLAN' and
26943            not 'IP4FWD' and
26944            not '2VM'"
26945   parameters:
26946   - "throughput"
26947   - "parent"
26948   - "tags"
26949   sort:
26950   - "L2BDMACLRN"
26951   - "L2BDMACLRN"
26952   - "L2BDMACLRN"
26953   - "L2XCFWD"
26954   - "L2XCFWD"
26955   - "L2XCFWD"
26956   layout:
26957     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr"
26958     layout: "plot-throughput-speedup-analysis"
26959
26960 - type: "plot"
26961   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26962   algorithm: "plot_throughput_speedup_analysis"
26963   output-file-type: ".html"
26964   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26965   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26966   filter: "'NIC_Intel-X520-DA2' and
26967            '64B' and
26968            'NDRPDR' and
26969            ('ETH' or 'DOT1Q') and
26970            'BASE' and
26971            ('L2BDMACLRN' or 'L2XCFWD') and
26972            'VHOST_1024' and
26973            not 'VXLAN' and
26974            not 'IP4FWD' and
26975            not '2VM'"
26976   parameters:
26977   - "throughput"
26978   - "parent"
26979   - "tags"
26980   sort:
26981   - "L2BDMACLRN"
26982   - "L2BDMACLRN"
26983   - "L2BDMACLRN"
26984   - "L2XCFWD"
26985   - "L2XCFWD"
26986   - "L2XCFWD"
26987   layout:
26988     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr"
26989     layout: "plot-throughput-speedup-analysis"
26990
26991 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
26992 - type: "plot"
26993   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26994   algorithm: "plot_throughput_speedup_analysis"
26995   output-file-type: ".html"
26996   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26997   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26998   filter: "'NIC_Intel-X520-DA2' and
26999            '64B' and
27000            'NDRPDR' and
27001            ('ETH' or 'DOT1Q') and
27002            ('L2BDMACLRN' or 'L2XCFWD') and
27003            'VHOST_1024' and
27004            not 'CFS_OPT' and
27005            not 'DOT1Q' and
27006            not 'VXLAN' and
27007            not 'IP4FWD' and
27008            not 'LBOND'"
27009   parameters:
27010   - "throughput"
27011   - "parent"
27012   - "tags"
27013 #  sort:
27014 #  - "1VM"
27015 #  - "L2XCFWD"
27016 #  - "1VM"
27017 #  - "L2BDMACLRN"
27018   layout:
27019     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
27020     layout: "plot-throughput-speedup-analysis"
27021
27022 - type: "plot"
27023   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27024   algorithm: "plot_throughput_speedup_analysis"
27025   output-file-type: ".html"
27026   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27027   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27028   filter: "'NIC_Intel-X520-DA2' and
27029            '64B' and
27030            'NDRPDR' and
27031            ('ETH' or 'DOT1Q') and
27032            ('L2BDMACLRN' or 'L2XCFWD') and
27033            'VHOST_1024' and
27034            not 'CFS_OPT' and
27035            not 'DOT1Q' and
27036            not 'VXLAN' and
27037            not 'IP4FWD' and
27038            not 'LBOND'"
27039   parameters:
27040   - "throughput"
27041   - "parent"
27042   - "tags"
27043 #  sort:
27044 #  - "1VM"
27045 #  - "L2XCFWD"
27046 #  - "1VM"
27047 #  - "L2BDMACLRN"
27048   layout:
27049     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
27050     layout: "plot-throughput-speedup-analysis"
27051
27052 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
27053 - type: "plot"
27054   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27055   algorithm: "plot_throughput_speedup_analysis"
27056   output-file-type: ".html"
27057   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27058   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27059   filter: "'NIC_Intel-X710' and
27060            '64B' and
27061            'NDRPDR' and
27062            'ETH' and
27063            'IP4FWD' and
27064            'VHOST_1024' and
27065            not 'VXLAN' and
27066            not 'CFS_OPT' and
27067            not 'DOT1Q'"
27068   parameters:
27069   - "throughput"
27070   - "parent"
27071   - "tags"
27072   sort:
27073   - "1VM"
27074   - "2VM"
27075   layout:
27076     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
27077     layout: "plot-throughput-speedup-analysis"
27078
27079 - type: "plot"
27080   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27081   algorithm: "plot_throughput_speedup_analysis"
27082   output-file-type: ".html"
27083   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27084   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27085   filter: "'NIC_Intel-X710' and
27086            '64B' and
27087            'NDRPDR' and
27088            'ETH' and
27089            'IP4FWD' and
27090            'VHOST_1024' and
27091            not 'VXLAN' and
27092            not 'CFS_OPT' and
27093            not 'DOT1Q'"
27094   parameters:
27095   - "throughput"
27096   - "parent"
27097   - "tags"
27098   sort:
27099   - "1VM"
27100   - "2VM"
27101   layout:
27102     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
27103     layout: "plot-throughput-speedup-analysis"
27104
27105 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
27106 - type: "plot"
27107   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27108   algorithm: "plot_throughput_speedup_analysis"
27109   output-file-type: ".html"
27110   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27111   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27112   filter: "'NIC_Intel-X710' and
27113            '64B' and
27114            'NDRPDR' and
27115            ('ETH' or 'DOT1Q') and
27116            'BASE' and
27117            ('L2BDMACLRN' or 'L2XCFWD') and
27118            'VHOST_1024' and
27119            not 'VXLAN' and
27120            not 'IP4FWD' and
27121            not '2VM'"
27122   parameters:
27123   - "throughput"
27124   - "parent"
27125   - "tags"
27126   sort:
27127   - "L2BDMACLRN"
27128   - "L2BDMACLRN"
27129   - "L2BDMACLRN"
27130   - "L2XCFWD"
27131   - "L2XCFWD"
27132   - "L2XCFWD"
27133   layout:
27134     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr"
27135     layout: "plot-throughput-speedup-analysis"
27136
27137 - type: "plot"
27138   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27139   algorithm: "plot_throughput_speedup_analysis"
27140   output-file-type: ".html"
27141   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27142   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27143   filter: "'NIC_Intel-X710' and
27144            '64B' and
27145            'NDRPDR' and
27146            ('ETH' or 'DOT1Q') and
27147            'BASE' and
27148            ('L2BDMACLRN' or 'L2XCFWD') and
27149            'VHOST_1024' and
27150            not 'VXLAN' and
27151            not 'IP4FWD' and
27152            not '2VM'"
27153   parameters:
27154   - "throughput"
27155   - "parent"
27156   - "tags"
27157   sort:
27158   - "L2BDMACLRN"
27159   - "L2BDMACLRN"
27160   - "L2BDMACLRN"
27161   - "L2XCFWD"
27162   - "L2XCFWD"
27163   - "L2XCFWD"
27164   layout:
27165     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr"
27166     layout: "plot-throughput-speedup-analysis"
27167
27168 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
27169 - type: "plot"
27170   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27171   algorithm: "plot_throughput_speedup_analysis"
27172   output-file-type: ".html"
27173   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27174   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27175   filter: "'NIC_Intel-X710' and
27176            '64B' and
27177            'NDRPDR' and
27178            ('ETH' or 'DOT1Q') and
27179            ('L2BDMACLRN' or 'L2XCFWD') and
27180            'VHOST_1024' and
27181            not 'CFS_OPT' and
27182            not 'VXLAN' and
27183            not 'IP4FWD' and
27184            not 'LBOND'"
27185   parameters:
27186   - "throughput"
27187   - "parent"
27188   - "tags"
27189   sort:
27190   - "L2BDMACLRN"
27191   - "L2BDMACLRN"
27192   - "L2BDMACLRN"
27193   - "L2XCFWD"
27194   - "L2XCFWD"
27195   - "L2XCFWD"
27196   layout:
27197     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr"
27198     layout: "plot-throughput-speedup-analysis"
27199
27200 - type: "plot"
27201   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27202   algorithm: "plot_throughput_speedup_analysis"
27203   output-file-type: ".html"
27204   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27205   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27206   filter: "'NIC_Intel-X710' and
27207            '64B' and
27208            'NDRPDR' and
27209            ('ETH' or 'DOT1Q') and
27210            ('L2BDMACLRN' or 'L2XCFWD') and
27211            'VHOST_1024' and
27212            not 'CFS_OPT' and
27213            not 'VXLAN' and
27214            not 'IP4FWD' and
27215            not 'LBOND'"
27216   parameters:
27217   - "throughput"
27218   - "parent"
27219   - "tags"
27220   sort:
27221   - "L2BDMACLRN"
27222   - "L2BDMACLRN"
27223   - "L2BDMACLRN"
27224   - "L2XCFWD"
27225   - "L2XCFWD"
27226   - "L2XCFWD"
27227   layout:
27228     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr"
27229     layout: "plot-throughput-speedup-analysis"
27230
27231 # Packet Speedup - VPP vhost ip4 3n-skx-x710
27232 - type: "plot"
27233   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27234   algorithm: "plot_throughput_speedup_analysis"
27235   output-file-type: ".html"
27236   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27237   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27238   filter: "'NIC_Intel-X710' and
27239            '64B' and
27240            'NDRPDR' and
27241            'ETH' and
27242            'IP4FWD' and
27243            'VHOST_1024' and
27244            not 'VXLAN' and
27245            not 'DOT1Q'"
27246   parameters:
27247   - "throughput"
27248   - "parent"
27249   - "tags"
27250   sort:
27251   - "1VM"
27252   - "2VM"
27253   layout:
27254     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
27255     layout: "plot-throughput-speedup-analysis"
27256
27257 - type: "plot"
27258   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27259   algorithm: "plot_throughput_speedup_analysis"
27260   output-file-type: ".html"
27261   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27262   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27263   filter: "'NIC_Intel-X710' and
27264            '64B' and
27265            'NDRPDR' and
27266            'ETH' and
27267            'IP4FWD' and
27268            'VHOST_1024' and
27269            not 'VXLAN' and
27270            not 'DOT1Q'"
27271   parameters:
27272   - "throughput"
27273   - "parent"
27274   - "tags"
27275   sort:
27276   - "1VM"
27277   - "2VM"
27278   layout:
27279     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
27280     layout: "plot-throughput-speedup-analysis"
27281
27282 # Packet Speedup - VPP vhost ip4 2n-skx-x710
27283 - type: "plot"
27284   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27285   algorithm: "plot_throughput_speedup_analysis"
27286   output-file-type: ".html"
27287   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27288   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27289   filter: "'NIC_Intel-X710' and
27290            '64B' and
27291            'NDRPDR' and
27292            'ETH' and
27293            'IP4FWD' and
27294            'VHOST_1024' and
27295            not 'VXLAN' and
27296            not 'NF_DENSITY' and
27297            not 'CFS_OPT' and
27298            not 'DOT1Q'"
27299   parameters:
27300   - "throughput"
27301   - "parent"
27302   - "tags"
27303   sort:
27304   - "1VM"
27305   - "2VM"
27306   layout:
27307     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
27308     layout: "plot-throughput-speedup-analysis"
27309
27310 - type: "plot"
27311   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27312   algorithm: "plot_throughput_speedup_analysis"
27313   output-file-type: ".html"
27314   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27315   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27316   filter: "'NIC_Intel-X710' and
27317            '64B' and
27318            'NDRPDR' and
27319            'ETH' and
27320            'IP4FWD' and
27321            'VHOST_1024' and
27322            not 'VXLAN' and
27323            not 'NF_DENSITY' and
27324            not 'CFS_OPT' and
27325            not 'DOT1Q'"
27326   parameters:
27327   - "throughput"
27328   - "parent"
27329   - "tags"
27330   sort:
27331   - "1VM"
27332   - "2VM"
27333   layout:
27334     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
27335     layout: "plot-throughput-speedup-analysis"
27336
27337 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
27338 - type: "plot"
27339   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27340   algorithm: "plot_throughput_speedup_analysis"
27341   output-file-type: ".html"
27342   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27343   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27344   filter: "'NIC_Intel-X710' and
27345            '64B' and
27346            'NDRPDR' and
27347            ('ETH' or 'DOT1Q') and
27348            'BASE' and
27349            ('L2BDMACLRN' or 'L2XCFWD') and
27350            'VHOST_1024' and
27351            not 'VXLAN' and
27352            not 'NF_DENSITY' and
27353            not 'IP4FWD' and
27354            not '2VM'"
27355   parameters:
27356   - "throughput"
27357   - "parent"
27358   - "tags"
27359 #  sort:
27360 #  - "not CFS_OPT"
27361 #  - "L2XCFWD"
27362 #  - "not CFS_OPT"
27363 #  - "CFS_OPT"
27364   layout:
27365     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr"
27366     layout: "plot-throughput-speedup-analysis"
27367
27368 - type: "plot"
27369   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27370   algorithm: "plot_throughput_speedup_analysis"
27371   output-file-type: ".html"
27372   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27373   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27374   filter: "'NIC_Intel-X710' and
27375            '64B' and
27376            'NDRPDR' and
27377            ('ETH' or 'DOT1Q') and
27378            'BASE' and
27379            ('L2BDMACLRN' or 'L2XCFWD') and
27380            'VHOST_1024' and
27381            not 'VXLAN' and
27382            not 'NF_DENSITY' and
27383            not 'IP4FWD' and
27384            not '2VM'"
27385   parameters:
27386   - "throughput"
27387   - "parent"
27388   - "tags"
27389 #  sort:
27390 #  - "not CFS_OPT"
27391 #  - "L2XCFWD"
27392 #  - "not CFS_OPT"
27393 #  - "CFS_OPT"
27394   layout:
27395     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr"
27396     layout: "plot-throughput-speedup-analysis"
27397
27398 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
27399 - type: "plot"
27400   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27401   algorithm: "plot_throughput_speedup_analysis"
27402   output-file-type: ".html"
27403   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27404   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27405   filter: "'NIC_Intel-X710' and
27406            '64B' and
27407            'NDRPDR' and
27408            ('ETH' or 'DOT1Q') and
27409            ('L2BDMACLRN' or 'L2XCFWD') and
27410            'VHOST_1024' and
27411            not 'CFS_OPT' and
27412            not 'VXLAN' and
27413            not 'NF_DENSITY' and
27414            not 'DOT1Q' and
27415            not 'IP4FWD'"
27416   parameters:
27417   - "throughput"
27418   - "parent"
27419   - "tags"
27420 #  sort:
27421 #  - "1VM"
27422 #  - "L2XCFWD"
27423 #  - "1VM"
27424 #  - "L2BDMACLRN"
27425   layout:
27426     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
27427     layout: "plot-throughput-speedup-analysis"
27428
27429 - type: "plot"
27430   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27431   algorithm: "plot_throughput_speedup_analysis"
27432   output-file-type: ".html"
27433   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27434   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27435   filter: "'NIC_Intel-X710' and
27436            '64B' and
27437            'NDRPDR' and
27438            ('ETH' or 'DOT1Q') and
27439            ('L2BDMACLRN' or 'L2XCFWD') and
27440            'VHOST_1024' and
27441            not 'CFS_OPT' and
27442            not 'VXLAN' and
27443            not 'NF_DENSITY' and
27444            not 'DOT1Q' and
27445            not 'IP4FWD'"
27446   parameters:
27447   - "throughput"
27448   - "parent"
27449   - "tags"
27450 #  sort:
27451 #  - "1VM"
27452 #  - "L2XCFWD"
27453 #  - "1VM"
27454 #  - "L2BDMACLRN"
27455   layout:
27456     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
27457     layout: "plot-throughput-speedup-analysis"
27458
27459 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
27460 - type: "plot"
27461   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27462   algorithm: "plot_throughput_speedup_analysis"
27463   output-file-type: ".html"
27464   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27465   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27466   filter: "'NIC_Intel-XXV710' and
27467            '64B' and
27468            'NDRPDR' and
27469            'ETH' and
27470            'IP4FWD' and
27471            'VHOST_1024' and
27472            not 'VXLAN' and
27473            not 'CFS_OPT' and
27474            not 'DOT1Q'"
27475   parameters:
27476   - "throughput"
27477   - "parent"
27478   - "tags"
27479   sort:
27480   - "not CFS_OPT"
27481   - "1VM"
27482   - "2VM"
27483   layout:
27484     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
27485     layout: "plot-throughput-speedup-analysis"
27486
27487 - type: "plot"
27488   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27489   algorithm: "plot_throughput_speedup_analysis"
27490   output-file-type: ".html"
27491   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27492   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27493   filter: "'NIC_Intel-XXV710' and
27494            '64B' and
27495            'NDRPDR' and
27496            'ETH' and
27497            'IP4FWD' and
27498            'VHOST_1024' and
27499            not 'VXLAN' and
27500            not 'CFS_OPT' and
27501            not 'DOT1Q'"
27502   parameters:
27503   - "throughput"
27504   - "parent"
27505   - "tags"
27506   sort:
27507   - "not CFS_OPT"
27508   - "1VM"
27509   - "2VM"
27510   layout:
27511     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
27512     layout: "plot-throughput-speedup-analysis"
27513
27514 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
27515 #- type: "plot"
27516 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27517 #  algorithm: "plot_throughput_speedup_analysis"
27518 #  output-file-type: ".html"
27519 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27520 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27521 #  filter: "'NIC_Intel-XXV710' and
27522 #           '64B' and
27523 #           'NDRPDR' and
27524 #           ('ETH' or 'DOT1Q') and
27525 #           'BASE' and
27526 #           ('L2BDMACLRN' or 'L2XCFWD') and
27527 #           'VHOST_1024' and
27528 #           not 'VXLAN' and
27529 #           not 'IP4FWD' and
27530 #           not '2VM'"
27531 #  parameters:
27532 #  - "throughput"
27533 #  - "parent"
27534 #  - "tags"
27535 ##  sort:
27536 ##  - "not CFS_OPT"
27537 ##  - "L2XCFWD"
27538 ##  - "not CFS_OPT"
27539 ##  - "CFS_OPT"
27540 #  layout:
27541 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr"
27542 #    layout: "plot-throughput-speedup-analysis"
27543 #
27544 #- type: "plot"
27545 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27546 #  algorithm: "plot_throughput_speedup_analysis"
27547 #  output-file-type: ".html"
27548 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27549 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27550 #  filter: "'NIC_Intel-XXV710' and
27551 #           '64B' and
27552 #           'NDRPDR' and
27553 #           ('ETH' or 'DOT1Q') and
27554 #           'BASE' and
27555 #           ('L2BDMACLRN' or 'L2XCFWD') and
27556 #           'VHOST_1024' and
27557 #           not 'VXLAN' and
27558 #           not 'IP4FWD' and
27559 #           not '2VM'"
27560 #  parameters:
27561 #  - "throughput"
27562 #  - "parent"
27563 #  - "tags"
27564 ##  sort:
27565 ##  - "not CFS_OPT"
27566 ##  - "L2XCFWD"
27567 ##  - "not CFS_OPT"
27568 ##  - "CFS_OPT"
27569 #  layout:
27570 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr"
27571 #    layout: "plot-throughput-speedup-analysis"
27572 #
27573 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
27574 #- type: "plot"
27575 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27576 #  algorithm: "plot_throughput_speedup_analysis"
27577 #  output-file-type: ".html"
27578 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27579 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27580 #  filter: "'NIC_Intel-XXV710' and
27581 #           '64B' and
27582 #           'NDRPDR' and
27583 #           ('ETH' or 'DOT1Q') and
27584 #           ('L2BDMACLRN' or 'L2XCFWD') and
27585 #           'VHOST_1024' and
27586 #           not 'CFS_OPT' and
27587 #           not 'VXLAN' and
27588 #           not 'DOT1Q' and
27589 #           not 'IP4FWD'"
27590 #  parameters:
27591 #  - "throughput"
27592 #  - "parent"
27593 #  - "tags"
27594 ##  sort:
27595 ##  - "1VM"
27596 ##  - "L2XCFWD"
27597 ##  - "1VM"
27598 ##  - "L2BDMACLRN"
27599 #  layout:
27600 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
27601 #    layout: "plot-throughput-speedup-analysis"
27602 #
27603 #- type: "plot"
27604 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27605 #  algorithm: "plot_throughput_speedup_analysis"
27606 #  output-file-type: ".html"
27607 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27608 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27609 #  filter: "'NIC_Intel-XXV710' and
27610 #           '64B' and
27611 #           'NDRPDR' and
27612 #           ('ETH' or 'DOT1Q') and
27613 #           ('L2BDMACLRN' or 'L2XCFWD') and
27614 #           'VHOST_1024' and
27615 #           not 'CFS_OPT' and
27616 #           not 'VXLAN' and
27617 #           not 'DOT1Q' and
27618 #           not 'IP4FWD'"
27619 #  parameters:
27620 #  - "throughput"
27621 #  - "parent"
27622 #  - "tags"
27623 ##  sort:
27624 ##  - "1VM"
27625 ##  - "L2XCFWD"
27626 ##  - "1VM"
27627 ##  - "L2BDMACLRN"
27628 #  layout:
27629 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
27630 #    layout: "plot-throughput-speedup-analysis"
27631
27632 ################################################################################
27633
27634 # Speedup - VPP vts 3n-hsw-x520
27635 - type: "plot"
27636   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27637   algorithm: "plot_throughput_speedup_analysis"
27638   output-file-type: ".html"
27639   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27640   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27641   filter: "'NIC_Intel-X520-DA2' and
27642            '114B' and
27643            'NDRPDR' and
27644            'VTS'"
27645   parameters:
27646   - "throughput"
27647   - "parent"
27648   - "tags"
27649   layout:
27650     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
27651     layout: "plot-throughput-speedup-analysis"
27652
27653 - type: "plot"
27654   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27655   algorithm: "plot_throughput_speedup_analysis"
27656   output-file-type: ".html"
27657   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27658   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27659   filter: "'NIC_Intel-X520-DA2' and
27660            '114B' and
27661            'NDRPDR' and
27662            'VTS'"
27663   parameters:
27664   - "throughput"
27665   - "parent"
27666   - "tags"
27667   layout:
27668     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27669     layout: "plot-throughput-speedup-analysis"