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       # TODO: Add 1904 data
134       csit-vpp-perf-verify-1904-3n-hsw:
135         - 11  # NDRPDR sel
136         - 12  # NDRPDR sel
137         - 20  # NDRPDR sel
138         - 21  # NDRPDR sel
139         - 23  # NDRPDR sel
140         - 24  # NDRPDR sel
141         - 25  # NDRPDR sel
142
143     plot-vpp-http-server-performance:
144       # TODO: Replace with 1904 data
145       # csit-vpp-perf-verify-1904-3n-hsw:
146       csit-vpp-perf-verify-1810-3n-hsw:
147         - 28  # WRK
148         - 29  # WRK
149         - 30  # WRK
150         - 31  # WRK
151         - 32  # WRK
152         - 33  # WRK
153         - 34  # WRK
154         - 35  # WRK
155         - 36  # WRK
156         - 37  # WRK
157
158     plot-ligato-throughput-lat-tsa-3n-hsw:
159       # TODO: Replace with 1904 data
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       # TODO: Replace with 1904 data
231       # csit-vpp-perf-verify-1904-2n-skx:
232       csit-vpp-perf-verify-1901-2n-skx:
233         - 45  # SOAK sel
234
235     plot-vpp-nfv-2n-skx-ndrpdr-64b:
236       # TODO: Add 1904 data
237       csit-vpp-perf-verify-1904-2n-skx:
238         - 56  # NFV NDRPDR 64b
239
240     plot-vpp-nfv-2n-skx-ndrpdr-imix:
241       # TODO: Add 1904 data
242       csit-vpp-perf-verify-1904-2n-skx:
243         - 56  # NFV NDRPDR 64b - replace with IMIX
244
245     plot-vpp-nfv-2n-skx-mrr-64b:
246       csit-vpp-perf-verify-1904-2n-skx:
247         - 40  # NFV MRR 64b
248         - 41  # NFV MRR 64b
249         - 42  # NFV MRR 64b
250         - 47  # NFV MRR 64b
251         - 48  # NFV MRR 64b
252
253     plot-vpp-nfv-2n-skx-mrr-imix:
254       csit-vpp-perf-verify-1904-2n-skx:
255         - 49  # NFV MRR IMIX
256         - 50  # NFV MRR IMIX
257         - 51  # NFV MRR IMIX
258         - 54  # NFV MRR IMIX
259         - 55  # NFV MRR IMIX
260
261     plot-dpdk-throughput-latency-2n-skx:
262       csit-dpdk-perf-verify-1904-2n-skx:
263         - 2   # NDRPDR sel
264         - 3   # NDRPDR sel
265         - 4   # NDRPDR sel
266         - 5   # NDRPDR sel
267         - 7   # NDRPDR sel
268         - 8   # NDRPDR sel
269         - 9   # NDRPDR sel
270         - 10  # NDRPDR sel
271         - 11  # NDRPDR sel
272         - 12  # NDRPDR sel
273
274     # 3rd party
275
276     # Denverton:
277     intel-dnv-vpp:
278       # TODO: Replace with 1904 data
279       # intel-dnv-vpp-release-1904:
280       intel-dnv-vpp-release-1901:
281         - 1
282
283     ###########################################################################
284     # Simple tables (only one data set):
285
286     # NIC Comparisons
287
288     vpp-nic-comparison-3n-hsw:
289       # TODO: Add 1904 data
290       csit-vpp-perf-verify-1904-3n-hsw:
291         - 11  # NDRPDR sel
292         - 12  # NDRPDR sel
293         - 20  # NDRPDR sel
294         - 21  # NDRPDR sel
295         - 23  # NDRPDR sel
296         - 24  # NDRPDR sel
297         - 25  # NDRPDR sel
298
299     vpp-nic-comparison-3n-skx:
300       csit-vpp-perf-verify-1904-3n-skx:
301         - 8   # NDRPDR sel
302         - 9   # NDRPDR sel
303         - 10  # NDRPDR sel
304         - 11  # NDRPDR sel
305         - 12  # NDRPDR sel
306         - 14  # NDRPDR sel
307         - 16  # NDRPDR sel
308         - 21  # NDRPDR sel
309         - 23  # NDRPDR sel
310         - 25  # NDRPDR sel
311
312     vpp-nic-comparison-2n-skx:
313       csit-vpp-perf-verify-1904-2n-skx:
314         - 12  # NDRPDR sel
315         - 14  # NDRPDR sel
316         - 16  # NDRPDR sel
317         - 17  # NDRPDR sel
318         - 18  # NDRPDR sel
319         - 21  # NDRPDR sel
320         - 27  # NDRPDR sel
321         - 30  # NDRPDR sel
322         - 31  # NDRPDR sel
323         - 32  # NDRPDR sel
324
325     vpp-nic-comparison-3n-hsw-mrr:
326       csit-vpp-perf-verify-1904-3n-hsw:
327         - 9   # MRR sel
328
329     vpp-nic-comparison-3n-skx-mrr:
330       csit-vpp-perf-verify-1904-3n-skx:
331         - 7   # MRR sel
332
333     vpp-nic-comparison-2n-skx-mrr:
334       csit-vpp-perf-verify-1904-2n-skx:
335         - 11  # MRR sel
336
337     # Results
338
339     vpp-perf-results-3n-hsw:
340       # TODO: Replace with FULL 1904 data
341       csit-vpp-perf-verify-1904-3n-hsw:
342         - 12  # NDRPDR sel
343
344     vpp-perf-results-3n-skx:
345       # TODO: Add FULL 1904 data
346       csit-vpp-perf-verify-1904-3n-skx:
347         - 26  # NDRPDR full
348
349     vpp-perf-results-2n-skx:
350       csit-vpp-perf-verify-1904-2n-skx:
351         - 33  # NDRPDR full
352         - 39  # NDRPDR full
353         - 58  # NDRPDR full
354
355     vpp-mrr-results-3n-hsw:
356       csit-vpp-perf-verify-1904-3n-hsw:
357         - 9   # MRR sel
358
359     vpp-mrr-results-3n-skx:
360       csit-vpp-perf-verify-1904-3n-skx:
361         - 7   # MRR sel
362
363     vpp-mrr-results-2n-skx:
364       csit-vpp-perf-verify-1904-2n-skx:
365         - 11  # MRR sel
366
367     vpp-func-results-ubuntu:
368       csit-vpp-functional-1904-ubuntu1604-virl:
369         - 29
370
371     vpp-func-results-centos:
372       csit-vpp-functional-1904-centos7-virl:
373         - 32
374
375     vpp-device-results-ubuntu:
376       csit-vpp-device-1904-ubuntu1804-1n-skx:
377         - 33
378
379     # VPP Ligato
380     ligato-perf-results-3n-hsw:
381       # TODO: Replace with 1904 data
382       # csit-ligato-perf-verify-1904-3n-hsw:
383       csit-ligato-perf-verify-1901-3n-hsw:
384         - 10  # NDRPDR full
385
386     dpdk-perf-results-3n-hsw:
387       csit-dpdk-perf-verify-1904-3n-hsw:
388         - 5   # NDRPDR sel
389
390     dpdk-perf-results-3n-skx:
391       csit-dpdk-perf-verify-1904-3n-skx:
392         - 7   # NDRPDR sel
393
394     dpdk-perf-results-2n-skx:
395       csit-dpdk-perf-verify-1904-2n-skx:
396         - 9   # NDRPDR sel
397
398     # HoneyComb Functional
399     hc-func-results:
400       csit-hc2vpp-verify-func-1904-ubuntu1604:
401         - 1
402
403 #    # NSH SFC Functional
404 #    nsh-func-results:
405 #      # Not used
406 #      csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
407 #        - 1
408
409     # DMM Functional
410     dmm-func-results:
411       csit-dmm-functional-1904-ubuntu1604-virl:
412         - 1
413
414     ###########################################################################
415     # Tables (more than one data set)
416
417     # Performance changes
418
419     intel-dnv-vpp-changes-2n-dnv-h1:
420       intel-dnv-vpp-release-1810:
421         - 1
422     intel-dnv-vpp-changes-2n-dnv-ref:
423       intel-dnv-vpp-release-1901:
424         - 1
425     intel-dnv-vpp-changes-2n-dnv-cmp:
426       # TODO: Replace with 1904 data
427       # intel-dnv-vpp-release-1904:
428       intel-dnv-vpp-release-1901:
429         - 1
430     intel-dnv-vpp-changes-2n-dnv:
431       - "intel-dnv-vpp-changes-2n-dnv-h1"
432       - "intel-dnv-vpp-changes-2n-dnv-ref"
433       - "intel-dnv-vpp-changes-2n-dnv-cmp"
434
435     vpp-performance-changes-3n-hsw-h1:
436       csit-vpp-perf-verify-1810-3n-hsw:
437         - 8   # NDRPDR sel
438         - 12  # NDRPDR sel
439         - 14  # NDRPDR sel
440         - 18  # NDRPDR sel
441         - 23  # NDRPDR sel
442         - 25  # NDRPDR sel
443         - 38  # NDRPDR sel
444         - 39  # NDRPDR sel
445         - 41  # NDRPDR sel
446         - 42  # NDRPDR sel
447     vpp-performance-changes-3n-hsw-ref:
448       csit-vpp-perf-verify-1901-3n-hsw:
449         - 10  # NDRPDR sel
450         - 19  # NDRPDR sel
451         - 31  # NDRPDR sel
452         - 36  # NDRPDR sel
453         - 40  # NDRPDR sel
454         - 42  # NDRPDR sel
455         - 44  # NDRPDR sel
456         - 46  # NDRPDR sel
457         - 47  # NDRPDR sel
458         - 48  # NDRPDR sel
459         - 61  # NDRPDR LB
460         - 62  # NDRPDR LB
461         - 63  # NDRPDR LB
462         - 64  # NDRPDR LB
463         - 65  # NDRPDR LB
464         - 66  # NDRPDR LB
465         - 67  # NDRPDR LB
466         - 69  # NDRPDR LB
467         - 70  # NDRPDR LB
468         - 71  # NDRPDR LB
469     vpp-performance-changes-3n-hsw-cmp:
470       # TODO: Add 1904 data
471       csit-vpp-perf-verify-1904-3n-hsw:
472         - 11  # NDRPDR sel
473         - 12  # NDRPDR sel
474         - 20  # NDRPDR sel
475         - 21  # NDRPDR sel
476         - 23  # NDRPDR sel
477         - 24  # NDRPDR sel
478         - 25  # NDRPDR sel
479     vpp-performance-changes-3n-hsw:
480       - "vpp-performance-changes-3n-hsw-h1"
481       - "vpp-performance-changes-3n-hsw-ref"
482       - "vpp-performance-changes-3n-hsw-cmp"
483
484     vpp-performance-changes-3n-skx-h1:
485       csit-vpp-perf-verify-1810-3n-skx:
486         - 10  # NDRPDR sel
487         - 14  # NDRPDR sel
488         - 15  # NDRPDR sel
489         - 16  # NDRPDR sel
490         - 17  # NDRPDR sel
491         - 19  # NDRPDR sel
492         - 20  # NDRPDR sel
493         - 21  # NDRPDR sel
494         - 22  # NDRPDR sel
495         - 25  # NDRPDR sel
496     vpp-performance-changes-3n-skx-ref:
497       csit-vpp-perf-verify-1901-3n-skx:
498         - 18  # NDRPDR sel
499         - 19  # NDRPDR sel
500         - 20  # NDRPDR sel
501         - 28  # NDRPDR sel
502         - 31  # NDRPDR sel
503         - 33  # NDRPDR sel
504         - 36  # NDRPDR sel
505         - 38  # NDRPDR sel
506         - 47  # NDRPDR sel
507         - 48  # NDRPDR sel
508         - 54  # NDRPDR LB
509         - 57  # NDRPDR LB
510         - 58  # NDRPDR LB
511         - 59  # NDRPDR LB
512         - 60  # NDRPDR LB
513         - 63  # NDRPDR LB
514         - 64  # NDRPDR LB
515         - 65  # NDRPDR LB
516         - 66  # NDRPDR LB
517         - 67  # NDRPDR LB
518     vpp-performance-changes-3n-skx-cmp:
519       csit-vpp-perf-verify-1904-3n-skx:
520         - 8   # NDRPDR sel
521         - 9   # NDRPDR sel
522         - 10  # NDRPDR sel
523         - 11  # NDRPDR sel
524         - 12  # NDRPDR sel
525         - 14  # NDRPDR sel
526         - 16  # NDRPDR sel
527         - 21  # NDRPDR sel
528         - 23  # NDRPDR sel
529         - 25  # NDRPDR sel
530     vpp-performance-changes-3n-skx:
531       - "vpp-performance-changes-3n-skx-h1"
532       - "vpp-performance-changes-3n-skx-ref"
533       - "vpp-performance-changes-3n-skx-cmp"
534
535     vpp-performance-changes-2n-skx-h1:
536       csit-vpp-perf-verify-1810-2n-skx:
537         - 9   # NDRPDR sel
538         - 13  # NDRPDR sel
539         - 14  # NDRPDR sel
540         - 19  # NDRPDR sel
541         - 20  # NDRPDR sel
542         - 21  # NDRPDR sel
543         - 22  # NDRPDR sel
544         - 23  # NDRPDR sel
545         - 24  # NDRPDR sel
546         - 27  # NDRPDR sel
547     vpp-performance-changes-2n-skx-ref:
548       csit-vpp-perf-verify-1901-2n-skx:
549         - 5   # NDRPDR sel
550         - 12  # NDRPDR sel
551         - 13  # NDRPDR sel
552         - 21  # NDRPDR sel
553         - 23  # NDRPDR sel
554         - 31  # NDRPDR sel
555         - 34  # NDRPDR sel
556         - 40  # NDRPDR sel
557         - 42  # NDRPDR sel
558         - 43  # NDRPDR sel
559     vpp-performance-changes-2n-skx-cmp:
560       csit-vpp-perf-verify-1904-2n-skx:
561         - 12  # NDRPDR sel
562         - 14  # NDRPDR sel
563         - 16  # NDRPDR sel
564         - 17  # NDRPDR sel
565         - 18  # NDRPDR sel
566         - 21  # NDRPDR sel
567         - 27  # NDRPDR sel
568         - 30  # NDRPDR sel
569         - 31  # NDRPDR sel
570         - 32  # NDRPDR sel
571     vpp-performance-changes-2n-skx:
572       - "vpp-performance-changes-2n-skx-h1"
573       - "vpp-performance-changes-2n-skx-ref"
574       - "vpp-performance-changes-2n-skx-cmp"
575
576     vpp-performance-changes-3n-hsw-mrr-h1:
577       csit-vpp-perf-verify-1810-3n-hsw:
578         - 9   # MRR sel
579     vpp-performance-changes-3n-hsw-mrr-ref:
580       csit-vpp-perf-verify-1901-3n-hsw:
581         - 35  # MRR sel
582     vpp-performance-changes-3n-hsw-mrr-cmp:
583       csit-vpp-perf-verify-1904-3n-hsw:
584         - 9   # MRR sel
585     vpp-performance-changes-3n-hsw-mrr:
586       - "vpp-performance-changes-3n-hsw-mrr-h1"
587       - "vpp-performance-changes-3n-hsw-mrr-ref"
588       - "vpp-performance-changes-3n-hsw-mrr-cmp"
589
590     vpp-performance-changes-3n-skx-mrr-h1:
591       csit-vpp-perf-verify-1810-3n-skx:
592         - 9   # MRR sel
593         - 11  # MRR sel
594         - 12  # MRR sel
595         - 13  # MRR sel
596     vpp-performance-changes-3n-skx-mrr-ref:
597       csit-vpp-perf-verify-1901-3n-skx:
598         - 32  # MRR sel
599     vpp-performance-changes-3n-skx-mrr-cmp:
600       csit-vpp-perf-verify-1904-3n-skx:
601         - 7   # MRR sel
602     vpp-performance-changes-3n-skx-mrr:
603       - "vpp-performance-changes-3n-skx-mrr-h1"
604       - "vpp-performance-changes-3n-skx-mrr-ref"
605       - "vpp-performance-changes-3n-skx-mrr-cmp"
606
607     vpp-performance-changes-2n-skx-mrr-h1:
608       csit-vpp-perf-verify-1810-2n-skx:
609         - 8   # MRR sel
610         - 10  # MRR sel
611         - 11  # MRR sel
612         - 12  # MRR sel
613     vpp-performance-changes-2n-skx-mrr-ref:
614       csit-vpp-perf-verify-1901-2n-skx:
615         - 22  # MRR sel
616     vpp-performance-changes-2n-skx-mrr-cmp:
617       csit-vpp-perf-verify-1904-2n-skx:
618         - 11  # MRR sel
619     vpp-performance-changes-2n-skx-mrr:
620       - "vpp-performance-changes-2n-skx-mrr-h1"
621       - "vpp-performance-changes-2n-skx-mrr-ref"
622       - "vpp-performance-changes-2n-skx-mrr-cmp"
623
624     dpdk-performance-changes-3n-hsw-h1:
625       csit-dpdk-perf-verify-1810-3n-hsw:
626         - 1   # NDRPDR sel
627         - 2   # NDRPDR sel
628         - 3   # NDRPDR sel
629         - 4   # NDRPDR sel
630         - 5   # NDRPDR sel
631         - 6   # NDRPDR sel
632         - 7   # NDRPDR sel
633         - 8   # NDRPDR sel
634         - 9   # NDRPDR sel
635         - 10  # NDRPDR sel
636     dpdk-performance-changes-3n-hsw-ref:
637       csit-dpdk-perf-verify-1901-3n-hsw:
638         - 13  # NDRPDR sel
639         - 14  # NDRPDR sel
640         - 16  # NDRPDR sel
641         - 17  # NDRPDR sel
642         - 18  # NDRPDR sel
643         - 19  # NDRPDR sel
644         - 20  # NDRPDR sel
645         - 21  # NDRPDR sel
646         - 22  # NDRPDR sel
647         - 23  # NDRPDR sel
648     dpdk-performance-changes-3n-hsw-cmp:
649       csit-dpdk-perf-verify-1904-3n-hsw:
650         - 2   # NDRPDR sel
651         - 3   # NDRPDR sel
652         - 5   # NDRPDR sel
653         - 6   # NDRPDR sel
654         - 13  # NDRPDR sel
655         - 14  # NDRPDR sel
656         - 15  # NDRPDR sel
657         - 18  # NDRPDR sel
658         - 19  # NDRPDR sel
659         - 20  # NDRPDR sel
660     dpdk-performance-changes-3n-hsw:
661       - "dpdk-performance-changes-3n-hsw-h1"
662       - "dpdk-performance-changes-3n-hsw-ref"
663       - "dpdk-performance-changes-3n-hsw-cmp"
664
665     dpdk-performance-changes-3n-skx-h1:
666       csit-dpdk-perf-verify-1810-3n-skx:
667         - 3   # NDRPDR sel
668         - 4   # NDRPDR sel
669         - 6   # NDRPDR sel
670         - 7   # NDRPDR sel
671         - 8   # NDRPDR sel
672         - 9   # NDRPDR sel
673         - 10  # NDRPDR sel
674         - 11  # NDRPDR sel
675         - 12  # NDRPDR sel
676         - 13  # NDRPDR sel
677     dpdk-performance-changes-3n-skx-ref:
678       csit-dpdk-perf-verify-1901-3n-skx:
679         - 3   # NDRPDR sel
680         - 5   # NDRPDR sel
681         - 6   # NDRPDR sel
682         - 7   # NDRPDR sel
683         - 8   # NDRPDR sel
684         - 9   # NDRPDR sel
685         - 10  # NDRPDR sel
686         - 11  # NDRPDR sel
687         - 12  # NDRPDR sel
688         - 13  # NDRPDR sel
689     dpdk-performance-changes-3n-skx-cmp:
690       csit-dpdk-perf-verify-1904-3n-skx:
691         - 2   # NDRPDR sel
692         - 3   # NDRPDR sel
693         - 4   # NDRPDR sel
694         - 5   # NDRPDR sel
695         - 6   # NDRPDR sel
696         - 7   # NDRPDR sel
697         - 11  # NDRPDR sel
698         - 12  # NDRPDR sel
699         - 13  # NDRPDR sel
700         - 14  # NDRPDR sel
701     dpdk-performance-changes-3n-skx:
702       - "dpdk-performance-changes-3n-skx-h1"
703       - "dpdk-performance-changes-3n-skx-ref"
704       - "dpdk-performance-changes-3n-skx-cmp"
705
706     dpdk-performance-changes-2n-skx-h1:
707       csit-dpdk-perf-verify-1810-2n-skx:
708         - 3   # NDRPDR sel
709         - 4   # NDRPDR sel
710         - 5   # NDRPDR sel
711         - 7   # NDRPDR sel
712         - 8   # NDRPDR sel
713         - 9   # NDRPDR sel
714         - 10  # NDRPDR sel
715         - 11  # NDRPDR sel
716         - 12  # NDRPDR sel
717         - 13  # NDRPDR sel
718     dpdk-performance-changes-2n-skx-ref:
719       csit-dpdk-perf-verify-1901-2n-skx:
720         - 12  # NDRPDR sel
721         - 13  # NDRPDR sel
722         - 14  # NDRPDR sel
723         - 15  # NDRPDR sel
724         - 16  # NDRPDR sel
725         - 17  # NDRPDR sel
726         - 18  # NDRPDR sel
727         - 19  # NDRPDR sel
728         - 20  # NDRPDR sel
729         - 21  # NDRPDR sel
730     dpdk-performance-changes-2n-skx-cmp:
731       csit-dpdk-perf-verify-1904-2n-skx:
732         - 2   # NDRPDR sel
733         - 3   # NDRPDR sel
734         - 4   # NDRPDR sel
735         - 5   # NDRPDR sel
736         - 7   # NDRPDR sel
737         - 8   # NDRPDR sel
738         - 9   # NDRPDR sel
739         - 10  # NDRPDR sel
740         - 11  # NDRPDR sel
741         - 12  # NDRPDR sel
742     dpdk-performance-changes-2n-skx:
743       - "dpdk-performance-changes-2n-skx-h1"
744       - "dpdk-performance-changes-2n-skx-ref"
745       - "dpdk-performance-changes-2n-skx-cmp"
746
747     # Compare testbeds
748
749     vpp-compare-testbeds-ref:
750       # TODO: Add 1904 data
751       csit-vpp-perf-verify-1904-3n-hsw:
752         - 11  # NDRPDR sel
753         - 12  # NDRPDR sel
754         - 20  # NDRPDR sel
755         - 21  # NDRPDR sel
756         - 23  # NDRPDR sel
757         - 24  # NDRPDR sel
758         - 25  # NDRPDR sel
759     vpp-compare-testbeds-cmp:
760       csit-vpp-perf-verify-1904-3n-skx:
761         - 8   # NDRPDR sel
762         - 9   # NDRPDR sel
763         - 10  # NDRPDR sel
764         - 11  # NDRPDR sel
765         - 12  # NDRPDR sel
766         - 14  # NDRPDR sel
767         - 16  # NDRPDR sel
768         - 21  # NDRPDR sel
769         - 23  # NDRPDR sel
770         - 25  # NDRPDR sel
771     vpp-compare-testbeds:
772       - "vpp-compare-testbeds-ref"
773       - "vpp-compare-testbeds-cmp"
774
775     vpp-compare-testbeds-mrr-ref:
776       csit-vpp-perf-verify-1904-3n-hsw:
777         - 9   # MRR sel
778     vpp-compare-testbeds-mrr-cmp:
779       csit-vpp-perf-verify-1904-3n-skx:
780         - 7   # MRR sel
781     vpp-compare-testbeds-mrr:
782       - "vpp-compare-testbeds-mrr-ref"
783       - "vpp-compare-testbeds-mrr-cmp"
784
785     dpdk-compare-testbeds-ref:
786       csit-dpdk-perf-verify-1904-3n-hsw:
787         - 2   # NDRPDR sel
788         - 3   # NDRPDR sel
789         - 5   # NDRPDR sel
790         - 6   # NDRPDR sel
791         - 13  # NDRPDR sel
792         - 14  # NDRPDR sel
793         - 15  # NDRPDR sel
794         - 18  # NDRPDR sel
795         - 19  # NDRPDR sel
796         - 20  # NDRPDR sel
797     dpdk-compare-testbeds-cmp:
798       csit-dpdk-perf-verify-1904-3n-skx:
799         - 2   # NDRPDR sel
800         - 3   # NDRPDR sel
801         - 4   # NDRPDR sel
802         - 5   # NDRPDR sel
803         - 6   # NDRPDR sel
804         - 7   # NDRPDR sel
805         - 11  # NDRPDR sel
806         - 12  # NDRPDR sel
807         - 13  # NDRPDR sel
808         - 14  # NDRPDR sel
809     dpdk-compare-testbeds:
810       - "dpdk-compare-testbeds-ref"
811       - "dpdk-compare-testbeds-cmp"
812
813     # Compare topologies
814
815     vpp-compare-topologies-ref:
816       csit-vpp-perf-verify-1904-3n-skx:
817         - 8   # NDRPDR sel
818         - 9   # NDRPDR sel
819         - 10  # NDRPDR sel
820         - 11  # NDRPDR sel
821         - 12  # NDRPDR sel
822         - 14  # NDRPDR sel
823         - 16  # NDRPDR sel
824         - 21  # NDRPDR sel
825         - 23  # NDRPDR sel
826         - 25  # NDRPDR sel
827     vpp-compare-topologies-cmp:
828       csit-vpp-perf-verify-1904-2n-skx:
829         - 12  # NDRPDR sel
830         - 14  # NDRPDR sel
831         - 16  # NDRPDR sel
832         - 17  # NDRPDR sel
833         - 18  # NDRPDR sel
834         - 21  # NDRPDR sel
835         - 27  # NDRPDR sel
836         - 30  # NDRPDR sel
837         - 31  # NDRPDR sel
838         - 32  # NDRPDR sel
839     vpp-compare-topologies:
840       - "vpp-compare-topologies-ref"
841       - "vpp-compare-topologies-cmp"
842
843     vpp-compare-topologies-mrr-ref:
844       csit-vpp-perf-verify-1904-3n-skx:
845         - 7   # MRR sel
846     vpp-compare-topologies-mrr-cmp:
847       csit-vpp-perf-verify-1904-2n-skx:
848         - 11  # MRR sel
849     vpp-compare-topologies-mrr:
850       - "vpp-compare-topologies-mrr-ref"
851       - "vpp-compare-topologies-mrr-cmp"
852
853     dpdk-compare-topologies-ref:
854       csit-dpdk-perf-verify-1904-3n-skx:
855         - 2   # NDRPDR sel
856         - 3   # NDRPDR sel
857         - 4   # NDRPDR sel
858         - 5   # NDRPDR sel
859         - 6   # NDRPDR sel
860         - 7   # NDRPDR sel
861         - 11  # NDRPDR sel
862         - 12  # NDRPDR sel
863         - 13  # NDRPDR sel
864         - 14  # NDRPDR sel
865     dpdk-compare-topologies-cmp:
866       csit-dpdk-perf-verify-1904-2n-skx:
867         - 2   # NDRPDR sel
868         - 3   # NDRPDR sel
869         - 4   # NDRPDR sel
870         - 5   # NDRPDR sel
871         - 7   # NDRPDR sel
872         - 8   # NDRPDR sel
873         - 9   # NDRPDR sel
874         - 10  # NDRPDR sel
875         - 11  # NDRPDR sel
876         - 12  # NDRPDR sel
877     dpdk-compare-topologies:
878       - "dpdk-compare-topologies-ref"
879       - "dpdk-compare-topologies-cmp"
880
881   plot-layouts:
882
883     plot-soak-throughput:
884       titlefont:
885         size: 18
886       xaxis:
887         title: "<b>Test Cases [Index]</b>"
888         titlefont:
889           size: 16
890         autorange: True
891         fixedrange: False
892         gridcolor: "rgb(230, 230, 230)"
893         linecolor: "rgb(220, 220, 220)"
894         linewidth: 1
895         showgrid: True
896         showline: True
897         showticklabels: True
898         tickcolor: "rgb(220, 220, 220)"
899         tickmode: "linear"
900         tickfont:
901           size: 16
902         zeroline: False
903       yaxis:
904         title: "<b>Packet Throughput [Mpps]</b>"
905         titlefont:
906           size: 16
907         gridcolor: "rgb(230, 230, 230)"
908         hoverformat: ".4s"
909         tickformat: ".3s"
910         linecolor: "rgb(220, 220, 220)"
911         linewidth: 1
912         showgrid: True
913         showline: True
914         showticklabels: True
915         tickcolor: "rgb(220, 220, 220)"
916         tickfont:
917           size: 16
918         zeroline: False
919         range: [0,50]
920       autosize: False
921       margin:
922         t: 50
923         b: 0
924         l: 80
925         r: 20
926       showlegend: True
927       legend:
928         orientation: "h"
929         font:
930           size: 16
931       width: 700
932       height: 900
933
934     plot-service-density:
935       titlefont:
936         size: 18
937       xaxis:
938         side: "top"
939         autorange: True
940         fixedrange: False
941         showgrid: False
942         showline: False
943         showticklabels: False
944         ticks: ""
945         ticklen: 0
946         tickwidth: 0
947         zeroline: False
948       yaxis:
949         autorange: "reversed"
950         showgrid: False
951         showline: False
952         showticklabels: False
953         ticks: ""
954         ticklen: 0
955         tickwidth: 0
956         zeroline: False
957       autosize: True
958       showlegend: False
959       width: 700
960       height: 700
961
962     plot-cps:
963       titlefont:
964         size: 18
965       xaxis:
966         title: "<b>Test Cases [Index]</b>"
967         titlefont:
968           size: 16
969         autorange: True
970         fixedrange: False
971         gridcolor: "rgb(230, 230, 230)"
972         linecolor: "rgb(220, 220, 220)"
973         linewidth: 1
974         showgrid: True
975         showline: True
976         showticklabels: True
977         tickcolor: "rgb(220, 220, 220)"
978         tickmode: "linear"
979         tickfont:
980           size: 16
981         zeroline: False
982       yaxis:
983         title: "<b>Connections Per Second [cps]</b>"
984         titlefont:
985           size: 16
986         gridcolor: "rgb(230, 230, 230)"
987         hoverformat: ".4s"
988         linecolor: "rgb(220, 220, 220)"
989         linewidth: 1
990         rangemode: "tozero"
991         showgrid: True
992         showline: True
993         showticklabels: True
994         tickcolor: "rgb(220, 220, 220)"
995         tickformat: ".3s"
996         tickfont:
997           size: 16
998         zeroline: False
999       boxmode: "group"
1000       boxgroupgap: 0.5
1001       autosize: False
1002       margin:
1003         t: 50
1004         b: 20
1005         l: 80
1006         r: 20
1007       showlegend: True
1008       legend:
1009         orientation: "h"
1010         font:
1011           size: 16
1012       width: 700
1013       height: 800
1014
1015     plot-rps:
1016       titlefont:
1017         size: 18
1018       xaxis:
1019         title: "<b>Test Cases [Index]</b>"
1020         titlefont:
1021           size: 16
1022         autorange: True
1023         fixedrange: False
1024         gridcolor: "rgb(230, 230, 230)"
1025         linecolor: "rgb(220, 220, 220)"
1026         linewidth: 1
1027         showgrid: True
1028         showline: True
1029         showticklabels: True
1030         tickcolor: "rgb(220, 220, 220)"
1031         tickmode: "linear"
1032         tickfont:
1033           size: 16
1034         zeroline: False
1035       yaxis:
1036         title: "<b>Requests Per Second [rps]</b>"
1037         titlefont:
1038           size: 16
1039         gridcolor: "rgb(230, 230, 230)"
1040         hoverformat: ".4s"
1041         linecolor: "rgb(220, 220, 220)"
1042         linewidth: 1
1043         rangemode: "tozero"
1044         showgrid: True
1045         showline: True
1046         showticklabels: True
1047         tickcolor: "rgb(230, 230, 230)"
1048         tickformat: ".3s"
1049         tickfont:
1050           size: 16
1051         zeroline: False
1052       boxmode: "group"
1053       boxgroupgap: 0.5
1054       autosize: False
1055       margin:
1056         t: 50
1057         b: 20
1058         l: 80
1059         r: 20
1060       showlegend: True
1061       legend:
1062         orientation: "h"
1063         font:
1064           size: 16
1065       width: 700
1066       height: 800
1067
1068     plot-throughput:
1069       titlefont:
1070         size: 18
1071       xaxis:
1072         title: "<b>Test Cases [Index]</b>"
1073         titlefont:
1074           size: 16
1075         autorange: True
1076         fixedrange: False
1077         gridcolor: "rgb(230, 230, 230)"
1078         linecolor: "rgb(220, 220, 220)"
1079         linewidth: 1
1080         showgrid: True
1081         showline: True
1082         showticklabels: True
1083         tickcolor: "rgb(220, 220, 220)"
1084         tickmode: "linear"
1085         tickfont:
1086           size: 16
1087         zeroline: False
1088       yaxis:
1089         title: "<b>Packet Throughput [Mpps]</b>"
1090         titlefont:
1091           size: 16
1092         gridcolor: "rgb(230, 230, 230)"
1093         hoverformat: ".4s"
1094         tickformat: ".3s"
1095         linecolor: "rgb(220, 220, 220)"
1096         linewidth: 1
1097         showgrid: True
1098         showline: True
1099         showticklabels: True
1100         tickcolor: "rgb(220, 220, 220)"
1101         tickfont:
1102           size: 16
1103         zeroline: False
1104         range: [0,50]
1105       boxmode: "group"
1106       boxgroupgap: 0.5
1107       autosize: False
1108       margin:
1109         t: 50
1110         b: 0
1111         l: 80
1112         r: 20
1113       showlegend: True
1114       legend:
1115         orientation: "h"
1116         font:
1117           size: 16
1118       width: 700
1119       height: 900
1120
1121     plot-throughput-speedup-analysis:
1122       titlefont:
1123         size: 18
1124       xaxis:
1125         title: "<b>Number of Cores [Qty]</b>"
1126         titlefont:
1127           size: 16
1128         autorange: True
1129         fixedrange: False
1130         gridcolor: "rgb(230, 230, 230)"
1131         linecolor: "rgb(220, 220, 220)"
1132         linewidth: 1
1133         showgrid: True
1134         showline: True
1135         showticklabels: True
1136         tickcolor: "rgb(238, 238, 238)"
1137         tickmode: "linear"
1138         tickfont:
1139           size: 16
1140         zeroline: False
1141       yaxis:
1142         title: "<b>Packet Throughput [Mpps]</b>"
1143         titlefont:
1144           size: 16
1145         type: "linear"
1146         gridcolor: "rgb(230, 230, 230)"
1147         hoverformat: ".4s"
1148         linecolor: "rgb(220, 220, 220)"
1149         linewidth: 1
1150         showgrid: True
1151         showline: True
1152         showticklabels: True
1153         tickcolor: "rgb(220, 220, 220)"
1154         tickformat: ".4s"
1155         tickfont:
1156           size: 16
1157         zeroline: True
1158         rangemode: "tozero"
1159         range: [0,100]
1160       legend:
1161         orientation: "h"
1162         font:
1163           size: 16
1164         xanchor: "left"
1165         yanchor: "top"
1166         x: 0
1167         y: -0.2
1168         bgcolor: "rgba(255, 255, 255, 0)"
1169         bordercolor: "rgba(255, 255, 255, 0)"
1170         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1171       autosize: False
1172       margin:
1173           't': 50
1174           'b': 150
1175           'l': 85
1176           'r': 10
1177       showlegend: True
1178       width: 700
1179       height: 700
1180       hoverlabel:
1181         namelength: -1
1182       annotations: [
1183         {
1184           text: "_ _          __          ...",
1185           align: "left",
1186           showarrow: False,
1187           xref: "paper",
1188           yref: "paper",
1189           xanchor: "left",
1190           yanchor: "top",
1191           x: 0,
1192           y: -0.13,
1193           font: {
1194             family: "Consolas, Courier New",
1195             size: 15
1196           },
1197         },
1198         {
1199           text: "    Perfect     Measured     Limit",
1200           align: "left",
1201           showarrow: False,
1202           xref: "paper",
1203           yref: "paper",
1204           xanchor: "left",
1205           yanchor: "top",
1206           x: 0,
1207           y: -0.15,
1208           font: {
1209             family: "Consolas, Courier New",
1210             size: 15
1211           },
1212         },
1213       ]
1214
1215     plot-latency:
1216       titlefont:
1217         size: 18
1218       xaxis:
1219         title: "<b>Direction</b>"
1220         titlefont:
1221           size: 16
1222         autorange: True
1223         fixedrange: False
1224         gridcolor: "rgb(230, 230, 230)"
1225         linecolor: "rgb(220, 220, 220)"
1226         linewidth: 1
1227         showgrid: True
1228         showline: True
1229         showticklabels: False
1230         tickcolor: "rgb(220, 220, 220)"
1231         tickmode: "linear"
1232         tickfont:
1233           size: 16
1234         zeroline: False
1235       yaxis:
1236         title: "<b>Packet Latency [uSec]</b>"
1237         titlefont:
1238           size: 16
1239         type: "linear"
1240         gridcolor: "rgb(230, 230, 230)"
1241         hoverformat: ".4s"
1242         linecolor: "rgb(220, 220, 220)"
1243         linewidth: 1
1244         showgrid: True
1245         showline: True
1246         showticklabels: True
1247         tickcolor: "rgb(220, 220, 220)"
1248         tickformat: ".4s"
1249         tickfont:
1250           size: 16
1251         zeroline: True
1252         rangemode: "tozero"
1253       legend:
1254         orientation: "h"
1255         font:
1256           size: 16
1257         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1258       autosize: False
1259       margin:
1260           't': 50
1261           'b': 150
1262           'l': 80
1263           'r': 10
1264       showlegend: True
1265       width: 700
1266       height: 700
1267       hoverlabel:
1268         namelength: -1
1269
1270 - type: "static"
1271   src-path: "{DIR[RST]}"
1272   dst-path: "{DIR[WORKING,SRC]}"
1273
1274 - type: "input"
1275   general:
1276     file-name: "robot-plugin.zip"
1277     file-format: ".zip"
1278     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1279     extract: "robot-plugin/output.xml"
1280
1281   builds:
1282     # TODO: Add 1904 data
1283 #    intel-dnv-vpp-release-1904:
1284 #      - 1
1285
1286     intel-dnv-vpp-release-1901:
1287       - 1
1288
1289     intel-dnv-vpp-release-1810:
1290       - 1
1291
1292     csit-vpp-perf-verify-1810-3n-hsw:
1293       - 9   # MRR sel
1294       - 8   # NDRPDR sel
1295       - 12  # NDRPDR sel
1296       - 14  # NDRPDR sel
1297       - 18  # NDRPDR sel
1298       - 23  # NDRPDR sel
1299       - 25  # NDRPDR sel
1300       - 38  # NDRPDR sel
1301       - 39  # NDRPDR sel
1302       - 41  # NDRPDR sel
1303       - 42  # NDRPDR sel
1304       - 28  # WRK
1305       - 29  # WRK
1306       - 30  # WRK
1307       - 31  # WRK
1308       - 32  # WRK
1309       - 33  # WRK
1310       - 34  # WRK
1311       - 35  # WRK
1312       - 36  # WRK
1313       - 37  # WRK
1314     csit-vpp-perf-verify-1901-3n-hsw:
1315       - 35  # MRR sel
1316       - 10  # NDRPDR sel
1317       - 19  # NDRPDR sel
1318       - 31  # NDRPDR sel
1319       - 36  # NDRPDR sel
1320       - 40  # NDRPDR sel
1321       - 42  # NDRPDR sel
1322       - 44  # NDRPDR sel
1323       - 46  # NDRPDR sel
1324       - 47  # NDRPDR sel
1325       - 48  # NDRPDR sel
1326       - 61  # NDRPDR LB
1327       - 62  # NDRPDR LB
1328       - 63  # NDRPDR LB
1329       - 64  # NDRPDR LB
1330       - 65  # NDRPDR LB
1331       - 66  # NDRPDR LB
1332       - 67  # NDRPDR LB
1333       - 69  # NDRPDR LB
1334       - 70  # NDRPDR LB
1335       - 71  # NDRPDR LB
1336     # TODO: Add 1904 Data
1337     csit-vpp-perf-verify-1904-3n-hsw:
1338       - 9   # MRR sel
1339       - 11  # NDRPDR sel
1340       - 12  # NDRPDR sel
1341       - 20  # NDRPDR sel
1342       - 21  # NDRPDR sel
1343       - 23  # NDRPDR sel
1344       - 24  # NDRPDR sel
1345       - 25  # NDRPDR sel
1346
1347     csit-vpp-perf-verify-1810-3n-skx:
1348       - 9   # MRR sel
1349       - 11  # MRR sel
1350       - 12  # MRR sel
1351       - 13  # MRR sel
1352       - 10  # NDRPDR sel
1353       - 14  # NDRPDR sel
1354       - 15  # NDRPDR sel
1355       - 16  # NDRPDR sel
1356       - 17  # NDRPDR sel
1357       - 19  # NDRPDR sel
1358       - 20  # NDRPDR sel
1359       - 21  # NDRPDR sel
1360       - 22  # NDRPDR sel
1361       - 25  # NDRPDR sel
1362     csit-vpp-perf-verify-1901-3n-skx:
1363       - 32  # MRR sel
1364       - 18  # NDRPDR sel
1365       - 19  # NDRPDR sel
1366       - 20  # NDRPDR sel
1367       - 28  # NDRPDR sel
1368       - 31  # NDRPDR sel
1369       - 33  # NDRPDR sel
1370       - 36  # NDRPDR sel
1371       - 38  # NDRPDR sel
1372       - 47  # NDRPDR sel
1373       - 48  # NDRPDR sel
1374       - 54  # NDRPDR LB
1375       - 57  # NDRPDR LB
1376       - 58  # NDRPDR LB
1377       - 59  # NDRPDR LB
1378       - 60  # NDRPDR LB
1379       - 63  # NDRPDR LB
1380       - 64  # NDRPDR LB
1381       - 65  # NDRPDR LB
1382       - 66  # NDRPDR LB
1383       - 67  # NDRPDR LB
1384     csit-vpp-perf-verify-1904-3n-skx:
1385       - 7   # MRR sel
1386       - 26  # NDRPDR full
1387       - 8   # NDRPDR sel
1388       - 9   # NDRPDR sel
1389       - 10  # NDRPDR sel
1390       - 11  # NDRPDR sel
1391       - 12  # NDRPDR sel
1392       - 14  # NDRPDR sel
1393       - 16  # NDRPDR sel
1394       - 21  # NDRPDR sel
1395       - 23  # NDRPDR sel
1396       - 25  # NDRPDR sel
1397
1398     csit-vpp-perf-verify-1810-2n-skx:
1399       - 8   # MRR sel
1400       - 10  # MRR sel
1401       - 11  # MRR sel
1402       - 12  # MRR sel
1403       - 9   # NDRPDR sel
1404       - 13  # NDRPDR sel
1405       - 14  # NDRPDR sel
1406       - 19  # NDRPDR sel
1407       - 20  # NDRPDR sel
1408       - 21  # NDRPDR sel
1409       - 22  # NDRPDR sel
1410       - 23  # NDRPDR sel
1411       - 24  # NDRPDR sel
1412       - 27  # NDRPDR sel
1413     csit-vpp-perf-verify-1901-2n-skx:
1414       - 22  # MRR sel
1415       - 5   # NDRPDR sel
1416       - 12  # NDRPDR sel
1417       - 13  # NDRPDR sel
1418       - 21  # NDRPDR sel
1419       - 23  # NDRPDR sel
1420       - 31  # NDRPDR sel
1421       - 34  # NDRPDR sel
1422       - 40  # NDRPDR sel
1423       - 42  # NDRPDR sel
1424       - 43  # NDRPDR sel
1425       - 45  # SOAK
1426     # TODO: Add 1904 data
1427     csit-vpp-perf-verify-1904-2n-skx:
1428       - 11  # MRR sel
1429       - 33  # NDRPDR full
1430       - 39  # NDRPDR full
1431       - 58  # NDRPDR full
1432       - 12  # NDRPDR sel
1433       - 14  # NDRPDR sel
1434       - 16  # NDRPDR sel
1435       - 17  # NDRPDR sel
1436       - 18  # NDRPDR sel
1437       - 21  # NDRPDR sel
1438       - 27  # NDRPDR sel
1439       - 30  # NDRPDR sel
1440       - 31  # NDRPDR sel
1441       - 32  # NDRPDR sel
1442       - 40  # NFV MRR 64b
1443       - 41  # NFV MRR 64b
1444       - 42  # NFV MRR 64b
1445       - 47  # NFV MRR 64b
1446       - 48  # NFV MRR 64b
1447       - 49  # NFV MRR IMIX
1448       - 50  # NFV MRR IMIX
1449       - 51  # NFV MRR IMIX
1450       - 54  # NFV MRR IMIX
1451       - 55  # NFV MRR IMIX
1452       - 56  # NFV NDRPDR 64b
1453
1454     # TODO: Remove
1455     csit-ligato-perf-verify-1901-3n-hsw:
1456       - 10  # NDRPDR full
1457       - 8   # NDRPDR sel
1458       - 9   # NDRPDR sel
1459       - 11  # NDRPDR sel
1460       - 12  # NDRPDR sel
1461       - 13  # NDRPDR sel
1462       - 14  # NDRPDR sel
1463       - 15  # NDRPDR sel
1464       - 16  # NDRPDR sel
1465       - 17  # NDRPDR sel
1466       - 18  # NDRPDR sel
1467     # TODO: Add 1904 data
1468 #    csit-ligato-perf-verify-1904-3n-hsw:
1469 #      -
1470
1471     csit-dpdk-perf-verify-1810-3n-hsw:
1472       - 1   # NDRPDR sel
1473       - 2   # NDRPDR sel
1474       - 3   # NDRPDR sel
1475       - 4   # NDRPDR sel
1476       - 5   # NDRPDR sel
1477       - 6   # NDRPDR sel
1478       - 7   # NDRPDR sel
1479       - 8   # NDRPDR sel
1480       - 9   # NDRPDR sel
1481       - 10  # NDRPDR sel
1482     csit-dpdk-perf-verify-1901-3n-hsw:
1483       - 13  # NDRPDR sel
1484       - 14  # NDRPDR sel
1485       - 16  # NDRPDR sel
1486       - 17  # NDRPDR sel
1487       - 18  # NDRPDR sel
1488       - 19  # NDRPDR sel
1489       - 20  # NDRPDR sel
1490       - 21  # NDRPDR sel
1491       - 22  # NDRPDR sel
1492       - 23  # NDRPDR sel
1493     csit-dpdk-perf-verify-1904-3n-hsw:
1494       - 2   # NDRPDR sel
1495       - 3   # NDRPDR sel
1496       - 5   # NDRPDR sel
1497       - 6   # NDRPDR sel
1498       - 13  # NDRPDR sel
1499       - 14  # NDRPDR sel
1500       - 15  # NDRPDR sel
1501       - 18  # NDRPDR sel
1502       - 19  # NDRPDR sel
1503       - 20  # NDRPDR sel
1504
1505     csit-dpdk-perf-verify-1810-3n-skx:
1506       - 3   # NDRPDR sel
1507       - 4   # NDRPDR sel
1508       - 6   # NDRPDR sel
1509       - 7   # NDRPDR sel
1510       - 8   # NDRPDR sel
1511       - 9   # NDRPDR sel
1512       - 10  # NDRPDR sel
1513       - 11  # NDRPDR sel
1514       - 12  # NDRPDR sel
1515       - 13  # NDRPDR sel
1516     csit-dpdk-perf-verify-1901-3n-skx:
1517       - 3   # NDRPDR sel
1518       - 5   # NDRPDR sel
1519       - 6   # NDRPDR sel
1520       - 7   # NDRPDR sel
1521       - 8   # NDRPDR sel
1522       - 9   # NDRPDR sel
1523       - 10  # NDRPDR sel
1524       - 11  # NDRPDR sel
1525       - 12  # NDRPDR sel
1526       - 13  # NDRPDR sel
1527     csit-dpdk-perf-verify-1904-3n-skx:
1528       - 2   # NDRPDR sel
1529       - 3   # NDRPDR sel
1530       - 4   # NDRPDR sel
1531       - 5   # NDRPDR sel
1532       - 6   # NDRPDR sel
1533       - 7   # NDRPDR sel
1534       - 11  # NDRPDR sel
1535       - 12  # NDRPDR sel
1536       - 13  # NDRPDR sel
1537       - 14  # NDRPDR sel
1538
1539     csit-dpdk-perf-verify-1810-2n-skx:
1540       - 3   # NDRPDR sel
1541       - 4   # NDRPDR sel
1542       - 5   # NDRPDR sel
1543       - 7   # NDRPDR sel
1544       - 8   # NDRPDR sel
1545       - 9   # NDRPDR sel
1546       - 10  # NDRPDR sel
1547       - 11  # NDRPDR sel
1548       - 12  # NDRPDR sel
1549       - 13  # NDRPDR sel
1550     csit-dpdk-perf-verify-1901-2n-skx:
1551       - 12  # NDRPDR sel
1552       - 13  # NDRPDR sel
1553       - 14  # NDRPDR sel
1554       - 15  # NDRPDR sel
1555       - 16  # NDRPDR sel
1556       - 17  # NDRPDR sel
1557       - 18  # NDRPDR sel
1558       - 19  # NDRPDR sel
1559       - 20  # NDRPDR sel
1560       - 21  # NDRPDR sel
1561     csit-dpdk-perf-verify-1904-2n-skx:
1562       - 2   # NDRPDR sel
1563       - 3   # NDRPDR sel
1564       - 4   # NDRPDR sel
1565       - 5   # NDRPDR sel
1566       - 7   # NDRPDR sel
1567       - 8   # NDRPDR sel
1568       - 9   # NDRPDR sel
1569       - 10  # NDRPDR sel
1570       - 11  # NDRPDR sel
1571       - 12  # NDRPDR sel
1572
1573     csit-vpp-functional-1904-ubuntu1604-virl:
1574       - 33
1575     csit-vpp-functional-1904-centos7-virl:
1576       - 32
1577     csit-vpp-device-1904-ubuntu1804-1n-skx:
1578       - 32
1579 #    # Not used
1580 #    csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1581 #      - 1
1582     csit-dmm-functional-1904-ubuntu1604-virl:
1583       - 1
1584     csit-hc2vpp-verify-func-1904-ubuntu1604:
1585       - 1
1586
1587 - type: "output"
1588   output: "report"
1589   format:
1590     html:
1591     - full
1592 #    pdf:
1593 #    - minimal
1594
1595 ################################################################################
1596 ###                               T A B L E S                                ###
1597 ################################################################################
1598
1599 # VPP Compare NICs 3n-hsw 1t1c ndr
1600 - type: "table"
1601   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1602   algorithm: "table_nics_comparison"
1603   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1604   reference:
1605     title: "Intel-x520"
1606     nic: "NIC_Intel-X520-DA2"
1607   compare:
1608     title: "Intel-x710"
1609     nic: "NIC_Intel-X710"
1610   data: "vpp-nic-comparison-3n-hsw"
1611   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1612   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1613   parameters:
1614   - "name"
1615   - "parent"
1616   - "throughput"
1617   - "tags"
1618
1619 # VPP Compare NICs 3n-hsw 2t2c ndr
1620 - type: "table"
1621   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1622   algorithm: "table_nics_comparison"
1623   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1624   reference:
1625     title: "Intel-x520"
1626     nic: "NIC_Intel-X520-DA2"
1627   compare:
1628     title: "Intel-x710"
1629     nic: "NIC_Intel-X710"
1630   data: "vpp-nic-comparison-3n-hsw"
1631   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1632   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1633   parameters:
1634   - "name"
1635   - "parent"
1636   - "throughput"
1637   - "tags"
1638
1639 # VPP Compare NICs 3n-hsw 1t1c pdr
1640 - type: "table"
1641   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1642   algorithm: "table_nics_comparison"
1643   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1644   reference:
1645     title: "Intel-x520"
1646     nic: "NIC_Intel-X520-DA2"
1647   compare:
1648     title: "Intel-x710"
1649     nic: "NIC_Intel-X710"
1650   data: "vpp-nic-comparison-3n-hsw"
1651   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1652   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1653   parameters:
1654   - "name"
1655   - "parent"
1656   - "throughput"
1657   - "tags"
1658
1659 # VPP Compare NICs 3n-hsw 2t2c pdr
1660 - type: "table"
1661   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1662   algorithm: "table_nics_comparison"
1663   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1664   reference:
1665     title: "Intel-x520"
1666     nic: "NIC_Intel-X520-DA2"
1667   compare:
1668     title: "Intel-x710"
1669     nic: "NIC_Intel-X710"
1670   data: "vpp-nic-comparison-3n-hsw"
1671   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1672   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1673   parameters:
1674   - "name"
1675   - "parent"
1676   - "throughput"
1677   - "tags"
1678
1679 # VPP Compare NICs 3n-hsw 1t1c mrr
1680 - type: "table"
1681   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1682   algorithm: "table_nics_comparison"
1683   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1684   reference:
1685     title: "Intel-x520"
1686     nic: "NIC_Intel-X520-DA2"
1687   compare:
1688     title: "Intel-x710"
1689     nic: "NIC_Intel-X710"
1690   data: "vpp-nic-comparison-3n-hsw-mrr"
1691   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1692   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1693   parameters:
1694   - "name"
1695   - "parent"
1696   - "result"
1697   - "tags"
1698
1699 # VPP Compare NICs 3n-hsw 2t2c mrr
1700 - type: "table"
1701   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1702   algorithm: "table_nics_comparison"
1703   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1704   reference:
1705     title: "Intel-x520"
1706     nic: "NIC_Intel-X520-DA2"
1707   compare:
1708     title: "Intel-x710"
1709     nic: "NIC_Intel-X710"
1710   data: "vpp-nic-comparison-3n-hsw-mrr"
1711   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1712   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1713   parameters:
1714   - "name"
1715   - "parent"
1716   - "result"
1717   - "tags"
1718
1719 # VPP Compare NICs 3n-hsw 4t4c mrr
1720 - type: "table"
1721   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1722   algorithm: "table_nics_comparison"
1723   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
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-mrr"
1731   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1732   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1733   parameters:
1734   - "name"
1735   - "parent"
1736   - "result"
1737   - "tags"
1738
1739 # VPP Compare NICs 3n-skx 2t1c ndr
1740 - type: "table"
1741   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1742   algorithm: "table_nics_comparison"
1743   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1744   reference:
1745     title: "Intel-x710"
1746     nic: "NIC_Intel-X710"
1747   compare:
1748     title: "Intel-xxv710"
1749     nic: "NIC_Intel-XXV710"
1750   data: "vpp-nic-comparison-3n-skx"
1751   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1752   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1753   parameters:
1754   - "name"
1755   - "parent"
1756   - "throughput"
1757   - "tags"
1758
1759 # VPP Compare NICs 3n-skx 4t2c ndr
1760 - type: "table"
1761   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1762   algorithm: "table_nics_comparison"
1763   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1764   reference:
1765     title: "Intel-x710"
1766     nic: "NIC_Intel-X710"
1767   compare:
1768     title: "Intel-xxv710"
1769     nic: "NIC_Intel-XXV710"
1770   data: "vpp-nic-comparison-3n-skx"
1771   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1772   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1773   parameters:
1774   - "name"
1775   - "parent"
1776   - "throughput"
1777   - "tags"
1778
1779 # VPP Compare NICs 3n-skx 2t1c pdr
1780 - type: "table"
1781   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1782   algorithm: "table_nics_comparison"
1783   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1784   reference:
1785     title: "Intel-x710"
1786     nic: "NIC_Intel-X710"
1787   compare:
1788     title: "Intel-xxv710"
1789     nic: "NIC_Intel-XXV710"
1790   data: "vpp-nic-comparison-3n-skx"
1791   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1792   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1793   parameters:
1794   - "name"
1795   - "parent"
1796   - "throughput"
1797   - "tags"
1798
1799  # VPP Compare NICs 3n-skx 4t2c pdr
1800 - type: "table"
1801   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1802   algorithm: "table_nics_comparison"
1803   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1804   reference:
1805     title: "Intel-x710"
1806     nic: "NIC_Intel-X710"
1807   compare:
1808     title: "Intel-xxv710"
1809     nic: "NIC_Intel-XXV710"
1810   data: "vpp-nic-comparison-3n-skx"
1811   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1812   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1813   parameters:
1814   - "name"
1815   - "parent"
1816   - "throughput"
1817   - "tags"
1818
1819 # VPP Compare NICs 3n-skx 2t1c mrr
1820 - type: "table"
1821   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1822   algorithm: "table_nics_comparison"
1823   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1824   reference:
1825     title: "Intel-x710"
1826     nic: "NIC_Intel-X710"
1827   compare:
1828     title: "Intel-xxv710"
1829     nic: "NIC_Intel-XXV710"
1830   data: "vpp-nic-comparison-3n-skx-mrr"
1831   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1832   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1833   parameters:
1834   - "name"
1835   - "parent"
1836   - "result"
1837   - "tags"
1838
1839 # VPP Compare NICs 3n-skx 4t2c mrr
1840 - type: "table"
1841   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1842   algorithm: "table_nics_comparison"
1843   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1844   reference:
1845     title: "Intel-x710"
1846     nic: "NIC_Intel-X710"
1847   compare:
1848     title: "Intel-xxv710"
1849     nic: "NIC_Intel-XXV710"
1850   data: "vpp-nic-comparison-3n-skx-mrr"
1851   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1852   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1853   parameters:
1854   - "name"
1855   - "parent"
1856   - "result"
1857   - "tags"
1858
1859  # VPP Compare NICs 3n-skx 8t4c mrr
1860 - type: "table"
1861   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1862   algorithm: "table_nics_comparison"
1863   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
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-mrr"
1871   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1872   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1873   parameters:
1874   - "name"
1875   - "parent"
1876   - "result"
1877   - "tags"
1878
1879 # VPP Compare NICs 2n-skx 2t1c ndr
1880 - type: "table"
1881   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1882   algorithm: "table_nics_comparison"
1883   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-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-2n-skx"
1891   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1892   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1893   parameters:
1894   - "name"
1895   - "parent"
1896   - "throughput"
1897   - "tags"
1898
1899 # VPP Compare NICs 2n-skx 4t2c ndr
1900 - type: "table"
1901   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1902   algorithm: "table_nics_comparison"
1903   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
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-2n-skx"
1911   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1912   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1913   parameters:
1914   - "name"
1915   - "parent"
1916   - "throughput"
1917   - "tags"
1918
1919  # VPP Compare NICs 2n-skx 2t1c pdr
1920 - type: "table"
1921   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1922   algorithm: "table_nics_comparison"
1923   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-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-2n-skx"
1931   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1932   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1933   parameters:
1934   - "name"
1935   - "parent"
1936   - "throughput"
1937   - "tags"
1938
1939 # VPP Compare NICs 2n-skx 4t2c pdr
1940 - type: "table"
1941   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1942   algorithm: "table_nics_comparison"
1943   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
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-2n-skx"
1951   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1952   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1953   parameters:
1954   - "name"
1955   - "parent"
1956   - "throughput"
1957   - "tags"
1958
1959 # VPP Compare NICs 2n-skx 2t1c mrr
1960 - type: "table"
1961   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1962   algorithm: "table_nics_comparison"
1963   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-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-2n-skx-mrr"
1971   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1972   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1973   parameters:
1974   - "name"
1975   - "parent"
1976   - "result"
1977   - "tags"
1978
1979 # VPP Compare NICs 2n-skx 4t2c mrr
1980 - type: "table"
1981   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1982   algorithm: "table_nics_comparison"
1983   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-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-2n-skx-mrr"
1991   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1992   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1993   parameters:
1994   - "name"
1995   - "parent"
1996   - "result"
1997   - "tags"
1998
1999 # VPP Compare NICs 2n-skx 8t4c mrr
2000 - type: "table"
2001   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2002   algorithm: "table_nics_comparison"
2003   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
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-mrr"
2011   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2012   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2013   parameters:
2014   - "name"
2015   - "parent"
2016   - "result"
2017   - "tags"
2018
2019 ################################################################################
2020 # VPP
2021
2022 # VPP Performance Changes 2n-dnv 1t1c pdr
2023 - type: "table"
2024   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2025   algorithm: "table_performance_comparison"
2026   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2027   history:
2028     - title: "rls1810"
2029       data: "intel-dnv-vpp-changes-2n-dnv-h1"
2030   reference:
2031     title: "rls1901"
2032     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2033   compare:
2034     title: "rls1904"
2035     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2036   data: "intel-dnv-vpp-changes-2n-dnv"
2037   include-tests: "PDR"
2038   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2039   parameters:
2040   - "name"
2041   - "parent"
2042   - "throughput"
2043
2044 # VPP Performance Changes 2n-dnv 2t2c pdr
2045 - type: "table"
2046   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2047   algorithm: "table_performance_comparison"
2048   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2049   history:
2050     - title: "rls1810"
2051       data: "intel-dnv-vpp-changes-2n-dnv-h1"
2052   reference:
2053     title: "rls1901"
2054     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2055   compare:
2056     title: "rls1904"
2057     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2058   data: "intel-dnv-vpp-changes-2n-dnv"
2059   include-tests: "PDR"
2060   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2061   parameters:
2062   - "name"
2063   - "parent"
2064   - "throughput"
2065
2066 # VPP Performance Changes 2n-dnv 1t1c ndr
2067 - type: "table"
2068   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2069   algorithm: "table_performance_comparison"
2070   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2071   history:
2072     - title: "rls1810"
2073       data: "intel-dnv-vpp-changes-2n-dnv-h1"
2074   reference:
2075     title: "rls1901"
2076     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2077   compare:
2078     title: "rls1904"
2079     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2080   data: "intel-dnv-vpp-changes-2n-dnv"
2081   include-tests: "NDR"
2082   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2083   parameters:
2084   - "name"
2085   - "parent"
2086   - "throughput"
2087
2088 # VPP Performance Changes 2n-dnv 2t2c ndr
2089 - type: "table"
2090   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2091   algorithm: "table_performance_comparison"
2092   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2093   history:
2094     - title: "rls1810"
2095       data: "intel-dnv-vpp-changes-2n-dnv-h1"
2096   reference:
2097     title: "rls1901"
2098     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2099   compare:
2100     title: "rls1904"
2101     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2102   data: "intel-dnv-vpp-changes-2n-dnv"
2103   include-tests: "NDR"
2104   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2105   parameters:
2106   - "name"
2107   - "parent"
2108   - "throughput"
2109
2110 # VPP Performance Changes 2n-dnv 1t1c MRR
2111 - type: "table"
2112   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2113   algorithm: "table_performance_comparison"
2114   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2115   history:
2116     - title: "rls1810"
2117       data: "intel-dnv-vpp-changes-2n-dnv-h1"
2118   reference:
2119     title: "rls1901"
2120     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2121   compare:
2122     title: "rls1904"
2123     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2124   data: "intel-dnv-vpp-changes-2n-dnv"
2125   include-tests: "MRR"
2126   filter: "'1T1C' and 'MRR'"
2127   parameters:
2128   - "name"
2129   - "parent"
2130   - "result"
2131
2132 # VPP Performance Changes 2n-dnv 2t2c MRR
2133 - type: "table"
2134   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2135   algorithm: "table_performance_comparison"
2136   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2137   history:
2138     - title: "rls1810"
2139       data: "intel-dnv-vpp-changes-2n-dnv-h1"
2140   reference:
2141     title: "rls1901"
2142     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2143   compare:
2144     title: "rls1904"
2145     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2146   data: "intel-dnv-vpp-changes-2n-dnv"
2147   include-tests: "MRR"
2148   filter: "'2T2C' and 'MRR'"
2149   parameters:
2150   - "name"
2151   - "parent"
2152   - "result"
2153
2154 # VPP Performance Changes 2n-dnv 4t4c MRR
2155 - type: "table"
2156   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2157   algorithm: "table_performance_comparison"
2158   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2159   history:
2160     - title: "rls1810"
2161       data: "intel-dnv-vpp-changes-2n-dnv-h1"
2162   reference:
2163     title: "rls1901"
2164     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2165   compare:
2166     title: "rls1904"
2167     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2168   data: "intel-dnv-vpp-changes-2n-dnv"
2169   include-tests: "MRR"
2170   filter: "'4T4C' and 'MRR'"
2171   parameters:
2172   - "name"
2173   - "parent"
2174   - "result"
2175
2176 # VPP Performance Changes 3n-hsw 1t1c pdr
2177 - type: "table"
2178   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2179   algorithm: "table_performance_comparison"
2180   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2181   history:
2182     - title: "rls1810"
2183       data: "vpp-performance-changes-3n-hsw-h1"
2184   reference:
2185     title: "rls1901"
2186     data: "vpp-performance-changes-3n-hsw-ref"
2187   compare:
2188     title: "rls1904"
2189     data: "vpp-performance-changes-3n-hsw-cmp"
2190   data: "vpp-performance-changes-3n-hsw"
2191   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2192   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2193   parameters:
2194   - "name"
2195   - "parent"
2196   - "throughput"
2197
2198 # VPP Performance Changes 3n-hsw 2t2c pdr
2199 - type: "table"
2200   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2201   algorithm: "table_performance_comparison"
2202   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2203   history:
2204     - title: "rls1810"
2205       data: "vpp-performance-changes-3n-hsw-h1"
2206   reference:
2207     title: "rls1901"
2208     data: "vpp-performance-changes-3n-hsw-ref"
2209   compare:
2210     title: "rls1904"
2211     data: "vpp-performance-changes-3n-hsw-cmp"
2212   data: "vpp-performance-changes-3n-hsw"
2213   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2214   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2215   parameters:
2216   - "name"
2217   - "parent"
2218   - "throughput"
2219
2220 # VPP Performance Changes 3n-hsw 1t1c ndr
2221 - type: "table"
2222   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2223   algorithm: "table_performance_comparison"
2224   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2225   history:
2226     - title: "rls1810"
2227       data: "vpp-performance-changes-3n-hsw-h1"
2228   reference:
2229     title: "rls1901"
2230     data: "vpp-performance-changes-3n-hsw-ref"
2231   compare:
2232     title: "rls1904"
2233     data: "vpp-performance-changes-3n-hsw-cmp"
2234   data: "vpp-performance-changes-3n-hsw"
2235   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2236   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2237   parameters:
2238   - "name"
2239   - "parent"
2240   - "throughput"
2241
2242 # VPP Performance Changes 3n-hsw 2t2c ndr
2243 - type: "table"
2244   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2245   algorithm: "table_performance_comparison"
2246   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2247   history:
2248     - title: "rls1810"
2249       data: "vpp-performance-changes-3n-hsw-h1"
2250   reference:
2251     title: "rls1901"
2252     data: "vpp-performance-changes-3n-hsw-ref"
2253   compare:
2254     title: "rls1904"
2255     data: "vpp-performance-changes-3n-hsw-cmp"
2256   data: "vpp-performance-changes-3n-hsw"
2257   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2258   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2259   parameters:
2260   - "name"
2261   - "parent"
2262   - "throughput"
2263
2264 # VPP Performance Changes 3n-skx 2t1c pdr
2265 - type: "table"
2266   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2267   algorithm: "table_performance_comparison"
2268   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2269   history:
2270     - title: "rls1810"
2271       data: "vpp-performance-changes-3n-skx-h1"
2272   reference:
2273     title: "rls1901"
2274     data: "vpp-performance-changes-3n-skx-ref"
2275   compare:
2276     title: "rls1904"
2277     data: "vpp-performance-changes-3n-skx-cmp"
2278   data: "vpp-performance-changes-3n-skx"
2279   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2280   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2281   parameters:
2282   - "name"
2283   - "parent"
2284   - "throughput"
2285
2286 # VPP Performance Changes 3n-skx 4t2c pdr
2287 - type: "table"
2288   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2289   algorithm: "table_performance_comparison"
2290   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2291   history:
2292     - title: "rls1810"
2293       data: "vpp-performance-changes-3n-skx-h1"
2294   reference:
2295     title: "rls1901"
2296     data: "vpp-performance-changes-3n-skx-ref"
2297   compare:
2298     title: "rls1904"
2299     data: "vpp-performance-changes-3n-skx-cmp"
2300   data: "vpp-performance-changes-3n-skx"
2301   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2302   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2303   parameters:
2304   - "name"
2305   - "parent"
2306   - "throughput"
2307
2308 # VPP Performance Changes 3n-skx 2t1c ndr
2309 - type: "table"
2310   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2311   algorithm: "table_performance_comparison"
2312   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2313   history:
2314     - title: "rls1810"
2315       data: "vpp-performance-changes-3n-skx-h1"
2316   reference:
2317     title: "rls1901"
2318     data: "vpp-performance-changes-3n-skx-ref"
2319   compare:
2320     title: "rls1904"
2321     data: "vpp-performance-changes-3n-skx-cmp"
2322   data: "vpp-performance-changes-3n-skx"
2323   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2324   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2325   parameters:
2326   - "name"
2327   - "parent"
2328   - "throughput"
2329
2330 # VPP Performance Changes 3n-skx 4t2c ndr
2331 - type: "table"
2332   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2333   algorithm: "table_performance_comparison"
2334   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2335   history:
2336     - title: "rls1810"
2337       data: "vpp-performance-changes-3n-skx-h1"
2338   reference:
2339     title: "rls1901"
2340     data: "vpp-performance-changes-3n-skx-ref"
2341   compare:
2342     title: "rls1904"
2343     data: "vpp-performance-changes-3n-skx-cmp"
2344   data: "vpp-performance-changes-3n-skx"
2345   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2346   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2347   parameters:
2348   - "name"
2349   - "parent"
2350   - "throughput"
2351
2352 # VPP Performance Changes 2n-skx 2t1c pdr
2353 - type: "table"
2354   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2355   algorithm: "table_performance_comparison"
2356   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2357   history:
2358     - title: "rls1810"
2359       data: "vpp-performance-changes-2n-skx-h1"
2360   reference:
2361     title: "rls1901"
2362     data: "vpp-performance-changes-2n-skx-ref"
2363   compare:
2364     title: "rls1904"
2365     data: "vpp-performance-changes-2n-skx-cmp"
2366   data: "vpp-performance-changes-2n-skx"
2367   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2368   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2369   parameters:
2370   - "name"
2371   - "parent"
2372   - "throughput"
2373
2374 # VPP Performance Changes 2n-skx 4t2c pdr
2375 - type: "table"
2376   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2377   algorithm: "table_performance_comparison"
2378   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2379   history:
2380     - title: "rls1810"
2381       data: "vpp-performance-changes-2n-skx-h1"
2382   reference:
2383     title: "rls1901"
2384     data: "vpp-performance-changes-2n-skx-ref"
2385   compare:
2386     title: "rls1904"
2387     data: "vpp-performance-changes-2n-skx-cmp"
2388   data: "vpp-performance-changes-2n-skx"
2389   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2390   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2391   parameters:
2392   - "name"
2393   - "parent"
2394   - "throughput"
2395
2396 # VPP Performance Changes 2n-skx 2t1c ndr
2397 - type: "table"
2398   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2399   algorithm: "table_performance_comparison"
2400   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2401   history:
2402     - title: "rls1810"
2403       data: "vpp-performance-changes-2n-skx-h1"
2404   reference:
2405     title: "rls1901"
2406     data: "vpp-performance-changes-2n-skx-ref"
2407   compare:
2408     title: "rls1904"
2409     data: "vpp-performance-changes-2n-skx-cmp"
2410   data: "vpp-performance-changes-2n-skx"
2411   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2412   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2413   parameters:
2414   - "name"
2415   - "parent"
2416   - "throughput"
2417
2418 # VPP Performance Changes 2n-skx 4t2c ndr
2419 - type: "table"
2420   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2421   algorithm: "table_performance_comparison"
2422   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2423   history:
2424     - title: "rls1810"
2425       data: "vpp-performance-changes-2n-skx-h1"
2426   reference:
2427     title: "rls1901"
2428     data: "vpp-performance-changes-2n-skx-ref"
2429   compare:
2430     title: "rls1904"
2431     data: "vpp-performance-changes-2n-skx-cmp"
2432   data: "vpp-performance-changes-2n-skx"
2433   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2434   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2435   parameters:
2436   - "name"
2437   - "parent"
2438   - "throughput"
2439
2440 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2441 - type: "table"
2442   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2443   algorithm: "table_performance_comparison"
2444   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2445   reference:
2446     title: "3-Node Hsw"
2447     data: "vpp-compare-testbeds-ref"
2448   compare:
2449     title: "3-Node Skx"
2450     data: "vpp-compare-testbeds-cmp"
2451   data: "vpp-compare-testbeds"
2452   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2453   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2454   parameters:
2455   - "name"
2456   - "parent"
2457   - "throughput"
2458
2459 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2460 - type: "table"
2461   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2462   algorithm: "table_performance_comparison"
2463   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2464   reference:
2465     title: "3-Node Hsw"
2466     data: "vpp-compare-testbeds-ref"
2467   compare:
2468     title: "3-Node Skx"
2469     data: "vpp-compare-testbeds-cmp"
2470   data: "vpp-compare-testbeds"
2471   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2472   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2473   parameters:
2474   - "name"
2475   - "parent"
2476   - "throughput"
2477
2478 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2479 - type: "table"
2480   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2481   algorithm: "table_performance_comparison"
2482   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2483   reference:
2484     title: "3-Node Hsw"
2485     data: "vpp-compare-testbeds-ref"
2486   compare:
2487     title: "3-Node Skx"
2488     data: "vpp-compare-testbeds-cmp"
2489   data: "vpp-compare-testbeds"
2490   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2491   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2492   parameters:
2493   - "name"
2494   - "parent"
2495   - "throughput"
2496
2497 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2498 - type: "table"
2499   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2500   algorithm: "table_performance_comparison"
2501   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2502   reference:
2503     title: "3-Node Hsw"
2504     data: "vpp-compare-testbeds-ref"
2505   compare:
2506     title: "3-Node Skx"
2507     data: "vpp-compare-testbeds-cmp"
2508   data: "vpp-compare-testbeds"
2509   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2510   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2511   parameters:
2512   - "name"
2513   - "parent"
2514   - "throughput"
2515
2516 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2517 - type: "table"
2518   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2519   algorithm: "table_performance_comparison"
2520   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2521   reference:
2522     title: "3-Node Skx"
2523     data: "vpp-compare-topologies-ref"
2524   compare:
2525     title: "2-Node Skx"
2526     data: "vpp-compare-topologies-cmp"
2527   data: "vpp-compare-topologies"
2528   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2529   filter: "'NDRPDR' and '1C'"
2530   parameters:
2531   - "name"
2532   - "parent"
2533   - "throughput"
2534
2535 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2536 - type: "table"
2537   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2538   algorithm: "table_performance_comparison"
2539   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2540   reference:
2541     title: "3-Node Skx"
2542     data: "vpp-compare-topologies-ref"
2543   compare:
2544     title: "2-Node Skx"
2545     data: "vpp-compare-topologies-cmp"
2546   data: "vpp-compare-topologies"
2547   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2548   filter: "'NDRPDR' and '2C'"
2549   parameters:
2550   - "name"
2551   - "parent"
2552   - "throughput"
2553
2554 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2555 - type: "table"
2556   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2557   algorithm: "table_performance_comparison"
2558   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2559   reference:
2560     title: "3-Node Skx"
2561     data: "vpp-compare-topologies-ref"
2562   compare:
2563     title: "2-Node Skx"
2564     data: "vpp-compare-topologies-cmp"
2565   data: "vpp-compare-topologies"
2566   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2567   filter: "'NDRPDR' and '1C'"
2568   parameters:
2569   - "name"
2570   - "parent"
2571   - "throughput"
2572
2573 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2574 - type: "table"
2575   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2576   algorithm: "table_performance_comparison"
2577   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2578   reference:
2579     title: "3-Node Skx"
2580     data: "vpp-compare-topologies-ref"
2581   compare:
2582     title: "2-Node Skx"
2583     data: "vpp-compare-topologies-cmp"
2584   data: "vpp-compare-topologies"
2585   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2586   filter: "'NDRPDR' and '2C'"
2587   parameters:
2588   - "name"
2589   - "parent"
2590   - "throughput"
2591
2592 # VPP Performance Changes 3n-hsw 1t1c MRR
2593 - type: "table"
2594   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2595   algorithm: "table_performance_comparison"
2596   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2597   history:
2598     - title: "rls1810"
2599       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2600   reference:
2601     title: "rls1901"
2602     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2603   compare:
2604     title: "rls1904"
2605     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2606   data: "vpp-performance-changes-3n-hsw-mrr"
2607   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2608   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2609   parameters:
2610   - "name"
2611   - "parent"
2612   - "result"
2613
2614 # VPP Performance Changes 3n-hsw 2t2c MRR
2615 - type: "table"
2616   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2617   algorithm: "table_performance_comparison"
2618   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2619   history:
2620     - title: "rls1810"
2621       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2622   reference:
2623     title: "rls1901"
2624     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2625   compare:
2626     title: "rls1904"
2627     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2628   data: "vpp-performance-changes-3n-hsw-mrr"
2629   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2630   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2631   parameters:
2632   - "name"
2633   - "parent"
2634   - "result"
2635
2636 # VPP Performance Changes 3n-hsw 4t4c MRR
2637 - type: "table"
2638   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2639   algorithm: "table_performance_comparison"
2640   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2641   history:
2642     - title: "rls1810"
2643       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2644   reference:
2645     title: "rls1901"
2646     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2647   compare:
2648     title: "rls1904"
2649     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2650   data: "vpp-performance-changes-3n-hsw-mrr"
2651   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2652   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2653   parameters:
2654   - "name"
2655   - "parent"
2656   - "result"
2657
2658 # VPP Performance Changes 3n-skx 2t1c MRR
2659 - type: "table"
2660   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2661   algorithm: "table_performance_comparison"
2662   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2663   history:
2664     - title: "rls1810"
2665       data: "vpp-performance-changes-3n-skx-mrr-h1"
2666   reference:
2667     title: "rls1901"
2668     data: "vpp-performance-changes-3n-skx-mrr-ref"
2669   compare:
2670     title: "rls1904"
2671     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2672   data: "vpp-performance-changes-3n-skx-mrr"
2673   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2674   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2675   parameters:
2676   - "name"
2677   - "parent"
2678   - "result"
2679
2680 # VPP Performance Changes 3n-skx 4t2c MRR
2681 - type: "table"
2682   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2683   algorithm: "table_performance_comparison"
2684   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2685   history:
2686     - title: "rls1810"
2687       data: "vpp-performance-changes-3n-skx-mrr-h1"
2688   reference:
2689     title: "rls1901"
2690     data: "vpp-performance-changes-3n-skx-mrr-ref"
2691   compare:
2692     title: "rls1904"
2693     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2694   data: "vpp-performance-changes-3n-skx-mrr"
2695   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2696   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2697   parameters:
2698   - "name"
2699   - "parent"
2700   - "result"
2701
2702 # VPP Performance Changes 3n-skx 8t4c MRR
2703 - type: "table"
2704   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2705   algorithm: "table_performance_comparison"
2706   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2707   history:
2708     - title: "rls1810"
2709       data: "vpp-performance-changes-3n-skx-mrr-h1"
2710   reference:
2711     title: "rls1901"
2712     data: "vpp-performance-changes-3n-skx-mrr-ref"
2713   compare:
2714     title: "rls1904"
2715     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2716   data: "vpp-performance-changes-3n-skx-mrr"
2717   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2718   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2719   parameters:
2720   - "name"
2721   - "parent"
2722   - "result"
2723
2724 # VPP Performance Changes 2n-skx 2t1c MRR
2725 - type: "table"
2726   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2727   algorithm: "table_performance_comparison"
2728   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2729   history:
2730     - title: "rls1810"
2731       data: "vpp-performance-changes-2n-skx-mrr-h1"
2732   reference:
2733     title: "rls1901"
2734     data: "vpp-performance-changes-2n-skx-mrr-ref"
2735   compare:
2736     title: "rls1904"
2737     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2738   data: "vpp-performance-changes-2n-skx-mrr"
2739   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2740   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2741   parameters:
2742   - "name"
2743   - "parent"
2744   - "result"
2745
2746 # VPP Performance Changes 2n-skx 4t2c MRR
2747 - type: "table"
2748   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2749   algorithm: "table_performance_comparison"
2750   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2751   history:
2752     - title: "rls1810"
2753       data: "vpp-performance-changes-2n-skx-mrr-h1"
2754   reference:
2755     title: "rls1901"
2756     data: "vpp-performance-changes-2n-skx-mrr-ref"
2757   compare:
2758     title: "rls1904"
2759     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2760   data: "vpp-performance-changes-2n-skx-mrr"
2761   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2762   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2763   parameters:
2764   - "name"
2765   - "parent"
2766   - "result"
2767
2768 # VPP Performance Changes 2n-skx 8t4c MRR
2769 - type: "table"
2770   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2771   algorithm: "table_performance_comparison"
2772   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2773   history:
2774     - title: "rls1810"
2775       data: "vpp-performance-changes-2n-skx-mrr-h1"
2776   reference:
2777     title: "rls1901"
2778     data: "vpp-performance-changes-2n-skx-mrr-ref"
2779   compare:
2780     title: "rls1904"
2781     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2782   data: "vpp-performance-changes-2n-skx-mrr"
2783   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2784   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2785   parameters:
2786   - "name"
2787   - "parent"
2788   - "result"
2789
2790 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2791 - type: "table"
2792   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2793   algorithm: "table_performance_comparison"
2794   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2795   reference:
2796     title: "3-Node Hsw"
2797     data: "vpp-compare-testbeds-mrr-ref"
2798   compare:
2799     title: "3-Node Skx"
2800     data: "vpp-compare-testbeds-mrr-cmp"
2801   data: "vpp-compare-testbeds-mrr"
2802   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2803   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2804   parameters:
2805   - "name"
2806   - "parent"
2807   - "result"
2808
2809 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2810 - type: "table"
2811   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2812   algorithm: "table_performance_comparison"
2813   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2814   reference:
2815     title: "3-Node Hsw"
2816     data: "vpp-compare-testbeds-mrr-ref"
2817   compare:
2818     title: "3-Node Skx"
2819     data: "vpp-compare-testbeds-mrr-cmp"
2820   data: "vpp-compare-testbeds-mrr"
2821   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2822   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2823   parameters:
2824   - "name"
2825   - "parent"
2826   - "result"
2827
2828 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2829 - type: "table"
2830   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2831   algorithm: "table_performance_comparison"
2832   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2833   reference:
2834     title: "3-Node Hsw"
2835     data: "vpp-compare-testbeds-mrr-ref"
2836   compare:
2837     title: "3-Node Skx"
2838     data: "vpp-compare-testbeds-mrr-cmp"
2839   data: "vpp-compare-testbeds-mrr"
2840   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2841   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2842   parameters:
2843   - "name"
2844   - "parent"
2845   - "result"
2846
2847 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2848 - type: "table"
2849   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2850   algorithm: "table_performance_comparison"
2851   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2852   reference:
2853     title: "3-Node Skx"
2854     data: "vpp-compare-topologies-mrr-ref"
2855   compare:
2856     title: "2-Node Skx"
2857     data: "vpp-compare-topologies-mrr-cmp"
2858   data: "vpp-compare-topologies-mrr"
2859   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2860   filter: "'MRR' and '1C'"
2861   parameters:
2862   - "name"
2863   - "parent"
2864   - "result"
2865
2866 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2867 - type: "table"
2868   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2869   algorithm: "table_performance_comparison"
2870   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2871   reference:
2872     title: "3-Node Skx"
2873     data: "vpp-compare-topologies-mrr-ref"
2874   compare:
2875     title: "2-Node Skx"
2876     data: "vpp-compare-topologies-mrr-cmp"
2877   data: "vpp-compare-topologies-mrr"
2878   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2879   filter: "'MRR' and '2C'"
2880   parameters:
2881   - "name"
2882   - "parent"
2883   - "result"
2884
2885 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2886 - type: "table"
2887   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2888   algorithm: "table_performance_comparison"
2889   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2890   reference:
2891     title: "3-Node Skx"
2892     data: "vpp-compare-topologies-mrr-ref"
2893   compare:
2894     title: "2-Node Skx"
2895     data: "vpp-compare-topologies-mrr-cmp"
2896   data: "vpp-compare-topologies-mrr"
2897   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2898   filter: "'MRR' and '4C'"
2899   parameters:
2900   - "name"
2901   - "parent"
2902   - "result"
2903
2904 # Detailed Test Results - VPP Performance Results 3n-hsw
2905 - type: "table"
2906   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2907   algorithm: "table_merged_details"
2908   output-file-ext: ".csv"
2909   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2910   columns:
2911   - title: "Name"
2912     data: "data name"
2913   - title: "Status"
2914     data: "data msg"
2915   rows: "generated"
2916   data: "vpp-perf-results-3n-hsw"
2917   filter: "not 'NDRCHK' and not 'PDRCHK'"
2918   parameters:
2919   - "name"
2920   - "parent"
2921   - "msg"
2922
2923 # Detailed Test Results - VPP Performance Results 3n-skx
2924 - type: "table"
2925   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2926   algorithm: "table_merged_details"
2927   output-file-ext: ".csv"
2928   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2929   columns:
2930   - title: "Name"
2931     data: "data name"
2932   - title: "Status"
2933     data: "data msg"
2934   rows: "generated"
2935   data: "vpp-perf-results-3n-skx"
2936   filter: "not 'NDRCHK' and not 'PDRCHK'"
2937   parameters:
2938   - "name"
2939   - "parent"
2940   - "msg"
2941
2942 # Detailed Test Results - VPP Performance Results 2n-skx
2943 - type: "table"
2944   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2945   algorithm: "table_merged_details"
2946   output-file-ext: ".csv"
2947   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2948   columns:
2949   - title: "Name"
2950     data: "data name"
2951   - title: "Status"
2952     data: "data msg"
2953   rows: "generated"
2954   data: "vpp-perf-results-2n-skx"
2955   filter: "not 'NDRCHK' and not 'PDRCHK'"
2956   parameters:
2957   - "name"
2958   - "parent"
2959   - "msg"
2960
2961 # Detailed Test Results - VPP Performance Results 2n-dnv
2962 - type: "table"
2963   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2964   algorithm: "table_details"
2965   output-file-ext: ".csv"
2966   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2967   columns:
2968   - title: "Name"
2969     data: "data name"
2970   - title: "Status"
2971     data: "data msg"
2972   rows: "generated"
2973   data: "intel-dnv-vpp"
2974   filter: "'NDRPDR'"
2975   parameters:
2976   - "name"
2977   - "parent"
2978   - "msg"
2979
2980 # Test configuration - VPP Performance Test Configs 3n-hsw
2981 - type: "table"
2982   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2983   algorithm: "table_merged_details"
2984   output-file-ext: ".csv"
2985   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2986   columns:
2987   - title: "Name"
2988     data: "data name"
2989   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2990     data: "data conf-history"
2991   rows: "generated"
2992   data: "vpp-perf-results-3n-hsw"
2993   filter: "not 'NDRCHK' and not 'PDRCHK'"
2994   parameters:
2995   - "parent"
2996   - "name"
2997   - "conf-history"
2998
2999 # Test configuration - VPP Performance Test Configs 3n-skx
3000 - type: "table"
3001   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3002   algorithm: "table_merged_details"
3003   output-file-ext: ".csv"
3004   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3005   columns:
3006   - title: "Name"
3007     data: "data name"
3008   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3009     data: "data conf-history"
3010   rows: "generated"
3011   data: "vpp-perf-results-3n-skx"
3012   filter: "not 'NDRCHK' and not 'PDRCHK'"
3013   parameters:
3014   - "parent"
3015   - "name"
3016   - "conf-history"
3017
3018 # Test configuration - VPP Performance Test Configs 2n-skx
3019 - type: "table"
3020   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3021   algorithm: "table_merged_details"
3022   output-file-ext: ".csv"
3023   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3024   columns:
3025   - title: "Name"
3026     data: "data name"
3027   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3028     data: "data conf-history"
3029   rows: "generated"
3030   data: "vpp-perf-results-2n-skx"
3031   filter: "not 'NDRCHK' and not 'PDRCHK'"
3032   parameters:
3033   - "parent"
3034   - "name"
3035   - "conf-history"
3036
3037 # Test configuration - VPP Performance Test Configs 2n-dnv
3038 - type: "table"
3039   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3040   algorithm: "table_details"
3041   output-file-ext: ".csv"
3042   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3043   columns:
3044   - title: "Name"
3045     data: "data name"
3046   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3047     data: "data conf-history"
3048   rows: "generated"
3049   data: "intel-dnv-vpp"
3050   filter: "'NDRPDR'"
3051   parameters:
3052   - "parent"
3053   - "name"
3054   - "conf-history"
3055
3056 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3057 - type: "table"
3058   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3059   algorithm: "table_merged_details"
3060   output-file-ext: ".csv"
3061   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3062   columns:
3063   - title: "Name"
3064     data: "data name"
3065   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3066     data: "data show-run"
3067   rows: "generated"
3068   data: "vpp-perf-results-3n-hsw"
3069   filter: "not 'NDRCHK' and not 'PDRCHK'"
3070   parameters:
3071   - "parent"
3072   - "name"
3073   - "show-run"
3074
3075 # Test Operational Data - VPP Performance Operational Data 3n-skx
3076 - type: "table"
3077   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3078   algorithm: "table_merged_details"
3079   output-file-ext: ".csv"
3080   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3081   columns:
3082   - title: "Name"
3083     data: "data name"
3084   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3085     data: "data show-run"
3086   rows: "generated"
3087   data: "vpp-perf-results-3n-skx"
3088   filter: "not 'NDRCHK' and not 'PDRCHK'"
3089   parameters:
3090   - "parent"
3091   - "name"
3092   - "show-run"
3093
3094 # Test Operational Data - VPP Performance Operational Data 2n-skx
3095 - type: "table"
3096   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3097   algorithm: "table_merged_details"
3098   output-file-ext: ".csv"
3099   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3100   columns:
3101   - title: "Name"
3102     data: "data name"
3103   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3104     data: "data show-run"
3105   rows: "generated"
3106   data: "vpp-perf-results-2n-skx"
3107   filter: "not 'NDRCHK' and not 'PDRCHK'"
3108   parameters:
3109   - "parent"
3110   - "name"
3111   - "show-run"
3112
3113 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3114 - type: "table"
3115   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3116   algorithm: "table_details"
3117   output-file-ext: ".csv"
3118   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3119   columns:
3120   - title: "Name"
3121     data: "data name"
3122   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3123     data: "data show-run"
3124   rows: "generated"
3125   data: "intel-dnv-vpp"
3126   filter: "'NDRPDR'"
3127   parameters:
3128   - "parent"
3129   - "name"
3130   - "show-run"
3131
3132 # Detailed Test Results - VPP MRR Results 3n-hsw
3133 - type: "table"
3134   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3135   algorithm: "table_details"
3136   output-file-ext: ".csv"
3137   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3138   columns:
3139   - title: "Name"
3140     data: "data name"
3141   - title: "Status"
3142     data: "data msg"
3143   rows: "generated"
3144   data: "vpp-mrr-results-3n-hsw"
3145   filter: "'MRR'"
3146   parameters:
3147   - "name"
3148   - "parent"
3149   - "msg"
3150
3151 # Detailed Test Results - VPP MRR Results 3n-skx
3152 - type: "table"
3153   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3154   algorithm: "table_details"
3155   output-file-ext: ".csv"
3156   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3157   columns:
3158   - title: "Name"
3159     data: "data name"
3160   - title: "Status"
3161     data: "data msg"
3162   rows: "generated"
3163   data: "vpp-mrr-results-3n-skx"
3164   filter: "'MRR'"
3165   parameters:
3166   - "name"
3167   - "parent"
3168   - "msg"
3169
3170 # Detailed Test Results - VPP MRR Results 2n-skx
3171 - type: "table"
3172   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3173   algorithm: "table_details"
3174   output-file-ext: ".csv"
3175   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3176   columns:
3177   - title: "Name"
3178     data: "data name"
3179   - title: "Status"
3180     data: "data msg"
3181   rows: "generated"
3182   data: "vpp-mrr-results-2n-skx"
3183   filter: "'MRR'"
3184   parameters:
3185   - "name"
3186   - "parent"
3187   - "msg"
3188
3189 # Detailed Test Results - VPP MRR Results 2n-dnv
3190 - type: "table"
3191   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3192   algorithm: "table_details"
3193   output-file-ext: ".csv"
3194   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3195   columns:
3196   - title: "Name"
3197     data: "data name"
3198   - title: "Status"
3199     data: "data msg"
3200   rows: "generated"
3201   data: "intel-dnv-vpp"
3202   filter: "'MRR'"
3203   parameters:
3204   - "name"
3205   - "parent"
3206   - "msg"
3207
3208 # Test configuration - VPP MRR Test Configs 3n-hsw
3209 - type: "table"
3210   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3211   algorithm: "table_details"
3212   output-file-ext: ".csv"
3213   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3214   columns:
3215   - title: "Name"
3216     data: "data name"
3217   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3218     data: "data conf-history"
3219   rows: "generated"
3220   data: "vpp-mrr-results-3n-hsw"
3221   filter: "'MRR'"
3222   parameters:
3223   - "parent"
3224   - "name"
3225   - "conf-history"
3226
3227 # Test configuration - VPP MRR Test Configs 3n-skx
3228 - type: "table"
3229   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3230   algorithm: "table_details"
3231   output-file-ext: ".csv"
3232   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3233   columns:
3234   - title: "Name"
3235     data: "data name"
3236   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3237     data: "data conf-history"
3238   rows: "generated"
3239   data: "vpp-mrr-results-3n-skx"
3240   filter: "'MRR'"
3241   parameters:
3242   - "parent"
3243   - "name"
3244   - "conf-history"
3245
3246 # Test configuration - VPP MRR Test Configs 2n-skx
3247 - type: "table"
3248   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3249   algorithm: "table_details"
3250   output-file-ext: ".csv"
3251   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3252   columns:
3253   - title: "Name"
3254     data: "data name"
3255   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3256     data: "data conf-history"
3257   rows: "generated"
3258   data: "vpp-mrr-results-2n-skx"
3259   filter: "'MRR'"
3260   parameters:
3261   - "parent"
3262   - "name"
3263   - "conf-history"
3264
3265 # Test configuration - VPP MRR Test Configs 2n-dnv
3266 - type: "table"
3267   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3268   algorithm: "table_details"
3269   output-file-ext: ".csv"
3270   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3271   columns:
3272   - title: "Name"
3273     data: "data name"
3274   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3275     data: "data conf-history"
3276   rows: "generated"
3277   data: "intel-dnv-vpp"
3278   filter: "'MRR'"
3279   parameters:
3280   - "parent"
3281   - "name"
3282   - "conf-history"
3283
3284 # Detailed Test Results - VPP Functional Results - Ubuntu
3285 - type: "table"
3286   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3287   algorithm: "table_details"
3288   output-file-ext: ".csv"
3289   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3290   columns:
3291   - title: "Name"
3292     data: "data name"
3293   - title: "Documentation"
3294     data: "data doc"
3295   - title: "Status"
3296     data: "data status"
3297   rows: "generated"
3298   data: "vpp-func-results-ubuntu"
3299   filter: "all"
3300   parameters:
3301   - "name"
3302   - "parent"
3303   - "doc"
3304   - "status"
3305
3306 # Detailed Test Results - VPP Functional Results - CentOS
3307 - type: "table"
3308   title: "Detailed Test Results - VPP Functional Results - CentOS"
3309   algorithm: "table_details"
3310   output-file-ext: ".csv"
3311   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3312   columns:
3313   - title: "Name"
3314     data: "data name"
3315   - title: "Documentation"
3316     data: "data doc"
3317   -
3318     title: "Status"
3319     data: "data status"
3320   rows: "generated"
3321   data:
3322     "vpp-func-results-centos"
3323   filter: "all"
3324   parameters:
3325   - "name"
3326   - "parent"
3327   - "doc"
3328   - "status"
3329
3330 # Test configuration - VPP Functional Test Configs - Ubuntu
3331 - type: "table"
3332   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3333   algorithm: "table_details"
3334   output-file-ext: ".csv"
3335   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3336   columns:
3337   - title: "Name"
3338     data: "data name"
3339   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3340     data: "data conf-history"
3341   rows: "generated"
3342   data: "vpp-func-results-ubuntu"
3343   filter: "all"
3344   parameters:
3345   - "parent"
3346   - "name"
3347   - "conf-history"
3348
3349 # Test configuration - VPP Functional Test Configs - CentOS
3350 - type: "table"
3351   title: "Test configuration - VPP Functional Test Configs - CentOS"
3352   algorithm: "table_details"
3353   output-file-ext: ".csv"
3354   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3355   columns:
3356   - title: "Name"
3357     data: "data name"
3358   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3359     data: "data conf-history"
3360   rows: "generated"
3361   data: "vpp-func-results-centos"
3362   filter: "all"
3363   parameters:
3364   - "parent"
3365   - "name"
3366   - "conf-history"
3367
3368 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3369 - type: "table"
3370   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3371   algorithm: "table_details"
3372   output-file-ext: ".csv"
3373   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3374   columns:
3375   - title: "Name"
3376     data: "data name"
3377   - title: "Status"
3378     data: "data msg"
3379   rows: "generated"
3380   data: "ligato-perf-results-3n-hsw"
3381   filter: "all"
3382   parameters:
3383   - "name"
3384   - "parent"
3385   - "msg"
3386
3387 # Detailed Test Results - VPP Device Results - Ubuntu
3388 - type: "table"
3389   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3390   algorithm: "table_details"
3391   output-file-ext: ".csv"
3392   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3393   columns:
3394   - title: "Name"
3395     data: "data name"
3396   - title: "Documentation"
3397     data: "data doc"
3398   - title: "Status"
3399     data: "data status"
3400   rows: "generated"
3401   data: "vpp-device-results-ubuntu"
3402   filter: "all"
3403   parameters:
3404   - "name"
3405   - "parent"
3406   - "doc"
3407   - "status"
3408
3409 # Test configuration - VPP Device Test Configs - Ubuntu
3410 - type: "table"
3411   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3412   algorithm: "table_details"
3413   output-file-ext: ".csv"
3414   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3415   columns:
3416   - title: "Name"
3417     data: "data name"
3418   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3419     data: "data conf-history"
3420   rows: "generated"
3421   data: "vpp-device-results-ubuntu"
3422   filter: "all"
3423   parameters:
3424   - "parent"
3425   - "name"
3426   - "conf-history"
3427
3428 ################################################################################
3429
3430 # DPDK Performance Changes 3n-hsw 1t1c pdr
3431 - type: "table"
3432   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3433   algorithm: "table_performance_comparison"
3434   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3435   history:
3436     - title: "rls1810"
3437       data: "dpdk-performance-changes-3n-hsw-h1"
3438   reference:
3439     title: "rls1901"
3440     data: "dpdk-performance-changes-3n-hsw-ref"
3441   compare:
3442     title: "rls1904"
3443     data: "dpdk-performance-changes-3n-hsw-cmp"
3444   data: "dpdk-performance-changes-3n-hsw"
3445   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3446   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3447   parameters:
3448   - "name"
3449   - "parent"
3450   - "throughput"
3451
3452 # DPDK Performance Changes 3n-hsw 2t2c pdr
3453 - type: "table"
3454   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3455   algorithm: "table_performance_comparison"
3456   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3457   history:
3458     - title: "rls1810"
3459       data: "dpdk-performance-changes-3n-hsw-h1"
3460   reference:
3461     title: "rls1901"
3462     data: "dpdk-performance-changes-3n-hsw-ref"
3463   compare:
3464     title: "rls1904"
3465     data: "dpdk-performance-changes-3n-hsw-cmp"
3466   data: "dpdk-performance-changes-3n-hsw"
3467   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3468   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3469   parameters:
3470   - "name"
3471   - "parent"
3472   - "throughput"
3473
3474 # DPDK Performance Changes 3n-hsw 1t1c ndr
3475 - type: "table"
3476   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3477   algorithm: "table_performance_comparison"
3478   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3479   history:
3480     - title: "rls1810"
3481       data: "dpdk-performance-changes-3n-hsw-h1"
3482   reference:
3483     title: "rls1901"
3484     data: "dpdk-performance-changes-3n-hsw-ref"
3485   compare:
3486     title: "rls1904"
3487     data: "dpdk-performance-changes-3n-hsw-cmp"
3488   data: "dpdk-performance-changes-3n-hsw"
3489   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3490   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3491   parameters:
3492   - "name"
3493   - "parent"
3494   - "throughput"
3495
3496 # DPDK Performance Changes 3n-hsw 2t2c ndr
3497 - type: "table"
3498   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3499   algorithm: "table_performance_comparison"
3500   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3501   history:
3502     - title: "rls1810"
3503       data: "dpdk-performance-changes-3n-hsw-h1"
3504   reference:
3505     title: "rls1901"
3506     data: "dpdk-performance-changes-3n-hsw-ref"
3507   compare:
3508     title: "rls1904"
3509     data: "dpdk-performance-changes-3n-hsw-cmp"
3510   data: "dpdk-performance-changes-3n-hsw"
3511   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3512   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3513   parameters:
3514   - "name"
3515   - "parent"
3516   - "throughput"
3517
3518 # DPDK Performance Changes 3n-skx 2t1c pdr
3519 - type: "table"
3520   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3521   algorithm: "table_performance_comparison"
3522   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3523   history:
3524     - title: "rls1810"
3525       data: "dpdk-performance-changes-3n-skx-h1"
3526   reference:
3527     title: "rls1901"
3528     data: "dpdk-performance-changes-3n-skx-ref"
3529   compare:
3530     title: "rls1904"
3531     data: "dpdk-performance-changes-3n-skx-cmp"
3532   data: "dpdk-performance-changes-3n-skx"
3533   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3534   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3535   parameters:
3536   - "name"
3537   - "parent"
3538   - "throughput"
3539
3540 # DPDK Performance Changes 3n-skx 4t2c pdr
3541 - type: "table"
3542   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3543   algorithm: "table_performance_comparison"
3544   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3545   history:
3546     - title: "rls1810"
3547       data: "dpdk-performance-changes-3n-skx-h1"
3548   reference:
3549     title: "rls1901"
3550     data: "dpdk-performance-changes-3n-skx-ref"
3551   compare:
3552     title: "rls1904"
3553     data: "dpdk-performance-changes-3n-skx-cmp"
3554   data: "dpdk-performance-changes-3n-skx"
3555   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3556   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3557   parameters:
3558   - "name"
3559   - "parent"
3560   - "throughput"
3561
3562 # DPDK Performance Changes 3n-skx 2t1c ndr
3563 - type: "table"
3564   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3565   algorithm: "table_performance_comparison"
3566   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3567   history:
3568     - title: "rls1810"
3569       data: "dpdk-performance-changes-3n-skx-h1"
3570   reference:
3571     title: "rls1901"
3572     data: "dpdk-performance-changes-3n-skx-ref"
3573   compare:
3574     title: "rls1904"
3575     data: "dpdk-performance-changes-3n-skx-cmp"
3576   data: "dpdk-performance-changes-3n-skx"
3577   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3578   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3579   parameters:
3580   - "name"
3581   - "parent"
3582   - "throughput"
3583
3584 # DPDK Performance Changes 3n-skx 4t2c ndr
3585 - type: "table"
3586   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3587   algorithm: "table_performance_comparison"
3588   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3589   history:
3590     - title: "rls1810"
3591       data: "dpdk-performance-changes-3n-skx-h1"
3592   reference:
3593     title: "rls1901"
3594     data: "dpdk-performance-changes-3n-skx-ref"
3595   compare:
3596     title: "rls1904"
3597     data: "dpdk-performance-changes-3n-skx-cmp"
3598   data: "dpdk-performance-changes-3n-skx"
3599   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3600   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3601   parameters:
3602   - "name"
3603   - "parent"
3604   - "throughput"
3605
3606 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3607 - type: "table"
3608   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3609   algorithm: "table_performance_comparison"
3610   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3611   reference:
3612     title: "3-Node Hsw"
3613     data: "dpdk-compare-testbeds-ref"
3614   compare:
3615     title: "3-Node Skx"
3616     data: "dpdk-compare-testbeds-cmp"
3617   data: "dpdk-compare-testbeds"
3618   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3619   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3620   parameters:
3621   - "name"
3622   - "parent"
3623   - "throughput"
3624
3625 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3626 - type: "table"
3627   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3628   algorithm: "table_performance_comparison"
3629   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3630   reference:
3631     title: "3-Node Hsw"
3632     data: "dpdk-compare-testbeds-ref"
3633   compare:
3634     title: "3-Node Skx"
3635     data: "dpdk-compare-testbeds-cmp"
3636   data: "dpdk-compare-testbeds"
3637   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3638   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3639   parameters:
3640   - "name"
3641   - "parent"
3642   - "throughput"
3643
3644 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3645 - type: "table"
3646   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3647   algorithm: "table_performance_comparison"
3648   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3649   reference:
3650     title: "3-Node Skx"
3651     data: "dpdk-compare-topologies-ref"
3652   compare:
3653     title: "2-Node Skx"
3654     data: "dpdk-compare-topologies-cmp"
3655   data: "dpdk-compare-topologies"
3656   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3657   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3658   parameters:
3659   - "name"
3660   - "parent"
3661   - "throughput"
3662
3663 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3664 - type: "table"
3665   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3666   algorithm: "table_performance_comparison"
3667   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3668   reference:
3669     title: "3-Node Skx"
3670     data: "dpdk-compare-topologies-ref"
3671   compare:
3672     title: "2-Node Skx"
3673     data: "dpdk-compare-topologies-cmp"
3674   data: "dpdk-compare-topologies"
3675   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3676   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3677   parameters:
3678   - "name"
3679   - "parent"
3680   - "throughput"
3681
3682 # DPDK Performance Changes 2n-skx 2t1c pdr
3683 - type: "table"
3684   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3685   algorithm: "table_performance_comparison"
3686   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3687   history:
3688     - title: "rls1810"
3689       data: "dpdk-performance-changes-2n-skx-h1"
3690   reference:
3691     title: "rls1901"
3692     data: "dpdk-performance-changes-2n-skx-ref"
3693   compare:
3694     title: "rls1904"
3695     data: "dpdk-performance-changes-2n-skx-cmp"
3696   data: "dpdk-performance-changes-2n-skx"
3697   include-tests: "PDR" # "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 2n-skx 4t2c pdr
3705 - type: "table"
3706   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3707   algorithm: "table_performance_comparison"
3708   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3709   history:
3710     - title: "rls1810"
3711       data: "dpdk-performance-changes-2n-skx-h1"
3712   reference:
3713     title: "rls1901"
3714     data: "dpdk-performance-changes-2n-skx-ref"
3715   compare:
3716     title: "rls1904"
3717     data: "dpdk-performance-changes-2n-skx-cmp"
3718   data: "dpdk-performance-changes-2n-skx"
3719   include-tests: "PDR" # "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 Performance Changes 2n-skx 2t1c ndr
3727 - type: "table"
3728   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3729   algorithm: "table_performance_comparison"
3730   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3731   history:
3732     - title: "rls1810"
3733       data: "dpdk-performance-changes-2n-skx-h1"
3734   reference:
3735     title: "rls1901"
3736     data: "dpdk-performance-changes-2n-skx-ref"
3737   compare:
3738     title: "rls1904"
3739     data: "dpdk-performance-changes-2n-skx-cmp"
3740   data: "dpdk-performance-changes-2n-skx"
3741   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3742   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3743   parameters:
3744   - "name"
3745   - "parent"
3746   - "throughput"
3747
3748 # DPDK Performance Changes 2n-skx 4t2c ndr
3749 - type: "table"
3750   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3751   algorithm: "table_performance_comparison"
3752   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3753   history:
3754     - title: "rls1810"
3755       data: "dpdk-performance-changes-2n-skx-h1"
3756   reference:
3757     title: "rls1901"
3758     data: "dpdk-performance-changes-2n-skx-ref"
3759   compare:
3760     title: "rls1904"
3761     data: "dpdk-performance-changes-2n-skx-cmp"
3762   data: "dpdk-performance-changes-2n-skx"
3763   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3764   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3765   parameters:
3766   - "name"
3767   - "parent"
3768   - "throughput"
3769
3770 # Detailed Test Results - DPDK Performance Results 3n-hsw
3771 - type: "table"
3772   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3773   algorithm: "table_details"
3774   output-file-ext: ".csv"
3775   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3776   columns:
3777   - title: "Name"
3778     data: "data name"
3779   - title: "Status"
3780     data: "data msg"
3781   rows: "generated"
3782   data: "dpdk-perf-results-3n-hsw"
3783   filter: "all"
3784   parameters:
3785   - "name"
3786   - "parent"
3787   - "msg"
3788
3789 # Detailed Test Results - DPDK Performance Results 3n-skx
3790 - type: "table"
3791   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3792   algorithm: "table_details"
3793   output-file-ext: ".csv"
3794   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3795   columns:
3796   - title: "Name"
3797     data: "data name"
3798   - title: "Status"
3799     data: "data msg"
3800   rows: "generated"
3801   data: "dpdk-perf-results-3n-skx"
3802   filter: "all"
3803   parameters:
3804   - "name"
3805   - "parent"
3806   - "msg"
3807
3808 # Detailed Test Results - DPDK Performance Results 2n-skx
3809 - type: "table"
3810   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3811   algorithm: "table_details"
3812   output-file-ext: ".csv"
3813   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3814   columns:
3815   - title: "Name"
3816     data: "data name"
3817   - title: "Status"
3818     data: "data msg"
3819   rows: "generated"
3820   data: "dpdk-perf-results-2n-skx"
3821   filter: "all"
3822   parameters:
3823   - "name"
3824   - "parent"
3825   - "msg"
3826
3827 ################################################################################
3828 # HoneyComb
3829 - type: "table"
3830   title: "Detailed Test Results - Honeycomb Functional Results"
3831   algorithm: "table_details"
3832   output-file-ext: ".csv"
3833   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3834   columns:
3835   - title: "Name"
3836     data: "data name"
3837   - title: "Documentation"
3838     data: "data doc"
3839   - title: "Status"
3840     data: "data status"
3841   rows: "generated"
3842   data:
3843     "hc-func-results"
3844   filter: "all"
3845   parameters:
3846   - "name"
3847   - "parent"
3848   - "doc"
3849   - "status"
3850
3851 ################################################################################
3852 # NSH SFC
3853 #-
3854 #  type: "table"
3855 #  title: "Detailed Test Results - NSH SFC Functional Results"
3856 #  algorithm: "table_details"
3857 #  output-file-ext: ".csv"
3858 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3859 #  columns:
3860 #  -
3861 #    title: "Name"
3862 #    data: "data name"
3863 #  -
3864 #    title: "Documentation"
3865 #    data: "data doc"
3866 #  -
3867 #    title: "Status"
3868 #    data: "data status"
3869 #  rows: "generated"
3870 #  data:
3871 #    "nsh-func-results"
3872 #  filter: "all"
3873 #  parameters:
3874 #  - "name"
3875 #  - "parent"
3876 #  - "doc"
3877 #  - "status"
3878
3879 ################################################################################
3880 # DMM
3881 - type: "table"
3882   title: "Detailed Test Results - DMM Functional Results"
3883   algorithm: "table_details"
3884   output-file-ext: ".csv"
3885   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3886   columns:
3887   - title: "Name"
3888     data: "data name"
3889   - title: "Documentation"
3890     data: "data doc"
3891   - title: "Status"
3892     data: "data status"
3893   rows: "generated"
3894   data:
3895     "dmm-func-results"
3896   filter: "all"
3897   parameters:
3898   - "name"
3899   - "parent"
3900   - "doc"
3901   - "status"
3902
3903 ################################################################################
3904 ###                                F I L E S                                 ###
3905 ################################################################################
3906
3907 # VPP Performance Results 3n-hsw
3908 - type: "file"
3909   title: "VPP Performance Results 3n-hsw"
3910   algorithm: "file_test_results"
3911   output-file-ext: ".rst"
3912   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3913   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"
3914   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3915   data: "vpp-perf-results-3n-hsw"
3916   filter: "not 'NDRCHK' and not 'PDRCHK'"
3917   parameters:
3918   - "name"
3919   - "doc"
3920   - "level"
3921   - "parent"
3922   data-start-level: 3
3923
3924 # VPP Performance Results 3n-skx
3925 - type: "file"
3926   title: "VPP Performance Results 3n-skx"
3927   algorithm: "file_test_results"
3928   output-file-ext: ".rst"
3929   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3930   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"
3931   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
3932   data: "vpp-perf-results-3n-skx"
3933   filter: "not 'NDRCHK' and not 'PDRCHK'"
3934   parameters:
3935   - "name"
3936   - "doc"
3937   - "level"
3938   - "parent"
3939   data-start-level: 3
3940
3941 # VPP Performance Results 2n-skx
3942 - type: "file"
3943   title: "VPP Performance Results 2n-skx"
3944   algorithm: "file_test_results"
3945   output-file-ext: ".rst"
3946   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3947   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"
3948   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
3949   data: "vpp-perf-results-2n-skx"
3950   filter: "not 'NDRCHK' and not 'PDRCHK'"
3951   parameters:
3952   - "name"
3953   - "doc"
3954   - "level"
3955   - "parent"
3956   data-start-level: 3
3957
3958 # VPP Performance Results 2n-dnv
3959 - type: "file"
3960   title: "VPP Performance Results 2n-dnv"
3961   algorithm: "file_test_results"
3962   output-file-ext: ".rst"
3963   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3964   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"
3965   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
3966   data: "intel-dnv-vpp"
3967   filter: "'NDRPDR'"
3968   parameters:
3969   - "name"
3970   - "doc"
3971   - "level"
3972   - "parent"
3973   data-start-level: 3
3974
3975 # VPP Performance Configuration 3n-hsw
3976 - type: "file"
3977   title: "VPP Performance Configuration 3n-hsw"
3978   algorithm: "file_test_results"
3979   output-file-ext: ".rst"
3980   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
3981   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"
3982   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
3983   data: "vpp-perf-results-3n-hsw"
3984   filter: "not 'NDRCHK' and not 'PDRCHK'"
3985   parameters:
3986   - "name"
3987   - "doc"
3988   - "level"
3989   - "parent"
3990   data-start-level: 3
3991
3992 # VPP Performance Configuration 3n-skx
3993 - type: "file"
3994   title: "VPP Performance Configuration 3n-skx"
3995   algorithm: "file_test_results"
3996   output-file-ext: ".rst"
3997   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
3998   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"
3999   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4000   data: "vpp-perf-results-3n-skx"
4001   filter: "not 'NDRCHK' and not 'PDRCHK'"
4002   parameters:
4003   - "name"
4004   - "doc"
4005   - "level"
4006   - "parent"
4007   data-start-level: 3
4008
4009 # VPP Performance Configuration 2n-skx
4010 - type: "file"
4011   title: "VPP Performance Configuration 2n-skx"
4012   algorithm: "file_test_results"
4013   output-file-ext: ".rst"
4014   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4015   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"
4016   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4017   data: "vpp-perf-results-2n-skx"
4018   filter: "not 'NDRCHK' and not 'PDRCHK'"
4019   parameters:
4020   - "name"
4021   - "doc"
4022   - "level"
4023   - "parent"
4024   data-start-level: 3
4025
4026 # VPP Performance Configuration 2n-dnv
4027 - type: "file"
4028   title: "VPP Performance Configuration 2n-dnv"
4029   algorithm: "file_test_results"
4030   output-file-ext: ".rst"
4031   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4032   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"
4033   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4034   data: "intel-dnv-vpp"
4035   filter: "'NDRPDR'"
4036   parameters:
4037   - "name"
4038   - "doc"
4039   - "level"
4040   - "parent"
4041   data-start-level: 3
4042
4043 # VPP Performance Operational Data 3n-hsw
4044 - type: "file"
4045   title: "VPP Performance Operational Data 3n-hsw"
4046   algorithm: "file_test_results"
4047   output-file-ext: ".rst"
4048   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4049   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"
4050   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4051   data: "vpp-perf-results-3n-hsw"
4052   filter: "not 'NDRCHK' and not 'PDRCHK'"
4053   parameters:
4054   - "name"
4055   - "doc"
4056   - "level"
4057   - "parent"
4058   data-start-level: 3
4059
4060 # VPP Performance Operational Data 3n-skx
4061 - type: "file"
4062   title: "VPP Performance Operational Data 3n-skx"
4063   algorithm: "file_test_results"
4064   output-file-ext: ".rst"
4065   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4066   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"
4067   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4068   data: "vpp-perf-results-3n-skx"
4069   filter: "not 'NDRCHK' and not 'PDRCHK'"
4070   parameters:
4071   - "name"
4072   - "doc"
4073   - "level"
4074   - "parent"
4075   data-start-level: 3
4076
4077 # VPP Performance Operational Data 2n-skx
4078 - type: "file"
4079   title: "VPP Performance Operational Data 2n-skx"
4080   algorithm: "file_test_results"
4081   output-file-ext: ".rst"
4082   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4083   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"
4084   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4085   data: "vpp-perf-results-2n-skx"
4086   filter: "not 'NDRCHK' and not 'PDRCHK'"
4087   parameters:
4088   - "name"
4089   - "doc"
4090   - "level"
4091   - "parent"
4092   data-start-level: 3
4093
4094 # VPP Performance Operational Data 2n-dnv
4095 - type: "file"
4096   title: "VPP Performance Operational Data 2n-dnv"
4097   algorithm: "file_test_results"
4098   output-file-ext: ".rst"
4099   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4100   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"
4101   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4102   data: "intel-dnv-vpp"
4103   filter: "'NDRPDR'"
4104   parameters:
4105   - "name"
4106   - "doc"
4107   - "level"
4108   - "parent"
4109   data-start-level: 3
4110
4111 # VPP MRR Results 3n-hsw
4112 - type: "file"
4113   title: "VPP MRR Results 3n-hsw"
4114   algorithm: "file_test_results"
4115   output-file-ext: ".rst"
4116   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4117   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"
4118   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4119   data: "vpp-mrr-results-3n-hsw"
4120   filter: "'MRR'"
4121   parameters:
4122   - "name"
4123   - "doc"
4124   - "level"
4125   - "parent"
4126   data-start-level: 3
4127
4128 # VPP MRR Results 3n-skx
4129 - type: "file"
4130   title: "VPP MRR Results 3n-skx"
4131   algorithm: "file_test_results"
4132   output-file-ext: ".rst"
4133   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4134   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"
4135   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4136   data: "vpp-mrr-results-3n-skx"
4137   filter: "'MRR'"
4138   parameters:
4139   - "name"
4140   - "doc"
4141   - "level"
4142   - "parent"
4143   data-start-level: 3
4144
4145 # VPP MRR Results 2n-skx
4146 - type: "file"
4147   title: "VPP MRR Results 2n-skx"
4148   algorithm: "file_test_results"
4149   output-file-ext: ".rst"
4150   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4151   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"
4152   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4153   data: "vpp-mrr-results-2n-skx"
4154   filter: "all"
4155   parameters:
4156   - "name"
4157   - "doc"
4158   - "level"
4159   - "parent"
4160   data-start-level: 3
4161
4162 # VPP MRR Results 2n-dnv
4163 - type: "file"
4164   title: "VPP MRR Results 2n-dnv"
4165   algorithm: "file_test_results"
4166   output-file-ext: ".rst"
4167   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4168   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"
4169   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4170   data: "intel-dnv-vpp"
4171   filter: "'MRR'"
4172   parameters:
4173   - "name"
4174   - "doc"
4175   - "level"
4176   - "parent"
4177   data-start-level: 3
4178
4179 # VPP MRR Configuration 3n-hsw
4180 - type: "file"
4181   title: "VPP MRR Configuration 3n-hsw"
4182   algorithm: "file_test_results"
4183   output-file-ext: ".rst"
4184   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4185   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"
4186   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4187   data: "vpp-mrr-results-3n-hsw"
4188   filter: "'MRR'"
4189   parameters:
4190   - "name"
4191   - "doc"
4192   - "level"
4193   - "parent"
4194   data-start-level: 3
4195
4196 # VPP MRR Configuration 3n-skx
4197 - type: "file"
4198   title: "VPP MRR Configuration 3n-skx"
4199   algorithm: "file_test_results"
4200   output-file-ext: ".rst"
4201   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4202   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"
4203   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4204   data: "vpp-mrr-results-3n-skx"
4205   filter: "'MRR'"
4206   parameters:
4207   - "name"
4208   - "doc"
4209   - "level"
4210   - "parent"
4211   data-start-level: 3
4212
4213 # VPP MRR Configuration 2n-skx
4214 - type: "file"
4215   title: "VPP MRR Configuration 2n-skx"
4216   algorithm: "file_test_results"
4217   output-file-ext: ".rst"
4218   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4219   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"
4220   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4221   data: "vpp-mrr-results-2n-skx"
4222   filter: "'MRR'"
4223   parameters:
4224   - "name"
4225   - "doc"
4226   - "level"
4227   - "parent"
4228   data-start-level: 3
4229
4230 # VPP MRR Configuration 2n-dnv
4231 - type: "file"
4232   title: "VPP MRR Configuration 2n-dnv"
4233   algorithm: "file_test_results"
4234   output-file-ext: ".rst"
4235   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4236   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"
4237   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4238   data: "intel-dnv-vpp"
4239   filter: "'MRR'"
4240   parameters:
4241   - "name"
4242   - "doc"
4243   - "level"
4244   - "parent"
4245   data-start-level: 3
4246
4247 # VPP Functional Results - Ubuntu
4248 - type: "file"
4249   title: "VPP Functional Results - Ubuntu"
4250   algorithm: "file_test_results"
4251   output-file-ext: ".rst"
4252   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4253   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"
4254   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4255   data: "vpp-func-results-ubuntu"
4256   filter: "all"
4257   parameters:
4258   - "name"
4259   - "doc"
4260   - "level"
4261   - "parent"
4262   data-start-level: 3
4263
4264 # VPP Functional Results - CentOS
4265 - type: "file"
4266   title: "VPP Functional Results - CentOS"
4267   algorithm: "file_test_results"
4268   output-file-ext: ".rst"
4269   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4270   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"
4271   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4272   data:
4273     "vpp-func-results-centos"
4274   filter: "all"
4275   parameters:
4276   - "name"
4277   - "doc"
4278   - "level"
4279   - "parent"
4280   data-start-level: 3
4281
4282 # VPP Functional Configuration - Ubuntu
4283 - type: "file"
4284   title: "VPP Functional Configuration - Ubuntu"
4285   algorithm: "file_test_results"
4286   output-file-ext: ".rst"
4287   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
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[DTC,FUNC,VPP,UBUNTU]}"
4290   data: "vpp-func-results-ubuntu"
4291   filter: "all"
4292   parameters:
4293   - "name"
4294   - "doc"
4295   - "level"
4296   - "parent"
4297   data-start-level: 3
4298
4299 # VPP Functional Configuration - CentOS
4300 - type: "file"
4301   title: "VPP Functional Configuration - CentOS"
4302   algorithm: "file_test_results"
4303   output-file-ext: ".rst"
4304   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
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,FUNC,VPP,CENTOS]}"
4307   data:
4308     "vpp-func-results-centos"
4309   filter: "all"
4310   parameters:
4311   - "name"
4312   - "doc"
4313   - "level"
4314   - "parent"
4315   data-start-level: 3
4316
4317 # VPP Device Results - Ubuntu
4318 - type: "file"
4319   title: "VPP Device Results - Ubuntu"
4320   algorithm: "file_test_results"
4321   output-file-ext: ".rst"
4322   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4323   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"
4324   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4325   data: "vpp-device-results-ubuntu"
4326   filter: "all"
4327   parameters:
4328   - "name"
4329   - "doc"
4330   - "level"
4331   - "parent"
4332   data-start-level: 2
4333
4334 # VPP Device Configuration - Ubuntu
4335 - type: "file"
4336   title: "VPP Device Configuration - Ubuntu"
4337   algorithm: "file_test_results"
4338   output-file-ext: ".rst"
4339   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4340   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"
4341   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4342   data: "vpp-device-results-ubuntu"
4343   filter: "all"
4344   parameters:
4345   - "name"
4346   - "doc"
4347   - "level"
4348   - "parent"
4349   data-start-level: 2
4350
4351 # Container Orchestrated Performance Results 3n-hsw
4352 - type: "file"
4353   title: "Container Orchestrated Performance Results 3n-hsw"
4354   algorithm: "file_test_results"
4355   output-file-ext: ".rst"
4356   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4357   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"
4358   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4359   data: "ligato-perf-results-3n-hsw"
4360   filter: "all"
4361   parameters:
4362   - "name"
4363   - "doc"
4364   - "level"
4365   - "parent"
4366   data-start-level: 3
4367
4368 # DPDK Performance Results 3n-hsw
4369 - type: "file"
4370   title: "DPDK Performance Results 3n-hsw"
4371   algorithm: "file_test_results"
4372   output-file-ext: ".rst"
4373   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4374   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"
4375   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4376   data: "dpdk-perf-results-3n-hsw"
4377   filter: "all"
4378   parameters:
4379   - "name"
4380   - "doc"
4381   - "level"
4382   - "parent"
4383   data-start-level: 3
4384
4385 # DPDK Performance Results 3n-skx
4386 - type: "file"
4387   title: "DPDK Performance Results 3n-skx"
4388   algorithm: "file_test_results"
4389   output-file-ext: ".rst"
4390   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4391   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"
4392   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4393   data: "dpdk-perf-results-3n-skx"
4394   filter: "all"
4395   parameters:
4396   - "name"
4397   - "doc"
4398   - "level"
4399   - "parent"
4400   data-start-level: 3
4401
4402 # DPDK Performance Results 2n-skx
4403 - type: "file"
4404   title: "DPDK Performance Results 2n-skx"
4405   algorithm: "file_test_results"
4406   output-file-ext: ".rst"
4407   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
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[DTR,PERF,DPDK,2N,SKX]}"
4410   data: "dpdk-perf-results-2n-skx"
4411   filter: "all"
4412   parameters:
4413   - "name"
4414   - "doc"
4415   - "level"
4416   - "parent"
4417   data-start-level: 3
4418
4419 # Honeycomb Functional Results
4420 - type: "file"
4421   title: "Honeycomb Functional Results"
4422   algorithm: "file_test_results"
4423   output-file-ext: ".rst"
4424   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
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[DTR,FUNC,HC]}"
4427   data:
4428     "hc-func-results"
4429   filter: "all"
4430   parameters:
4431   - "name"
4432   - "doc"
4433   - "level"
4434   - "parent"
4435   data-start-level: 3
4436
4437 # NSH SFC Functional Results
4438 #-
4439 #  type: "file"
4440 #  title: "NSH SFC Functional Results"
4441 #  algorithm: "file_test_results"
4442 #  output-file-ext: ".rst"
4443 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4444 #  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"
4445 #  dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4446 #  data:
4447 #    "nsh-func-results"
4448 #  filter: "all"
4449 #  parameters:
4450 #  - "name"
4451 #  - "doc"
4452 #  - "level"
4453 #  - "parent"
4454 #  data-start-level: 3
4455
4456 # DMM Functional Results
4457 - type: "file"
4458   title: "DMM Functional Results"
4459   algorithm: "file_test_results"
4460   output-file-ext: ".rst"
4461   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4462   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4463   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4464   data:
4465     "dmm-func-results"
4466   filter: "all"
4467   parameters:
4468   - "name"
4469   - "doc"
4470   - "level"
4471   - "parent"
4472   data-start-level: 3
4473
4474 ################################################################################
4475 ###                                P L O T S                                 ###
4476 ################################################################################
4477
4478 # Soak test - 30min Soak Test (PLRsearch), boxes
4479 - type: "plot"
4480   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
4481   algorithm: "plot_soak_boxes"
4482   output-file-type: ".html"
4483   output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
4484   data: "plot-vpp-soak-2n-skx"
4485   filter: "'SOAK'"
4486   parameters:
4487   - "throughput"
4488   - "parent"
4489   - "tags"
4490   sort:
4491   - "L2PATCH"
4492 #  - "L2XCBASE"
4493 #  - "L2BDMACLRN"
4494 #  - "IP4FWD"
4495 #  - "IP6FWD"
4496   - "VHOST"
4497   layout:
4498     title: "30min Soak Test (PLRsearch)"
4499     layout: "plot-soak-throughput"
4500
4501 # Soak test - example, not used
4502 - type: "plot"
4503   title: "VPP Throughput: 30min Soak Test (PLRsearch) bars"
4504   algorithm: "plot_soak_bars"
4505   output-file-type: ".html"
4506   output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
4507   data: "plot-vpp-soak-2n-skx"
4508   filter: "'SOAK'"
4509   parameters:
4510   - "throughput"
4511   - "parent"
4512   - "tags"
4513   sort:
4514   - "L2PATCH"
4515 #  - "L2XCBASE"
4516 #  - "L2BDMACLRN"
4517 #  - "IP4FWD"
4518 #  - "IP6FWD"
4519   - "VHOST"
4520   layout:
4521     title: "30min Soak Test (PLRsearch)"
4522     layout: "plot-soak-throughput"
4523
4524 ################################################################################
4525 # Plots - NF Density - VSC - MRR 64b
4526 - type: "plot"
4527   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4528   algorithm: "plot_service_density_heatmap_compare"
4529   output-file-type: ".html"
4530   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
4531   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4532   filter: "'NIC_Intel-X710' and
4533            'NF_DENSITY' and
4534            'VHOST' and
4535            'CHAIN' and
4536            'NF_VPPIP4' and
4537            '64B' and
4538            '2T1C' and
4539            'MRR'"
4540   reference:
4541     include: "2"
4542     name: "VNF-1c"
4543   compare:
4544     include: "1"
4545     name: "VNF-0.5c"
4546   parameters:
4547   - "result"
4548   - "name"
4549   - "tags"
4550   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4551   x-axis: "X = VNFs per Service Chain"
4552   y-axis: "Y = Number of Service Chains"
4553   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4554   layout:
4555     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4556     layout: "plot-service-density"
4557
4558 - type: "plot"
4559   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4560   algorithm: "plot_service_density_heatmap_compare"
4561   output-file-type: ".html"
4562   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4563   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4564   filter: "'NIC_Intel-X710' and
4565            'NF_DENSITY' and
4566            'VHOST' and
4567            'CHAIN' and
4568            'NF_VPPIP4' and
4569            '64B' and
4570            '4T2C' and
4571            'MRR'"
4572   reference:
4573     include: "2"
4574     name: "VNF-1c"
4575   compare:
4576     include: "1"
4577     name: "VNF-0.5c"
4578   parameters:
4579   - "result"
4580   - "name"
4581   - "tags"
4582   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4583   x-axis: "X = VNFs per Service Chain"
4584   y-axis: "Y = Number of Service Chains"
4585   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4586   layout:
4587     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4588     layout: "plot-service-density"
4589
4590 - type: "plot"
4591   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4592   algorithm: "plot_service_density_heatmap_compare"
4593   output-file-type: ".html"
4594   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-mrr"
4595   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4596   filter: "'NIC_Intel-X710' and
4597            'NF_DENSITY' and
4598            'VHOST' and
4599            'CHAIN' and
4600            'NF_VPPIP4' and
4601            '64B' and
4602            '8T4C' and
4603            'MRR'"
4604   reference:
4605     include: "2"
4606     name: "VNF-1c"
4607   compare:
4608     include: "1"
4609     name: "VNF-0.5c"
4610   parameters:
4611   - "result"
4612   - "name"
4613   - "tags"
4614   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4615   x-axis: "X = VNFs per Service Chain"
4616   y-axis: "Y = Number of Service Chains"
4617   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4618   layout:
4619     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4620     layout: "plot-service-density"
4621
4622 # Plots - NF Density - VSC - MRR IMIX
4623 - type: "plot"
4624   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4625   algorithm: "plot_service_density_heatmap_compare"
4626   output-file-type: ".html"
4627   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
4628   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4629   filter: "'NIC_Intel-X710' and
4630            'NF_DENSITY' and
4631            'VHOST' and
4632            'CHAIN' and
4633            'NF_VPPIP4' and
4634            'IMIX' and
4635            '2T1C' and
4636            'MRR'"
4637   reference:
4638     include: "2"
4639     name: "VNF-1c"
4640   compare:
4641     include: "1"
4642     name: "VNF-0.5c"
4643   parameters:
4644   - "result"
4645   - "name"
4646   - "tags"
4647   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4648   x-axis: "X = VNFs per Service Chain"
4649   y-axis: "Y = Number of Service Chains"
4650   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4651   layout:
4652     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4653     layout: "plot-service-density"
4654
4655 - type: "plot"
4656   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4657   algorithm: "plot_service_density_heatmap_compare"
4658   output-file-type: ".html"
4659   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
4660   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4661   filter: "'NIC_Intel-X710' and
4662            'NF_DENSITY' and
4663            'VHOST' and
4664            'CHAIN' and
4665            'NF_VPPIP4' and
4666            'IMIX' and
4667            '4T2C' and
4668            'MRR'"
4669   reference:
4670     include: "2"
4671     name: "VNF-1c"
4672   compare:
4673     include: "1"
4674     name: "VNF-0.5c"
4675   parameters:
4676   - "result"
4677   - "name"
4678   - "tags"
4679   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4680   x-axis: "X = VNFs per Service Chain"
4681   y-axis: "Y = Number of Service Chains"
4682   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4683   layout:
4684     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4685     layout: "plot-service-density"
4686
4687 - type: "plot"
4688   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4689   algorithm: "plot_service_density_heatmap_compare"
4690   output-file-type: ".html"
4691   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-mrr"
4692   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4693   filter: "'NIC_Intel-X710' and
4694            'NF_DENSITY' and
4695            'VHOST' and
4696            'CHAIN' and
4697            'NF_VPPIP4' and
4698            'IMIX' and
4699            '8T4C' and
4700            'MRR'"
4701   reference:
4702     include: "2"
4703     name: "VNF-1c"
4704   compare:
4705     include: "1"
4706     name: "VNF-0.5c"
4707   parameters:
4708   - "result"
4709   - "name"
4710   - "tags"
4711   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4712   x-axis: "X = VNFs per Service Chain"
4713   y-axis: "Y = Number of Service Chains"
4714   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4715   layout:
4716     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4717     layout: "plot-service-density"
4718
4719 # Plots - NF Density - VSC - NDR 64b
4720 - type: "plot"
4721   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4722   algorithm: "plot_service_density_heatmap_compare"
4723   output-file-type: ".html"
4724   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
4725   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4726   filter: "'NIC_Intel-X710' and
4727            'NF_DENSITY' and
4728            'VHOST' and
4729            'CHAIN' and
4730            'NF_VPPIP4' and
4731            '64B' and
4732            '2T1C' and
4733            'NDRPDR'"
4734   reference:
4735     include: "2"
4736     name: "VNF-1c"
4737   compare:
4738     include: "1"
4739     name: "VNF-0.5c"
4740   parameters:
4741   - "throughput"
4742   - "name"
4743   - "tags"
4744   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4745   x-axis: "X = VNFs per Service Chain"
4746   y-axis: "Y = Number of Service Chains"
4747   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4748   layout:
4749     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4750     layout: "plot-service-density"
4751
4752 - type: "plot"
4753   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4754   algorithm: "plot_service_density_heatmap_compare"
4755   output-file-type: ".html"
4756   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
4757   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4758   filter: "'NIC_Intel-X710' and
4759            'NF_DENSITY' and
4760            'VHOST' and
4761            'CHAIN' and
4762            'NF_VPPIP4' and
4763            '64B' and
4764            '4T2C' and
4765            'NDRPDR'"
4766   reference:
4767     include: "2"
4768     name: "VNF-1c"
4769   compare:
4770     include: "1"
4771     name: "VNF-0.5c"
4772   parameters:
4773   - "throughput"
4774   - "name"
4775   - "tags"
4776   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4777   x-axis: "X = VNFs per Service Chain"
4778   y-axis: "Y = Number of Service Chains"
4779   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4780   layout:
4781     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4782     layout: "plot-service-density"
4783
4784 - type: "plot"
4785   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4786   algorithm: "plot_service_density_heatmap_compare"
4787   output-file-type: ".html"
4788   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-ndr"
4789   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4790   filter: "'NIC_Intel-X710' and
4791            'NF_DENSITY' and
4792            'VHOST' and
4793            'CHAIN' and
4794            'NF_VPPIP4' and
4795            '64B' and
4796            '8T4C' and
4797            'NDRPDR'"
4798   reference:
4799     include: "2"
4800     name: "VNF-1c"
4801   compare:
4802     include: "1"
4803     name: "VNF-0.5c"
4804   parameters:
4805   - "throughput"
4806   - "name"
4807   - "tags"
4808   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4809   x-axis: "X = VNFs per Service Chain"
4810   y-axis: "Y = Number of Service Chains"
4811   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4812   layout:
4813     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4814     layout: "plot-service-density"
4815
4816 # Plots - NF Density - VSC - NDR IMIX
4817 - type: "plot"
4818   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4819   algorithm: "plot_service_density_heatmap_compare"
4820   output-file-type: ".html"
4821   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
4822   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4823   filter: "'NIC_Intel-X710' and
4824            'NF_DENSITY' and
4825            'VHOST' and
4826            'CHAIN' and
4827            'NF_VPPIP4' and
4828            'IMIX' and
4829            '2T1C' and
4830            'NDRPDR'"
4831   reference:
4832     include: "2"
4833     name: "VNF-1c"
4834   compare:
4835     include: "1"
4836     name: "VNF-0.5c"
4837   parameters:
4838   - "throughput"
4839   - "name"
4840   - "tags"
4841   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4842   x-axis: "X = VNFs per Service Chain"
4843   y-axis: "Y = Number of Service Chains"
4844   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4845   layout:
4846     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4847     layout: "plot-service-density"
4848
4849 - type: "plot"
4850   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4851   algorithm: "plot_service_density_heatmap_compare"
4852   output-file-type: ".html"
4853   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
4854   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4855   filter: "'NIC_Intel-X710' and
4856            'NF_DENSITY' and
4857            'VHOST' and
4858            'CHAIN' and
4859            'NF_VPPIP4' and
4860            'IMIX' and
4861            '4T2C' and
4862            'NDRPDR'"
4863   reference:
4864     include: "2"
4865     name: "VNF-1c"
4866   compare:
4867     include: "1"
4868     name: "VNF-0.5c"
4869   parameters:
4870   - "throughput"
4871   - "name"
4872   - "tags"
4873   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4874   x-axis: "X = VNFs per Service Chain"
4875   y-axis: "Y = Number of Service Chains"
4876   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4877   layout:
4878     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4879     layout: "plot-service-density"
4880
4881 - type: "plot"
4882   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4883   algorithm: "plot_service_density_heatmap_compare"
4884   output-file-type: ".html"
4885   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-ndr"
4886   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4887   filter: "'NIC_Intel-X710' and
4888            'NF_DENSITY' and
4889            'VHOST' and
4890            'CHAIN' and
4891            'NF_VPPIP4' and
4892            'IMIX' and
4893            '8T4C' and
4894            'NDRPDR'"
4895   reference:
4896     include: "2"
4897     name: "VNF-1c"
4898   compare:
4899     include: "1"
4900     name: "VNF-0.5c"
4901   parameters:
4902   - "throughput"
4903   - "name"
4904   - "tags"
4905   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4906   x-axis: "X = VNFs per Service Chain"
4907   y-axis: "Y = Number of Service Chains"
4908   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4909   layout:
4910     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4911     layout: "plot-service-density"
4912
4913 # Plots - NF Density - VSC - PDR 64b
4914 - type: "plot"
4915   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4916   algorithm: "plot_service_density_heatmap_compare"
4917   output-file-type: ".html"
4918   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
4919   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4920   filter: "'NIC_Intel-X710' and
4921            'NF_DENSITY' and
4922            'VHOST' and
4923            'CHAIN' and
4924            'NF_VPPIP4' and
4925            '64B' and
4926            '2T1C' and
4927            'NDRPDR'"
4928   reference:
4929     include: "2"
4930     name: "VNF-1c"
4931   compare:
4932     include: "1"
4933     name: "VNF-0.5c"
4934   parameters:
4935   - "throughput"
4936   - "name"
4937   - "tags"
4938   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4939   x-axis: "X = VNFs per Service Chain"
4940   y-axis: "Y = Number of Service Chains"
4941   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4942   layout:
4943     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4944     layout: "plot-service-density"
4945
4946 - type: "plot"
4947   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4948   algorithm: "plot_service_density_heatmap_compare"
4949   output-file-type: ".html"
4950   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
4951   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4952   filter: "'NIC_Intel-X710' and
4953            'NF_DENSITY' and
4954            'VHOST' and
4955            'CHAIN' and
4956            'NF_VPPIP4' and
4957            '64B' and
4958            '4T2C' and
4959            'NDRPDR'"
4960   reference:
4961     include: "2"
4962     name: "VNF-1c"
4963   compare:
4964     include: "1"
4965     name: "VNF-0.5c"
4966   parameters:
4967   - "throughput"
4968   - "name"
4969   - "tags"
4970   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4971   x-axis: "X = VNFs per Service Chain"
4972   y-axis: "Y = Number of Service Chains"
4973   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4974   layout:
4975     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4976     layout: "plot-service-density"
4977
4978 - type: "plot"
4979   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4980   algorithm: "plot_service_density_heatmap_compare"
4981   output-file-type: ".html"
4982   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-pdr"
4983   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4984   filter: "'NIC_Intel-X710' and
4985            'NF_DENSITY' and
4986            'VHOST' and
4987            'CHAIN' and
4988            'NF_VPPIP4' and
4989            '64B' and
4990            '8T4C' and
4991            'NDRPDR'"
4992   reference:
4993     include: "2"
4994     name: "VNF-1c"
4995   compare:
4996     include: "1"
4997     name: "VNF-0.5c"
4998   parameters:
4999   - "throughput"
5000   - "name"
5001   - "tags"
5002   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5003   x-axis: "X = VNFs per Service Chain"
5004   y-axis: "Y = Number of Service Chains"
5005   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5006   layout:
5007     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5008     layout: "plot-service-density"
5009
5010 # Plots - NF Density - VSC - PDR IMIX
5011 - type: "plot"
5012   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5013   algorithm: "plot_service_density_heatmap_compare"
5014   output-file-type: ".html"
5015   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
5016   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5017   filter: "'NIC_Intel-X710' and
5018            'NF_DENSITY' and
5019            'VHOST' and
5020            'CHAIN' and
5021            'NF_VPPIP4' and
5022            'IMIX' and
5023            '2T1C' and
5024            'NDRPDR'"
5025   reference:
5026     include: "2"
5027     name: "VNF-1c"
5028   compare:
5029     include: "1"
5030     name: "VNF-0.5c"
5031   parameters:
5032   - "throughput"
5033   - "name"
5034   - "tags"
5035   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5036   x-axis: "X = VNFs per Service Chain"
5037   y-axis: "Y = Number of Service Chains"
5038   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5039   layout:
5040     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5041     layout: "plot-service-density"
5042
5043 - type: "plot"
5044   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5045   algorithm: "plot_service_density_heatmap_compare"
5046   output-file-type: ".html"
5047   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
5048   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5049   filter: "'NIC_Intel-X710' and
5050            'NF_DENSITY' and
5051            'VHOST' and
5052            'CHAIN' and
5053            'NF_VPPIP4' and
5054            'IMIX' and
5055            '4T2C' and
5056            'NDRPDR'"
5057   reference:
5058     include: "2"
5059     name: "VNF-1c"
5060   compare:
5061     include: "1"
5062     name: "VNF-0.5c"
5063   parameters:
5064   - "throughput"
5065   - "name"
5066   - "tags"
5067   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5068   x-axis: "X = VNFs per Service Chain"
5069   y-axis: "Y = Number of Service Chains"
5070   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5071   layout:
5072     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5073     layout: "plot-service-density"
5074
5075 - type: "plot"
5076   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5077   algorithm: "plot_service_density_heatmap_compare"
5078   output-file-type: ".html"
5079   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-pdr"
5080   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5081   filter: "'NIC_Intel-X710' and
5082            'NF_DENSITY' and
5083            'VHOST' and
5084            'CHAIN' and
5085            'NF_VPPIP4' and
5086            'IMIX' and
5087            '8T4C' and
5088            'NDRPDR'"
5089   reference:
5090     include: "2"
5091     name: "VNF-1c"
5092   compare:
5093     include: "1"
5094     name: "VNF-0.5c"
5095   parameters:
5096   - "throughput"
5097   - "name"
5098   - "tags"
5099   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5100   x-axis: "X = VNFs per Service Chain"
5101   y-axis: "Y = Number of Service Chains"
5102   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5103   layout:
5104     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5105     layout: "plot-service-density"
5106
5107 ################################################################################
5108 # Plots - NF Density - CSC - MRR 64b
5109 - type: "plot"
5110   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5111   algorithm: "plot_service_density_heatmap_compare"
5112   output-file-type: ".html"
5113   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5114   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5115   filter: "'NIC_Intel-X710' and
5116            'NF_DENSITY' and
5117            'DOCKER' and
5118            'CHAIN' and
5119            'NF_VPPIP4' and
5120            '64B' and
5121            '2T1C' and
5122            'MRR'"
5123   reference:
5124     include: "2"
5125     name: "CNF-1c"
5126   compare:
5127     include: "1"
5128     name: "CNF-0.5c"
5129   parameters:
5130   - "result"
5131   - "name"
5132   - "tags"
5133   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5134   x-axis: "X = CNFs per Service Chain"
5135   y-axis: "Y = Number of Service Chains"
5136   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5137   layout:
5138     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5139     layout: "plot-service-density"
5140
5141 - type: "plot"
5142   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5143   algorithm: "plot_service_density_heatmap_compare"
5144   output-file-type: ".html"
5145   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5146   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5147   filter: "'NIC_Intel-X710' and
5148            'NF_DENSITY' and
5149            'DOCKER' and
5150            'CHAIN' and
5151            'NF_VPPIP4' and
5152            '64B' and
5153            '4T2C' and
5154            'MRR'"
5155   reference:
5156     include: "2"
5157     name: "CNF-1c"
5158   compare:
5159     include: "1"
5160     name: "CNF-0.5c"
5161   parameters:
5162   - "result"
5163   - "name"
5164   - "tags"
5165   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5166   x-axis: "X = CNFs per Service Chain"
5167   y-axis: "Y = Number of Service Chains"
5168   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5169   layout:
5170     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5171     layout: "plot-service-density"
5172
5173 - type: "plot"
5174   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5175   algorithm: "plot_service_density_heatmap_compare"
5176   output-file-type: ".html"
5177   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-mrr"
5178   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5179   filter: "'NIC_Intel-X710' and
5180            'NF_DENSITY' and
5181            'DOCKER' and
5182            'CHAIN' and
5183            'NF_VPPIP4' and
5184            '64B' and
5185            '8T4C' and
5186            'MRR'"
5187   reference:
5188     include: "2"
5189     name: "CNF-1c"
5190   compare:
5191     include: "1"
5192     name: "CNF-0.5c"
5193   parameters:
5194   - "result"
5195   - "name"
5196   - "tags"
5197   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5198   x-axis: "X = CNFs per Service Chain"
5199   y-axis: "Y = Number of Service Chains"
5200   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5201   layout:
5202     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5203     layout: "plot-service-density"
5204
5205 # Plots - NF Density - CSC - MRR IMIX
5206 - type: "plot"
5207   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5208   algorithm: "plot_service_density_heatmap_compare"
5209   output-file-type: ".html"
5210   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
5211   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5212   filter: "'NIC_Intel-X710' and
5213            'NF_DENSITY' and
5214            'DOCKER' and
5215            'CHAIN' and
5216            'NF_VPPIP4' and
5217            'IMIX' and
5218            '2T1C' and
5219            'MRR'"
5220   reference:
5221     include: "2"
5222     name: "CNF-1c"
5223   compare:
5224     include: "1"
5225     name: "CNF-0.5c"
5226   parameters:
5227   - "result"
5228   - "name"
5229   - "tags"
5230   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5231   x-axis: "X = CNFs per Service Chain"
5232   y-axis: "Y = Number of Service Chains"
5233   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5234   layout:
5235     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5236     layout: "plot-service-density"
5237
5238 - type: "plot"
5239   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5240   algorithm: "plot_service_density_heatmap_compare"
5241   output-file-type: ".html"
5242   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5243   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5244   filter: "'NIC_Intel-X710' and
5245            'NF_DENSITY' and
5246            'DOCKER' and
5247            'CHAIN' and
5248            'NF_VPPIP4' and
5249            'IMIX' and
5250            '4T2C' and
5251            'MRR'"
5252   reference:
5253     include: "2"
5254     name: "CNF-1c"
5255   compare:
5256     include: "1"
5257     name: "CNF-0.5c"
5258   parameters:
5259   - "result"
5260   - "name"
5261   - "tags"
5262   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5263   x-axis: "X = CNFs per Service Chain"
5264   y-axis: "Y = Number of Service Chains"
5265   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5266   layout:
5267     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5268     layout: "plot-service-density"
5269
5270 - type: "plot"
5271   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5272   algorithm: "plot_service_density_heatmap_compare"
5273   output-file-type: ".html"
5274   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-mrr"
5275   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5276   filter: "'NIC_Intel-X710' and
5277            'NF_DENSITY' and
5278            'DOCKER' and
5279            'CHAIN' and
5280            'NF_VPPIP4' and
5281            'IMIX' and
5282            '8T4C' and
5283            'MRR'"
5284   reference:
5285     include: "2"
5286     name: "CNF-1c"
5287   compare:
5288     include: "1"
5289     name: "CNF-0.5c"
5290   parameters:
5291   - "result"
5292   - "name"
5293   - "tags"
5294   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5295   x-axis: "X = CNFs per Service Chain"
5296   y-axis: "Y = Number of Service Chains"
5297   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5298   layout:
5299     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5300     layout: "plot-service-density"
5301
5302 # Plots - NF Density - CSC - NDR 64b
5303 - type: "plot"
5304   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5305   algorithm: "plot_service_density_heatmap_compare"
5306   output-file-type: ".html"
5307   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5308   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5309   filter: "'NIC_Intel-X710' and
5310            'NF_DENSITY' and
5311            'DOCKER' and
5312            'CHAIN' and
5313            'NF_VPPIP4' and
5314            '64B' and
5315            '2T1C' and
5316            'NDRPDR'"
5317   reference:
5318     include: "2"
5319     name: "CNF-1c"
5320   compare:
5321     include: "1"
5322     name: "CNF-0.5c"
5323   parameters:
5324   - "throughput"
5325   - "name"
5326   - "tags"
5327   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5328   x-axis: "X = CNFs per Service Chain"
5329   y-axis: "Y = Number of Service Chains"
5330   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5331   layout:
5332     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5333     layout: "plot-service-density"
5334
5335 - type: "plot"
5336   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5337   algorithm: "plot_service_density_heatmap_compare"
5338   output-file-type: ".html"
5339   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5340   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5341   filter: "'NIC_Intel-X710' and
5342            'NF_DENSITY' and
5343            'DOCKER' and
5344            'CHAIN' and
5345            'NF_VPPIP4' and
5346            '64B' and
5347            '4T2C' and
5348            'NDRPDR'"
5349   reference:
5350     include: "2"
5351     name: "CNF-1c"
5352   compare:
5353     include: "1"
5354     name: "CNF-0.5c"
5355   parameters:
5356   - "throughput"
5357   - "name"
5358   - "tags"
5359   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5360   x-axis: "X = CNFs per Service Chain"
5361   y-axis: "Y = Number of Service Chains"
5362   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5363   layout:
5364     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5365     layout: "plot-service-density"
5366
5367 - type: "plot"
5368   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5369   algorithm: "plot_service_density_heatmap_compare"
5370   output-file-type: ".html"
5371   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-ndr"
5372   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5373   filter: "'NIC_Intel-X710' and
5374            'NF_DENSITY' and
5375            'DOCKER' and
5376            'CHAIN' and
5377            'NF_VPPIP4' and
5378            '64B' and
5379            '8T4C' and
5380            'NDRPDR'"
5381   reference:
5382     include: "2"
5383     name: "CNF-1c"
5384   compare:
5385     include: "1"
5386     name: "CNF-0.5c"
5387   parameters:
5388   - "throughput"
5389   - "name"
5390   - "tags"
5391   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5392   x-axis: "X = CNFs per Service Chain"
5393   y-axis: "Y = Number of Service Chains"
5394   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5395   layout:
5396     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5397     layout: "plot-service-density"
5398
5399 # Plots - NF Density - CSC - NDR IMIX
5400 - type: "plot"
5401   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5402   algorithm: "plot_service_density_heatmap_compare"
5403   output-file-type: ".html"
5404   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5405   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5406   filter: "'NIC_Intel-X710' and
5407            'NF_DENSITY' and
5408            'DOCKER' and
5409            'CHAIN' and
5410            'NF_VPPIP4' and
5411            'IMIX' and
5412            '2T1C' and
5413            'NDRPDR'"
5414   reference:
5415     include: "2"
5416     name: "CNF-1c"
5417   compare:
5418     include: "1"
5419     name: "CNF-0.5c"
5420   parameters:
5421   - "throughput"
5422   - "name"
5423   - "tags"
5424   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5425   x-axis: "X = CNFs per Service Chain"
5426   y-axis: "Y = Number of Service Chains"
5427   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5428   layout:
5429     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5430     layout: "plot-service-density"
5431
5432 - type: "plot"
5433   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5434   algorithm: "plot_service_density_heatmap_compare"
5435   output-file-type: ".html"
5436   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5437   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5438   filter: "'NIC_Intel-X710' and
5439            'NF_DENSITY' and
5440            'DOCKER' and
5441            'CHAIN' and
5442            'NF_VPPIP4' and
5443            'IMIX' and
5444            '4T2C' and
5445            'NDRPDR'"
5446   reference:
5447     include: "2"
5448     name: "CNF-1c"
5449   compare:
5450     include: "1"
5451     name: "CNF-0.5c"
5452   parameters:
5453   - "throughput"
5454   - "name"
5455   - "tags"
5456   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5457   x-axis: "X = CNFs per Service Chain"
5458   y-axis: "Y = Number of Service Chains"
5459   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5460   layout:
5461     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5462     layout: "plot-service-density"
5463
5464 - type: "plot"
5465   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5466   algorithm: "plot_service_density_heatmap_compare"
5467   output-file-type: ".html"
5468   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-ndr"
5469   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5470   filter: "'NIC_Intel-X710' and
5471            'NF_DENSITY' and
5472            'DOCKER' and
5473            'CHAIN' and
5474            'NF_VPPIP4' and
5475            'IMIX' and
5476            '8T4C' and
5477            'NDRPDR'"
5478   reference:
5479     include: "2"
5480     name: "CNF-1c"
5481   compare:
5482     include: "1"
5483     name: "CNF-0.5c"
5484   parameters:
5485   - "throughput"
5486   - "name"
5487   - "tags"
5488   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5489   x-axis: "X = CNFs per Service Chain"
5490   y-axis: "Y = Number of Service Chains"
5491   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5492   layout:
5493     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5494     layout: "plot-service-density"
5495
5496 # Plots - NF Density - CSC - PDR 64b
5497 - type: "plot"
5498   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5499   algorithm: "plot_service_density_heatmap_compare"
5500   output-file-type: ".html"
5501   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5502   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5503   filter: "'NIC_Intel-X710' and
5504            'NF_DENSITY' and
5505            'DOCKER' and
5506            'CHAIN' and
5507            'NF_VPPIP4' and
5508            '64B' and
5509            '2T1C' and
5510            'NDRPDR'"
5511   reference:
5512     include: "2"
5513     name: "CNF-1c"
5514   compare:
5515     include: "1"
5516     name: "CNF-0.5c"
5517   parameters:
5518   - "throughput"
5519   - "name"
5520   - "tags"
5521   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5522   x-axis: "X = CNFs per Service Chain"
5523   y-axis: "Y = Number of Service Chains"
5524   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5525   layout:
5526     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5527     layout: "plot-service-density"
5528
5529 - type: "plot"
5530   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5531   algorithm: "plot_service_density_heatmap_compare"
5532   output-file-type: ".html"
5533   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5534   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5535   filter: "'NIC_Intel-X710' and
5536            'NF_DENSITY' and
5537            'DOCKER' and
5538            'CHAIN' and
5539            'NF_VPPIP4' and
5540            '64B' and
5541            '4T2C' and
5542            'NDRPDR'"
5543   reference:
5544     include: "2"
5545     name: "CNF-1c"
5546   compare:
5547     include: "1"
5548     name: "CNF-0.5c"
5549   parameters:
5550   - "throughput"
5551   - "name"
5552   - "tags"
5553   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5554   x-axis: "X = CNFs per Service Chain"
5555   y-axis: "Y = Number of Service Chains"
5556   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5557   layout:
5558     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5559     layout: "plot-service-density"
5560
5561 - type: "plot"
5562   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5563   algorithm: "plot_service_density_heatmap_compare"
5564   output-file-type: ".html"
5565   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-pdr"
5566   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5567   filter: "'NIC_Intel-X710' and
5568            'NF_DENSITY' and
5569            'DOCKER' and
5570            'CHAIN' and
5571            'NF_VPPIP4' and
5572            '64B' and
5573            '8T4C' and
5574            'NDRPDR'"
5575   reference:
5576     include: "2"
5577     name: "CNF-1c"
5578   compare:
5579     include: "1"
5580     name: "CNF-0.5c"
5581   parameters:
5582   - "throughput"
5583   - "name"
5584   - "tags"
5585   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5586   x-axis: "X = CNFs per Service Chain"
5587   y-axis: "Y = Number of Service Chains"
5588   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5589   layout:
5590     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5591     layout: "plot-service-density"
5592
5593 # Plots - NF Density - CSC - PDR IMIX
5594 - type: "plot"
5595   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5596   algorithm: "plot_service_density_heatmap_compare"
5597   output-file-type: ".html"
5598   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
5599   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5600   filter: "'NIC_Intel-X710' and
5601            'NF_DENSITY' and
5602            'DOCKER' and
5603            'CHAIN' and
5604            'NF_VPPIP4' and
5605            'IMIX' and
5606            '2T1C' and
5607            'NDRPDR'"
5608   reference:
5609     include: "2"
5610     name: "CNF-1c"
5611   compare:
5612     include: "1"
5613     name: "CNF-0.5c"
5614   parameters:
5615   - "throughput"
5616   - "name"
5617   - "tags"
5618   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5619   x-axis: "X = CNFs per Service Chain"
5620   y-axis: "Y = Number of Service Chains"
5621   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5622   layout:
5623     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5624     layout: "plot-service-density"
5625
5626 - type: "plot"
5627   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5628   algorithm: "plot_service_density_heatmap_compare"
5629   output-file-type: ".html"
5630   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5631   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5632   filter: "'NIC_Intel-X710' and
5633            'NF_DENSITY' and
5634            'DOCKER' and
5635            'CHAIN' and
5636            'NF_VPPIP4' and
5637            'IMIX' and
5638            '4T2C' and
5639            'NDRPDR'"
5640   reference:
5641     include: "2"
5642     name: "CNF-1c"
5643   compare:
5644     include: "1"
5645     name: "CNF-0.5c"
5646   parameters:
5647   - "throughput"
5648   - "name"
5649   - "tags"
5650   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5651   x-axis: "X = CNFs per Service Chain"
5652   y-axis: "Y = Number of Service Chains"
5653   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5654   layout:
5655     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5656     layout: "plot-service-density"
5657
5658 - type: "plot"
5659   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5660   algorithm: "plot_service_density_heatmap_compare"
5661   output-file-type: ".html"
5662   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-pdr"
5663   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5664   filter: "'NIC_Intel-X710' and
5665            'NF_DENSITY' and
5666            'DOCKER' and
5667            'CHAIN' and
5668            'NF_VPPIP4' and
5669            'IMIX' and
5670            '8T4C' and
5671            'NDRPDR'"
5672   reference:
5673     include: "2"
5674     name: "CNF-1c"
5675   compare:
5676     include: "1"
5677     name: "CNF-0.5c"
5678   parameters:
5679   - "throughput"
5680   - "name"
5681   - "tags"
5682   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5683   x-axis: "X = CNFs per Service Chain"
5684   y-axis: "Y = Number of Service Chains"
5685   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5686   layout:
5687     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5688     layout: "plot-service-density"
5689
5690 ################################################################################
5691 # Plots - NF Density - CSP - MRR 64b
5692 - type: "plot"
5693   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5694   algorithm: "plot_service_density_heatmap_compare"
5695   output-file-type: ".html"
5696   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5697   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5698   filter: "'NIC_Intel-X710' and
5699            'NF_DENSITY' and
5700            'DOCKER' and
5701            'PIPELINE' and
5702            'NF_VPPIP4' and
5703            '64B' and
5704            '2T1C' and
5705            'MRR'"
5706   reference:
5707     include: "2"
5708     name: "CNF-1c"
5709   compare:
5710     include: "1"
5711     name: "CNF-0.5c"
5712   parameters:
5713   - "result"
5714   - "name"
5715   - "tags"
5716   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5717   x-axis: "X = CNFs per Service Pipeline"
5718   y-axis: "Y = Number of Service Pipelines"
5719   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5720   layout:
5721     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5722     layout: "plot-service-density"
5723
5724 - type: "plot"
5725   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5726   algorithm: "plot_service_density_heatmap_compare"
5727   output-file-type: ".html"
5728   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5729   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5730   filter: "'NIC_Intel-X710' and
5731            'NF_DENSITY' and
5732            'DOCKER' and
5733            'PIPELINE' and
5734            'NF_VPPIP4' and
5735            '64B' and
5736            '4T2C' and
5737            'MRR'"
5738   reference:
5739     include: "2"
5740     name: "CNF-1c"
5741   compare:
5742     include: "1"
5743     name: "CNF-0.5c"
5744   parameters:
5745   - "result"
5746   - "name"
5747   - "tags"
5748   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5749   x-axis: "X = CNFs per Service Pipeline"
5750   y-axis: "Y = Number of Service Pipelines"
5751   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5752   layout:
5753     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5754     layout: "plot-service-density"
5755
5756 - type: "plot"
5757   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5758   algorithm: "plot_service_density_heatmap_compare"
5759   output-file-type: ".html"
5760   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-mrr"
5761   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5762   filter: "'NIC_Intel-X710' and
5763            'NF_DENSITY' and
5764            'DOCKER' and
5765            'PIPELINE' and
5766            'NF_VPPIP4' and
5767            '64B' and
5768            '8T4C' and
5769            'MRR'"
5770   reference:
5771     include: "2"
5772     name: "CNF-1c"
5773   compare:
5774     include: "1"
5775     name: "CNF-0.5c"
5776   parameters:
5777   - "result"
5778   - "name"
5779   - "tags"
5780   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5781   x-axis: "X = CNFs per Service Pipeline"
5782   y-axis: "Y = Number of Service Pipelines"
5783   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5784   layout:
5785     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5786     layout: "plot-service-density"
5787
5788 # Plots - NF Density - CSP - MRR IMIX
5789 - type: "plot"
5790   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5791   algorithm: "plot_service_density_heatmap_compare"
5792   output-file-type: ".html"
5793   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5794   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5795   filter: "'NIC_Intel-X710' and
5796            'NF_DENSITY' and
5797            'DOCKER' and
5798            'PIPELINE' and
5799            'NF_VPPIP4' and
5800            'IMIX' and
5801            '2T1C' and
5802            'MRR'"
5803   reference:
5804     include: "2"
5805     name: "CNF-1c"
5806   compare:
5807     include: "1"
5808     name: "CNF-0.5c"
5809   parameters:
5810   - "result"
5811   - "name"
5812   - "tags"
5813   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5814   x-axis: "X = CNFs per Service Pipeline"
5815   y-axis: "Y = Number of Service Pipelines"
5816   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5817   layout:
5818     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5819     layout: "plot-service-density"
5820
5821 - type: "plot"
5822   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5823   algorithm: "plot_service_density_heatmap_compare"
5824   output-file-type: ".html"
5825   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5826   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5827   filter: "'NIC_Intel-X710' and
5828            'NF_DENSITY' and
5829            'DOCKER' and
5830            'PIPELINE' and
5831            'NF_VPPIP4' and
5832            'IMIX' and
5833            '4T2C' and
5834            'MRR'"
5835   reference:
5836     include: "2"
5837     name: "CNF-1c"
5838   compare:
5839     include: "1"
5840     name: "CNF-0.5c"
5841   parameters:
5842   - "result"
5843   - "name"
5844   - "tags"
5845   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5846   x-axis: "X = CNFs per Service Pipeline"
5847   y-axis: "Y = Number of Service Pipelines"
5848   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5849   layout:
5850     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5851     layout: "plot-service-density"
5852
5853 - type: "plot"
5854   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5855   algorithm: "plot_service_density_heatmap_compare"
5856   output-file-type: ".html"
5857   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-mrr"
5858   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5859   filter: "'NIC_Intel-X710' and
5860            'NF_DENSITY' and
5861            'DOCKER' and
5862            'PIPELINE' and
5863            'NF_VPPIP4' and
5864            'IMIX' and
5865            '8T4C' and
5866            'MRR'"
5867   reference:
5868     include: "2"
5869     name: "CNF-1c"
5870   compare:
5871     include: "1"
5872     name: "CNF-0.5c"
5873   parameters:
5874   - "result"
5875   - "name"
5876   - "tags"
5877   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5878   x-axis: "X = CNFs per Service Pipeline"
5879   y-axis: "Y = Number of Service Pipelines"
5880   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5881   layout:
5882     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5883     layout: "plot-service-density"
5884
5885 # Plots - NF Density - CSP - NDR 64b
5886 - type: "plot"
5887   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5888   algorithm: "plot_service_density_heatmap_compare"
5889   output-file-type: ".html"
5890   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
5891   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5892   filter: "'NIC_Intel-X710' and
5893            'NF_DENSITY' and
5894            'DOCKER' and
5895            'PIPELINE' and
5896            'NF_VPPIP4' and
5897            '64B' and
5898            '2T1C' and
5899            'NDRPDR'"
5900   reference:
5901     include: "2"
5902     name: "CNF-1c"
5903   compare:
5904     include: "1"
5905     name: "CNF-0.5c"
5906   parameters:
5907   - "throughput"
5908   - "name"
5909   - "tags"
5910   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5911   x-axis: "X = CNFs per Service Pipeline"
5912   y-axis: "Y = Number of Service Pipelines"
5913   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5914   layout:
5915     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5916     layout: "plot-service-density"
5917
5918 - type: "plot"
5919   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5920   algorithm: "plot_service_density_heatmap_compare"
5921   output-file-type: ".html"
5922   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
5923   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5924   filter: "'NIC_Intel-X710' and
5925            'NF_DENSITY' and
5926            'DOCKER' and
5927            'PIPELINE' and
5928            'NF_VPPIP4' and
5929            '64B' and
5930            '4T2C' and
5931            'NDRPDR'"
5932   reference:
5933     include: "2"
5934     name: "CNF-1c"
5935   compare:
5936     include: "1"
5937     name: "CNF-0.5c"
5938   parameters:
5939   - "throughput"
5940   - "name"
5941   - "tags"
5942   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5943   x-axis: "X = CNFs per Service Pipeline"
5944   y-axis: "Y = Number of Service Pipelines"
5945   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5946   layout:
5947     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5948     layout: "plot-service-density"
5949
5950 - type: "plot"
5951   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5952   algorithm: "plot_service_density_heatmap_compare"
5953   output-file-type: ".html"
5954   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-ndr"
5955   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5956   filter: "'NIC_Intel-X710' and
5957            'NF_DENSITY' and
5958            'DOCKER' and
5959            'PIPELINE' and
5960            'NF_VPPIP4' and
5961            '64B' and
5962            '8T4C' and
5963            'NDRPDR'"
5964   reference:
5965     include: "2"
5966     name: "CNF-1c"
5967   compare:
5968     include: "1"
5969     name: "CNF-0.5c"
5970   parameters:
5971   - "throughput"
5972   - "name"
5973   - "tags"
5974   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5975   x-axis: "X = CNFs per Service Pipeline"
5976   y-axis: "Y = Number of Service Pipelines"
5977   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5978   layout:
5979     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5980     layout: "plot-service-density"
5981
5982 # Plots - NF Density - CSP - NDR IMIX
5983 - type: "plot"
5984   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5985   algorithm: "plot_service_density_heatmap_compare"
5986   output-file-type: ".html"
5987   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
5988   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5989   filter: "'NIC_Intel-X710' and
5990            'NF_DENSITY' and
5991            'DOCKER' and
5992            'PIPELINE' and
5993            'NF_VPPIP4' and
5994            'IMIX' and
5995            '2T1C' and
5996            'NDRPDR'"
5997   reference:
5998     include: "2"
5999     name: "CNF-1c"
6000   compare:
6001     include: "1"
6002     name: "CNF-0.5c"
6003   parameters:
6004   - "throughput"
6005   - "name"
6006   - "tags"
6007   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6008   x-axis: "X = CNFs per Service Pipeline"
6009   y-axis: "Y = Number of Service Pipelines"
6010   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6011   layout:
6012     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6013     layout: "plot-service-density"
6014
6015 - type: "plot"
6016   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6017   algorithm: "plot_service_density_heatmap_compare"
6018   output-file-type: ".html"
6019   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
6020   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6021   filter: "'NIC_Intel-X710' and
6022            'NF_DENSITY' and
6023            'DOCKER' and
6024            'PIPELINE' and
6025            'NF_VPPIP4' and
6026            'IMIX' and
6027            '4T2C' and
6028            'NDRPDR'"
6029   reference:
6030     include: "2"
6031     name: "CNF-1c"
6032   compare:
6033     include: "1"
6034     name: "CNF-0.5c"
6035   parameters:
6036   - "throughput"
6037   - "name"
6038   - "tags"
6039   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6040   x-axis: "X = CNFs per Service Pipeline"
6041   y-axis: "Y = Number of Service Pipelines"
6042   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6043   layout:
6044     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6045     layout: "plot-service-density"
6046
6047 - type: "plot"
6048   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6049   algorithm: "plot_service_density_heatmap_compare"
6050   output-file-type: ".html"
6051   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-ndr"
6052   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6053   filter: "'NIC_Intel-X710' and
6054            'NF_DENSITY' and
6055            'DOCKER' and
6056            'PIPELINE' and
6057            'NF_VPPIP4' and
6058            'IMIX' and
6059            '8T4C' and
6060            'NDRPDR'"
6061   reference:
6062     include: "2"
6063     name: "CNF-1c"
6064   compare:
6065     include: "1"
6066     name: "CNF-0.5c"
6067   parameters:
6068   - "throughput"
6069   - "name"
6070   - "tags"
6071   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6072   x-axis: "X = CNFs per Service Pipeline"
6073   y-axis: "Y = Number of Service Pipelines"
6074   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6075   layout:
6076     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6077     layout: "plot-service-density"
6078
6079 # Plots - NF Density - CSP - PDR 64b
6080 - type: "plot"
6081   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6082   algorithm: "plot_service_density_heatmap_compare"
6083   output-file-type: ".html"
6084   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
6085   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6086   filter: "'NIC_Intel-X710' and
6087            'NF_DENSITY' and
6088            'DOCKER' and
6089            'PIPELINE' and
6090            'NF_VPPIP4' and
6091            '64B' and
6092            '2T1C' and
6093            'NDRPDR'"
6094   reference:
6095     include: "2"
6096     name: "CNF-1c"
6097   compare:
6098     include: "1"
6099     name: "CNF-0.5c"
6100   parameters:
6101   - "throughput"
6102   - "name"
6103   - "tags"
6104   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6105   x-axis: "X = CNFs per Service Pipeline"
6106   y-axis: "Y = Number of Service Pipelines"
6107   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6108   layout:
6109     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6110     layout: "plot-service-density"
6111
6112 - type: "plot"
6113   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6114   algorithm: "plot_service_density_heatmap_compare"
6115   output-file-type: ".html"
6116   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
6117   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6118   filter: "'NIC_Intel-X710' and
6119            'NF_DENSITY' and
6120            'DOCKER' and
6121            'PIPELINE' and
6122            'NF_VPPIP4' and
6123            '64B' and
6124            '4T2C' and
6125            'NDRPDR'"
6126   reference:
6127     include: "2"
6128     name: "CNF-1c"
6129   compare:
6130     include: "1"
6131     name: "CNF-0.5c"
6132   parameters:
6133   - "throughput"
6134   - "name"
6135   - "tags"
6136   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6137   x-axis: "X = CNFs per Service Pipeline"
6138   y-axis: "Y = Number of Service Pipelines"
6139   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6140   layout:
6141     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6142     layout: "plot-service-density"
6143
6144 - type: "plot"
6145   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6146   algorithm: "plot_service_density_heatmap_compare"
6147   output-file-type: ".html"
6148   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-pdr"
6149   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6150   filter: "'NIC_Intel-X710' and
6151            'NF_DENSITY' and
6152            'DOCKER' and
6153            'PIPELINE' and
6154            'NF_VPPIP4' and
6155            '64B' and
6156            '8T4C' and
6157            'NDRPDR'"
6158   reference:
6159     include: "2"
6160     name: "CNF-1c"
6161   compare:
6162     include: "1"
6163     name: "CNF-0.5c"
6164   parameters:
6165   - "throughput"
6166   - "name"
6167   - "tags"
6168   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6169   x-axis: "X = CNFs per Service Pipeline"
6170   y-axis: "Y = Number of Service Pipelines"
6171   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6172   layout:
6173     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6174     layout: "plot-service-density"
6175
6176 # Plots - NF Density - CSP - PDR IMIX
6177 - type: "plot"
6178   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6179   algorithm: "plot_service_density_heatmap_compare"
6180   output-file-type: ".html"
6181   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
6182   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6183   filter: "'NIC_Intel-X710' and
6184            'NF_DENSITY' and
6185            'DOCKER' and
6186            'PIPELINE' and
6187            'NF_VPPIP4' and
6188            'IMIX' and
6189            '2T1C' and
6190            'NDRPDR'"
6191   reference:
6192     include: "2"
6193     name: "CNF-1c"
6194   compare:
6195     include: "1"
6196     name: "CNF-0.5c"
6197   parameters:
6198   - "throughput"
6199   - "name"
6200   - "tags"
6201   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6202   x-axis: "X = CNFs per Service Pipeline"
6203   y-axis: "Y = Number of Service Pipelines"
6204   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6205   layout:
6206     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6207     layout: "plot-service-density"
6208
6209 - type: "plot"
6210   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6211   algorithm: "plot_service_density_heatmap_compare"
6212   output-file-type: ".html"
6213   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
6214   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6215   filter: "'NIC_Intel-X710' and
6216            'NF_DENSITY' and
6217            'DOCKER' and
6218            'PIPELINE' and
6219            'NF_VPPIP4' and
6220            'IMIX' and
6221            '4T2C' and
6222            'NDRPDR'"
6223   reference:
6224     include: "2"
6225     name: "CNF-1c"
6226   compare:
6227     include: "1"
6228     name: "CNF-0.5c"
6229   parameters:
6230   - "throughput"
6231   - "name"
6232   - "tags"
6233   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6234   x-axis: "X = CNFs per Service Pipeline"
6235   y-axis: "Y = Number of Service Pipelines"
6236   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6237   layout:
6238     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6239     layout: "plot-service-density"
6240
6241 - type: "plot"
6242   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6243   algorithm: "plot_service_density_heatmap_compare"
6244   output-file-type: ".html"
6245   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-pdr"
6246   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6247   filter: "'NIC_Intel-X710' and
6248            'NF_DENSITY' and
6249            'DOCKER' and
6250            'PIPELINE' and
6251            'NF_VPPIP4' and
6252            'IMIX' and
6253            '8T4C' and
6254            'NDRPDR'"
6255   reference:
6256     include: "2"
6257     name: "CNF-1c"
6258   compare:
6259     include: "1"
6260     name: "CNF-0.5c"
6261   parameters:
6262   - "throughput"
6263   - "name"
6264   - "tags"
6265   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6266   x-axis: "X = CNFs per Service Pipeline"
6267   y-axis: "Y = Number of Service Pipelines"
6268   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6269   layout:
6270     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6271     layout: "plot-service-density"
6272
6273 ################################################################################
6274 # Plots VPP HTTP Server Performance
6275 - type: "plot"
6276   title: "VPP HTTP Server Performance"
6277   algorithm: "plot_http_server_performance_box"
6278   output-file-type: ".html"
6279   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6280   data:
6281     "plot-vpp-http-server-performance"
6282   # Keep this formatting, the filter is enclosed with " (quotation mark) and
6283   # each tag is enclosed with ' (apostrophe).
6284   filter: "'HTTP' and 'TCP_CPS'"
6285   parameters:
6286   - "result"
6287   - "name"
6288   traces:
6289     hoverinfo: "x+y"
6290     boxpoints: "outliers"
6291     whiskerwidth: 0
6292   layout:
6293     title: "VPP HTTP Server Performance"
6294     layout:
6295       "plot-cps"
6296
6297 - type: "plot"
6298   title: "VPP HTTP Server Performance"
6299   algorithm: "plot_http_server_performance_box"
6300   output-file-type: ".html"
6301   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6302   data:
6303     "plot-vpp-http-server-performance"
6304   filter: "'HTTP' and 'TCP_RPS'"
6305   parameters:
6306   - "result"
6307   - "name"
6308   traces:
6309     hoverinfo: "x+y"
6310     boxpoints: "outliers"
6311     whiskerwidth: 0
6312   layout:
6313     title: "VPP HTTP Server Performance"
6314     layout:
6315       "plot-rps"
6316
6317 ################################################################################
6318
6319 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
6320 - type: "plot"
6321   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6322   algorithm: "plot_performance_box"
6323   output-file-type: ".html"
6324   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6325   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6326   filter: "'NIC_Intel-X520-DA2' and
6327            '64B' and
6328            ('BASE' or 'SCALE') and
6329            'NDRPDR' and
6330            'ETH' and
6331            '1T1C' and
6332            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6333            not 'VHOST' and
6334            not 'MEMIF'"
6335   parameters:
6336   - "throughput"
6337   - "parent"
6338   - "tags"
6339   sort:
6340   - "L2PATCH"
6341   - "L2XCBASE"
6342   - "BASE"
6343   - "FIB_10K"
6344   - "FIB_100K"
6345   - "FIB_1M"
6346   traces:
6347     hoverinfo: "x+y"
6348     boxpoints: "outliers"
6349     whiskerwidth: 0
6350   layout:
6351     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6352     layout: "plot-throughput"
6353
6354 - type: "plot"
6355   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6356   algorithm: "plot_performance_box"
6357   output-file-type: ".html"
6358   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6359   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6360   filter: "'NIC_Intel-X520-DA2' and
6361            '64B' and
6362            ('BASE' or 'SCALE') and
6363            'NDRPDR' and
6364            'ETH' and
6365            '1T1C' and
6366            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6367            not 'VHOST' and
6368            not 'MEMIF'"
6369   parameters:
6370   - "throughput"
6371   - "parent"
6372   - "tags"
6373   sort:
6374   - "L2PATCH"
6375   - "L2XCBASE"
6376   - "BASE"
6377   - "FIB_10K"
6378   - "FIB_100K"
6379   - "FIB_1M"
6380   traces:
6381     hoverinfo: "x+y"
6382     boxpoints: "outliers"
6383     whiskerwidth: 0
6384   layout:
6385     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6386     layout: "plot-throughput"
6387
6388 - type: "plot"
6389   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6390   algorithm: "plot_performance_box"
6391   output-file-type: ".html"
6392   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6393   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6394   filter: "'NIC_Intel-X520-DA2' and
6395            '64B' and
6396            ('BASE' or 'SCALE') and
6397            'NDRPDR' and
6398            'ETH' and
6399            '2T2C' and
6400            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6401            not 'VHOST' and
6402            not 'MEMIF'"
6403   parameters:
6404   - "throughput"
6405   - "parent"
6406   - "tags"
6407   sort:
6408   - "L2PATCH"
6409   - "L2XCBASE"
6410   - "BASE"
6411   - "FIB_10K"
6412   - "FIB_100K"
6413   - "FIB_1M"
6414   traces:
6415     hoverinfo: "x+y"
6416     boxpoints: "outliers"
6417     whiskerwidth: 0
6418   layout:
6419     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6420     layout: "plot-throughput"
6421
6422 - type: "plot"
6423   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6424   algorithm: "plot_performance_box"
6425   output-file-type: ".html"
6426   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6427   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6428   filter: "'NIC_Intel-X520-DA2' and
6429            '64B' and
6430            ('BASE' or 'SCALE') and
6431            'NDRPDR' and
6432            'ETH' and
6433            '2T2C' and
6434            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6435            not 'VHOST' and
6436            not 'MEMIF'"
6437   parameters:
6438   - "throughput"
6439   - "parent"
6440   - "tags"
6441   sort:
6442   - "L2PATCH"
6443   - "L2XCBASE"
6444   - "BASE"
6445   - "FIB_10K"
6446   - "FIB_100K"
6447   - "FIB_1M"
6448   traces:
6449     hoverinfo: "x+y"
6450     boxpoints: "outliers"
6451     whiskerwidth: 0
6452   layout:
6453     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6454     layout: "plot-throughput"
6455
6456 # Packet Throughput - VPP L2 3n-hsw-x520 features
6457 - type: "plot"
6458   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6459   algorithm: "plot_performance_box"
6460   output-file-type: ".html"
6461   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6462   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6463   filter: "'NIC_Intel-X520-DA2' and
6464            '64B' and
6465            'NDRPDR' and
6466            '1T1C' and
6467            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6468            not 'ACL' and
6469            not 'VHOST' and
6470            not 'MEMIF'"
6471   parameters:
6472   - "throughput"
6473   - "parent"
6474   - "tags"
6475   sort:
6476   - "L2XCBASE"    # l2xcbase
6477   - "L2BDBASE"    # l2bdbase
6478   - "L2XCFWD"     # dot1q-l2xcbase
6479   - "L2BDMACLRN"  # dot1q-l2bdbase
6480   traces:
6481     hoverinfo: "x+y"
6482     boxpoints: "outliers"
6483     whiskerwidth: 0
6484   layout:
6485     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6486     layout: "plot-throughput"
6487
6488 - type: "plot"
6489   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6490   algorithm: "plot_performance_box"
6491   output-file-type: ".html"
6492   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6493   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6494   filter: "'NIC_Intel-X520-DA2' and
6495            '64B' and
6496            'NDRPDR' and
6497            '1T1C' and
6498            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6499            not 'ACL' and
6500            not 'VHOST' and
6501            not 'MEMIF'"
6502   parameters:
6503   - "throughput"
6504   - "parent"
6505   - "tags"
6506   sort:
6507   - "L2XCBASE"    # l2xcbase
6508   - "L2BDBASE"    # l2bdbase
6509   - "L2XCFWD"     # dot1q-l2xcbase
6510   - "L2BDMACLRN"  # dot1q-l2bdbase
6511   traces:
6512     hoverinfo: "x+y"
6513     boxpoints: "outliers"
6514     whiskerwidth: 0
6515   layout:
6516     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6517     layout: "plot-throughput"
6518
6519 - type: "plot"
6520   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6521   algorithm: "plot_performance_box"
6522   output-file-type: ".html"
6523   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6524   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6525   filter: "'NIC_Intel-X520-DA2' and
6526            '64B' and
6527            'NDRPDR' and
6528            '2T2C' and
6529            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6530            not 'ACL' and
6531            not 'VHOST' and
6532            not 'MEMIF'"
6533   parameters:
6534   - "throughput"
6535   - "parent"
6536   - "tags"
6537   sort:
6538   - "L2XCBASE"    # l2xcbase
6539   - "L2BDBASE"    # l2bdbase
6540   - "L2XCFWD"     # dot1q-l2xcbase
6541   - "L2BDMACLRN"  # dot1q-l2bdbase
6542   traces:
6543     hoverinfo: "x+y"
6544     boxpoints: "outliers"
6545     whiskerwidth: 0
6546   layout:
6547     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6548     layout: "plot-throughput"
6549
6550 - type: "plot"
6551   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6552   algorithm: "plot_performance_box"
6553   output-file-type: ".html"
6554   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6555   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6556   filter: "'NIC_Intel-X520-DA2' and
6557            '64B' and
6558            'NDRPDR' and
6559            '2T2C' and
6560            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6561            not 'ACL' and
6562            not 'VHOST' and
6563            not 'MEMIF'"
6564   parameters:
6565   - "throughput"
6566   - "parent"
6567   - "tags"
6568   sort:
6569   - "L2XCBASE"    # l2xcbase
6570   - "L2BDBASE"    # l2bdbase
6571   - "L2XCFWD"     # dot1q-l2xcbase
6572   - "L2BDMACLRN"  # dot1q-l2bdbase
6573   traces:
6574     hoverinfo: "x+y"
6575     boxpoints: "outliers"
6576     whiskerwidth: 0
6577   layout:
6578     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6579     layout: "plot-throughput"
6580
6581 # Packet Throughput - VPP L2 3n-hsw-x520 features-iacl
6582 - type: "plot"
6583   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6584   algorithm: "plot_performance_box"
6585   output-file-type: ".html"
6586   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6587   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6588   filter: "'NIC_Intel-X520-DA2' and
6589            '64B' and
6590            'NDRPDR' and
6591            '1T1C' and
6592            'FEATURE' and
6593            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6594            'IACL' and
6595            ('ACL1' or 'ACL50') and
6596            ('10K_FLOWS' or '10k_FLOWS') and
6597            not 'MACIP' and
6598            not 'VHOST' and
6599            not 'MEMIF'"
6600   parameters:
6601   - "throughput"
6602   - "parent"
6603   - "tags"
6604   traces:
6605     hoverinfo: "x+y"
6606     boxpoints: "outliers"
6607     whiskerwidth: 0
6608   layout:
6609     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6610     layout: "plot-throughput"
6611
6612 - type: "plot"
6613   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6614   algorithm: "plot_performance_box"
6615   output-file-type: ".html"
6616   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6617   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6618   filter: "'NIC_Intel-X520-DA2' and
6619            '64B' and
6620            'NDRPDR' and
6621            '1T1C' and
6622            'FEATURE' and
6623            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6624            'IACL' and
6625            ('ACL1' or 'ACL50') and
6626            ('10K_FLOWS' or '10k_FLOWS') and
6627            not 'MACIP' and
6628            not 'VHOST' and
6629            not 'MEMIF'"
6630   parameters:
6631   - "throughput"
6632   - "parent"
6633   - "tags"
6634   traces:
6635     hoverinfo: "x+y"
6636     boxpoints: "outliers"
6637     whiskerwidth: 0
6638   layout:
6639     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6640     layout: "plot-throughput"
6641
6642 - type: "plot"
6643   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6644   algorithm: "plot_performance_box"
6645   output-file-type: ".html"
6646   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6647   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6648   filter: "'NIC_Intel-X520-DA2' and
6649            '64B' and
6650            'NDRPDR' and
6651            '2T2C' and
6652            'FEATURE' and
6653            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6654            'IACL' and
6655            ('ACL1' or 'ACL50') and
6656            ('10K_FLOWS' or '10k_FLOWS') and
6657            not 'MACIP' and
6658            not 'VHOST' and
6659            not 'MEMIF'"
6660   parameters:
6661   - "throughput"
6662   - "parent"
6663   - "tags"
6664   traces:
6665     hoverinfo: "x+y"
6666     boxpoints: "outliers"
6667     whiskerwidth: 0
6668   layout:
6669     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6670     layout: "plot-throughput"
6671
6672 - type: "plot"
6673   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6674   algorithm: "plot_performance_box"
6675   output-file-type: ".html"
6676   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6677   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6678   filter: "'NIC_Intel-X520-DA2' and
6679            '64B' and
6680            'NDRPDR' and
6681            '2T2C' and
6682            'FEATURE' and
6683            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6684            'IACL' and
6685            ('ACL1' or 'ACL50') and
6686            ('10K_FLOWS' or '10k_FLOWS') and
6687            not 'MACIP' and
6688            not 'VHOST' and
6689            not 'MEMIF'"
6690   parameters:
6691   - "throughput"
6692   - "parent"
6693   - "tags"
6694   traces:
6695     hoverinfo: "x+y"
6696     boxpoints: "outliers"
6697     whiskerwidth: 0
6698   layout:
6699     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6700     layout: "plot-throughput"
6701
6702 # Packet Throughput - VPP L2 3n-hsw-x520 features-oacl
6703 - type: "plot"
6704   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6705   algorithm: "plot_performance_box"
6706   output-file-type: ".html"
6707   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6708   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6709   filter: "'NIC_Intel-X520-DA2' and
6710            '64B' and
6711            'NDRPDR' and
6712            '1T1C' and
6713            'FEATURE' and
6714            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6715            'OACL' and
6716            ('ACL1' or 'ACL50') and
6717            ('10K_FLOWS' or '10k_FLOWS') and
6718            not 'MACIP' and
6719            not 'VHOST' and
6720            not 'MEMIF'"
6721   parameters:
6722   - "throughput"
6723   - "parent"
6724   - "tags"
6725   traces:
6726     hoverinfo: "x+y"
6727     boxpoints: "outliers"
6728     whiskerwidth: 0
6729   layout:
6730     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6731     layout: "plot-throughput"
6732
6733 - type: "plot"
6734   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6735   algorithm: "plot_performance_box"
6736   output-file-type: ".html"
6737   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6738   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6739   filter: "'NIC_Intel-X520-DA2' and
6740            '64B' and
6741            'NDRPDR' and
6742            '1T1C' and
6743            'FEATURE' and
6744            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6745            'OACL' and
6746            ('ACL1' or 'ACL50') and
6747            ('10K_FLOWS' or '10k_FLOWS') and
6748            not 'MACIP' and
6749            not 'VHOST' and
6750            not 'MEMIF'"
6751   parameters:
6752   - "throughput"
6753   - "parent"
6754   - "tags"
6755   traces:
6756     hoverinfo: "x+y"
6757     boxpoints: "outliers"
6758     whiskerwidth: 0
6759   layout:
6760     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6761     layout: "plot-throughput"
6762
6763 - type: "plot"
6764   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6765   algorithm: "plot_performance_box"
6766   output-file-type: ".html"
6767   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6768   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6769   filter: "'NIC_Intel-X520-DA2' and
6770            '64B' and
6771            'NDRPDR' and
6772            '2T2C' and
6773            'FEATURE' and
6774            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6775            'OACL' and
6776            ('ACL1' or 'ACL50') and
6777            ('10K_FLOWS' or '10k_FLOWS') and
6778            not 'MACIP' and
6779            not 'VHOST' and
6780            not 'MEMIF'"
6781   parameters:
6782   - "throughput"
6783   - "parent"
6784   - "tags"
6785   traces:
6786     hoverinfo: "x+y"
6787     boxpoints: "outliers"
6788     whiskerwidth: 0
6789   layout:
6790     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6791     layout: "plot-throughput"
6792
6793 - type: "plot"
6794   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6795   algorithm: "plot_performance_box"
6796   output-file-type: ".html"
6797   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6798   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6799   filter: "'NIC_Intel-X520-DA2' and
6800            '64B' and
6801            'NDRPDR' and
6802            '2T2C' and
6803            'FEATURE' and
6804            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6805            'OACL' and
6806            ('ACL1' or 'ACL50') and
6807            ('10K_FLOWS' or '10k_FLOWS') and
6808            not 'MACIP' and
6809            not 'VHOST' and
6810            not 'MEMIF'"
6811   parameters:
6812   - "throughput"
6813   - "parent"
6814   - "tags"
6815   traces:
6816     hoverinfo: "x+y"
6817     boxpoints: "outliers"
6818     whiskerwidth: 0
6819   layout:
6820     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6821     layout: "plot-throughput"
6822
6823 # Packet Throughput - VPP L2 3n-hsw-x520 features-macip
6824 - type: "plot"
6825   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6826   algorithm: "plot_performance_box"
6827   output-file-type: ".html"
6828   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6829   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6830   filter: "'NIC_Intel-X520-DA2' and
6831            '64B' and
6832            'NDRPDR' and
6833            '1T1C' and
6834            'FEATURE' and
6835            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6836            'MACIP' and
6837            ('ACL1' or 'ACL50') and
6838            ('10K_FLOWS' or '10k_FLOWS') and
6839            not 'VHOST' and
6840            not 'MEMIF'"
6841   parameters:
6842   - "throughput"
6843   - "parent"
6844   - "tags"
6845   traces:
6846     hoverinfo: "x+y"
6847     boxpoints: "outliers"
6848     whiskerwidth: 0
6849   layout:
6850     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6851     layout: "plot-throughput"
6852
6853 - type: "plot"
6854   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6855   algorithm: "plot_performance_box"
6856   output-file-type: ".html"
6857   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6858   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6859   filter: "'NIC_Intel-X520-DA2' and
6860            '64B' and
6861            'NDRPDR' and
6862            '1T1C' and
6863            'FEATURE' and
6864            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6865            'MACIP' and
6866            ('ACL1' or 'ACL50') and
6867            ('10K_FLOWS' or '10k_FLOWS') and
6868            not 'VHOST' and
6869            not 'MEMIF'"
6870   parameters:
6871   - "throughput"
6872   - "parent"
6873   - "tags"
6874   traces:
6875     hoverinfo: "x+y"
6876     boxpoints: "outliers"
6877     whiskerwidth: 0
6878   layout:
6879     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6880     layout: "plot-throughput"
6881
6882 - type: "plot"
6883   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
6884   algorithm: "plot_performance_box"
6885   output-file-type: ".html"
6886   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
6887   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6888   filter: "'NIC_Intel-X520-DA2' and
6889            '64B' and
6890            'NDRPDR' and
6891            '2T2C' and
6892            'FEATURE' and
6893            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6894            'MACIP' and
6895            ('ACL1' or 'ACL50') and
6896            ('10K_FLOWS' or '10k_FLOWS') and
6897            not 'VHOST' and
6898            not 'MEMIF'"
6899   parameters:
6900   - "throughput"
6901   - "parent"
6902   - "tags"
6903   traces:
6904     hoverinfo: "x+y"
6905     boxpoints: "outliers"
6906     whiskerwidth: 0
6907   layout:
6908     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
6909     layout: "plot-throughput"
6910
6911 - type: "plot"
6912   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
6913   algorithm: "plot_performance_box"
6914   output-file-type: ".html"
6915   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
6916   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6917   filter: "'NIC_Intel-X520-DA2' and
6918            '64B' and
6919            'NDRPDR' and
6920            '2T2C' and
6921            'FEATURE' and
6922            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6923            'MACIP' and
6924            ('ACL1' or 'ACL50') and
6925            ('10K_FLOWS' or '10k_FLOWS') and
6926            not 'VHOST' and
6927            not 'MEMIF'"
6928   parameters:
6929   - "throughput"
6930   - "parent"
6931   - "tags"
6932   traces:
6933     hoverinfo: "x+y"
6934     boxpoints: "outliers"
6935     whiskerwidth: 0
6936   layout:
6937     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
6938     layout: "plot-throughput"
6939
6940 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
6941 - type: "plot"
6942   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6943   algorithm: "plot_performance_box"
6944   output-file-type: ".html"
6945   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6946   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6947   filter: "'NIC_Intel-X710' and
6948            '64B' and
6949            ('BASE' or 'SCALE') and
6950            'NDRPDR' and
6951            'ETH' and
6952            '1T1C' and
6953            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6954            not 'VHOST' and
6955            not 'MEMIF'"
6956   parameters:
6957   - "throughput"
6958   - "parent"
6959   - "tags"
6960   sort:
6961   - "L2PATCH"
6962   - "L2XCFWD"
6963   - "L2BDMACLRN"
6964   - "FIB_10K"
6965   - "FIB_100K"
6966   - "FIB_1M"
6967   traces:
6968     hoverinfo: "x+y"
6969     boxpoints: "outliers"
6970     whiskerwidth: 0
6971   layout:
6972     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6973     layout: "plot-throughput"
6974
6975 - type: "plot"
6976   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6977   algorithm: "plot_performance_box"
6978   output-file-type: ".html"
6979   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6980   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6981   filter: "'NIC_Intel-X710' and
6982            '64B' and
6983            ('BASE' or 'SCALE') and
6984            'NDRPDR' and
6985            'ETH' and
6986            '1T1C' and
6987            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6988            not 'VHOST' and
6989            not 'MEMIF'"
6990   parameters:
6991   - "throughput"
6992   - "parent"
6993   - "tags"
6994   sort:
6995   - "L2PATCH"
6996   - "L2XCFWD"
6997   - "L2BDMACLRN"
6998   - "FIB_10K"
6999   - "FIB_100K"
7000   - "FIB_1M"
7001   traces:
7002     hoverinfo: "x+y"
7003     boxpoints: "outliers"
7004     whiskerwidth: 0
7005   layout:
7006     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7007     layout: "plot-throughput"
7008
7009 - type: "plot"
7010   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7011   algorithm: "plot_performance_box"
7012   output-file-type: ".html"
7013   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7014   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7015   filter: "'NIC_Intel-X710' and
7016            '64B' and
7017            ('BASE' or 'SCALE') and
7018            'NDRPDR' and
7019            'ETH' and
7020            '2T2C' and
7021            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7022            not 'VHOST' and
7023            not 'MEMIF'"
7024   parameters:
7025   - "throughput"
7026   - "parent"
7027   - "tags"
7028   sort:
7029   - "L2PATCH"
7030   - "L2XCFWD"
7031   - "L2BDMACLRN"
7032   - "FIB_10K"
7033   - "FIB_100K"
7034   - "FIB_1M"
7035   traces:
7036     hoverinfo: "x+y"
7037     boxpoints: "outliers"
7038     whiskerwidth: 0
7039   layout:
7040     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7041     layout: "plot-throughput"
7042
7043 - type: "plot"
7044   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7045   algorithm: "plot_performance_box"
7046   output-file-type: ".html"
7047   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7048   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7049   filter: "'NIC_Intel-X710' and
7050            '64B' and
7051            ('BASE' or 'SCALE') and
7052            'NDRPDR' and
7053            'ETH' and
7054            '2T2C' and
7055            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7056            not 'VHOST' and
7057            not 'MEMIF'"
7058   parameters:
7059   - "throughput"
7060   - "parent"
7061   - "tags"
7062   sort:
7063   - "L2PATCH"
7064   - "L2XCFWD"
7065   - "L2BDMACLRN"
7066   - "FIB_10K"
7067   - "FIB_100K"
7068   - "FIB_1M"
7069   traces:
7070     hoverinfo: "x+y"
7071     boxpoints: "outliers"
7072     whiskerwidth: 0
7073   layout:
7074     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7075     layout: "plot-throughput"
7076
7077 # Packet Throughput - VPP L2 3n-hsw-x710 features
7078 - type: "plot"
7079   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7080   algorithm: "plot_performance_box"
7081   output-file-type: ".html"
7082   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7083   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7084   filter: "'NIC_Intel-X710' and
7085            '64B' and
7086            'NDRPDR' and
7087            '1T1C' and
7088            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7089            not 'ACL' and
7090            not 'VHOST' and
7091            not 'L2OVRLAY' and
7092            not 'MEMIF'"
7093   parameters:
7094   - "throughput"
7095   - "parent"
7096   - "tags"
7097   sort:
7098   - "L2XCBASE"    # l2xcbase
7099   - "L2BDBASE"    # l2bdbase
7100   - "L2XCFWD"     # dot1q-l2xcbase
7101   - "L2BDMACLRN"  # dot1q-l2bdbase
7102   traces:
7103     hoverinfo: "x+y"
7104     boxpoints: "outliers"
7105     whiskerwidth: 0
7106   layout:
7107     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7108     layout: "plot-throughput"
7109
7110 - type: "plot"
7111   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7112   algorithm: "plot_performance_box"
7113   output-file-type: ".html"
7114   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7115   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7116   filter: "'NIC_Intel-X710' and
7117            '64B' and
7118            'NDRPDR' and
7119            '1T1C' and
7120            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7121            not 'ACL' and
7122            not 'VHOST' and
7123            not 'L2OVRLAY' and
7124            not 'MEMIF'"
7125   parameters:
7126   - "throughput"
7127   - "parent"
7128   - "tags"
7129   sort:
7130   - "L2XCBASE"    # l2xcbase
7131   - "L2BDBASE"    # l2bdbase
7132   - "L2XCFWD"     # dot1q-l2xcbase
7133   - "L2BDMACLRN"  # dot1q-l2bdbase
7134   traces:
7135     hoverinfo: "x+y"
7136     boxpoints: "outliers"
7137     whiskerwidth: 0
7138   layout:
7139     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7140     layout: "plot-throughput"
7141
7142 - type: "plot"
7143   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7144   algorithm: "plot_performance_box"
7145   output-file-type: ".html"
7146   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7147   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7148   filter: "'NIC_Intel-X710' and
7149            '64B' and
7150            'NDRPDR' and
7151            '2T2C' and
7152            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7153            not 'ACL' and
7154            not 'VHOST' and
7155            not 'L2OVRLAY' and
7156            not 'MEMIF'"
7157   parameters:
7158   - "throughput"
7159   - "parent"
7160   - "tags"
7161   sort:
7162   - "L2XCBASE"    # l2xcbase
7163   - "L2BDBASE"    # l2bdbase
7164   - "L2XCFWD"     # dot1q-l2xcbase
7165   - "L2BDMACLRN"  # dot1q-l2bdbase
7166   traces:
7167     hoverinfo: "x+y"
7168     boxpoints: "outliers"
7169     whiskerwidth: 0
7170   layout:
7171     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7172     layout: "plot-throughput"
7173
7174 - type: "plot"
7175   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7176   algorithm: "plot_performance_box"
7177   output-file-type: ".html"
7178   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7179   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7180   filter: "'NIC_Intel-X710' and
7181            '64B' and
7182            'NDRPDR' and
7183            '2T2C' and
7184            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7185            not 'ACL' and
7186            not 'VHOST' and
7187            not 'L2OVRLAY' and
7188            not 'MEMIF'"
7189   parameters:
7190   - "throughput"
7191   - "parent"
7192   - "tags"
7193   sort:
7194   - "L2XCBASE"    # l2xcbase
7195   - "L2BDBASE"    # l2bdbase
7196   - "L2XCFWD"     # dot1q-l2xcbase
7197   - "L2BDMACLRN"  # dot1q-l2bdbase
7198   traces:
7199     hoverinfo: "x+y"
7200     boxpoints: "outliers"
7201     whiskerwidth: 0
7202   layout:
7203     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7204     layout: "plot-throughput"
7205
7206 # Packet Throughput - VPP L2 3n-hsw-x710 features-iacl
7207 - type: "plot"
7208   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7209   algorithm: "plot_performance_box"
7210   output-file-type: ".html"
7211   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7212   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7213   filter: "'NIC_Intel-X710' and
7214            '64B' and
7215            'NDRPDR' and
7216            '1T1C' and
7217            'FEATURE' and
7218            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7219            'IACL' and
7220            ('ACL1' or 'ACL50') and
7221            ('10K_FLOWS' or '10k_FLOWS') and
7222            not 'MACIP' and
7223            not 'VHOST' and
7224            not 'MEMIF'"
7225   parameters:
7226   - "throughput"
7227   - "parent"
7228   - "tags"
7229   traces:
7230     hoverinfo: "x+y"
7231     boxpoints: "outliers"
7232     whiskerwidth: 0
7233   layout:
7234     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7235     layout: "plot-throughput"
7236
7237 - type: "plot"
7238   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7239   algorithm: "plot_performance_box"
7240   output-file-type: ".html"
7241   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7242   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7243   filter: "'NIC_Intel-X710' and
7244            '64B' and
7245            'NDRPDR' and
7246            '1T1C' and
7247            'FEATURE' and
7248            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7249            'IACL' and
7250            ('ACL1' or 'ACL50') and
7251            ('10K_FLOWS' or '10k_FLOWS') and
7252            not 'MACIP' and
7253            not 'VHOST' and
7254            not 'MEMIF'"
7255   parameters:
7256   - "throughput"
7257   - "parent"
7258   - "tags"
7259   traces:
7260     hoverinfo: "x+y"
7261     boxpoints: "outliers"
7262     whiskerwidth: 0
7263   layout:
7264     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7265     layout: "plot-throughput"
7266
7267 - type: "plot"
7268   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7269   algorithm: "plot_performance_box"
7270   output-file-type: ".html"
7271   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7272   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7273   filter: "'NIC_Intel-X710' and
7274            '64B' and
7275            'NDRPDR' and
7276            '2T2C' and
7277            'FEATURE' and
7278            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7279            'IACL' and
7280            ('ACL1' or 'ACL50') and
7281            ('10K_FLOWS' or '10k_FLOWS') and
7282            not 'MACIP' and
7283            not 'VHOST' and
7284            not 'MEMIF'"
7285   parameters:
7286   - "throughput"
7287   - "parent"
7288   - "tags"
7289   traces:
7290     hoverinfo: "x+y"
7291     boxpoints: "outliers"
7292     whiskerwidth: 0
7293   layout:
7294     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7295     layout: "plot-throughput"
7296
7297 - type: "plot"
7298   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7299   algorithm: "plot_performance_box"
7300   output-file-type: ".html"
7301   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7302   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7303   filter: "'NIC_Intel-X710' and
7304            '64B' and
7305            'NDRPDR' and
7306            '2T2C' and
7307            'FEATURE' and
7308            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7309            'IACL' and
7310            ('ACL1' or 'ACL50') and
7311            ('10K_FLOWS' or '10k_FLOWS') and
7312            not 'MACIP' and
7313            not 'VHOST' and
7314            not 'MEMIF'"
7315   parameters:
7316   - "throughput"
7317   - "parent"
7318   - "tags"
7319   traces:
7320     hoverinfo: "x+y"
7321     boxpoints: "outliers"
7322     whiskerwidth: 0
7323   layout:
7324     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7325     layout: "plot-throughput"
7326
7327 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
7328 - type: "plot"
7329   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7330   algorithm: "plot_performance_box"
7331   output-file-type: ".html"
7332   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7333   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7334   filter: "'NIC_Intel-XL710' and
7335            '64B' and
7336            'BASE' and
7337            'NDRPDR' and
7338            'ETH' and
7339            '1T1C' and
7340            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7341            not 'VHOST' and
7342            not 'MEMIF'"
7343   parameters:
7344   - "throughput"
7345   - "parent"
7346   - "tags"
7347   sort:
7348   - "L2PATCH"
7349   - "L2XCFWD"
7350   - "L2BDMACLRN"
7351   traces:
7352     hoverinfo: "x+y"
7353     boxpoints: "outliers"
7354     whiskerwidth: 0
7355   layout:
7356     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7357     layout: "plot-throughput"
7358
7359 - type: "plot"
7360   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7361   algorithm: "plot_performance_box"
7362   output-file-type: ".html"
7363   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7364   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7365   filter: "'NIC_Intel-XL710' and
7366            '64B' and
7367            'BASE' and
7368            'NDRPDR' and
7369            'ETH' and
7370            '1T1C' and
7371            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7372            not 'VHOST' and
7373            not 'MEMIF'"
7374   parameters:
7375   - "throughput"
7376   - "parent"
7377   - "tags"
7378   sort:
7379   - "L2PATCH"
7380   - "L2XCFWD"
7381   - "L2BDMACLRN"
7382   traces:
7383     hoverinfo: "x+y"
7384     boxpoints: "outliers"
7385     whiskerwidth: 0
7386   layout:
7387     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7388     layout: "plot-throughput"
7389
7390 - type: "plot"
7391   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7392   algorithm: "plot_performance_box"
7393   output-file-type: ".html"
7394   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7395   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7396   filter: "'NIC_Intel-XL710' and
7397            '64B' and
7398            'BASE' and
7399            'NDRPDR' and
7400            'ETH' and
7401            '2T2C' and
7402            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7403            not 'VHOST' and
7404            not 'MEMIF'"
7405   parameters:
7406   - "throughput"
7407   - "parent"
7408   - "tags"
7409   sort:
7410   - "L2PATCH"
7411   - "L2XCFWD"
7412   - "L2BDMACLRN"
7413   traces:
7414     hoverinfo: "x+y"
7415     boxpoints: "outliers"
7416     whiskerwidth: 0
7417   layout:
7418     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7419     layout: "plot-throughput"
7420
7421 - type: "plot"
7422   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7423   algorithm: "plot_performance_box"
7424   output-file-type: ".html"
7425   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7426   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7427   filter: "'NIC_Intel-XL710' and
7428            '64B' and
7429            'BASE' and
7430            'NDRPDR' and
7431            'ETH' and
7432            '2T2C' and
7433            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7434            not 'VHOST' and
7435            not 'MEMIF'"
7436   parameters:
7437   - "throughput"
7438   - "parent"
7439   - "tags"
7440   sort:
7441   - "L2PATCH"
7442   - "L2XCFWD"
7443   - "L2BDMACLRN"
7444   traces:
7445     hoverinfo: "x+y"
7446     boxpoints: "outliers"
7447     whiskerwidth: 0
7448   layout:
7449     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7450     layout: "plot-throughput"
7451
7452 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
7453 - type: "plot"
7454   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7455   algorithm: "plot_performance_box"
7456   output-file-type: ".html"
7457   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7458   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7459   filter: "'NIC_Intel-X710' and
7460            '64B' and
7461            ('BASE' or 'SCALE') and
7462            'NDRPDR' and
7463            'ETH' and
7464            '2T1C' and
7465            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7466            not 'VHOST' and
7467            not 'MEMIF' and
7468            not 'DRV_AVF'"
7469   parameters:
7470   - "throughput"
7471   - "parent"
7472   - "tags"
7473   sort:
7474   - "L2PATCH"
7475   - "L2XCBASE"
7476   - "BASE"
7477   - "FIB_10K"
7478   - "FIB_100K"
7479   - "FIB_1M"
7480   traces:
7481     hoverinfo: "x+y"
7482     boxpoints: "outliers"
7483     whiskerwidth: 0
7484   layout:
7485     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7486     layout: "plot-throughput"
7487
7488 - type: "plot"
7489   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7490   algorithm: "plot_performance_box"
7491   output-file-type: ".html"
7492   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7493   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7494   filter: "'NIC_Intel-X710' and
7495            '64B' and
7496            ('BASE' or 'SCALE') and
7497            'NDRPDR' and
7498            'ETH' and
7499            '2T1C' and
7500            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7501            not 'VHOST' and
7502            not 'MEMIF' and
7503            not 'DRV_AVF'"
7504   parameters:
7505   - "throughput"
7506   - "parent"
7507   - "tags"
7508   sort:
7509   - "L2PATCH"
7510   - "L2XCBASE"
7511   - "BASE"
7512   - "FIB_10K"
7513   - "FIB_100K"
7514   - "FIB_1M"
7515   traces:
7516     hoverinfo: "x+y"
7517     boxpoints: "outliers"
7518     whiskerwidth: 0
7519   layout:
7520     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7521     layout: "plot-throughput"
7522
7523 - type: "plot"
7524   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7525   algorithm: "plot_performance_box"
7526   output-file-type: ".html"
7527   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7528   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7529   filter: "'NIC_Intel-X710' and
7530            '64B' and
7531            ('BASE' or 'SCALE') and
7532            'NDRPDR' and
7533            'ETH' and
7534            '4T2C' and
7535            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7536            not 'VHOST' and
7537            not 'MEMIF' and
7538            not 'DRV_AVF'"
7539   parameters:
7540   - "throughput"
7541   - "parent"
7542   - "tags"
7543   sort:
7544   - "L2PATCH"
7545   - "L2XCBASE"
7546   - "BASE"
7547   - "FIB_10K"
7548   - "FIB_100K"
7549   - "FIB_1M"
7550   traces:
7551     hoverinfo: "x+y"
7552     boxpoints: "outliers"
7553     whiskerwidth: 0
7554   layout:
7555     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7556     layout: "plot-throughput"
7557
7558 - type: "plot"
7559   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7560   algorithm: "plot_performance_box"
7561   output-file-type: ".html"
7562   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7563   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7564   filter: "'NIC_Intel-X710' and
7565            '64B' and
7566            ('BASE' or 'SCALE') and
7567            'NDRPDR' and
7568            'ETH' and
7569            '4T2C' and
7570            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7571            not 'VHOST' and
7572            not 'MEMIF' and
7573            not 'DRV_AVF'"
7574   parameters:
7575   - "throughput"
7576   - "parent"
7577   - "tags"
7578   sort:
7579   - "L2PATCH"
7580   - "L2XCBASE"
7581   - "BASE"
7582   - "FIB_10K"
7583   - "FIB_100K"
7584   - "FIB_1M"
7585   traces:
7586     hoverinfo: "x+y"
7587     boxpoints: "outliers"
7588     whiskerwidth: 0
7589   layout:
7590     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7591     layout: "plot-throughput"
7592
7593 # Packet Throughput - VPP L2 3n-skx-x710 features
7594 - type: "plot"
7595   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7596   algorithm: "plot_performance_box"
7597   output-file-type: ".html"
7598   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7599   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7600   filter: "'NIC_Intel-X710' and
7601            '64B' and
7602            'NDRPDR' and
7603            '2T1C' and
7604            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7605            not 'ACL' and
7606            not 'VHOST' and
7607            not 'DRV_AVF' and
7608            not 'L2OVRLAY' and
7609            not 'MEMIF'"
7610   parameters:
7611   - "throughput"
7612   - "parent"
7613   - "tags"
7614   sort:
7615   - "L2XCBASE"    # l2xcbase
7616   - "L2BDBASE"    # l2bdbase
7617   - "L2XCFWD"     # dot1q-l2xcbase
7618   - "L2BDMACLRN"  # dot1q-l2bdbase
7619   traces:
7620     hoverinfo: "x+y"
7621     boxpoints: "outliers"
7622     whiskerwidth: 0
7623   layout:
7624     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7625     layout: "plot-throughput"
7626
7627 - type: "plot"
7628   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7629   algorithm: "plot_performance_box"
7630   output-file-type: ".html"
7631   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7632   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7633   filter: "'NIC_Intel-X710' and
7634            '64B' and
7635            'NDRPDR' and
7636            '2T1C' and
7637            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7638            not 'ACL' and
7639            not 'VHOST' and
7640            not 'DRV_AVF' and
7641            not 'L2OVRLAY' and
7642            not 'MEMIF'"
7643   parameters:
7644   - "throughput"
7645   - "parent"
7646   - "tags"
7647   sort:
7648   - "L2XCBASE"    # l2xcbase
7649   - "L2BDBASE"    # l2bdbase
7650   - "L2XCFWD"     # dot1q-l2xcbase
7651   - "L2BDMACLRN"  # dot1q-l2bdbase
7652   traces:
7653     hoverinfo: "x+y"
7654     boxpoints: "outliers"
7655     whiskerwidth: 0
7656   layout:
7657     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7658     layout: "plot-throughput"
7659
7660 - type: "plot"
7661   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7662   algorithm: "plot_performance_box"
7663   output-file-type: ".html"
7664   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7665   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7666   filter: "'NIC_Intel-X710' and
7667            '64B' and
7668            'NDRPDR' and
7669            '4T2C' and
7670            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7671            not 'ACL' and
7672            not 'VHOST' and
7673            not 'DRV_AVF' and
7674            not 'L2OVRLAY' and
7675            not 'MEMIF'"
7676   parameters:
7677   - "throughput"
7678   - "parent"
7679   - "tags"
7680   sort:
7681   - "L2XCBASE"    # l2xcbase
7682   - "L2BDBASE"    # l2bdbase
7683   - "L2XCFWD"     # dot1q-l2xcbase
7684   - "L2BDMACLRN"  # dot1q-l2bdbase
7685   traces:
7686     hoverinfo: "x+y"
7687     boxpoints: "outliers"
7688     whiskerwidth: 0
7689   layout:
7690     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7691     layout: "plot-throughput"
7692
7693 - type: "plot"
7694   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7695   algorithm: "plot_performance_box"
7696   output-file-type: ".html"
7697   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7699   filter: "'NIC_Intel-X710' and
7700            '64B' and
7701            'NDRPDR' and
7702            '4T2C' and
7703            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7704            not 'ACL' and
7705            not 'VHOST' and
7706            not 'DRV_AVF' and
7707            not 'L2OVRLAY' and
7708            not 'MEMIF'"
7709   parameters:
7710   - "throughput"
7711   - "parent"
7712   - "tags"
7713   sort:
7714   - "L2XCBASE"    # l2xcbase
7715   - "L2BDBASE"    # l2bdbase
7716   - "L2XCFWD"     # dot1q-l2xcbase
7717   - "L2BDMACLRN"  # dot1q-l2bdbase
7718   traces:
7719     hoverinfo: "x+y"
7720     boxpoints: "outliers"
7721     whiskerwidth: 0
7722   layout:
7723     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7724     layout: "plot-throughput"
7725
7726 # Packet Throughput - VPP L2 3n-skx-x710 features-iacl
7727 - type: "plot"
7728   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7729   algorithm: "plot_performance_box"
7730   output-file-type: ".html"
7731   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7732   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7733   filter: "'NIC_Intel-X710' and
7734            '64B' and
7735            'NDRPDR' and
7736            '2T1C' and
7737            'FEATURE' and
7738            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7739            'IACL' and
7740            ('ACL1' or 'ACL50') and
7741            ('10K_FLOWS' or '10k_FLOWS') and
7742            not 'MACIP' and
7743            not 'VHOST' and
7744            not 'MEMIF'"
7745   parameters:
7746   - "throughput"
7747   - "parent"
7748   - "tags"
7749   traces:
7750     hoverinfo: "x+y"
7751     boxpoints: "outliers"
7752     whiskerwidth: 0
7753   layout:
7754     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7755     layout: "plot-throughput"
7756
7757 - type: "plot"
7758   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7759   algorithm: "plot_performance_box"
7760   output-file-type: ".html"
7761   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7762   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7763   filter: "'NIC_Intel-X710' and
7764            '64B' and
7765            'NDRPDR' and
7766            '2T1C' and
7767            'FEATURE' and
7768            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7769            'IACL' and
7770            ('ACL1' or 'ACL50') and
7771            ('10K_FLOWS' or '10k_FLOWS') and
7772            not 'MACIP' and
7773            not 'VHOST' and
7774            not 'MEMIF'"
7775   parameters:
7776   - "throughput"
7777   - "parent"
7778   - "tags"
7779   traces:
7780     hoverinfo: "x+y"
7781     boxpoints: "outliers"
7782     whiskerwidth: 0
7783   layout:
7784     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7785     layout: "plot-throughput"
7786
7787 - type: "plot"
7788   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7789   algorithm: "plot_performance_box"
7790   output-file-type: ".html"
7791   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7792   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7793   filter: "'NIC_Intel-X710' and
7794            '64B' and
7795            'NDRPDR' and
7796            '4T2C' and
7797            'FEATURE' and
7798            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7799            'IACL' and
7800            ('ACL1' or 'ACL50') and
7801            ('10K_FLOWS' or '10k_FLOWS') and
7802            not 'MACIP' and
7803            not 'VHOST' and
7804            not 'MEMIF'"
7805   parameters:
7806   - "throughput"
7807   - "parent"
7808   - "tags"
7809   traces:
7810     hoverinfo: "x+y"
7811     boxpoints: "outliers"
7812     whiskerwidth: 0
7813   layout:
7814     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7815     layout: "plot-throughput"
7816
7817 - type: "plot"
7818   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7819   algorithm: "plot_performance_box"
7820   output-file-type: ".html"
7821   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7822   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7823   filter: "'NIC_Intel-X710' and
7824            '64B' and
7825            'NDRPDR' and
7826            '4T2C' and
7827            'FEATURE' and
7828            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7829            'IACL' and
7830            ('ACL1' or 'ACL50') and
7831            ('10K_FLOWS' or '10k_FLOWS') and
7832            not 'MACIP' and
7833            not 'VHOST' and
7834            not 'MEMIF'"
7835   parameters:
7836   - "throughput"
7837   - "parent"
7838   - "tags"
7839   traces:
7840     hoverinfo: "x+y"
7841     boxpoints: "outliers"
7842     whiskerwidth: 0
7843   layout:
7844     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7845     layout: "plot-throughput"
7846
7847 # Packet Throughput - VPP L2 3n-skx-xxv710 base
7848 - type: "plot"
7849   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7850   algorithm: "plot_performance_box"
7851   output-file-type: ".html"
7852   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7853   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7854   filter: "'NIC_Intel-XXV710' and
7855            '64B' and
7856            ('BASE' or 'SCALE') and
7857            'NDRPDR' and
7858            'ETH' and
7859            '2T1C' and
7860            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7861            not 'VHOST' and
7862            not 'MEMIF'"
7863   parameters:
7864   - "throughput"
7865   - "parent"
7866   - "tags"
7867   sort:
7868   - "L2PATCH"
7869   - "L2PATCH"
7870   - "L2XCBASE"
7871   - "L2BDMACLRN"
7872   traces:
7873     hoverinfo: "x+y"
7874     boxpoints: "outliers"
7875     whiskerwidth: 0
7876   layout:
7877     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7878     layout: "plot-throughput"
7879
7880 - type: "plot"
7881   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
7882   algorithm: "plot_performance_box"
7883   output-file-type: ".html"
7884   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
7885   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7886   filter: "'NIC_Intel-XXV710' and
7887            '64B' and
7888            ('BASE' or 'SCALE') and
7889            'NDRPDR' and
7890            'ETH' and
7891            '2T1C' and
7892            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7893            not 'VHOST' and
7894            not 'MEMIF'"
7895   parameters:
7896   - "throughput"
7897   - "parent"
7898   - "tags"
7899   sort:
7900   - "L2PATCH"
7901   - "L2PATCH"
7902   - "L2XCBASE"
7903   - "L2BDMACLRN"
7904   traces:
7905     hoverinfo: "x+y"
7906     boxpoints: "outliers"
7907     whiskerwidth: 0
7908   layout:
7909     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
7910     layout: "plot-throughput"
7911
7912 - type: "plot"
7913   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
7914   algorithm: "plot_performance_box"
7915   output-file-type: ".html"
7916   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
7917   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7918   filter: "'NIC_Intel-XXV710' and
7919            '64B' and
7920            ('BASE' or 'SCALE') and
7921            'NDRPDR' and
7922            'ETH' and
7923            '4T2C' and
7924            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7925            not 'VHOST' and
7926            not 'MEMIF'"
7927   parameters:
7928   - "throughput"
7929   - "parent"
7930   - "tags"
7931   sort:
7932   - "L2PATCH"
7933   - "L2PATCH"
7934   - "L2XCBASE"
7935   - "L2BDMACLRN"
7936   traces:
7937     hoverinfo: "x+y"
7938     boxpoints: "outliers"
7939     whiskerwidth: 0
7940   layout:
7941     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
7942     layout: "plot-throughput"
7943
7944 - type: "plot"
7945   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
7946   algorithm: "plot_performance_box"
7947   output-file-type: ".html"
7948   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
7949   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7950   filter: "'NIC_Intel-XXV710' and
7951            '64B' and
7952            ('BASE' or 'SCALE') and
7953            'NDRPDR' and
7954            'ETH' and
7955            '4T2C' and
7956            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7957            not 'VHOST' and
7958            not 'MEMIF'"
7959   parameters:
7960   - "throughput"
7961   - "parent"
7962   - "tags"
7963   sort:
7964   - "L2PATCH"
7965   - "L2PATCH"
7966   - "L2XCBASE"
7967   - "L2BDMACLRN"
7968   traces:
7969     hoverinfo: "x+y"
7970     boxpoints: "outliers"
7971     whiskerwidth: 0
7972   layout:
7973     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
7974     layout: "plot-throughput"
7975
7976 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
7977 - type: "plot"
7978   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7979   algorithm: "plot_performance_box"
7980   output-file-type: ".html"
7981   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7982   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7983   filter: "'NIC_Intel-X710' and
7984            '64B' and
7985            ('BASE' or 'SCALE') and
7986            'NDRPDR' and
7987            'ETH' and
7988            '2T1C' and
7989            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7990            not 'VHOST' and
7991            not 'MEMIF'"
7992   parameters:
7993   - "throughput"
7994   - "parent"
7995   - "tags"
7996   sort:
7997   - "L2PATCH"
7998   - "L2XCBASE"
7999   - "BASE"
8000   - "FIB_10K"
8001   - "FIB_100K"
8002   - "FIB_1M"
8003   traces:
8004     hoverinfo: "x+y"
8005     boxpoints: "outliers"
8006     whiskerwidth: 0
8007   layout:
8008     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8009     layout: "plot-throughput"
8010
8011 - type: "plot"
8012   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8013   algorithm: "plot_performance_box"
8014   output-file-type: ".html"
8015   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8016   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8017   filter: "'NIC_Intel-X710' and
8018            '64B' and
8019            ('BASE' or 'SCALE') and
8020            'NDRPDR' and
8021            'ETH' and
8022            '2T1C' and
8023            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8024            not 'VHOST' and
8025            not 'MEMIF'"
8026   parameters:
8027   - "throughput"
8028   - "parent"
8029   - "tags"
8030   sort:
8031   - "L2PATCH"
8032   - "L2XCBASE"
8033   - "BASE"
8034   - "FIB_10K"
8035   - "FIB_100K"
8036   - "FIB_1M"
8037   traces:
8038     hoverinfo: "x+y"
8039     boxpoints: "outliers"
8040     whiskerwidth: 0
8041   layout:
8042     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8043     layout: "plot-throughput"
8044
8045 - type: "plot"
8046   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8047   algorithm: "plot_performance_box"
8048   output-file-type: ".html"
8049   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8050   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8051   filter: "'NIC_Intel-X710' and
8052            '64B' and
8053            ('BASE' or 'SCALE') and
8054            'NDRPDR' and
8055            'ETH' and
8056            '4T2C' and
8057            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8058            not 'VHOST' and
8059            not 'MEMIF'"
8060   parameters:
8061   - "throughput"
8062   - "parent"
8063   - "tags"
8064   sort:
8065   - "L2PATCH"
8066   - "L2XCBASE"
8067   - "BASE"
8068   - "FIB_10K"
8069   - "FIB_100K"
8070   - "FIB_1M"
8071   traces:
8072     hoverinfo: "x+y"
8073     boxpoints: "outliers"
8074     whiskerwidth: 0
8075   layout:
8076     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8077     layout: "plot-throughput"
8078
8079 - type: "plot"
8080   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8081   algorithm: "plot_performance_box"
8082   output-file-type: ".html"
8083   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8084   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8085   filter: "'NIC_Intel-X710' and
8086            '64B' and
8087            ('BASE' or 'SCALE') and
8088            'NDRPDR' and
8089            'ETH' and
8090            '4T2C' and
8091            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8092            not 'VHOST' and
8093            not 'MEMIF'"
8094   parameters:
8095   - "throughput"
8096   - "parent"
8097   - "tags"
8098   sort:
8099   - "L2PATCH"
8100   - "L2XCBASE"
8101   - "BASE"
8102   - "FIB_10K"
8103   - "FIB_100K"
8104   - "FIB_1M"
8105   traces:
8106     hoverinfo: "x+y"
8107     boxpoints: "outliers"
8108     whiskerwidth: 0
8109   layout:
8110     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8111     layout: "plot-throughput"
8112
8113 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
8114 - type: "plot"
8115   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8116   algorithm: "plot_performance_box"
8117   output-file-type: ".html"
8118   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8119   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8120   filter: "'NIC_Intel-XXV710' and
8121            '64B' and
8122            ('BASE' or 'SCALE') and
8123            'NDRPDR' and
8124            'ETH' and
8125            '2T1C' and
8126            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8127            not 'VHOST' and
8128            not 'MEMIF'"
8129   parameters:
8130   - "throughput"
8131   - "parent"
8132   - "tags"
8133   sort:
8134   - "L2PATCH"
8135   - "L2XCBASE"
8136   - "BASE"
8137   - "FIB_10K"
8138   - "FIB_100K"
8139   - "FIB_1M"
8140   traces:
8141     hoverinfo: "x+y"
8142     boxpoints: "outliers"
8143     whiskerwidth: 0
8144   layout:
8145     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8146     layout: "plot-throughput"
8147
8148 - type: "plot"
8149   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8150   algorithm: "plot_performance_box"
8151   output-file-type: ".html"
8152   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8153   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8154   filter: "'NIC_Intel-XXV710' and
8155            '64B' and
8156            ('BASE' or 'SCALE') and
8157            'NDRPDR' and
8158            'ETH' and
8159            '2T1C' and
8160            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8161            not 'VHOST' and
8162            not 'MEMIF'"
8163   parameters:
8164   - "throughput"
8165   - "parent"
8166   - "tags"
8167   sort:
8168   - "L2PATCH"
8169   - "L2XCBASE"
8170   - "BASE"
8171   - "FIB_10K"
8172   - "FIB_100K"
8173   - "FIB_1M"
8174   traces:
8175     hoverinfo: "x+y"
8176     boxpoints: "outliers"
8177     whiskerwidth: 0
8178   layout:
8179     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8180     layout: "plot-throughput"
8181
8182 - type: "plot"
8183   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8184   algorithm: "plot_performance_box"
8185   output-file-type: ".html"
8186   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8187   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8188   filter: "'NIC_Intel-XXV710' and
8189            '64B' and
8190            ('BASE' or 'SCALE') and
8191            'NDRPDR' and
8192            'ETH' and
8193            '4T2C' and
8194            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8195            not 'VHOST' and
8196            not 'MEMIF'"
8197   parameters:
8198   - "throughput"
8199   - "parent"
8200   - "tags"
8201   sort:
8202   - "L2PATCH"
8203   - "L2XCBASE"
8204   - "BASE"
8205   - "FIB_10K"
8206   - "FIB_100K"
8207   - "FIB_1M"
8208   traces:
8209     hoverinfo: "x+y"
8210     boxpoints: "outliers"
8211     whiskerwidth: 0
8212   layout:
8213     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8214     layout: "plot-throughput"
8215
8216 - type: "plot"
8217   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8218   algorithm: "plot_performance_box"
8219   output-file-type: ".html"
8220   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8221   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8222   filter: "'NIC_Intel-XXV710' and
8223            '64B' and
8224            ('BASE' or 'SCALE') and
8225            'NDRPDR' and
8226            'ETH' and
8227            '4T2C' and
8228            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8229            not 'VHOST' and
8230            not 'MEMIF'"
8231   parameters:
8232   - "throughput"
8233   - "parent"
8234   - "tags"
8235   sort:
8236   - "L2PATCH"
8237   - "L2XCBASE"
8238   - "BASE"
8239   - "FIB_10K"
8240   - "FIB_100K"
8241   - "FIB_1M"
8242   traces:
8243     hoverinfo: "x+y"
8244     boxpoints: "outliers"
8245     whiskerwidth: 0
8246   layout:
8247     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8248     layout: "plot-throughput"
8249
8250 # Packet Throughput - VPP L2 2n-dnv-x553 base
8251 - type: "plot"
8252   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8253   algorithm: "plot_performance_box"
8254   output-file-type: ".html"
8255   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8256   data: "intel-dnv-vpp"
8257   filter: "'NIC_Intel-X553' and
8258            '64B' and
8259            'BASE' and
8260            'NDRPDR' and
8261            'ETH' and
8262            '1T1C' and
8263            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8264            not 'VHOST' and
8265            not 'MEMIF'"
8266   parameters:
8267   - "throughput"
8268   - "parent"
8269   - "tags"
8270   sort:
8271   - "L2XCBASE"
8272   - "L2BDMACLRN"
8273   - "L2PATCH"
8274   traces:
8275     hoverinfo: "x+y"
8276     boxpoints: "outliers"
8277     whiskerwidth: 0
8278   layout:
8279     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8280     layout: "plot-throughput"
8281
8282 - type: "plot"
8283   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8284   algorithm: "plot_performance_box"
8285   output-file-type: ".html"
8286   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8287   data: "intel-dnv-vpp"
8288   filter: "'NIC_Intel-X553' and
8289            '64B' and
8290            ('BASE' or 'SCALE') and
8291            'NDRPDR' and
8292            'ETH' and
8293            '1T1C' and
8294            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8295            not 'VHOST' and
8296            not 'MEMIF'"
8297   parameters:
8298   - "throughput"
8299   - "parent"
8300   - "tags"
8301   sort:
8302   - "L2XCBASE"
8303   - "L2BDMACLRN"
8304   - "L2PATCH"
8305   traces:
8306     hoverinfo: "x+y"
8307     boxpoints: "outliers"
8308     whiskerwidth: 0
8309   layout:
8310     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8311     layout: "plot-throughput"
8312
8313 - type: "plot"
8314   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8315   algorithm: "plot_performance_box"
8316   output-file-type: ".html"
8317   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8318   data: "intel-dnv-vpp"
8319   filter: "'NIC_Intel-X553' and
8320            '64B' and
8321            ('BASE' or 'SCALE') and
8322            'NDRPDR' and
8323            'ETH' and
8324            '2T2C' and
8325            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8326            not 'VHOST' and
8327            not 'MEMIF'"
8328   parameters:
8329   - "throughput"
8330   - "parent"
8331   - "tags"
8332   sort:
8333   - "L2XCBASE"
8334   - "L2BDMACLRN"
8335   - "L2PATCH"
8336   traces:
8337     hoverinfo: "x+y"
8338     boxpoints: "outliers"
8339     whiskerwidth: 0
8340   layout:
8341     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8342     layout: "plot-throughput"
8343
8344 - type: "plot"
8345   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8346   algorithm: "plot_performance_box"
8347   output-file-type: ".html"
8348   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8349   data: "intel-dnv-vpp"
8350   filter: "'NIC_Intel-X553' and
8351            '64B' and
8352            ('BASE' or 'SCALE') and
8353            'NDRPDR' and
8354            'ETH' and
8355            '2T2C' and
8356            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8357            not 'VHOST' and
8358            not 'MEMIF'"
8359   parameters:
8360   - "throughput"
8361   - "parent"
8362   - "tags"
8363   sort:
8364   - "L2XCBASE"
8365   - "L2BDMACLRN"
8366   - "L2PATCH"
8367   traces:
8368     hoverinfo: "x+y"
8369     boxpoints: "outliers"
8370     whiskerwidth: 0
8371   layout:
8372     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8373     layout: "plot-throughput"
8374
8375 ################################################################################
8376
8377 # Packet Throughput - VPP Container Memif 3n-hsw-x520
8378 - type: "plot"
8379   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8380   algorithm: "plot_performance_box"
8381   output-file-type: ".html"
8382   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8383   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8384   filter: "'NIC_Intel-X520-DA2' and
8385            '64B' and
8386            ('BASE' or 'SCALE') and
8387            'NDRPDR' and
8388            '1T1C' and
8389            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8390            not 'VHOST' and
8391            'MEMIF'"
8392   parameters:
8393   - "throughput"
8394   - "parent"
8395   - "tags"
8396   sort:
8397   - "L2XCFWD"
8398   - "L2XCFWD"
8399   - "L2XCFWD"
8400   - "L2BDMACLRN"
8401   - "L2BDMACLRN"
8402   - "L2BDMACLRN"
8403   - "IP4FWD"
8404   traces:
8405     hoverinfo: "x+y"
8406     boxpoints: "outliers"
8407     whiskerwidth: 0
8408   layout:
8409     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8410     layout: "plot-throughput"
8411
8412 - type: "plot"
8413   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8414   algorithm: "plot_performance_box"
8415   output-file-type: ".html"
8416   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8417   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8418   filter: "'NIC_Intel-X520-DA2' and
8419            '64B' and
8420            ('BASE' or 'SCALE') and
8421            'NDRPDR' and
8422            '1T1C' and
8423            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8424            not 'VHOST' and
8425            'MEMIF'"
8426   parameters:
8427   - "throughput"
8428   - "parent"
8429   - "tags"
8430   sort:
8431   - "L2XCFWD"
8432   - "L2XCFWD"
8433   - "L2XCFWD"
8434   - "L2BDMACLRN"
8435   - "L2BDMACLRN"
8436   - "L2BDMACLRN"
8437   - "IP4FWD"
8438   traces:
8439     hoverinfo: "x+y"
8440     boxpoints: "outliers"
8441     whiskerwidth: 0
8442   layout:
8443     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8444     layout: "plot-throughput"
8445
8446 - type: "plot"
8447   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8448   algorithm: "plot_performance_box"
8449   output-file-type: ".html"
8450   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8451   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8452   filter: "'NIC_Intel-X520-DA2' and
8453            '64B' and
8454            ('BASE' or 'SCALE') and
8455            'NDRPDR' and
8456            '2T2C' and
8457            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8458            not 'VHOST' and
8459            'MEMIF'"
8460   parameters:
8461   - "throughput"
8462   - "parent"
8463   - "tags"
8464   sort:
8465   - "L2XCFWD"
8466   - "L2XCFWD"
8467   - "L2XCFWD"
8468   - "L2BDMACLRN"
8469   - "L2BDMACLRN"
8470   - "L2BDMACLRN"
8471   - "IP4FWD"
8472   traces:
8473     hoverinfo: "x+y"
8474     boxpoints: "outliers"
8475     whiskerwidth: 0
8476   layout:
8477     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8478     layout: "plot-throughput"
8479
8480 - type: "plot"
8481   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8482   algorithm: "plot_performance_box"
8483   output-file-type: ".html"
8484   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8485   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8486   filter: "'NIC_Intel-X520-DA2' and
8487            '64B' and
8488            ('BASE' or 'SCALE') and
8489            'NDRPDR' and
8490            '2T2C' and
8491            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8492            not 'VHOST' and
8493            'MEMIF'"
8494   parameters:
8495   - "throughput"
8496   - "parent"
8497   - "tags"
8498   sort:
8499   - "L2XCFWD"
8500   - "L2XCFWD"
8501   - "L2XCFWD"
8502   - "L2BDMACLRN"
8503   - "L2BDMACLRN"
8504   - "L2BDMACLRN"
8505   - "IP4FWD"
8506   traces:
8507     hoverinfo: "x+y"
8508     boxpoints: "outliers"
8509     whiskerwidth: 0
8510   layout:
8511     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8512     layout: "plot-throughput"
8513
8514 # Packet Throughput - VPP Container Memif 3n-hsw-x710
8515 - type: "plot"
8516   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8517   algorithm: "plot_performance_box"
8518   output-file-type: ".html"
8519   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8520   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8521   filter: "'NIC_Intel-X710' and
8522            '64B' and
8523            ('BASE' or 'SCALE') and
8524            'NDRPDR' and
8525            '1T1C' and
8526            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8527            not 'VHOST' and
8528            'MEMIF'"
8529   parameters:
8530   - "throughput"
8531   - "parent"
8532   - "tags"
8533   sort:
8534   - "L2XCFWD"
8535   - "L2XCFWD"
8536   - "L2XCFWD"
8537   - "L2BDMACLRN"
8538   - "L2BDMACLRN"
8539   - "L2BDMACLRN"
8540   - "IP4FWD"
8541   traces:
8542     hoverinfo: "x+y"
8543     boxpoints: "outliers"
8544     whiskerwidth: 0
8545   layout:
8546     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8547     layout: "plot-throughput"
8548
8549 - type: "plot"
8550   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8551   algorithm: "plot_performance_box"
8552   output-file-type: ".html"
8553   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8554   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8555   filter: "'NIC_Intel-X710' and
8556            '64B' and
8557            ('BASE' or 'SCALE') and
8558            'NDRPDR' and
8559            '1T1C' and
8560            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8561            not 'VHOST' and
8562            'MEMIF'"
8563   parameters:
8564   - "throughput"
8565   - "parent"
8566   - "tags"
8567   sort:
8568   - "L2XCFWD"
8569   - "L2XCFWD"
8570   - "L2XCFWD"
8571   - "L2BDMACLRN"
8572   - "L2BDMACLRN"
8573   - "L2BDMACLRN"
8574   - "IP4FWD"
8575   traces:
8576     hoverinfo: "x+y"
8577     boxpoints: "outliers"
8578     whiskerwidth: 0
8579   layout:
8580     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8581     layout: "plot-throughput"
8582
8583 - type: "plot"
8584   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8585   algorithm: "plot_performance_box"
8586   output-file-type: ".html"
8587   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8588   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8589   filter: "'NIC_Intel-X710' and
8590            '64B' and
8591            ('BASE' or 'SCALE') and
8592            'NDRPDR' and
8593            '2T2C' and
8594            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8595            not 'VHOST' and
8596            'MEMIF'"
8597   parameters:
8598   - "throughput"
8599   - "parent"
8600   - "tags"
8601   sort:
8602   - "L2XCFWD"
8603   - "L2XCFWD"
8604   - "L2XCFWD"
8605   - "L2BDMACLRN"
8606   - "L2BDMACLRN"
8607   - "L2BDMACLRN"
8608   - "IP4FWD"
8609   traces:
8610     hoverinfo: "x+y"
8611     boxpoints: "outliers"
8612     whiskerwidth: 0
8613   layout:
8614     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8615     layout: "plot-throughput"
8616
8617 - type: "plot"
8618   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8619   algorithm: "plot_performance_box"
8620   output-file-type: ".html"
8621   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8622   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8623   filter: "'NIC_Intel-X710' and
8624            '64B' and
8625            ('BASE' or 'SCALE') and
8626            'NDRPDR' and
8627            '2T2C' and
8628            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8629            not 'VHOST' and
8630            'MEMIF'"
8631   parameters:
8632   - "throughput"
8633   - "parent"
8634   - "tags"
8635   sort:
8636   - "L2XCFWD"
8637   - "L2XCFWD"
8638   - "L2XCFWD"
8639   - "L2BDMACLRN"
8640   - "L2BDMACLRN"
8641   - "L2BDMACLRN"
8642   - "IP4FWD"
8643   traces:
8644     hoverinfo: "x+y"
8645     boxpoints: "outliers"
8646     whiskerwidth: 0
8647   layout:
8648     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8649     layout: "plot-throughput"
8650
8651 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
8652 - type: "plot"
8653   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8654   algorithm: "plot_performance_box"
8655   output-file-type: ".html"
8656   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8657   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8658   filter: "'NIC_Intel-XL710' and
8659            '64B' and
8660            ('BASE' or 'SCALE') and
8661            'NDRPDR' and
8662            '1T1C' and
8663            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8664            not 'VHOST' and
8665            'MEMIF'"
8666   parameters:
8667   - "throughput"
8668   - "parent"
8669   - "tags"
8670   sort:
8671   - "L2XCFWD"
8672   - "L2XCFWD"
8673   - "L2XCFWD"
8674   - "L2BDMACLRN"
8675   - "L2BDMACLRN"
8676   - "L2BDMACLRN"
8677   - "IP4FWD"
8678   traces:
8679     hoverinfo: "x+y"
8680     boxpoints: "outliers"
8681     whiskerwidth: 0
8682   layout:
8683     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8684     layout: "plot-throughput"
8685
8686 - type: "plot"
8687   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8688   algorithm: "plot_performance_box"
8689   output-file-type: ".html"
8690   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8691   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8692   filter: "'NIC_Intel-XL710' and
8693            '64B' and
8694            ('BASE' or 'SCALE') and
8695            'NDRPDR' and
8696            '1T1C' and
8697            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8698            not 'VHOST' and
8699            'MEMIF'"
8700   parameters:
8701   - "throughput"
8702   - "parent"
8703   - "tags"
8704   sort:
8705   - "L2XCFWD"
8706   - "L2XCFWD"
8707   - "L2XCFWD"
8708   - "L2BDMACLRN"
8709   - "L2BDMACLRN"
8710   - "L2BDMACLRN"
8711   - "IP4FWD"
8712   traces:
8713     hoverinfo: "x+y"
8714     boxpoints: "outliers"
8715     whiskerwidth: 0
8716   layout:
8717     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8718     layout: "plot-throughput"
8719
8720 - type: "plot"
8721   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8722   algorithm: "plot_performance_box"
8723   output-file-type: ".html"
8724   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8725   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8726   filter: "'NIC_Intel-XL710' and
8727            '64B' and
8728            ('BASE' or 'SCALE') and
8729            'NDRPDR' and
8730            '2T2C' and
8731            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8732            not 'VHOST' and
8733            'MEMIF'"
8734   parameters:
8735   - "throughput"
8736   - "parent"
8737   - "tags"
8738   sort:
8739   - "L2XCFWD"
8740   - "L2XCFWD"
8741   - "L2XCFWD"
8742   - "L2BDMACLRN"
8743   - "L2BDMACLRN"
8744   - "L2BDMACLRN"
8745   - "IP4FWD"
8746   traces:
8747     hoverinfo: "x+y"
8748     boxpoints: "outliers"
8749     whiskerwidth: 0
8750   layout:
8751     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8752     layout: "plot-throughput"
8753
8754 - type: "plot"
8755   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8756   algorithm: "plot_performance_box"
8757   output-file-type: ".html"
8758   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8759   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8760   filter: "'NIC_Intel-XL710' and
8761            '64B' and
8762            ('BASE' or 'SCALE') and
8763            'NDRPDR' and
8764            '2T2C' and
8765            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8766            not 'VHOST' and
8767            'MEMIF'"
8768   parameters:
8769   - "throughput"
8770   - "parent"
8771   - "tags"
8772   sort:
8773   - "L2XCFWD"
8774   - "L2XCFWD"
8775   - "L2XCFWD"
8776   - "L2BDMACLRN"
8777   - "L2BDMACLRN"
8778   - "L2BDMACLRN"
8779   - "IP4FWD"
8780   traces:
8781     hoverinfo: "x+y"
8782     boxpoints: "outliers"
8783     whiskerwidth: 0
8784   layout:
8785     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8786     layout: "plot-throughput"
8787
8788 # Packet Throughput - VPP Container Memif 3n-skx-x710
8789 - type: "plot"
8790   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8791   algorithm: "plot_performance_box"
8792   output-file-type: ".html"
8793   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8794   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8795   filter: "'NIC_Intel-X710' and
8796            '64B' and
8797            ('BASE' or 'SCALE') and
8798            'NDRPDR' and
8799            '2T1C' and
8800            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8801            not 'VHOST' and
8802            'MEMIF'"
8803   parameters:
8804   - "throughput"
8805   - "parent"
8806   - "tags"
8807   sort:
8808   - "L2XCFWD"
8809   - "L2XCFWD"
8810   - "L2XCFWD"
8811   - "L2BDMACLRN"
8812   - "L2BDMACLRN"
8813   - "L2BDMACLRN"
8814   - "IP4FWD"
8815   traces:
8816     hoverinfo: "x+y"
8817     boxpoints: "outliers"
8818     whiskerwidth: 0
8819   layout:
8820     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8821     layout: "plot-throughput"
8822
8823 - type: "plot"
8824   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8825   algorithm: "plot_performance_box"
8826   output-file-type: ".html"
8827   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8828   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8829   filter: "'NIC_Intel-X710' and
8830            '64B' and
8831            ('BASE' or 'SCALE') and
8832            'NDRPDR' and
8833            '2T1C' and
8834            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8835            not 'VHOST' and
8836            'MEMIF'"
8837   parameters:
8838   - "throughput"
8839   - "parent"
8840   - "tags"
8841   sort:
8842   - "L2XCFWD"
8843   - "L2XCFWD"
8844   - "L2XCFWD"
8845   - "L2BDMACLRN"
8846   - "L2BDMACLRN"
8847   - "L2BDMACLRN"
8848   - "IP4FWD"
8849   traces:
8850     hoverinfo: "x+y"
8851     boxpoints: "outliers"
8852     whiskerwidth: 0
8853   layout:
8854     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8855     layout: "plot-throughput"
8856
8857 - type: "plot"
8858   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8859   algorithm: "plot_performance_box"
8860   output-file-type: ".html"
8861   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8862   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8863   filter: "'NIC_Intel-X710' and
8864            '64B' and
8865            ('BASE' or 'SCALE') and
8866            'NDRPDR' and
8867            '4T2C' and
8868            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8869            not 'VHOST' and
8870            'MEMIF'"
8871   parameters:
8872   - "throughput"
8873   - "parent"
8874   - "tags"
8875   sort:
8876   - "L2XCFWD"
8877   - "L2XCFWD"
8878   - "L2XCFWD"
8879   - "L2BDMACLRN"
8880   - "L2BDMACLRN"
8881   - "L2BDMACLRN"
8882   - "IP4FWD"
8883   traces:
8884     hoverinfo: "x+y"
8885     boxpoints: "outliers"
8886     whiskerwidth: 0
8887   layout:
8888     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8889     layout: "plot-throughput"
8890
8891 - type: "plot"
8892   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8893   algorithm: "plot_performance_box"
8894   output-file-type: ".html"
8895   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8896   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8897   filter: "'NIC_Intel-X710' and
8898            '64B' and
8899            ('BASE' or 'SCALE') and
8900            'NDRPDR' and
8901            '4T2C' and
8902            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8903            not 'VHOST' and
8904            'MEMIF'"
8905   parameters:
8906   - "throughput"
8907   - "parent"
8908   - "tags"
8909   sort:
8910   - "L2XCFWD"
8911   - "L2XCFWD"
8912   - "L2XCFWD"
8913   - "L2BDMACLRN"
8914   - "L2BDMACLRN"
8915   - "L2BDMACLRN"
8916   - "IP4FWD"
8917   traces:
8918     hoverinfo: "x+y"
8919     boxpoints: "outliers"
8920     whiskerwidth: 0
8921   layout:
8922     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8923     layout: "plot-throughput"
8924
8925 # Packet Throughput - VPP Container Memif 2n-skx-x710
8926 - type: "plot"
8927   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
8928   algorithm: "plot_performance_box"
8929   output-file-type: ".html"
8930   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
8931   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8932   filter: "'NIC_Intel-X710' and
8933            '64B' and
8934            ('BASE' or 'SCALE') and
8935            'NDRPDR' and
8936            '2T1C' and
8937            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8938            not 'VHOST' and
8939            not 'NF_DENSITY' and
8940            'MEMIF'"
8941   parameters:
8942   - "throughput"
8943   - "parent"
8944   - "tags"
8945   sort:
8946   - "L2XCFWD"
8947   - "L2XCFWD"
8948   - "L2XCFWD"
8949   - "L2BDMACLRN"
8950   - "L2BDMACLRN"
8951   - "L2BDMACLRN"
8952   - "IP4FWD"
8953   traces:
8954     hoverinfo: "x+y"
8955     boxpoints: "outliers"
8956     whiskerwidth: 0
8957   layout:
8958     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
8959     layout: "plot-throughput"
8960
8961 - type: "plot"
8962   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
8963   algorithm: "plot_performance_box"
8964   output-file-type: ".html"
8965   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
8966   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8967   filter: "'NIC_Intel-X710' and
8968            '64B' and
8969            ('BASE' or 'SCALE') and
8970            'NDRPDR' and
8971            '2T1C' and
8972            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8973            not 'VHOST' and
8974            not 'NF_DENSITY' and
8975            'MEMIF'"
8976   parameters:
8977   - "throughput"
8978   - "parent"
8979   - "tags"
8980   sort:
8981   - "L2XCFWD"
8982   - "L2XCFWD"
8983   - "L2XCFWD"
8984   - "L2BDMACLRN"
8985   - "L2BDMACLRN"
8986   - "L2BDMACLRN"
8987   - "IP4FWD"
8988   traces:
8989     hoverinfo: "x+y"
8990     boxpoints: "outliers"
8991     whiskerwidth: 0
8992   layout:
8993     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
8994     layout: "plot-throughput"
8995
8996 - type: "plot"
8997   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
8998   algorithm: "plot_performance_box"
8999   output-file-type: ".html"
9000   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9001   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9002   filter: "'NIC_Intel-X710' and
9003            '64B' and
9004            ('BASE' or 'SCALE') and
9005            'NDRPDR' and
9006            '4T2C' and
9007            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9008            not 'VHOST' and
9009            not 'NF_DENSITY' and
9010            'MEMIF'"
9011   parameters:
9012   - "throughput"
9013   - "parent"
9014   - "tags"
9015   sort:
9016   - "L2XCFWD"
9017   - "L2XCFWD"
9018   - "L2XCFWD"
9019   - "L2BDMACLRN"
9020   - "L2BDMACLRN"
9021   - "L2BDMACLRN"
9022   - "IP4FWD"
9023   traces:
9024     hoverinfo: "x+y"
9025     boxpoints: "outliers"
9026     whiskerwidth: 0
9027   layout:
9028     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9029     layout: "plot-throughput"
9030
9031 - type: "plot"
9032   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9033   algorithm: "plot_performance_box"
9034   output-file-type: ".html"
9035   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9036   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9037   filter: "'NIC_Intel-X710' and
9038            '64B' and
9039            ('BASE' or 'SCALE') and
9040            'NDRPDR' and
9041            '4T2C' and
9042            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9043            not 'VHOST' and
9044            not 'NF_DENSITY' and
9045            'MEMIF'"
9046   parameters:
9047   - "throughput"
9048   - "parent"
9049   - "tags"
9050   sort:
9051   - "L2XCFWD"
9052   - "L2XCFWD"
9053   - "L2XCFWD"
9054   - "L2BDMACLRN"
9055   - "L2BDMACLRN"
9056   - "L2BDMACLRN"
9057   - "IP4FWD"
9058   traces:
9059     hoverinfo: "x+y"
9060     boxpoints: "outliers"
9061     whiskerwidth: 0
9062   layout:
9063     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9064     layout: "plot-throughput"
9065
9066 ## Packet Throughput - VPP Container Memif 2n-skx-xxv710
9067 #- type: "plot"
9068 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9069 #  algorithm: "plot_performance_box"
9070 #  output-file-type: ".html"
9071 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9072 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9073 #  filter: "'NIC_Intel-XXV710' and
9074 #           '64B' and
9075 #           ('BASE' or 'SCALE') and
9076 #           'NDRPDR' and
9077 #           '2T1C' and
9078 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9079 #           not 'VHOST' and
9080 #           'MEMIF'"
9081 #  parameters:
9082 #  - "throughput"
9083 #  - "parent"
9084 #  - "tags"
9085 #  sort:
9086 #  - "L2XCFWD"
9087 #  - "L2XCFWD"
9088 #  - "L2XCFWD"
9089 #  - "L2BDMACLRN"
9090 #  - "L2BDMACLRN"
9091 #  - "L2BDMACLRN"
9092 #  - "IP4FWD"
9093 #  traces:
9094 #    hoverinfo: "x+y"
9095 #    boxpoints: "outliers"
9096 #    whiskerwidth: 0
9097 #  layout:
9098 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9099 #    layout: "plot-throughput"
9100 #
9101 #- type: "plot"
9102 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9103 #  algorithm: "plot_performance_box"
9104 #  output-file-type: ".html"
9105 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9106 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9107 #  filter: "'NIC_Intel-XXV710' and
9108 #           '64B' and
9109 #           ('BASE' or 'SCALE') and
9110 #           'NDRPDR' and
9111 #           '2T1C' and
9112 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9113 #           not 'VHOST' and
9114 #           'MEMIF'"
9115 #  parameters:
9116 #  - "throughput"
9117 #  - "parent"
9118 #  - "tags"
9119 #  sort:
9120 #  - "L2XCFWD"
9121 #  - "L2XCFWD"
9122 #  - "L2XCFWD"
9123 #  - "L2BDMACLRN"
9124 #  - "L2BDMACLRN"
9125 #  - "L2BDMACLRN"
9126 #  - "IP4FWD"
9127 #  traces:
9128 #    hoverinfo: "x+y"
9129 #    boxpoints: "outliers"
9130 #    whiskerwidth: 0
9131 #  layout:
9132 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9133 #    layout: "plot-throughput"
9134 #
9135 #- type: "plot"
9136 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9137 #  algorithm: "plot_performance_box"
9138 #  output-file-type: ".html"
9139 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9140 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9141 #  filter: "'NIC_Intel-XXV710' and
9142 #           '64B' and
9143 #           ('BASE' or 'SCALE') and
9144 #           'NDRPDR' and
9145 #           '4T2C' and
9146 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9147 #           not 'VHOST' and
9148 #           'MEMIF'"
9149 #  parameters:
9150 #  - "throughput"
9151 #  - "parent"
9152 #  - "tags"
9153 #  sort:
9154 #  - "L2XCFWD"
9155 #  - "L2XCFWD"
9156 #  - "L2XCFWD"
9157 #  - "L2BDMACLRN"
9158 #  - "L2BDMACLRN"
9159 #  - "L2BDMACLRN"
9160 #  - "IP4FWD"
9161 #  traces:
9162 #    hoverinfo: "x+y"
9163 #    boxpoints: "outliers"
9164 #    whiskerwidth: 0
9165 #  layout:
9166 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9167 #    layout: "plot-throughput"
9168 #
9169 #- type: "plot"
9170 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9171 #  algorithm: "plot_performance_box"
9172 #  output-file-type: ".html"
9173 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9174 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9175 #  filter: "'NIC_Intel-XXV710' and
9176 #           '64B' and
9177 #           ('BASE' or 'SCALE') and
9178 #           'NDRPDR' and
9179 #           '4T2C' and
9180 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9181 #           not 'VHOST' and
9182 #           'MEMIF'"
9183 #  parameters:
9184 #  - "throughput"
9185 #  - "parent"
9186 #  - "tags"
9187 #  sort:
9188 #  - "L2XCFWD"
9189 #  - "L2XCFWD"
9190 #  - "L2XCFWD"
9191 #  - "L2BDMACLRN"
9192 #  - "L2BDMACLRN"
9193 #  - "L2BDMACLRN"
9194 #  - "IP4FWD"
9195 #  traces:
9196 #    hoverinfo: "x+y"
9197 #    boxpoints: "outliers"
9198 #    whiskerwidth: 0
9199 #  layout:
9200 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9201 #    layout: "plot-throughput"
9202
9203 ################################################################################
9204
9205 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
9206 - type: "plot"
9207   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9208   algorithm: "plot_performance_box"
9209   output-file-type: ".html"
9210   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9211   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9212   filter: "'NIC_Intel-X520-DA2' and
9213            '64B' and
9214            ('BASE' or 'SCALE') and
9215            'NDRPDR' and
9216            '1T1C' and
9217            'L2XCFWD' and
9218            not 'VHOST' and
9219            not 'NF_DENSITY' and
9220            'MEMIF'"
9221   parameters:
9222   - "throughput"
9223   - "parent"
9224   - "tags"
9225   sort:
9226   - "1VNF"
9227   - "2VNF"
9228   - "4VNF"
9229   - "2VNF"
9230   - "4VNF"
9231   traces:
9232     hoverinfo: "x+y"
9233     boxpoints: "outliers"
9234     whiskerwidth: 0
9235   layout:
9236     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9237     layout: "plot-throughput"
9238
9239 - type: "plot"
9240   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9241   algorithm: "plot_performance_box"
9242   output-file-type: ".html"
9243   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9244   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9245   filter: "'NIC_Intel-X520-DA2' and
9246            '64B' and
9247            ('BASE' or 'SCALE') and
9248            'NDRPDR' and
9249            '1T1C' and
9250            'L2XCFWD' and
9251            not 'VHOST' and
9252            not 'NF_DENSITY' and
9253            'MEMIF'"
9254   parameters:
9255   - "throughput"
9256   - "parent"
9257   - "tags"
9258   sort:
9259   - "1VNF"
9260   - "2VNF"
9261   - "4VNF"
9262   - "2VNF"
9263   - "4VNF"
9264   traces:
9265     hoverinfo: "x+y"
9266     boxpoints: "outliers"
9267     whiskerwidth: 0
9268   layout:
9269     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9270     layout: "plot-throughput"
9271
9272 - type: "plot"
9273   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9274   algorithm: "plot_performance_box"
9275   output-file-type: ".html"
9276   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9277   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9278   filter: "'NIC_Intel-X520-DA2' and
9279            '64B' and
9280            ('BASE' or 'SCALE') and
9281            'NDRPDR' and
9282            '2T2C' and
9283            'L2XCFWD' and
9284            not 'VHOST' and
9285            not 'NF_DENSITY' and
9286            'MEMIF'"
9287   parameters:
9288   - "throughput"
9289   - "parent"
9290   - "tags"
9291   sort:
9292   - "1VNF"
9293   - "2VNF"
9294   - "4VNF"
9295   - "2VNF"
9296   - "4VNF"
9297   traces:
9298     hoverinfo: "x+y"
9299     boxpoints: "outliers"
9300     whiskerwidth: 0
9301   layout:
9302     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9303     layout: "plot-throughput"
9304
9305 - type: "plot"
9306   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9307   algorithm: "plot_performance_box"
9308   output-file-type: ".html"
9309   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9310   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9311   filter: "'NIC_Intel-X520-DA2' and
9312            '64B' and
9313            ('BASE' or 'SCALE') and
9314            'NDRPDR' and
9315            '2T2C' and
9316            'L2XCFWD' and
9317            not 'VHOST' and
9318            not 'NF_DENSITY' and
9319            'MEMIF'"
9320   parameters:
9321   - "throughput"
9322   - "parent"
9323   - "tags"
9324   sort:
9325   - "1VNF"
9326   - "2VNF"
9327   - "4VNF"
9328   - "2VNF"
9329   - "4VNF"
9330   traces:
9331     hoverinfo: "x+y"
9332     boxpoints: "outliers"
9333     whiskerwidth: 0
9334   layout:
9335     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9336     layout: "plot-throughput"
9337
9338 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
9339 - type: "plot"
9340   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9341   algorithm: "plot_performance_box"
9342   output-file-type: ".html"
9343   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9344   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9345   filter: "'NIC_Intel-X520-DA2' and
9346            '64B' and
9347            ('BASE' or 'SCALE') and
9348            'NDRPDR' and
9349            '1T1C' and
9350            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9351            not 'VHOST' and
9352            not 'NF_DENSITY' and
9353            'MEMIF'"
9354   parameters:
9355   - "throughput"
9356   - "parent"
9357   - "tags"
9358   sort:
9359   - "1VNF"
9360   - "2VNF"
9361   - "4VNF"
9362   - "2VNF"
9363   - "4VNF"
9364   traces:
9365     hoverinfo: "x+y"
9366     boxpoints: "outliers"
9367     whiskerwidth: 0
9368   layout:
9369     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9370     layout: "plot-throughput"
9371
9372 - type: "plot"
9373   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9374   algorithm: "plot_performance_box"
9375   output-file-type: ".html"
9376   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9377   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9378   filter: "'NIC_Intel-X520-DA2' and
9379            '64B' and
9380            ('BASE' or 'SCALE') and
9381            'NDRPDR' and
9382            '1T1C' and
9383            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9384            not 'VHOST' and
9385            not 'NF_DENSITY' and
9386            'MEMIF'"
9387   parameters:
9388   - "throughput"
9389   - "parent"
9390   - "tags"
9391   sort:
9392   - "1VNF"
9393   - "2VNF"
9394   - "4VNF"
9395   - "2VNF"
9396   - "4VNF"
9397   traces:
9398     hoverinfo: "x+y"
9399     boxpoints: "outliers"
9400     whiskerwidth: 0
9401   layout:
9402     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9403     layout: "plot-throughput"
9404
9405 - type: "plot"
9406   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9407   algorithm: "plot_performance_box"
9408   output-file-type: ".html"
9409   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9410   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9411   filter: "'NIC_Intel-X520-DA2' and
9412            '64B' and
9413            ('BASE' or 'SCALE') and
9414            'NDRPDR' and
9415            '2T2C' and
9416            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9417            not 'VHOST' and
9418            not 'NF_DENSITY' and
9419            'MEMIF'"
9420   parameters:
9421   - "throughput"
9422   - "parent"
9423   - "tags"
9424   sort:
9425   - "1VNF"
9426   - "2VNF"
9427   - "4VNF"
9428   - "2VNF"
9429   - "4VNF"
9430   traces:
9431     hoverinfo: "x+y"
9432     boxpoints: "outliers"
9433     whiskerwidth: 0
9434   layout:
9435     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9436     layout: "plot-throughput"
9437
9438 - type: "plot"
9439   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9440   algorithm: "plot_performance_box"
9441   output-file-type: ".html"
9442   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9443   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9444   filter: "'NIC_Intel-X520-DA2' and
9445            '64B' and
9446            ('BASE' or 'SCALE') and
9447            'NDRPDR' and
9448            '2T2C' and
9449            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9450            not 'VHOST' and
9451            not 'NF_DENSITY' and
9452            'MEMIF'"
9453   parameters:
9454   - "throughput"
9455   - "parent"
9456   - "tags"
9457   sort:
9458   - "1VNF"
9459   - "2VNF"
9460   - "4VNF"
9461   - "2VNF"
9462   - "4VNF"
9463   traces:
9464     hoverinfo: "x+y"
9465     boxpoints: "outliers"
9466     whiskerwidth: 0
9467   layout:
9468     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9469     layout: "plot-throughput"
9470
9471 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
9472 - type: "plot"
9473   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9474   algorithm: "plot_performance_box"
9475   output-file-type: ".html"
9476   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9477   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9478   filter: "'NIC_Intel-X710' and
9479            '64B' and
9480            ('BASE' or 'SCALE') and
9481            'NDRPDR' and
9482            '1T1C' and
9483            'L2XCFWD' and
9484            not 'VHOST' and
9485            not 'NF_DENSITY' and
9486            'MEMIF'"
9487   parameters:
9488   - "throughput"
9489   - "parent"
9490   - "tags"
9491   sort:
9492   - "1VNF"
9493   - "2VNF"
9494   - "4VNF"
9495   - "2VNF"
9496   - "4VNF"
9497   traces:
9498     hoverinfo: "x+y"
9499     boxpoints: "outliers"
9500     whiskerwidth: 0
9501   layout:
9502     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9503     layout: "plot-throughput"
9504
9505 - type: "plot"
9506   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9507   algorithm: "plot_performance_box"
9508   output-file-type: ".html"
9509   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9510   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9511   filter: "'NIC_Intel-X710' and
9512            '64B' and
9513            ('BASE' or 'SCALE') and
9514            'NDRPDR' and
9515            '1T1C' and
9516            'L2XCFWD' and
9517            not 'VHOST' and
9518            not 'NF_DENSITY' and
9519            'MEMIF'"
9520   parameters:
9521   - "throughput"
9522   - "parent"
9523   - "tags"
9524   sort:
9525   - "1VNF"
9526   - "2VNF"
9527   - "4VNF"
9528   - "2VNF"
9529   - "4VNF"
9530   traces:
9531     hoverinfo: "x+y"
9532     boxpoints: "outliers"
9533     whiskerwidth: 0
9534   layout:
9535     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9536     layout: "plot-throughput"
9537
9538 - type: "plot"
9539   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9540   algorithm: "plot_performance_box"
9541   output-file-type: ".html"
9542   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9543   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9544   filter: "'NIC_Intel-X710' and
9545            '64B' and
9546            ('BASE' or 'SCALE') and
9547            'NDRPDR' and
9548            '2T2C' and
9549            'L2XCFWD' and
9550            not 'VHOST' and
9551            not 'NF_DENSITY' and
9552            'MEMIF'"
9553   parameters:
9554   - "throughput"
9555   - "parent"
9556   - "tags"
9557   sort:
9558   - "1VNF"
9559   - "2VNF"
9560   - "4VNF"
9561   - "2VNF"
9562   - "4VNF"
9563   traces:
9564     hoverinfo: "x+y"
9565     boxpoints: "outliers"
9566     whiskerwidth: 0
9567   layout:
9568     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9569     layout: "plot-throughput"
9570
9571 - type: "plot"
9572   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9573   algorithm: "plot_performance_box"
9574   output-file-type: ".html"
9575   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9576   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9577   filter: "'NIC_Intel-X710' and
9578            '64B' and
9579            ('BASE' or 'SCALE') and
9580            'NDRPDR' and
9581            '2T2C' and
9582            'L2XCFWD' and
9583            not 'VHOST' and
9584            not 'NF_DENSITY' and
9585            'MEMIF'"
9586   parameters:
9587   - "throughput"
9588   - "parent"
9589   - "tags"
9590   sort:
9591   - "1VNF"
9592   - "2VNF"
9593   - "4VNF"
9594   - "2VNF"
9595   - "4VNF"
9596   traces:
9597     hoverinfo: "x+y"
9598     boxpoints: "outliers"
9599     whiskerwidth: 0
9600   layout:
9601     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9602     layout: "plot-throughput"
9603
9604 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
9605 - type: "plot"
9606   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9607   algorithm: "plot_performance_box"
9608   output-file-type: ".html"
9609   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9610   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9611   filter: "'NIC_Intel-X710' and
9612            '64B' and
9613            ('BASE' or 'SCALE') and
9614            'NDRPDR' and
9615            '1T1C' and
9616            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9617            not 'VHOST' and
9618            not 'NF_DENSITY' and
9619            'MEMIF'"
9620   parameters:
9621   - "throughput"
9622   - "parent"
9623   - "tags"
9624   sort:
9625   - "1VNF"
9626   - "2VNF"
9627   - "4VNF"
9628   - "2VNF"
9629   - "4VNF"
9630   traces:
9631     hoverinfo: "x+y"
9632     boxpoints: "outliers"
9633     whiskerwidth: 0
9634   layout:
9635     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9636     layout: "plot-throughput"
9637
9638 - type: "plot"
9639   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9640   algorithm: "plot_performance_box"
9641   output-file-type: ".html"
9642   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9643   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9644   filter: "'NIC_Intel-X710' and
9645            '64B' and
9646            ('BASE' or 'SCALE') and
9647            'NDRPDR' and
9648            '1T1C' and
9649            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9650            not 'VHOST' and
9651            not 'NF_DENSITY' and
9652            'MEMIF'"
9653   parameters:
9654   - "throughput"
9655   - "parent"
9656   - "tags"
9657   sort:
9658   - "1VNF"
9659   - "2VNF"
9660   - "4VNF"
9661   - "2VNF"
9662   - "4VNF"
9663   traces:
9664     hoverinfo: "x+y"
9665     boxpoints: "outliers"
9666     whiskerwidth: 0
9667   layout:
9668     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9669     layout: "plot-throughput"
9670
9671 - type: "plot"
9672   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9673   algorithm: "plot_performance_box"
9674   output-file-type: ".html"
9675   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9676   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9677   filter: "'NIC_Intel-X710' and
9678            '64B' and
9679            ('BASE' or 'SCALE') and
9680            'NDRPDR' and
9681            '2T2C' and
9682            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9683            not 'VHOST' and
9684            not 'NF_DENSITY' and
9685            'MEMIF'"
9686   parameters:
9687   - "throughput"
9688   - "parent"
9689   - "tags"
9690   sort:
9691   - "1VNF"
9692   - "2VNF"
9693   - "4VNF"
9694   - "2VNF"
9695   - "4VNF"
9696   traces:
9697     hoverinfo: "x+y"
9698     boxpoints: "outliers"
9699     whiskerwidth: 0
9700   layout:
9701     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9702     layout: "plot-throughput"
9703
9704 - type: "plot"
9705   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9706   algorithm: "plot_performance_box"
9707   output-file-type: ".html"
9708   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9709   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9710   filter: "'NIC_Intel-X710' and
9711            '64B' and
9712            ('BASE' or 'SCALE') and
9713            'NDRPDR' and
9714            '2T2C' and
9715            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9716            not 'VHOST' and
9717            not 'NF_DENSITY' and
9718            'MEMIF'"
9719   parameters:
9720   - "throughput"
9721   - "parent"
9722   - "tags"
9723   sort:
9724   - "1VNF"
9725   - "2VNF"
9726   - "4VNF"
9727   - "2VNF"
9728   - "4VNF"
9729   traces:
9730     hoverinfo: "x+y"
9731     boxpoints: "outliers"
9732     whiskerwidth: 0
9733   layout:
9734     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9735     layout: "plot-throughput"
9736
9737 ################################################################################
9738
9739 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
9740 - type: "plot"
9741   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9742   algorithm: "plot_performance_box"
9743   output-file-type: ".html"
9744   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9745   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9746   filter: "'NIC_Intel-X520-DA2' and
9747            '64B' and
9748            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9749            'NDRPDR' and
9750            '1T1C' and
9751            'IP4FWD' and
9752            not 'IPSEC' and
9753            not 'DOT1Q' and
9754            not 'VHOST'"
9755   parameters:
9756   - "throughput"
9757   - "parent"
9758   - "tags"
9759   sort:
9760   - "IP4BASE"
9761   - "FIB_20K"
9762   - "FIB_200K"
9763   - "FIB_2M"
9764   traces:
9765     hoverinfo: "x+y"
9766     boxpoints: "outliers"
9767     whiskerwidth: 0
9768   layout:
9769     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9770     layout: "plot-throughput"
9771
9772 - type: "plot"
9773   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9774   algorithm: "plot_performance_box"
9775   output-file-type: ".html"
9776   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9777   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9778   filter: "'NIC_Intel-X520-DA2' and
9779            '64B' and
9780            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9781            'NDRPDR' and
9782            '1T1C' and
9783            'IP4FWD' and
9784            not 'IPSEC' and
9785            not 'DOT1Q' and
9786            not 'VHOST'"
9787   parameters:
9788   - "throughput"
9789   - "parent"
9790   - "tags"
9791   sort:
9792   - "IP4BASE"
9793   - "FIB_20K"
9794   - "FIB_200K"
9795   - "FIB_2M"
9796   traces:
9797     hoverinfo: "x+y"
9798     boxpoints: "outliers"
9799     whiskerwidth: 0
9800   layout:
9801     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9802     layout: "plot-throughput"
9803
9804 - type: "plot"
9805   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9806   algorithm: "plot_performance_box"
9807   output-file-type: ".html"
9808   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9809   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9810   filter: "'NIC_Intel-X520-DA2' and
9811            '64B' and
9812            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9813            'NDRPDR' and
9814            '2T2C' and
9815            'IP4FWD' and
9816            not 'IPSEC' and
9817            not 'DOT1Q' and
9818            not 'VHOST'"
9819   parameters:
9820   - "throughput"
9821   - "parent"
9822   - "tags"
9823   sort:
9824   - "IP4BASE"
9825   - "FIB_20K"
9826   - "FIB_200K"
9827   - "FIB_2M"
9828   traces:
9829     hoverinfo: "x+y"
9830     boxpoints: "outliers"
9831     whiskerwidth: 0
9832   layout:
9833     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9834     layout: "plot-throughput"
9835
9836 - type: "plot"
9837   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9838   algorithm: "plot_performance_box"
9839   output-file-type: ".html"
9840   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9841   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9842   filter: "'NIC_Intel-X520-DA2' and
9843            '64B' and
9844            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9845            'NDRPDR' and
9846            '2T2C' and
9847            'IP4FWD' and
9848            not 'IPSEC' and
9849            not 'DOT1Q' and
9850            not 'VHOST'"
9851   parameters:
9852   - "throughput"
9853   - "parent"
9854   - "tags"
9855   sort:
9856   - "IP4BASE"
9857   - "FIB_20K"
9858   - "FIB_200K"
9859   - "FIB_2M"
9860   traces:
9861     hoverinfo: "x+y"
9862     boxpoints: "outliers"
9863     whiskerwidth: 0
9864   layout:
9865     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9866     layout: "plot-throughput"
9867
9868 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
9869 - type: "plot"
9870   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9871   algorithm: "plot_performance_box"
9872   output-file-type: ".html"
9873   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9874   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9875   filter: "'NIC_Intel-X520-DA2' and
9876            '64B' and
9877            ('IP4BASE' or
9878             'POLICE_MARK' or
9879             'COPWHLIST' or
9880             ('NAT44' and 'BASE') or
9881             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9882            'NDRPDR' and
9883            '1T1C' and
9884            'IP4FWD' and
9885            not 'IPSEC' and
9886            not 'VHOST'"
9887   parameters:
9888   - "throughput"
9889   - "parent"
9890   - "tags"
9891   sort:
9892   - "DOT1Q"
9893   - "IP4BASE"
9894   - "NAT44"
9895   - "POLICE_MARK"
9896   - "COPWHLIST"
9897   - "IACL"
9898   - "OACL"
9899   traces:
9900     hoverinfo: "x+y"
9901     boxpoints: "outliers"
9902     whiskerwidth: 0
9903   layout:
9904     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9905     layout: "plot-throughput"
9906
9907 - type: "plot"
9908   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9909   algorithm: "plot_performance_box"
9910   output-file-type: ".html"
9911   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9912   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9913   filter: "'NIC_Intel-X520-DA2' and
9914            '64B' and
9915            ('IP4BASE' or
9916             'POLICE_MARK' or
9917             'COPWHLIST' or
9918             ('NAT44' and 'BASE') or
9919             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9920            'NDRPDR' and
9921            '1T1C' and
9922            'IP4FWD' and
9923            not 'IPSEC' and
9924            not 'VHOST'"
9925   parameters:
9926   - "throughput"
9927   - "parent"
9928   - "tags"
9929   sort:
9930   - "DOT1Q"
9931   - "IP4BASE"
9932   - "NAT44"
9933   - "POLICE_MARK"
9934   - "COPWHLIST"
9935   - "IACL"
9936   - "OACL"
9937   traces:
9938     hoverinfo: "x+y"
9939     boxpoints: "outliers"
9940     whiskerwidth: 0
9941   layout:
9942     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9943     layout: "plot-throughput"
9944
9945 - type: "plot"
9946   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9947   algorithm: "plot_performance_box"
9948   output-file-type: ".html"
9949   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9950   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9951   filter: "'NIC_Intel-X520-DA2' and
9952            '64B' and
9953            ('IP4BASE' or
9954             'POLICE_MARK' or
9955             'COPWHLIST' or
9956             ('NAT44' and 'BASE') or
9957             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9958            'NDRPDR' and
9959            '2T2C' and
9960            'IP4FWD' and
9961            not 'IPSEC' and
9962            not 'VHOST'"
9963   parameters:
9964   - "throughput"
9965   - "parent"
9966   - "tags"
9967   sort:
9968   - "DOT1Q"
9969   - "IP4BASE"
9970   - "NAT44"
9971   - "POLICE_MARK"
9972   - "COPWHLIST"
9973   - "IACL"
9974   - "OACL"
9975   traces:
9976     hoverinfo: "x+y"
9977     boxpoints: "outliers"
9978     whiskerwidth: 0
9979   layout:
9980     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9981     layout: "plot-throughput"
9982
9983 - type: "plot"
9984   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9985   algorithm: "plot_performance_box"
9986   output-file-type: ".html"
9987   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9988   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9989   filter: "'NIC_Intel-X520-DA2' and
9990            '64B' and
9991            ('IP4BASE' or
9992             'POLICE_MARK' or
9993             'COPWHLIST' or
9994             ('NAT44' and 'BASE') or
9995             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9996            'NDRPDR' and
9997            '2T2C' and
9998            'IP4FWD' and
9999            not 'IPSEC' and
10000            not 'VHOST'"
10001   parameters:
10002   - "throughput"
10003   - "parent"
10004   - "tags"
10005   sort:
10006   - "DOT1Q"
10007   - "IP4BASE"
10008   - "NAT44"
10009   - "POLICE_MARK"
10010   - "COPWHLIST"
10011   - "IACL"
10012   - "OACL"
10013   traces:
10014     hoverinfo: "x+y"
10015     boxpoints: "outliers"
10016     whiskerwidth: 0
10017   layout:
10018     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10019     layout: "plot-throughput"
10020
10021 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
10022 - type: "plot"
10023   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10024   algorithm: "plot_performance_box"
10025   output-file-type: ".html"
10026   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10027   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10028   filter: "'NIC_Intel-X520-DA2' and
10029            '64B' and
10030            'NDRPDR' and
10031            '1T1C' and
10032            'IP4FWD' and
10033            ('NAT44' or 'IP4BASE') and
10034            not 'DOT1Q' and
10035            not 'IPSEC' and
10036            not 'VHOST'"
10037   parameters:
10038   - "throughput"
10039   - "parent"
10040   - "tags"
10041   sort:
10042   - "IP4BASE"
10043   - "BASE"
10044   - "SRC_USER_10"
10045   - "SRC_USER_100"
10046   - "SRC_USER_1000"
10047   - "SRC_USER_2000"
10048   traces:
10049     hoverinfo: "x+y"
10050     boxpoints: "outliers"
10051     whiskerwidth: 0
10052   layout:
10053     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10054     layout: "plot-throughput"
10055
10056 - type: "plot"
10057   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10058   algorithm: "plot_performance_box"
10059   output-file-type: ".html"
10060   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10061   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10062   filter: "'NIC_Intel-X520-DA2' and
10063            '64B' and
10064            'NDRPDR' and
10065            '1T1C' and
10066            'IP4FWD' and
10067            ('NAT44' or 'IP4BASE') and
10068            not 'DOT1Q' and
10069            not 'IPSEC' and
10070            not 'VHOST'"
10071   parameters:
10072   - "throughput"
10073   - "parent"
10074   - "tags"
10075   sort:
10076   - "IP4BASE"
10077   - "BASE"
10078   - "SRC_USER_10"
10079   - "SRC_USER_100"
10080   - "SRC_USER_1000"
10081   - "SRC_USER_2000"
10082   traces:
10083     hoverinfo: "x+y"
10084     boxpoints: "outliers"
10085     whiskerwidth: 0
10086   layout:
10087     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10088     layout: "plot-throughput"
10089
10090 - type: "plot"
10091   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10092   algorithm: "plot_performance_box"
10093   output-file-type: ".html"
10094   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10095   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10096   filter: "'NIC_Intel-X520-DA2' and
10097            '64B' and
10098            'NDRPDR' and
10099            '2T2C' and
10100            'IP4FWD' and
10101            ('NAT44' or 'IP4BASE') and
10102            not 'DOT1Q' and
10103            not 'IPSEC' and
10104            not 'VHOST'"
10105   parameters:
10106   - "throughput"
10107   - "parent"
10108   - "tags"
10109   sort:
10110   - "IP4BASE"
10111   - "BASE"
10112   - "SRC_USER_10"
10113   - "SRC_USER_100"
10114   - "SRC_USER_1000"
10115   - "SRC_USER_2000"
10116   traces:
10117     hoverinfo: "x+y"
10118     boxpoints: "outliers"
10119     whiskerwidth: 0
10120   layout:
10121     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10122     layout: "plot-throughput"
10123
10124 - type: "plot"
10125   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10126   algorithm: "plot_performance_box"
10127   output-file-type: ".html"
10128   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10129   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10130   filter: "'NIC_Intel-X520-DA2' and
10131            '64B' and
10132            'NDRPDR' and
10133            '2T2C' and
10134            'IP4FWD' and
10135            ('NAT44' or 'IP4BASE') and
10136            not 'DOT1Q' and
10137            not 'IPSEC' and
10138            not 'VHOST'"
10139   parameters:
10140   - "throughput"
10141   - "parent"
10142   - "tags"
10143   sort:
10144   - "IP4BASE"
10145   - "BASE"
10146   - "SRC_USER_10"
10147   - "SRC_USER_100"
10148   - "SRC_USER_1000"
10149   - "SRC_USER_2000"
10150   traces:
10151     hoverinfo: "x+y"
10152     boxpoints: "outliers"
10153     whiskerwidth: 0
10154   layout:
10155     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10156     layout: "plot-throughput"
10157
10158 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
10159 - type: "plot"
10160   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10161   algorithm: "plot_performance_box"
10162   output-file-type: ".html"
10163   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10164   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10165   filter: "'NIC_Intel-X520-DA2' and
10166            '64B' and
10167            'NDRPDR' and
10168            '1T1C' and
10169            'IP4FWD' and
10170            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10171            not 'IPSEC' and
10172            not 'DOT1Q' and
10173            not 'VHOST'"
10174   parameters:
10175   - "throughput"
10176   - "parent"
10177   - "tags"
10178   sort:
10179   - "IP4BASE"
10180   - "ACL_STATELESS"
10181   - "ACL_STATEFUL"
10182   - "ACL_STATELESS"
10183   - "ACL_STATEFUL"
10184   traces:
10185     hoverinfo: "x+y"
10186     boxpoints: "outliers"
10187     whiskerwidth: 0
10188   layout:
10189     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10190     layout: "plot-throughput"
10191
10192 - type: "plot"
10193   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10194   algorithm: "plot_performance_box"
10195   output-file-type: ".html"
10196   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10197   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10198   filter: "'NIC_Intel-X520-DA2' and
10199            '64B' and
10200            'NDRPDR' and
10201            '1T1C' and
10202            'IP4FWD' and
10203            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10204            not 'IPSEC' and
10205            not 'DOT1Q' and
10206            not 'VHOST'"
10207   parameters:
10208   - "throughput"
10209   - "parent"
10210   - "tags"
10211   sort:
10212   - "IP4BASE"
10213   - "ACL_STATELESS"
10214   - "ACL_STATEFUL"
10215   - "ACL_STATELESS"
10216   - "ACL_STATEFUL"
10217   traces:
10218     hoverinfo: "x+y"
10219     boxpoints: "outliers"
10220     whiskerwidth: 0
10221   layout:
10222     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10223     layout: "plot-throughput"
10224
10225 - type: "plot"
10226   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10227   algorithm: "plot_performance_box"
10228   output-file-type: ".html"
10229   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10230   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10231   filter: "'NIC_Intel-X520-DA2' and
10232            '64B' and
10233            'NDRPDR' and
10234            '2T2C' and
10235            'IP4FWD' and
10236            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10237            not 'IPSEC' and
10238            not 'DOT1Q' and
10239            not 'VHOST'"
10240   parameters:
10241   - "throughput"
10242   - "parent"
10243   - "tags"
10244   sort:
10245   - "IP4BASE"
10246   - "ACL_STATELESS"
10247   - "ACL_STATEFUL"
10248   - "ACL_STATELESS"
10249   - "ACL_STATEFUL"
10250   traces:
10251     hoverinfo: "x+y"
10252     boxpoints: "outliers"
10253     whiskerwidth: 0
10254   layout:
10255     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10256     layout: "plot-throughput"
10257
10258 - type: "plot"
10259   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10260   algorithm: "plot_performance_box"
10261   output-file-type: ".html"
10262   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10263   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10264   filter: "'NIC_Intel-X520-DA2' and
10265            '64B' and
10266            'NDRPDR' and
10267            '2T2C' and
10268            'IP4FWD' and
10269            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10270            not 'IPSEC' and
10271            not 'DOT1Q' and
10272            not 'VHOST'"
10273   parameters:
10274   - "throughput"
10275   - "parent"
10276   - "tags"
10277   sort:
10278   - "IP4BASE"
10279   - "ACL_STATELESS"
10280   - "ACL_STATEFUL"
10281   - "ACL_STATELESS"
10282   - "ACL_STATEFUL"
10283   traces:
10284     hoverinfo: "x+y"
10285     boxpoints: "outliers"
10286     whiskerwidth: 0
10287   layout:
10288     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10289     layout: "plot-throughput"
10290
10291 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
10292 - type: "plot"
10293   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10294   algorithm: "plot_performance_box"
10295   output-file-type: ".html"
10296   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10297   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10298   filter: "'NIC_Intel-X520-DA2' and
10299            '64B' and
10300            'NDRPDR' and
10301            '1T1C' and
10302            'IP4FWD' and
10303            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10304            not 'IPSEC' and
10305            not 'DOT1Q' and
10306            not 'VHOST'"
10307   parameters:
10308   - "throughput"
10309   - "parent"
10310   - "tags"
10311   sort:
10312   - "IP4BASE"
10313   - "ACL_STATELESS"
10314   - "ACL_STATEFUL"
10315   - "ACL_STATELESS"
10316   - "ACL_STATEFUL"
10317   traces:
10318     hoverinfo: "x+y"
10319     boxpoints: "outliers"
10320     whiskerwidth: 0
10321   layout:
10322     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10323     layout: "plot-throughput"
10324
10325 - type: "plot"
10326   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10327   algorithm: "plot_performance_box"
10328   output-file-type: ".html"
10329   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10330   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10331   filter: "'NIC_Intel-X520-DA2' and
10332            '64B' and
10333            'NDRPDR' and
10334            '1T1C' and
10335            'IP4FWD' and
10336            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10337            not 'IPSEC' and
10338            not 'DOT1Q' and
10339            not 'VHOST'"
10340   parameters:
10341   - "throughput"
10342   - "parent"
10343   - "tags"
10344   sort:
10345   - "IP4BASE"
10346   - "ACL_STATELESS"
10347   - "ACL_STATEFUL"
10348   - "ACL_STATELESS"
10349   - "ACL_STATEFUL"
10350   traces:
10351     hoverinfo: "x+y"
10352     boxpoints: "outliers"
10353     whiskerwidth: 0
10354   layout:
10355     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10356     layout: "plot-throughput"
10357
10358 - type: "plot"
10359   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10360   algorithm: "plot_performance_box"
10361   output-file-type: ".html"
10362   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10363   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10364   filter: "'NIC_Intel-X520-DA2' and
10365            '64B' and
10366            'NDRPDR' and
10367            '2T2C' and
10368            'IP4FWD' and
10369            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10370            not 'IPSEC' and
10371            not 'DOT1Q' and
10372            not 'VHOST'"
10373   parameters:
10374   - "throughput"
10375   - "parent"
10376   - "tags"
10377   sort:
10378   - "IP4BASE"
10379   - "ACL_STATELESS"
10380   - "ACL_STATEFUL"
10381   - "ACL_STATELESS"
10382   - "ACL_STATEFUL"
10383   traces:
10384     hoverinfo: "x+y"
10385     boxpoints: "outliers"
10386     whiskerwidth: 0
10387   layout:
10388     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10389     layout: "plot-throughput"
10390
10391 - type: "plot"
10392   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10393   algorithm: "plot_performance_box"
10394   output-file-type: ".html"
10395   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10396   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10397   filter: "'NIC_Intel-X520-DA2' and
10398            '64B' and
10399            'NDRPDR' and
10400            '2T2C' and
10401            'IP4FWD' and
10402            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10403            not 'IPSEC' and
10404            not 'DOT1Q' and
10405            not 'VHOST'"
10406   parameters:
10407   - "throughput"
10408   - "parent"
10409   - "tags"
10410   sort:
10411   - "IP4BASE"
10412   - "ACL_STATELESS"
10413   - "ACL_STATEFUL"
10414   - "ACL_STATELESS"
10415   - "ACL_STATEFUL"
10416   traces:
10417     hoverinfo: "x+y"
10418     boxpoints: "outliers"
10419     whiskerwidth: 0
10420   layout:
10421     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10422     layout: "plot-throughput"
10423
10424 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
10425 - type: "plot"
10426   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10427   algorithm: "plot_performance_box"
10428   output-file-type: ".html"
10429   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10430   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10431   filter: "'NIC_Intel-X710' and
10432            '64B' and
10433            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10434            'NDRPDR' and
10435            '1T1C' and
10436            'IP4FWD' and
10437            not 'IPSEC' and
10438            not 'DOT1Q' and
10439            not 'VHOST'"
10440   parameters:
10441   - "throughput"
10442   - "parent"
10443   - "tags"
10444   sort:
10445   - "IP4BASE"
10446   - "FIB_20K"
10447   - "FIB_200K"
10448   - "FIB_2M"
10449   traces:
10450     hoverinfo: "x+y"
10451     boxpoints: "outliers"
10452     whiskerwidth: 0
10453   layout:
10454     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10455     layout: "plot-throughput"
10456
10457 - type: "plot"
10458   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10459   algorithm: "plot_performance_box"
10460   output-file-type: ".html"
10461   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10462   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10463   filter: "'NIC_Intel-X710' and
10464            '64B' and
10465            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10466            'NDRPDR' and
10467            '1T1C' and
10468            'IP4FWD' and
10469            not 'IPSEC' and
10470            not 'DOT1Q' and
10471            not 'VHOST'"
10472   parameters:
10473   - "throughput"
10474   - "parent"
10475   - "tags"
10476   sort:
10477   - "IP4BASE"
10478   - "FIB_20K"
10479   - "FIB_200K"
10480   - "FIB_2M"
10481   traces:
10482     hoverinfo: "x+y"
10483     boxpoints: "outliers"
10484     whiskerwidth: 0
10485   layout:
10486     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10487     layout: "plot-throughput"
10488
10489 - type: "plot"
10490   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10491   algorithm: "plot_performance_box"
10492   output-file-type: ".html"
10493   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10494   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10495   filter: "'NIC_Intel-X710' and
10496            '64B' and
10497            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10498            'NDRPDR' and
10499            '2T2C' and
10500            'IP4FWD' and
10501            not 'IPSEC' and
10502            not 'DOT1Q' and
10503            not 'VHOST'"
10504   parameters:
10505   - "throughput"
10506   - "parent"
10507   - "tags"
10508   sort:
10509   - "IP4BASE"
10510   - "FIB_20K"
10511   - "FIB_200K"
10512   - "FIB_2M"
10513   traces:
10514     hoverinfo: "x+y"
10515     boxpoints: "outliers"
10516     whiskerwidth: 0
10517   layout:
10518     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10519     layout: "plot-throughput"
10520
10521 - type: "plot"
10522   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10523   algorithm: "plot_performance_box"
10524   output-file-type: ".html"
10525   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10526   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10527   filter: "'NIC_Intel-X710' and
10528            '64B' and
10529            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10530            'NDRPDR' and
10531            '2T2C' and
10532            'IP4FWD' and
10533            not 'IPSEC' and
10534            not 'DOT1Q' and
10535            not 'VHOST'"
10536   parameters:
10537   - "throughput"
10538   - "parent"
10539   - "tags"
10540   sort:
10541   - "IP4BASE"
10542   - "FIB_20K"
10543   - "FIB_200K"
10544   - "FIB_2M"
10545   traces:
10546     hoverinfo: "x+y"
10547     boxpoints: "outliers"
10548     whiskerwidth: 0
10549   layout:
10550     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10551     layout: "plot-throughput"
10552
10553 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
10554 - type: "plot"
10555   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10556   algorithm: "plot_performance_box"
10557   output-file-type: ".html"
10558   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10559   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10560   filter: "'NIC_Intel-X710' and
10561            '64B' and
10562            ('IP4BASE' or
10563             'POLICE_MARK' or
10564             'COPWHLIST' or
10565             ('NAT44' and 'BASE') or
10566             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10567            'NDRPDR' and
10568            '1T1C' and
10569            'IP4FWD' and
10570            not 'IPSEC' and
10571            not 'VHOST'"
10572   parameters:
10573   - "throughput"
10574   - "parent"
10575   - "tags"
10576   sort:
10577   - "DOT1Q"
10578   - "IP4BASE"
10579   - "NAT44"
10580   - "POLICE_MARK"
10581   - "COPWHLIST"
10582   - "IACL"
10583   - "OACL"
10584   traces:
10585     hoverinfo: "x+y"
10586     boxpoints: "outliers"
10587     whiskerwidth: 0
10588   layout:
10589     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10590     layout: "plot-throughput"
10591
10592 - type: "plot"
10593   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10594   algorithm: "plot_performance_box"
10595   output-file-type: ".html"
10596   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10597   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10598   filter: "'NIC_Intel-X710' and
10599            '64B' and
10600            ('IP4BASE' or
10601             'POLICE_MARK' or
10602             'COPWHLIST' or
10603             ('NAT44' and 'BASE') or
10604             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10605            'NDRPDR' and
10606            '1T1C' and
10607            'IP4FWD' and
10608            not 'IPSEC' and
10609            not 'VHOST'"
10610   parameters:
10611   - "throughput"
10612   - "parent"
10613   - "tags"
10614   sort:
10615   - "DOT1Q"
10616   - "IP4BASE"
10617   - "NAT44"
10618   - "POLICE_MARK"
10619   - "COPWHLIST"
10620   - "IACL"
10621   - "OACL"
10622   traces:
10623     hoverinfo: "x+y"
10624     boxpoints: "outliers"
10625     whiskerwidth: 0
10626   layout:
10627     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10628     layout: "plot-throughput"
10629
10630 - type: "plot"
10631   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10632   algorithm: "plot_performance_box"
10633   output-file-type: ".html"
10634   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10635   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10636   filter: "'NIC_Intel-X710' and
10637            '64B' and
10638            ('IP4BASE' or
10639             'POLICE_MARK' or
10640             'COPWHLIST' or
10641             ('NAT44' and 'BASE') or
10642             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10643            'NDRPDR' and
10644            '2T2C' and
10645            'IP4FWD' and
10646            not 'IPSEC' and
10647            not 'VHOST'"
10648   parameters:
10649   - "throughput"
10650   - "parent"
10651   - "tags"
10652   sort:
10653   - "DOT1Q"
10654   - "IP4BASE"
10655   - "NAT44"
10656   - "POLICE_MARK"
10657   - "COPWHLIST"
10658   - "IACL"
10659   - "OACL"
10660   traces:
10661     hoverinfo: "x+y"
10662     boxpoints: "outliers"
10663     whiskerwidth: 0
10664   layout:
10665     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10666     layout: "plot-throughput"
10667
10668 - type: "plot"
10669   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10670   algorithm: "plot_performance_box"
10671   output-file-type: ".html"
10672   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10673   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10674   filter: "'NIC_Intel-X710' and
10675            '64B' and
10676            ('IP4BASE' or
10677             'POLICE_MARK' or
10678             'COPWHLIST' or
10679             ('NAT44' and 'BASE') or
10680             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10681            'NDRPDR' and
10682            '2T2C' and
10683            'IP4FWD' and
10684            not 'IPSEC' and
10685            not 'VHOST'"
10686   parameters:
10687   - "throughput"
10688   - "parent"
10689   - "tags"
10690   sort:
10691   - "DOT1Q"
10692   - "IP4BASE"
10693   - "NAT44"
10694   - "POLICE_MARK"
10695   - "COPWHLIST"
10696   - "IACL"
10697   - "OACL"
10698   traces:
10699     hoverinfo: "x+y"
10700     boxpoints: "outliers"
10701     whiskerwidth: 0
10702   layout:
10703     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10704     layout: "plot-throughput"
10705
10706 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
10707 - type: "plot"
10708   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10709   algorithm: "plot_performance_box"
10710   output-file-type: ".html"
10711   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10712   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10713   filter: "'NIC_Intel-X710' and
10714            '64B' and
10715            'NDRPDR' and
10716            '2T1C' and
10717            'IP4FWD' and
10718            ('NAT44' or 'IP4BASE') and
10719            not 'IPSEC' and
10720            not 'VHOST'"
10721   parameters:
10722   - "throughput"
10723   - "parent"
10724   - "tags"
10725   sort:
10726   - "IP4BASE"
10727   - "BASE"
10728   - "SRC_USER_10"
10729   - "SRC_USER_100"
10730   - "SRC_USER_1000"
10731   - "SRC_USER_2000"
10732   traces:
10733     hoverinfo: "x+y"
10734     boxpoints: "outliers"
10735     whiskerwidth: 0
10736   layout:
10737     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10738     layout: "plot-throughput"
10739
10740 - type: "plot"
10741   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10742   algorithm: "plot_performance_box"
10743   output-file-type: ".html"
10744   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10745   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10746   filter: "'NIC_Intel-X710' and
10747            '64B' and
10748            'NDRPDR' and
10749            '2T1C' and
10750            'IP4FWD' and
10751            ('NAT44' or 'IP4BASE') and
10752            not 'IPSEC' and
10753            not 'VHOST'"
10754   parameters:
10755   - "throughput"
10756   - "parent"
10757   - "tags"
10758   sort:
10759   - "IP4BASE"
10760   - "BASE"
10761   - "SRC_USER_10"
10762   - "SRC_USER_100"
10763   - "SRC_USER_1000"
10764   - "SRC_USER_2000"
10765   traces:
10766     hoverinfo: "x+y"
10767     boxpoints: "outliers"
10768     whiskerwidth: 0
10769   layout:
10770     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10771     layout: "plot-throughput"
10772
10773 - type: "plot"
10774   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10775   algorithm: "plot_performance_box"
10776   output-file-type: ".html"
10777   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10778   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10779   filter: "'NIC_Intel-X710' and
10780            '64B' and
10781            'NDRPDR' and
10782            '4T2C' and
10783            'IP4FWD' and
10784            ('NAT44' or 'IP4BASE') and
10785            not 'IPSEC' and
10786            not 'VHOST'"
10787   parameters:
10788   - "throughput"
10789   - "parent"
10790   - "tags"
10791   sort:
10792   - "IP4BASE"
10793   - "BASE"
10794   - "SRC_USER_10"
10795   - "SRC_USER_100"
10796   - "SRC_USER_1000"
10797   - "SRC_USER_2000"
10798   traces:
10799     hoverinfo: "x+y"
10800     boxpoints: "outliers"
10801     whiskerwidth: 0
10802   layout:
10803     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10804     layout: "plot-throughput"
10805
10806 - type: "plot"
10807   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10808   algorithm: "plot_performance_box"
10809   output-file-type: ".html"
10810   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10811   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10812   filter: "'NIC_Intel-X710' and
10813            '64B' and
10814            'NDRPDR' and
10815            '4T2C' and
10816            'IP4FWD' and
10817            ('NAT44' or 'IP4BASE') and
10818            not 'IPSEC' and
10819            not 'VHOST'"
10820   parameters:
10821   - "throughput"
10822   - "parent"
10823   - "tags"
10824   sort:
10825   - "IP4BASE"
10826   - "BASE"
10827   - "SRC_USER_10"
10828   - "SRC_USER_100"
10829   - "SRC_USER_1000"
10830   - "SRC_USER_2000"
10831   traces:
10832     hoverinfo: "x+y"
10833     boxpoints: "outliers"
10834     whiskerwidth: 0
10835   layout:
10836     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10837     layout: "plot-throughput"
10838
10839 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
10840 - type: "plot"
10841   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10842   algorithm: "plot_performance_box"
10843   output-file-type: ".html"
10844   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10845   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10846   filter: "'NIC_Intel-X710' and
10847            '64B' and
10848            'NDRPDR' and
10849            '2T1C' and
10850            'IP4FWD' and
10851            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10852            not 'IPSEC' and
10853            not 'VHOST'"
10854   parameters:
10855   - "throughput"
10856   - "parent"
10857   - "tags"
10858   sort:
10859   - "IP4BASE"
10860   - "ACL_STATELESS"
10861   - "ACL_STATEFUL"
10862   - "ACL_STATELESS"
10863   - "ACL_STATEFUL"
10864   traces:
10865     hoverinfo: "x+y"
10866     boxpoints: "outliers"
10867     whiskerwidth: 0
10868   layout:
10869     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10870     layout: "plot-throughput"
10871
10872 - type: "plot"
10873   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10874   algorithm: "plot_performance_box"
10875   output-file-type: ".html"
10876   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10877   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10878   filter: "'NIC_Intel-X710' and
10879            '64B' and
10880            'NDRPDR' and
10881            '2T1C' and
10882            'IP4FWD' and
10883            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10884            not 'IPSEC' and
10885            not 'VHOST'"
10886   parameters:
10887   - "throughput"
10888   - "parent"
10889   - "tags"
10890   sort:
10891   - "IP4BASE"
10892   - "ACL_STATELESS"
10893   - "ACL_STATEFUL"
10894   - "ACL_STATELESS"
10895   - "ACL_STATEFUL"
10896   traces:
10897     hoverinfo: "x+y"
10898     boxpoints: "outliers"
10899     whiskerwidth: 0
10900   layout:
10901     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10902     layout: "plot-throughput"
10903
10904 - type: "plot"
10905   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10906   algorithm: "plot_performance_box"
10907   output-file-type: ".html"
10908   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10909   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10910   filter: "'NIC_Intel-X710' and
10911            '64B' and
10912            'NDRPDR' and
10913            '4T2C' and
10914            'IP4FWD' and
10915            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10916            not 'IPSEC' and
10917            not 'VHOST'"
10918   parameters:
10919   - "throughput"
10920   - "parent"
10921   - "tags"
10922   sort:
10923   - "IP4BASE"
10924   - "ACL_STATELESS"
10925   - "ACL_STATEFUL"
10926   - "ACL_STATELESS"
10927   - "ACL_STATEFUL"
10928   traces:
10929     hoverinfo: "x+y"
10930     boxpoints: "outliers"
10931     whiskerwidth: 0
10932   layout:
10933     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10934     layout: "plot-throughput"
10935
10936 - type: "plot"
10937   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10938   algorithm: "plot_performance_box"
10939   output-file-type: ".html"
10940   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10941   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10942   filter: "'NIC_Intel-X710' and
10943            '64B' and
10944            'NDRPDR' and
10945            '4T2C' and
10946            'IP4FWD' and
10947            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10948            not 'IPSEC' and
10949            not 'VHOST'"
10950   parameters:
10951   - "throughput"
10952   - "parent"
10953   - "tags"
10954   sort:
10955   - "IP4BASE"
10956   - "ACL_STATELESS"
10957   - "ACL_STATEFUL"
10958   - "ACL_STATELESS"
10959   - "ACL_STATEFUL"
10960   traces:
10961     hoverinfo: "x+y"
10962     boxpoints: "outliers"
10963     whiskerwidth: 0
10964   layout:
10965     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10966     layout: "plot-throughput"
10967
10968 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
10969 - type: "plot"
10970   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
10971   algorithm: "plot_performance_box"
10972   output-file-type: ".html"
10973   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
10974   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10975   filter: "'NIC_Intel-XL710' and
10976            '64B' and
10977            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10978            'NDRPDR' and
10979            '1T1C' and
10980            'IP4FWD' and
10981            not 'IPSEC' and
10982            not 'VHOST'"
10983   parameters:
10984   - "throughput"
10985   - "parent"
10986   - "tags"
10987   sort:
10988   - "IP4BASE"
10989   - "FIB_20K"
10990   - "FIB_200K"
10991   - "FIB_2M"
10992   traces:
10993     hoverinfo: "x+y"
10994     boxpoints: "outliers"
10995     whiskerwidth: 0
10996   layout:
10997     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
10998     layout: "plot-throughput"
10999
11000 - type: "plot"
11001   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11002   algorithm: "plot_performance_box"
11003   output-file-type: ".html"
11004   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11005   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11006   filter: "'NIC_Intel-XL710' and
11007            '64B' and
11008            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11009            'NDRPDR' and
11010            '1T1C' and
11011            'IP4FWD' and
11012            not 'IPSEC' and
11013            not 'VHOST'"
11014   parameters:
11015   - "throughput"
11016   - "parent"
11017   - "tags"
11018   sort:
11019   - "IP4BASE"
11020   - "FIB_20K"
11021   - "FIB_200K"
11022   - "FIB_2M"
11023   traces:
11024     hoverinfo: "x+y"
11025     boxpoints: "outliers"
11026     whiskerwidth: 0
11027   layout:
11028     title: "ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11029     layout: "plot-throughput"
11030
11031 - type: "plot"
11032   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11033   algorithm: "plot_performance_box"
11034   output-file-type: ".html"
11035   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11036   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11037   filter: "'NIC_Intel-XL710' and
11038            '64B' and
11039            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11040            'NDRPDR' and
11041            '2T2C' and
11042            'IP4FWD' and
11043            not 'IPSEC' and
11044            not 'VHOST'"
11045   parameters:
11046   - "throughput"
11047   - "parent"
11048   - "tags"
11049   sort:
11050   - "IP4BASE"
11051   - "FIB_20K"
11052   - "FIB_200K"
11053   - "FIB_2M"
11054   traces:
11055     hoverinfo: "x+y"
11056     boxpoints: "outliers"
11057     whiskerwidth: 0
11058   layout:
11059     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11060     layout: "plot-throughput"
11061
11062 - type: "plot"
11063   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11064   algorithm: "plot_performance_box"
11065   output-file-type: ".html"
11066   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11067   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11068   filter: "'NIC_Intel-XL710' and
11069            '64B' and
11070            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11071            'NDRPDR' and
11072            '2T2C' and
11073            'IP4FWD' and
11074            not 'IPSEC' and
11075            not 'VHOST'"
11076   parameters:
11077   - "throughput"
11078   - "parent"
11079   - "tags"
11080   sort:
11081   - "IP4BASE"
11082   - "FIB_20K"
11083   - "FIB_200K"
11084   - "FIB_2M"
11085   traces:
11086     hoverinfo: "x+y"
11087     boxpoints: "outliers"
11088     whiskerwidth: 0
11089   layout:
11090     title: "ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11091     layout: "plot-throughput"
11092
11093 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
11094 - type: "plot"
11095   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11096   algorithm: "plot_performance_box"
11097   output-file-type: ".html"
11098   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11099   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11100   filter: "'NIC_Intel-X710' and
11101            '64B' and
11102            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11103            'NDRPDR' and
11104            '2T1C' and
11105            'IP4FWD' and
11106            not 'IPSEC' and
11107            not 'DOT1Q' 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-skx-x710-64b-2t1c-base_and_scale-ndr"
11124     layout: "plot-throughput"
11125
11126 - type: "plot"
11127   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11128   algorithm: "plot_performance_box"
11129   output-file-type: ".html"
11130   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11132   filter: "'NIC_Intel-X710' and
11133            '64B' and
11134            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11135            'NDRPDR' and
11136            '2T1C' and
11137            'IP4FWD' and
11138            not 'IPSEC' and
11139            not 'DOT1Q' and
11140            not 'VHOST'"
11141   parameters:
11142   - "throughput"
11143   - "parent"
11144   - "tags"
11145   sort:
11146   - "IP4BASE"
11147   - "FIB_20K"
11148   - "FIB_200K"
11149   - "FIB_2M"
11150   traces:
11151     hoverinfo: "x+y"
11152     boxpoints: "outliers"
11153     whiskerwidth: 0
11154   layout:
11155     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11156     layout: "plot-throughput"
11157
11158 - type: "plot"
11159   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11160   algorithm: "plot_performance_box"
11161   output-file-type: ".html"
11162   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11163   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11164   filter: "'NIC_Intel-X710' and
11165            '64B' and
11166            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11167            'NDRPDR' and
11168            '4T2C' and
11169            'IP4FWD' and
11170            not 'IPSEC' and
11171            not 'DOT1Q' and
11172            not 'VHOST'"
11173   parameters:
11174   - "throughput"
11175   - "parent"
11176   - "tags"
11177   sort:
11178   - "IP4BASE"
11179   - "FIB_20K"
11180   - "FIB_200K"
11181   - "FIB_2M"
11182   traces:
11183     hoverinfo: "x+y"
11184     boxpoints: "outliers"
11185     whiskerwidth: 0
11186   layout:
11187     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11188     layout: "plot-throughput"
11189
11190 - type: "plot"
11191   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11192   algorithm: "plot_performance_box"
11193   output-file-type: ".html"
11194   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11195   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11196   filter: "'NIC_Intel-X710' and
11197            '64B' and
11198            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11199            'NDRPDR' and
11200            '4T2C' and
11201            'IP4FWD' and
11202            not 'IPSEC' and
11203            not 'DOT1Q' and
11204            not 'VHOST'"
11205   parameters:
11206   - "throughput"
11207   - "parent"
11208   - "tags"
11209   sort:
11210   - "IP4BASE"
11211   - "FIB_20K"
11212   - "FIB_200K"
11213   - "FIB_2M"
11214   traces:
11215     hoverinfo: "x+y"
11216     boxpoints: "outliers"
11217     whiskerwidth: 0
11218   layout:
11219     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11220     layout: "plot-throughput"
11221
11222 # Packet Throughput - VPP IPv4 3n-skx-x710 features
11223 - type: "plot"
11224   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
11225   algorithm: "plot_performance_box"
11226   output-file-type: ".html"
11227   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
11228   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11229   filter: "'NIC_Intel-X710' and
11230            '64B' and
11231            ('IP4BASE' or
11232             'POLICE_MARK' or
11233             'COPWHLIST' or
11234             ('NAT44' and 'BASE') or
11235             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11236            'NDRPDR' and
11237            '2T1C' and
11238            'IP4FWD' and
11239            not 'IPSEC' and
11240            not 'VHOST'"
11241   parameters:
11242   - "throughput"
11243   - "parent"
11244   - "tags"
11245   sort:
11246   - "DOT1Q"
11247   - "IP4BASE"
11248   - "NAT44"
11249   - "POLICE_MARK"
11250   - "COPWHLIST"
11251   - "IACL"
11252   - "OACL"
11253   traces:
11254     hoverinfo: "x+y"
11255     boxpoints: "outliers"
11256     whiskerwidth: 0
11257   layout:
11258     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
11259     layout: "plot-throughput"
11260
11261 - type: "plot"
11262   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
11263   algorithm: "plot_performance_box"
11264   output-file-type: ".html"
11265   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
11266   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11267   filter: "'NIC_Intel-X710' and
11268            '64B' and
11269            ('IP4BASE' or
11270             'POLICE_MARK' or
11271             'COPWHLIST' or
11272             ('NAT44' and 'BASE') or
11273             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11274            'NDRPDR' and
11275            '2T1C' and
11276            'IP4FWD' and
11277            not 'IPSEC' and
11278            not 'VHOST'"
11279   parameters:
11280   - "throughput"
11281   - "parent"
11282   - "tags"
11283   sort:
11284   - "DOT1Q"
11285   - "IP4BASE"
11286   - "NAT44"
11287   - "POLICE_MARK"
11288   - "COPWHLIST"
11289   - "IACL"
11290   - "OACL"
11291   traces:
11292     hoverinfo: "x+y"
11293     boxpoints: "outliers"
11294     whiskerwidth: 0
11295   layout:
11296     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
11297     layout: "plot-throughput"
11298
11299 - type: "plot"
11300   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
11301   algorithm: "plot_performance_box"
11302   output-file-type: ".html"
11303   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
11304   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11305   filter: "'NIC_Intel-X710' and
11306            '64B' and
11307            ('IP4BASE' or
11308             'POLICE_MARK' or
11309             'COPWHLIST' or
11310             ('NAT44' and 'BASE') or
11311             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11312            'NDRPDR' and
11313            '4T2C' and
11314            'IP4FWD' and
11315            not 'IPSEC' and
11316            not 'VHOST'"
11317   parameters:
11318   - "throughput"
11319   - "parent"
11320   - "tags"
11321   sort:
11322   - "DOT1Q"
11323   - "IP4BASE"
11324   - "NAT44"
11325   - "POLICE_MARK"
11326   - "COPWHLIST"
11327   - "IACL"
11328   - "OACL"
11329   traces:
11330     hoverinfo: "x+y"
11331     boxpoints: "outliers"
11332     whiskerwidth: 0
11333   layout:
11334     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
11335     layout: "plot-throughput"
11336
11337 - type: "plot"
11338   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
11339   algorithm: "plot_performance_box"
11340   output-file-type: ".html"
11341   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
11342   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11343   filter: "'NIC_Intel-X710' and
11344            '64B' and
11345            ('IP4BASE' or
11346             'POLICE_MARK' or
11347             'COPWHLIST' or
11348             ('NAT44' and 'BASE') or
11349             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11350            'NDRPDR' and
11351            '4T2C' and
11352            'IP4FWD' and
11353            not 'IPSEC' and
11354            not 'VHOST'"
11355   parameters:
11356   - "throughput"
11357   - "parent"
11358   - "tags"
11359   sort:
11360   - "DOT1Q"
11361   - "IP4BASE"
11362   - "NAT44"
11363   - "POLICE_MARK"
11364   - "COPWHLIST"
11365   - "IACL"
11366   - "OACL"
11367   traces:
11368     hoverinfo: "x+y"
11369     boxpoints: "outliers"
11370     whiskerwidth: 0
11371   layout:
11372     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
11373     layout: "plot-throughput"
11374
11375 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
11376 - type: "plot"
11377   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11378   algorithm: "plot_performance_box"
11379   output-file-type: ".html"
11380   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11381   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11382   filter: "'NIC_Intel-X710' and
11383            '64B' and
11384            'NDRPDR' and
11385            '1T1C' and
11386            'IP4FWD' and
11387            ('NAT44' or 'IP4BASE') and
11388            not 'IPSEC' and
11389            not 'VHOST'"
11390   parameters:
11391   - "throughput"
11392   - "parent"
11393   - "tags"
11394   sort:
11395   - "IP4BASE"
11396   - "BASE"
11397   - "SRC_USER_10"
11398   - "SRC_USER_100"
11399   - "SRC_USER_1000"
11400   - "SRC_USER_2000"
11401   traces:
11402     hoverinfo: "x+y"
11403     boxpoints: "outliers"
11404     whiskerwidth: 0
11405   layout:
11406     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11407     layout: "plot-throughput"
11408
11409 - type: "plot"
11410   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11411   algorithm: "plot_performance_box"
11412   output-file-type: ".html"
11413   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11414   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11415   filter: "'NIC_Intel-X710' and
11416            '64B' and
11417            'NDRPDR' and
11418            '1T1C' and
11419            'IP4FWD' and
11420            ('NAT44' or 'IP4BASE') and
11421            not 'IPSEC' and
11422            not 'VHOST'"
11423   parameters:
11424   - "throughput"
11425   - "parent"
11426   - "tags"
11427   sort:
11428   - "IP4BASE"
11429   - "BASE"
11430   - "SRC_USER_10"
11431   - "SRC_USER_100"
11432   - "SRC_USER_1000"
11433   - "SRC_USER_2000"
11434   traces:
11435     hoverinfo: "x+y"
11436     boxpoints: "outliers"
11437     whiskerwidth: 0
11438   layout:
11439     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11440     layout: "plot-throughput"
11441
11442 - type: "plot"
11443   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11444   algorithm: "plot_performance_box"
11445   output-file-type: ".html"
11446   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11447   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11448   filter: "'NIC_Intel-X710' and
11449            '64B' and
11450            'NDRPDR' and
11451            '2T2C' and
11452            'IP4FWD' and
11453            ('NAT44' or 'IP4BASE') and
11454            not 'IPSEC' and
11455            not 'VHOST'"
11456   parameters:
11457   - "throughput"
11458   - "parent"
11459   - "tags"
11460   sort:
11461   - "IP4BASE"
11462   - "BASE"
11463   - "SRC_USER_10"
11464   - "SRC_USER_100"
11465   - "SRC_USER_1000"
11466   - "SRC_USER_2000"
11467   traces:
11468     hoverinfo: "x+y"
11469     boxpoints: "outliers"
11470     whiskerwidth: 0
11471   layout:
11472     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11473     layout: "plot-throughput"
11474
11475 - type: "plot"
11476   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11477   algorithm: "plot_performance_box"
11478   output-file-type: ".html"
11479   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11480   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11481   filter: "'NIC_Intel-X710' and
11482            '64B' and
11483            'NDRPDR' and
11484            '2T2C' and
11485            'IP4FWD' and
11486            ('NAT44' or 'IP4BASE') and
11487            not 'IPSEC' and
11488            not 'VHOST'"
11489   parameters:
11490   - "throughput"
11491   - "parent"
11492   - "tags"
11493   sort:
11494   - "IP4BASE"
11495   - "BASE"
11496   - "SRC_USER_10"
11497   - "SRC_USER_100"
11498   - "SRC_USER_1000"
11499   - "SRC_USER_2000"
11500   traces:
11501     hoverinfo: "x+y"
11502     boxpoints: "outliers"
11503     whiskerwidth: 0
11504   layout:
11505     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11506     layout: "plot-throughput"
11507
11508 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
11509 - type: "plot"
11510   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11511   algorithm: "plot_performance_box"
11512   output-file-type: ".html"
11513   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11514   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11515   filter: "'NIC_Intel-X710' and
11516            '64B' and
11517            'NDRPDR' and
11518            '1T1C' and
11519            'IP4FWD' and
11520            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11521            not 'IPSEC' and
11522            not 'VHOST'"
11523   parameters:
11524   - "throughput"
11525   - "parent"
11526   - "tags"
11527   sort:
11528   - "IP4BASE"
11529   - "ACL_STATELESS"
11530   - "ACL_STATEFUL"
11531   - "ACL_STATELESS"
11532   - "ACL_STATEFUL"
11533   traces:
11534     hoverinfo: "x+y"
11535     boxpoints: "outliers"
11536     whiskerwidth: 0
11537   layout:
11538     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11539     layout: "plot-throughput"
11540
11541 - type: "plot"
11542   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11543   algorithm: "plot_performance_box"
11544   output-file-type: ".html"
11545   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11546   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11547   filter: "'NIC_Intel-X710' and
11548            '64B' and
11549            'NDRPDR' and
11550            '1T1C' and
11551            'IP4FWD' and
11552            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11553            not 'IPSEC' and
11554            not 'VHOST'"
11555   parameters:
11556   - "throughput"
11557   - "parent"
11558   - "tags"
11559   sort:
11560   - "IP4BASE"
11561   - "ACL_STATELESS"
11562   - "ACL_STATEFUL"
11563   - "ACL_STATELESS"
11564   - "ACL_STATEFUL"
11565   traces:
11566     hoverinfo: "x+y"
11567     boxpoints: "outliers"
11568     whiskerwidth: 0
11569   layout:
11570     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11571     layout: "plot-throughput"
11572
11573 - type: "plot"
11574   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11575   algorithm: "plot_performance_box"
11576   output-file-type: ".html"
11577   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11578   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11579   filter: "'NIC_Intel-X710' and
11580            '64B' and
11581            'NDRPDR' and
11582            '2T2C' and
11583            'IP4FWD' and
11584            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11585            not 'IPSEC' and
11586            not 'VHOST'"
11587   parameters:
11588   - "throughput"
11589   - "parent"
11590   - "tags"
11591   sort:
11592   - "IP4BASE"
11593   - "ACL_STATELESS"
11594   - "ACL_STATEFUL"
11595   - "ACL_STATELESS"
11596   - "ACL_STATEFUL"
11597   traces:
11598     hoverinfo: "x+y"
11599     boxpoints: "outliers"
11600     whiskerwidth: 0
11601   layout:
11602     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11603     layout: "plot-throughput"
11604
11605 - type: "plot"
11606   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11607   algorithm: "plot_performance_box"
11608   output-file-type: ".html"
11609   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11610   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11611   filter: "'NIC_Intel-X710' and
11612            '64B' and
11613            'NDRPDR' and
11614            '2T2C' and
11615            'IP4FWD' and
11616            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11617            not 'IPSEC' and
11618            not 'VHOST'"
11619   parameters:
11620   - "throughput"
11621   - "parent"
11622   - "tags"
11623   sort:
11624   - "IP4BASE"
11625   - "ACL_STATELESS"
11626   - "ACL_STATEFUL"
11627   - "ACL_STATELESS"
11628   - "ACL_STATEFUL"
11629   traces:
11630     hoverinfo: "x+y"
11631     boxpoints: "outliers"
11632     whiskerwidth: 0
11633   layout:
11634     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11635     layout: "plot-throughput"
11636
11637 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
11638 - type: "plot"
11639   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11640   algorithm: "plot_performance_box"
11641   output-file-type: ".html"
11642   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11643   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11644   filter: "'NIC_Intel-X710' and
11645            '64B' and
11646            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11647            'NDRPDR' and
11648            '2T1C' and
11649            'IP4FWD' and
11650            not 'IPSEC' and
11651            not 'DOT1Q' and
11652            not 'VHOST'"
11653   parameters:
11654   - "throughput"
11655   - "parent"
11656   - "tags"
11657   sort:
11658   - "IP4BASE"
11659   - "FIB_20K"
11660   - "FIB_200K"
11661   - "FIB_2M"
11662   traces:
11663     hoverinfo: "x+y"
11664     boxpoints: "outliers"
11665     whiskerwidth: 0
11666   layout:
11667     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11668     layout: "plot-throughput"
11669
11670 - type: "plot"
11671   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11672   algorithm: "plot_performance_box"
11673   output-file-type: ".html"
11674   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11675   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11676   filter: "'NIC_Intel-X710' and
11677            '64B' and
11678            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11679            'NDRPDR' and
11680            '2T1C' and
11681            'IP4FWD' and
11682            not 'IPSEC' and
11683            not 'DOT1Q' and
11684            not 'VHOST'"
11685   parameters:
11686   - "throughput"
11687   - "parent"
11688   - "tags"
11689   sort:
11690   - "IP4BASE"
11691   - "FIB_20K"
11692   - "FIB_200K"
11693   - "FIB_2M"
11694   traces:
11695     hoverinfo: "x+y"
11696     boxpoints: "outliers"
11697     whiskerwidth: 0
11698   layout:
11699     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11700     layout: "plot-throughput"
11701
11702 - type: "plot"
11703   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11704   algorithm: "plot_performance_box"
11705   output-file-type: ".html"
11706   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11707   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11708   filter: "'NIC_Intel-X710' and
11709            '64B' and
11710            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11711            'NDRPDR' and
11712            '4T2C' and
11713            'IP4FWD' and
11714            not 'IPSEC' and
11715            not 'DOT1Q' and
11716            not 'VHOST'"
11717   parameters:
11718   - "throughput"
11719   - "parent"
11720   - "tags"
11721   sort:
11722   - "IP4BASE"
11723   - "FIB_20K"
11724   - "FIB_200K"
11725   - "FIB_2M"
11726   traces:
11727     hoverinfo: "x+y"
11728     boxpoints: "outliers"
11729     whiskerwidth: 0
11730   layout:
11731     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11732     layout: "plot-throughput"
11733
11734 - type: "plot"
11735   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11736   algorithm: "plot_performance_box"
11737   output-file-type: ".html"
11738   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11739   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11740   filter: "'NIC_Intel-X710' and
11741            '64B' and
11742            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11743            'NDRPDR' and
11744            '4T2C' and
11745            'IP4FWD' and
11746            not 'IPSEC' and
11747            not 'DOT1Q' and
11748            not 'VHOST'"
11749   parameters:
11750   - "throughput"
11751   - "parent"
11752   - "tags"
11753   sort:
11754   - "IP4BASE"
11755   - "FIB_20K"
11756   - "FIB_200K"
11757   - "FIB_2M"
11758   traces:
11759     hoverinfo: "x+y"
11760     boxpoints: "outliers"
11761     whiskerwidth: 0
11762   layout:
11763     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11764     layout: "plot-throughput"
11765
11766 # Packet Throughput - VPP IPv4 2n-skx-x710 features iacl
11767 - type: "plot"
11768   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11769   algorithm: "plot_performance_box"
11770   output-file-type: ".html"
11771   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11772   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11773   filter: "'NIC_Intel-X710' and
11774            '64B' and
11775            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11776            'NDRPDR' and
11777            '2T1C' and
11778            'IP4FWD' and
11779            not 'IPSEC' and
11780            not 'DOT1Q' and
11781            not 'VHOST'"
11782   parameters:
11783   - "throughput"
11784   - "parent"
11785   - "tags"
11786   sort:
11787   - "IP4BASE"
11788   - "ACL_STATELESS"
11789   - "ACL_STATEFUL"
11790   - "ACL_STATELESS"
11791   - "ACL_STATEFUL"
11792   traces:
11793     hoverinfo: "x+y"
11794     boxpoints: "outliers"
11795     whiskerwidth: 0
11796   layout:
11797     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11798     layout: "plot-throughput"
11799
11800 - type: "plot"
11801   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11802   algorithm: "plot_performance_box"
11803   output-file-type: ".html"
11804   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11805   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11806   filter: "'NIC_Intel-X710' and
11807            '64B' and
11808            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11809            'NDRPDR' and
11810            '2T1C' and
11811            'IP4FWD' and
11812            not 'IPSEC' and
11813            not 'DOT1Q' and
11814            not 'VHOST'"
11815   parameters:
11816   - "throughput"
11817   - "parent"
11818   - "tags"
11819   sort:
11820   - "IP4BASE"
11821   - "ACL_STATELESS"
11822   - "ACL_STATEFUL"
11823   - "ACL_STATELESS"
11824   - "ACL_STATEFUL"
11825   traces:
11826     hoverinfo: "x+y"
11827     boxpoints: "outliers"
11828     whiskerwidth: 0
11829   layout:
11830     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11831     layout: "plot-throughput"
11832
11833 - type: "plot"
11834   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11835   algorithm: "plot_performance_box"
11836   output-file-type: ".html"
11837   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11838   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11839   filter: "'NIC_Intel-X710' and
11840            '64B' and
11841            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11842            'NDRPDR' and
11843            '4T2C' and
11844            'IP4FWD' and
11845            not 'IPSEC' and
11846            not 'DOT1Q' and
11847            not 'VHOST'"
11848   parameters:
11849   - "throughput"
11850   - "parent"
11851   - "tags"
11852   sort:
11853   - "IP4BASE"
11854   - "ACL_STATELESS"
11855   - "ACL_STATEFUL"
11856   - "ACL_STATELESS"
11857   - "ACL_STATEFUL"
11858   traces:
11859     hoverinfo: "x+y"
11860     boxpoints: "outliers"
11861     whiskerwidth: 0
11862   layout:
11863     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11864     layout: "plot-throughput"
11865
11866 - type: "plot"
11867   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11868   algorithm: "plot_performance_box"
11869   output-file-type: ".html"
11870   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11871   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11872   filter: "'NIC_Intel-X710' and
11873            '64B' and
11874            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11875            'NDRPDR' and
11876            '4T2C' and
11877            'IP4FWD' and
11878            not 'IPSEC' and
11879            not 'DOT1Q' and
11880            not 'VHOST'"
11881   parameters:
11882   - "throughput"
11883   - "parent"
11884   - "tags"
11885   sort:
11886   - "IP4BASE"
11887   - "ACL_STATELESS"
11888   - "ACL_STATEFUL"
11889   - "ACL_STATELESS"
11890   - "ACL_STATEFUL"
11891   traces:
11892     hoverinfo: "x+y"
11893     boxpoints: "outliers"
11894     whiskerwidth: 0
11895   layout:
11896     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11897     layout: "plot-throughput"
11898
11899 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
11900 - type: "plot"
11901   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11902   algorithm: "plot_performance_box"
11903   output-file-type: ".html"
11904   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11905   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11906   filter: "'NIC_Intel-XXV710' and
11907            '64B' and
11908            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11909            'NDRPDR' and
11910            '2T1C' and
11911            'IP4FWD' and
11912            not 'IPSEC' and
11913            not 'DOT1Q' and
11914            not 'VHOST'"
11915   parameters:
11916   - "throughput"
11917   - "parent"
11918   - "tags"
11919   sort:
11920   - "IP4BASE"
11921   - "FIB_20K"
11922   - "FIB_200K"
11923   - "FIB_2M"
11924   traces:
11925     hoverinfo: "x+y"
11926     boxpoints: "outliers"
11927     whiskerwidth: 0
11928   layout:
11929     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11930     layout: "plot-throughput"
11931
11932 - type: "plot"
11933   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11934   algorithm: "plot_performance_box"
11935   output-file-type: ".html"
11936   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11937   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11938   filter: "'NIC_Intel-XXV710' and
11939            '64B' and
11940            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11941            'NDRPDR' and
11942            '2T1C' and
11943            'IP4FWD' and
11944            not 'IPSEC' and
11945            not 'DOT1Q' and
11946            not 'VHOST'"
11947   parameters:
11948   - "throughput"
11949   - "parent"
11950   - "tags"
11951   sort:
11952   - "IP4BASE"
11953   - "FIB_20K"
11954   - "FIB_200K"
11955   - "FIB_2M"
11956   traces:
11957     hoverinfo: "x+y"
11958     boxpoints: "outliers"
11959     whiskerwidth: 0
11960   layout:
11961     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11962     layout: "plot-throughput"
11963
11964 - type: "plot"
11965   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11966   algorithm: "plot_performance_box"
11967   output-file-type: ".html"
11968   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11969   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11970   filter: "'NIC_Intel-XXV710' and
11971            '64B' and
11972            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11973            'NDRPDR' and
11974            '4T2C' and
11975            'IP4FWD' and
11976            not 'IPSEC' and
11977            not 'DOT1Q' and
11978            not 'VHOST'"
11979   parameters:
11980   - "throughput"
11981   - "parent"
11982   - "tags"
11983   sort:
11984   - "IP4BASE"
11985   - "FIB_20K"
11986   - "FIB_200K"
11987   - "FIB_2M"
11988   traces:
11989     hoverinfo: "x+y"
11990     boxpoints: "outliers"
11991     whiskerwidth: 0
11992   layout:
11993     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11994     layout: "plot-throughput"
11995
11996 - type: "plot"
11997   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11998   algorithm: "plot_performance_box"
11999   output-file-type: ".html"
12000   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12001   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12002   filter: "'NIC_Intel-XXV710' and
12003            '64B' and
12004            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12005            'NDRPDR' and
12006            '4T2C' and
12007            'IP4FWD' and
12008            not 'IPSEC' and
12009            not 'DOT1Q' and
12010            not 'VHOST'"
12011   parameters:
12012   - "throughput"
12013   - "parent"
12014   - "tags"
12015   sort:
12016   - "IP4BASE"
12017   - "FIB_20K"
12018   - "FIB_200K"
12019   - "FIB_2M"
12020   traces:
12021     hoverinfo: "x+y"
12022     boxpoints: "outliers"
12023     whiskerwidth: 0
12024   layout:
12025     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12026     layout: "plot-throughput"
12027
12028 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
12029 - type: "plot"
12030   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12031   algorithm: "plot_performance_box"
12032   output-file-type: ".html"
12033   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12034   data: "intel-dnv-vpp"
12035   filter: "'NIC_Intel-X553' and
12036            '64B' and
12037            'IP4BASE' and
12038            'NDRPDR' and
12039            '1T1C' and
12040            'IP4FWD' and
12041            not 'IPSEC' and
12042            not 'VHOST'"
12043   parameters:
12044   - "throughput"
12045   - "parent"
12046   - "tags"
12047   sort:
12048   - "IP4BASE"
12049   traces:
12050     hoverinfo: "x+y"
12051     boxpoints: "outliers"
12052     whiskerwidth: 0
12053   layout:
12054     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12055     layout: "plot-throughput"
12056
12057 - type: "plot"
12058   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12059   algorithm: "plot_performance_box"
12060   output-file-type: ".html"
12061   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12062   data: "intel-dnv-vpp"
12063   filter: "'NIC_Intel-X553' and
12064            '64B' and
12065            'IP4BASE' and
12066            'NDRPDR' and
12067            '1T1C' and
12068            'IP4FWD' and
12069            not 'IPSEC' and
12070            not 'VHOST'"
12071   parameters:
12072   - "throughput"
12073   - "parent"
12074   - "tags"
12075   sort:
12076   - "IP4BASE"
12077   traces:
12078     hoverinfo: "x+y"
12079     boxpoints: "outliers"
12080     whiskerwidth: 0
12081   layout:
12082     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12083     layout: "plot-throughput"
12084
12085 - type: "plot"
12086   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12087   algorithm: "plot_performance_box"
12088   output-file-type: ".html"
12089   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12090   data: "intel-dnv-vpp"
12091   filter: "'NIC_Intel-X553' and
12092            '64B' and
12093            'IP4BASE' and
12094            'NDRPDR' and
12095            '2T2C' and
12096            'IP4FWD' and
12097            not 'IPSEC' and
12098            not 'VHOST'"
12099   parameters:
12100   - "throughput"
12101   - "parent"
12102   - "tags"
12103   sort:
12104   - "IP4BASE"
12105   traces:
12106     hoverinfo: "x+y"
12107     boxpoints: "outliers"
12108     whiskerwidth: 0
12109   layout:
12110     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12111     layout: "plot-throughput"
12112
12113 - type: "plot"
12114   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12115   algorithm: "plot_performance_box"
12116   output-file-type: ".html"
12117   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12118   data: "intel-dnv-vpp"
12119   filter: "'NIC_Intel-X553' and
12120            '64B' and
12121            'IP4BASE' and
12122            'NDRPDR' and
12123            '2T2C' and
12124            'IP4FWD' and
12125            not 'IPSEC' and
12126            not 'VHOST'"
12127   parameters:
12128   - "throughput"
12129   - "parent"
12130   - "tags"
12131   sort:
12132   - "IP4BASE"
12133   traces:
12134     hoverinfo: "x+y"
12135     boxpoints: "outliers"
12136     whiskerwidth: 0
12137   layout:
12138     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12139     layout: "plot-throughput"
12140
12141 ################################################################################
12142
12143 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
12144 - type: "plot"
12145   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12146   algorithm: "plot_performance_box"
12147   output-file-type: ".html"
12148   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12149   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12150   filter: "'NIC_Intel-X520-DA2' and
12151            '64B' and
12152            'ENCAP' and
12153            'NDRPDR' and
12154            '1T1C' and
12155            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12156            not 'DOT1Q' and
12157            not 'VHOST' and
12158            not 'IPSECHW'"
12159   parameters:
12160   - "throughput"
12161   - "parent"
12162   - "tags"
12163   sort:
12164   - "IP4BASE"
12165   - "L2BDMACLRN"
12166   - "L2XCFWD"
12167   - "LISP"
12168   traces:
12169     hoverinfo: "x+y"
12170     boxpoints: "outliers"
12171     whiskerwidth: 0
12172   layout:
12173     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12174     layout: "plot-throughput"
12175
12176 - type: "plot"
12177   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12178   algorithm: "plot_performance_box"
12179   output-file-type: ".html"
12180   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12181   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12182   filter: "'NIC_Intel-X520-DA2' and
12183            '64B' and
12184            'ENCAP' and
12185            'NDRPDR' and
12186            '2T2C' and
12187            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12188            not 'DOT1Q' and
12189            not 'VHOST' and
12190            not 'IPSECHW'"
12191   parameters:
12192   - "throughput"
12193   - "parent"
12194   - "tags"
12195   sort:
12196   - "IP4BASE"
12197   - "L2BDMACLRN"
12198   - "L2XCFWD"
12199   - "LISP"
12200   traces:
12201     hoverinfo: "x+y"
12202     boxpoints: "outliers"
12203     whiskerwidth: 0
12204   layout:
12205     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12206     layout: "plot-throughput"
12207
12208 - type: "plot"
12209   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12210   algorithm: "plot_performance_box"
12211   output-file-type: ".html"
12212   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12213   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12214   filter: "'NIC_Intel-X520-DA2' and
12215            '64B' and
12216            'ENCAP' and
12217            'NDRPDR' and
12218            '1T1C' and
12219            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12220            not 'DOT1Q' and
12221            not 'VHOST' and
12222            not 'IPSECHW'"
12223   parameters:
12224   - "throughput"
12225   - "parent"
12226   - "tags"
12227   sort:
12228   - "IP4BASE"
12229   - "L2BDMACLRN"
12230   - "L2XCFWD"
12231   - "LISP"
12232   traces:
12233     hoverinfo: "x+y"
12234     boxpoints: "outliers"
12235     whiskerwidth: 0
12236   layout:
12237     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12238     layout: "plot-throughput"
12239
12240 - type: "plot"
12241   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12242   algorithm: "plot_performance_box"
12243   output-file-type: ".html"
12244   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12245   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12246   filter: "'NIC_Intel-X520-DA2' and
12247            '64B' and
12248            'ENCAP' and
12249            'NDRPDR' and
12250            '2T2C' and
12251            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12252            not 'DOT1Q' and
12253            not 'VHOST' and
12254            not 'IPSECHW'"
12255   parameters:
12256   - "throughput"
12257   - "parent"
12258   - "tags"
12259   sort:
12260   - "IP4BASE"
12261   - "L2BDMACLRN"
12262   - "L2XCFWD"
12263   - "LISP"
12264   traces:
12265     hoverinfo: "x+y"
12266     boxpoints: "outliers"
12267     whiskerwidth: 0
12268   layout:
12269     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12270     layout: "plot-throughput"
12271
12272 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
12273 - type: "plot"
12274   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12275   algorithm: "plot_performance_box"
12276   output-file-type: ".html"
12277   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12278   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12279   filter: "'NIC_Intel-X710' and
12280            '64B' and
12281            'ENCAP' and
12282            'NDRPDR' and
12283            '1T1C' and
12284            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12285            not 'VHOST' and
12286            not 'IPSECHW'"
12287   parameters:
12288   - "throughput"
12289   - "parent"
12290   - "tags"
12291   sort:
12292   - "IP4BASE"
12293   - "LISP"
12294   - "VXLAN_1"
12295   - "VXLAN_10"
12296   - "VXLAN_100"
12297   - "VXLAN_1000"
12298   traces:
12299     hoverinfo: "x+y"
12300     boxpoints: "outliers"
12301     whiskerwidth: 0
12302   layout:
12303     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12304     layout: "plot-throughput"
12305
12306 - type: "plot"
12307   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12308   algorithm: "plot_performance_box"
12309   output-file-type: ".html"
12310   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12311   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12312   filter: "'NIC_Intel-X710' and
12313            '64B' and
12314            'ENCAP' and
12315            'NDRPDR' and
12316            '1T1C' and
12317            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12318            not 'VHOST' and
12319            not 'IPSECHW'"
12320   parameters:
12321   - "throughput"
12322   - "parent"
12323   - "tags"
12324   sort:
12325   - "IP4BASE"
12326   - "LISP"
12327   - "VXLAN_1"
12328   - "VXLAN_10"
12329   - "VXLAN_100"
12330   - "VXLAN_1000"
12331   traces:
12332     hoverinfo: "x+y"
12333     boxpoints: "outliers"
12334     whiskerwidth: 0
12335   layout:
12336     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12337     layout: "plot-throughput"
12338
12339 - type: "plot"
12340   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12341   algorithm: "plot_performance_box"
12342   output-file-type: ".html"
12343   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12344   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12345   filter: "'NIC_Intel-X710' and
12346            '64B' and
12347            'ENCAP' and
12348            'NDRPDR' and
12349            '2T2C' and
12350            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12351            not 'VHOST' and
12352            not 'IPSECHW'"
12353   parameters:
12354   - "throughput"
12355   - "parent"
12356   - "tags"
12357   sort:
12358   - "IP4BASE"
12359   - "LISP"
12360   - "VXLAN_1"
12361   - "VXLAN_10"
12362   - "VXLAN_100"
12363   - "VXLAN_1000"
12364   traces:
12365     hoverinfo: "x+y"
12366     boxpoints: "outliers"
12367     whiskerwidth: 0
12368   layout:
12369     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12370     layout: "plot-throughput"
12371
12372 - type: "plot"
12373   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12374   algorithm: "plot_performance_box"
12375   output-file-type: ".html"
12376   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12377   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12378   filter: "'NIC_Intel-X710' and
12379            '64B' and
12380            'ENCAP' and
12381            'NDRPDR' and
12382            '2T2C' and
12383            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12384            not 'VHOST' and
12385            not 'IPSECHW'"
12386   parameters:
12387   - "throughput"
12388   - "parent"
12389   - "tags"
12390   sort:
12391   - "IP4BASE"
12392   - "LISP"
12393   - "VXLAN_1"
12394   - "VXLAN_10"
12395   - "VXLAN_100"
12396   - "VXLAN_1000"
12397   traces:
12398     hoverinfo: "x+y"
12399     boxpoints: "outliers"
12400     whiskerwidth: 0
12401   layout:
12402     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12403     layout: "plot-throughput"
12404
12405 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
12406 - type: "plot"
12407   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12408   algorithm: "plot_performance_box"
12409   output-file-type: ".html"
12410   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12411   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12412   filter: "'NIC_Intel-X710' and
12413            '64B' and
12414            'ENCAP' and
12415            'NDRPDR' and
12416            '1T1C' and
12417            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
12418            not 'DOT1Q' and
12419            not 'VHOST' and
12420            not 'IPSECHW'"
12421   parameters:
12422   - "throughput"
12423   - "parent"
12424   - "tags"
12425   sort:
12426   - "IP4BASE"
12427   - "L2BDMACLRN"
12428   - "L2XCFWD"
12429   - "LISP"
12430   traces:
12431     hoverinfo: "x+y"
12432     boxpoints: "outliers"
12433     whiskerwidth: 0
12434   layout:
12435     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12436     layout: "plot-throughput"
12437
12438 - type: "plot"
12439   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12440   algorithm: "plot_performance_box"
12441   output-file-type: ".html"
12442   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12443   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12444   filter: "'NIC_Intel-X710' and
12445            '64B' and
12446            'ENCAP' and
12447            'NDRPDR' and
12448            '2T2C' and
12449            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12450            not 'DOT1Q' and
12451            not 'VHOST' and
12452            not 'IPSECHW'"
12453   parameters:
12454   - "throughput"
12455   - "parent"
12456   - "tags"
12457   sort:
12458   - "IP4BASE"
12459   - "L2BDMACLRN"
12460   - "L2XCFWD"
12461   - "LISP"
12462   traces:
12463     hoverinfo: "x+y"
12464     boxpoints: "outliers"
12465     whiskerwidth: 0
12466   layout:
12467     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12468     layout: "plot-throughput"
12469
12470 - type: "plot"
12471   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12472   algorithm: "plot_performance_box"
12473   output-file-type: ".html"
12474   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12475   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12476   filter: "'NIC_Intel-X710' and
12477            '64B' and
12478            'ENCAP' and
12479            'NDRPDR' and
12480            '1T1C' and
12481            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12482            not 'DOT1Q' and
12483            not 'VHOST' and
12484            not 'IPSECHW'"
12485   parameters:
12486   - "throughput"
12487   - "parent"
12488   - "tags"
12489   sort:
12490   - "IP4BASE"
12491   - "L2BDMACLRN"
12492   - "L2XCFWD"
12493   - "LISP"
12494   traces:
12495     hoverinfo: "x+y"
12496     boxpoints: "outliers"
12497     whiskerwidth: 0
12498   layout:
12499     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12500     layout: "plot-throughput"
12501
12502 - type: "plot"
12503   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12504   algorithm: "plot_performance_box"
12505   output-file-type: ".html"
12506   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12507   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12508   filter: "'NIC_Intel-X710' and
12509            '64B' and
12510            'ENCAP' and
12511            'NDRPDR' and
12512            '2T2C' and
12513            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12514            not 'DOT1Q' and
12515            not 'VHOST' and
12516            not 'IPSECHW'"
12517   parameters:
12518   - "throughput"
12519   - "parent"
12520   - "tags"
12521   sort:
12522   - "IP4BASE"
12523   - "L2BDMACLRN"
12524   - "L2XCFWD"
12525   - "LISP"
12526   traces:
12527     hoverinfo: "x+y"
12528     boxpoints: "outliers"
12529     whiskerwidth: 0
12530   layout:
12531     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12532     layout: "plot-throughput"
12533
12534 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
12535 - type: "plot"
12536   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12537   algorithm: "plot_performance_box"
12538   output-file-type: ".html"
12539   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12540   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12541   filter: "'NIC_Intel-X710' and
12542            '64B' and
12543            'ENCAP' and
12544            'NDRPDR' and
12545            '2T1C' and
12546            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12547            not 'VHOST' and
12548            not 'IPSECHW'"
12549   parameters:
12550   - "throughput"
12551   - "parent"
12552   - "tags"
12553   sort:
12554   - "IP4BASE"
12555   - "LISP"
12556   - "VXLAN_1"
12557   - "VXLAN_10"
12558   - "VXLAN_100"
12559   - "VXLAN_1000"
12560   traces:
12561     hoverinfo: "x+y"
12562     boxpoints: "outliers"
12563     whiskerwidth: 0
12564   layout:
12565     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12566     layout: "plot-throughput"
12567
12568 - type: "plot"
12569   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12570   algorithm: "plot_performance_box"
12571   output-file-type: ".html"
12572   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12573   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12574   filter: "'NIC_Intel-X710' and
12575            '64B' and
12576            'ENCAP' and
12577            'NDRPDR' and
12578            '2T1C' and
12579            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12580            not 'VHOST' and
12581            not 'IPSECHW'"
12582   parameters:
12583   - "throughput"
12584   - "parent"
12585   - "tags"
12586   sort:
12587   - "IP4BASE"
12588   - "LISP"
12589   - "VXLAN_1"
12590   - "VXLAN_10"
12591   - "VXLAN_100"
12592   - "VXLAN_1000"
12593   traces:
12594     hoverinfo: "x+y"
12595     boxpoints: "outliers"
12596     whiskerwidth: 0
12597   layout:
12598     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12599     layout: "plot-throughput"
12600
12601 - type: "plot"
12602   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12603   algorithm: "plot_performance_box"
12604   output-file-type: ".html"
12605   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12606   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12607   filter: "'NIC_Intel-X710' and
12608            '64B' and
12609            'ENCAP' and
12610            'NDRPDR' and
12611            '4T2C' and
12612            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12613            not 'VHOST' and
12614            not 'IPSECHW'"
12615   parameters:
12616   - "throughput"
12617   - "parent"
12618   - "tags"
12619   sort:
12620   - "IP4BASE"
12621   - "LISP"
12622   - "VXLAN_1"
12623   - "VXLAN_10"
12624   - "VXLAN_100"
12625   - "VXLAN_1000"
12626   traces:
12627     hoverinfo: "x+y"
12628     boxpoints: "outliers"
12629     whiskerwidth: 0
12630   layout:
12631     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12632     layout: "plot-throughput"
12633
12634 - type: "plot"
12635   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12636   algorithm: "plot_performance_box"
12637   output-file-type: ".html"
12638   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12639   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12640   filter: "'NIC_Intel-X710' and
12641            '64B' and
12642            'ENCAP' and
12643            'NDRPDR' and
12644            '4T2C' and
12645            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12646            not 'VHOST' and
12647            not 'IPSECHW'"
12648   parameters:
12649   - "throughput"
12650   - "parent"
12651   - "tags"
12652   sort:
12653   - "IP4BASE"
12654   - "LISP"
12655   - "VXLAN_1"
12656   - "VXLAN_10"
12657   - "VXLAN_100"
12658   - "VXLAN_1000"
12659   traces:
12660     hoverinfo: "x+y"
12661     boxpoints: "outliers"
12662     whiskerwidth: 0
12663   layout:
12664     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12665     layout: "plot-throughput"
12666
12667 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
12668 - type: "plot"
12669   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12670   algorithm: "plot_performance_box"
12671   output-file-type: ".html"
12672   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12673   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12674   filter: "'NIC_Intel-X710' and
12675            '64B' and
12676            'ENCAP' and
12677            'NDRPDR' and
12678            '2T1C' and
12679            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12680            not 'DOT1Q' and
12681            not 'VHOST' and
12682            not 'IPSECHW'"
12683   parameters:
12684   - "throughput"
12685   - "parent"
12686   - "tags"
12687   sort:
12688   - "IP4BASE"
12689   - "L2BDMACLRN"
12690   - "L2XCFWD"
12691   - "LISP"
12692   traces:
12693     hoverinfo: "x+y"
12694     boxpoints: "outliers"
12695     whiskerwidth: 0
12696   layout:
12697     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12698     layout: "plot-throughput"
12699
12700 - type: "plot"
12701   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12702   algorithm: "plot_performance_box"
12703   output-file-type: ".html"
12704   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12705   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12706   filter: "'NIC_Intel-X710' and
12707            '64B' and
12708            'ENCAP' and
12709            'NDRPDR' and
12710            '4T2C' and
12711            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12712            not 'DOT1Q' and
12713            not 'VHOST' and
12714            not 'IPSECHW'"
12715   parameters:
12716   - "throughput"
12717   - "parent"
12718   - "tags"
12719   sort:
12720   - "IP4BASE"
12721   - "L2BDMACLRN"
12722   - "L2XCFWD"
12723   - "LISP"
12724   traces:
12725     hoverinfo: "x+y"
12726     boxpoints: "outliers"
12727     whiskerwidth: 0
12728   layout:
12729     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12730     layout: "plot-throughput"
12731
12732 - type: "plot"
12733   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12734   algorithm: "plot_performance_box"
12735   output-file-type: ".html"
12736   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12737   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12738   filter: "'NIC_Intel-X710' and
12739            '64B' and
12740            'ENCAP' and
12741            'NDRPDR' and
12742            '2T1C' and
12743            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12744            not 'DOT1Q' and
12745            not 'VHOST' and
12746            not 'IPSECHW'"
12747   parameters:
12748   - "throughput"
12749   - "parent"
12750   - "tags"
12751   sort:
12752   - "IP4BASE"
12753   - "L2BDMACLRN"
12754   - "L2XCFWD"
12755   - "LISP"
12756   traces:
12757     hoverinfo: "x+y"
12758     boxpoints: "outliers"
12759     whiskerwidth: 0
12760   layout:
12761     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12762     layout: "plot-throughput"
12763
12764 - type: "plot"
12765   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12766   algorithm: "plot_performance_box"
12767   output-file-type: ".html"
12768   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12769   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12770   filter: "'NIC_Intel-X710' and
12771            '64B' and
12772            'ENCAP' and
12773            'NDRPDR' and
12774            '4T2C' and
12775            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12776            not 'DOT1Q' and
12777            not 'VHOST' and
12778            not 'IPSECHW'"
12779   parameters:
12780   - "throughput"
12781   - "parent"
12782   - "tags"
12783   sort:
12784   - "IP4BASE"
12785   - "L2BDMACLRN"
12786   - "L2XCFWD"
12787   - "LISP"
12788   traces:
12789     hoverinfo: "x+y"
12790     boxpoints: "outliers"
12791     whiskerwidth: 0
12792   layout:
12793     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12794     layout: "plot-throughput"
12795
12796 ################################################################################
12797
12798 # Packet Throughput - VPP IPv6 3n-hsw-x520
12799 - type: "plot"
12800   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12801   algorithm: "plot_performance_box"
12802   output-file-type: ".html"
12803   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12804   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12805   filter: "'NIC_Intel-X520-DA2' and
12806            '78B' and
12807            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12808            'NDRPDR' and
12809            '1T1C' and
12810            'IP6FWD' and
12811            not 'SRv6' and
12812            not 'IPSEC' and
12813            not 'VHOST'"
12814   parameters:
12815   - "throughput"
12816   - "parent"
12817   - "tags"
12818   sort:
12819   - "IP6BASE"
12820   - "FIB_20K"
12821   - "FIB_200K"
12822   - "FIB_2M"
12823   traces:
12824     hoverinfo: "x+y"
12825     boxpoints: "outliers"
12826     whiskerwidth: 0
12827   layout:
12828     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12829     layout: "plot-throughput"
12830
12831 - type: "plot"
12832   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12833   algorithm: "plot_performance_box"
12834   output-file-type: ".html"
12835   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12836   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12837   filter: "'NIC_Intel-X520-DA2' and
12838            '78B' and
12839            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12840            'NDRPDR' and
12841            '1T1C' and
12842            'IP6FWD' and
12843            not 'SRv6' and
12844            not 'IPSEC' and
12845            not 'VHOST'"
12846   parameters:
12847   - "throughput"
12848   - "parent"
12849   - "tags"
12850   sort:
12851   - "IP6BASE"
12852   - "FIB_20K"
12853   - "FIB_200K"
12854   - "FIB_2M"
12855   traces:
12856     hoverinfo: "x+y"
12857     boxpoints: "outliers"
12858     whiskerwidth: 0
12859   layout:
12860     title: "ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12861     layout: "plot-throughput"
12862
12863 - type: "plot"
12864   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12865   algorithm: "plot_performance_box"
12866   output-file-type: ".html"
12867   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12868   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12869   filter: "'NIC_Intel-X520-DA2' and
12870            '78B' and
12871            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12872            'NDRPDR' and
12873            '2T2C' and
12874            'IP6FWD' and
12875            not 'SRv6' and
12876            not 'IPSEC' and
12877            not 'VHOST'"
12878   parameters:
12879   - "throughput"
12880   - "parent"
12881   - "tags"
12882   sort:
12883   - "IP6BASE"
12884   - "FIB_20K"
12885   - "FIB_200K"
12886   - "FIB_2M"
12887   traces:
12888     hoverinfo: "x+y"
12889     boxpoints: "outliers"
12890     whiskerwidth: 0
12891   layout:
12892     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12893     layout: "plot-throughput"
12894
12895 - type: "plot"
12896   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-pdr"
12897   algorithm: "plot_performance_box"
12898   output-file-type: ".html"
12899   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-pdr"
12900   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12901   filter: "'NIC_Intel-X520-DA2' and
12902            '78B' and
12903            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12904            'NDRPDR' and
12905            '2T2C' and
12906            'IP6FWD' and
12907            not 'SRv6' and
12908            not 'IPSEC' and
12909            not 'VHOST'"
12910   parameters:
12911   - "throughput"
12912   - "parent"
12913   - "tags"
12914   sort:
12915   - "IP6BASE"
12916   - "FIB_20K"
12917   - "FIB_200K"
12918   - "FIB_2M"
12919   traces:
12920     hoverinfo: "x+y"
12921     boxpoints: "outliers"
12922     whiskerwidth: 0
12923   layout:
12924     title: "ip6-3n-hsw-x520-78b-2t2c-base-pdr"
12925     layout: "plot-throughput"
12926
12927 # Packet Throughput - VPP IPv6 3n-hsw-x710
12928 - type: "plot"
12929   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12930   algorithm: "plot_performance_box"
12931   output-file-type: ".html"
12932   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12933   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12934   filter: "'NIC_Intel-X710' and
12935            '78B' and
12936            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12937            'NDRPDR' and
12938            '1T1C' and
12939            'IP6FWD' and
12940            not 'SRv6' and
12941            not 'IPSEC' and
12942            not 'VHOST'"
12943   parameters:
12944   - "throughput"
12945   - "parent"
12946   - "tags"
12947   sort:
12948   - "IP6BASE"
12949   - "FIB_20K"
12950   - "FIB_200K"
12951   - "FIB_2M"
12952   traces:
12953     hoverinfo: "x+y"
12954     boxpoints: "outliers"
12955     whiskerwidth: 0
12956   layout:
12957     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12958     layout: "plot-throughput"
12959
12960 - type: "plot"
12961   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12962   algorithm: "plot_performance_box"
12963   output-file-type: ".html"
12964   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12965   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12966   filter: "'NIC_Intel-X710' and
12967            '78B' and
12968            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12969            'NDRPDR' and
12970            '1T1C' and
12971            'IP6FWD' and
12972            not 'SRv6' and
12973            not 'IPSEC' and
12974            not 'VHOST'"
12975   parameters:
12976   - "throughput"
12977   - "parent"
12978   - "tags"
12979   sort:
12980   - "IP6BASE"
12981   - "FIB_20K"
12982   - "FIB_200K"
12983   - "FIB_2M"
12984   traces:
12985     hoverinfo: "x+y"
12986     boxpoints: "outliers"
12987     whiskerwidth: 0
12988   layout:
12989     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12990     layout: "plot-throughput"
12991
12992 - type: "plot"
12993   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12994   algorithm: "plot_performance_box"
12995   output-file-type: ".html"
12996   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12997   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12998   filter: "'NIC_Intel-X710' and
12999            '78B' and
13000            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13001            'NDRPDR' and
13002            '2T2C' and
13003            'IP6FWD' and
13004            not 'SRv6' and
13005            not 'IPSEC' and
13006            not 'VHOST'"
13007   parameters:
13008   - "throughput"
13009   - "parent"
13010   - "tags"
13011   sort:
13012   - "IP6BASE"
13013   - "FIB_20K"
13014   - "FIB_200K"
13015   - "FIB_2M"
13016   traces:
13017     hoverinfo: "x+y"
13018     boxpoints: "outliers"
13019     whiskerwidth: 0
13020   layout:
13021     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13022     layout: "plot-throughput"
13023
13024 - type: "plot"
13025   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13026   algorithm: "plot_performance_box"
13027   output-file-type: ".html"
13028   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13029   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13030   filter: "'NIC_Intel-X710' and
13031            '78B' and
13032            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13033            'NDRPDR' and
13034            '2T2C' and
13035            'IP6FWD' and
13036            not 'SRv6' and
13037            not 'IPSEC' and
13038            not 'VHOST'"
13039   parameters:
13040   - "throughput"
13041   - "parent"
13042   - "tags"
13043   sort:
13044   - "IP6BASE"
13045   - "FIB_20K"
13046   - "FIB_200K"
13047   - "FIB_2M"
13048   traces:
13049     hoverinfo: "x+y"
13050     boxpoints: "outliers"
13051     whiskerwidth: 0
13052   layout:
13053     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13054     layout: "plot-throughput"
13055
13056 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
13057 - type: "plot"
13058   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13059   algorithm: "plot_performance_box"
13060   output-file-type: ".html"
13061   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13062   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13063   filter: "'NIC_Intel-X710' and
13064            '78B' and
13065            ('IP6BASE' or
13066             'POLICE_MARK' or
13067             'COPWHLIST' or
13068             'IACLDST') and
13069            'NDRPDR' and
13070            '1T1C' and
13071            'IP6FWD' and
13072            not 'SRv6' and
13073            not 'IPSEC' and
13074            not 'VHOST'"
13075   parameters:
13076   - "throughput"
13077   - "parent"
13078   - "tags"
13079   sort:
13080   - "IP6BASE"
13081   - "POLICE_MARK"
13082   - "COPWHLIST"
13083   - "IACLDST"
13084   traces:
13085     hoverinfo: "x+y"
13086     boxpoints: "outliers"
13087     whiskerwidth: 0
13088   layout:
13089     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13090     layout: "plot-throughput"
13091
13092 - type: "plot"
13093   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13094   algorithm: "plot_performance_box"
13095   output-file-type: ".html"
13096   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13097   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13098   filter: "'NIC_Intel-X710' and
13099            '78B' and
13100            ('IP6BASE' or
13101             'POLICE_MARK' or
13102             'COPWHLIST' or
13103             'IACLDST') and
13104            'NDRPDR' and
13105            '2T2C' and
13106            'IP6FWD' and
13107            not 'SRv6' and
13108            not 'IPSEC' and
13109            not 'VHOST'"
13110   parameters:
13111   - "throughput"
13112   - "parent"
13113   - "tags"
13114   sort:
13115   - "IP6BASE"
13116   - "POLICE_MARK"
13117   - "COPWHLIST"
13118   - "IACLDST"
13119   traces:
13120     hoverinfo: "x+y"
13121     boxpoints: "outliers"
13122     whiskerwidth: 0
13123   layout:
13124     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13125     layout: "plot-throughput"
13126
13127 - type: "plot"
13128   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13129   algorithm: "plot_performance_box"
13130   output-file-type: ".html"
13131   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13132   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13133   filter: "'NIC_Intel-X710' and
13134            '78B' and
13135            ('IP6BASE' or
13136             'POLICE_MARK' or
13137             'COPWHLIST' or
13138             'IACLDST') and
13139            'NDRPDR' and
13140            '1T1C' and
13141            'IP6FWD' and
13142            not 'SRv6' and
13143            not 'IPSEC' and
13144            not 'VHOST'"
13145   parameters:
13146   - "throughput"
13147   - "parent"
13148   - "tags"
13149   sort:
13150   - "IP6BASE"
13151   - "POLICE_MARK"
13152   - "COPWHLIST"
13153   - "IACLDST"
13154   traces:
13155     hoverinfo: "x+y"
13156     boxpoints: "outliers"
13157     whiskerwidth: 0
13158   layout:
13159     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13160     layout: "plot-throughput"
13161
13162 - type: "plot"
13163   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13164   algorithm: "plot_performance_box"
13165   output-file-type: ".html"
13166   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13167   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13168   filter: "'NIC_Intel-X710' and
13169            '78B' and
13170            ('IP6BASE' or
13171             'POLICE_MARK' or
13172             'COPWHLIST' or
13173             'IACLDST') and
13174            'NDRPDR' and
13175            '2T2C' and
13176            'IP6FWD' and
13177            not 'SRv6' and
13178            not 'IPSEC' and
13179            not 'VHOST'"
13180   parameters:
13181   - "throughput"
13182   - "parent"
13183   - "tags"
13184   sort:
13185   - "IP6BASE"
13186   - "POLICE_MARK"
13187   - "COPWHLIST"
13188   - "IACLDST"
13189   traces:
13190     hoverinfo: "x+y"
13191     boxpoints: "outliers"
13192     whiskerwidth: 0
13193   layout:
13194     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13195     layout: "plot-throughput"
13196
13197 # Packet Throughput - VPP IPv6 3n-hsw-xl710
13198 - type: "plot"
13199   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13200   algorithm: "plot_performance_box"
13201   output-file-type: ".html"
13202   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13203   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13204   filter: "'NIC_Intel-XL710' and
13205            '78B' and
13206            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13207            'NDRPDR' and
13208            '1T1C' and
13209            'IP6FWD' and
13210            not 'SRv6' and
13211            not 'IPSEC' and
13212            not 'VHOST'"
13213   parameters:
13214   - "throughput"
13215   - "parent"
13216   - "tags"
13217   sort:
13218   - "IP6BASE"
13219   - "FIB_20K"
13220   - "FIB_200K"
13221   - "FIB_2M"
13222   traces:
13223     hoverinfo: "x+y"
13224     boxpoints: "outliers"
13225     whiskerwidth: 0
13226   layout:
13227     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13228     layout: "plot-throughput"
13229
13230 - type: "plot"
13231   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13232   algorithm: "plot_performance_box"
13233   output-file-type: ".html"
13234   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13235   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13236   filter: "'NIC_Intel-XL710' and
13237            '78B' and
13238            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13239            'NDRPDR' and
13240            '1T1C' and
13241            'IP6FWD' and
13242            not 'SRv6' and
13243            not 'IPSEC' and
13244            not 'VHOST'"
13245   parameters:
13246   - "throughput"
13247   - "parent"
13248   - "tags"
13249   sort:
13250   - "IP6BASE"
13251   - "FIB_20K"
13252   - "FIB_200K"
13253   - "FIB_2M"
13254   traces:
13255     hoverinfo: "x+y"
13256     boxpoints: "outliers"
13257     whiskerwidth: 0
13258   layout:
13259     title: "ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13260     layout: "plot-throughput"
13261
13262 - type: "plot"
13263   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13264   algorithm: "plot_performance_box"
13265   output-file-type: ".html"
13266   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13267   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13268   filter: "'NIC_Intel-XL710' and
13269            '78B' and
13270            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13271            'NDRPDR' and
13272            '2T2C' and
13273            'IP6FWD' and
13274            not 'SRv6' and
13275            not 'IPSEC' and
13276            not 'VHOST'"
13277   parameters:
13278   - "throughput"
13279   - "parent"
13280   - "tags"
13281   sort:
13282   - "IP6BASE"
13283   - "FIB_20K"
13284   - "FIB_200K"
13285   - "FIB_2M"
13286   traces:
13287     hoverinfo: "x+y"
13288     boxpoints: "outliers"
13289     whiskerwidth: 0
13290   layout:
13291     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13292     layout: "plot-throughput"
13293
13294 - type: "plot"
13295   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13296   algorithm: "plot_performance_box"
13297   output-file-type: ".html"
13298   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13299   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13300   filter: "'NIC_Intel-XL710' and
13301            '78B' and
13302            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13303            'NDRPDR' and
13304            '2T2C' and
13305            'IP6FWD' and
13306            not 'SRv6' and
13307            not 'IPSEC' and
13308            not 'VHOST'"
13309   parameters:
13310   - "throughput"
13311   - "parent"
13312   - "tags"
13313   sort:
13314   - "IP6BASE"
13315   - "FIB_20K"
13316   - "FIB_200K"
13317   - "FIB_2M"
13318   traces:
13319     hoverinfo: "x+y"
13320     boxpoints: "outliers"
13321     whiskerwidth: 0
13322   layout:
13323     title: "ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13324     layout: "plot-throughput"
13325
13326 # Packet Throughput - VPP IPv6 3n-skx-x710
13327 - type: "plot"
13328   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13329   algorithm: "plot_performance_box"
13330   output-file-type: ".html"
13331   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13332   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13333   filter: "'NIC_Intel-X710' and
13334            '78B' and
13335            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13336            'NDRPDR' and
13337            '2T1C' and
13338            'IP6FWD' and
13339            not 'SRv6' and
13340            not 'IPSEC' and
13341            not 'VHOST'"
13342   parameters:
13343   - "throughput"
13344   - "parent"
13345   - "tags"
13346   sort:
13347   - "IP6BASE"
13348   - "FIB_20K"
13349   - "FIB_200K"
13350   - "FIB_2M"
13351   traces:
13352     hoverinfo: "x+y"
13353     boxpoints: "outliers"
13354     whiskerwidth: 0
13355   layout:
13356     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13357     layout: "plot-throughput"
13358
13359 - type: "plot"
13360   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13361   algorithm: "plot_performance_box"
13362   output-file-type: ".html"
13363   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13364   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13365   filter: "'NIC_Intel-X710' and
13366            '78B' and
13367            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13368            'NDRPDR' and
13369            '2T1C' and
13370            'IP6FWD' and
13371            not 'SRv6' and
13372            not 'IPSEC' and
13373            not 'VHOST'"
13374   parameters:
13375   - "throughput"
13376   - "parent"
13377   - "tags"
13378   sort:
13379   - "IP6BASE"
13380   - "FIB_20K"
13381   - "FIB_200K"
13382   - "FIB_2M"
13383   traces:
13384     hoverinfo: "x+y"
13385     boxpoints: "outliers"
13386     whiskerwidth: 0
13387   layout:
13388     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13389     layout: "plot-throughput"
13390
13391 - type: "plot"
13392   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13393   algorithm: "plot_performance_box"
13394   output-file-type: ".html"
13395   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13396   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13397   filter: "'NIC_Intel-X710' and
13398            '78B' and
13399            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13400            'NDRPDR' and
13401            '4T2C' and
13402            'IP6FWD' and
13403            not 'SRv6' and
13404            not 'IPSEC' and
13405            not 'VHOST'"
13406   parameters:
13407   - "throughput"
13408   - "parent"
13409   - "tags"
13410   sort:
13411   - "IP6BASE"
13412   - "FIB_20K"
13413   - "FIB_200K"
13414   - "FIB_2M"
13415   traces:
13416     hoverinfo: "x+y"
13417     boxpoints: "outliers"
13418     whiskerwidth: 0
13419   layout:
13420     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13421     layout: "plot-throughput"
13422
13423 - type: "plot"
13424   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13425   algorithm: "plot_performance_box"
13426   output-file-type: ".html"
13427   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13428   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13429   filter: "'NIC_Intel-X710' and
13430            '78B' and
13431            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13432            'NDRPDR' and
13433            '4T2C' and
13434            'IP6FWD' and
13435            not 'SRv6' and
13436            not 'IPSEC' and
13437            not 'VHOST'"
13438   parameters:
13439   - "throughput"
13440   - "parent"
13441   - "tags"
13442   sort:
13443   - "IP6BASE"
13444   - "FIB_20K"
13445   - "FIB_200K"
13446   - "FIB_2M"
13447   traces:
13448     hoverinfo: "x+y"
13449     boxpoints: "outliers"
13450     whiskerwidth: 0
13451   layout:
13452     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13453     layout: "plot-throughput"
13454
13455 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
13456 - type: "plot"
13457   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13458   algorithm: "plot_performance_box"
13459   output-file-type: ".html"
13460   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13461   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13462   filter: "'NIC_Intel-X710' and
13463            '78B' and
13464            ('IP6BASE' or
13465             'POLICE_MARK' or
13466             'COPWHLIST' or
13467             'IACLDST') and
13468            'NDRPDR' and
13469            '2T1C' and
13470            'IP6FWD' and
13471            not 'SRv6' and
13472            not 'IPSEC' and
13473            not 'VHOST'"
13474   parameters:
13475   - "throughput"
13476   - "parent"
13477   - "tags"
13478   sort:
13479   - "IP6BASE"
13480   - "POLICE_MARK"
13481   - "COPWHLIST"
13482   - "IACLDST"
13483   traces:
13484     hoverinfo: "x+y"
13485     boxpoints: "outliers"
13486     whiskerwidth: 0
13487   layout:
13488     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13489     layout: "plot-throughput"
13490
13491 - type: "plot"
13492   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13493   algorithm: "plot_performance_box"
13494   output-file-type: ".html"
13495   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13496   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13497   filter: "'NIC_Intel-X710' and
13498            '78B' and
13499            ('IP6BASE' or
13500             'POLICE_MARK' or
13501             'COPWHLIST' or
13502             'IACLDST') and
13503            'NDRPDR' and
13504            '4T2C' and
13505            'IP6FWD' and
13506            not 'SRv6' and
13507            not 'IPSEC' and
13508            not 'VHOST'"
13509   parameters:
13510   - "throughput"
13511   - "parent"
13512   - "tags"
13513   sort:
13514   - "IP6BASE"
13515   - "POLICE_MARK"
13516   - "COPWHLIST"
13517   - "IACLDST"
13518   traces:
13519     hoverinfo: "x+y"
13520     boxpoints: "outliers"
13521     whiskerwidth: 0
13522   layout:
13523     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13524     layout: "plot-throughput"
13525
13526 - type: "plot"
13527   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13528   algorithm: "plot_performance_box"
13529   output-file-type: ".html"
13530   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13531   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13532   filter: "'NIC_Intel-X710' and
13533            '78B' and
13534            ('IP6BASE' or
13535             'POLICE_MARK' or
13536             'COPWHLIST' or
13537             'IACLDST') and
13538            'NDRPDR' and
13539            '2T1C' and
13540            'IP6FWD' and
13541            not 'SRv6' and
13542            not 'IPSEC' and
13543            not 'VHOST'"
13544   parameters:
13545   - "throughput"
13546   - "parent"
13547   - "tags"
13548   sort:
13549   - "IP6BASE"
13550   - "POLICE_MARK"
13551   - "COPWHLIST"
13552   - "IACLDST"
13553   traces:
13554     hoverinfo: "x+y"
13555     boxpoints: "outliers"
13556     whiskerwidth: 0
13557   layout:
13558     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13559     layout: "plot-throughput"
13560
13561 - type: "plot"
13562   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13563   algorithm: "plot_performance_box"
13564   output-file-type: ".html"
13565   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13567   filter: "'NIC_Intel-X710' and
13568            '78B' and
13569            ('IP6BASE' or
13570             'POLICE_MARK' or
13571             'COPWHLIST' or
13572             'IACLDST') and
13573            'NDRPDR' and
13574            '4T2C' and
13575            'IP6FWD' and
13576            not 'SRv6' and
13577            not 'IPSEC' and
13578            not 'VHOST'"
13579   parameters:
13580   - "throughput"
13581   - "parent"
13582   - "tags"
13583   sort:
13584   - "IP6BASE"
13585   - "POLICE_MARK"
13586   - "COPWHLIST"
13587   - "IACLDST"
13588   traces:
13589     hoverinfo: "x+y"
13590     boxpoints: "outliers"
13591     whiskerwidth: 0
13592   layout:
13593     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13594     layout: "plot-throughput"
13595
13596 # Packet Throughput - VPP IPv6 3n-skx-xxv710
13597 - type: "plot"
13598   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13599   algorithm: "plot_performance_box"
13600   output-file-type: ".html"
13601   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13602   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13603   filter: "'NIC_Intel-XXV710' and
13604            '78B' and
13605            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13606            'NDRPDR' and
13607            '2T1C' and
13608            'IP6FWD' and
13609            not 'SRv6' and
13610            not 'IPSEC' and
13611            not 'VHOST'"
13612   parameters:
13613   - "throughput"
13614   - "parent"
13615   - "tags"
13616   sort:
13617   - "IP6BASE"
13618   - "FIB_20K"
13619   - "FIB_200K"
13620   - "FIB_2M"
13621   traces:
13622     hoverinfo: "x+y"
13623     boxpoints: "outliers"
13624     whiskerwidth: 0
13625   layout:
13626     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13627     layout: "plot-throughput"
13628
13629 - type: "plot"
13630   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13631   algorithm: "plot_performance_box"
13632   output-file-type: ".html"
13633   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13634   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13635   filter: "'NIC_Intel-XXV710' and
13636            '78B' and
13637            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13638            'NDRPDR' and
13639            '2T1C' and
13640            'IP6FWD' and
13641            not 'SRv6' and
13642            not 'IPSEC' and
13643            not 'VHOST'"
13644   parameters:
13645   - "throughput"
13646   - "parent"
13647   - "tags"
13648   sort:
13649   - "IP6BASE"
13650   - "FIB_20K"
13651   - "FIB_200K"
13652   - "FIB_2M"
13653   traces:
13654     hoverinfo: "x+y"
13655     boxpoints: "outliers"
13656     whiskerwidth: 0
13657   layout:
13658     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13659     layout: "plot-throughput"
13660
13661 - type: "plot"
13662   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13663   algorithm: "plot_performance_box"
13664   output-file-type: ".html"
13665   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13666   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13667   filter: "'NIC_Intel-XXV710' and
13668            '78B' and
13669            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13670            'NDRPDR' and
13671            '4T2C' and
13672            'IP6FWD' and
13673            not 'SRv6' and
13674            not 'IPSEC' and
13675            not 'VHOST'"
13676   parameters:
13677   - "throughput"
13678   - "parent"
13679   - "tags"
13680   sort:
13681   - "IP6BASE"
13682   - "FIB_20K"
13683   - "FIB_200K"
13684   - "FIB_2M"
13685   traces:
13686     hoverinfo: "x+y"
13687     boxpoints: "outliers"
13688     whiskerwidth: 0
13689   layout:
13690     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13691     layout: "plot-throughput"
13692
13693 - type: "plot"
13694   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13695   algorithm: "plot_performance_box"
13696   output-file-type: ".html"
13697   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13699   filter: "'NIC_Intel-XXV710' and
13700            '78B' and
13701            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13702            'NDRPDR' and
13703            '4T2C' and
13704            'IP6FWD' and
13705            not 'SRv6' and
13706            not 'IPSEC' and
13707            not 'VHOST'"
13708   parameters:
13709   - "throughput"
13710   - "parent"
13711   - "tags"
13712   sort:
13713   - "IP6BASE"
13714   - "FIB_20K"
13715   - "FIB_200K"
13716   - "FIB_2M"
13717   traces:
13718     hoverinfo: "x+y"
13719     boxpoints: "outliers"
13720     whiskerwidth: 0
13721   layout:
13722     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13723     layout: "plot-throughput"
13724
13725 # Packet Throughput - VPP IPv6 2n-skx-x710
13726 - type: "plot"
13727   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13728   algorithm: "plot_performance_box"
13729   output-file-type: ".html"
13730   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13731   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13732   filter: "'NIC_Intel-X710' and
13733            '78B' and
13734            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13735            'NDRPDR' and
13736            '2T1C' and
13737            'IP6FWD' and
13738            not 'SRv6' and
13739            not 'IPSEC' and
13740            not 'VHOST'"
13741   parameters:
13742   - "throughput"
13743   - "parent"
13744   - "tags"
13745   sort:
13746   - "IP6BASE"
13747   - "FIB_20K"
13748   - "FIB_200K"
13749   - "FIB_2M"
13750   traces:
13751     hoverinfo: "x+y"
13752     boxpoints: "outliers"
13753     whiskerwidth: 0
13754   layout:
13755     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13756     layout: "plot-throughput"
13757
13758 - type: "plot"
13759   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13760   algorithm: "plot_performance_box"
13761   output-file-type: ".html"
13762   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13763   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13764   filter: "'NIC_Intel-X710' and
13765            '78B' and
13766            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13767            'NDRPDR' and
13768            '2T1C' and
13769            'IP6FWD' and
13770            not 'SRv6' and
13771            not 'IPSEC' and
13772            not 'VHOST'"
13773   parameters:
13774   - "throughput"
13775   - "parent"
13776   - "tags"
13777   sort:
13778   - "IP6BASE"
13779   - "FIB_20K"
13780   - "FIB_200K"
13781   - "FIB_2M"
13782   traces:
13783     hoverinfo: "x+y"
13784     boxpoints: "outliers"
13785     whiskerwidth: 0
13786   layout:
13787     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13788     layout: "plot-throughput"
13789
13790 - type: "plot"
13791   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13792   algorithm: "plot_performance_box"
13793   output-file-type: ".html"
13794   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13795   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13796   filter: "'NIC_Intel-X710' and
13797            '78B' and
13798            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13799            'NDRPDR' and
13800            '4T2C' and
13801            'IP6FWD' and
13802            not 'SRv6' and
13803            not 'IPSEC' and
13804            not 'VHOST'"
13805   parameters:
13806   - "throughput"
13807   - "parent"
13808   - "tags"
13809   sort:
13810   - "IP6BASE"
13811   - "FIB_20K"
13812   - "FIB_200K"
13813   - "FIB_2M"
13814   traces:
13815     hoverinfo: "x+y"
13816     boxpoints: "outliers"
13817     whiskerwidth: 0
13818   layout:
13819     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13820     layout: "plot-throughput"
13821
13822 - type: "plot"
13823   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13824   algorithm: "plot_performance_box"
13825   output-file-type: ".html"
13826   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13827   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13828   filter: "'NIC_Intel-X710' and
13829            '78B' and
13830            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13831            'NDRPDR' and
13832            '4T2C' and
13833            'IP6FWD' and
13834            not 'SRv6' and
13835            not 'IPSEC' and
13836            not 'VHOST'"
13837   parameters:
13838   - "throughput"
13839   - "parent"
13840   - "tags"
13841   sort:
13842   - "IP6BASE"
13843   - "FIB_20K"
13844   - "FIB_200K"
13845   - "FIB_2M"
13846   traces:
13847     hoverinfo: "x+y"
13848     boxpoints: "outliers"
13849     whiskerwidth: 0
13850   layout:
13851     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13852     layout: "plot-throughput"
13853
13854 # Packet Throughput - VPP IPv6 2n-skx-xxv710
13855 - type: "plot"
13856   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13857   algorithm: "plot_performance_box"
13858   output-file-type: ".html"
13859   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13860   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13861   filter: "'NIC_Intel-XXV710' and
13862            '78B' and
13863            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13864            'NDRPDR' and
13865            '2T1C' and
13866            'IP6FWD' and
13867            not 'SRv6' and
13868            not 'IPSEC' and
13869            not 'VHOST'"
13870   parameters:
13871   - "throughput"
13872   - "parent"
13873   - "tags"
13874   sort:
13875   - "IP6BASE"
13876   - "FIB_20K"
13877   - "FIB_200K"
13878   - "FIB_2M"
13879   traces:
13880     hoverinfo: "x+y"
13881     boxpoints: "outliers"
13882     whiskerwidth: 0
13883   layout:
13884     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13885     layout: "plot-throughput"
13886
13887 - type: "plot"
13888   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13889   algorithm: "plot_performance_box"
13890   output-file-type: ".html"
13891   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13892   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13893   filter: "'NIC_Intel-XXV710' and
13894            '78B' and
13895            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13896            'NDRPDR' and
13897            '2T1C' and
13898            'IP6FWD' and
13899            not 'SRv6' and
13900            not 'IPSEC' and
13901            not 'VHOST'"
13902   parameters:
13903   - "throughput"
13904   - "parent"
13905   - "tags"
13906   sort:
13907   - "IP6BASE"
13908   - "FIB_20K"
13909   - "FIB_200K"
13910   - "FIB_2M"
13911   traces:
13912     hoverinfo: "x+y"
13913     boxpoints: "outliers"
13914     whiskerwidth: 0
13915   layout:
13916     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13917     layout: "plot-throughput"
13918
13919 - type: "plot"
13920   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13921   algorithm: "plot_performance_box"
13922   output-file-type: ".html"
13923   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13924   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13925   filter: "'NIC_Intel-XXV710' and
13926            '78B' and
13927            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13928            'NDRPDR' and
13929            '4T2C' and
13930            'IP6FWD' and
13931            not 'SRv6' and
13932            not 'IPSEC' and
13933            not 'VHOST'"
13934   parameters:
13935   - "throughput"
13936   - "parent"
13937   - "tags"
13938   sort:
13939   - "IP6BASE"
13940   - "FIB_20K"
13941   - "FIB_200K"
13942   - "FIB_2M"
13943   traces:
13944     hoverinfo: "x+y"
13945     boxpoints: "outliers"
13946     whiskerwidth: 0
13947   layout:
13948     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13949     layout: "plot-throughput"
13950
13951 - type: "plot"
13952   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13953   algorithm: "plot_performance_box"
13954   output-file-type: ".html"
13955   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13956   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13957   filter: "'NIC_Intel-XXV710' and
13958            '78B' and
13959            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13960            'NDRPDR' and
13961            '4T2C' and
13962            'IP6FWD' and
13963            not 'SRv6' and
13964            not 'IPSEC' and
13965            not 'VHOST'"
13966   parameters:
13967   - "throughput"
13968   - "parent"
13969   - "tags"
13970   sort:
13971   - "IP6BASE"
13972   - "FIB_20K"
13973   - "FIB_200K"
13974   - "FIB_2M"
13975   traces:
13976     hoverinfo: "x+y"
13977     boxpoints: "outliers"
13978     whiskerwidth: 0
13979   layout:
13980     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13981     layout: "plot-throughput"
13982
13983 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
13984 - type: "plot"
13985   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13986   algorithm: "plot_performance_box"
13987   output-file-type: ".html"
13988   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13989   data: "intel-dnv-vpp"
13990   filter: "'NIC_Intel-X553' and
13991            '78B' and
13992            'IP6BASE' and
13993            'NDRPDR' and
13994            '1T1C' and
13995            'IP6FWD' and
13996            not 'SRv6' and
13997            not 'IPSEC' and
13998            not 'VHOST'"
13999   parameters:
14000   - "throughput"
14001   - "parent"
14002   - "tags"
14003   sort:
14004   - "IP6BASE"
14005   traces:
14006     hoverinfo: "x+y"
14007     boxpoints: "outliers"
14008     whiskerwidth: 0
14009   layout:
14010     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14011     layout: "plot-throughput"
14012
14013 - type: "plot"
14014   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14015   algorithm: "plot_performance_box"
14016   output-file-type: ".html"
14017   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14018   data: "intel-dnv-vpp"
14019   filter: "'NIC_Intel-X553' and
14020            '78B' and
14021            'IP6BASE' and
14022            'NDRPDR' and
14023            '1T1C' 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   traces:
14035     hoverinfo: "x+y"
14036     boxpoints: "outliers"
14037     whiskerwidth: 0
14038   layout:
14039     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14040     layout: "plot-throughput"
14041
14042 - type: "plot"
14043   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14044   algorithm: "plot_performance_box"
14045   output-file-type: ".html"
14046   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14047   data: "intel-dnv-vpp"
14048   filter: "'NIC_Intel-X553' and
14049            '78B' and
14050            'IP6BASE' and
14051            'NDRPDR' and
14052            '2T2C' and
14053            'IP6FWD' and
14054            not 'SRv6' and
14055            not 'IPSEC' and
14056            not 'VHOST'"
14057   parameters:
14058   - "throughput"
14059   - "parent"
14060   - "tags"
14061   sort:
14062   - "IP6BASE"
14063   traces:
14064     hoverinfo: "x+y"
14065     boxpoints: "outliers"
14066     whiskerwidth: 0
14067   layout:
14068     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14069     layout: "plot-throughput"
14070
14071 - type: "plot"
14072   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14073   algorithm: "plot_performance_box"
14074   output-file-type: ".html"
14075   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14076   data: "intel-dnv-vpp"
14077   filter: "'NIC_Intel-X553' and
14078            '78B' and
14079            'IP6BASE' and
14080            'NDRPDR' and
14081            '2T2C' and
14082            'IP6FWD' and
14083            not 'SRv6' and
14084            not 'IPSEC' and
14085            not 'VHOST'"
14086   parameters:
14087   - "throughput"
14088   - "parent"
14089   - "tags"
14090   sort:
14091   - "IP6BASE"
14092   traces:
14093     hoverinfo: "x+y"
14094     boxpoints: "outliers"
14095     whiskerwidth: 0
14096   layout:
14097     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14098     layout: "plot-throughput"
14099
14100 ################################################################################
14101
14102 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
14103 - type: "plot"
14104   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14105   algorithm: "plot_performance_box"
14106   output-file-type: ".html"
14107   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14108   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14109   filter: "'NIC_Intel-X520-DA2' and
14110            '78B' and
14111            'ENCAP' and
14112            'NDRPDR' and
14113            '1T1C' and
14114            'LISP' and
14115            not 'VHOST'"
14116   parameters:
14117   - "throughput"
14118   - "parent"
14119   - "tags"
14120   sort:
14121   - "IP4UNRLAY"
14122   - "IP6UNRLAY"
14123   traces:
14124     hoverinfo: "x+y"
14125     boxpoints: "outliers"
14126     whiskerwidth: 0
14127   layout:
14128     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14129     layout: "plot-throughput"
14130
14131 - type: "plot"
14132   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14133   algorithm: "plot_performance_box"
14134   output-file-type: ".html"
14135   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14136   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14137   filter: "'NIC_Intel-X520-DA2' and
14138            '78B' and
14139            'ENCAP' and
14140            'NDRPDR' and
14141            '1T1C' and
14142            'LISP' and
14143            not 'VHOST'"
14144   parameters:
14145   - "throughput"
14146   - "parent"
14147   - "tags"
14148   sort:
14149   - "IP4UNRLAY"
14150   - "IP6UNRLAY"
14151   traces:
14152     hoverinfo: "x+y"
14153     boxpoints: "outliers"
14154     whiskerwidth: 0
14155   layout:
14156     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14157     layout: "plot-throughput"
14158
14159 - type: "plot"
14160   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14161   algorithm: "plot_performance_box"
14162   output-file-type: ".html"
14163   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14164   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14165   filter: "'NIC_Intel-X520-DA2' and
14166            '78B' and
14167            'ENCAP' and
14168            'NDRPDR' and
14169            '2T2C' and
14170            'LISP' and
14171            not 'VHOST'"
14172   parameters:
14173   - "throughput"
14174   - "parent"
14175   - "tags"
14176   sort:
14177   - "IP4UNRLAY"
14178   - "IP6UNRLAY"
14179   traces:
14180     hoverinfo: "x+y"
14181     boxpoints: "outliers"
14182     whiskerwidth: 0
14183   layout:
14184     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14185     layout: "plot-throughput"
14186
14187 - type: "plot"
14188   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14189   algorithm: "plot_performance_box"
14190   output-file-type: ".html"
14191   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14192   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14193   filter: "'NIC_Intel-X520-DA2' and
14194            '78B' and
14195            'ENCAP' and
14196            'NDRPDR' and
14197            '2T2C' and
14198            'LISP' and
14199            not 'VHOST'"
14200   parameters:
14201   - "throughput"
14202   - "parent"
14203   - "tags"
14204   sort:
14205   - "IP4UNRLAY"
14206   - "IP6UNRLAY"
14207   traces:
14208     hoverinfo: "x+y"
14209     boxpoints: "outliers"
14210     whiskerwidth: 0
14211   layout:
14212     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14213     layout: "plot-throughput"
14214
14215 ################################################################################
14216
14217 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
14218 - type: "plot"
14219   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14220   algorithm: "plot_performance_box"
14221   output-file-type: ".html"
14222   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14223   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14224   filter: "'NIC_Intel-XL710' and
14225            '64B' and
14226            'IP4FWD' and
14227            'NDRPDR' and
14228            'BASE' and
14229            '1T1C' and
14230            'IPSECHW' and
14231            ('IPSECTRAN' or 'IPSECTUN') and
14232            not 'VHOST'"
14233   parameters:
14234   - "throughput"
14235   - "parent"
14236   - "tags"
14237   traces:
14238     hoverinfo: "x+y"
14239     boxpoints: "outliers"
14240     whiskerwidth: 0
14241   layout:
14242     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14243     layout: "plot-throughput"
14244
14245 - type: "plot"
14246   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14247   algorithm: "plot_performance_box"
14248   output-file-type: ".html"
14249   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14250   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14251   filter: "'NIC_Intel-XL710' and
14252            '64B' and
14253            'IP4FWD' and
14254            'NDRPDR' and
14255            'BASE' and
14256            '1T1C' and
14257            'IPSECHW' and
14258            ('IPSECTRAN' or 'IPSECTUN') and
14259            not 'VHOST'"
14260   parameters:
14261   - "throughput"
14262   - "parent"
14263   - "tags"
14264   traces:
14265     hoverinfo: "x+y"
14266     boxpoints: "outliers"
14267     whiskerwidth: 0
14268   layout:
14269     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14270     layout: "plot-throughput"
14271
14272 - type: "plot"
14273   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14274   algorithm: "plot_performance_box"
14275   output-file-type: ".html"
14276   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14277   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14278   filter: "'NIC_Intel-XL710' and
14279            '64B' and
14280            'IP4FWD' and
14281            'NDRPDR' and
14282            'BASE' and
14283            '2T2C' and
14284            'IPSECHW' and
14285            ('IPSECTRAN' or 'IPSECTUN') and
14286            not 'VHOST'"
14287   parameters:
14288   - "throughput"
14289   - "parent"
14290   - "tags"
14291   traces:
14292     hoverinfo: "x+y"
14293     boxpoints: "outliers"
14294     whiskerwidth: 0
14295   layout:
14296     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14297     layout: "plot-throughput"
14298
14299 - type: "plot"
14300   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14301   algorithm: "plot_performance_box"
14302   output-file-type: ".html"
14303   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14304   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14305   filter: "'NIC_Intel-XL710' and
14306            '64B' and
14307            'IP4FWD' and
14308            'NDRPDR' and
14309            'BASE' and
14310            '2T2C' and
14311            'IPSECHW' and
14312            ('IPSECTRAN' or 'IPSECTUN') and
14313            not 'VHOST'"
14314   parameters:
14315   - "throughput"
14316   - "parent"
14317   - "tags"
14318   traces:
14319     hoverinfo: "x+y"
14320     boxpoints: "outliers"
14321     whiskerwidth: 0
14322   layout:
14323     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14324     layout: "plot-throughput"
14325
14326 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
14327 - type: "plot"
14328   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14329   algorithm: "plot_performance_box"
14330   output-file-type: ".html"
14331   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14332   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14333   filter: "'NIC_Intel-XL710' and
14334            '64B' and
14335            'IP4FWD' and
14336            'NDRPDR' and
14337            'SCALE' and
14338            '1T1C' and
14339            'IPSECHW' and
14340            ('IPSECTRAN' or 'IPSECTUN') and
14341            not 'VHOST'"
14342   parameters:
14343   - "throughput"
14344   - "parent"
14345   - "tags"
14346   traces:
14347     hoverinfo: "x+y"
14348     boxpoints: "outliers"
14349     whiskerwidth: 0
14350   layout:
14351     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14352     layout: "plot-throughput"
14353
14354 - type: "plot"
14355   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14356   algorithm: "plot_performance_box"
14357   output-file-type: ".html"
14358   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14359   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14360   filter: "'NIC_Intel-XL710' and
14361            '64B' and
14362            'IP4FWD' and
14363            'NDRPDR' and
14364            'SCALE' and
14365            '1T1C' and
14366            'IPSECHW' and
14367            ('IPSECTRAN' or 'IPSECTUN') and
14368            not 'VHOST'"
14369   parameters:
14370   - "throughput"
14371   - "parent"
14372   - "tags"
14373   traces:
14374     hoverinfo: "x+y"
14375     boxpoints: "outliers"
14376     whiskerwidth: 0
14377   layout:
14378     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14379     layout: "plot-throughput"
14380
14381 - type: "plot"
14382   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14383   algorithm: "plot_performance_box"
14384   output-file-type: ".html"
14385   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14386   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14387   filter: "'NIC_Intel-XL710' and
14388            '64B' and
14389            'IP4FWD' and
14390            'NDRPDR' and
14391            'SCALE' and
14392            '2T2C' and
14393            'IPSECHW' and
14394            ('IPSECTRAN' or 'IPSECTUN') and
14395            not 'VHOST'"
14396   parameters:
14397   - "throughput"
14398   - "parent"
14399   - "tags"
14400   traces:
14401     hoverinfo: "x+y"
14402     boxpoints: "outliers"
14403     whiskerwidth: 0
14404   layout:
14405     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14406     layout: "plot-throughput"
14407
14408 - type: "plot"
14409   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14410   algorithm: "plot_performance_box"
14411   output-file-type: ".html"
14412   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14413   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14414   filter: "'NIC_Intel-XL710' and
14415            '64B' and
14416            'IP4FWD' and
14417            'NDRPDR' and
14418            'SCALE' and
14419            '2T2C' and
14420            'IPSECHW' and
14421            ('IPSECTRAN' or 'IPSECTUN') and
14422            not 'VHOST'"
14423   parameters:
14424   - "throughput"
14425   - "parent"
14426   - "tags"
14427   traces:
14428     hoverinfo: "x+y"
14429     boxpoints: "outliers"
14430     whiskerwidth: 0
14431   layout:
14432     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14433     layout: "plot-throughput"
14434
14435 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
14436 - type: "plot"
14437   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14438   algorithm: "plot_performance_box"
14439   output-file-type: ".html"
14440   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14441   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14442   filter: "'NIC_Intel-XL710' and
14443            '64B' and
14444            'IP4FWD' and
14445            'NDRPDR' and
14446            '1T1C' and
14447            'IPSECSW' and
14448            ('IPSECTRAN' or 'IPSECTUN') and
14449            not 'VHOST'"
14450   parameters:
14451   - "throughput"
14452   - "parent"
14453   - "tags"
14454   traces:
14455     hoverinfo: "x+y"
14456     boxpoints: "outliers"
14457     whiskerwidth: 0
14458   layout:
14459     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14460     layout: "plot-throughput"
14461
14462 - type: "plot"
14463   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14464   algorithm: "plot_performance_box"
14465   output-file-type: ".html"
14466   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14467   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14468   filter: "'NIC_Intel-XL710' and
14469            '64B' and
14470            'IP4FWD' and
14471            'NDRPDR' and
14472            '1T1C' and
14473            'IPSECSW' and
14474            ('IPSECTRAN' or 'IPSECTUN') and
14475            not 'VHOST'"
14476   parameters:
14477   - "throughput"
14478   - "parent"
14479   - "tags"
14480   traces:
14481     hoverinfo: "x+y"
14482     boxpoints: "outliers"
14483     whiskerwidth: 0
14484   layout:
14485     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14486     layout: "plot-throughput"
14487
14488 - type: "plot"
14489   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14490   algorithm: "plot_performance_box"
14491   output-file-type: ".html"
14492   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14493   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14494   filter: "'NIC_Intel-XL710' and
14495            '64B' and
14496            'IP4FWD' and
14497            'NDRPDR' and
14498            '2T2C' and
14499            'IPSECSW' and
14500            ('IPSECTRAN' or 'IPSECTUN') and
14501            not 'VHOST'"
14502   parameters:
14503   - "throughput"
14504   - "parent"
14505   - "tags"
14506   traces:
14507     hoverinfo: "x+y"
14508     boxpoints: "outliers"
14509     whiskerwidth: 0
14510   layout:
14511     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14512     layout: "plot-throughput"
14513
14514 - type: "plot"
14515   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14516   algorithm: "plot_performance_box"
14517   output-file-type: ".html"
14518   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14519   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14520   filter: "'NIC_Intel-XL710' and
14521            '64B' and
14522            'IP4FWD' and
14523            'NDRPDR' and
14524            '2T2C' and
14525            'IPSECSW' and
14526            ('IPSECTRAN' or 'IPSECTUN') and
14527            not 'VHOST'"
14528   parameters:
14529   - "throughput"
14530   - "parent"
14531   - "tags"
14532   traces:
14533     hoverinfo: "x+y"
14534     boxpoints: "outliers"
14535     whiskerwidth: 0
14536   layout:
14537     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14538     layout: "plot-throughput"
14539
14540 ################################################################################
14541
14542 # Packet Throughput - VPP SRv6 3n-hsw-x520
14543 - type: "plot"
14544   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14545   algorithm: "plot_performance_box"
14546   output-file-type: ".html"
14547   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14548   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14549   filter: "'NIC_Intel-X520-DA2' and
14550            '78B' and
14551            'FEATURE' and
14552            'NDRPDR' and
14553            '1T1C' and
14554            'IP6FWD' and
14555            'SRv6'"
14556   parameters:
14557   - "throughput"
14558   - "parent"
14559   - "tags"
14560   traces:
14561     hoverinfo: "x+y"
14562     boxpoints: "outliers"
14563     whiskerwidth: 0
14564   layout:
14565     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14566     layout: "plot-throughput"
14567
14568 - type: "plot"
14569   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14570   algorithm: "plot_performance_box"
14571   output-file-type: ".html"
14572   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14573   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14574   filter: "'NIC_Intel-X520-DA2' and
14575            '78B' and
14576            'FEATURE' and
14577            'NDRPDR' and
14578            '1T1C' and
14579            'IP6FWD' and
14580            'SRv6'"
14581   parameters:
14582   - "throughput"
14583   - "parent"
14584   - "tags"
14585   traces:
14586     hoverinfo: "x+y"
14587     boxpoints: "outliers"
14588     whiskerwidth: 0
14589   layout:
14590     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14591     layout: "plot-throughput"
14592
14593 - type: "plot"
14594   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14595   algorithm: "plot_performance_box"
14596   output-file-type: ".html"
14597   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14598   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14599   filter: "'NIC_Intel-X520-DA2' and
14600            '78B' and
14601            'FEATURE' and
14602            'NDRPDR' and
14603            '2T2C' and
14604            'IP6FWD' and
14605            'SRv6'"
14606   parameters:
14607   - "throughput"
14608   - "parent"
14609   - "tags"
14610   traces:
14611     hoverinfo: "x+y"
14612     boxpoints: "outliers"
14613     whiskerwidth: 0
14614   layout:
14615     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14616     layout: "plot-throughput"
14617
14618 - type: "plot"
14619   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14620   algorithm: "plot_performance_box"
14621   output-file-type: ".html"
14622   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14623   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14624   filter: "'NIC_Intel-X520-DA2' and
14625            '78B' and
14626            'FEATURE' and
14627            'NDRPDR' and
14628            '2T2C' and
14629            'IP6FWD' and
14630            'SRv6'"
14631   parameters:
14632   - "throughput"
14633   - "parent"
14634   - "tags"
14635   traces:
14636     hoverinfo: "x+y"
14637     boxpoints: "outliers"
14638     whiskerwidth: 0
14639   layout:
14640     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14641     layout: "plot-throughput"
14642
14643 ################################################################################
14644
14645 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
14646 - type: "plot"
14647   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14648   algorithm: "plot_performance_box"
14649   output-file-type: ".html"
14650   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14651   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14652   filter: "'NIC_Intel-X520-DA2' and
14653            '64B' and
14654            'NDRPDR' and
14655            'ETH' and
14656            'IP4FWD' and
14657            '1T1C' and
14658            'VHOST_1024' and
14659            not 'VXLAN' and
14660            not 'DOT1Q'"
14661   parameters:
14662   - "throughput"
14663   - "parent"
14664   - "tags"
14665   sort:
14666   - "not CFS_OPT"
14667   - "1VM"
14668   - "2VM"
14669   traces:
14670     hoverinfo: "x+y"
14671     boxpoints: "outliers"
14672     whiskerwidth: 0
14673   layout:
14674     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14675     layout: "plot-throughput"
14676
14677 - type: "plot"
14678   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14679   algorithm: "plot_performance_box"
14680   output-file-type: ".html"
14681   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14682   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14683   filter: "'NIC_Intel-X520-DA2' and
14684            '64B' and
14685            'NDRPDR' and
14686            'ETH' and
14687            'IP4FWD' and
14688            '2T2C' and
14689            'VHOST_1024' and
14690            not 'VXLAN' and
14691            not 'DOT1Q'"
14692   parameters:
14693   - "throughput"
14694   - "parent"
14695   - "tags"
14696   sort:
14697   - "not CFS_OPT"
14698   - "1VM"
14699   - "2VM"
14700   traces:
14701     hoverinfo: "x+y"
14702     boxpoints: "outliers"
14703     whiskerwidth: 0
14704   layout:
14705     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14706     layout: "plot-throughput"
14707
14708 - type: "plot"
14709   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14710   algorithm: "plot_performance_box"
14711   output-file-type: ".html"
14712   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14713   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14714   filter: "'NIC_Intel-X520-DA2' and
14715            '64B' and
14716            'NDRPDR' and
14717            'ETH' and
14718            'IP4FWD' and
14719            '1T1C' and
14720            'VHOST_1024' and
14721            not 'VXLAN' and
14722            not 'DOT1Q'"
14723   parameters:
14724   - "throughput"
14725   - "parent"
14726   - "tags"
14727   sort:
14728   - "not CFS_OPT"
14729   - "1VM"
14730   - "2VM"
14731   traces:
14732     hoverinfo: "x+y"
14733     boxpoints: "outliers"
14734     whiskerwidth: 0
14735   layout:
14736     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14737     layout: "plot-throughput"
14738
14739 - type: "plot"
14740   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14741   algorithm: "plot_performance_box"
14742   output-file-type: ".html"
14743   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14744   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14745   filter: "'NIC_Intel-X520-DA2' and
14746            '64B' and
14747            'NDRPDR' and
14748            'ETH' and
14749            'IP4FWD' and
14750            '2T2C' and
14751            'VHOST_1024' and
14752            not 'VXLAN' and
14753            not 'DOT1Q'"
14754   parameters:
14755   - "throughput"
14756   - "parent"
14757   - "tags"
14758   sort:
14759   - "not CFS_OPT"
14760   - "1VM"
14761   - "2VM"
14762   traces:
14763     hoverinfo: "x+y"
14764     boxpoints: "outliers"
14765     whiskerwidth: 0
14766   layout:
14767     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14768     layout: "plot-throughput"
14769
14770 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
14771 - type: "plot"
14772   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14773   algorithm: "plot_performance_box"
14774   output-file-type: ".html"
14775   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14776   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14777   filter: "'NIC_Intel-X520-DA2' and
14778            '64B' and
14779            'NDRPDR' and
14780            ('ETH' or 'DOT1Q') and
14781            'BASE' and
14782            '1T1C' and
14783            ('L2BDMACLRN' or 'L2XCFWD') and
14784            'VHOST_1024' and
14785            not 'VXLAN' and
14786            not 'IP4FWD' and
14787            not '2VM'"
14788   parameters:
14789   - "throughput"
14790   - "parent"
14791   - "tags"
14792   sort:
14793   - "L2BDMACLRN"
14794   - "L2BDMACLRN"
14795   - "L2BDMACLRN"
14796   - "L2XCFWD"
14797   - "L2XCFWD"
14798   - "L2XCFWD"
14799   traces:
14800     hoverinfo: "x+y"
14801     boxpoints: "outliers"
14802     whiskerwidth: 0
14803   layout:
14804     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14805     layout: "plot-throughput"
14806
14807 - type: "plot"
14808   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14809   algorithm: "plot_performance_box"
14810   output-file-type: ".html"
14811   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14812   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14813   filter: "'NIC_Intel-X520-DA2' and
14814            '64B' and
14815            'NDRPDR' and
14816            ('ETH' or 'DOT1Q') and
14817            'BASE' and
14818            '1T1C' and
14819            ('L2BDMACLRN' or 'L2XCFWD') and
14820            'VHOST_1024' and
14821            not 'VXLAN' and
14822            not 'IP4FWD' and
14823            not '2VM'"
14824   parameters:
14825   - "throughput"
14826   - "parent"
14827   - "tags"
14828   sort:
14829   - "L2BDMACLRN"
14830   - "L2BDMACLRN"
14831   - "L2BDMACLRN"
14832   - "L2XCFWD"
14833   - "L2XCFWD"
14834   - "L2XCFWD"
14835   traces:
14836     hoverinfo: "x+y"
14837     boxpoints: "outliers"
14838     whiskerwidth: 0
14839   layout:
14840     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14841     layout: "plot-throughput"
14842
14843 - type: "plot"
14844   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14845   algorithm: "plot_performance_box"
14846   output-file-type: ".html"
14847   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14848   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14849   filter: "'NIC_Intel-X520-DA2' and
14850            '64B' and
14851            'NDRPDR' and
14852            ('ETH' or 'DOT1Q') and
14853            'BASE' and
14854            '2T2C' and
14855            ('L2BDMACLRN' or 'L2XCFWD') and
14856            'VHOST_1024' and
14857            not 'VXLAN' and
14858            not 'IP4FWD' and
14859            not '2VM'"
14860   parameters:
14861   - "throughput"
14862   - "parent"
14863   - "tags"
14864   sort:
14865   - "L2BDMACLRN"
14866   - "L2BDMACLRN"
14867   - "L2BDMACLRN"
14868   - "L2XCFWD"
14869   - "L2XCFWD"
14870   - "L2XCFWD"
14871   traces:
14872     hoverinfo: "x+y"
14873     boxpoints: "outliers"
14874     whiskerwidth: 0
14875   layout:
14876     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14877     layout: "plot-throughput"
14878
14879 - type: "plot"
14880   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14881   algorithm: "plot_performance_box"
14882   output-file-type: ".html"
14883   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14884   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14885   filter: "'NIC_Intel-X520-DA2' and
14886            '64B' and
14887            'NDRPDR' and
14888            ('ETH' or 'DOT1Q') and
14889            'BASE' and
14890            '2T2C' and
14891            ('L2BDMACLRN' or 'L2XCFWD') and
14892            'VHOST_1024' and
14893            not 'VXLAN' and
14894            not 'IP4FWD' and
14895            not '2VM'"
14896   parameters:
14897   - "throughput"
14898   - "parent"
14899   - "tags"
14900   sort:
14901   - "L2BDMACLRN"
14902   - "L2BDMACLRN"
14903   - "L2BDMACLRN"
14904   - "L2XCFWD"
14905   - "L2XCFWD"
14906   - "L2XCFWD"
14907   traces:
14908     hoverinfo: "x+y"
14909     boxpoints: "outliers"
14910     whiskerwidth: 0
14911   layout:
14912     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14913     layout: "plot-throughput"
14914
14915 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
14916 - type: "plot"
14917   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14918   algorithm: "plot_performance_box"
14919   output-file-type: ".html"
14920   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14921   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14922   filter: "'NIC_Intel-X520-DA2' and
14923            '64B' and
14924            'NDRPDR' and
14925            ('ETH' or 'DOT1Q') and
14926            '1T1C' and
14927            ('L2BDMACLRN' or 'L2XCFWD') and
14928            'VHOST_1024' and
14929            not 'CFS_OPT' and
14930            not 'DOT1Q' and
14931            not 'VXLAN' and
14932            not 'IP4FWD' and
14933            not 'LBOND'"
14934   parameters:
14935   - "throughput"
14936   - "parent"
14937   - "tags"
14938 #  sort:
14939 #  - "1VM"
14940 #  - "L2XCFWD"
14941 #  - "1VM"
14942 #  - "L2BDMACLRN"
14943   traces:
14944     hoverinfo: "x+y"
14945     boxpoints: "outliers"
14946     whiskerwidth: 0
14947   layout:
14948     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14949     layout: "plot-throughput"
14950
14951 - type: "plot"
14952   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14953   algorithm: "plot_performance_box"
14954   output-file-type: ".html"
14955   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14956   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14957   filter: "'NIC_Intel-X520-DA2' and
14958            '64B' and
14959            'NDRPDR' and
14960            ('ETH' or 'DOT1Q') and
14961            '1T1C' and
14962            ('L2BDMACLRN' or 'L2XCFWD') and
14963            'VHOST_1024' and
14964            not 'CFS_OPT' and
14965            not 'DOT1Q' and
14966            not 'VXLAN' and
14967            not 'IP4FWD' and
14968            not 'LBOND'"
14969   parameters:
14970   - "throughput"
14971   - "parent"
14972   - "tags"
14973 #  sort:
14974 #  - "1VM"
14975 #  - "L2XCFWD"
14976 #  - "1VM"
14977 #  - "L2BDMACLRN"
14978   traces:
14979     hoverinfo: "x+y"
14980     boxpoints: "outliers"
14981     whiskerwidth: 0
14982   layout:
14983     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14984     layout: "plot-throughput"
14985
14986 - type: "plot"
14987   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14988   algorithm: "plot_performance_box"
14989   output-file-type: ".html"
14990   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14991   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14992   filter: "'NIC_Intel-X520-DA2' and
14993            '64B' and
14994            'NDRPDR' and
14995            ('ETH' or 'DOT1Q') and
14996            '2T2C' and
14997            ('L2BDMACLRN' or 'L2XCFWD') and
14998            'VHOST_1024' and
14999            not 'CFS_OPT' and
15000            not 'DOT1Q' and
15001            not 'VXLAN' and
15002            not 'IP4FWD' and
15003            not 'LBOND'"
15004   parameters:
15005   - "throughput"
15006   - "parent"
15007   - "tags"
15008 #  sort:
15009 #  - "1VM"
15010 #  - "L2XCFWD"
15011 #  - "1VM"
15012 #  - "L2BDMACLRN"
15013   traces:
15014     hoverinfo: "x+y"
15015     boxpoints: "outliers"
15016     whiskerwidth: 0
15017   layout:
15018     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15019     layout: "plot-throughput"
15020
15021 - type: "plot"
15022   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15023   algorithm: "plot_performance_box"
15024   output-file-type: ".html"
15025   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15026   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15027   filter: "'NIC_Intel-X520-DA2' and
15028            '64B' and
15029            'NDRPDR' and
15030            ('ETH' or 'DOT1Q') and
15031            '2T2C' and
15032            ('L2BDMACLRN' or 'L2XCFWD') and
15033            'VHOST_1024' and
15034            not 'CFS_OPT' and
15035            not 'DOT1Q' and
15036            not 'VXLAN' and
15037            not 'IP4FWD' and
15038            not 'LBOND'"
15039   parameters:
15040   - "throughput"
15041   - "parent"
15042   - "tags"
15043 #  sort:
15044 #  - "1VM"
15045 #  - "L2XCFWD"
15046 #  - "1VM"
15047 #  - "L2BDMACLRN"
15048   traces:
15049     hoverinfo: "x+y"
15050     boxpoints: "outliers"
15051     whiskerwidth: 0
15052   layout:
15053     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15054     layout: "plot-throughput"
15055
15056 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
15057 - type: "plot"
15058   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15059   algorithm: "plot_performance_box"
15060   output-file-type: ".html"
15061   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15062   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15063   filter: "'NIC_Intel-X710' and
15064            '64B' and
15065            'NDRPDR' and
15066            'ETH' and
15067            'IP4FWD' and
15068            '1T1C' and
15069            'VHOST_1024' and
15070            not 'VXLAN' and
15071            not 'CFS_OPT' and
15072            not 'DOT1Q'"
15073   parameters:
15074   - "throughput"
15075   - "parent"
15076   - "tags"
15077   sort:
15078   - "1VM"
15079   - "2VM"
15080   traces:
15081     hoverinfo: "x+y"
15082     boxpoints: "outliers"
15083     whiskerwidth: 0
15084   layout:
15085     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15086     layout: "plot-throughput"
15087
15088 - type: "plot"
15089   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15090   algorithm: "plot_performance_box"
15091   output-file-type: ".html"
15092   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15093   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15094   filter: "'NIC_Intel-X710' and
15095            '64B' and
15096            'NDRPDR' and
15097            'ETH' and
15098            'IP4FWD' and
15099            '2T2C' and
15100            'VHOST_1024' and
15101            not 'VXLAN' and
15102            not 'CFS_OPT' and
15103            not 'DOT1Q'"
15104   parameters:
15105   - "throughput"
15106   - "parent"
15107   - "tags"
15108   sort:
15109   - "1VM"
15110   - "2VM"
15111   traces:
15112     hoverinfo: "x+y"
15113     boxpoints: "outliers"
15114     whiskerwidth: 0
15115   layout:
15116     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15117     layout: "plot-throughput"
15118
15119 - type: "plot"
15120   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15121   algorithm: "plot_performance_box"
15122   output-file-type: ".html"
15123   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15124   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15125   filter: "'NIC_Intel-X710' and
15126            '64B' and
15127            'NDRPDR' and
15128            'ETH' and
15129            'IP4FWD' and
15130            '1T1C' and
15131            'VHOST_1024' and
15132            not 'VXLAN' and
15133            not 'CFS_OPT' and
15134            not 'DOT1Q'"
15135   parameters:
15136   - "throughput"
15137   - "parent"
15138   - "tags"
15139   sort:
15140   - "1VM"
15141   - "2VM"
15142   traces:
15143     hoverinfo: "x+y"
15144     boxpoints: "outliers"
15145     whiskerwidth: 0
15146   layout:
15147     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15148     layout: "plot-throughput"
15149
15150 - type: "plot"
15151   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15152   algorithm: "plot_performance_box"
15153   output-file-type: ".html"
15154   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15155   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15156   filter: "'NIC_Intel-X710' and
15157            '64B' and
15158            'NDRPDR' and
15159            'ETH' and
15160            'IP4FWD' and
15161            '2T2C' and
15162            'VHOST_1024' and
15163            not 'VXLAN' and
15164            not 'CFS_OPT' and
15165            not 'DOT1Q'"
15166   parameters:
15167   - "throughput"
15168   - "parent"
15169   - "tags"
15170   sort:
15171   - "1VM"
15172   - "2VM"
15173   traces:
15174     hoverinfo: "x+y"
15175     boxpoints: "outliers"
15176     whiskerwidth: 0
15177   layout:
15178     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15179     layout: "plot-throughput"
15180
15181 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
15182 - type: "plot"
15183   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15184   algorithm: "plot_performance_box"
15185   output-file-type: ".html"
15186   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15187   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15188   filter: "'NIC_Intel-X710' and
15189            '64B' and
15190            'NDRPDR' and
15191            ('ETH' or 'DOT1Q') and
15192            'BASE' and
15193            '1T1C' and
15194            ('L2BDMACLRN' or 'L2XCFWD') and
15195            'VHOST_1024' and
15196            not 'VXLAN' and
15197            not 'IP4FWD' and
15198            not '2VM'"
15199   parameters:
15200   - "throughput"
15201   - "parent"
15202   - "tags"
15203   sort:
15204   - "L2BDMACLRN"
15205   - "L2BDMACLRN"
15206   - "L2BDMACLRN"
15207   - "L2XCFWD"
15208   - "L2XCFWD"
15209   - "L2XCFWD"
15210   traces:
15211     hoverinfo: "x+y"
15212     boxpoints: "outliers"
15213     whiskerwidth: 0
15214   layout:
15215     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15216     layout: "plot-throughput"
15217
15218 - type: "plot"
15219   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15220   algorithm: "plot_performance_box"
15221   output-file-type: ".html"
15222   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15223   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15224   filter: "'NIC_Intel-X710' and
15225            '64B' and
15226            'NDRPDR' and
15227            ('ETH' or 'DOT1Q') and
15228            'BASE' and
15229            '1T1C' and
15230            ('L2BDMACLRN' or 'L2XCFWD') and
15231            'VHOST_1024' and
15232            not 'VXLAN' and
15233            not 'IP4FWD' and
15234            not '2VM'"
15235   parameters:
15236   - "throughput"
15237   - "parent"
15238   - "tags"
15239   sort:
15240   - "L2BDMACLRN"
15241   - "L2BDMACLRN"
15242   - "L2BDMACLRN"
15243   - "L2XCFWD"
15244   - "L2XCFWD"
15245   - "L2XCFWD"
15246   traces:
15247     hoverinfo: "x+y"
15248     boxpoints: "outliers"
15249     whiskerwidth: 0
15250   layout:
15251     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15252     layout: "plot-throughput"
15253
15254 - type: "plot"
15255   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15256   algorithm: "plot_performance_box"
15257   output-file-type: ".html"
15258   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15259   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15260   filter: "'NIC_Intel-X710' and
15261            '64B' and
15262            'NDRPDR' and
15263            ('ETH' or 'DOT1Q') and
15264            'BASE' and
15265            '2T2C' and
15266            ('L2BDMACLRN' or 'L2XCFWD') and
15267            'VHOST_1024' and
15268            not 'VXLAN' and
15269            not 'IP4FWD' and
15270            not '2VM'"
15271   parameters:
15272   - "throughput"
15273   - "parent"
15274   - "tags"
15275   sort:
15276   - "L2BDMACLRN"
15277   - "L2BDMACLRN"
15278   - "L2BDMACLRN"
15279   - "L2XCFWD"
15280   - "L2XCFWD"
15281   - "L2XCFWD"
15282   traces:
15283     hoverinfo: "x+y"
15284     boxpoints: "outliers"
15285     whiskerwidth: 0
15286   layout:
15287     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15288     layout: "plot-throughput"
15289
15290 - type: "plot"
15291   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15292   algorithm: "plot_performance_box"
15293   output-file-type: ".html"
15294   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15295   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15296   filter: "'NIC_Intel-X710' and
15297            '64B' and
15298            'NDRPDR' and
15299            ('ETH' or 'DOT1Q') and
15300            'BASE' and
15301            '2T2C' and
15302            ('L2BDMACLRN' or 'L2XCFWD') and
15303            'VHOST_1024' and
15304            not 'VXLAN' and
15305            not 'IP4FWD' and
15306            not '2VM'"
15307   parameters:
15308   - "throughput"
15309   - "parent"
15310   - "tags"
15311   sort:
15312   - "L2BDMACLRN"
15313   - "L2BDMACLRN"
15314   - "L2BDMACLRN"
15315   - "L2XCFWD"
15316   - "L2XCFWD"
15317   - "L2XCFWD"
15318   traces:
15319     hoverinfo: "x+y"
15320     boxpoints: "outliers"
15321     whiskerwidth: 0
15322   layout:
15323     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15324     layout: "plot-throughput"
15325
15326 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
15327 - type: "plot"
15328   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15329   algorithm: "plot_performance_box"
15330   output-file-type: ".html"
15331   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15332   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15333   filter: "'NIC_Intel-X710' and
15334            '64B' and
15335            'NDRPDR' and
15336            ('ETH' or 'DOT1Q') and
15337            '1T1C' and
15338            ('L2BDMACLRN' or 'L2XCFWD') and
15339            'VHOST_1024' and
15340            not 'CFS_OPT' and
15341            not 'VXLAN' and
15342            not 'IP4FWD' and
15343            not 'LBOND'"
15344   parameters:
15345   - "throughput"
15346   - "parent"
15347   - "tags"
15348   sort:
15349   - "L2BDMACLRN"
15350   - "L2BDMACLRN"
15351   - "L2BDMACLRN"
15352   - "L2XCFWD"
15353   - "L2XCFWD"
15354   - "L2XCFWD"
15355   traces:
15356     hoverinfo: "x+y"
15357     boxpoints: "outliers"
15358     whiskerwidth: 0
15359   layout:
15360     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15361     layout: "plot-throughput"
15362
15363 - type: "plot"
15364   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15365   algorithm: "plot_performance_box"
15366   output-file-type: ".html"
15367   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15368   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15369   filter: "'NIC_Intel-X710' and
15370            '64B' and
15371            'NDRPDR' and
15372            ('ETH' or 'DOT1Q') and
15373            '1T1C' and
15374            ('L2BDMACLRN' or 'L2XCFWD') and
15375            'VHOST_1024' and
15376            not 'CFS_OPT' and
15377            not 'VXLAN' and
15378            not 'IP4FWD' and
15379            not 'LBOND'"
15380   parameters:
15381   - "throughput"
15382   - "parent"
15383   - "tags"
15384   sort:
15385   - "L2BDMACLRN"
15386   - "L2BDMACLRN"
15387   - "L2BDMACLRN"
15388   - "L2XCFWD"
15389   - "L2XCFWD"
15390   - "L2XCFWD"
15391   traces:
15392     hoverinfo: "x+y"
15393     boxpoints: "outliers"
15394     whiskerwidth: 0
15395   layout:
15396     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15397     layout: "plot-throughput"
15398
15399 - type: "plot"
15400   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15401   algorithm: "plot_performance_box"
15402   output-file-type: ".html"
15403   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15404   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15405   filter: "'NIC_Intel-X710' and
15406            '64B' and
15407            'NDRPDR' and
15408            ('ETH' or 'DOT1Q') and
15409            '2T2C' and
15410            ('L2BDMACLRN' or 'L2XCFWD') and
15411            'VHOST_1024' and
15412            not 'CFS_OPT' and
15413            not 'VXLAN' and
15414            not 'IP4FWD' and
15415            not 'LBOND'"
15416   parameters:
15417   - "throughput"
15418   - "parent"
15419   - "tags"
15420   sort:
15421   - "L2BDMACLRN"
15422   - "L2BDMACLRN"
15423   - "L2BDMACLRN"
15424   - "L2XCFWD"
15425   - "L2XCFWD"
15426   - "L2XCFWD"
15427   traces:
15428     hoverinfo: "x+y"
15429     boxpoints: "outliers"
15430     whiskerwidth: 0
15431   layout:
15432     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15433     layout: "plot-throughput"
15434
15435 - type: "plot"
15436   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15437   algorithm: "plot_performance_box"
15438   output-file-type: ".html"
15439   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15440   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15441   filter: "'NIC_Intel-X710' and
15442            '64B' and
15443            'NDRPDR' and
15444            ('ETH' or 'DOT1Q') and
15445            '2T2C' and
15446            ('L2BDMACLRN' or 'L2XCFWD') and
15447            'VHOST_1024' and
15448            not 'CFS_OPT' and
15449            not 'VXLAN' and
15450            not 'IP4FWD' and
15451            not 'LBOND'"
15452   parameters:
15453   - "throughput"
15454   - "parent"
15455   - "tags"
15456   sort:
15457   - "L2BDMACLRN"
15458   - "L2BDMACLRN"
15459   - "L2BDMACLRN"
15460   - "L2XCFWD"
15461   - "L2XCFWD"
15462   - "L2XCFWD"
15463   traces:
15464     hoverinfo: "x+y"
15465     boxpoints: "outliers"
15466     whiskerwidth: 0
15467   layout:
15468     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15469     layout: "plot-throughput"
15470
15471 # Packet Throughput - VPP vhost ip4 3n-skx-x710
15472 - type: "plot"
15473   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15474   algorithm: "plot_performance_box"
15475   output-file-type: ".html"
15476   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15477   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15478   filter: "'NIC_Intel-X710' and
15479            '64B' and
15480            'NDRPDR' and
15481            'ETH' and
15482            'IP4FWD' and
15483            '2T1C' and
15484            'VHOST_1024' and
15485            not 'VXLAN' and
15486            not 'DOT1Q'"
15487   parameters:
15488   - "throughput"
15489   - "parent"
15490   - "tags"
15491   sort:
15492   - "1VM"
15493   - "2VM"
15494   traces:
15495     hoverinfo: "x+y"
15496     boxpoints: "outliers"
15497     whiskerwidth: 0
15498   layout:
15499     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15500     layout: "plot-throughput"
15501
15502 - type: "plot"
15503   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15504   algorithm: "plot_performance_box"
15505   output-file-type: ".html"
15506   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15507   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15508   filter: "'NIC_Intel-X710' and
15509            '64B' and
15510            'NDRPDR' and
15511            'ETH' and
15512            'IP4FWD' and
15513            '4T2C' and
15514            'VHOST_1024' and
15515            not 'VXLAN' and
15516            not 'DOT1Q'"
15517   parameters:
15518   - "throughput"
15519   - "parent"
15520   - "tags"
15521   sort:
15522   - "1VM"
15523   - "2VM"
15524   traces:
15525     hoverinfo: "x+y"
15526     boxpoints: "outliers"
15527     whiskerwidth: 0
15528   layout:
15529     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15530     layout: "plot-throughput"
15531
15532 - type: "plot"
15533   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15534   algorithm: "plot_performance_box"
15535   output-file-type: ".html"
15536   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15537   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15538   filter: "'NIC_Intel-X710' and
15539            '64B' and
15540            'NDRPDR' and
15541            'ETH' and
15542            'IP4FWD' and
15543            '2T1C' and
15544            'VHOST_1024' and
15545            not 'VXLAN' and
15546            not 'DOT1Q'"
15547   parameters:
15548   - "throughput"
15549   - "parent"
15550   - "tags"
15551   sort:
15552   - "1VM"
15553   - "2VM"
15554   traces:
15555     hoverinfo: "x+y"
15556     boxpoints: "outliers"
15557     whiskerwidth: 0
15558   layout:
15559     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15560     layout: "plot-throughput"
15561
15562 - type: "plot"
15563   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15564   algorithm: "plot_performance_box"
15565   output-file-type: ".html"
15566   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15567   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15568   filter: "'NIC_Intel-X710' and
15569            '64B' and
15570            'NDRPDR' and
15571            'ETH' and
15572            'IP4FWD' and
15573            '4T2C' and
15574            'VHOST_1024' and
15575            not 'VXLAN' and
15576            not 'DOT1Q'"
15577   parameters:
15578   - "throughput"
15579   - "parent"
15580   - "tags"
15581   sort:
15582   - "1VM"
15583   - "2VM"
15584   traces:
15585     hoverinfo: "x+y"
15586     boxpoints: "outliers"
15587     whiskerwidth: 0
15588   layout:
15589     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15590     layout: "plot-throughput"
15591
15592 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
15593 - type: "plot"
15594   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15595   algorithm: "plot_performance_box"
15596   output-file-type: ".html"
15597   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15598   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15599   filter: "'NIC_Intel-X710' and
15600            '64B' and
15601            'NDRPDR' and
15602            ('ETH' or 'DOT1Q') and
15603            'BASE' and
15604            '2T1C' and
15605            ('L2BDMACLRN' or 'L2XCFWD') and
15606            'VHOST_1024' and
15607            not 'VXLAN' and
15608            not 'IP4FWD' and
15609            not '2VM'"
15610   parameters:
15611   - "throughput"
15612   - "parent"
15613   - "tags"
15614   sort:
15615   - "L2BDMACLRN"
15616   - "L2BDMACLRN"
15617   - "L2BDMACLRN"
15618   - "L2XCFWD"
15619   - "L2XCFWD"
15620   - "L2XCFWD"
15621   traces:
15622     hoverinfo: "x+y"
15623     boxpoints: "outliers"
15624     whiskerwidth: 0
15625   layout:
15626     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15627     layout: "plot-throughput"
15628
15629 - type: "plot"
15630   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15631   algorithm: "plot_performance_box"
15632   output-file-type: ".html"
15633   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15634   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15635   filter: "'NIC_Intel-X710' and
15636            '64B' and
15637            'NDRPDR' and
15638            ('ETH' or 'DOT1Q') and
15639            'BASE' and
15640            '2T1C' and
15641            ('L2BDMACLRN' or 'L2XCFWD') and
15642            'VHOST_1024' and
15643            not 'VXLAN' and
15644            not 'IP4FWD' and
15645            not '2VM'"
15646   parameters:
15647   - "throughput"
15648   - "parent"
15649   - "tags"
15650   sort:
15651   - "L2BDMACLRN"
15652   - "L2BDMACLRN"
15653   - "L2BDMACLRN"
15654   - "L2XCFWD"
15655   - "L2XCFWD"
15656   - "L2XCFWD"
15657   traces:
15658     hoverinfo: "x+y"
15659     boxpoints: "outliers"
15660     whiskerwidth: 0
15661   layout:
15662     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15663     layout: "plot-throughput"
15664
15665 - type: "plot"
15666   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15667   algorithm: "plot_performance_box"
15668   output-file-type: ".html"
15669   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15670   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15671   filter: "'NIC_Intel-X710' and
15672            '64B' and
15673            'NDRPDR' and
15674            ('ETH' or 'DOT1Q') and
15675            'BASE' and
15676            '4T2C' and
15677            ('L2BDMACLRN' or 'L2XCFWD') and
15678            'VHOST_1024' and
15679            not 'VXLAN' and
15680            not 'IP4FWD' and
15681            not '2VM'"
15682   parameters:
15683   - "throughput"
15684   - "parent"
15685   - "tags"
15686   sort:
15687   - "L2BDMACLRN"
15688   - "L2BDMACLRN"
15689   - "L2BDMACLRN"
15690   - "L2XCFWD"
15691   - "L2XCFWD"
15692   - "L2XCFWD"
15693   traces:
15694     hoverinfo: "x+y"
15695     boxpoints: "outliers"
15696     whiskerwidth: 0
15697   layout:
15698     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15699     layout: "plot-throughput"
15700
15701 - type: "plot"
15702   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15703   algorithm: "plot_performance_box"
15704   output-file-type: ".html"
15705   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15706   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15707   filter: "'NIC_Intel-X710' and
15708            '64B' and
15709            'NDRPDR' and
15710            ('ETH' or 'DOT1Q') and
15711            'BASE' and
15712            '4T2C' and
15713            ('L2BDMACLRN' or 'L2XCFWD') and
15714            'VHOST_1024' and
15715            not 'VXLAN' and
15716            not 'IP4FWD' and
15717            not '2VM'"
15718   parameters:
15719   - "throughput"
15720   - "parent"
15721   - "tags"
15722   sort:
15723   - "L2BDMACLRN"
15724   - "L2BDMACLRN"
15725   - "L2BDMACLRN"
15726   - "L2XCFWD"
15727   - "L2XCFWD"
15728   - "L2XCFWD"
15729   traces:
15730     hoverinfo: "x+y"
15731     boxpoints: "outliers"
15732     whiskerwidth: 0
15733   layout:
15734     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15735     layout: "plot-throughput"
15736
15737 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
15738 - type: "plot"
15739   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15740   algorithm: "plot_performance_box"
15741   output-file-type: ".html"
15742   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15743   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15744   filter: "'NIC_Intel-X710' and
15745            '64B' and
15746            'NDRPDR' and
15747            ('ETH' or 'DOT1Q') and
15748            '2T1C' and
15749            ('L2BDMACLRN' or 'L2XCFWD') and
15750            'VHOST_1024' and
15751            not 'CFS_OPT' and
15752            not 'VXLAN' and
15753            not 'IP4FWD' and
15754            not 'LBOND'"
15755   parameters:
15756   - "throughput"
15757   - "parent"
15758   - "tags"
15759   sort:
15760   - "L2BDMACLRN"
15761   - "L2BDMACLRN"
15762   - "L2BDMACLRN"
15763   - "L2XCFWD"
15764   - "L2XCFWD"
15765   - "L2XCFWD"
15766   traces:
15767     hoverinfo: "x+y"
15768     boxpoints: "outliers"
15769     whiskerwidth: 0
15770   layout:
15771     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15772     layout: "plot-throughput"
15773
15774 - type: "plot"
15775   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15776   algorithm: "plot_performance_box"
15777   output-file-type: ".html"
15778   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15779   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15780   filter: "'NIC_Intel-X710' and
15781            '64B' and
15782            'NDRPDR' and
15783            ('ETH' or 'DOT1Q') and
15784            '2T1C' and
15785            ('L2BDMACLRN' or 'L2XCFWD') and
15786            'VHOST_1024' and
15787            not 'CFS_OPT' and
15788            not 'VXLAN' and
15789            not 'IP4FWD' and
15790            not 'LBOND'"
15791   parameters:
15792   - "throughput"
15793   - "parent"
15794   - "tags"
15795   sort:
15796   - "L2BDMACLRN"
15797   - "L2BDMACLRN"
15798   - "L2BDMACLRN"
15799   - "L2XCFWD"
15800   - "L2XCFWD"
15801   - "L2XCFWD"
15802   traces:
15803     hoverinfo: "x+y"
15804     boxpoints: "outliers"
15805     whiskerwidth: 0
15806   layout:
15807     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15808     layout: "plot-throughput"
15809
15810 - type: "plot"
15811   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15812   algorithm: "plot_performance_box"
15813   output-file-type: ".html"
15814   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15815   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15816   filter: "'NIC_Intel-X710' and
15817            '64B' and
15818            'NDRPDR' and
15819            ('ETH' or 'DOT1Q') and
15820            '4T2C' and
15821            ('L2BDMACLRN' or 'L2XCFWD') and
15822            'VHOST_1024' and
15823            not 'CFS_OPT' and
15824            not 'VXLAN' and
15825            not 'IP4FWD' and
15826            not 'LBOND'"
15827   parameters:
15828   - "throughput"
15829   - "parent"
15830   - "tags"
15831   sort:
15832   - "L2BDMACLRN"
15833   - "L2BDMACLRN"
15834   - "L2BDMACLRN"
15835   - "L2XCFWD"
15836   - "L2XCFWD"
15837   - "L2XCFWD"
15838   traces:
15839     hoverinfo: "x+y"
15840     boxpoints: "outliers"
15841     whiskerwidth: 0
15842   layout:
15843     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15844     layout: "plot-throughput"
15845
15846 - type: "plot"
15847   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15848   algorithm: "plot_performance_box"
15849   output-file-type: ".html"
15850   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15851   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15852   filter: "'NIC_Intel-X710' and
15853            '64B' and
15854            'NDRPDR' and
15855            ('ETH' or 'DOT1Q') and
15856            '4T2C' and
15857            ('L2BDMACLRN' or 'L2XCFWD') and
15858            'VHOST_1024' and
15859            not 'CFS_OPT' and
15860            not 'VXLAN' and
15861            not 'IP4FWD' and
15862            not 'LBOND'"
15863   parameters:
15864   - "throughput"
15865   - "parent"
15866   - "tags"
15867   sort:
15868   - "L2BDMACLRN"
15869   - "L2BDMACLRN"
15870   - "L2BDMACLRN"
15871   - "L2XCFWD"
15872   - "L2XCFWD"
15873   - "L2XCFWD"
15874   traces:
15875     hoverinfo: "x+y"
15876     boxpoints: "outliers"
15877     whiskerwidth: 0
15878   layout:
15879     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15880     layout: "plot-throughput"
15881
15882 # Packet Throughput - VPP vhost ip4 2n-skx-x710
15883 - type: "plot"
15884   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15885   algorithm: "plot_performance_box"
15886   output-file-type: ".html"
15887   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15888   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15889   filter: "'NIC_Intel-X710' and
15890            '64B' and
15891            'NDRPDR' and
15892            'ETH' and
15893            'IP4FWD' and
15894            '2T1C' and
15895            'VHOST_1024' and
15896            not 'VXLAN' and
15897            not 'NF_DENSITY' and
15898            not 'CFS_OPT' and
15899            not 'DOT1Q'"
15900   parameters:
15901   - "throughput"
15902   - "parent"
15903   - "tags"
15904   sort:
15905   - "1VM"
15906   - "2VM"
15907   traces:
15908     hoverinfo: "x+y"
15909     boxpoints: "outliers"
15910     whiskerwidth: 0
15911   layout:
15912     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15913     layout: "plot-throughput"
15914
15915 - type: "plot"
15916   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15917   algorithm: "plot_performance_box"
15918   output-file-type: ".html"
15919   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15920   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15921   filter: "'NIC_Intel-X710' and
15922            '64B' and
15923            'NDRPDR' and
15924            'ETH' and
15925            'IP4FWD' and
15926            '4T2C' and
15927            'VHOST_1024' and
15928            not 'VXLAN' and
15929            not 'NF_DENSITY' and
15930            not 'CFS_OPT' and
15931            not 'DOT1Q'"
15932   parameters:
15933   - "throughput"
15934   - "parent"
15935   - "tags"
15936   sort:
15937   - "1VM"
15938   - "2VM"
15939   traces:
15940     hoverinfo: "x+y"
15941     boxpoints: "outliers"
15942     whiskerwidth: 0
15943   layout:
15944     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15945     layout: "plot-throughput"
15946
15947 - type: "plot"
15948   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15949   algorithm: "plot_performance_box"
15950   output-file-type: ".html"
15951   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15952   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15953   filter: "'NIC_Intel-X710' and
15954            '64B' and
15955            'NDRPDR' and
15956            'ETH' and
15957            'IP4FWD' and
15958            '2T1C' and
15959            'VHOST_1024' and
15960            not 'VXLAN' and
15961            not 'NF_DENSITY' and
15962            not 'CFS_OPT' and
15963            not 'DOT1Q'"
15964   parameters:
15965   - "throughput"
15966   - "parent"
15967   - "tags"
15968   sort:
15969   - "1VM"
15970   - "2VM"
15971   traces:
15972     hoverinfo: "x+y"
15973     boxpoints: "outliers"
15974     whiskerwidth: 0
15975   layout:
15976     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15977     layout: "plot-throughput"
15978
15979 - type: "plot"
15980   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15981   algorithm: "plot_performance_box"
15982   output-file-type: ".html"
15983   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15984   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15985   filter: "'NIC_Intel-X710' and
15986            '64B' and
15987            'NDRPDR' and
15988            'ETH' and
15989            'IP4FWD' and
15990            '4T2C' and
15991            'VHOST_1024' and
15992            not 'VXLAN' and
15993            not 'NF_DENSITY' and
15994            not 'CFS_OPT' and
15995            not 'DOT1Q'"
15996   parameters:
15997   - "throughput"
15998   - "parent"
15999   - "tags"
16000   sort:
16001   - "1VM"
16002   - "2VM"
16003   traces:
16004     hoverinfo: "x+y"
16005     boxpoints: "outliers"
16006     whiskerwidth: 0
16007   layout:
16008     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16009     layout: "plot-throughput"
16010
16011 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
16012 - type: "plot"
16013   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16014   algorithm: "plot_performance_box"
16015   output-file-type: ".html"
16016   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16017   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16018   filter: "'NIC_Intel-X710' and
16019            '64B' and
16020            'NDRPDR' and
16021            ('ETH' or 'DOT1Q') and
16022            'BASE' and
16023            '2T1C' and
16024            ('L2BDMACLRN' or 'L2XCFWD') and
16025            'VHOST_1024' and
16026            not 'VXLAN' and
16027            not 'NF_DENSITY' and
16028            not 'IP4FWD' and
16029            not '2VM'"
16030   parameters:
16031   - "throughput"
16032   - "parent"
16033   - "tags"
16034 #  sort:
16035 #  - "not CFS_OPT"
16036 #  - "L2XCFWD"
16037 #  - "not CFS_OPT"
16038 #  - "CFS_OPT"
16039   traces:
16040     hoverinfo: "x+y"
16041     boxpoints: "outliers"
16042     whiskerwidth: 0
16043   layout:
16044     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16045     layout: "plot-throughput"
16046
16047 - type: "plot"
16048   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16049   algorithm: "plot_performance_box"
16050   output-file-type: ".html"
16051   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16052   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16053   filter: "'NIC_Intel-X710' and
16054            '64B' and
16055            'NDRPDR' and
16056            ('ETH' or 'DOT1Q') and
16057            'BASE' and
16058            '2T1C' and
16059            ('L2BDMACLRN' or 'L2XCFWD') and
16060            'VHOST_1024' and
16061            not 'VXLAN' and
16062            not 'NF_DENSITY' and
16063            not 'IP4FWD' and
16064            not '2VM'"
16065   parameters:
16066   - "throughput"
16067   - "parent"
16068   - "tags"
16069 #  sort:
16070 #  - "not CFS_OPT"
16071 #  - "L2XCFWD"
16072 #  - "not CFS_OPT"
16073 #  - "CFS_OPT"
16074   traces:
16075     hoverinfo: "x+y"
16076     boxpoints: "outliers"
16077     whiskerwidth: 0
16078   layout:
16079     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16080     layout: "plot-throughput"
16081
16082 - type: "plot"
16083   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16084   algorithm: "plot_performance_box"
16085   output-file-type: ".html"
16086   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16087   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16088   filter: "'NIC_Intel-X710' and
16089            '64B' and
16090            'NDRPDR' and
16091            ('ETH' or 'DOT1Q') and
16092            'BASE' and
16093            '4T2C' and
16094            ('L2BDMACLRN' or 'L2XCFWD') and
16095            'VHOST_1024' and
16096            not 'VXLAN' and
16097            not 'NF_DENSITY' and
16098            not 'IP4FWD' and
16099            not '2VM'"
16100   parameters:
16101   - "throughput"
16102   - "parent"
16103   - "tags"
16104 #  sort:
16105 #  - "not CFS_OPT"
16106 #  - "L2XCFWD"
16107 #  - "not CFS_OPT"
16108 #  - "CFS_OPT"
16109   traces:
16110     hoverinfo: "x+y"
16111     boxpoints: "outliers"
16112     whiskerwidth: 0
16113   layout:
16114     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16115     layout: "plot-throughput"
16116
16117 - type: "plot"
16118   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16119   algorithm: "plot_performance_box"
16120   output-file-type: ".html"
16121   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16122   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16123   filter: "'NIC_Intel-X710' and
16124            '64B' and
16125            'NDRPDR' and
16126            ('ETH' or 'DOT1Q') and
16127            'BASE' and
16128            '4T2C' and
16129            ('L2BDMACLRN' or 'L2XCFWD') and
16130            'VHOST_1024' and
16131            not 'VXLAN' and
16132            not 'NF_DENSITY' and
16133            not 'IP4FWD' and
16134            not '2VM'"
16135   parameters:
16136   - "throughput"
16137   - "parent"
16138   - "tags"
16139 #  sort:
16140 #  - "not CFS_OPT"
16141 #  - "L2XCFWD"
16142 #  - "not CFS_OPT"
16143 #  - "CFS_OPT"
16144   traces:
16145     hoverinfo: "x+y"
16146     boxpoints: "outliers"
16147     whiskerwidth: 0
16148   layout:
16149     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16150     layout: "plot-throughput"
16151
16152 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
16153 - type: "plot"
16154   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16155   algorithm: "plot_performance_box"
16156   output-file-type: ".html"
16157   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16158   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16159   filter: "'NIC_Intel-X710' and
16160            '64B' and
16161            'NDRPDR' and
16162            ('ETH' or 'DOT1Q') and
16163            '2T1C' and
16164            ('L2BDMACLRN' or 'L2XCFWD') and
16165            'VHOST_1024' and
16166            not 'CFS_OPT' and
16167            not 'VXLAN' and
16168            not 'NF_DENSITY' and
16169            not 'DOT1Q' and
16170            not 'IP4FWD'"
16171   parameters:
16172   - "throughput"
16173   - "parent"
16174   - "tags"
16175 #  sort:
16176 #  - "1VM"
16177 #  - "L2XCFWD"
16178 #  - "1VM"
16179 #  - "L2BDMACLRN"
16180   traces:
16181     hoverinfo: "x+y"
16182     boxpoints: "outliers"
16183     whiskerwidth: 0
16184   layout:
16185     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16186     layout: "plot-throughput"
16187
16188 - type: "plot"
16189   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16190   algorithm: "plot_performance_box"
16191   output-file-type: ".html"
16192   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16193   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16194   filter: "'NIC_Intel-X710' and
16195            '64B' and
16196            'NDRPDR' and
16197            ('ETH' or 'DOT1Q') and
16198            '2T1C' and
16199            ('L2BDMACLRN' or 'L2XCFWD') and
16200            'VHOST_1024' and
16201            not 'CFS_OPT' and
16202            not 'VXLAN' and
16203            not 'NF_DENSITY' and
16204            not 'DOT1Q' and
16205            not 'IP4FWD'"
16206   parameters:
16207   - "throughput"
16208   - "parent"
16209   - "tags"
16210 #  sort:
16211 #  - "1VM"
16212 #  - "L2XCFWD"
16213 #  - "1VM"
16214 #  - "L2BDMACLRN"
16215   traces:
16216     hoverinfo: "x+y"
16217     boxpoints: "outliers"
16218     whiskerwidth: 0
16219   layout:
16220     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16221     layout: "plot-throughput"
16222
16223 - type: "plot"
16224   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16225   algorithm: "plot_performance_box"
16226   output-file-type: ".html"
16227   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16228   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16229   filter: "'NIC_Intel-X710' and
16230            '64B' and
16231            'NDRPDR' and
16232            ('ETH' or 'DOT1Q') and
16233            '4T2C' and
16234            ('L2BDMACLRN' or 'L2XCFWD') and
16235            'VHOST_1024' and
16236            not 'CFS_OPT' and
16237            not 'VXLAN' and
16238            not 'NF_DENSITY' and
16239            not 'DOT1Q' and
16240            not 'IP4FWD'"
16241   parameters:
16242   - "throughput"
16243   - "parent"
16244   - "tags"
16245 #  sort:
16246 #  - "1VM"
16247 #  - "L2XCFWD"
16248 #  - "1VM"
16249 #  - "L2BDMACLRN"
16250   traces:
16251     hoverinfo: "x+y"
16252     boxpoints: "outliers"
16253     whiskerwidth: 0
16254   layout:
16255     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16256     layout: "plot-throughput"
16257
16258 - type: "plot"
16259   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16260   algorithm: "plot_performance_box"
16261   output-file-type: ".html"
16262   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16263   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16264   filter: "'NIC_Intel-X710' and
16265            '64B' and
16266            'NDRPDR' and
16267            ('ETH' or 'DOT1Q') and
16268            '4T2C' and
16269            ('L2BDMACLRN' or 'L2XCFWD') and
16270            'VHOST_1024' and
16271            not 'CFS_OPT' and
16272            not 'VXLAN' and
16273            not 'NF_DENSITY' and
16274            not 'DOT1Q' and
16275            not 'IP4FWD'"
16276   parameters:
16277   - "throughput"
16278   - "parent"
16279   - "tags"
16280 #  sort:
16281 #  - "1VM"
16282 #  - "L2XCFWD"
16283 #  - "1VM"
16284 #  - "L2BDMACLRN"
16285   traces:
16286     hoverinfo: "x+y"
16287     boxpoints: "outliers"
16288     whiskerwidth: 0
16289   layout:
16290     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16291     layout: "plot-throughput"
16292
16293 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
16294 - type: "plot"
16295   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16296   algorithm: "plot_performance_box"
16297   output-file-type: ".html"
16298   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16299   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16300   filter: "'NIC_Intel-XXV710' and
16301            '64B' and
16302            'NDRPDR' and
16303            'ETH' and
16304            'IP4FWD' and
16305            '2T1C' and
16306            'VHOST_1024' and
16307            not 'VXLAN' and
16308            not 'CFS_OPT' and
16309            not 'DOT1Q'"
16310   parameters:
16311   - "throughput"
16312   - "parent"
16313   - "tags"
16314   sort:
16315   - "1VM"
16316   - "2VM"
16317   traces:
16318     hoverinfo: "x+y"
16319     boxpoints: "outliers"
16320     whiskerwidth: 0
16321   layout:
16322     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16323     layout: "plot-throughput"
16324
16325 - type: "plot"
16326   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16327   algorithm: "plot_performance_box"
16328   output-file-type: ".html"
16329   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16330   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16331   filter: "'NIC_Intel-XXV710' and
16332            '64B' and
16333            'NDRPDR' and
16334            'ETH' and
16335            'IP4FWD' and
16336            '4T2C' and
16337            'VHOST_1024' and
16338            not 'VXLAN' and
16339            not 'CFS_OPT' and
16340            not 'DOT1Q'"
16341   parameters:
16342   - "throughput"
16343   - "parent"
16344   - "tags"
16345   sort:
16346   - "1VM"
16347   - "2VM"
16348   traces:
16349     hoverinfo: "x+y"
16350     boxpoints: "outliers"
16351     whiskerwidth: 0
16352   layout:
16353     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16354     layout: "plot-throughput"
16355
16356 - type: "plot"
16357   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16358   algorithm: "plot_performance_box"
16359   output-file-type: ".html"
16360   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16361   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16362   filter: "'NIC_Intel-XXV710' and
16363            '64B' and
16364            'NDRPDR' and
16365            'ETH' and
16366            'IP4FWD' and
16367            '2T1C' and
16368            'VHOST_1024' and
16369            not 'VXLAN' and
16370            not 'CFS_OPT' and
16371            not 'DOT1Q'"
16372   parameters:
16373   - "throughput"
16374   - "parent"
16375   - "tags"
16376   sort:
16377   - "1VM"
16378   - "2VM"
16379   traces:
16380     hoverinfo: "x+y"
16381     boxpoints: "outliers"
16382     whiskerwidth: 0
16383   layout:
16384     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16385     layout: "plot-throughput"
16386
16387 - type: "plot"
16388   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16389   algorithm: "plot_performance_box"
16390   output-file-type: ".html"
16391   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16392   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16393   filter: "'NIC_Intel-XXV710' and
16394            '64B' and
16395            'NDRPDR' and
16396            'ETH' and
16397            'IP4FWD' and
16398            '4T2C' and
16399            'VHOST_1024' and
16400            not 'VXLAN' and
16401            not 'CFS_OPT' and
16402            not 'DOT1Q'"
16403   parameters:
16404   - "throughput"
16405   - "parent"
16406   - "tags"
16407   sort:
16408   - "1VM"
16409   - "2VM"
16410   traces:
16411     hoverinfo: "x+y"
16412     boxpoints: "outliers"
16413     whiskerwidth: 0
16414   layout:
16415     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16416     layout: "plot-throughput"
16417
16418 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
16419 #- type: "plot"
16420 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16421 #  algorithm: "plot_performance_box"
16422 #  output-file-type: ".html"
16423 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16424 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16425 #  filter: "'NIC_Intel-XXV710' and
16426 #           '64B' and
16427 #           'NDRPDR' and
16428 #           ('ETH' or 'DOT1Q') and
16429 #           'BASE' and
16430 #           '2T1C' and
16431 #           ('L2BDMACLRN' or 'L2XCFWD') and
16432 #           'VHOST_1024' and
16433 #           not 'VXLAN' and
16434 #           not 'IP4FWD' and
16435 #           not '2VM'"
16436 #  parameters:
16437 #  - "throughput"
16438 #  - "parent"
16439 #  - "tags"
16440 ##  sort:
16441 ##  - "not CFS_OPT"
16442 ##  - "L2XCFWD"
16443 ##  - "not CFS_OPT"
16444 ##  - "CFS_OPT"
16445 #  traces:
16446 #    hoverinfo: "x+y"
16447 #    boxpoints: "outliers"
16448 #    whiskerwidth: 0
16449 #  layout:
16450 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16451 #    layout: "plot-throughput"
16452 #
16453 #- type: "plot"
16454 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16455 #  algorithm: "plot_performance_box"
16456 #  output-file-type: ".html"
16457 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16458 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16459 #  filter: "'NIC_Intel-XXV710' and
16460 #           '64B' and
16461 #           'NDRPDR' and
16462 #           ('ETH' or 'DOT1Q') and
16463 #           'BASE' and
16464 #           '2T1C' and
16465 #           ('L2BDMACLRN' or 'L2XCFWD') and
16466 #           'VHOST_1024' and
16467 #           not 'VXLAN' and
16468 #           not 'IP4FWD' and
16469 #           not '2VM'"
16470 #  parameters:
16471 #  - "throughput"
16472 #  - "parent"
16473 #  - "tags"
16474 ##  sort:
16475 ##  - "not CFS_OPT"
16476 ##  - "L2XCFWD"
16477 ##  - "not CFS_OPT"
16478 ##  - "CFS_OPT"
16479 #  traces:
16480 #    hoverinfo: "x+y"
16481 #    boxpoints: "outliers"
16482 #    whiskerwidth: 0
16483 #  layout:
16484 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16485 #    layout: "plot-throughput"
16486 #
16487 #- type: "plot"
16488 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16489 #  algorithm: "plot_performance_box"
16490 #  output-file-type: ".html"
16491 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16492 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16493 #  filter: "'NIC_Intel-XXV710' and
16494 #           '64B' and
16495 #           'NDRPDR' and
16496 #           ('ETH' or 'DOT1Q') and
16497 #           'BASE' and
16498 #           '4T2C' and
16499 #           ('L2BDMACLRN' or 'L2XCFWD') and
16500 #           'VHOST_1024' and
16501 #           not 'VXLAN' and
16502 #           not 'IP4FWD' and
16503 #           not '2VM'"
16504 #  parameters:
16505 #  - "throughput"
16506 #  - "parent"
16507 #  - "tags"
16508 ##  sort:
16509 ##  - "not CFS_OPT"
16510 ##  - "L2XCFWD"
16511 ##  - "not CFS_OPT"
16512 ##  - "CFS_OPT"
16513 #  traces:
16514 #    hoverinfo: "x+y"
16515 #    boxpoints: "outliers"
16516 #    whiskerwidth: 0
16517 #  layout:
16518 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16519 #    layout: "plot-throughput"
16520 #
16521 #- type: "plot"
16522 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16523 #  algorithm: "plot_performance_box"
16524 #  output-file-type: ".html"
16525 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16526 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16527 #  filter: "'NIC_Intel-XXV710' and
16528 #           '64B' and
16529 #           'NDRPDR' and
16530 #           ('ETH' or 'DOT1Q') and
16531 #           'BASE' and
16532 #           '4T2C' and
16533 #           ('L2BDMACLRN' or 'L2XCFWD') and
16534 #           'VHOST_1024' and
16535 #           not 'VXLAN' and
16536 #           not 'IP4FWD' and
16537 #           not '2VM'"
16538 #  parameters:
16539 #  - "throughput"
16540 #  - "parent"
16541 #  - "tags"
16542 ##  sort:
16543 ##  - "not CFS_OPT"
16544 ##  - "L2XCFWD"
16545 ##  - "not CFS_OPT"
16546 ##  - "CFS_OPT"
16547 #  traces:
16548 #    hoverinfo: "x+y"
16549 #    boxpoints: "outliers"
16550 #    whiskerwidth: 0
16551 #  layout:
16552 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16553 #    layout: "plot-throughput"
16554 #
16555 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
16556 #- type: "plot"
16557 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16558 #  algorithm: "plot_performance_box"
16559 #  output-file-type: ".html"
16560 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16561 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16562 #  filter: "'NIC_Intel-XXV710' and
16563 #           '64B' and
16564 #           'NDRPDR' and
16565 #           ('ETH' or 'DOT1Q') and
16566 #           '2T1C' and
16567 #           ('L2BDMACLRN' or 'L2XCFWD') and
16568 #           'VHOST_1024' and
16569 #           not 'CFS_OPT' and
16570 #           not 'VXLAN' and
16571 #           not 'DOT1Q' and
16572 #           not 'IP4FWD'"
16573 #  parameters:
16574 #  - "throughput"
16575 #  - "parent"
16576 #  - "tags"
16577 ##  sort:
16578 ##  - "1VM"
16579 ##  - "L2XCFWD"
16580 ##  - "1VM"
16581 ##  - "L2BDMACLRN"
16582 #  traces:
16583 #    hoverinfo: "x+y"
16584 #    boxpoints: "outliers"
16585 #    whiskerwidth: 0
16586 #  layout:
16587 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16588 #    layout: "plot-throughput"
16589 #
16590 #- type: "plot"
16591 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16592 #  algorithm: "plot_performance_box"
16593 #  output-file-type: ".html"
16594 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16595 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16596 #  filter: "'NIC_Intel-XXV710' and
16597 #           '64B' and
16598 #           'NDRPDR' and
16599 #           ('ETH' or 'DOT1Q') and
16600 #           '2T1C' and
16601 #           ('L2BDMACLRN' or 'L2XCFWD') and
16602 #           'VHOST_1024' and
16603 #           not 'CFS_OPT' and
16604 #           not 'VXLAN' and
16605 #           not 'DOT1Q' and
16606 #           not 'IP4FWD'"
16607 #  parameters:
16608 #  - "throughput"
16609 #  - "parent"
16610 #  - "tags"
16611 ##  sort:
16612 ##  - "1VM"
16613 ##  - "L2XCFWD"
16614 ##  - "1VM"
16615 ##  - "L2BDMACLRN"
16616 #  traces:
16617 #    hoverinfo: "x+y"
16618 #    boxpoints: "outliers"
16619 #    whiskerwidth: 0
16620 #  layout:
16621 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16622 #    layout: "plot-throughput"
16623 #
16624 #- type: "plot"
16625 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16626 #  algorithm: "plot_performance_box"
16627 #  output-file-type: ".html"
16628 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16629 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16630 #  filter: "'NIC_Intel-XXV710' and
16631 #           '64B' and
16632 #           'NDRPDR' and
16633 #           ('ETH' or 'DOT1Q') and
16634 #           '4T2C' and
16635 #           ('L2BDMACLRN' or 'L2XCFWD') and
16636 #           'VHOST_1024' and
16637 #           not 'CFS_OPT' and
16638 #           not 'VXLAN' and
16639 #           not 'DOT1Q' and
16640 #           not 'IP4FWD'"
16641 #  parameters:
16642 #  - "throughput"
16643 #  - "parent"
16644 #  - "tags"
16645 ##  sort:
16646 ##  - "1VM"
16647 ##  - "L2XCFWD"
16648 ##  - "1VM"
16649 ##  - "L2BDMACLRN"
16650 #  traces:
16651 #    hoverinfo: "x+y"
16652 #    boxpoints: "outliers"
16653 #    whiskerwidth: 0
16654 #  layout:
16655 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16656 #    layout: "plot-throughput"
16657 #
16658 #- type: "plot"
16659 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16660 #  algorithm: "plot_performance_box"
16661 #  output-file-type: ".html"
16662 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16663 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16664 #  filter: "'NIC_Intel-XXV710' and
16665 #           '64B' and
16666 #           'NDRPDR' and
16667 #           ('ETH' or 'DOT1Q') and
16668 #           '4T2C' and
16669 #           ('L2BDMACLRN' or 'L2XCFWD') and
16670 #           'VHOST_1024' and
16671 #           not 'CFS_OPT' and
16672 #           not 'VXLAN' and
16673 #           not 'DOT1Q' and
16674 #           not 'IP4FWD'"
16675 #  parameters:
16676 #  - "throughput"
16677 #  - "parent"
16678 #  - "tags"
16679 ##  sort:
16680 ##  - "1VM"
16681 ##  - "L2XCFWD"
16682 ##  - "1VM"
16683 ##  - "L2BDMACLRN"
16684 #  traces:
16685 #    hoverinfo: "x+y"
16686 #    boxpoints: "outliers"
16687 #    whiskerwidth: 0
16688 #  layout:
16689 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16690 #    layout: "plot-throughput"
16691
16692 ################################################################################
16693
16694 # Packet Throughput - VPP VTS 3n-hsw-x520
16695 - type: "plot"
16696   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
16697   algorithm: "plot_performance_box"
16698   output-file-type: ".html"
16699   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
16700   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16701   filter: "'NIC_Intel-X520-DA2' and
16702            '114B' and
16703            'NDRPDR' and
16704            '1T1C' and
16705            'VTS'"
16706   parameters:
16707   - "throughput"
16708   - "parent"
16709   - "tags"
16710   traces:
16711     hoverinfo: "x+y"
16712     boxpoints: "outliers"
16713     whiskerwidth: 0
16714   layout:
16715     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
16716     layout: "plot-throughput"
16717
16718 - type: "plot"
16719   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
16720   algorithm: "plot_performance_box"
16721   output-file-type: ".html"
16722   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
16723   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16724   filter: "'NIC_Intel-X520-DA2' and
16725            '114B' and
16726            'NDRPDR' and
16727            '2T2C' and
16728            'VTS'"
16729   parameters:
16730   - "throughput"
16731   - "parent"
16732   - "tags"
16733   traces:
16734     hoverinfo: "x+y"
16735     boxpoints: "outliers"
16736     whiskerwidth: 0
16737   layout:
16738     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
16739     layout: "plot-throughput"
16740
16741 - type: "plot"
16742   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
16743   algorithm: "plot_performance_box"
16744   output-file-type: ".html"
16745   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
16746   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16747   filter: "'NIC_Intel-X520-DA2' and
16748            '114B' and
16749            'NDRPDR' and
16750            '1T1C' and
16751            'VTS'"
16752   parameters:
16753   - "throughput"
16754   - "parent"
16755   - "tags"
16756   traces:
16757     hoverinfo: "x+y"
16758     boxpoints: "outliers"
16759     whiskerwidth: 0
16760   layout:
16761     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
16762     layout: "plot-throughput"
16763
16764 - type: "plot"
16765   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
16766   algorithm: "plot_performance_box"
16767   output-file-type: ".html"
16768   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
16769   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16770   filter: "'NIC_Intel-X520-DA2' and
16771            '114B' and
16772            'NDRPDR' and
16773            '2T2C' and
16774            'VTS'"
16775   parameters:
16776   - "throughput"
16777   - "parent"
16778   - "tags"
16779   traces:
16780     hoverinfo: "x+y"
16781     boxpoints: "outliers"
16782     whiskerwidth: 0
16783   layout:
16784     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
16785     layout: "plot-throughput"
16786
16787 ################################################################################
16788
16789 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
16790 - type: "plot"
16791   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16792   algorithm: "plot_performance_box"
16793   output-file-type: ".html"
16794   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16795   data: "plot-dpdk-throughput-latency-3n-hsw"
16796   filter: "'NIC_Intel-X520-DA2' and
16797            '64B' and
16798            'BASE' and
16799            'NDRPDR' and
16800            '1T1C' and
16801            'IP4FWD'"
16802   parameters:
16803   - "throughput"
16804   - "parent"
16805   - "tags"
16806   traces:
16807     hoverinfo: "x+y"
16808     boxpoints: "outliers"
16809     whiskerwidth: 0
16810   layout:
16811     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16812     layout: "plot-throughput"
16813
16814 - type: "plot"
16815   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16816   algorithm: "plot_performance_box"
16817   output-file-type: ".html"
16818   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16819   data: "plot-dpdk-throughput-latency-3n-hsw"
16820   filter: "'NIC_Intel-X520-DA2' and
16821            '64B' and
16822            'BASE' and
16823            'NDRPDR' and
16824            '2T2C' and
16825            'IP4FWD'"
16826   parameters:
16827   - "throughput"
16828   - "parent"
16829   - "tags"
16830   traces:
16831     hoverinfo: "x+y"
16832     boxpoints: "outliers"
16833     whiskerwidth: 0
16834   layout:
16835     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16836     layout: "plot-throughput"
16837
16838 - type: "plot"
16839   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16840   algorithm: "plot_performance_box"
16841   output-file-type: ".html"
16842   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16843   data: "plot-dpdk-throughput-latency-3n-hsw"
16844   filter: "'NIC_Intel-X520-DA2' and
16845            '64B' and
16846            'BASE' and
16847            'NDRPDR' and
16848            '1T1C' and
16849            'IP4FWD'"
16850   parameters:
16851   - "throughput"
16852   - "parent"
16853   - "tags"
16854   traces:
16855     hoverinfo: "x+y"
16856     boxpoints: "outliers"
16857     whiskerwidth: 0
16858   layout:
16859     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16860     layout: "plot-throughput"
16861
16862 - type: "plot"
16863   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16864   algorithm: "plot_performance_box"
16865   output-file-type: ".html"
16866   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16867   data: "plot-dpdk-throughput-latency-3n-hsw"
16868   filter: "'NIC_Intel-X520-DA2' and
16869            '64B' and
16870            'BASE' and
16871            'NDRPDR' and
16872            '2T2C' and
16873            'IP4FWD'"
16874   parameters:
16875   - "throughput"
16876   - "parent"
16877   - "tags"
16878   traces:
16879     hoverinfo: "x+y"
16880     boxpoints: "outliers"
16881     whiskerwidth: 0
16882   layout:
16883     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16884     layout: "plot-throughput"
16885
16886 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
16887 - type: "plot"
16888   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16889   algorithm: "plot_performance_box"
16890   output-file-type: ".html"
16891   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16892   data: "plot-dpdk-throughput-latency-3n-hsw"
16893   filter: "'NIC_Intel-X710' and
16894            '64B' and
16895            'BASE' and
16896            'NDRPDR' and
16897            '1T1C' and
16898            'IP4FWD'"
16899   parameters:
16900   - "throughput"
16901   - "parent"
16902   - "tags"
16903   traces:
16904     hoverinfo: "x+y"
16905     boxpoints: "outliers"
16906     whiskerwidth: 0
16907   layout:
16908     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16909     layout: "plot-throughput"
16910
16911 - type: "plot"
16912   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16913   algorithm: "plot_performance_box"
16914   output-file-type: ".html"
16915   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16916   data: "plot-dpdk-throughput-latency-3n-hsw"
16917   filter: "'NIC_Intel-X710' and
16918            '64B' and
16919            'BASE' and
16920            'NDRPDR' and
16921            '2T2C' and
16922            'IP4FWD'"
16923   parameters:
16924   - "throughput"
16925   - "parent"
16926   - "tags"
16927   traces:
16928     hoverinfo: "x+y"
16929     boxpoints: "outliers"
16930     whiskerwidth: 0
16931   layout:
16932     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16933     layout: "plot-throughput"
16934
16935 - type: "plot"
16936   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16937   algorithm: "plot_performance_box"
16938   output-file-type: ".html"
16939   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16940   data: "plot-dpdk-throughput-latency-3n-hsw"
16941   filter: "'NIC_Intel-X710' and
16942            '64B' and
16943            'BASE' and
16944            'NDRPDR' and
16945            '1T1C' and
16946            'IP4FWD'"
16947   parameters:
16948   - "throughput"
16949   - "parent"
16950   - "tags"
16951   traces:
16952     hoverinfo: "x+y"
16953     boxpoints: "outliers"
16954     whiskerwidth: 0
16955   layout:
16956     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16957     layout: "plot-throughput"
16958
16959 - type: "plot"
16960   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16961   algorithm: "plot_performance_box"
16962   output-file-type: ".html"
16963   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16964   data: "plot-dpdk-throughput-latency-3n-hsw"
16965   filter: "'NIC_Intel-X710' and
16966            '64B' and
16967            'BASE' and
16968            'NDRPDR' and
16969            '2T2C' and
16970            'IP4FWD'"
16971   parameters:
16972   - "throughput"
16973   - "parent"
16974   - "tags"
16975   traces:
16976     hoverinfo: "x+y"
16977     boxpoints: "outliers"
16978     whiskerwidth: 0
16979   layout:
16980     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16981     layout: "plot-throughput"
16982
16983 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
16984 - type: "plot"
16985   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16986   algorithm: "plot_performance_box"
16987   output-file-type: ".html"
16988   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16989   data: "plot-dpdk-throughput-latency-3n-hsw"
16990   filter: "'NIC_Intel-XL710' and
16991            '64B' and
16992            'BASE' and
16993            'NDRPDR' and
16994            '1T1C' and
16995            'IP4FWD'"
16996   parameters:
16997   - "throughput"
16998   - "parent"
16999   - "tags"
17000   traces:
17001     hoverinfo: "x+y"
17002     boxpoints: "outliers"
17003     whiskerwidth: 0
17004   layout:
17005     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17006     layout: "plot-throughput"
17007
17008 - type: "plot"
17009   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17010   algorithm: "plot_performance_box"
17011   output-file-type: ".html"
17012   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17013   data: "plot-dpdk-throughput-latency-3n-hsw"
17014   filter: "'NIC_Intel-XL710' and
17015            '64B' and
17016            'BASE' and
17017            'NDRPDR' and
17018            '2T2C' and
17019            'IP4FWD'"
17020   parameters:
17021   - "throughput"
17022   - "parent"
17023   - "tags"
17024   traces:
17025     hoverinfo: "x+y"
17026     boxpoints: "outliers"
17027     whiskerwidth: 0
17028   layout:
17029     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17030     layout: "plot-throughput"
17031
17032 - type: "plot"
17033   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17034   algorithm: "plot_performance_box"
17035   output-file-type: ".html"
17036   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17037   data: "plot-dpdk-throughput-latency-3n-hsw"
17038   filter: "'NIC_Intel-XL710' and
17039            '64B' and
17040            'BASE' and
17041            'NDRPDR' and
17042            '1T1C' and
17043            'IP4FWD'"
17044   parameters:
17045   - "throughput"
17046   - "parent"
17047   - "tags"
17048   traces:
17049     hoverinfo: "x+y"
17050     boxpoints: "outliers"
17051     whiskerwidth: 0
17052   layout:
17053     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17054     layout: "plot-throughput"
17055
17056 - type: "plot"
17057   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17058   algorithm: "plot_performance_box"
17059   output-file-type: ".html"
17060   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17061   data: "plot-dpdk-throughput-latency-3n-hsw"
17062   filter: "'NIC_Intel-XL710' and
17063            '64B' and
17064            'BASE' and
17065            'NDRPDR' and
17066            '2T2C' and
17067            'IP4FWD'"
17068   parameters:
17069   - "throughput"
17070   - "parent"
17071   - "tags"
17072   traces:
17073     hoverinfo: "x+y"
17074     boxpoints: "outliers"
17075     whiskerwidth: 0
17076   layout:
17077     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17078     layout: "plot-throughput"
17079
17080 # Packet Throughput - DPDK l3fwd 3n-skx-x710
17081 - type: "plot"
17082   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17083   algorithm: "plot_performance_box"
17084   output-file-type: ".html"
17085   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17086   data: "plot-dpdk-throughput-latency-3n-skx"
17087   filter: "'NIC_Intel-X710' and
17088            '64B' and
17089            'BASE' and
17090            'NDRPDR' and
17091            '2T1C' and
17092            'IP4FWD'"
17093   parameters:
17094   - "throughput"
17095   - "parent"
17096   - "tags"
17097   traces:
17098     hoverinfo: "x+y"
17099     boxpoints: "outliers"
17100     whiskerwidth: 0
17101   layout:
17102     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17103     layout: "plot-throughput"
17104
17105 - type: "plot"
17106   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17107   algorithm: "plot_performance_box"
17108   output-file-type: ".html"
17109   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17110   data: "plot-dpdk-throughput-latency-3n-skx"
17111   filter: "'NIC_Intel-X710' and
17112            '64B' and
17113            'BASE' and
17114            'NDRPDR' and
17115            '4T2C' and
17116            'IP4FWD'"
17117   parameters:
17118   - "throughput"
17119   - "parent"
17120   - "tags"
17121   traces:
17122     hoverinfo: "x+y"
17123     boxpoints: "outliers"
17124     whiskerwidth: 0
17125   layout:
17126     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17127     layout: "plot-throughput"
17128
17129 - type: "plot"
17130   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17131   algorithm: "plot_performance_box"
17132   output-file-type: ".html"
17133   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17134   data: "plot-dpdk-throughput-latency-3n-skx"
17135   filter: "'NIC_Intel-X710' and
17136            '64B' and
17137            'BASE' and
17138            'NDRPDR' and
17139            '2T1C' and
17140            'IP4FWD'"
17141   parameters:
17142   - "throughput"
17143   - "parent"
17144   - "tags"
17145   traces:
17146     hoverinfo: "x+y"
17147     boxpoints: "outliers"
17148     whiskerwidth: 0
17149   layout:
17150     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17151     layout: "plot-throughput"
17152
17153 - type: "plot"
17154   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17155   algorithm: "plot_performance_box"
17156   output-file-type: ".html"
17157   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17158   data: "plot-dpdk-throughput-latency-3n-skx"
17159   filter: "'NIC_Intel-X710' and
17160            '64B' and
17161            'BASE' and
17162            'NDRPDR' and
17163            '4T2C' and
17164            'IP4FWD'"
17165   parameters:
17166   - "throughput"
17167   - "parent"
17168   - "tags"
17169   traces:
17170     hoverinfo: "x+y"
17171     boxpoints: "outliers"
17172     whiskerwidth: 0
17173   layout:
17174     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17175     layout: "plot-throughput"
17176
17177 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
17178 - type: "plot"
17179   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17180   algorithm: "plot_performance_box"
17181   output-file-type: ".html"
17182   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17183   data: "plot-dpdk-throughput-latency-3n-skx"
17184   filter: "'NIC_Intel-XXV710' and
17185            '64B' and
17186            'BASE' and
17187            'NDRPDR' and
17188            '2T1C' and
17189            'IP4FWD'"
17190   parameters:
17191   - "throughput"
17192   - "parent"
17193   - "tags"
17194   traces:
17195     hoverinfo: "x+y"
17196     boxpoints: "outliers"
17197     whiskerwidth: 0
17198   layout:
17199     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17200     layout: "plot-throughput"
17201
17202 - type: "plot"
17203   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17204   algorithm: "plot_performance_box"
17205   output-file-type: ".html"
17206   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17207   data: "plot-dpdk-throughput-latency-3n-skx"
17208   filter: "'NIC_Intel-XXV710' and
17209            '64B' and
17210            'BASE' and
17211            'NDRPDR' and
17212            '4T2C' and
17213            'IP4FWD'"
17214   parameters:
17215   - "throughput"
17216   - "parent"
17217   - "tags"
17218   traces:
17219     hoverinfo: "x+y"
17220     boxpoints: "outliers"
17221     whiskerwidth: 0
17222   layout:
17223     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17224     layout: "plot-throughput"
17225
17226 - type: "plot"
17227   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17228   algorithm: "plot_performance_box"
17229   output-file-type: ".html"
17230   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17231   data: "plot-dpdk-throughput-latency-3n-skx"
17232   filter: "'NIC_Intel-XXV710' and
17233            '64B' and
17234            'BASE' and
17235            'NDRPDR' and
17236            '2T1C' and
17237            'IP4FWD'"
17238   parameters:
17239   - "throughput"
17240   - "parent"
17241   - "tags"
17242   traces:
17243     hoverinfo: "x+y"
17244     boxpoints: "outliers"
17245     whiskerwidth: 0
17246   layout:
17247     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17248     layout: "plot-throughput"
17249
17250 - type: "plot"
17251   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17252   algorithm: "plot_performance_box"
17253   output-file-type: ".html"
17254   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17255   data: "plot-dpdk-throughput-latency-3n-skx"
17256   filter: "'NIC_Intel-XXV710' and
17257            '64B' and
17258            'BASE' and
17259            'NDRPDR' and
17260            '4T2C' and
17261            'IP4FWD'"
17262   parameters:
17263   - "throughput"
17264   - "parent"
17265   - "tags"
17266   traces:
17267     hoverinfo: "x+y"
17268     boxpoints: "outliers"
17269     whiskerwidth: 0
17270   layout:
17271     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17272     layout: "plot-throughput"
17273
17274 # Packet Throughput - DPDK l3fwd 2n-skx-x710
17275 - type: "plot"
17276   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17277   algorithm: "plot_performance_box"
17278   output-file-type: ".html"
17279   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17280   data: "plot-dpdk-throughput-latency-2n-skx"
17281   filter: "'NIC_Intel-X710' and
17282            '64B' and
17283            'BASE' and
17284            'NDRPDR' and
17285            '2T1C' and
17286            'IP4FWD'"
17287   parameters:
17288   - "throughput"
17289   - "parent"
17290   - "tags"
17291   traces:
17292     hoverinfo: "x+y"
17293     boxpoints: "outliers"
17294     whiskerwidth: 0
17295   layout:
17296     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17297     layout: "plot-throughput"
17298
17299 - type: "plot"
17300   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17301   algorithm: "plot_performance_box"
17302   output-file-type: ".html"
17303   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17304   data: "plot-dpdk-throughput-latency-2n-skx"
17305   filter: "'NIC_Intel-X710' and
17306            '64B' and
17307            'BASE' and
17308            'NDRPDR' and
17309            '4T2C' and
17310            'IP4FWD'"
17311   parameters:
17312   - "throughput"
17313   - "parent"
17314   - "tags"
17315   traces:
17316     hoverinfo: "x+y"
17317     boxpoints: "outliers"
17318     whiskerwidth: 0
17319   layout:
17320     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17321     layout: "plot-throughput"
17322
17323 - type: "plot"
17324   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17325   algorithm: "plot_performance_box"
17326   output-file-type: ".html"
17327   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17328   data: "plot-dpdk-throughput-latency-2n-skx"
17329   filter: "'NIC_Intel-X710' and
17330            '64B' and
17331            'BASE' and
17332            'NDRPDR' and
17333            '2T1C' and
17334            'IP4FWD'"
17335   parameters:
17336   - "throughput"
17337   - "parent"
17338   - "tags"
17339   traces:
17340     hoverinfo: "x+y"
17341     boxpoints: "outliers"
17342     whiskerwidth: 0
17343   layout:
17344     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17345     layout: "plot-throughput"
17346
17347 - type: "plot"
17348   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17349   algorithm: "plot_performance_box"
17350   output-file-type: ".html"
17351   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17352   data: "plot-dpdk-throughput-latency-2n-skx"
17353   filter: "'NIC_Intel-X710' and
17354            '64B' and
17355            'BASE' and
17356            'NDRPDR' and
17357            '4T2C' and
17358            'IP4FWD'"
17359   parameters:
17360   - "throughput"
17361   - "parent"
17362   - "tags"
17363   traces:
17364     hoverinfo: "x+y"
17365     boxpoints: "outliers"
17366     whiskerwidth: 0
17367   layout:
17368     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17369     layout: "plot-throughput"
17370
17371 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
17372 - type: "plot"
17373   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17374   algorithm: "plot_performance_box"
17375   output-file-type: ".html"
17376   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17377   data: "plot-dpdk-throughput-latency-2n-skx"
17378   filter: "'NIC_Intel-XXV710' and
17379            '64B' and
17380            'BASE' and
17381            'NDRPDR' and
17382            '2T1C' and
17383            'IP4FWD'"
17384   parameters:
17385   - "throughput"
17386   - "parent"
17387   - "tags"
17388   traces:
17389     hoverinfo: "x+y"
17390     boxpoints: "outliers"
17391     whiskerwidth: 0
17392   layout:
17393     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17394     layout: "plot-throughput"
17395
17396 - type: "plot"
17397   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17398   algorithm: "plot_performance_box"
17399   output-file-type: ".html"
17400   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17401   data: "plot-dpdk-throughput-latency-2n-skx"
17402   filter: "'NIC_Intel-XXV710' and
17403            '64B' and
17404            'BASE' and
17405            'NDRPDR' and
17406            '4T2C' and
17407            'IP4FWD'"
17408   parameters:
17409   - "throughput"
17410   - "parent"
17411   - "tags"
17412   traces:
17413     hoverinfo: "x+y"
17414     boxpoints: "outliers"
17415     whiskerwidth: 0
17416   layout:
17417     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17418     layout: "plot-throughput"
17419
17420 - type: "plot"
17421   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17422   algorithm: "plot_performance_box"
17423   output-file-type: ".html"
17424   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17425   data: "plot-dpdk-throughput-latency-2n-skx"
17426   filter: "'NIC_Intel-XXV710' and
17427            '64B' and
17428            'BASE' and
17429            'NDRPDR' and
17430            '2T1C' and
17431            'IP4FWD'"
17432   parameters:
17433   - "throughput"
17434   - "parent"
17435   - "tags"
17436   traces:
17437     hoverinfo: "x+y"
17438     boxpoints: "outliers"
17439     whiskerwidth: 0
17440   layout:
17441     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17442     layout: "plot-throughput"
17443
17444 - type: "plot"
17445   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17446   algorithm: "plot_performance_box"
17447   output-file-type: ".html"
17448   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17449   data: "plot-dpdk-throughput-latency-2n-skx"
17450   filter: "'NIC_Intel-XXV710' and
17451            '64B' and
17452            'BASE' and
17453            'NDRPDR' and
17454            '4T2C' and
17455            'IP4FWD'"
17456   parameters:
17457   - "throughput"
17458   - "parent"
17459   - "tags"
17460   traces:
17461     hoverinfo: "x+y"
17462     boxpoints: "outliers"
17463     whiskerwidth: 0
17464   layout:
17465     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17466     layout: "plot-throughput"
17467
17468 ################################################################################
17469
17470 # Packet Throughput - DPDK testpmd 3n-hsw-x520
17471 - type: "plot"
17472   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17473   algorithm: "plot_performance_box"
17474   output-file-type: ".html"
17475   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17476   data: "plot-dpdk-throughput-latency-3n-hsw"
17477   filter: "'NIC_Intel-X520-DA2' and
17478            '64B' and
17479            'BASE' and
17480            'NDRPDR' and
17481            '1T1C' and
17482            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17483   parameters:
17484   - "throughput"
17485   - "parent"
17486   - "tags"
17487   traces:
17488     hoverinfo: "x+y"
17489     boxpoints: "outliers"
17490     whiskerwidth: 0
17491   layout:
17492     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17493     layout: "plot-throughput"
17494
17495 - type: "plot"
17496   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17497   algorithm: "plot_performance_box"
17498   output-file-type: ".html"
17499   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17500   data: "plot-dpdk-throughput-latency-3n-hsw"
17501   filter: "'NIC_Intel-X520-DA2' and
17502            '64B' and
17503            'BASE' and
17504            'NDRPDR' and
17505            '2T2C' and
17506            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17507   parameters:
17508   - "throughput"
17509   - "parent"
17510   - "tags"
17511   traces:
17512     hoverinfo: "x+y"
17513     boxpoints: "outliers"
17514     whiskerwidth: 0
17515   layout:
17516     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17517     layout: "plot-throughput"
17518
17519 - type: "plot"
17520   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17521   algorithm: "plot_performance_box"
17522   output-file-type: ".html"
17523   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17524   data: "plot-dpdk-throughput-latency-3n-hsw"
17525   filter: "'NIC_Intel-X520-DA2' and
17526            '64B' and
17527            'BASE' and
17528            'NDRPDR' and
17529            '1T1C' and
17530            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17531   parameters:
17532   - "throughput"
17533   - "parent"
17534   - "tags"
17535   traces:
17536     hoverinfo: "x+y"
17537     boxpoints: "outliers"
17538     whiskerwidth: 0
17539   layout:
17540     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17541     layout: "plot-throughput"
17542
17543 - type: "plot"
17544   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17545   algorithm: "plot_performance_box"
17546   output-file-type: ".html"
17547   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17548   data: "plot-dpdk-throughput-latency-3n-hsw"
17549   filter: "'NIC_Intel-X520-DA2' and
17550            '64B' and
17551            'BASE' and
17552            'NDRPDR' and
17553            '2T2C' and
17554            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17555   parameters:
17556   - "throughput"
17557   - "parent"
17558   - "tags"
17559   traces:
17560     hoverinfo: "x+y"
17561     boxpoints: "outliers"
17562     whiskerwidth: 0
17563   layout:
17564     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17565     layout: "plot-throughput"
17566
17567 # Packet Throughput - DPDK testpmd 3n-hsw-x710
17568 - type: "plot"
17569   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17570   algorithm: "plot_performance_box"
17571   output-file-type: ".html"
17572   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17573   data: "plot-dpdk-throughput-latency-3n-hsw"
17574   filter: "'NIC_Intel-X710' and
17575            '64B' and
17576            'BASE' and
17577            'NDRPDR' and
17578            '1T1C' and
17579            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17580   parameters:
17581   - "throughput"
17582   - "parent"
17583   - "tags"
17584   traces:
17585     hoverinfo: "x+y"
17586     boxpoints: "outliers"
17587     whiskerwidth: 0
17588   layout:
17589     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17590     layout: "plot-throughput"
17591
17592 - type: "plot"
17593   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17594   algorithm: "plot_performance_box"
17595   output-file-type: ".html"
17596   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17597   data: "plot-dpdk-throughput-latency-3n-hsw"
17598   filter: "'NIC_Intel-X710' and
17599            '64B' and
17600            'BASE' and
17601            'NDRPDR' and
17602            '2T2C' and
17603            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17604   parameters:
17605   - "throughput"
17606   - "parent"
17607   - "tags"
17608   traces:
17609     hoverinfo: "x+y"
17610     boxpoints: "outliers"
17611     whiskerwidth: 0
17612   layout:
17613     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17614     layout: "plot-throughput"
17615
17616 - type: "plot"
17617   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17618   algorithm: "plot_performance_box"
17619   output-file-type: ".html"
17620   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17621   data: "plot-dpdk-throughput-latency-3n-hsw"
17622   filter: "'NIC_Intel-X710' and
17623            '64B' and
17624            'BASE' and
17625            'NDRPDR' and
17626            '1T1C' and
17627            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17628   parameters:
17629   - "throughput"
17630   - "parent"
17631   - "tags"
17632   traces:
17633     hoverinfo: "x+y"
17634     boxpoints: "outliers"
17635     whiskerwidth: 0
17636   layout:
17637     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17638     layout: "plot-throughput"
17639
17640 - type: "plot"
17641   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17642   algorithm: "plot_performance_box"
17643   output-file-type: ".html"
17644   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17645   data: "plot-dpdk-throughput-latency-3n-hsw"
17646   filter: "'NIC_Intel-X710' and
17647            '64B' and
17648            'BASE' and
17649            'NDRPDR' and
17650            '2T2C' and
17651            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17652   parameters:
17653   - "throughput"
17654   - "parent"
17655   - "tags"
17656   traces:
17657     hoverinfo: "x+y"
17658     boxpoints: "outliers"
17659     whiskerwidth: 0
17660   layout:
17661     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17662     layout: "plot-throughput"
17663
17664 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
17665 - type: "plot"
17666   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17667   algorithm: "plot_performance_box"
17668   output-file-type: ".html"
17669   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17670   data: "plot-dpdk-throughput-latency-3n-hsw"
17671   filter: "'NIC_Intel-XL710' and
17672            '64B' and
17673            'BASE' and
17674            'NDRPDR' and
17675            '1T1C' and
17676            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17677   parameters:
17678   - "throughput"
17679   - "parent"
17680   - "tags"
17681   traces:
17682     hoverinfo: "x+y"
17683     boxpoints: "outliers"
17684     whiskerwidth: 0
17685   layout:
17686     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17687     layout: "plot-throughput"
17688
17689 - type: "plot"
17690   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17691   algorithm: "plot_performance_box"
17692   output-file-type: ".html"
17693   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17694   data: "plot-dpdk-throughput-latency-3n-hsw"
17695   filter: "'NIC_Intel-XL710' and
17696            '64B' and
17697            'BASE' and
17698            'NDRPDR' and
17699            '2T2C' and
17700            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17701   parameters:
17702   - "throughput"
17703   - "parent"
17704   - "tags"
17705   traces:
17706     hoverinfo: "x+y"
17707     boxpoints: "outliers"
17708     whiskerwidth: 0
17709   layout:
17710     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17711     layout: "plot-throughput"
17712
17713 - type: "plot"
17714   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17715   algorithm: "plot_performance_box"
17716   output-file-type: ".html"
17717   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17718   data: "plot-dpdk-throughput-latency-3n-hsw"
17719   filter: "'NIC_Intel-XL710' and
17720            '64B' and
17721            'BASE' and
17722            'NDRPDR' and
17723            '1T1C' and
17724            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17725   parameters:
17726   - "throughput"
17727   - "parent"
17728   - "tags"
17729   traces:
17730     hoverinfo: "x+y"
17731     boxpoints: "outliers"
17732     whiskerwidth: 0
17733   layout:
17734     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17735     layout: "plot-throughput"
17736
17737 - type: "plot"
17738   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17739   algorithm: "plot_performance_box"
17740   output-file-type: ".html"
17741   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17742   data: "plot-dpdk-throughput-latency-3n-hsw"
17743   filter: "'NIC_Intel-XL710' and
17744            '64B' and
17745            'BASE' and
17746            'NDRPDR' and
17747            '2T2C' and
17748            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17749   parameters:
17750   - "throughput"
17751   - "parent"
17752   - "tags"
17753   traces:
17754     hoverinfo: "x+y"
17755     boxpoints: "outliers"
17756     whiskerwidth: 0
17757   layout:
17758     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17759     layout: "plot-throughput"
17760
17761 # Packet Throughput - DPDK testpmd 3n-skx-x710
17762 - type: "plot"
17763   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17764   algorithm: "plot_performance_box"
17765   output-file-type: ".html"
17766   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17767   data: "plot-dpdk-throughput-latency-3n-skx"
17768   filter: "'NIC_Intel-X710' and
17769            '64B' and
17770            'BASE' and
17771            'NDRPDR' and
17772            '2T1C' and
17773            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17774   parameters:
17775   - "throughput"
17776   - "parent"
17777   - "tags"
17778   traces:
17779     hoverinfo: "x+y"
17780     boxpoints: "outliers"
17781     whiskerwidth: 0
17782   layout:
17783     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17784     layout: "plot-throughput"
17785
17786 - type: "plot"
17787   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17788   algorithm: "plot_performance_box"
17789   output-file-type: ".html"
17790   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17791   data: "plot-dpdk-throughput-latency-3n-skx"
17792   filter: "'NIC_Intel-X710' and
17793            '64B' and
17794            'BASE' and
17795            'NDRPDR' and
17796            '4T2C' and
17797            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17798   parameters:
17799   - "throughput"
17800   - "parent"
17801   - "tags"
17802   traces:
17803     hoverinfo: "x+y"
17804     boxpoints: "outliers"
17805     whiskerwidth: 0
17806   layout:
17807     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17808     layout: "plot-throughput"
17809
17810 - type: "plot"
17811   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17812   algorithm: "plot_performance_box"
17813   output-file-type: ".html"
17814   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17815   data: "plot-dpdk-throughput-latency-3n-skx"
17816   filter: "'NIC_Intel-X710' and
17817            '64B' and
17818            'BASE' and
17819            'NDRPDR' and
17820            '2T1C' and
17821            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17822   parameters:
17823   - "throughput"
17824   - "parent"
17825   - "tags"
17826   traces:
17827     hoverinfo: "x+y"
17828     boxpoints: "outliers"
17829     whiskerwidth: 0
17830   layout:
17831     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17832     layout: "plot-throughput"
17833
17834 - type: "plot"
17835   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17836   algorithm: "plot_performance_box"
17837   output-file-type: ".html"
17838   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17839   data: "plot-dpdk-throughput-latency-3n-skx"
17840   filter: "'NIC_Intel-X710' and
17841            '64B' and
17842            'BASE' and
17843            'NDRPDR' and
17844            '4T2C' and
17845            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17846   parameters:
17847   - "throughput"
17848   - "parent"
17849   - "tags"
17850   traces:
17851     hoverinfo: "x+y"
17852     boxpoints: "outliers"
17853     whiskerwidth: 0
17854   layout:
17855     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17856     layout: "plot-throughput"
17857
17858 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
17859 - type: "plot"
17860   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17861   algorithm: "plot_performance_box"
17862   output-file-type: ".html"
17863   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17864   data: "plot-dpdk-throughput-latency-3n-skx"
17865   filter: "'NIC_Intel-XXV710' and
17866            '64B' and
17867            'BASE' and
17868            'NDRPDR' and
17869            '2T1C' and
17870            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17871   parameters:
17872   - "throughput"
17873   - "parent"
17874   - "tags"
17875   traces:
17876     hoverinfo: "x+y"
17877     boxpoints: "outliers"
17878     whiskerwidth: 0
17879   layout:
17880     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17881     layout: "plot-throughput"
17882
17883 - type: "plot"
17884   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17885   algorithm: "plot_performance_box"
17886   output-file-type: ".html"
17887   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17888   data: "plot-dpdk-throughput-latency-3n-skx"
17889   filter: "'NIC_Intel-XXV710' and
17890            '64B' and
17891            'BASE' and
17892            'NDRPDR' and
17893            '4T2C' and
17894            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17895   parameters:
17896   - "throughput"
17897   - "parent"
17898   - "tags"
17899   traces:
17900     hoverinfo: "x+y"
17901     boxpoints: "outliers"
17902     whiskerwidth: 0
17903   layout:
17904     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17905     layout: "plot-throughput"
17906
17907 - type: "plot"
17908   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17909   algorithm: "plot_performance_box"
17910   output-file-type: ".html"
17911   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17912   data: "plot-dpdk-throughput-latency-3n-skx"
17913   filter: "'NIC_Intel-XXV710' and
17914            '64B' and
17915            'BASE' and
17916            'NDRPDR' and
17917            '2T1C' and
17918            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17919   parameters:
17920   - "throughput"
17921   - "parent"
17922   - "tags"
17923   traces:
17924     hoverinfo: "x+y"
17925     boxpoints: "outliers"
17926     whiskerwidth: 0
17927   layout:
17928     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17929     layout: "plot-throughput"
17930
17931 - type: "plot"
17932   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17933   algorithm: "plot_performance_box"
17934   output-file-type: ".html"
17935   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17936   data: "plot-dpdk-throughput-latency-3n-skx"
17937   filter: "'NIC_Intel-XXV710' and
17938            '64B' and
17939            'BASE' and
17940            'NDRPDR' and
17941            '4T2C' and
17942            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17943   parameters:
17944   - "throughput"
17945   - "parent"
17946   - "tags"
17947   traces:
17948     hoverinfo: "x+y"
17949     boxpoints: "outliers"
17950     whiskerwidth: 0
17951   layout:
17952     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17953     layout: "plot-throughput"
17954
17955 # Packet Throughput - DPDK testpmd 2n-skx-x710
17956 - type: "plot"
17957   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17958   algorithm: "plot_performance_box"
17959   output-file-type: ".html"
17960   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17961   data: "plot-dpdk-throughput-latency-2n-skx"
17962   filter: "'NIC_Intel-X710' and
17963            '64B' and
17964            'BASE' and
17965            'NDRPDR' and
17966            '2T1C' and
17967            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17968   parameters:
17969   - "throughput"
17970   - "parent"
17971   - "tags"
17972   traces:
17973     hoverinfo: "x+y"
17974     boxpoints: "outliers"
17975     whiskerwidth: 0
17976   layout:
17977     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17978     layout: "plot-throughput"
17979
17980 - type: "plot"
17981   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17982   algorithm: "plot_performance_box"
17983   output-file-type: ".html"
17984   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17985   data: "plot-dpdk-throughput-latency-2n-skx"
17986   filter: "'NIC_Intel-X710' and
17987            '64B' and
17988            'BASE' and
17989            'NDRPDR' and
17990            '4T2C' and
17991            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17992   parameters:
17993   - "throughput"
17994   - "parent"
17995   - "tags"
17996   traces:
17997     hoverinfo: "x+y"
17998     boxpoints: "outliers"
17999     whiskerwidth: 0
18000   layout:
18001     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18002     layout: "plot-throughput"
18003
18004 - type: "plot"
18005   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18006   algorithm: "plot_performance_box"
18007   output-file-type: ".html"
18008   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18009   data: "plot-dpdk-throughput-latency-2n-skx"
18010   filter: "'NIC_Intel-X710' and
18011            '64B' and
18012            'BASE' and
18013            'NDRPDR' and
18014            '2T1C' and
18015            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18016   parameters:
18017   - "throughput"
18018   - "parent"
18019   - "tags"
18020   traces:
18021     hoverinfo: "x+y"
18022     boxpoints: "outliers"
18023     whiskerwidth: 0
18024   layout:
18025     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18026     layout: "plot-throughput"
18027
18028 - type: "plot"
18029   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18030   algorithm: "plot_performance_box"
18031   output-file-type: ".html"
18032   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18033   data: "plot-dpdk-throughput-latency-2n-skx"
18034   filter: "'NIC_Intel-X710' and
18035            '64B' and
18036            'BASE' and
18037            'NDRPDR' and
18038            '4T2C' and
18039            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18040   parameters:
18041   - "throughput"
18042   - "parent"
18043   - "tags"
18044   traces:
18045     hoverinfo: "x+y"
18046     boxpoints: "outliers"
18047     whiskerwidth: 0
18048   layout:
18049     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18050     layout: "plot-throughput"
18051
18052 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
18053 - type: "plot"
18054   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18055   algorithm: "plot_performance_box"
18056   output-file-type: ".html"
18057   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18058   data: "plot-dpdk-throughput-latency-2n-skx"
18059   filter: "'NIC_Intel-XXV710' and
18060            '64B' and
18061            'BASE' and
18062            'NDRPDR' and
18063            '2T1C' and
18064            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18065   parameters:
18066   - "throughput"
18067   - "parent"
18068   - "tags"
18069   traces:
18070     hoverinfo: "x+y"
18071     boxpoints: "outliers"
18072     whiskerwidth: 0
18073   layout:
18074     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18075     layout: "plot-throughput"
18076
18077 - type: "plot"
18078   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18079   algorithm: "plot_performance_box"
18080   output-file-type: ".html"
18081   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18082   data: "plot-dpdk-throughput-latency-2n-skx"
18083   filter: "'NIC_Intel-XXV710' and
18084            '64B' and
18085            'BASE' and
18086            'NDRPDR' and
18087            '4T2C' and
18088            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18089   parameters:
18090   - "throughput"
18091   - "parent"
18092   - "tags"
18093   traces:
18094     hoverinfo: "x+y"
18095     boxpoints: "outliers"
18096     whiskerwidth: 0
18097   layout:
18098     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18099     layout: "plot-throughput"
18100
18101 - type: "plot"
18102   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18103   algorithm: "plot_performance_box"
18104   output-file-type: ".html"
18105   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18106   data: "plot-dpdk-throughput-latency-2n-skx"
18107   filter: "'NIC_Intel-XXV710' and
18108            '64B' and
18109            'BASE' and
18110            'NDRPDR' and
18111            '2T1C' and
18112            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18113   parameters:
18114   - "throughput"
18115   - "parent"
18116   - "tags"
18117   traces:
18118     hoverinfo: "x+y"
18119     boxpoints: "outliers"
18120     whiskerwidth: 0
18121   layout:
18122     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18123     layout: "plot-throughput"
18124
18125 - type: "plot"
18126   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18127   algorithm: "plot_performance_box"
18128   output-file-type: ".html"
18129   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18130   data: "plot-dpdk-throughput-latency-2n-skx"
18131   filter: "'NIC_Intel-XXV710' and
18132            '64B' and
18133            'BASE' and
18134            'NDRPDR' and
18135            '4T2C' and
18136            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18137   parameters:
18138   - "throughput"
18139   - "parent"
18140   - "tags"
18141   traces:
18142     hoverinfo: "x+y"
18143     boxpoints: "outliers"
18144     whiskerwidth: 0
18145   layout:
18146     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18147     layout: "plot-throughput"
18148
18149 ################################################################################
18150
18151 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
18152 - type: "plot"
18153   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18154   algorithm: "plot_latency_error_bars"
18155   output-file-type: ".html"
18156   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18157   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18158   filter: "'NIC_Intel-X520-DA2' and
18159            '64B' and
18160            ('BASE' or 'SCALE') and
18161            'NDRPDR' and
18162            'ETH' and
18163            '1T1C' and
18164            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18165            not 'VHOST' and
18166            not 'MEMIF'"
18167   parameters:
18168   - "latency"
18169   - "parent"
18170   - "tags"
18171   sort:
18172   - "L2XCFWD"
18173   - "L2PATCH"
18174   - "L2BDMACLRN"
18175   - "FIB_10K"
18176   - "FIB_100K"
18177   - "FIB_1M"
18178   layout:
18179     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18180     layout: "plot-latency"
18181
18182 - type: "plot"
18183   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18184   algorithm: "plot_latency_error_bars"
18185   output-file-type: ".html"
18186   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18187   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18188   filter: "'NIC_Intel-X520-DA2' and
18189            '64B' and
18190            ('BASE' or 'SCALE') and
18191            'NDRPDR' and
18192            'ETH' and
18193            '2T2C' and
18194            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18195            not 'VHOST' and
18196            not 'MEMIF'"
18197   parameters:
18198   - "latency"
18199   - "parent"
18200   - "tags"
18201   sort:
18202   - "L2XCFWD"
18203   - "L2PATCH"
18204   - "L2BDMACLRN"
18205   - "FIB_10K"
18206   - "FIB_100K"
18207   - "FIB_1M"
18208   layout:
18209     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18210     layout: "plot-latency"
18211
18212 # Packet Latency - VPP L2 3n-hsw-x520 features
18213 - type: "plot"
18214   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18215   algorithm: "plot_latency_error_bars"
18216   output-file-type: ".html"
18217   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18218   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18219   filter: "'NIC_Intel-X520-DA2' and
18220            '64B' and
18221            'NDRPDR' and
18222            '1T1C' and
18223            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18224            not 'ACL' and
18225            not 'VHOST' and
18226            not 'MEMIF'"
18227   parameters:
18228   - "latency"
18229   - "parent"
18230   - "tags"
18231   sort:
18232   - "L2XCBASE"    # l2xcbase
18233   - "L2BDBASE"    # l2bdbase
18234   - "L2XCFWD"     # dot1q-l2xcbase
18235   - "L2BDMACLRN"  # dot1q-l2bdbase
18236   layout:
18237     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
18238     layout: "plot-latency"
18239
18240 - type: "plot"
18241   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18242   algorithm: "plot_latency_error_bars"
18243   output-file-type: ".html"
18244   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18245   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18246   filter: "'NIC_Intel-X520-DA2' and
18247            '64B' and
18248            'NDRPDR' and
18249            '2T2C' and
18250            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18251            not 'ACL' and
18252            not 'VHOST' and
18253            not 'MEMIF'"
18254   parameters:
18255   - "latency"
18256   - "parent"
18257   - "tags"
18258   sort:
18259   - "L2XCBASE"    # l2xcbase
18260   - "L2BDBASE"    # l2bdbase
18261   - "L2XCFWD"     # dot1q-l2xcbase
18262   - "L2BDMACLRN"  # dot1q-l2bdbase
18263   layout:
18264     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
18265     layout: "plot-latency"
18266
18267 # Packet Latency - VPP L2 3n-hsw-x520 features-iacl
18268 - type: "plot"
18269   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18270   algorithm: "plot_latency_error_bars"
18271   output-file-type: ".html"
18272   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18273   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18274   filter: "'NIC_Intel-X520-DA2' and
18275            '64B' and
18276            'NDRPDR' and
18277            '1T1C' and
18278            'FEATURE' and
18279            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18280            'IACL' and
18281            ('ACL1' or 'ACL50') and
18282            ('10K_FLOWS' or '10k_FLOWS') and
18283            not 'MACIP' and
18284            not 'VHOST' and
18285            not 'MEMIF'"
18286   parameters:
18287   - "latency"
18288   - "parent"
18289   - "tags"
18290   layout:
18291     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18292     layout: "plot-latency"
18293
18294 - type: "plot"
18295   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18296   algorithm: "plot_latency_error_bars"
18297   output-file-type: ".html"
18298   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18299   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18300   filter: "'NIC_Intel-X520-DA2' and
18301            '64B' and
18302            'NDRPDR' and
18303            '2T2C' and
18304            'FEATURE' and
18305            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18306            'IACL' and
18307            ('ACL1' or 'ACL50') and
18308            ('10K_FLOWS' or '10k_FLOWS') and
18309            not 'MACIP' and
18310            not 'VHOST' and
18311            not 'MEMIF'"
18312   parameters:
18313   - "latency"
18314   - "parent"
18315   - "tags"
18316   layout:
18317     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18318     layout: "plot-latency"
18319
18320 # Packet Latency - VPP L2 3n-hsw-x520 features-oacl
18321 - type: "plot"
18322   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18323   algorithm: "plot_latency_error_bars"
18324   output-file-type: ".html"
18325   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18326   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18327   filter: "'NIC_Intel-X520-DA2' and
18328            '64B' and
18329            'NDRPDR' and
18330            '1T1C' and
18331            'FEATURE' and
18332            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18333            'OACL' and
18334            ('ACL1' or 'ACL50') and
18335            ('10K_FLOWS' or '10k_FLOWS') and
18336            not 'MACIP' and
18337            not 'VHOST' and
18338            not 'MEMIF'"
18339   parameters:
18340   - "latency"
18341   - "parent"
18342   - "tags"
18343   layout:
18344     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
18345     layout: "plot-latency"
18346
18347 - type: "plot"
18348   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18349   algorithm: "plot_latency_error_bars"
18350   output-file-type: ".html"
18351   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18352   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18353   filter: "'NIC_Intel-X520-DA2' and
18354            '64B' and
18355            'NDRPDR' and
18356            '2T2C' and
18357            'FEATURE' and
18358            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18359            'OACL' and
18360            ('ACL1' or 'ACL50') and
18361            ('10K_FLOWS' or '10k_FLOWS') and
18362            not 'MACIP' and
18363            not 'VHOST' and
18364            not 'MEMIF'"
18365   parameters:
18366   - "latency"
18367   - "parent"
18368   - "tags"
18369   layout:
18370     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
18371     layout: "plot-latency"
18372
18373 # Packet Latency - VPP L2 3n-hsw-x520 features-macip
18374 - type: "plot"
18375   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18376   algorithm: "plot_latency_error_bars"
18377   output-file-type: ".html"
18378   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18379   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18380   filter: "'NIC_Intel-X520-DA2' and
18381            '64B' and
18382            'NDRPDR' and
18383            '1T1C' and
18384            'FEATURE' and
18385            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18386            'MACIP' and
18387            ('ACL1' or 'ACL50') and
18388            ('10K_FLOWS' or '10k_FLOWS') and
18389            not 'VHOST' and
18390            not 'MEMIF'"
18391   parameters:
18392   - "latency"
18393   - "parent"
18394   - "tags"
18395   layout:
18396     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
18397     layout: "plot-latency"
18398
18399 - type: "plot"
18400   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18401   algorithm: "plot_latency_error_bars"
18402   output-file-type: ".html"
18403   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18404   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18405   filter: "'NIC_Intel-X520-DA2' and
18406            '64B' and
18407            'NDRPDR' and
18408            '2T2C' and
18409            'FEATURE' and
18410            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18411            'MACIP' and
18412            ('ACL1' or 'ACL50') and
18413            ('10K_FLOWS' or '10k_FLOWS') and
18414            not 'VHOST' and
18415            not 'MEMIF'"
18416   parameters:
18417   - "latency"
18418   - "parent"
18419   - "tags"
18420   layout:
18421     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
18422     layout: "plot-latency"
18423
18424 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
18425 - type: "plot"
18426   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18427   algorithm: "plot_latency_error_bars"
18428   output-file-type: ".html"
18429   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18430   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18431   filter: "'NIC_Intel-X710' and
18432            '64B' and
18433            ('BASE' or 'SCALE') and
18434            'NDRPDR' and
18435            'ETH' and
18436            '1T1C' and
18437            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18438            not 'VHOST' and
18439            not 'MEMIF'"
18440   parameters:
18441   - "latency"
18442   - "parent"
18443   - "tags"
18444   sort:
18445   - "L2PATCH"
18446   - "L2XCFWD"
18447   - "L2BDMACLRN"
18448   - "FIB_10K"
18449   - "FIB_100K"
18450   - "FIB_1M"
18451   layout:
18452     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18453     layout: "plot-latency"
18454
18455 - type: "plot"
18456   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18457   algorithm: "plot_latency_error_bars"
18458   output-file-type: ".html"
18459   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18460   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18461   filter: "'NIC_Intel-X710' and
18462            '64B' and
18463            ('BASE' or 'SCALE') and
18464            'NDRPDR' and
18465            'ETH' and
18466            '2T2C' and
18467            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18468            not 'VHOST' and
18469            not 'MEMIF'"
18470   parameters:
18471   - "latency"
18472   - "parent"
18473   - "tags"
18474   sort:
18475   - "L2PATCH"
18476   - "L2XCFWD"
18477   - "L2BDMACLRN"
18478   - "FIB_10K"
18479   - "FIB_100K"
18480   - "FIB_1M"
18481   layout:
18482     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18483     layout: "plot-latency"
18484
18485 # Packet Latency - VPP L2 3n-hsw-x710 features
18486 - type: "plot"
18487   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18488   algorithm: "plot_latency_error_bars"
18489   output-file-type: ".html"
18490   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18491   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18492   filter: "'NIC_Intel-X710' and
18493            '64B' and
18494            'NDRPDR' and
18495            '1T1C' and
18496            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18497            not 'ACL' and
18498            not 'VHOST' and
18499            not 'L2OVRLAY' and
18500            not 'MEMIF'"
18501   parameters:
18502   - "latency"
18503   - "parent"
18504   - "tags"
18505   sort:
18506   - "L2XCBASE"    # l2xcbase
18507   - "L2BDBASE"    # l2bdbase
18508   - "L2XCFWD"     # dot1q-l2xcbase
18509   - "L2BDMACLRN"  # dot1q-l2bdbase
18510   layout:
18511     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
18512     layout: "plot-latency"
18513
18514 - type: "plot"
18515   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18516   algorithm: "plot_latency_error_bars"
18517   output-file-type: ".html"
18518   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18519   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18520   filter: "'NIC_Intel-X710' and
18521            '64B' and
18522            'NDRPDR' and
18523            '2T2C' and
18524            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18525            not 'ACL' and
18526            not 'VHOST' and
18527            not 'L2OVRLAY' and
18528            not 'MEMIF'"
18529   parameters:
18530   - "latency"
18531   - "parent"
18532   - "tags"
18533   sort:
18534   - "L2XCBASE"    # l2xcbase
18535   - "L2BDBASE"    # l2bdbase
18536   - "L2XCFWD"     # dot1q-l2xcbase
18537   - "L2BDMACLRN"  # dot1q-l2bdbase
18538   layout:
18539     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
18540     layout: "plot-latency"
18541
18542 # Packet Latency - VPP L2 3n-hsw-x710 features-iacl
18543 - type: "plot"
18544   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18545   algorithm: "plot_latency_error_bars"
18546   output-file-type: ".html"
18547   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18548   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18549   filter: "'NIC_Intel-X710' and
18550            '64B' and
18551            'NDRPDR' and
18552            '1T1C' and
18553            'FEATURE' and
18554            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18555            'IACL' and
18556            ('ACL1' or 'ACL50') and
18557            ('10K_FLOWS' or '10k_FLOWS') and
18558            not 'MACIP' and
18559            not 'VHOST' and
18560            not 'MEMIF'"
18561   parameters:
18562   - "latency"
18563   - "parent"
18564   - "tags"
18565   layout:
18566     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
18567     layout: "plot-latency"
18568
18569 - type: "plot"
18570   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-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-features-iacl-ndr-lat"
18574   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18575   filter: "'NIC_Intel-X710' and
18576            '64B' and
18577            'NDRPDR' and
18578            '2T2C' and
18579            'FEATURE' and
18580            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18581            'IACL' and
18582            ('ACL1' or 'ACL50') and
18583            ('10K_FLOWS' or '10k_FLOWS') and
18584            not 'MACIP' and
18585            not 'VHOST' and
18586            not 'MEMIF'"
18587   parameters:
18588   - "latency"
18589   - "parent"
18590   - "tags"
18591   layout:
18592     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
18593     layout: "plot-latency"
18594
18595 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
18596 - type: "plot"
18597   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18598   algorithm: "plot_latency_error_bars"
18599   output-file-type: ".html"
18600   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18601   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18602   filter: "'NIC_Intel-XL710' and
18603            '64B' and
18604            'BASE' and
18605            'NDRPDR' and
18606            'ETH' and
18607            '1T1C' and
18608            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18609            not 'VHOST' and
18610            not 'MEMIF'"
18611   parameters:
18612   - "latency"
18613   - "parent"
18614   - "tags"
18615   sort:
18616   - "L2PATCH"
18617   - "L2XCFWD"
18618   - "L2BDMACLRN"
18619   layout:
18620     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
18621     layout: "plot-latency"
18622
18623 - type: "plot"
18624   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18625   algorithm: "plot_latency_error_bars"
18626   output-file-type: ".html"
18627   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18628   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18629   filter: "'NIC_Intel-XL710' and
18630            '64B' and
18631            'BASE' and
18632            'NDRPDR' and
18633            'ETH' and
18634            '2T2C' and
18635            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18636            not 'VHOST' and
18637            not 'MEMIF'"
18638   parameters:
18639   - "latency"
18640   - "parent"
18641   - "tags"
18642   sort:
18643   - "L2PATCH"
18644   - "L2XCFWD"
18645   - "L2BDMACLRN"
18646   layout:
18647     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
18648     layout: "plot-latency"
18649
18650 # Packet Latency - VPP L2 3n-skx-x710 base and scale
18651 - type: "plot"
18652   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18653   algorithm: "plot_latency_error_bars"
18654   output-file-type: ".html"
18655   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18656   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18657   filter: "'NIC_Intel-X710' and
18658            '64B' and
18659            ('BASE' or 'SCALE') and
18660            'NDRPDR' and
18661            'ETH' and
18662            '2T1C' and
18663            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18664            not 'VHOST' and
18665            not 'MEMIF' and
18666            not 'DRV_AVF'"
18667   parameters:
18668   - "latency"
18669   - "parent"
18670   - "tags"
18671   sort:
18672   - "L2PATCH"
18673   - "L2XCBASE"
18674   - "BASE"
18675   - "FIB_10K"
18676   - "FIB_100K"
18677   - "FIB_1M"
18678   layout:
18679     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18680     layout: "plot-latency"
18681
18682 - type: "plot"
18683   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18684   algorithm: "plot_latency_error_bars"
18685   output-file-type: ".html"
18686   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18687   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18688   filter: "'NIC_Intel-X710' and
18689            '64B' and
18690            ('BASE' or 'SCALE') and
18691            'NDRPDR' and
18692            'ETH' and
18693            '4T2C' and
18694            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18695            not 'VHOST' and
18696            not 'MEMIF' and
18697            not 'DRV_AVF'"
18698   parameters:
18699   - "latency"
18700   - "parent"
18701   - "tags"
18702   sort:
18703   - "L2PATCH"
18704   - "L2XCBASE"
18705   - "BASE"
18706   - "FIB_10K"
18707   - "FIB_100K"
18708   - "FIB_1M"
18709   layout:
18710     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18711     layout: "plot-latency"
18712
18713 # Packet Latency - VPP L2 3n-skx-x710 features
18714 - type: "plot"
18715   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18716   algorithm: "plot_latency_error_bars"
18717   output-file-type: ".html"
18718   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18719   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18720   filter: "'NIC_Intel-X710' and
18721            '64B' and
18722            'NDRPDR' and
18723            '2T1C' and
18724            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18725            not 'ACL' and
18726            not 'VHOST' and
18727            not 'DRV_AVF' and
18728            not 'L2OVRLAY' and
18729            not 'MEMIF'"
18730   parameters:
18731   - "latency"
18732   - "parent"
18733   - "tags"
18734   sort:
18735   - "L2XCBASE"    # l2xcbase
18736   - "L2BDBASE"    # l2bdbase
18737   - "L2XCFWD"     # dot1q-l2xcbase
18738   - "L2BDMACLRN"  # dot1q-l2bdbase
18739   layout:
18740     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
18741     layout: "plot-latency"
18742
18743 - type: "plot"
18744   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18745   algorithm: "plot_latency_error_bars"
18746   output-file-type: ".html"
18747   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18748   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18749   filter: "'NIC_Intel-X710' and
18750            '64B' and
18751            'NDRPDR' and
18752            '4T2C' and
18753            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18754            not 'ACL' and
18755            not 'VHOST' and
18756            not 'DRV_AVF' and
18757            not 'L2OVRLAY' and
18758            not 'MEMIF'"
18759   parameters:
18760   - "latency"
18761   - "parent"
18762   - "tags"
18763   sort:
18764   - "L2XCBASE"    # l2xcbase
18765   - "L2BDBASE"    # l2bdbase
18766   - "L2XCFWD"     # dot1q-l2xcbase
18767   - "L2BDMACLRN"  # dot1q-l2bdbase
18768   layout:
18769     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
18770     layout: "plot-latency"
18771
18772 # Packet Latency - VPP L2 3n-skx-x710 features-iacl
18773 - type: "plot"
18774   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18775   algorithm: "plot_latency_error_bars"
18776   output-file-type: ".html"
18777   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18778   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18779   filter: "'NIC_Intel-X710' and
18780            '64B' and
18781            'NDRPDR' and
18782            '2T1C' and
18783            'FEATURE' and
18784            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18785            'IACL' and
18786            ('ACL1' or 'ACL50') and
18787            ('10K_FLOWS' or '10k_FLOWS') and
18788            not 'MACIP' and
18789            not 'VHOST' and
18790            not 'MEMIF'"
18791   parameters:
18792   - "latency"
18793   - "parent"
18794   - "tags"
18795   layout:
18796     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
18797     layout: "plot-latency"
18798
18799 - type: "plot"
18800   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18801   algorithm: "plot_latency_error_bars"
18802   output-file-type: ".html"
18803   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18805   filter: "'NIC_Intel-X710' and
18806            '64B' and
18807            'NDRPDR' and
18808            '4T2C' and
18809            'FEATURE' and
18810            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18811            'IACL' and
18812            ('ACL1' or 'ACL50') and
18813            ('10K_FLOWS' or '10k_FLOWS') and
18814            not 'MACIP' and
18815            not 'VHOST' and
18816            not 'MEMIF'"
18817   parameters:
18818   - "latency"
18819   - "parent"
18820   - "tags"
18821   layout:
18822     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
18823     layout: "plot-latency"
18824
18825 # Packet Latency - VPP L2 3n-skx-xxv710 base
18826 - type: "plot"
18827   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18828   algorithm: "plot_latency_error_bars"
18829   output-file-type: ".html"
18830   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18831   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18832   filter: "'NIC_Intel-XXV710' and
18833            '64B' and
18834            ('BASE' or 'SCALE') and
18835            'NDRPDR' and
18836            'ETH' and
18837            '2T1C' and
18838            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18839            not 'VHOST' and
18840            not 'MEMIF'"
18841   parameters:
18842   - "latency"
18843   - "parent"
18844   - "tags"
18845   sort:
18846   - "L2PATCH"
18847   - "L2PATCH"
18848   - "L2XCBASE"
18849   - "L2BDMACLRN"
18850   layout:
18851     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
18852     layout: "plot-latency"
18853
18854 - type: "plot"
18855   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18856   algorithm: "plot_latency_error_bars"
18857   output-file-type: ".html"
18858   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18859   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18860   filter: "'NIC_Intel-XXV710' and
18861            '64B' and
18862            ('BASE' or 'SCALE') and
18863            'NDRPDR' and
18864            'ETH' and
18865            '4T2C' and
18866            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18867            not 'VHOST' and
18868            not 'MEMIF'"
18869   parameters:
18870   - "latency"
18871   - "parent"
18872   - "tags"
18873   sort:
18874   - "L2PATCH"
18875   - "L2PATCH"
18876   - "L2XCBASE"
18877   - "L2BDMACLRN"
18878   layout:
18879     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
18880     layout: "plot-latency"
18881
18882 # Packet Latency - VPP L2 2n-skx-x710 base and scale
18883 - type: "plot"
18884   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
18885   algorithm: "plot_latency_error_bars"
18886   output-file-type: ".html"
18887   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
18888   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18889   filter: "'NIC_Intel-X710' and
18890            '64B' and
18891            'ETH' and
18892            ('BASE' or 'SCALE') and
18893            'NDRPDR' and
18894            '2T1C' and
18895            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18896            not 'VHOST' and
18897            not 'MEMIF'"
18898   parameters:
18899   - "latency"
18900   - "parent"
18901   - "tags"
18902   sort:
18903   - "L2PATCH"
18904   - "L2XCBASE"
18905   - "BASE"
18906   - "FIB_10K"
18907   - "FIB_100K"
18908   - "FIB_1M"
18909   layout:
18910     title: "l2sw-2n-skx-x710-64b-2t1c-base-ndr"
18911     layout: "plot-latency"
18912
18913 - type: "plot"
18914   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
18915   algorithm: "plot_latency_error_bars"
18916   output-file-type: ".html"
18917   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
18918   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18919   filter: "'NIC_Intel-X710' and
18920            '64B' and
18921            ('BASE' or 'SCALE') and
18922            'NDRPDR' and
18923            'ETH' and
18924            '4T2C' and
18925            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18926            not 'VHOST' and
18927            not 'MEMIF'"
18928   parameters:
18929   - "latency"
18930   - "parent"
18931   - "tags"
18932   sort:
18933   - "L2PATCH"
18934   - "L2XCBASE"
18935   - "BASE"
18936   - "FIB_10K"
18937   - "FIB_100K"
18938   - "FIB_1M"
18939   layout:
18940     title: "l2sw-2n-skx-x710-64b-4t2c-base-ndr"
18941     layout: "plot-latency"
18942
18943 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
18944 - type: "plot"
18945   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18946   algorithm: "plot_latency_error_bars"
18947   output-file-type: ".html"
18948   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18949   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18950   filter: "'NIC_Intel-XXV710' and
18951            '64B' and
18952            ('BASE' or 'SCALE') and
18953            'NDRPDR' and
18954            'ETH' and
18955            '2T1C' and
18956            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18957            not 'VHOST' and
18958            not 'MEMIF'"
18959   parameters:
18960   - "latency"
18961   - "parent"
18962   - "tags"
18963   sort:
18964   - "L2PATCH"
18965   - "L2XCBASE"
18966   - "BASE"
18967   - "FIB_10K"
18968   - "FIB_100K"
18969   - "FIB_1M"
18970   layout:
18971     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
18972     layout: "plot-latency"
18973
18974 - type: "plot"
18975   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18976   algorithm: "plot_latency_error_bars"
18977   output-file-type: ".html"
18978   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18979   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18980   filter: "'NIC_Intel-XXV710' and
18981            '64B' and
18982            ('BASE' or 'SCALE') and
18983            'NDRPDR' and
18984            'ETH' and
18985            '4T2C' and
18986            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18987            not 'VHOST' and
18988            not 'MEMIF'"
18989   parameters:
18990   - "latency"
18991   - "parent"
18992   - "tags"
18993   sort:
18994   - "L2PATCH"
18995   - "L2XCBASE"
18996   - "BASE"
18997   - "FIB_10K"
18998   - "FIB_100K"
18999   - "FIB_1M"
19000   layout:
19001     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19002     layout: "plot-latency"
19003
19004 ################################################################################
19005
19006 # Packet Latency - VPP Container Memif 3n-hsw-x520
19007 - type: "plot"
19008   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19009   algorithm: "plot_latency_error_bars"
19010   output-file-type: ".html"
19011   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19012   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19013   filter: "'NIC_Intel-X520-DA2' and
19014            '64B' and
19015            ('BASE' or 'SCALE') and
19016            'NDRPDR' and
19017            '1T1C' and
19018            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19019            not 'VHOST' and
19020            'MEMIF'"
19021   parameters:
19022   - "latency"
19023   - "parent"
19024   - "tags"
19025   sort:
19026   - "L2XCFWD"
19027   - "L2XCFWD"
19028   - "L2XCFWD"
19029   - "L2BDMACLRN"
19030   - "L2BDMACLRN"
19031   - "L2BDMACLRN"
19032   - "IP4FWD"
19033   layout:
19034     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19035     layout: "plot-latency"
19036
19037 - type: "plot"
19038   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19039   algorithm: "plot_latency_error_bars"
19040   output-file-type: ".html"
19041   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19042   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19043   filter: "'NIC_Intel-X520-DA2' and
19044            '64B' and
19045            ('BASE' or 'SCALE') and
19046            'NDRPDR' and
19047            '2T2C' and
19048            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19049            not 'VHOST' and
19050            'MEMIF'"
19051   parameters:
19052   - "latency"
19053   - "parent"
19054   - "tags"
19055   sort:
19056   - "L2XCFWD"
19057   - "L2XCFWD"
19058   - "L2XCFWD"
19059   - "L2BDMACLRN"
19060   - "L2BDMACLRN"
19061   - "L2BDMACLRN"
19062   - "IP4FWD"
19063   layout:
19064     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19065     layout: "plot-latency"
19066
19067 # Packet Latency - VPP Container Memif 3n-hsw-x710
19068 - type: "plot"
19069   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19070   algorithm: "plot_latency_error_bars"
19071   output-file-type: ".html"
19072   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19073   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19074   filter: "'NIC_Intel-X710' and
19075            '64B' and
19076            ('BASE' or 'SCALE') and
19077            'NDRPDR' and
19078            '1T1C' and
19079            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19080            not 'VHOST' and
19081            'MEMIF'"
19082   parameters:
19083   - "latency"
19084   - "parent"
19085   - "tags"
19086   sort:
19087   - "L2XCFWD"
19088   - "L2XCFWD"
19089   - "L2XCFWD"
19090   - "L2BDMACLRN"
19091   - "L2BDMACLRN"
19092   - "L2BDMACLRN"
19093   - "IP4FWD"
19094   layout:
19095     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19096     layout: "plot-latency"
19097
19098 - type: "plot"
19099   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19100   algorithm: "plot_latency_error_bars"
19101   output-file-type: ".html"
19102   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19103   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19104   filter: "'NIC_Intel-X710' and
19105            '64B' and
19106            ('BASE' or 'SCALE') and
19107            'NDRPDR' and
19108            '2T2C' and
19109            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19110            not 'VHOST' and
19111            'MEMIF'"
19112   parameters:
19113   - "latency"
19114   - "parent"
19115   - "tags"
19116   sort:
19117   - "L2XCFWD"
19118   - "L2XCFWD"
19119   - "L2XCFWD"
19120   - "L2BDMACLRN"
19121   - "L2BDMACLRN"
19122   - "L2BDMACLRN"
19123   - "IP4FWD"
19124   layout:
19125     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19126     layout: "plot-latency"
19127
19128 # Packet Latency - VPP Container Memif 3n-hsw-xl710
19129 - type: "plot"
19130   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19131   algorithm: "plot_latency_error_bars"
19132   output-file-type: ".html"
19133   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19134   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19135   filter: "'NIC_Intel-XL710' and
19136            '64B' and
19137            ('BASE' or 'SCALE') and
19138            'NDRPDR' and
19139            '1T1C' and
19140            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19141            not 'VHOST' and
19142            'MEMIF'"
19143   parameters:
19144   - "latency"
19145   - "parent"
19146   - "tags"
19147   sort:
19148   - "L2XCFWD"
19149   - "L2XCFWD"
19150   - "L2XCFWD"
19151   - "L2BDMACLRN"
19152   - "L2BDMACLRN"
19153   - "L2BDMACLRN"
19154   - "IP4FWD"
19155   layout:
19156     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
19157     layout: "plot-latency"
19158
19159 - type: "plot"
19160   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19161   algorithm: "plot_latency_error_bars"
19162   output-file-type: ".html"
19163   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19164   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19165   filter: "'NIC_Intel-XL710' and
19166            '64B' and
19167            ('BASE' or 'SCALE') and
19168            'NDRPDR' and
19169            '2T2C' and
19170            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19171            not 'VHOST' and
19172            'MEMIF'"
19173   parameters:
19174   - "latency"
19175   - "parent"
19176   - "tags"
19177   sort:
19178   - "L2XCFWD"
19179   - "L2XCFWD"
19180   - "L2XCFWD"
19181   - "L2BDMACLRN"
19182   - "L2BDMACLRN"
19183   - "L2BDMACLRN"
19184   - "IP4FWD"
19185   layout:
19186     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
19187     layout: "plot-latency"
19188
19189 # Packet Latency - VPP Container Memif 3n-skx-x710
19190 - type: "plot"
19191   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19192   algorithm: "plot_latency_error_bars"
19193   output-file-type: ".html"
19194   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19195   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19196   filter: "'NIC_Intel-X710' and
19197            '64B' and
19198            ('BASE' or 'SCALE') and
19199            'NDRPDR' and
19200            '2T1C' and
19201            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19202            not 'VHOST' and
19203            'MEMIF'"
19204   parameters:
19205   - "latency"
19206   - "parent"
19207   - "tags"
19208   sort:
19209   - "L2XCFWD"
19210   - "L2XCFWD"
19211   - "L2XCFWD"
19212   - "L2BDMACLRN"
19213   - "L2BDMACLRN"
19214   - "L2BDMACLRN"
19215   - "IP4FWD"
19216   layout:
19217     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
19218     layout: "plot-latency"
19219
19220 - type: "plot"
19221   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19222   algorithm: "plot_latency_error_bars"
19223   output-file-type: ".html"
19224   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19225   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19226   filter: "'NIC_Intel-X710' and
19227            '64B' and
19228            ('BASE' or 'SCALE') and
19229            'NDRPDR' and
19230            '4T2C' and
19231            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19232            not 'VHOST' and
19233            'MEMIF'"
19234   parameters:
19235   - "latency"
19236   - "parent"
19237   - "tags"
19238   sort:
19239   - "L2XCFWD"
19240   - "L2XCFWD"
19241   - "L2XCFWD"
19242   - "L2BDMACLRN"
19243   - "L2BDMACLRN"
19244   - "L2BDMACLRN"
19245   - "IP4FWD"
19246   layout:
19247     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
19248     layout: "plot-latency"
19249
19250 # Packet Latency - VPP Container Memif 2n-skx-x710
19251 - type: "plot"
19252   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19253   algorithm: "plot_latency_error_bars"
19254   output-file-type: ".html"
19255   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19256   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19257   filter: "'NIC_Intel-X710' and
19258            '64B' and
19259            ('BASE' or 'SCALE') and
19260            'NDRPDR' and
19261            '2T1C' and
19262            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19263            not 'VHOST' and
19264            not 'NF_DENSITY' and
19265            'MEMIF'"
19266   parameters:
19267   - "latency"
19268   - "parent"
19269   - "tags"
19270   sort:
19271   - "L2XCFWD"
19272   - "L2XCFWD"
19273   - "L2XCFWD"
19274   - "L2BDMACLRN"
19275   - "L2BDMACLRN"
19276   - "L2BDMACLRN"
19277   - "IP4FWD"
19278   layout:
19279     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
19280     layout: "plot-latency"
19281
19282 - type: "plot"
19283   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19284   algorithm: "plot_latency_error_bars"
19285   output-file-type: ".html"
19286   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19287   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19288   filter: "'NIC_Intel-X710' and
19289            '64B' and
19290            ('BASE' or 'SCALE') and
19291            'NDRPDR' and
19292            '4T2C' and
19293            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19294            not 'VHOST' and
19295            not 'NF_DENSITY' and
19296            'MEMIF'"
19297   parameters:
19298   - "latency"
19299   - "parent"
19300   - "tags"
19301   sort:
19302   - "L2XCFWD"
19303   - "L2XCFWD"
19304   - "L2XCFWD"
19305   - "L2BDMACLRN"
19306   - "L2BDMACLRN"
19307   - "L2BDMACLRN"
19308   - "IP4FWD"
19309   layout:
19310     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
19311     layout: "plot-latency"
19312
19313 ## Packet Latency - VPP Container Memif 2n-skx-xxv710
19314 #- type: "plot"
19315 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19316 #  algorithm: "plot_latency_error_bars"
19317 #  output-file-type: ".html"
19318 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19319 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19320 #  filter: "'NIC_Intel-XXV710' and
19321 #           '64B' and
19322 #           ('BASE' or 'SCALE') and
19323 #           'NDRPDR' and
19324 #           '2T1C' and
19325 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19326 #           not 'VHOST' and
19327 #           'MEMIF'"
19328 #  parameters:
19329 #  - "latency"
19330 #  - "parent"
19331 #  - "tags"
19332 #  sort:
19333 #  - "L2XCFWD"
19334 #  - "L2XCFWD"
19335 #  - "L2XCFWD"
19336 #  - "L2BDMACLRN"
19337 #  - "L2BDMACLRN"
19338 #  - "L2BDMACLRN"
19339 #  - "IP4FWD"
19340 #  layout:
19341 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
19342 #    layout: "plot-latency"
19343 #
19344 #- type: "plot"
19345 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19346 #  algorithm: "plot_latency_error_bars"
19347 #  output-file-type: ".html"
19348 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19349 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19350 #  filter: "'NIC_Intel-XXV710' and
19351 #           '64B' and
19352 #           ('BASE' or 'SCALE') and
19353 #           'NDRPDR' and
19354 #           '4T2C' and
19355 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19356 #           not 'VHOST' and
19357 #           'MEMIF'"
19358 #  parameters:
19359 #  - "latency"
19360 #  - "parent"
19361 #  - "tags"
19362 #  sort:
19363 #  - "L2XCFWD"
19364 #  - "L2XCFWD"
19365 #  - "L2XCFWD"
19366 #  - "L2BDMACLRN"
19367 #  - "L2BDMACLRN"
19368 #  - "L2BDMACLRN"
19369 #  - "IP4FWD"
19370 #  layout:
19371 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
19372 #    layout: "plot-latency"
19373
19374 ################################################################################
19375
19376 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19377 - type: "plot"
19378   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19379   algorithm: "plot_latency_error_bars"
19380   output-file-type: ".html"
19381   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19382   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19383   filter: "'NIC_Intel-X520-DA2' and
19384            '64B' and
19385            ('BASE' or 'SCALE') and
19386            'NDRPDR' and
19387            '1T1C' and
19388            'L2XCFWD' and
19389            not 'VHOST' and
19390            not 'NF_DENSITY' and
19391            'MEMIF'"
19392   parameters:
19393   - "latency"
19394   - "parent"
19395   - "tags"
19396   sort:
19397   - "1VNF"
19398   - "2VNF"
19399   - "4VNF"
19400   - "2VNF"
19401   - "4VNF"
19402   layout:
19403     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19404     layout: "plot-latency"
19405
19406 - type: "plot"
19407   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19408   algorithm: "plot_latency_error_bars"
19409   output-file-type: ".html"
19410   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19411   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19412   filter: "'NIC_Intel-X520-DA2' and
19413            '64B' and
19414            ('BASE' or 'SCALE') and
19415            'NDRPDR' and
19416            '2T2C' and
19417            'L2XCFWD' and
19418            not 'VHOST' and
19419            not 'NF_DENSITY' and
19420            'MEMIF'"
19421   parameters:
19422   - "latency"
19423   - "parent"
19424   - "tags"
19425   sort:
19426   - "1VNF"
19427   - "2VNF"
19428   - "4VNF"
19429   - "2VNF"
19430   - "4VNF"
19431   layout:
19432     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19433     layout: "plot-latency"
19434
19435 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19436 - type: "plot"
19437   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19438   algorithm: "plot_latency_error_bars"
19439   output-file-type: ".html"
19440   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19441   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19442   filter: "'NIC_Intel-X520-DA2' and
19443            '64B' and
19444            ('BASE' or 'SCALE') and
19445            'NDRPDR' and
19446            '1T1C' and
19447            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19448            not 'VHOST' and
19449            not 'NF_DENSITY' and
19450            'MEMIF'"
19451   parameters:
19452   - "latency"
19453   - "parent"
19454   - "tags"
19455   sort:
19456   - "1VNF"
19457   - "2VNF"
19458   - "4VNF"
19459   - "2VNF"
19460   - "4VNF"
19461   layout:
19462     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19463     layout: "plot-latency"
19464
19465 - type: "plot"
19466   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19467   algorithm: "plot_latency_error_bars"
19468   output-file-type: ".html"
19469   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19470   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19471   filter: "'NIC_Intel-X520-DA2' and
19472            '64B' and
19473            ('BASE' or 'SCALE') and
19474            'NDRPDR' and
19475            '2T2C' and
19476            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19477            not 'VHOST' and
19478            not 'NF_DENSITY' and
19479            'MEMIF'"
19480   parameters:
19481   - "latency"
19482   - "parent"
19483   - "tags"
19484   sort:
19485   - "1VNF"
19486   - "2VNF"
19487   - "4VNF"
19488   - "2VNF"
19489   - "4VNF"
19490   layout:
19491     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19492     layout: "plot-latency"
19493
19494 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19495 - type: "plot"
19496   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19497   algorithm: "plot_latency_error_bars"
19498   output-file-type: ".html"
19499   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19500   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19501   filter: "'NIC_Intel-X710' and
19502            '64B' and
19503            ('BASE' or 'SCALE') and
19504            'NDRPDR' and
19505            '1T1C' and
19506            'L2XCFWD' and
19507            not 'VHOST' and
19508            not 'NF_DENSITY' and
19509            'MEMIF'"
19510   parameters:
19511   - "latency"
19512   - "parent"
19513   - "tags"
19514   sort:
19515   - "1VNF"
19516   - "2VNF"
19517   - "4VNF"
19518   - "2VNF"
19519   - "4VNF"
19520   layout:
19521     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19522     layout: "plot-latency"
19523
19524 - type: "plot"
19525   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19526   algorithm: "plot_latency_error_bars"
19527   output-file-type: ".html"
19528   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19529   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19530   filter: "'NIC_Intel-X710' and
19531            '64B' and
19532            ('BASE' or 'SCALE') and
19533            'NDRPDR' and
19534            '2T2C' and
19535            'L2XCFWD' and
19536            not 'VHOST' and
19537            not 'NF_DENSITY' and
19538            'MEMIF'"
19539   parameters:
19540   - "latency"
19541   - "parent"
19542   - "tags"
19543   sort:
19544   - "1VNF"
19545   - "2VNF"
19546   - "4VNF"
19547   - "2VNF"
19548   - "4VNF"
19549   layout:
19550     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
19551     layout: "plot-latency"
19552
19553 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
19554 - type: "plot"
19555   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19556   algorithm: "plot_latency_error_bars"
19557   output-file-type: ".html"
19558   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19559   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19560   filter: "'NIC_Intel-X710' and
19561            '64B' and
19562            ('BASE' or 'SCALE') and
19563            'NDRPDR' and
19564            '1T1C' and
19565            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19566            not 'VHOST' and
19567            not 'NF_DENSITY' and
19568            'MEMIF'"
19569   parameters:
19570   - "latency"
19571   - "parent"
19572   - "tags"
19573   sort:
19574   - "1VNF"
19575   - "2VNF"
19576   - "4VNF"
19577   - "2VNF"
19578   - "4VNF"
19579   layout:
19580     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
19581     layout: "plot-latency"
19582
19583 - type: "plot"
19584   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19585   algorithm: "plot_latency_error_bars"
19586   output-file-type: ".html"
19587   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19588   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19589   filter: "'NIC_Intel-X710' and
19590            '64B' and
19591            ('BASE' or 'SCALE') and
19592            'NDRPDR' and
19593            '2T2C' and
19594            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19595            not 'VHOST' and
19596            not 'NF_DENSITY' and
19597            'MEMIF'"
19598   parameters:
19599   - "latency"
19600   - "parent"
19601   - "tags"
19602   sort:
19603   - "1VNF"
19604   - "2VNF"
19605   - "4VNF"
19606   - "2VNF"
19607   - "4VNF"
19608   layout:
19609     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
19610     layout: "plot-latency"
19611
19612 ################################################################################
19613
19614 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
19615 - type: "plot"
19616   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19617   algorithm: "plot_latency_error_bars"
19618   output-file-type: ".html"
19619   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19620   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19621   filter: "'NIC_Intel-X520-DA2' and
19622            '64B' and
19623            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19624            'NDRPDR' and
19625            '1T1C' and
19626            'IP4FWD' and
19627            not 'IPSEC' and
19628            not 'DOT1Q' and
19629            not 'VHOST'"
19630   parameters:
19631   - "latency"
19632   - "parent"
19633   - "tags"
19634   sort:
19635   - "DOT1Q"
19636   - "IP4BASE"
19637   - "FIB_20K"
19638   - "FIB_200K"
19639   - "FIB_2M"
19640   layout:
19641     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19642     layout: "plot-latency"
19643
19644 - type: "plot"
19645   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19646   algorithm: "plot_latency_error_bars"
19647   output-file-type: ".html"
19648   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19649   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19650   filter: "'NIC_Intel-X520-DA2' and
19651            '64B' and
19652            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19653            'NDRPDR' and
19654            '2T2C' and
19655            'IP4FWD' and
19656            not 'IPSEC' and
19657            not 'DOT1Q' and
19658            not 'VHOST'"
19659   parameters:
19660   - "latency"
19661   - "parent"
19662   - "tags"
19663   sort:
19664   - "DOT1Q"
19665   - "IP4BASE"
19666   - "FIB_20K"
19667   - "FIB_200K"
19668   - "FIB_2M"
19669   layout:
19670     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19671     layout: "plot-latency"
19672
19673 # Packet Latency - VPP IPv4 3n-hsw-x520 features
19674 - type: "plot"
19675   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19676   algorithm: "plot_latency_error_bars"
19677   output-file-type: ".html"
19678   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19679   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19680   filter: "'NIC_Intel-X520-DA2' and
19681            '64B' and
19682            ('IP4BASE' or
19683             'POLICE_MARK' or
19684             'COPWHLIST' or
19685             ('NAT44' and 'BASE') or
19686             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19687            'NDRPDR' and
19688            '1T1C' and
19689            'IP4FWD' and
19690            not 'IPSEC' and
19691            not 'VHOST'"
19692   parameters:
19693   - "latency"
19694   - "parent"
19695   - "tags"
19696   sort:
19697   - "DOT1Q"
19698   - "IP4BASE"
19699   - "NAT44"
19700   - "POLICE_MARK"
19701   - "COPWHLIST"
19702   - "IACL"
19703   - "OACL"
19704   layout:
19705     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
19706     layout: "plot-latency"
19707
19708 - type: "plot"
19709   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19710   algorithm: "plot_latency_error_bars"
19711   output-file-type: ".html"
19712   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19713   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19714   filter: "'NIC_Intel-X520-DA2' and
19715            '64B' and
19716            ('IP4BASE' or
19717             'POLICE_MARK' or
19718             'COPWHLIST' or
19719             ('NAT44' and 'BASE') or
19720             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19721            'NDRPDR' and
19722            '2T2C' and
19723            'IP4FWD' and
19724            not 'IPSEC' and
19725            not 'VHOST'"
19726   parameters:
19727   - "latency"
19728   - "parent"
19729   - "tags"
19730   sort:
19731   - "DOT1Q"
19732   - "IP4BASE"
19733   - "NAT44"
19734   - "POLICE_MARK"
19735   - "COPWHLIST"
19736   - "IACL"
19737   - "OACL"
19738   layout:
19739     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
19740     layout: "plot-latency"
19741
19742 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
19743 - type: "plot"
19744   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19745   algorithm: "plot_latency_error_bars"
19746   output-file-type: ".html"
19747   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19748   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19749   filter: "'NIC_Intel-X520-DA2' and
19750            '64B' and
19751            'NDRPDR' and
19752            '1T1C' and
19753            'IP4FWD' and
19754            ('NAT44' or 'IP4BASE') and
19755            not 'DOT1Q' and
19756            not 'IPSEC' and
19757            not 'VHOST'"
19758   parameters:
19759   - "latency"
19760   - "parent"
19761   - "tags"
19762   sort:
19763   - "IP4BASE"
19764   - "BASE"
19765   - "SRC_USER_10"
19766   - "SRC_USER_100"
19767   - "SRC_USER_1000"
19768   - "SRC_USER_2000"
19769   layout:
19770     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
19771     layout: "plot-latency"
19772
19773 - type: "plot"
19774   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19775   algorithm: "plot_latency_error_bars"
19776   output-file-type: ".html"
19777   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19778   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19779   filter: "'NIC_Intel-X520-DA2' and
19780            '64B' and
19781            'NDRPDR' and
19782            '2T2C' and
19783            'IP4FWD' and
19784            ('NAT44' or 'IP4BASE') and
19785            not 'DOT1Q' and
19786            not 'IPSEC' and
19787            not 'VHOST'"
19788   parameters:
19789   - "latency"
19790   - "parent"
19791   - "tags"
19792   sort:
19793   - "IP4BASE"
19794   - "BASE"
19795   - "SRC_USER_10"
19796   - "SRC_USER_100"
19797   - "SRC_USER_1000"
19798   - "SRC_USER_2000"
19799   layout:
19800     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
19801     layout: "plot-latency"
19802
19803 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
19804 - type: "plot"
19805   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19806   algorithm: "plot_latency_error_bars"
19807   output-file-type: ".html"
19808   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19809   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19810   filter: "'NIC_Intel-X520-DA2' and
19811            '64B' and
19812            'NDRPDR' and
19813            '1T1C' and
19814            'IP4FWD' and
19815            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19816            not 'IPSEC' and
19817            not 'DOT1Q' and
19818            not 'VHOST'"
19819   parameters:
19820   - "latency"
19821   - "parent"
19822   - "tags"
19823   sort:
19824   - "IP4BASE"
19825   - "ACL_STATELESS"
19826   - "ACL_STATEFUL"
19827   - "ACL_STATELESS"
19828   - "ACL_STATEFUL"
19829   layout:
19830     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
19831     layout: "plot-latency"
19832
19833 - type: "plot"
19834   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19835   algorithm: "plot_latency_error_bars"
19836   output-file-type: ".html"
19837   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19838   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19839   filter: "'NIC_Intel-X520-DA2' and
19840            '64B' and
19841            'NDRPDR' and
19842            '2T2C' and
19843            'IP4FWD' and
19844            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19845            not 'IPSEC' and
19846            not 'DOT1Q' and
19847            not 'VHOST'"
19848   parameters:
19849   - "latency"
19850   - "parent"
19851   - "tags"
19852   sort:
19853   - "IP4BASE"
19854   - "ACL_STATELESS"
19855   - "ACL_STATEFUL"
19856   - "ACL_STATELESS"
19857   - "ACL_STATEFUL"
19858   layout:
19859     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
19860     layout: "plot-latency"
19861
19862 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
19863 - type: "plot"
19864   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19865   algorithm: "plot_latency_error_bars"
19866   output-file-type: ".html"
19867   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19868   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19869   filter: "'NIC_Intel-X520-DA2' and
19870            '64B' and
19871            'NDRPDR' and
19872            '1T1C' and
19873            'IP4FWD' and
19874            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19875            not 'IPSEC' and
19876            not 'DOT1Q' and
19877            not 'VHOST'"
19878   parameters:
19879   - "latency"
19880   - "parent"
19881   - "tags"
19882   sort:
19883   - "IP4BASE"
19884   - "ACL_STATELESS"
19885   - "ACL_STATEFUL"
19886   - "ACL_STATELESS"
19887   - "ACL_STATEFUL"
19888   layout:
19889     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
19890     layout: "plot-latency"
19891
19892 - type: "plot"
19893   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19894   algorithm: "plot_latency_error_bars"
19895   output-file-type: ".html"
19896   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19897   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19898   filter: "'NIC_Intel-X520-DA2' and
19899            '64B' and
19900            'NDRPDR' and
19901            '2T2C' and
19902            'IP4FWD' and
19903            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19904            not 'IPSEC' and
19905            not 'DOT1Q' and
19906            not 'VHOST'"
19907   parameters:
19908   - "latency"
19909   - "parent"
19910   - "tags"
19911   sort:
19912   - "IP4BASE"
19913   - "ACL_STATELESS"
19914   - "ACL_STATEFUL"
19915   - "ACL_STATELESS"
19916   - "ACL_STATEFUL"
19917   layout:
19918     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
19919     layout: "plot-latency"
19920
19921 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
19922 - type: "plot"
19923   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19924   algorithm: "plot_latency_error_bars"
19925   output-file-type: ".html"
19926   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19927   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19928   filter: "'NIC_Intel-X710' and
19929            '64B' and
19930            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19931            'NDRPDR' and
19932            '1T1C' and
19933            'IP4FWD' and
19934            not 'IPSEC' and
19935            not 'DOT1Q' and
19936            not 'VHOST'"
19937   parameters:
19938   - "latency"
19939   - "parent"
19940   - "tags"
19941   sort:
19942   - "IP4BASE"
19943   - "FIB_20K"
19944   - "FIB_200K"
19945   - "FIB_2M"
19946   layout:
19947     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19948     layout: "plot-latency"
19949
19950 - type: "plot"
19951   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19952   algorithm: "plot_latency_error_bars"
19953   output-file-type: ".html"
19954   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19955   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19956   filter: "'NIC_Intel-X710' and
19957            '64B' and
19958            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19959            'NDRPDR' and
19960            '2T2C' and
19961            'IP4FWD' and
19962            not 'IPSEC' and
19963            not 'DOT1Q' and
19964            not 'VHOST'"
19965   parameters:
19966   - "latency"
19967   - "parent"
19968   - "tags"
19969   sort:
19970   - "IP4BASE"
19971   - "FIB_20K"
19972   - "FIB_200K"
19973   - "FIB_2M"
19974   layout:
19975     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19976     layout: "plot-latency"
19977
19978 # Packet Latency - VPP IPv4 3n-hsw-x710 features
19979 - type: "plot"
19980   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19981   algorithm: "plot_latency_error_bars"
19982   output-file-type: ".html"
19983   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19984   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19985   filter: "'NIC_Intel-X710' and
19986            '64B' and
19987            ('IP4BASE' or
19988             'POLICE_MARK' or
19989             'COPWHLIST' or
19990             ('NAT44' and 'BASE') or
19991             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19992            'NDRPDR' and
19993            '1T1C' and
19994            'IP4FWD' and
19995            not 'IPSEC' and
19996            not 'VHOST'"
19997   parameters:
19998   - "latency"
19999   - "parent"
20000   - "tags"
20001   sort:
20002   - "DOT1Q"
20003   - "IP4BASE"
20004   - "NAT44"
20005   - "POLICE_MARK"
20006   - "COPWHLIST"
20007   - "IACL"
20008   - "OACL"
20009   layout:
20010     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20011     layout: "plot-latency"
20012
20013 - type: "plot"
20014   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20015   algorithm: "plot_latency_error_bars"
20016   output-file-type: ".html"
20017   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20018   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20019   filter: "'NIC_Intel-X710' and
20020            '64B' and
20021            ('IP4BASE' or
20022             'POLICE_MARK' or
20023             'COPWHLIST' or
20024             ('NAT44' and 'BASE') or
20025             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20026            'NDRPDR' and
20027            '2T2C' and
20028            'IP4FWD' and
20029            not 'IPSEC' and
20030            not 'VHOST'"
20031   parameters:
20032   - "latency"
20033   - "parent"
20034   - "tags"
20035   sort:
20036   - "DOT1Q"
20037   - "IP4BASE"
20038   - "NAT44"
20039   - "POLICE_MARK"
20040   - "COPWHLIST"
20041   - "IACL"
20042   - "OACL"
20043   layout:
20044     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20045     layout: "plot-latency"
20046
20047 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20048 - type: "plot"
20049   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20050   algorithm: "plot_latency_error_bars"
20051   output-file-type: ".html"
20052   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20053   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20054   filter: "'NIC_Intel-X710' and
20055            '64B' and
20056            'NDRPDR' and
20057            '1T1C' and
20058            'IP4FWD' and
20059            ('NAT44' or 'IP4BASE') and
20060            not 'IPSEC' and
20061            not 'VHOST'"
20062   parameters:
20063   - "latency"
20064   - "parent"
20065   - "tags"
20066   sort:
20067   - "IP4BASE"
20068   - "BASE"
20069   - "SRC_USER_10"
20070   - "SRC_USER_100"
20071   - "SRC_USER_1000"
20072   - "SRC_USER_2000"
20073   layout:
20074     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20075     layout: "plot-latency"
20076
20077 - type: "plot"
20078   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20079   algorithm: "plot_latency_error_bars"
20080   output-file-type: ".html"
20081   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20082   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20083   filter: "'NIC_Intel-X710' and
20084            '64B' and
20085            'NDRPDR' and
20086            '2T2C' and
20087            'IP4FWD' and
20088            ('NAT44' or 'IP4BASE') and
20089            not 'IPSEC' and
20090            not 'VHOST'"
20091   parameters:
20092   - "latency"
20093   - "parent"
20094   - "tags"
20095   sort:
20096   - "IP4BASE"
20097   - "BASE"
20098   - "SRC_USER_10"
20099   - "SRC_USER_100"
20100   - "SRC_USER_1000"
20101   - "SRC_USER_2000"
20102   layout:
20103     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
20104     layout: "plot-latency"
20105
20106 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
20107 - type: "plot"
20108   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20109   algorithm: "plot_latency_error_bars"
20110   output-file-type: ".html"
20111   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20112   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20113   filter: "'NIC_Intel-X710' and
20114            '64B' and
20115            'NDRPDR' and
20116            '1T1C' and
20117            'IP4FWD' and
20118            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20119            not 'IPSEC' and
20120            not 'VHOST'"
20121   parameters:
20122   - "latency"
20123   - "parent"
20124   - "tags"
20125   sort:
20126   - "IP4BASE"
20127   - "ACL_STATELESS"
20128   - "ACL_STATEFUL"
20129   - "ACL_STATELESS"
20130   - "ACL_STATEFUL"
20131   layout:
20132     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
20133     layout: "plot-latency"
20134
20135 - type: "plot"
20136   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20137   algorithm: "plot_latency_error_bars"
20138   output-file-type: ".html"
20139   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20140   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20141   filter: "'NIC_Intel-X710' and
20142            '64B' and
20143            'NDRPDR' and
20144            '2T2C' and
20145            'IP4FWD' and
20146            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20147            not 'IPSEC' and
20148            not 'VHOST'"
20149   parameters:
20150   - "latency"
20151   - "parent"
20152   - "tags"
20153   sort:
20154   - "IP4BASE"
20155   - "ACL_STATELESS"
20156   - "ACL_STATEFUL"
20157   - "ACL_STATELESS"
20158   - "ACL_STATEFUL"
20159   layout:
20160     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20161     layout: "plot-latency"
20162
20163 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20164 - type: "plot"
20165   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20166   algorithm: "plot_latency_error_bars"
20167   output-file-type: ".html"
20168   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20169   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20170   filter: "'NIC_Intel-XL710' and
20171            '64B' and
20172            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20173            'NDRPDR' and
20174            '1T1C' and
20175            'IP4FWD' and
20176            not 'IPSEC' and
20177            not 'VHOST'"
20178   parameters:
20179   - "latency"
20180   - "parent"
20181   - "tags"
20182   sort:
20183   - "IP4BASE"
20184   - "FIB_20K"
20185   - "FIB_200K"
20186   - "FIB_2M"
20187   layout:
20188     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
20189     layout: "plot-latency"
20190
20191 - type: "plot"
20192   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20193   algorithm: "plot_latency_error_bars"
20194   output-file-type: ".html"
20195   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20196   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20197   filter: "'NIC_Intel-XL710' and
20198            '64B' and
20199            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20200            'NDRPDR' and
20201            '2T2C' and
20202            'IP4FWD' and
20203            not 'IPSEC' and
20204            not 'VHOST'"
20205   parameters:
20206   - "latency"
20207   - "parent"
20208   - "tags"
20209   sort:
20210   - "IP4BASE"
20211   - "FIB_20K"
20212   - "FIB_200K"
20213   - "FIB_2M"
20214   layout:
20215     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
20216     layout: "plot-latency"
20217
20218 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20219 - type: "plot"
20220   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20221   algorithm: "plot_latency_error_bars"
20222   output-file-type: ".html"
20223   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20224   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20225   filter: "'NIC_Intel-X710' and
20226            '64B' and
20227            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20228            'NDRPDR' and
20229            '2T1C' and
20230            'IP4FWD' and
20231            not 'IPSEC' and
20232            not 'DOT1Q' and
20233            not 'VHOST'"
20234   parameters:
20235   - "latency"
20236   - "parent"
20237   - "tags"
20238   sort:
20239   - "IP4BASE"
20240   - "FIB_20K"
20241   - "FIB_200K"
20242   - "FIB_2M"
20243   layout:
20244     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20245     layout: "plot-latency"
20246
20247 - type: "plot"
20248   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20249   algorithm: "plot_latency_error_bars"
20250   output-file-type: ".html"
20251   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20252   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20253   filter: "'NIC_Intel-X710' and
20254            '64B' and
20255            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20256            'NDRPDR' and
20257            '4T2C' and
20258            'IP4FWD' and
20259            not 'IPSEC' and
20260            not 'DOT1Q' and
20261            not 'VHOST'"
20262   parameters:
20263   - "latency"
20264   - "parent"
20265   - "tags"
20266   sort:
20267   - "IP4BASE"
20268   - "FIB_20K"
20269   - "FIB_200K"
20270   - "FIB_2M"
20271   layout:
20272     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20273     layout: "plot-latency"
20274
20275 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20276 - type: "plot"
20277   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20278   algorithm: "plot_latency_error_bars"
20279   output-file-type: ".html"
20280   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20281   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20282   filter: "'NIC_Intel-X710' and
20283            '64B' and
20284            ('IP4BASE' or
20285             'POLICE_MARK' or
20286             'COPWHLIST' or
20287             ('NAT44' and 'BASE') or
20288             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20289            'NDRPDR' and
20290            '2T1C' and
20291            'IP4FWD' and
20292            not 'IPSEC' and
20293            not 'VHOST'"
20294   parameters:
20295   - "latency"
20296   - "parent"
20297   - "tags"
20298   sort:
20299   - "DOT1Q"
20300   - "IP4BASE"
20301   - "NAT44"
20302   - "POLICE_MARK"
20303   - "COPWHLIST"
20304   - "IACL"
20305   - "OACL"
20306   layout:
20307     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20308     layout: "plot-latency"
20309
20310 - type: "plot"
20311   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20312   algorithm: "plot_latency_error_bars"
20313   output-file-type: ".html"
20314   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20315   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20316   filter: "'NIC_Intel-X710' and
20317            '64B' and
20318            ('IP4BASE' or
20319             'POLICE_MARK' or
20320             'COPWHLIST' or
20321             ('NAT44' and 'BASE') or
20322             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20323            'NDRPDR' and
20324            '4T2C' and
20325            'IP4FWD' and
20326            not 'IPSEC' and
20327            not 'VHOST'"
20328   parameters:
20329   - "latency"
20330   - "parent"
20331   - "tags"
20332   sort:
20333   - "DOT1Q"
20334   - "IP4BASE"
20335   - "NAT44"
20336   - "POLICE_MARK"
20337   - "COPWHLIST"
20338   - "IACL"
20339   - "OACL"
20340   layout:
20341     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20342     layout: "plot-latency"
20343
20344 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20345 - type: "plot"
20346   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20347   algorithm: "plot_latency_error_bars"
20348   output-file-type: ".html"
20349   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20350   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20351   filter: "'NIC_Intel-X710' and
20352            '64B' and
20353            'NDRPDR' and
20354            '2T1C' and
20355            'IP4FWD' and
20356            ('NAT44' or 'IP4BASE') and
20357            not 'IPSEC' and
20358            not 'VHOST'"
20359   parameters:
20360   - "latency"
20361   - "parent"
20362   - "tags"
20363   sort:
20364   - "IP4BASE"
20365   - "BASE"
20366   - "SRC_USER_10"
20367   - "SRC_USER_100"
20368   - "SRC_USER_1000"
20369   - "SRC_USER_2000"
20370   layout:
20371     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20372     layout: "plot-latency"
20373
20374 - type: "plot"
20375   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20376   algorithm: "plot_latency_error_bars"
20377   output-file-type: ".html"
20378   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20379   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20380   filter: "'NIC_Intel-X710' and
20381            '64B' and
20382            'NDRPDR' and
20383            '4T2C' and
20384            'IP4FWD' and
20385            ('NAT44' or 'IP4BASE') and
20386            not 'IPSEC' and
20387            not 'VHOST'"
20388   parameters:
20389   - "latency"
20390   - "parent"
20391   - "tags"
20392   sort:
20393   - "IP4BASE"
20394   - "BASE"
20395   - "SRC_USER_10"
20396   - "SRC_USER_100"
20397   - "SRC_USER_1000"
20398   - "SRC_USER_2000"
20399   layout:
20400     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20401     layout: "plot-latency"
20402
20403 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20404 - type: "plot"
20405   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20406   algorithm: "plot_latency_error_bars"
20407   output-file-type: ".html"
20408   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20409   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20410   filter: "'NIC_Intel-X710' and
20411            '64B' and
20412            'NDRPDR' and
20413            '2T1C' and
20414            'IP4FWD' and
20415            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20416            not 'IPSEC' and
20417            not 'VHOST'"
20418   parameters:
20419   - "latency"
20420   - "parent"
20421   - "tags"
20422   sort:
20423   - "IP4BASE"
20424   - "ACL_STATELESS"
20425   - "ACL_STATEFUL"
20426   - "ACL_STATELESS"
20427   - "ACL_STATEFUL"
20428   layout:
20429     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20430     layout: "plot-latency"
20431
20432 - type: "plot"
20433   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20434   algorithm: "plot_latency_error_bars"
20435   output-file-type: ".html"
20436   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20437   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20438   filter: "'NIC_Intel-X710' and
20439            '64B' and
20440            'NDRPDR' and
20441            '4T2C' and
20442            'IP4FWD' and
20443            'IACL' and
20444            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20445            not 'IPSEC' and
20446            not 'VHOST'"
20447   parameters:
20448   - "latency"
20449   - "parent"
20450   - "tags"
20451   sort:
20452   - "IP4BASE"
20453   - "ACL_STATELESS"
20454   - "ACL_STATEFUL"
20455   - "ACL_STATELESS"
20456   - "ACL_STATEFUL"
20457   layout:
20458     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
20459     layout: "plot-latency"
20460
20461 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20462 - type: "plot"
20463   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20464   algorithm: "plot_latency_error_bars"
20465   output-file-type: ".html"
20466   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20467   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20468   filter: "'NIC_Intel-X710' and
20469            '64B' and
20470            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20471            'NDRPDR' and
20472            '2T1C' and
20473            'IP4FWD' and
20474            not 'IPSEC' and
20475            not 'DOT1Q' and
20476            not 'VHOST'"
20477   parameters:
20478   - "latency"
20479   - "parent"
20480   - "tags"
20481   sort:
20482   - "IP4BASE"
20483   - "FIB_20K"
20484   - "FIB_200K"
20485   - "FIB_2M"
20486   layout:
20487     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20488     layout: "plot-latency"
20489
20490 - type: "plot"
20491   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20492   algorithm: "plot_latency_error_bars"
20493   output-file-type: ".html"
20494   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20495   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20496   filter: "'NIC_Intel-X710' and
20497            '64B' and
20498            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20499            'NDRPDR' and
20500            '4T2C' and
20501            'IP4FWD' and
20502            not 'IPSEC' and
20503            not 'DOT1Q' and
20504            not 'VHOST'"
20505   parameters:
20506   - "latency"
20507   - "parent"
20508   - "tags"
20509   sort:
20510   - "IP4BASE"
20511   - "FIB_20K"
20512   - "FIB_200K"
20513   - "FIB_2M"
20514   layout:
20515     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20516     layout: "plot-latency"
20517
20518 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20519 - type: "plot"
20520   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20521   algorithm: "plot_latency_error_bars"
20522   output-file-type: ".html"
20523   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20524   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20525   filter: "'NIC_Intel-X710' and
20526            '64B' and
20527            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20528            'NDRPDR' and
20529            '2T1C' and
20530            'IP4FWD' and
20531            not 'IPSEC' and
20532            not 'DOT1Q' and
20533            not 'VHOST'"
20534   parameters:
20535   - "latency"
20536   - "parent"
20537   - "tags"
20538   sort:
20539   - "IP4BASE"
20540   - "ACL_STATELESS"
20541   - "ACL_STATEFUL"
20542   - "ACL_STATELESS"
20543   - "ACL_STATEFUL"
20544   layout:
20545     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
20546     layout: "plot-latency"
20547
20548 - type: "plot"
20549   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20550   algorithm: "plot_latency_error_bars"
20551   output-file-type: ".html"
20552   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20553   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20554   filter: "'NIC_Intel-X710' and
20555            '64B' and
20556            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20557            'NDRPDR' and
20558            '4T2C' and
20559            'IP4FWD' and
20560            not 'IPSEC' and
20561            not 'DOT1Q' and
20562            not 'VHOST'"
20563   parameters:
20564   - "latency"
20565   - "parent"
20566   - "tags"
20567   sort:
20568   - "IP4BASE"
20569   - "ACL_STATELESS"
20570   - "ACL_STATEFUL"
20571   - "ACL_STATELESS"
20572   - "ACL_STATEFUL"
20573   layout:
20574     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
20575     layout: "plot-latency"
20576
20577 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
20578 - type: "plot"
20579   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20580   algorithm: "plot_latency_error_bars"
20581   output-file-type: ".html"
20582   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20583   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20584   filter: "'NIC_Intel-XXV710' and
20585            '64B' and
20586            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20587            'NDRPDR' and
20588            '2T1C' and
20589            'IP4FWD' and
20590            not 'IPSEC' and
20591            not 'DOT1Q' and
20592            not 'VHOST'"
20593   parameters:
20594   - "latency"
20595   - "parent"
20596   - "tags"
20597   sort:
20598   - "IP4BASE"
20599   - "FIB_20K"
20600   - "FIB_200K"
20601   - "FIB_2M"
20602   layout:
20603     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20604     layout: "plot-latency"
20605
20606 - type: "plot"
20607   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20608   algorithm: "plot_latency_error_bars"
20609   output-file-type: ".html"
20610   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20611   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20612   filter: "'NIC_Intel-XXV710' and
20613            '64B' and
20614            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20615            'NDRPDR' and
20616            '4T2C' and
20617            'IP4FWD' and
20618            not 'IPSEC' and
20619            not 'DOT1Q' and
20620            not 'VHOST'"
20621   parameters:
20622   - "latency"
20623   - "parent"
20624   - "tags"
20625   sort:
20626   - "IP4BASE"
20627   - "FIB_20K"
20628   - "FIB_200K"
20629   - "FIB_2M"
20630   layout:
20631     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20632     layout: "plot-latency"
20633
20634 ################################################################################
20635
20636 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
20637 - type: "plot"
20638   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20639   algorithm: "plot_latency_error_bars"
20640   output-file-type: ".html"
20641   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20642   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20643   filter: "'NIC_Intel-X520-DA2' and
20644            '64B' and
20645            'ENCAP' and
20646            'NDRPDR' and
20647            '1T1C' and
20648            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20649            not 'DOT1Q' and
20650            not 'VHOST' and
20651            not 'IPSECHW'"
20652   parameters:
20653   - "latency"
20654   - "parent"
20655   - "tags"
20656   sort:
20657   - "IP4BASE"
20658   - "L2BDMACLRN"
20659   - "L2XCFWD"
20660   - "LISP"
20661   layout:
20662     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20663     layout: "plot-latency"
20664
20665 - type: "plot"
20666   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20667   algorithm: "plot_latency_error_bars"
20668   output-file-type: ".html"
20669   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20670   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20671   filter: "'NIC_Intel-X520-DA2' and
20672            '64B' and
20673            'ENCAP' and
20674            'NDRPDR' and
20675            '2T2C' and
20676            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20677            not 'DOT1Q' and
20678            not 'VHOST' and
20679            not 'IPSECHW'"
20680   parameters:
20681   - "latency"
20682   - "parent"
20683   - "tags"
20684   sort:
20685   - "IP4BASE"
20686   - "L2BDMACLRN"
20687   - "L2XCFWD"
20688   - "LISP"
20689   layout:
20690     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20691     layout: "plot-latency"
20692
20693 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
20694 - type: "plot"
20695   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20696   algorithm: "plot_latency_error_bars"
20697   output-file-type: ".html"
20698   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20699   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20700   filter: "'NIC_Intel-X710' and
20701            '64B' and
20702            'ENCAP' and
20703            'NDRPDR' and
20704            '1T1C' and
20705            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20706            not 'VHOST' and
20707            not 'IPSECHW'"
20708   parameters:
20709   - "latency"
20710   - "parent"
20711   - "tags"
20712   sort:
20713   - "IP4BASE"
20714   - "LISP"
20715   - "VXLAN_1"
20716   - "VXLAN_10"
20717   - "VXLAN_100"
20718   - "VXLAN_1000"
20719   layout:
20720     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20721     layout: "plot-latency"
20722
20723 - type: "plot"
20724   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20725   algorithm: "plot_latency_error_bars"
20726   output-file-type: ".html"
20727   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20728   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20729   filter: "'NIC_Intel-X710' and
20730            '64B' and
20731            'ENCAP' and
20732            'NDRPDR' and
20733            '2T2C' and
20734            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20735            not 'VHOST' and
20736            not 'IPSECHW'"
20737   parameters:
20738   - "latency"
20739   - "parent"
20740   - "tags"
20741   sort:
20742   - "IP4BASE"
20743   - "LISP"
20744   - "VXLAN_1"
20745   - "VXLAN_10"
20746   - "VXLAN_100"
20747   - "VXLAN_1000"
20748   layout:
20749     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20750     layout: "plot-latency"
20751
20752 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
20753 - type: "plot"
20754   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20755   algorithm: "plot_latency_error_bars"
20756   output-file-type: ".html"
20757   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20758   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20759   filter: "'NIC_Intel-X710' and
20760            '64B' and
20761            'ENCAP' and
20762            'NDRPDR' and
20763            '1T1C' and
20764            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20765            not 'DOT1Q' and
20766            not 'VHOST' and
20767            not 'IPSECHW'"
20768   parameters:
20769   - "latency"
20770   - "parent"
20771   - "tags"
20772   sort:
20773   - "IP4BASE"
20774   - "L2BDMACLRN"
20775   - "L2XCFWD"
20776   - "LISP"
20777   layout:
20778     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
20779     layout: "plot-latency"
20780
20781 - type: "plot"
20782   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20783   algorithm: "plot_latency_error_bars"
20784   output-file-type: ".html"
20785   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20786   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20787   filter: "'NIC_Intel-X710' and
20788            '64B' and
20789            'ENCAP' and
20790            'NDRPDR' and
20791            '2T2C' and
20792            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20793            not 'DOT1Q' and
20794            not 'VHOST' and
20795            not 'IPSECHW'"
20796   parameters:
20797   - "latency"
20798   - "parent"
20799   - "tags"
20800   sort:
20801   - "IP4BASE"
20802   - "L2BDMACLRN"
20803   - "L2XCFWD"
20804   - "LISP"
20805   layout:
20806     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
20807     layout: "plot-latency"
20808
20809 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
20810 - type: "plot"
20811   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20812   algorithm: "plot_latency_error_bars"
20813   output-file-type: ".html"
20814   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20815   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20816   filter: "'NIC_Intel-X710' and
20817            '64B' and
20818            'ENCAP' and
20819            'NDRPDR' and
20820            '2T1C' and
20821            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20822            not 'VHOST' and
20823            not 'IPSECHW'"
20824   parameters:
20825   - "latency"
20826   - "parent"
20827   - "tags"
20828   sort:
20829   - "IP4BASE"
20830   - "LISP"
20831   - "VXLAN_1"
20832   - "VXLAN_10"
20833   - "VXLAN_100"
20834   - "VXLAN_1000"
20835   layout:
20836     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20837     layout: "plot-latency"
20838
20839 - type: "plot"
20840   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20841   algorithm: "plot_latency_error_bars"
20842   output-file-type: ".html"
20843   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20844   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20845   filter: "'NIC_Intel-X710' and
20846            '64B' and
20847            'ENCAP' and
20848            'NDRPDR' and
20849            '4T2C' and
20850            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20851            not 'VHOST' and
20852            not 'IPSECHW'"
20853   parameters:
20854   - "latency"
20855   - "parent"
20856   - "tags"
20857   sort:
20858   - "IP4BASE"
20859   - "LISP"
20860   - "VXLAN_1"
20861   - "VXLAN_10"
20862   - "VXLAN_100"
20863   - "VXLAN_1000"
20864   layout:
20865     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20866     layout: "plot-latency"
20867
20868 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
20869 - type: "plot"
20870   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20871   algorithm: "plot_latency_error_bars"
20872   output-file-type: ".html"
20873   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20874   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20875   filter: "'NIC_Intel-X710' and
20876            '64B' and
20877            'ENCAP' and
20878            'NDRPDR' and
20879            '2T1C' and
20880            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20881            not 'DOT1Q' and
20882            not 'VHOST' and
20883            not 'IPSECHW'"
20884   parameters:
20885   - "latency"
20886   - "parent"
20887   - "tags"
20888   sort:
20889   - "IP4BASE"
20890   - "L2BDMACLRN"
20891   - "L2XCFWD"
20892   - "LISP"
20893   layout:
20894     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
20895     layout: "plot-latency"
20896
20897 - type: "plot"
20898   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20899   algorithm: "plot_latency_error_bars"
20900   output-file-type: ".html"
20901   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20902   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20903   filter: "'NIC_Intel-X710' and
20904            '64B' and
20905            'ENCAP' and
20906            'NDRPDR' and
20907            '4T2C' and
20908            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20909            not 'DOT1Q' and
20910            not 'VHOST' and
20911            not 'IPSECHW'"
20912   parameters:
20913   - "latency"
20914   - "parent"
20915   - "tags"
20916   sort:
20917   - "IP4BASE"
20918   - "L2BDMACLRN"
20919   - "L2XCFWD"
20920   - "LISP"
20921   layout:
20922     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
20923     layout: "plot-latency"
20924
20925 ################################################################################
20926
20927 # Packet Latency - VPP IPv6 3n-hsw-x520
20928 - type: "plot"
20929   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
20930   algorithm: "plot_latency_error_bars"
20931   output-file-type: ".html"
20932   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
20933   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20934   filter: "'NIC_Intel-X520-DA2' and
20935            '78B' and
20936            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20937            'NDRPDR' and
20938            '1T1C' and
20939            'IP6FWD' and
20940            not 'SRv6' and
20941            not 'IPSEC' and
20942            not 'VHOST'"
20943   parameters:
20944   - "latency"
20945   - "parent"
20946   - "tags"
20947   sort:
20948   - "IP6BASE"
20949   - "FIB_20K"
20950   - "FIB_200K"
20951   - "FIB_2M"
20952   layout:
20953     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
20954     layout: "plot-latency"
20955
20956 - type: "plot"
20957   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
20958   algorithm: "plot_latency_error_bars"
20959   output-file-type: ".html"
20960   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
20961   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20962   filter: "'NIC_Intel-X520-DA2' and
20963            '78B' and
20964            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20965            'NDRPDR' and
20966            '2T2C' and
20967            'IP6FWD' and
20968            not 'SRv6' and
20969            not 'IPSEC' and
20970            not 'VHOST'"
20971   parameters:
20972   - "latency"
20973   - "parent"
20974   - "tags"
20975   sort:
20976   - "IP6BASE"
20977   - "FIB_20K"
20978   - "FIB_200K"
20979   - "FIB_2M"
20980   layout:
20981     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
20982     layout: "plot-latency"
20983
20984 # Packet Latency - VPP IPv6 3n-hsw-x710
20985 - type: "plot"
20986   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
20987   algorithm: "plot_latency_error_bars"
20988   output-file-type: ".html"
20989   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
20990   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20991   filter: "'NIC_Intel-X710' and
20992            '78B' and
20993            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20994            'NDRPDR' and
20995            '1T1C' and
20996            'IP6FWD' and
20997            not 'SRv6' and
20998            not 'IPSEC' and
20999            not 'VHOST'"
21000   parameters:
21001   - "latency"
21002   - "parent"
21003   - "tags"
21004   sort:
21005   - "IP6BASE"
21006   - "FIB_20K"
21007   - "FIB_200K"
21008   - "FIB_2M"
21009   layout:
21010     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
21011     layout: "plot-latency"
21012
21013 - type: "plot"
21014   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21015   algorithm: "plot_latency_error_bars"
21016   output-file-type: ".html"
21017   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21018   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21019   filter: "'NIC_Intel-X710' and
21020            '78B' and
21021            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21022            'NDRPDR' and
21023            '2T2C' and
21024            'IP6FWD' and
21025            not 'SRv6' and
21026            not 'IPSEC' and
21027            not 'VHOST'"
21028   parameters:
21029   - "latency"
21030   - "parent"
21031   - "tags"
21032   sort:
21033   - "IP6BASE"
21034   - "FIB_20K"
21035   - "FIB_200K"
21036   - "FIB_2M"
21037   layout:
21038     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21039     layout: "plot-latency"
21040
21041 # Packet Latency - VPP IPv6 3n-hsw-xl710
21042 - type: "plot"
21043   title: "VPP Latency: ip6-3n-hsw-xl710-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-xl710-78b-1t1c-base-ndr-lat"
21047   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21048   filter: "'NIC_Intel-XL710' 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-xl710-78b-1t1c-base-ndr"
21068     layout: "plot-latency"
21069
21070 - type: "plot"
21071   title: "VPP Latency: ip6-3n-hsw-xl710-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-xl710-78b-2t2c-base-ndr-lat"
21075   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21076   filter: "'NIC_Intel-XL710' 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-xl710-78b-2t2c-base-ndr"
21096     layout: "plot-latency"
21097
21098 # Packet Latency - VPP IPv6 3n-skx-x710
21099 - type: "plot"
21100   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21101   algorithm: "plot_latency_error_bars"
21102   output-file-type: ".html"
21103   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21104   data: "plot-vpp-throughput-lat-tsa-3n-skx"
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            '2T1C' 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-skx-x710-78b-2t1c-base_and_scale-ndr"
21125     layout: "plot-latency"
21126
21127 - type: "plot"
21128   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21129   algorithm: "plot_latency_error_bars"
21130   output-file-type: ".html"
21131   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21132   data: "plot-vpp-throughput-lat-tsa-3n-skx"
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            '4T2C' 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-skx-x710-78b-4t2c-base_and_scale-ndr"
21153     layout: "plot-latency"
21154
21155 # Packet Latency - VPP IPv6 3n-skx-xxv710
21156 - type: "plot"
21157   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21158   algorithm: "plot_latency_error_bars"
21159   output-file-type: ".html"
21160   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21161   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21162   filter: "'NIC_Intel-XXV710' and
21163            '78B' and
21164            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21165            'NDRPDR' and
21166            '2T1C' 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-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21182     layout: "plot-latency"
21183
21184 - type: "plot"
21185   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21186   algorithm: "plot_latency_error_bars"
21187   output-file-type: ".html"
21188   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21189   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21190   filter: "'NIC_Intel-XXV710' and
21191            '78B' and
21192            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21193            'NDRPDR' and
21194            '4T2C' 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-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21210     layout: "plot-latency"
21211
21212 # Packet Latency - VPP IPv6 2n-skx-x710
21213 - type: "plot"
21214   title: "VPP Latency: ip6-2n-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-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21218   data: "plot-vpp-throughput-lat-tsa-2n-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-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21239     layout: "plot-latency"
21240
21241 - type: "plot"
21242   title: "VPP Latency: ip6-2n-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-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21246   data: "plot-vpp-throughput-lat-tsa-2n-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-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21267     layout: "plot-latency"
21268
21269 # Packet Latency - VPP IPv6 2n-skx-xxv710
21270 - type: "plot"
21271   title: "VPP Latency: ip6-2n-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-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21275   data: "plot-vpp-throughput-lat-tsa-2n-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-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21296     layout: "plot-latency"
21297
21298 - type: "plot"
21299   title: "VPP Latency: ip6-2n-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-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21303   data: "plot-vpp-throughput-lat-tsa-2n-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-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21324     layout: "plot-latency"
21325
21326 ################################################################################
21327
21328 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21329 - type: "plot"
21330   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21331   algorithm: "plot_latency_error_bars"
21332   output-file-type: ".html"
21333   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21334   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21335   filter: "'NIC_Intel-X520-DA2' and
21336            '78B' and
21337            'ENCAP' and
21338            'NDRPDR' and
21339            '1T1C' and
21340            'LISP' and
21341            not 'VHOST'"
21342   parameters:
21343   - "latency"
21344   - "parent"
21345   - "tags"
21346   sort:
21347   - "IP4UNRLAY"
21348   - "IP6UNRLAY"
21349   layout:
21350     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
21351     layout: "plot-latency"
21352
21353 - type: "plot"
21354   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21355   algorithm: "plot_latency_error_bars"
21356   output-file-type: ".html"
21357   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21358   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21359   filter: "'NIC_Intel-X520-DA2' and
21360            '78B' and
21361            'ENCAP' and
21362            'NDRPDR' and
21363            '2T2C' and
21364            'LISP' and
21365            not 'VHOST'"
21366   parameters:
21367   - "latency"
21368   - "parent"
21369   - "tags"
21370   sort:
21371   - "IP4UNRLAY"
21372   - "IP6UNRLAY"
21373   layout:
21374     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
21375     layout: "plot-latency"
21376
21377 ################################################################################
21378
21379 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21380 - type: "plot"
21381   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21382   algorithm: "plot_latency_error_bars"
21383   output-file-type: ".html"
21384   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21385   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21386   filter: "'NIC_Intel-XL710' and
21387            '64B' and
21388            'IP4FWD' and
21389            'NDRPDR' and
21390            'BASE' and
21391            '1T1C' and
21392            'IPSECHW' and
21393            ('IPSECTRAN' or 'IPSECTUN') and
21394            not 'VHOST'"
21395   parameters:
21396   - "latency"
21397   - "parent"
21398   - "tags"
21399   layout:
21400     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21401     layout: "plot-latency"
21402
21403 - type: "plot"
21404   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21405   algorithm: "plot_latency_error_bars"
21406   output-file-type: ".html"
21407   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21408   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21409   filter: "'NIC_Intel-XL710' and
21410            '64B' and
21411            'IP4FWD' and
21412            'NDRPDR' and
21413            'BASE' and
21414            '2T2C' and
21415            'IPSECHW' and
21416            ('IPSECTRAN' or 'IPSECTUN') and
21417            not 'VHOST'"
21418   parameters:
21419   - "latency"
21420   - "parent"
21421   - "tags"
21422   layout:
21423     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21424     layout: "plot-latency"
21425
21426 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21427 - type: "plot"
21428   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21429   algorithm: "plot_latency_error_bars"
21430   output-file-type: ".html"
21431   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21432   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21433   filter: "'NIC_Intel-XL710' and
21434            '64B' and
21435            'IP4FWD' and
21436            'NDRPDR' and
21437            'SCALE' and
21438            '1T1C' and
21439            'IPSECHW' and
21440            ('IPSECTRAN' or 'IPSECTUN') and
21441            not 'VHOST'"
21442   parameters:
21443   - "latency"
21444   - "parent"
21445   - "tags"
21446   layout:
21447     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
21448     layout: "plot-latency"
21449
21450 - type: "plot"
21451   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21452   algorithm: "plot_latency_error_bars"
21453   output-file-type: ".html"
21454   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21455   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21456   filter: "'NIC_Intel-XL710' and
21457            '64B' and
21458            'IP4FWD' and
21459            'NDRPDR' and
21460            'SCALE' and
21461            '2T2C' and
21462            'IPSECHW' and
21463            ('IPSECTRAN' or 'IPSECTUN') and
21464            not 'VHOST'"
21465   parameters:
21466   - "latency"
21467   - "parent"
21468   - "tags"
21469   layout:
21470     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
21471     layout: "plot-latency"
21472
21473 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
21474 - type: "plot"
21475   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21476   algorithm: "plot_latency_error_bars"
21477   output-file-type: ".html"
21478   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21479   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21480   filter: "'NIC_Intel-XL710' and
21481            '64B' and
21482            'IP4FWD' and
21483            'NDRPDR' and
21484            '1T1C' and
21485            'IPSECSW' and
21486            ('IPSECTRAN' or 'IPSECTUN') and
21487            not 'VHOST'"
21488   parameters:
21489   - "latency"
21490   - "parent"
21491   - "tags"
21492   layout:
21493     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
21494     layout: "plot-latency"
21495
21496 - type: "plot"
21497   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21498   algorithm: "plot_latency_error_bars"
21499   output-file-type: ".html"
21500   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21501   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21502   filter: "'NIC_Intel-XL710' and
21503            '64B' and
21504            'IP4FWD' and
21505            'NDRPDR' and
21506            '2T2C' and
21507            'IPSECSW' and
21508            ('IPSECTRAN' or 'IPSECTUN') and
21509            not 'VHOST'"
21510   parameters:
21511   - "latency"
21512   - "parent"
21513   - "tags"
21514   layout:
21515     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
21516     layout: "plot-latency"
21517
21518 ################################################################################
21519
21520 # Packet Latency - VPP SRv6 3n-hsw-x520
21521 - type: "plot"
21522   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21523   algorithm: "plot_latency_error_bars"
21524   output-file-type: ".html"
21525   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21526   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21527   filter: "'NIC_Intel-X520-DA2' and
21528            '78B' and
21529            'FEATURE' and
21530            'NDRPDR' and
21531            '1T1C' and
21532            'IP6FWD' and
21533            'SRv6'"
21534   parameters:
21535   - "latency"
21536   - "parent"
21537   - "tags"
21538   layout:
21539     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
21540     layout: "plot-latency"
21541
21542 - type: "plot"
21543   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21544   algorithm: "plot_latency_error_bars"
21545   output-file-type: ".html"
21546   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21547   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21548   filter: "'NIC_Intel-X520-DA2' and
21549            '78B' and
21550            'FEATURE' and
21551            'NDRPDR' and
21552            '2T2C' and
21553            'IP6FWD' and
21554            'SRv6'"
21555   parameters:
21556   - "latency"
21557   - "parent"
21558   - "tags"
21559   layout:
21560     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
21561     layout: "plot-latency"
21562
21563 ################################################################################
21564
21565 # Packet Latency - VPP vhost ip4 3n-hsw-x520
21566 - type: "plot"
21567   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21568   algorithm: "plot_latency_error_bars"
21569   output-file-type: ".html"
21570   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21571   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21572   filter: "'NIC_Intel-X520-DA2' and
21573            '64B' and
21574            'NDRPDR' and
21575            'ETH' and
21576            'IP4FWD' and
21577            '1T1C' and
21578            'VHOST_1024' and
21579            not 'VXLAN' and
21580            not 'DOT1Q'"
21581   parameters:
21582   - "latency"
21583   - "parent"
21584   - "tags"
21585   sort:
21586   - "not CFS_OPT"
21587   - "1VM"
21588   - "2VM"
21589   layout:
21590     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21591     layout: "plot-latency"
21592
21593 - type: "plot"
21594   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21595   algorithm: "plot_latency_error_bars"
21596   output-file-type: ".html"
21597   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21598   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21599   filter: "'NIC_Intel-X520-DA2' and
21600            '64B' and
21601            'NDRPDR' and
21602            'ETH' and
21603            'IP4FWD' and
21604            '2T2C' and
21605            'VHOST_1024' and
21606            not 'VXLAN' and
21607            not 'DOT1Q'"
21608   parameters:
21609   - "latency"
21610   - "parent"
21611   - "tags"
21612   sort:
21613   - "not CFS_OPT"
21614   - "1VM"
21615   - "2VM"
21616   layout:
21617     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21618     layout: "plot-latency"
21619
21620 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
21621 - type: "plot"
21622   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21623   algorithm: "plot_latency_error_bars"
21624   output-file-type: ".html"
21625   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21626   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21627   filter: "'NIC_Intel-X520-DA2' and
21628            '64B' and
21629            'NDRPDR' and
21630            ('ETH' or 'DOT1Q') and
21631            'BASE' and
21632            '1T1C' and
21633            ('L2BDMACLRN' or 'L2XCFWD') and
21634            'VHOST_1024' and
21635            not 'VXLAN' and
21636            not 'IP4FWD' and
21637            not '2VM'"
21638   parameters:
21639   - "latency"
21640   - "parent"
21641   - "tags"
21642   sort:
21643   - "L2BDMACLRN"
21644   - "L2BDMACLRN"
21645   - "L2BDMACLRN"
21646   - "L2XCFWD"
21647   - "L2XCFWD"
21648   - "L2XCFWD"
21649   layout:
21650     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
21651     layout: "plot-latency"
21652
21653 - type: "plot"
21654   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21655   algorithm: "plot_latency_error_bars"
21656   output-file-type: ".html"
21657   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21658   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21659   filter: "'NIC_Intel-X520-DA2' and
21660            '64B' and
21661            'NDRPDR' and
21662            ('ETH' or 'DOT1Q') and
21663            'BASE' and
21664            '2T2C' and
21665            ('L2BDMACLRN' or 'L2XCFWD') and
21666            'VHOST_1024' and
21667            not 'VXLAN' and
21668            not 'IP4FWD' and
21669            not '2VM'"
21670   parameters:
21671   - "latency"
21672   - "parent"
21673   - "tags"
21674   sort:
21675   - "L2BDMACLRN"
21676   - "L2BDMACLRN"
21677   - "L2BDMACLRN"
21678   - "L2XCFWD"
21679   - "L2XCFWD"
21680   - "L2XCFWD"
21681   layout:
21682     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
21683     layout: "plot-latency"
21684
21685 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
21686 - type: "plot"
21687   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21688   algorithm: "plot_latency_error_bars"
21689   output-file-type: ".html"
21690   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21691   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21692   filter: "'NIC_Intel-X520-DA2' and
21693            '64B' and
21694            'NDRPDR' and
21695            ('ETH' or 'DOT1Q') and
21696            '1T1C' and
21697            ('L2BDMACLRN' or 'L2XCFWD') and
21698            'VHOST_1024' and
21699            not 'CFS_OPT' and
21700            not 'DOT1Q' and
21701            not 'VXLAN' and
21702            not 'IP4FWD' and
21703            not 'LBOND'"
21704   parameters:
21705   - "latency"
21706   - "parent"
21707   - "tags"
21708 #  sort:
21709 #  - "1VM"
21710 #  - "L2XCFWD"
21711 #  - "1VM"
21712 #  - "L2BDMACLRN"
21713   layout:
21714     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
21715     layout: "plot-latency"
21716
21717 - type: "plot"
21718   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21719   algorithm: "plot_latency_error_bars"
21720   output-file-type: ".html"
21721   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21722   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21723   filter: "'NIC_Intel-X520-DA2' and
21724            '64B' and
21725            'NDRPDR' and
21726            ('ETH' or 'DOT1Q') and
21727            '2T2C' and
21728            ('L2BDMACLRN' or 'L2XCFWD') and
21729            'VHOST_1024' and
21730            not 'CFS_OPT' and
21731            not 'DOT1Q' and
21732            not 'VXLAN' and
21733            not 'IP4FWD' and
21734            not 'LBOND'"
21735   parameters:
21736   - "latency"
21737   - "parent"
21738   - "tags"
21739 #  sort:
21740 #  - "1VM"
21741 #  - "L2XCFWD"
21742 #  - "1VM"
21743 #  - "L2BDMACLRN"
21744   layout:
21745     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
21746     layout: "plot-latency"
21747
21748 # Packet Latency - VPP vhost ip4 3n-hsw-x710
21749 - type: "plot"
21750   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21751   algorithm: "plot_latency_error_bars"
21752   output-file-type: ".html"
21753   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21754   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21755   filter: "'NIC_Intel-X710' and
21756            '64B' and
21757            'NDRPDR' and
21758            'ETH' and
21759            'IP4FWD' and
21760            '1T1C' and
21761            'VHOST_1024' and
21762            not 'VXLAN' and
21763            not 'CFS_OPT' and
21764            not 'DOT1Q'"
21765   parameters:
21766   - "latency"
21767   - "parent"
21768   - "tags"
21769   sort:
21770   - "1VM"
21771   - "2VM"
21772   layout:
21773     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21774     layout: "plot-latency"
21775
21776 - type: "plot"
21777   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21778   algorithm: "plot_latency_error_bars"
21779   output-file-type: ".html"
21780   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21781   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21782   filter: "'NIC_Intel-X710' and
21783            '64B' and
21784            'NDRPDR' and
21785            'ETH' and
21786            'IP4FWD' and
21787            '2T2C' and
21788            'VHOST_1024' and
21789            not 'VXLAN' and
21790            not 'CFS_OPT' and
21791            not 'DOT1Q'"
21792   parameters:
21793   - "latency"
21794   - "parent"
21795   - "tags"
21796   sort:
21797   - "1VM"
21798   - "2VM"
21799   layout:
21800     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21801     layout: "plot-latency"
21802
21803 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
21804 - type: "plot"
21805   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21806   algorithm: "plot_latency_error_bars"
21807   output-file-type: ".html"
21808   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21809   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21810   filter: "'NIC_Intel-X710' and
21811            '64B' and
21812            'NDRPDR' and
21813            ('ETH' or 'DOT1Q') and
21814            'BASE' and
21815            '1T1C' and
21816            ('L2BDMACLRN' or 'L2XCFWD') and
21817            'VHOST_1024' and
21818            not 'VXLAN' and
21819            not 'IP4FWD' and
21820            not '2VM'"
21821   parameters:
21822   - "latency"
21823   - "parent"
21824   - "tags"
21825   sort:
21826   - "L2BDMACLRN"
21827   - "L2BDMACLRN"
21828   - "L2BDMACLRN"
21829   - "L2XCFWD"
21830   - "L2XCFWD"
21831   - "L2XCFWD"
21832   layout:
21833     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21834     layout: "plot-latency"
21835
21836 - type: "plot"
21837   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21838   algorithm: "plot_latency_error_bars"
21839   output-file-type: ".html"
21840   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21841   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21842   filter: "'NIC_Intel-X710' and
21843            '64B' and
21844            'NDRPDR' and
21845            ('ETH' or 'DOT1Q') and
21846            'BASE' and
21847            '2T2C' and
21848            ('L2BDMACLRN' or 'L2XCFWD') and
21849            'VHOST_1024' and
21850            not 'VXLAN' and
21851            not 'IP4FWD' and
21852            not '2VM'"
21853   parameters:
21854   - "latency"
21855   - "parent"
21856   - "tags"
21857   sort:
21858   - "L2BDMACLRN"
21859   - "L2BDMACLRN"
21860   - "L2BDMACLRN"
21861   - "L2XCFWD"
21862   - "L2XCFWD"
21863   - "L2XCFWD"
21864   layout:
21865     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21866     layout: "plot-latency"
21867
21868 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
21869 - type: "plot"
21870   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21871   algorithm: "plot_latency_error_bars"
21872   output-file-type: ".html"
21873   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21874   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21875   filter: "'NIC_Intel-X710' and
21876            '64B' and
21877            'NDRPDR' and
21878            ('ETH' or 'DOT1Q') and
21879            '1T1C' and
21880            ('L2BDMACLRN' or 'L2XCFWD') and
21881            'VHOST_1024' and
21882            not 'CFS_OPT' and
21883            not 'VXLAN' and
21884            not 'IP4FWD' and
21885            not 'LBOND'"
21886   parameters:
21887   - "latency"
21888   - "parent"
21889   - "tags"
21890   sort:
21891   - "L2BDMACLRN"
21892   - "L2BDMACLRN"
21893   - "L2BDMACLRN"
21894   - "L2XCFWD"
21895   - "L2XCFWD"
21896   - "L2XCFWD"
21897   layout:
21898     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
21899     layout: "plot-latency"
21900
21901 - type: "plot"
21902   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
21903   algorithm: "plot_latency_error_bars"
21904   output-file-type: ".html"
21905   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
21906   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21907   filter: "'NIC_Intel-X710' and
21908            '64B' and
21909            'NDRPDR' and
21910            ('ETH' or 'DOT1Q') and
21911            '2T2C' and
21912            ('L2BDMACLRN' or 'L2XCFWD') and
21913            'VHOST_1024' and
21914            not 'CFS_OPT' and
21915            not 'VXLAN' and
21916            not 'IP4FWD' and
21917            not 'LBOND'"
21918   parameters:
21919   - "latency"
21920   - "parent"
21921   - "tags"
21922   sort:
21923   - "L2BDMACLRN"
21924   - "L2BDMACLRN"
21925   - "L2BDMACLRN"
21926   - "L2XCFWD"
21927   - "L2XCFWD"
21928   - "L2XCFWD"
21929   layout:
21930     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
21931     layout: "plot-latency"
21932
21933 # Packet Latency - VPP vhost ip4 3n-skx-x710
21934 - type: "plot"
21935   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21936   algorithm: "plot_latency_error_bars"
21937   output-file-type: ".html"
21938   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21939   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21940   filter: "'NIC_Intel-X710' and
21941            '64B' and
21942            'NDRPDR' and
21943            'ETH' and
21944            'IP4FWD' and
21945            '2T1C' and
21946            'VHOST_1024' and
21947            not 'VXLAN' and
21948            not 'DOT1Q'"
21949   parameters:
21950   - "latency"
21951   - "parent"
21952   - "tags"
21953   sort:
21954   - "1VM"
21955   - "2VM"
21956   layout:
21957     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21958     layout: "plot-latency"
21959
21960 - type: "plot"
21961   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21962   algorithm: "plot_latency_error_bars"
21963   output-file-type: ".html"
21964   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21965   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21966   filter: "'NIC_Intel-X710' and
21967            '64B' and
21968            'NDRPDR' and
21969            'ETH' and
21970            'IP4FWD' and
21971            '4T2C' and
21972            'VHOST_1024' and
21973            not 'VXLAN' and
21974            not 'DOT1Q'"
21975   parameters:
21976   - "latency"
21977   - "parent"
21978   - "tags"
21979   sort:
21980   - "1VM"
21981   - "2VM"
21982   layout:
21983     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21984     layout: "plot-latency"
21985
21986 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
21987 - type: "plot"
21988   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21989   algorithm: "plot_latency_error_bars"
21990   output-file-type: ".html"
21991   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21992   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21993   filter: "'NIC_Intel-X710' and
21994            '64B' and
21995            'NDRPDR' and
21996            ('ETH' or 'DOT1Q') and
21997            'BASE' and
21998            '2T1C' and
21999            ('L2BDMACLRN' or 'L2XCFWD') and
22000            'VHOST_1024' and
22001            not 'VXLAN' and
22002            not 'IP4FWD' and
22003            not '2VM'"
22004   parameters:
22005   - "latency"
22006   - "parent"
22007   - "tags"
22008   sort:
22009   - "L2BDMACLRN"
22010   - "L2BDMACLRN"
22011   - "L2BDMACLRN"
22012   - "L2XCFWD"
22013   - "L2XCFWD"
22014   - "L2XCFWD"
22015   layout:
22016     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
22017     layout: "plot-latency"
22018
22019 - type: "plot"
22020   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22021   algorithm: "plot_latency_error_bars"
22022   output-file-type: ".html"
22023   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22024   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22025   filter: "'NIC_Intel-X710' and
22026            '64B' and
22027            'NDRPDR' and
22028            ('ETH' or 'DOT1Q') and
22029            'BASE' and
22030            '4T2C' and
22031            ('L2BDMACLRN' or 'L2XCFWD') and
22032            'VHOST_1024' and
22033            not 'VXLAN' and
22034            not 'IP4FWD' and
22035            not '2VM'"
22036   parameters:
22037   - "latency"
22038   - "parent"
22039   - "tags"
22040   sort:
22041   - "L2BDMACLRN"
22042   - "L2BDMACLRN"
22043   - "L2BDMACLRN"
22044   - "L2XCFWD"
22045   - "L2XCFWD"
22046   - "L2XCFWD"
22047   layout:
22048     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
22049     layout: "plot-latency"
22050
22051 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
22052 - type: "plot"
22053   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22054   algorithm: "plot_latency_error_bars"
22055   output-file-type: ".html"
22056   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22057   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22058   filter: "'NIC_Intel-X710' and
22059            '64B' and
22060            'NDRPDR' and
22061            ('ETH' or 'DOT1Q') and
22062            '2T1C' and
22063            ('L2BDMACLRN' or 'L2XCFWD') and
22064            'VHOST_1024' and
22065            not 'CFS_OPT' and
22066            not 'VXLAN' and
22067            not 'IP4FWD' and
22068            not 'LBOND'"
22069   parameters:
22070   - "latency"
22071   - "parent"
22072   - "tags"
22073   sort:
22074   - "L2BDMACLRN"
22075   - "L2BDMACLRN"
22076   - "L2BDMACLRN"
22077   - "L2XCFWD"
22078   - "L2XCFWD"
22079   - "L2XCFWD"
22080   layout:
22081     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
22082     layout: "plot-latency"
22083
22084 - type: "plot"
22085   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22086   algorithm: "plot_latency_error_bars"
22087   output-file-type: ".html"
22088   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22089   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22090   filter: "'NIC_Intel-X710' and
22091            '64B' and
22092            'NDRPDR' and
22093            ('ETH' or 'DOT1Q') and
22094            '4T2C' and
22095            ('L2BDMACLRN' or 'L2XCFWD') and
22096            'VHOST_1024' and
22097            not 'CFS_OPT' and
22098            not 'VXLAN' and
22099            not 'IP4FWD' and
22100            not 'LBOND'"
22101   parameters:
22102   - "latency"
22103   - "parent"
22104   - "tags"
22105   sort:
22106   - "L2BDMACLRN"
22107   - "L2BDMACLRN"
22108   - "L2BDMACLRN"
22109   - "L2XCFWD"
22110   - "L2XCFWD"
22111   - "L2XCFWD"
22112   layout:
22113     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
22114     layout: "plot-latency"
22115
22116 # Packet Latency - VPP vhost ip4 2n-skx-x710
22117 - type: "plot"
22118   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22119   algorithm: "plot_latency_error_bars"
22120   output-file-type: ".html"
22121   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22122   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22123   filter: "'NIC_Intel-X710' and
22124            '64B' and
22125            'NDRPDR' and
22126            'ETH' and
22127            'IP4FWD' and
22128            '2T1C' and
22129            'VHOST_1024' and
22130            not 'VXLAN' and
22131            not 'NF_DENSITY' and
22132            not 'CFS_OPT' and
22133            not 'DOT1Q'"
22134   parameters:
22135   - "latency"
22136   - "parent"
22137   - "tags"
22138   sort:
22139   - "1VM"
22140   - "2VM"
22141   layout:
22142     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22143     layout: "plot-latency"
22144
22145 - type: "plot"
22146   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22147   algorithm: "plot_latency_error_bars"
22148   output-file-type: ".html"
22149   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22150   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22151   filter: "'NIC_Intel-X710' and
22152            '64B' and
22153            'NDRPDR' and
22154            'ETH' and
22155            'IP4FWD' and
22156            '4T2C' and
22157            'VHOST_1024' and
22158            not 'VXLAN' and
22159            not 'NF_DENSITY' and
22160            not 'CFS_OPT' and
22161            not 'DOT1Q'"
22162   parameters:
22163   - "latency"
22164   - "parent"
22165   - "tags"
22166   sort:
22167   - "1VM"
22168   - "2VM"
22169   layout:
22170     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22171     layout: "plot-latency"
22172
22173 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
22174 - type: "plot"
22175   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22176   algorithm: "plot_latency_error_bars"
22177   output-file-type: ".html"
22178   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22179   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22180   filter: "'NIC_Intel-X710' and
22181            '64B' and
22182            'NDRPDR' and
22183            ('ETH' or 'DOT1Q') and
22184            'BASE' and
22185            '2T1C' and
22186            ('L2BDMACLRN' or 'L2XCFWD') and
22187            'VHOST_1024' and
22188            not 'VXLAN' and
22189            not 'NF_DENSITY' and
22190            not 'IP4FWD' and
22191            not '2VM'"
22192   parameters:
22193   - "latency"
22194   - "parent"
22195   - "tags"
22196 #  sort:
22197 #  - "not CFS_OPT"
22198 #  - "L2XCFWD"
22199 #  - "not CFS_OPT"
22200 #  - "CFS_OPT"
22201   layout:
22202     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
22203     layout: "plot-latency"
22204
22205 - type: "plot"
22206   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22207   algorithm: "plot_latency_error_bars"
22208   output-file-type: ".html"
22209   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22210   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22211   filter: "'NIC_Intel-X710' and
22212            '64B' and
22213            'NDRPDR' and
22214            ('ETH' or 'DOT1Q') and
22215            'BASE' and
22216            '4T2C' and
22217            ('L2BDMACLRN' or 'L2XCFWD') and
22218            'VHOST_1024' and
22219            not 'VXLAN' and
22220            not 'NF_DENSITY' and
22221            not 'IP4FWD' and
22222            not '2VM'"
22223   parameters:
22224   - "latency"
22225   - "parent"
22226   - "tags"
22227 #  sort:
22228 #  - "not CFS_OPT"
22229 #  - "L2XCFWD"
22230 #  - "not CFS_OPT"
22231 #  - "CFS_OPT"
22232   layout:
22233     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
22234     layout: "plot-latency"
22235
22236 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
22237 - type: "plot"
22238   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22239   algorithm: "plot_latency_error_bars"
22240   output-file-type: ".html"
22241   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22242   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22243   filter: "'NIC_Intel-X710' and
22244            '64B' and
22245            'NDRPDR' and
22246            ('ETH' or 'DOT1Q') and
22247            '2T1C' and
22248            ('L2BDMACLRN' or 'L2XCFWD') and
22249            'VHOST_1024' and
22250            not 'CFS_OPT' and
22251            not 'VXLAN' and
22252            not 'NF_DENSITY' and
22253            not 'DOT1Q' and
22254            not 'IP4FWD'"
22255   parameters:
22256   - "latency"
22257   - "parent"
22258   - "tags"
22259 #  sort:
22260 #  - "1VM"
22261 #  - "L2XCFWD"
22262 #  - "1VM"
22263 #  - "L2BDMACLRN"
22264   layout:
22265     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
22266     layout: "plot-latency"
22267
22268 - type: "plot"
22269   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22270   algorithm: "plot_latency_error_bars"
22271   output-file-type: ".html"
22272   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22273   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22274   filter: "'NIC_Intel-X710' and
22275            '64B' and
22276            'NDRPDR' and
22277            ('ETH' or 'DOT1Q') and
22278            '4T2C' and
22279            ('L2BDMACLRN' or 'L2XCFWD') and
22280            'VHOST_1024' and
22281            not 'CFS_OPT' and
22282            not 'VXLAN' and
22283            not 'NF_DENSITY' and
22284            not 'DOT1Q' and
22285            not 'IP4FWD'"
22286   parameters:
22287   - "latency"
22288   - "parent"
22289   - "tags"
22290 #  sort:
22291 #  - "1VM"
22292 #  - "L2XCFWD"
22293 #  - "1VM"
22294 #  - "L2BDMACLRN"
22295   layout:
22296     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
22297     layout: "plot-latency"
22298
22299 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
22300 - type: "plot"
22301   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22302   algorithm: "plot_latency_error_bars"
22303   output-file-type: ".html"
22304   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22305   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22306   filter: "'NIC_Intel-XXV710' and
22307            '64B' and
22308            'NDRPDR' and
22309            'ETH' and
22310            'IP4FWD' and
22311            '2T1C' and
22312            'VHOST_1024' and
22313            not 'VXLAN' and
22314            not 'CFS_OPT' and
22315            not 'DOT1Q'"
22316   parameters:
22317   - "latency"
22318   - "parent"
22319   - "tags"
22320   sort:
22321   - "not CFS_OPT"
22322   - "1VM"
22323   - "2VM"
22324   layout:
22325     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
22326     layout: "plot-latency"
22327
22328 - type: "plot"
22329   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22330   algorithm: "plot_latency_error_bars"
22331   output-file-type: ".html"
22332   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22333   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22334   filter: "'NIC_Intel-XXV710' and
22335            '64B' and
22336            'NDRPDR' and
22337            'ETH' and
22338            'IP4FWD' and
22339            '4T2C' and
22340            'VHOST_1024' and
22341            not 'VXLAN' and
22342            not 'CFS_OPT' and
22343            not 'DOT1Q'"
22344   parameters:
22345   - "latency"
22346   - "parent"
22347   - "tags"
22348   sort:
22349   - "not CFS_OPT"
22350   - "1VM"
22351   - "2VM"
22352   layout:
22353     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
22354     layout: "plot-latency"
22355
22356 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
22357 #- type: "plot"
22358 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22359 #  algorithm: "plot_latency_error_bars"
22360 #  output-file-type: ".html"
22361 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22362 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22363 #  filter: "'NIC_Intel-XXV710' and
22364 #           '64B' and
22365 #           'NDRPDR' and
22366 #           ('ETH' or 'DOT1Q') and
22367 #           'BASE' and
22368 #           '2T1C' and
22369 #           ('L2BDMACLRN' or 'L2XCFWD') and
22370 #           'VHOST_1024' and
22371 #           not 'VXLAN' and
22372 #           not 'IP4FWD' and
22373 #           not '2VM'"
22374 #  parameters:
22375 #  - "latency"
22376 #  - "parent"
22377 #  - "tags"
22378 ##  sort:
22379 ##  - "not CFS_OPT"
22380 ##  - "L2XCFWD"
22381 ##  - "not CFS_OPT"
22382 ##  - "CFS_OPT"
22383 #  layout:
22384 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
22385 #    layout: "plot-latency"
22386 #
22387 #- type: "plot"
22388 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22389 #  algorithm: "plot_latency_error_bars"
22390 #  output-file-type: ".html"
22391 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22392 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22393 #  filter: "'NIC_Intel-XXV710' and
22394 #           '64B' and
22395 #           'NDRPDR' and
22396 #           ('ETH' or 'DOT1Q') and
22397 #           'BASE' and
22398 #           '4T2C' and
22399 #           ('L2BDMACLRN' or 'L2XCFWD') and
22400 #           'VHOST_1024' and
22401 #           not 'VXLAN' and
22402 #           not 'IP4FWD' and
22403 #           not '2VM'"
22404 #  parameters:
22405 #  - "latency"
22406 #  - "parent"
22407 #  - "tags"
22408 ##  sort:
22409 ##  - "not CFS_OPT"
22410 ##  - "L2XCFWD"
22411 ##  - "not CFS_OPT"
22412 ##  - "CFS_OPT"
22413 #  layout:
22414 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
22415 #    layout: "plot-latency"
22416 #
22417 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
22418 #- type: "plot"
22419 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22420 #  algorithm: "plot_latency_error_bars"
22421 #  output-file-type: ".html"
22422 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22423 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22424 #  filter: "'NIC_Intel-XXV710' and
22425 #           '64B' and
22426 #           'NDRPDR' and
22427 #           ('ETH' or 'DOT1Q') and
22428 #           '2T1C' and
22429 #           ('L2BDMACLRN' or 'L2XCFWD') and
22430 #           'VHOST_1024' and
22431 #           not 'CFS_OPT' and
22432 #           not 'VXLAN' and
22433 #           not 'DOT1Q' and
22434 #           not 'IP4FWD'"
22435 #  parameters:
22436 #  - "latency"
22437 #  - "parent"
22438 #  - "tags"
22439 ##  sort:
22440 ##  - "1VM"
22441 ##  - "L2XCFWD"
22442 ##  - "1VM"
22443 ##  - "L2BDMACLRN"
22444 #  layout:
22445 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
22446 #    layout: "plot-latency"
22447 #
22448 #- type: "plot"
22449 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22450 #  algorithm: "plot_latency_error_bars"
22451 #  output-file-type: ".html"
22452 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22453 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22454 #  filter: "'NIC_Intel-XXV710' and
22455 #           '64B' and
22456 #           'NDRPDR' and
22457 #           ('ETH' or 'DOT1Q') and
22458 #           '4T2C' and
22459 #           ('L2BDMACLRN' or 'L2XCFWD') and
22460 #           'VHOST_1024' and
22461 #           not 'CFS_OPT' and
22462 #           not 'VXLAN' and
22463 #           not 'DOT1Q' and
22464 #           not 'IP4FWD'"
22465 #  parameters:
22466 #  - "latency"
22467 #  - "parent"
22468 #  - "tags"
22469 ##  sort:
22470 ##  - "1VM"
22471 ##  - "L2XCFWD"
22472 ##  - "1VM"
22473 ##  - "L2BDMACLRN"
22474 #  layout:
22475 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
22476 #    layout: "plot-latency"
22477
22478 ################################################################################
22479
22480 # Packet Latency - VPP VTS 3n-hsw-x520
22481 - type: "plot"
22482   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22483   algorithm: "plot_latency_error_bars"
22484   output-file-type: ".html"
22485   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22486   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22487   filter: "'NIC_Intel-X520-DA2' and
22488            '114B' and
22489            'NDRPDR' and
22490            '1T1C' and
22491            'VTS'"
22492   parameters:
22493   - "latency"
22494   - "parent"
22495   - "tags"
22496   layout:
22497     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
22498     layout: "plot-latency"
22499
22500 - type: "plot"
22501   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22502   algorithm: "plot_latency_error_bars"
22503   output-file-type: ".html"
22504   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22505   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22506   filter: "'NIC_Intel-X520-DA2' and
22507            '114B' and
22508            'NDRPDR' and
22509            '2T2C' and
22510            'VTS'"
22511   parameters:
22512   - "latency"
22513   - "parent"
22514   - "tags"
22515   layout:
22516     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
22517     layout: "plot-latency"
22518
22519 ################################################################################
22520
22521 # Packet Latency - DPDK l3fwd 3n-hsw-x520
22522 - type: "plot"
22523   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22524   algorithm: "plot_latency_error_bars"
22525   output-file-type: ".html"
22526   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22527   data: "plot-dpdk-throughput-latency-3n-hsw"
22528   filter: "'NIC_Intel-X520-DA2' and
22529            '64B' and
22530            'BASE' and
22531            'NDRPDR' and
22532            '1T1C' and
22533            'IP4FWD'"
22534   parameters:
22535   - "latency"
22536   - "parent"
22537   - "tags"
22538   layout:
22539     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
22540     layout: "plot-latency"
22541
22542 - type: "plot"
22543   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22544   algorithm: "plot_latency_error_bars"
22545   output-file-type: ".html"
22546   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22547   data: "plot-dpdk-throughput-latency-3n-hsw"
22548   filter: "'NIC_Intel-X520-DA2' and
22549            '64B' and
22550            'BASE' and
22551            'NDRPDR' and
22552            '2T2C' and
22553            'IP4FWD'"
22554   parameters:
22555   - "latency"
22556   - "parent"
22557   - "tags"
22558   layout:
22559     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
22560     layout: "plot-latency"
22561
22562 # Packet Latency - DPDK l3fwd 3n-hsw-x710
22563 - type: "plot"
22564   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22565   algorithm: "plot_latency_error_bars"
22566   output-file-type: ".html"
22567   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22568   data: "plot-dpdk-throughput-latency-3n-hsw"
22569   filter: "'NIC_Intel-X710' and
22570            '64B' and
22571            'BASE' and
22572            'NDRPDR' and
22573            '1T1C' and
22574            'IP4FWD'"
22575   parameters:
22576   - "latency"
22577   - "parent"
22578   - "tags"
22579   layout:
22580     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
22581     layout: "plot-latency"
22582
22583 - type: "plot"
22584   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22585   algorithm: "plot_latency_error_bars"
22586   output-file-type: ".html"
22587   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22588   data: "plot-dpdk-throughput-latency-3n-hsw"
22589   filter: "'NIC_Intel-X710' and
22590            '64B' and
22591            'BASE' and
22592            'NDRPDR' and
22593            '2T2C' and
22594            'IP4FWD'"
22595   parameters:
22596   - "latency"
22597   - "parent"
22598   - "tags"
22599   layout:
22600     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
22601     layout: "plot-latency"
22602
22603 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
22604 - type: "plot"
22605   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22606   algorithm: "plot_latency_error_bars"
22607   output-file-type: ".html"
22608   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22609   data: "plot-dpdk-throughput-latency-3n-hsw"
22610   filter: "'NIC_Intel-XL710' and
22611            '64B' and
22612            'BASE' and
22613            'NDRPDR' and
22614            '1T1C' and
22615            'IP4FWD'"
22616   parameters:
22617   - "latency"
22618   - "parent"
22619   - "tags"
22620   layout:
22621     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
22622     layout: "plot-latency"
22623
22624 - type: "plot"
22625   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22626   algorithm: "plot_latency_error_bars"
22627   output-file-type: ".html"
22628   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22629   data: "plot-dpdk-throughput-latency-3n-hsw"
22630   filter: "'NIC_Intel-XL710' and
22631            '64B' and
22632            'BASE' and
22633            'NDRPDR' and
22634            '2T2C' and
22635            'IP4FWD'"
22636   parameters:
22637   - "latency"
22638   - "parent"
22639   - "tags"
22640   layout:
22641     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
22642     layout: "plot-latency"
22643
22644 # Packet Latency - DPDK l3fwd 3n-skx-x710
22645 - type: "plot"
22646   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22647   algorithm: "plot_latency_error_bars"
22648   output-file-type: ".html"
22649   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22650   data: "plot-dpdk-throughput-latency-3n-skx"
22651   filter: "'NIC_Intel-X710' and
22652            '64B' and
22653            'BASE' and
22654            'NDRPDR' and
22655            '2T1C' and
22656            'IP4FWD'"
22657   parameters:
22658   - "latency"
22659   - "parent"
22660   - "tags"
22661   layout:
22662     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
22663     layout: "plot-latency"
22664
22665 - type: "plot"
22666   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22667   algorithm: "plot_latency_error_bars"
22668   output-file-type: ".html"
22669   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22670   data: "plot-dpdk-throughput-latency-3n-skx"
22671   filter: "'NIC_Intel-X710' and
22672            '64B' and
22673            'BASE' and
22674            'NDRPDR' and
22675            '4T2C' and
22676            'IP4FWD'"
22677   parameters:
22678   - "latency"
22679   - "parent"
22680   - "tags"
22681   layout:
22682     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
22683     layout: "plot-latency"
22684
22685 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
22686 - type: "plot"
22687   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22688   algorithm: "plot_latency_error_bars"
22689   output-file-type: ".html"
22690   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22691   data: "plot-dpdk-throughput-latency-3n-skx"
22692   filter: "'NIC_Intel-XXV710' and
22693            '64B' and
22694            'BASE' and
22695            'NDRPDR' and
22696            '2T1C' and
22697            'IP4FWD'"
22698   parameters:
22699   - "latency"
22700   - "parent"
22701   - "tags"
22702   layout:
22703     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
22704     layout: "plot-latency"
22705
22706 - type: "plot"
22707   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22708   algorithm: "plot_latency_error_bars"
22709   output-file-type: ".html"
22710   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22711   data: "plot-dpdk-throughput-latency-3n-skx"
22712   filter: "'NIC_Intel-XXV710' and
22713            '64B' and
22714            'BASE' and
22715            'NDRPDR' and
22716            '4T2C' and
22717            'IP4FWD'"
22718   parameters:
22719   - "latency"
22720   - "parent"
22721   - "tags"
22722   layout:
22723     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
22724     layout: "plot-latency"
22725
22726 # Packet Latency - DPDK l3fwd 2n-skx-x710
22727 - type: "plot"
22728   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22729   algorithm: "plot_latency_error_bars"
22730   output-file-type: ".html"
22731   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22732   data: "plot-dpdk-throughput-latency-2n-skx"
22733   filter: "'NIC_Intel-X710' and
22734            '64B' and
22735            'BASE' and
22736            'NDRPDR' and
22737            '2T1C' and
22738            'IP4FWD'"
22739   parameters:
22740   - "latency"
22741   - "parent"
22742   - "tags"
22743   layout:
22744     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
22745     layout: "plot-latency"
22746
22747 - type: "plot"
22748   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22749   algorithm: "plot_latency_error_bars"
22750   output-file-type: ".html"
22751   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22752   data: "plot-dpdk-throughput-latency-2n-skx"
22753   filter: "'NIC_Intel-X710' and
22754            '64B' and
22755            'BASE' and
22756            'NDRPDR' and
22757            '4T2C' and
22758            'IP4FWD'"
22759   parameters:
22760   - "latency"
22761   - "parent"
22762   - "tags"
22763   layout:
22764     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
22765     layout: "plot-latency"
22766
22767 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
22768 - type: "plot"
22769   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22770   algorithm: "plot_latency_error_bars"
22771   output-file-type: ".html"
22772   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22773   data: "plot-dpdk-throughput-latency-2n-skx"
22774   filter: "'NIC_Intel-XXV710' and
22775            '64B' and
22776            'BASE' and
22777            'NDRPDR' and
22778            '2T1C' and
22779            'IP4FWD'"
22780   parameters:
22781   - "latency"
22782   - "parent"
22783   - "tags"
22784   layout:
22785     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
22786     layout: "plot-latency"
22787
22788 - type: "plot"
22789   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22790   algorithm: "plot_latency_error_bars"
22791   output-file-type: ".html"
22792   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22793   data: "plot-dpdk-throughput-latency-2n-skx"
22794   filter: "'NIC_Intel-XXV710' and
22795            '64B' and
22796            'BASE' and
22797            'NDRPDR' and
22798            '4T2C' and
22799            'IP4FWD'"
22800   parameters:
22801   - "latency"
22802   - "parent"
22803   - "tags"
22804   layout:
22805     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
22806     layout: "plot-latency"
22807
22808 ################################################################################
22809
22810 # Packet Latency - DPDK testpmd 3n-hsw-x520
22811 - type: "plot"
22812   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22813   algorithm: "plot_latency_error_bars"
22814   output-file-type: ".html"
22815   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22816   data: "plot-dpdk-throughput-latency-3n-hsw"
22817   filter: "'NIC_Intel-X520-DA2' and
22818            '64B' and
22819            'BASE' and
22820            'NDRPDR' and
22821            '1T1C' and
22822            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22823   parameters:
22824   - "latency"
22825   - "parent"
22826   - "tags"
22827   layout:
22828     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
22829     layout: "plot-latency"
22830
22831 - type: "plot"
22832   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22833   algorithm: "plot_latency_error_bars"
22834   output-file-type: ".html"
22835   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22836   data: "plot-dpdk-throughput-latency-3n-hsw"
22837   filter: "'NIC_Intel-X520-DA2' and
22838            '64B' and
22839            'BASE' and
22840            'NDRPDR' and
22841            '2T2C' and
22842            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22843   parameters:
22844   - "latency"
22845   - "parent"
22846   - "tags"
22847   layout:
22848     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
22849     layout: "plot-latency"
22850
22851 # Packet Latency - DPDK testpmd 3n-hsw-x710
22852 - type: "plot"
22853   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22854   algorithm: "plot_latency_error_bars"
22855   output-file-type: ".html"
22856   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22857   data: "plot-dpdk-throughput-latency-3n-hsw"
22858   filter: "'NIC_Intel-X710' and
22859            '64B' and
22860            'BASE' and
22861            'NDRPDR' and
22862            '1T1C' and
22863            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22864   parameters:
22865   - "latency"
22866   - "parent"
22867   - "tags"
22868   layout:
22869     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
22870     layout: "plot-latency"
22871
22872 - type: "plot"
22873   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22874   algorithm: "plot_latency_error_bars"
22875   output-file-type: ".html"
22876   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22877   data: "plot-dpdk-throughput-latency-3n-hsw"
22878   filter: "'NIC_Intel-X710' and
22879            '64B' and
22880            'BASE' and
22881            'NDRPDR' and
22882            '2T2C' and
22883            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22884   parameters:
22885   - "latency"
22886   - "parent"
22887   - "tags"
22888   layout:
22889     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
22890     layout: "plot-latency"
22891
22892 # Packet Latency - DPDK testpmd 3n-hsw-xl710
22893 - type: "plot"
22894   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22895   algorithm: "plot_latency_error_bars"
22896   output-file-type: ".html"
22897   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22898   data: "plot-dpdk-throughput-latency-3n-hsw"
22899   filter: "'NIC_Intel-XL710' and
22900            '64B' and
22901            'BASE' and
22902            'NDRPDR' and
22903            '1T1C' and
22904            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22905   parameters:
22906   - "latency"
22907   - "parent"
22908   - "tags"
22909   layout:
22910     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
22911     layout: "plot-latency"
22912
22913 - type: "plot"
22914   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22915   algorithm: "plot_latency_error_bars"
22916   output-file-type: ".html"
22917   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22918   data: "plot-dpdk-throughput-latency-3n-hsw"
22919   filter: "'NIC_Intel-XL710' and
22920            '64B' and
22921            'BASE' and
22922            'NDRPDR' and
22923            '2T2C' and
22924            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22925   parameters:
22926   - "latency"
22927   - "parent"
22928   - "tags"
22929   layout:
22930     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
22931     layout: "plot-latency"
22932
22933 # Packet Latency - DPDK testpmd 3n-skx-x710
22934 - type: "plot"
22935   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22936   algorithm: "plot_latency_error_bars"
22937   output-file-type: ".html"
22938   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22939   data: "plot-dpdk-throughput-latency-3n-skx"
22940   filter: "'NIC_Intel-X710' and
22941            '64B' and
22942            'BASE' and
22943            'NDRPDR' and
22944            '2T1C' and
22945            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22946   parameters:
22947   - "latency"
22948   - "parent"
22949   - "tags"
22950   layout:
22951     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
22952     layout: "plot-latency"
22953
22954 - type: "plot"
22955   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22956   algorithm: "plot_latency_error_bars"
22957   output-file-type: ".html"
22958   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22959   data: "plot-dpdk-throughput-latency-3n-skx"
22960   filter: "'NIC_Intel-X710' and
22961            '64B' and
22962            'BASE' and
22963            'NDRPDR' and
22964            '4T2C' and
22965            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22966   parameters:
22967   - "latency"
22968   - "parent"
22969   - "tags"
22970   layout:
22971     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
22972     layout: "plot-latency"
22973
22974 # Packet Latency - DPDK testpmd 3n-skx-xxv710
22975 - type: "plot"
22976   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22977   algorithm: "plot_latency_error_bars"
22978   output-file-type: ".html"
22979   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22980   data: "plot-dpdk-throughput-latency-3n-skx"
22981   filter: "'NIC_Intel-XXV710' and
22982            '64B' and
22983            'BASE' and
22984            'NDRPDR' and
22985            '2T1C' and
22986            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22987   parameters:
22988   - "latency"
22989   - "parent"
22990   - "tags"
22991   layout:
22992     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
22993     layout: "plot-latency"
22994
22995 - type: "plot"
22996   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22997   algorithm: "plot_latency_error_bars"
22998   output-file-type: ".html"
22999   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23000   data: "plot-dpdk-throughput-latency-3n-skx"
23001   filter: "'NIC_Intel-XXV710' and
23002            '64B' and
23003            'BASE' and
23004            'NDRPDR' and
23005            '4T2C' and
23006            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23007   parameters:
23008   - "latency"
23009   - "parent"
23010   - "tags"
23011   layout:
23012     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
23013     layout: "plot-latency"
23014
23015 # Packet Latency - DPDK testpmd 2n-skx-x710
23016 - type: "plot"
23017   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23018   algorithm: "plot_latency_error_bars"
23019   output-file-type: ".html"
23020   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23021   data: "plot-dpdk-throughput-latency-2n-skx"
23022   filter: "'NIC_Intel-X710' and
23023            '64B' and
23024            'BASE' and
23025            'NDRPDR' and
23026            '2T1C' and
23027            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23028   parameters:
23029   - "latency"
23030   - "parent"
23031   - "tags"
23032   layout:
23033     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
23034     layout: "plot-latency"
23035
23036 - type: "plot"
23037   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23038   algorithm: "plot_latency_error_bars"
23039   output-file-type: ".html"
23040   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23041   data: "plot-dpdk-throughput-latency-2n-skx"
23042   filter: "'NIC_Intel-X710' and
23043            '64B' and
23044            'BASE' and
23045            'NDRPDR' and
23046            '4T2C' and
23047            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23048   parameters:
23049   - "latency"
23050   - "parent"
23051   - "tags"
23052   layout:
23053     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
23054     layout: "plot-latency"
23055
23056 # Packet Latency - DPDK testpmd 2n-skx-xxv710
23057 - type: "plot"
23058   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23059   algorithm: "plot_latency_error_bars"
23060   output-file-type: ".html"
23061   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23062   data: "plot-dpdk-throughput-latency-2n-skx"
23063   filter: "'NIC_Intel-XXV710' and
23064            '64B' and
23065            'BASE' and
23066            'NDRPDR' and
23067            '2T1C' and
23068            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23069   parameters:
23070   - "latency"
23071   - "parent"
23072   - "tags"
23073   layout:
23074     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
23075     layout: "plot-latency"
23076
23077 - type: "plot"
23078   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23079   algorithm: "plot_latency_error_bars"
23080   output-file-type: ".html"
23081   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23082   data: "plot-dpdk-throughput-latency-2n-skx"
23083   filter: "'NIC_Intel-XXV710' and
23084            '64B' and
23085            'BASE' and
23086            'NDRPDR' and
23087            '4T2C' and
23088            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23089   parameters:
23090   - "latency"
23091   - "parent"
23092   - "tags"
23093   layout:
23094     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
23095     layout: "plot-latency"
23096
23097 ################################################################################
23098
23099 # Speedup - VPP Container Memif 3n-hsw-x520
23100 - type: "plot"
23101   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23102   algorithm: "plot_throughput_speedup_analysis"
23103   output-file-type: ".html"
23104   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23105   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23106   filter: "'NIC_Intel-X520-DA2' and
23107            '64B' and
23108            ('BASE' or 'SCALE') and
23109            'NDRPDR' and
23110            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23111            not 'VHOST' and
23112            'MEMIF'"
23113   parameters:
23114   - "throughput"
23115   - "parent"
23116   - "tags"
23117   sort:
23118   - "L2XCFWD"
23119   - "L2XCFWD"
23120   - "L2XCFWD"
23121   - "L2BDMACLRN"
23122   - "L2BDMACLRN"
23123   - "L2BDMACLRN"
23124   - "IP4FWD"
23125   layout:
23126     title: "memif-3n-hsw-x520-64b-base_and_features-ndr"
23127     layout: "plot-throughput-speedup-analysis"
23128
23129 - type: "plot"
23130   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23131   algorithm: "plot_throughput_speedup_analysis"
23132   output-file-type: ".html"
23133   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23134   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23135   filter: "'NIC_Intel-X520-DA2' and
23136            '64B' and
23137            ('BASE' or 'SCALE') and
23138            'NDRPDR' and
23139            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23140            not 'VHOST' and
23141            'MEMIF'"
23142   parameters:
23143   - "throughput"
23144   - "parent"
23145   - "tags"
23146   sort:
23147   - "L2XCFWD"
23148   - "L2XCFWD"
23149   - "L2XCFWD"
23150   - "L2BDMACLRN"
23151   - "L2BDMACLRN"
23152   - "L2BDMACLRN"
23153   - "IP4FWD"
23154   layout:
23155     title: "memif-3n-hsw-x520-64b-base_and_features-pdr"
23156     layout: "plot-throughput-speedup-analysis"
23157
23158 # Speedup - VPP Container Memif 3n-hsw-x710
23159 - type: "plot"
23160   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23161   algorithm: "plot_throughput_speedup_analysis"
23162   output-file-type: ".html"
23163   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23164   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23165   filter: "'NIC_Intel-X710' and
23166            '64B' and
23167            ('BASE' or 'SCALE') and
23168            'NDRPDR' and
23169            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23170            not 'VHOST' and
23171            'MEMIF'"
23172   parameters:
23173   - "throughput"
23174   - "parent"
23175   - "tags"
23176   sort:
23177   - "L2XCFWD"
23178   - "L2XCFWD"
23179   - "L2XCFWD"
23180   - "L2BDMACLRN"
23181   - "L2BDMACLRN"
23182   - "L2BDMACLRN"
23183   - "IP4FWD"
23184   layout:
23185     title: "memif-3n-hsw-x710-64b-base_and_features-ndr"
23186     layout: "plot-throughput-speedup-analysis"
23187
23188 - type: "plot"
23189   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23190   algorithm: "plot_throughput_speedup_analysis"
23191   output-file-type: ".html"
23192   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23193   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23194   filter: "'NIC_Intel-X710' and
23195            '64B' and
23196            ('BASE' or 'SCALE') and
23197            'NDRPDR' and
23198            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23199            not 'VHOST' and
23200            'MEMIF'"
23201   parameters:
23202   - "throughput"
23203   - "parent"
23204   - "tags"
23205   sort:
23206   - "L2XCFWD"
23207   - "L2XCFWD"
23208   - "L2XCFWD"
23209   - "L2BDMACLRN"
23210   - "L2BDMACLRN"
23211   - "L2BDMACLRN"
23212   - "IP4FWD"
23213   layout:
23214     title: "memif-3n-hsw-x710-64b-base_and_features-pdr"
23215     layout: "plot-throughput-speedup-analysis"
23216
23217 # Speedup - VPP Container Memif 3n-hsw-xl710
23218 - type: "plot"
23219   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23220   algorithm: "plot_throughput_speedup_analysis"
23221   output-file-type: ".html"
23222   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23223   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23224   filter: "'NIC_Intel-XL710' and
23225            '64B' and
23226            ('BASE' or 'SCALE') and
23227            'NDRPDR' and
23228            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23229            not 'VHOST' and
23230            'MEMIF'"
23231   parameters:
23232   - "throughput"
23233   - "parent"
23234   - "tags"
23235   sort:
23236   - "L2XCFWD"
23237   - "L2XCFWD"
23238   - "L2XCFWD"
23239   - "L2BDMACLRN"
23240   - "L2BDMACLRN"
23241   - "L2BDMACLRN"
23242   - "IP4FWD"
23243   layout:
23244     title: "memif-3n-hsw-xl710-64b-base_and_features-ndr"
23245     layout: "plot-throughput-speedup-analysis"
23246
23247 - type: "plot"
23248   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23249   algorithm: "plot_throughput_speedup_analysis"
23250   output-file-type: ".html"
23251   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23252   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23253   filter: "'NIC_Intel-XL710' and
23254            '64B' and
23255            ('BASE' or 'SCALE') and
23256            'NDRPDR' and
23257            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23258            not 'VHOST' and
23259            'MEMIF'"
23260   parameters:
23261   - "throughput"
23262   - "parent"
23263   - "tags"
23264   sort:
23265   - "L2XCFWD"
23266   - "L2XCFWD"
23267   - "L2XCFWD"
23268   - "L2BDMACLRN"
23269   - "L2BDMACLRN"
23270   - "L2BDMACLRN"
23271   - "IP4FWD"
23272   layout:
23273     title: "memif-3n-hsw-xl710-64b-base_and_features-pdr"
23274     layout: "plot-throughput-speedup-analysis"
23275
23276 # Speedup - VPP Container Memif 3n-skx-x710
23277 - type: "plot"
23278   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23279   algorithm: "plot_throughput_speedup_analysis"
23280   output-file-type: ".html"
23281   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23282   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23283   filter: "'NIC_Intel-X710' and
23284            '64B' and
23285            ('BASE' or 'SCALE') and
23286            'NDRPDR' and
23287            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23288            not 'VHOST' and
23289            'MEMIF'"
23290   parameters:
23291   - "throughput"
23292   - "parent"
23293   - "tags"
23294   sort:
23295   - "L2XCFWD"
23296   - "L2XCFWD"
23297   - "L2XCFWD"
23298   - "L2BDMACLRN"
23299   - "L2BDMACLRN"
23300   - "L2BDMACLRN"
23301   - "IP4FWD"
23302   layout:
23303     title: "memif-3n-skx-x710-64b-base_and_features-ndr"
23304     layout: "plot-throughput-speedup-analysis"
23305
23306 - type: "plot"
23307   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23308   algorithm: "plot_throughput_speedup_analysis"
23309   output-file-type: ".html"
23310   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23311   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23312   filter: "'NIC_Intel-X710' and
23313            '64B' and
23314            ('BASE' or 'SCALE') and
23315            'NDRPDR' and
23316            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23317            not 'VHOST' and
23318            'MEMIF'"
23319   parameters:
23320   - "throughput"
23321   - "parent"
23322   - "tags"
23323   sort:
23324   - "L2XCFWD"
23325   - "L2XCFWD"
23326   - "L2XCFWD"
23327   - "L2BDMACLRN"
23328   - "L2BDMACLRN"
23329   - "L2BDMACLRN"
23330   - "IP4FWD"
23331   layout:
23332     title: "memif-3n-skx-x710-64b-base_and_features-pdr"
23333     layout: "plot-throughput-speedup-analysis"
23334
23335 # Speedup - VPP Container Memif 2n-skx-x710
23336 - type: "plot"
23337   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23338   algorithm: "plot_throughput_speedup_analysis"
23339   output-file-type: ".html"
23340   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23341   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23342   filter: "'NIC_Intel-X710' and
23343            '64B' and
23344            ('BASE' or 'SCALE') and
23345            'NDRPDR' and
23346            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23347            not 'VHOST' and
23348            not 'NF_DENSITY' and
23349            'MEMIF'"
23350   parameters:
23351   - "throughput"
23352   - "parent"
23353   - "tags"
23354   sort:
23355   - "L2XCFWD"
23356   - "L2XCFWD"
23357   - "L2XCFWD"
23358   - "L2BDMACLRN"
23359   - "L2BDMACLRN"
23360   - "L2BDMACLRN"
23361   - "IP4FWD"
23362   layout:
23363     title: "memif-2n-skx-x710-64b-base_and_features-ndr"
23364     layout: "plot-throughput-speedup-analysis"
23365
23366 - type: "plot"
23367   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23368   algorithm: "plot_throughput_speedup_analysis"
23369   output-file-type: ".html"
23370   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23371   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23372   filter: "'NIC_Intel-X710' and
23373            '64B' and
23374            ('BASE' or 'SCALE') and
23375            'NDRPDR' and
23376            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23377            not 'VHOST' and
23378            not 'NF_DENSITY' and
23379            'MEMIF'"
23380   parameters:
23381   - "throughput"
23382   - "parent"
23383   - "tags"
23384   sort:
23385   - "L2XCFWD"
23386   - "L2XCFWD"
23387   - "L2XCFWD"
23388   - "L2BDMACLRN"
23389   - "L2BDMACLRN"
23390   - "L2BDMACLRN"
23391   - "IP4FWD"
23392   layout:
23393     title: "memif-2n-skx-x710-64b-base_and_features-pdr"
23394     layout: "plot-throughput-speedup-analysis"
23395
23396 ## Speedup - VPP Container Memif 2n-skx-xxv710
23397 #- type: "plot"
23398 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23399 #  algorithm: "plot_throughput_speedup_analysis"
23400 #  output-file-type: ".html"
23401 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23402 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23403 #  filter: "'NIC_Intel-XXV710' and
23404 #           '64B' and
23405 #           ('BASE' or 'SCALE') and
23406 #           'NDRPDR' and
23407 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23408 #           not 'VHOST' and
23409 #           'MEMIF'"
23410 #  parameters:
23411 #  - "throughput"
23412 #  - "parent"
23413 #  - "tags"
23414 #  sort:
23415 #  - "L2XCFWD"
23416 #  - "L2XCFWD"
23417 #  - "L2XCFWD"
23418 #  - "L2BDMACLRN"
23419 #  - "L2BDMACLRN"
23420 #  - "L2BDMACLRN"
23421 #  - "IP4FWD"
23422 #  layout:
23423 #    title: "memif-2n-skx-xxv710-64b-base_and_features-ndr"
23424 #    layout: "plot-throughput-speedup-analysis"
23425 #
23426 #- type: "plot"
23427 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23428 #  algorithm: "plot_throughput_speedup_analysis"
23429 #  output-file-type: ".html"
23430 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23431 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23432 #  filter: "'NIC_Intel-XXV710' and
23433 #           '64B' and
23434 #           ('BASE' or 'SCALE') and
23435 #           'NDRPDR' and
23436 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23437 #           not 'VHOST' and
23438 #           'MEMIF'"
23439 #  parameters:
23440 #  - "throughput"
23441 #  - "parent"
23442 #  - "tags"
23443 #  sort:
23444 #  - "L2XCFWD"
23445 #  - "L2XCFWD"
23446 #  - "L2XCFWD"
23447 #  - "L2BDMACLRN"
23448 #  - "L2BDMACLRN"
23449 #  - "L2BDMACLRN"
23450 #  - "IP4FWD"
23451 #  layout:
23452 #    title: "memif-2n-skx-xxv710-64b-base_and_features-pdr"
23453 #    layout: "plot-throughput-speedup-analysis"
23454
23455 ################################################################################
23456
23457 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
23458 - type: "plot"
23459   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23460   algorithm: "plot_throughput_speedup_analysis"
23461   output-file-type: ".html"
23462   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23463   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23464   filter: "'NIC_Intel-X520-DA2' and
23465            '64B' and
23466            ('BASE' or 'SCALE') and
23467            'NDRPDR' and
23468            'L2XCFWD' and
23469            not 'VHOST' and
23470            not 'NF_DENSITY' and
23471            'MEMIF'"
23472   parameters:
23473   - "throughput"
23474   - "parent"
23475   - "tags"
23476   sort:
23477   - "1VNF"
23478   - "2VNF"
23479   - "4VNF"
23480   - "2VNF"
23481   - "4VNF"
23482   layout:
23483     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
23484     layout: "plot-throughput-speedup-analysis"
23485
23486 - type: "plot"
23487   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23488   algorithm: "plot_throughput_speedup_analysis"
23489   output-file-type: ".html"
23490   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23491   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23492   filter: "'NIC_Intel-X520-DA2' and
23493            '64B' and
23494            ('BASE' or 'SCALE') and
23495            'NDRPDR' and
23496            'L2XCFWD' and
23497            not 'VHOST' and
23498            not 'NF_DENSITY' and
23499            'MEMIF'"
23500   parameters:
23501   - "throughput"
23502   - "parent"
23503   - "tags"
23504   sort:
23505   - "1VNF"
23506   - "2VNF"
23507   - "4VNF"
23508   - "2VNF"
23509   - "4VNF"
23510   layout:
23511     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
23512     layout: "plot-throughput-speedup-analysis"
23513
23514 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
23515 - type: "plot"
23516   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23517   algorithm: "plot_throughput_speedup_analysis"
23518   output-file-type: ".html"
23519   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23520   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23521   filter: "'NIC_Intel-X520-DA2' and
23522            '64B' and
23523            ('BASE' or 'SCALE') and
23524            'NDRPDR' and
23525            ('L2BDMACSTAT' or 'L2BDMACLRN') and
23526            not 'VHOST' and
23527            not 'NF_DENSITY' and
23528            'MEMIF'"
23529   parameters:
23530   - "throughput"
23531   - "parent"
23532   - "tags"
23533   sort:
23534   - "1VNF"
23535   - "2VNF"
23536   - "4VNF"
23537   - "2VNF"
23538   - "4VNF"
23539   layout:
23540     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
23541     layout: "plot-throughput-speedup-analysis"
23542
23543 - type: "plot"
23544   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23545   algorithm: "plot_throughput_speedup_analysis"
23546   output-file-type: ".html"
23547   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23548   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23549   filter: "'NIC_Intel-X520-DA2' and
23550            '64B' and
23551            ('BASE' or 'SCALE') and
23552            'NDRPDR' and
23553            ('L2BDMACSTAT' or 'L2BDMACLRN') and
23554            not 'VHOST' and
23555            not 'NF_DENSITY' and
23556            'MEMIF'"
23557   parameters:
23558   - "throughput"
23559   - "parent"
23560   - "tags"
23561   sort:
23562   - "1VNF"
23563   - "2VNF"
23564   - "4VNF"
23565   - "2VNF"
23566   - "4VNF"
23567   layout:
23568     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
23569     layout: "plot-throughput-speedup-analysis"
23570
23571 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
23572 - type: "plot"
23573   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23574   algorithm: "plot_throughput_speedup_analysis"
23575   output-file-type: ".html"
23576   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23577   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23578   filter: "'NIC_Intel-X710' and
23579            '64B' and
23580            ('BASE' or 'SCALE') and
23581            'NDRPDR' and
23582            'L2XCFWD' and
23583            not 'VHOST' and
23584            not 'NF_DENSITY' and
23585            'MEMIF'"
23586   parameters:
23587   - "throughput"
23588   - "parent"
23589   - "tags"
23590   sort:
23591   - "1VNF"
23592   - "2VNF"
23593   - "4VNF"
23594   - "2VNF"
23595   - "4VNF"
23596   layout:
23597     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
23598     layout: "plot-throughput-speedup-analysis"
23599
23600 - type: "plot"
23601   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23602   algorithm: "plot_throughput_speedup_analysis"
23603   output-file-type: ".html"
23604   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23605   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23606   filter: "'NIC_Intel-X710' and
23607            '64B' and
23608            ('BASE' or 'SCALE') and
23609            'NDRPDR' and
23610            'L2XCFWD' and
23611            not 'VHOST' and
23612            not 'NF_DENSITY' and
23613            'MEMIF'"
23614   parameters:
23615   - "throughput"
23616   - "parent"
23617   - "tags"
23618   sort:
23619   - "1VNF"
23620   - "2VNF"
23621   - "4VNF"
23622   - "2VNF"
23623   - "4VNF"
23624   layout:
23625     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
23626     layout: "plot-throughput-speedup-analysis"
23627
23628 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
23629 - type: "plot"
23630   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23631   algorithm: "plot_throughput_speedup_analysis"
23632   output-file-type: ".html"
23633   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23634   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23635   filter: "'NIC_Intel-X710' and
23636            '64B' and
23637            ('BASE' or 'SCALE') and
23638            'NDRPDR' and
23639            ('L2BDMACSTAT' or 'L2BDMACLRN') and
23640            not 'VHOST' and
23641            not 'NF_DENSITY' and
23642            'MEMIF'"
23643   parameters:
23644   - "throughput"
23645   - "parent"
23646   - "tags"
23647   sort:
23648   - "1VNF"
23649   - "2VNF"
23650   - "4VNF"
23651   - "2VNF"
23652   - "4VNF"
23653   layout:
23654     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
23655     layout: "plot-throughput-speedup-analysis"
23656
23657 - type: "plot"
23658   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23659   algorithm: "plot_throughput_speedup_analysis"
23660   output-file-type: ".html"
23661   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23662   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23663   filter: "'NIC_Intel-X710' and
23664            '64B' and
23665            ('BASE' or 'SCALE') and
23666            'NDRPDR' and
23667            ('L2BDMACSTAT' or 'L2BDMACLRN') and
23668            not 'VHOST' and
23669            not 'NF_DENSITY' and
23670            'MEMIF'"
23671   parameters:
23672   - "throughput"
23673   - "parent"
23674   - "tags"
23675   sort:
23676   - "1VNF"
23677   - "2VNF"
23678   - "4VNF"
23679   - "2VNF"
23680   - "4VNF"
23681   layout:
23682     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
23683     layout: "plot-throughput-speedup-analysis"
23684
23685 ################################################################################
23686
23687 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
23688 - type: "plot"
23689   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23690   algorithm: "plot_throughput_speedup_analysis"
23691   output-file-type: ".html"
23692   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23693   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23694   filter: "'NIC_Intel-X520-DA2' and
23695            '64B' and
23696            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23697            'NDRPDR' and
23698            'IP4FWD' and
23699            not 'IPSEC' and
23700            not 'DOT1Q' and
23701            not 'VHOST'"
23702   parameters:
23703   - "throughput"
23704   - "parent"
23705   - "tags"
23706   sort:
23707   - "DOT1Q"
23708   - "IP4BASE"
23709   - "FIB_20K"
23710   - "FIB_200K"
23711   - "FIB_2M"
23712   layout:
23713     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
23714     layout: "plot-throughput-speedup-analysis"
23715
23716 - type: "plot"
23717   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23718   algorithm: "plot_throughput_speedup_analysis"
23719   output-file-type: ".html"
23720   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23721   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23722   filter: "'NIC_Intel-X520-DA2' and
23723            '64B' and
23724            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23725            'NDRPDR' and
23726            'IP4FWD' and
23727            not 'IPSEC' and
23728            not 'DOT1Q' and
23729            not 'VHOST'"
23730   parameters:
23731   - "throughput"
23732   - "parent"
23733   - "tags"
23734   sort:
23735   - "DOT1Q"
23736   - "IP4BASE"
23737   - "FIB_20K"
23738   - "FIB_200K"
23739   - "FIB_2M"
23740   layout:
23741     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
23742     layout: "plot-throughput-speedup-analysis"
23743
23744 # Speedup - VPP IPv4 3n-hsw-x520 features
23745 - type: "plot"
23746   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
23747   algorithm: "plot_throughput_speedup_analysis"
23748   output-file-type: ".html"
23749   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
23750   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23751   filter: "'NIC_Intel-X520-DA2' and
23752            '64B' and
23753            ('IP4BASE' or
23754             'POLICE_MARK' or
23755             'COPWHLIST' or
23756             ('NAT44' and 'BASE') or
23757             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23758            'NDRPDR' and
23759            'IP4FWD' and
23760            not 'IPSEC' and
23761            not 'VHOST'"
23762   parameters:
23763   - "throughput"
23764   - "parent"
23765   - "tags"
23766   sort:
23767   - "DOT1Q"
23768   - "IP4BASE"
23769   - "NAT44"
23770   - "POLICE_MARK"
23771   - "COPWHLIST"
23772   - "IACL"
23773   - "OACL"
23774   layout:
23775     title: "ip4-3n-hsw-x520-64b-features-ndr"
23776     layout: "plot-throughput-speedup-analysis"
23777
23778 - type: "plot"
23779   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
23780   algorithm: "plot_throughput_speedup_analysis"
23781   output-file-type: ".html"
23782   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
23783   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23784   filter: "'NIC_Intel-X520-DA2' and
23785            '64B' and
23786            ('IP4BASE' or
23787             'POLICE_MARK' or
23788             'COPWHLIST' or
23789             ('NAT44' and 'BASE') or
23790             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23791            'NDRPDR' and
23792            'IP4FWD' and
23793            not 'IPSEC' and
23794            not 'VHOST'"
23795   parameters:
23796   - "throughput"
23797   - "parent"
23798   - "tags"
23799   sort:
23800   - "DOT1Q"
23801   - "IP4BASE"
23802   - "NAT44"
23803   - "POLICE_MARK"
23804   - "COPWHLIST"
23805   - "IACL"
23806   - "OACL"
23807   layout:
23808     title: "ip4-3n-hsw-x520-64b-features-pdr"
23809     layout: "plot-throughput-speedup-analysis"
23810
23811 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
23812 - type: "plot"
23813   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23814   algorithm: "plot_throughput_speedup_analysis"
23815   output-file-type: ".html"
23816   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23817   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23818   filter: "'NIC_Intel-X520-DA2' and
23819            '64B' and
23820            'NDRPDR' and
23821            'IP4FWD' and
23822            ('NAT44' or 'IP4BASE') and
23823            not 'DOT1Q' and
23824            not 'IPSEC' and
23825            not 'VHOST'"
23826   parameters:
23827   - "throughput"
23828   - "parent"
23829   - "tags"
23830   sort:
23831   - "IP4BASE"
23832   - "BASE"
23833   - "SRC_USER_10"
23834   - "SRC_USER_100"
23835   - "SRC_USER_1000"
23836   - "SRC_USER_2000"
23837   layout:
23838     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
23839     layout: "plot-throughput-speedup-analysis"
23840
23841 - type: "plot"
23842   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23843   algorithm: "plot_throughput_speedup_analysis"
23844   output-file-type: ".html"
23845   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23846   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23847   filter: "'NIC_Intel-X520-DA2' and
23848            '64B' and
23849            'NDRPDR' and
23850            'IP4FWD' and
23851            ('NAT44' or 'IP4BASE') and
23852            not 'DOT1Q' and
23853            not 'IPSEC' and
23854            not 'VHOST'"
23855   parameters:
23856   - "throughput"
23857   - "parent"
23858   - "tags"
23859   sort:
23860   - "IP4BASE"
23861   - "BASE"
23862   - "SRC_USER_10"
23863   - "SRC_USER_100"
23864   - "SRC_USER_1000"
23865   - "SRC_USER_2000"
23866   layout:
23867     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
23868     layout: "plot-throughput-speedup-analysis"
23869
23870 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
23871 - type: "plot"
23872   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23873   algorithm: "plot_throughput_speedup_analysis"
23874   output-file-type: ".html"
23875   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23876   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23877   filter: "'NIC_Intel-X520-DA2' and
23878            '64B' and
23879            'NDRPDR' and
23880            'IP4FWD' and
23881            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23882            not 'IPSEC' and
23883            not 'DOT1Q' and
23884            not 'VHOST'"
23885   parameters:
23886   - "throughput"
23887   - "parent"
23888   - "tags"
23889   sort:
23890   - "IP4BASE"
23891   - "ACL_STATELESS"
23892   - "ACL_STATEFUL"
23893   - "ACL_STATELESS"
23894   - "ACL_STATEFUL"
23895   layout:
23896     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
23897     layout: "plot-throughput-speedup-analysis"
23898
23899 - type: "plot"
23900   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23901   algorithm: "plot_throughput_speedup_analysis"
23902   output-file-type: ".html"
23903   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23904   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23905   filter: "'NIC_Intel-X520-DA2' and
23906            '64B' and
23907            'NDRPDR' and
23908            'IP4FWD' and
23909            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23910            not 'IPSEC' and
23911            not 'DOT1Q' and
23912            not 'VHOST'"
23913   parameters:
23914   - "throughput"
23915   - "parent"
23916   - "tags"
23917   sort:
23918   - "IP4BASE"
23919   - "ACL_STATELESS"
23920   - "ACL_STATEFUL"
23921   - "ACL_STATELESS"
23922   - "ACL_STATEFUL"
23923   layout:
23924     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
23925     layout: "plot-throughput-speedup-analysis"
23926
23927 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
23928 - type: "plot"
23929   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
23930   algorithm: "plot_throughput_speedup_analysis"
23931   output-file-type: ".html"
23932   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
23933   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23934   filter: "'NIC_Intel-X520-DA2' and
23935            '64B' and
23936            'NDRPDR' and
23937            'IP4FWD' and
23938            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23939            not 'IPSEC' and
23940            not 'DOT1Q' and
23941            not 'VHOST'"
23942   parameters:
23943   - "throughput"
23944   - "parent"
23945   - "tags"
23946   sort:
23947   - "IP4BASE"
23948   - "ACL_STATELESS"
23949   - "ACL_STATEFUL"
23950   - "ACL_STATELESS"
23951   - "ACL_STATEFUL"
23952   layout:
23953     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
23954     layout: "plot-throughput-speedup-analysis"
23955
23956 - type: "plot"
23957   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
23958   algorithm: "plot_throughput_speedup_analysis"
23959   output-file-type: ".html"
23960   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
23961   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23962   filter: "'NIC_Intel-X520-DA2' and
23963            '64B' and
23964            'NDRPDR' and
23965            'IP4FWD' and
23966            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23967            not 'IPSEC' and
23968            not 'DOT1Q' and
23969            not 'VHOST'"
23970   parameters:
23971   - "throughput"
23972   - "parent"
23973   - "tags"
23974   sort:
23975   - "IP4BASE"
23976   - "ACL_STATELESS"
23977   - "ACL_STATEFUL"
23978   - "ACL_STATELESS"
23979   - "ACL_STATEFUL"
23980   layout:
23981     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
23982     layout: "plot-throughput-speedup-analysis"
23983
23984 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
23985 - type: "plot"
23986   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23987   algorithm: "plot_throughput_speedup_analysis"
23988   output-file-type: ".html"
23989   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23990   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23991   filter: "'NIC_Intel-X710' and
23992            '64B' and
23993            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23994            'NDRPDR' and
23995            'IP4FWD' and
23996            not 'IPSEC' and
23997            not 'DOT1Q' and
23998            not 'VHOST'"
23999   parameters:
24000   - "throughput"
24001   - "parent"
24002   - "tags"
24003   sort:
24004   - "IP4BASE"
24005   - "FIB_20K"
24006   - "FIB_200K"
24007   - "FIB_2M"
24008   layout:
24009     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24010     layout: "plot-throughput-speedup-analysis"
24011
24012 - type: "plot"
24013   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24014   algorithm: "plot_throughput_speedup_analysis"
24015   output-file-type: ".html"
24016   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24017   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24018   filter: "'NIC_Intel-X710' and
24019            '64B' and
24020            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24021            'NDRPDR' and
24022            'IP4FWD' and
24023            not 'IPSEC' and
24024            not 'DOT1Q' and
24025            not 'VHOST'"
24026   parameters:
24027   - "throughput"
24028   - "parent"
24029   - "tags"
24030   sort:
24031   - "IP4BASE"
24032   - "FIB_20K"
24033   - "FIB_200K"
24034   - "FIB_2M"
24035   layout:
24036     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24037     layout: "plot-throughput-speedup-analysis"
24038
24039 # Speedup - VPP IPv4 3n-hsw-x710 features
24040 - type: "plot"
24041   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
24042   algorithm: "plot_throughput_speedup_analysis"
24043   output-file-type: ".html"
24044   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
24045   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24046   filter: "'NIC_Intel-X710' and
24047            '64B' and
24048            ('IP4BASE' or
24049             'POLICE_MARK' or
24050             'COPWHLIST' or
24051             ('NAT44' and 'BASE') or
24052             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24053            'NDRPDR' and
24054            'IP4FWD' and
24055            not 'IPSEC' and
24056            not 'VHOST'"
24057   parameters:
24058   - "throughput"
24059   - "parent"
24060   - "tags"
24061   sort:
24062   - "DOT1Q"
24063   - "IP4BASE"
24064   - "NAT44"
24065   - "POLICE_MARK"
24066   - "COPWHLIST"
24067   - "IACL"
24068   - "OACL"
24069   layout:
24070     title: "ip4-3n-hsw-x710-64b-features-ndr"
24071     layout: "plot-throughput-speedup-analysis"
24072
24073 - type: "plot"
24074   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
24075   algorithm: "plot_throughput_speedup_analysis"
24076   output-file-type: ".html"
24077   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
24078   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24079   filter: "'NIC_Intel-X710' and
24080            '64B' and
24081            ('IP4BASE' or
24082             'POLICE_MARK' or
24083             'COPWHLIST' or
24084             ('NAT44' and 'BASE') or
24085             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24086            'NDRPDR' and
24087            'IP4FWD' and
24088            not 'IPSEC' and
24089            not 'VHOST'"
24090   parameters:
24091   - "throughput"
24092   - "parent"
24093   - "tags"
24094   sort:
24095   - "DOT1Q"
24096   - "IP4BASE"
24097   - "NAT44"
24098   - "POLICE_MARK"
24099   - "COPWHLIST"
24100   - "IACL"
24101   - "OACL"
24102   layout:
24103     title: "ip4-3n-hsw-x710-64b-features-pdr"
24104     layout: "plot-throughput-speedup-analysis"
24105
24106 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
24107 - type: "plot"
24108   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24109   algorithm: "plot_throughput_speedup_analysis"
24110   output-file-type: ".html"
24111   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24112   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24113   filter: "'NIC_Intel-X710' and
24114            '64B' and
24115            'NDRPDR' and
24116            'IP4FWD' and
24117            ('NAT44' or 'IP4BASE') and
24118            not 'IPSEC' and
24119            not 'VHOST'"
24120   parameters:
24121   - "throughput"
24122   - "parent"
24123   - "tags"
24124   sort:
24125   - "IP4BASE"
24126   - "BASE"
24127   - "SRC_USER_10"
24128   - "SRC_USER_100"
24129   - "SRC_USER_1000"
24130   - "SRC_USER_2000"
24131   layout:
24132     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
24133     layout: "plot-throughput-speedup-analysis"
24134
24135 - type: "plot"
24136   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24137   algorithm: "plot_throughput_speedup_analysis"
24138   output-file-type: ".html"
24139   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24140   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24141   filter: "'NIC_Intel-X710' and
24142            '64B' and
24143            'NDRPDR' and
24144            'IP4FWD' and
24145            ('NAT44' or 'IP4BASE') and
24146            not 'IPSEC' and
24147            not 'VHOST'"
24148   parameters:
24149   - "throughput"
24150   - "parent"
24151   - "tags"
24152   sort:
24153   - "IP4BASE"
24154   - "BASE"
24155   - "SRC_USER_10"
24156   - "SRC_USER_100"
24157   - "SRC_USER_1000"
24158   - "SRC_USER_2000"
24159   layout:
24160     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
24161     layout: "plot-throughput-speedup-analysis"
24162
24163 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
24164 - type: "plot"
24165   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24166   algorithm: "plot_throughput_speedup_analysis"
24167   output-file-type: ".html"
24168   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24169   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24170   filter: "'NIC_Intel-X710' and
24171            '64B' and
24172            'NDRPDR' and
24173            'IP4FWD' and
24174            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24175            not 'IPSEC' and
24176            not 'VHOST'"
24177   parameters:
24178   - "throughput"
24179   - "parent"
24180   - "tags"
24181   sort:
24182   - "IP4BASE"
24183   - "ACL_STATELESS"
24184   - "ACL_STATEFUL"
24185   - "ACL_STATELESS"
24186   - "ACL_STATEFUL"
24187   layout:
24188     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
24189     layout: "plot-throughput-speedup-analysis"
24190
24191 - type: "plot"
24192   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24193   algorithm: "plot_throughput_speedup_analysis"
24194   output-file-type: ".html"
24195   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24196   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24197   filter: "'NIC_Intel-X710' and
24198            '64B' and
24199            'NDRPDR' and
24200            'IP4FWD' and
24201            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24202            not 'IPSEC' and
24203            not 'VHOST'"
24204   parameters:
24205   - "throughput"
24206   - "parent"
24207   - "tags"
24208   sort:
24209   - "IP4BASE"
24210   - "ACL_STATELESS"
24211   - "ACL_STATEFUL"
24212   - "ACL_STATELESS"
24213   - "ACL_STATEFUL"
24214   layout:
24215     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
24216     layout: "plot-throughput-speedup-analysis"
24217
24218 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
24219 - type: "plot"
24220   title: "Speedup: ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24221   algorithm: "plot_throughput_speedup_analysis"
24222   output-file-type: ".html"
24223   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24224   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24225   filter: "'NIC_Intel-XL710' and
24226            '64B' and
24227            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24228            'NDRPDR' and
24229            'IP4FWD' and
24230            not 'IPSEC' and
24231            not 'VHOST'"
24232   parameters:
24233   - "throughput"
24234   - "parent"
24235   - "tags"
24236   sort:
24237   - "IP4BASE"
24238   - "FIB_20K"
24239   - "FIB_200K"
24240   - "FIB_2M"
24241   layout:
24242     title: "ip4-3n-hsw-xl710-64b-base-ndr"
24243     layout: "plot-throughput-speedup-analysis"
24244
24245 - type: "plot"
24246   title: "Speedup: ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24247   algorithm: "plot_throughput_speedup_analysis"
24248   output-file-type: ".html"
24249   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24250   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24251   filter: "'NIC_Intel-XL710' and
24252            '64B' and
24253            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24254            'NDRPDR' and
24255            'IP4FWD' and
24256            not 'IPSEC' and
24257            not 'VHOST'"
24258   parameters:
24259   - "throughput"
24260   - "parent"
24261   - "tags"
24262   sort:
24263   - "IP4BASE"
24264   - "FIB_20K"
24265   - "FIB_200K"
24266   - "FIB_2M"
24267   layout:
24268     title: "ip4-3n-hsw-xl710-64b-base-pdr"
24269     layout: "plot-throughput-speedup-analysis"
24270
24271 # Speedup - VPP IPv4 3n-skx-x710 base and scale
24272 - type: "plot"
24273   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24274   algorithm: "plot_throughput_speedup_analysis"
24275   output-file-type: ".html"
24276   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24277   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24278   filter: "'NIC_Intel-X710' and
24279            '64B' and
24280            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24281            'NDRPDR' and
24282            'IP4FWD' and
24283            not 'IPSEC' and
24284            not 'DOT1Q' and
24285            not 'VHOST'"
24286   parameters:
24287   - "throughput"
24288   - "parent"
24289   - "tags"
24290   sort:
24291   - "IP4BASE"
24292   - "FIB_20K"
24293   - "FIB_200K"
24294   - "FIB_2M"
24295   layout:
24296     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
24297     layout: "plot-throughput-speedup-analysis"
24298
24299 - type: "plot"
24300   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24301   algorithm: "plot_throughput_speedup_analysis"
24302   output-file-type: ".html"
24303   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24304   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24305   filter: "'NIC_Intel-X710' and
24306            '64B' and
24307            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24308            'NDRPDR' and
24309            'IP4FWD' and
24310            not 'IPSEC' and
24311            not 'DOT1Q' and
24312            not 'VHOST'"
24313   parameters:
24314   - "throughput"
24315   - "parent"
24316   - "tags"
24317   sort:
24318   - "IP4BASE"
24319   - "FIB_20K"
24320   - "FIB_200K"
24321   - "FIB_2M"
24322   layout:
24323     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
24324     layout: "plot-throughput-speedup-analysis"
24325
24326 # Speedup - VPP IPv4 3n-skx-x710 features
24327 - type: "plot"
24328   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
24329   algorithm: "plot_throughput_speedup_analysis"
24330   output-file-type: ".html"
24331   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
24332   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24333   filter: "'NIC_Intel-X710' and
24334            '64B' and
24335            ('IP4BASE' or
24336             'POLICE_MARK' or
24337             'COPWHLIST' or
24338             ('NAT44' and 'BASE') or
24339             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24340            'NDRPDR' and
24341            'IP4FWD' and
24342            not 'IPSEC' and
24343            not 'VHOST'"
24344   parameters:
24345   - "throughput"
24346   - "parent"
24347   - "tags"
24348   sort:
24349   - "DOT1Q"
24350   - "IP4BASE"
24351   - "NAT44"
24352   - "POLICE_MARK"
24353   - "COPWHLIST"
24354   - "IACL"
24355   - "OACL"
24356   layout:
24357     title: "ip4-3n-skx-x710-64b-features-ndr"
24358     layout: "plot-throughput-speedup-analysis"
24359
24360 - type: "plot"
24361   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
24362   algorithm: "plot_throughput_speedup_analysis"
24363   output-file-type: ".html"
24364   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
24365   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24366   filter: "'NIC_Intel-X710' and
24367            '64B' and
24368            ('IP4BASE' or
24369             'POLICE_MARK' or
24370             'COPWHLIST' or
24371             ('NAT44' and 'BASE') or
24372             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24373            'NDRPDR' and
24374            'IP4FWD' and
24375            not 'IPSEC' and
24376            not 'VHOST'"
24377   parameters:
24378   - "throughput"
24379   - "parent"
24380   - "tags"
24381   sort:
24382   - "DOT1Q"
24383   - "IP4BASE"
24384   - "NAT44"
24385   - "POLICE_MARK"
24386   - "COPWHLIST"
24387   - "IACL"
24388   - "OACL"
24389   layout:
24390     title: "ip4-3n-skx-x710-64b-features-pdr"
24391     layout: "plot-throughput-speedup-analysis"
24392
24393 # Speedup - VPP IPv4 3n-skx-x710 features nat44
24394 - type: "plot"
24395   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24396   algorithm: "plot_throughput_speedup_analysis"
24397   output-file-type: ".html"
24398   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24399   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24400   filter: "'NIC_Intel-X710' and
24401            '64B' and
24402            'NDRPDR' and
24403            'IP4FWD' and
24404            ('NAT44' or 'IP4BASE') and
24405            not 'IPSEC' and
24406            not 'VHOST'"
24407   parameters:
24408   - "throughput"
24409   - "parent"
24410   - "tags"
24411   sort:
24412   - "IP4BASE"
24413   - "BASE"
24414   - "SRC_USER_10"
24415   - "SRC_USER_100"
24416   - "SRC_USER_1000"
24417   - "SRC_USER_2000"
24418   layout:
24419     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
24420     layout: "plot-throughput-speedup-analysis"
24421
24422 - type: "plot"
24423   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24424   algorithm: "plot_throughput_speedup_analysis"
24425   output-file-type: ".html"
24426   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24427   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24428   filter: "'NIC_Intel-X710' and
24429            '64B' and
24430            'NDRPDR' and
24431            'IP4FWD' and
24432            ('NAT44' or 'IP4BASE') and
24433            not 'IPSEC' and
24434            not 'VHOST'"
24435   parameters:
24436   - "throughput"
24437   - "parent"
24438   - "tags"
24439   sort:
24440   - "IP4BASE"
24441   - "BASE"
24442   - "SRC_USER_10"
24443   - "SRC_USER_100"
24444   - "SRC_USER_1000"
24445   - "SRC_USER_2000"
24446   layout:
24447     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
24448     layout: "plot-throughput-speedup-analysis"
24449
24450 # Speedup - VPP IPv4 3n-skx-x710 features iacl
24451 - type: "plot"
24452   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24453   algorithm: "plot_throughput_speedup_analysis"
24454   output-file-type: ".html"
24455   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24456   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24457   filter: "'NIC_Intel-X710' and
24458            '64B' and
24459            'NDRPDR' and
24460            'IP4FWD' and
24461            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24462            not 'IPSEC' and
24463            not 'VHOST'"
24464   parameters:
24465   - "throughput"
24466   - "parent"
24467   - "tags"
24468   sort:
24469   - "IP4BASE"
24470   - "ACL_STATELESS"
24471   - "ACL_STATEFUL"
24472   - "ACL_STATELESS"
24473   - "ACL_STATEFUL"
24474   layout:
24475     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
24476     layout: "plot-throughput-speedup-analysis"
24477
24478 - type: "plot"
24479   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24480   algorithm: "plot_throughput_speedup_analysis"
24481   output-file-type: ".html"
24482   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24483   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24484   filter: "'NIC_Intel-X710' and
24485            '64B' and
24486            'NDRPDR' and
24487            'IP4FWD' and
24488            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24489            not 'IPSEC' and
24490            not 'VHOST'"
24491   parameters:
24492   - "throughput"
24493   - "parent"
24494   - "tags"
24495   sort:
24496   - "IP4BASE"
24497   - "ACL_STATELESS"
24498   - "ACL_STATEFUL"
24499   - "ACL_STATELESS"
24500   - "ACL_STATEFUL"
24501   layout:
24502     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
24503     layout: "plot-throughput-speedup-analysis"
24504
24505 ## Speedup - VPP IPv4 3n-skx-x710 features oacl
24506 #- type: "plot"
24507 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24508 #  algorithm: "plot_throughput_speedup_analysis"
24509 #  output-file-type: ".html"
24510 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24511 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24512 #  filter: "'NIC_Intel-X710' and
24513 #           '64B' and
24514 #           'NDRPDR' and
24515 #           'IP4FWD' and
24516 #           'OACL' and
24517 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24518 #           not 'IPSEC' and
24519 #           not 'VHOST'"
24520 #  parameters:
24521 #  - "throughput"
24522 #  - "parent"
24523 #  - "tags"
24524 #  sort:
24525 #  - "ACL_STATELESS"
24526 #  - "ACL_STATEFUL"
24527 #  - "ACL_STATELESS"
24528 #  - "ACL_STATEFUL"
24529 #  layout:
24530 #    title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
24531 #    layout: "plot-throughput-speedup-analysis"
24532 #
24533 #- type: "plot"
24534 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24535 #  algorithm: "plot_throughput_speedup_analysis"
24536 #  output-file-type: ".html"
24537 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24538 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24539 #  filter: "'NIC_Intel-X710' and
24540 #           '64B' and
24541 #           'NDRPDR' and
24542 #           'IP4FWD' and
24543 #           'OACL' and
24544 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24545 #           not 'IPSEC' and
24546 #           not 'VHOST'"
24547 #  parameters:
24548 #  - "throughput"
24549 #  - "parent"
24550 #  - "tags"
24551 #  sort:
24552 #  - "ACL_STATELESS"
24553 #  - "ACL_STATEFUL"
24554 #  - "ACL_STATELESS"
24555 #  - "ACL_STATEFUL"
24556 #  layout:
24557 #    title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
24558 #    layout: "plot-throughput-speedup-analysis"
24559
24560 # Speedup - VPP IPv4 2n-skx-x710 base and scale
24561 - type: "plot"
24562   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24563   algorithm: "plot_throughput_speedup_analysis"
24564   output-file-type: ".html"
24565   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24566   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24567   filter: "'NIC_Intel-X710' and
24568            '64B' and
24569            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24570            'NDRPDR' and
24571            'IP4FWD' and
24572            not 'IPSEC' and
24573            not 'DOT1Q' and
24574            not 'VHOST'"
24575   parameters:
24576   - "throughput"
24577   - "parent"
24578   - "tags"
24579   sort:
24580   - "IP4BASE"
24581   - "FIB_20K"
24582   - "FIB_200K"
24583   - "FIB_2M"
24584   layout:
24585     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
24586     layout: "plot-throughput-speedup-analysis"
24587
24588 - type: "plot"
24589   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24590   algorithm: "plot_throughput_speedup_analysis"
24591   output-file-type: ".html"
24592   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24593   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24594   filter: "'NIC_Intel-X710' and
24595            '64B' and
24596            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24597            'NDRPDR' and
24598            'IP4FWD' and
24599            not 'IPSEC' and
24600            not 'DOT1Q' and
24601            not 'VHOST'"
24602   parameters:
24603   - "throughput"
24604   - "parent"
24605   - "tags"
24606   sort:
24607   - "IP4BASE"
24608   - "FIB_20K"
24609   - "FIB_200K"
24610   - "FIB_2M"
24611   layout:
24612     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
24613     layout: "plot-throughput-speedup-analysis"
24614
24615 # Speedup - VPP IPv4 2n-skx-x710 features iacl
24616 - type: "plot"
24617   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24618   algorithm: "plot_throughput_speedup_analysis"
24619   output-file-type: ".html"
24620   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24621   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24622   filter: "'NIC_Intel-X710' and
24623            '64B' and
24624            'NDRPDR' and
24625            'IP4FWD' and
24626            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24627            not 'IPSEC' and
24628            not 'VHOST'"
24629   parameters:
24630   - "throughput"
24631   - "parent"
24632   - "tags"
24633   sort:
24634   - "IP4BASE"
24635   - "ACL_STATELESS"
24636   - "ACL_STATEFUL"
24637   - "ACL_STATELESS"
24638   - "ACL_STATEFUL"
24639   layout:
24640     title: "ip4-2n-skx-x710-64b-features-iacl-ndr"
24641     layout: "plot-throughput-speedup-analysis"
24642
24643 - type: "plot"
24644   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24645   algorithm: "plot_throughput_speedup_analysis"
24646   output-file-type: ".html"
24647   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24648   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24649   filter: "'NIC_Intel-X710' and
24650            '64B' and
24651            'NDRPDR' and
24652            'IP4FWD' and
24653            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24654            not 'IPSEC' and
24655            not 'VHOST'"
24656   parameters:
24657   - "throughput"
24658   - "parent"
24659   - "tags"
24660   sort:
24661   - "IP4BASE"
24662   - "ACL_STATELESS"
24663   - "ACL_STATEFUL"
24664   - "ACL_STATELESS"
24665   - "ACL_STATEFUL"
24666   layout:
24667     title: "ip4-2n-skx-x710-64b-features-iacl-pdr"
24668     layout: "plot-throughput-speedup-analysis"
24669
24670 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
24671 - type: "plot"
24672   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24673   algorithm: "plot_throughput_speedup_analysis"
24674   output-file-type: ".html"
24675   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24676   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24677   filter: "'NIC_Intel-XXV710' and
24678            '64B' and
24679            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24680            'NDRPDR' and
24681            'IP4FWD' and
24682            not 'IPSEC' and
24683            not 'DOT1Q' and
24684            not 'VHOST'"
24685   parameters:
24686   - "throughput"
24687   - "parent"
24688   - "tags"
24689   sort:
24690   - "IP4BASE"
24691   - "FIB_20K"
24692   - "FIB_200K"
24693   - "FIB_2M"
24694   layout:
24695     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
24696     layout: "plot-throughput-speedup-analysis"
24697
24698 - type: "plot"
24699   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24700   algorithm: "plot_throughput_speedup_analysis"
24701   output-file-type: ".html"
24702   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24703   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24704   filter: "'NIC_Intel-XXV710' and
24705            '64B' and
24706            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24707            'NDRPDR' and
24708            'IP4FWD' and
24709            not 'IPSEC' and
24710            not 'DOT1Q' and
24711            not 'VHOST'"
24712   parameters:
24713   - "throughput"
24714   - "parent"
24715   - "tags"
24716   sort:
24717   - "IP4BASE"
24718   - "FIB_20K"
24719   - "FIB_200K"
24720   - "FIB_2M"
24721   layout:
24722     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
24723     layout: "plot-throughput-speedup-analysis"
24724
24725 # Speedup - VPP IPv4 2n-dnv-x553 base
24726 - type: "plot"
24727   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
24728   algorithm: "plot_throughput_speedup_analysis"
24729   output-file-type: ".html"
24730   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
24731   data: "intel-dnv-vpp"
24732   filter: "'NIC_Intel-X553' and
24733            '64B' and
24734            'IP4BASE' and
24735            'NDRPDR' and
24736            'IP4FWD' and
24737            not 'IPSEC' and
24738            not 'VHOST'"
24739   parameters:
24740   - "throughput"
24741   - "parent"
24742   - "tags"
24743   sort:
24744   - "IP4BASE"
24745   layout:
24746     title: "ip4-2n-dnv-x553-64b-base-ndr"
24747     layout: "plot-throughput-speedup-analysis"
24748
24749 - type: "plot"
24750   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
24751   algorithm: "plot_throughput_speedup_analysis"
24752   output-file-type: ".html"
24753   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
24754   data: "intel-dnv-vpp"
24755   filter: "'NIC_Intel-X553' and
24756            '64B' and
24757            'IP4BASE' and
24758            'NDRPDR' and
24759            'IP4FWD' and
24760            not 'IPSEC' and
24761            not 'VHOST'"
24762   parameters:
24763   - "throughput"
24764   - "parent"
24765   - "tags"
24766   sort:
24767   - "IP4BASE"
24768   layout:
24769     title: "ip4-2n-dnv-x553-64b-base-pdr"
24770     layout: "plot-throughput-speedup-analysis"
24771
24772 ################################################################################
24773
24774 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
24775 - type: "plot"
24776   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24777   algorithm: "plot_throughput_speedup_analysis"
24778   output-file-type: ".html"
24779   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24780   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24781   filter: "'NIC_Intel-X520-DA2' and
24782            '64B' and
24783            'ENCAP' and
24784            'NDRPDR' and
24785            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24786            not 'DOT1Q' and
24787            not 'VHOST' and
24788            not 'IPSECHW'"
24789   parameters:
24790   - "throughput"
24791   - "parent"
24792   - "tags"
24793   sort:
24794   - "IP4BASE"
24795   - "L2BDMACLRN"
24796   - "L2XCFWD"
24797   - "LISP"
24798   layout:
24799     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
24800     layout: "plot-throughput-speedup-analysis"
24801
24802 - type: "plot"
24803   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24804   algorithm: "plot_throughput_speedup_analysis"
24805   output-file-type: ".html"
24806   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24807   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24808   filter: "'NIC_Intel-X520-DA2' and
24809            '64B' and
24810            'ENCAP' and
24811            'NDRPDR' and
24812            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24813            not 'DOT1Q' and
24814            not 'VHOST' and
24815            not 'IPSECHW'"
24816   parameters:
24817   - "throughput"
24818   - "parent"
24819   - "tags"
24820   sort:
24821   - "IP4BASE"
24822   - "L2BDMACLRN"
24823   - "L2XCFWD"
24824   - "LISP"
24825   layout:
24826     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
24827     layout: "plot-throughput-speedup-analysis"
24828
24829 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
24830 - type: "plot"
24831   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24832   algorithm: "plot_throughput_speedup_analysis"
24833   output-file-type: ".html"
24834   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24835   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24836   filter: "'NIC_Intel-X710' and
24837            '64B' and
24838            'ENCAP' and
24839            'NDRPDR' and
24840            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24841            not 'VHOST' and
24842            not 'IPSECHW'"
24843   parameters:
24844   - "throughput"
24845   - "parent"
24846   - "tags"
24847   sort:
24848   - "IP4BASE"
24849   - "LISP"
24850   - "VXLAN_1"
24851   - "VXLAN_10"
24852   - "VXLAN_100"
24853   - "VXLAN_1000"
24854   layout:
24855     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
24856     layout: "plot-throughput-speedup-analysis"
24857
24858 - type: "plot"
24859   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24860   algorithm: "plot_throughput_speedup_analysis"
24861   output-file-type: ".html"
24862   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24863   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24864   filter: "'NIC_Intel-X710' and
24865            '64B' and
24866            'ENCAP' and
24867            'NDRPDR' and
24868            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24869            not 'VHOST' and
24870            not 'IPSECHW'"
24871   parameters:
24872   - "throughput"
24873   - "parent"
24874   - "tags"
24875   sort:
24876   - "IP4BASE"
24877   - "LISP"
24878   - "VXLAN_1"
24879   - "VXLAN_10"
24880   - "VXLAN_100"
24881   - "VXLAN_1000"
24882   layout:
24883     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
24884     layout: "plot-throughput-speedup-analysis"
24885
24886 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
24887 - type: "plot"
24888   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24889   algorithm: "plot_throughput_speedup_analysis"
24890   output-file-type: ".html"
24891   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24892   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24893   filter: "'NIC_Intel-X710' and
24894            '64B' and
24895            'ENCAP' and
24896            'NDRPDR' and
24897            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
24898            not 'DOT1Q' and
24899            not 'VHOST' and
24900            not 'IPSECHW'"
24901   parameters:
24902   - "throughput"
24903   - "parent"
24904   - "tags"
24905   sort:
24906   - "IP4BASE"
24907   - "L2BDMACLRN"
24908   - "L2XCFWD"
24909   - "LISP"
24910   layout:
24911     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
24912     layout: "plot-throughput-speedup-analysis"
24913
24914 - type: "plot"
24915   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24916   algorithm: "plot_throughput_speedup_analysis"
24917   output-file-type: ".html"
24918   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24919   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24920   filter: "'NIC_Intel-X710' and
24921            '64B' and
24922            'ENCAP' and
24923            'NDRPDR' and
24924            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
24925            not 'DOT1Q' and
24926            not 'VHOST' and
24927            not 'IPSECHW'"
24928   parameters:
24929   - "throughput"
24930   - "parent"
24931   - "tags"
24932   sort:
24933   - "IP4BASE"
24934   - "L2BDMACLRN"
24935   - "L2XCFWD"
24936   - "LISP"
24937   layout:
24938     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
24939     layout: "plot-throughput-speedup-analysis"
24940
24941 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
24942 - type: "plot"
24943   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24944   algorithm: "plot_throughput_speedup_analysis"
24945   output-file-type: ".html"
24946   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24947   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24948   filter: "'NIC_Intel-X710' and
24949            '64B' and
24950            'ENCAP' and
24951            'NDRPDR' and
24952            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24953            not 'VHOST' and
24954            not 'IPSECHW'"
24955   parameters:
24956   - "throughput"
24957   - "parent"
24958   - "tags"
24959   sort:
24960   - "IP4BASE"
24961   - "LISP"
24962   - "VXLAN_1"
24963   - "VXLAN_10"
24964   - "VXLAN_100"
24965   - "VXLAN_1000"
24966   layout:
24967     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
24968     layout: "plot-throughput-speedup-analysis"
24969
24970 - type: "plot"
24971   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24972   algorithm: "plot_throughput_speedup_analysis"
24973   output-file-type: ".html"
24974   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24975   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24976   filter: "'NIC_Intel-X710' and
24977            '64B' and
24978            'ENCAP' and
24979            'NDRPDR' and
24980            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24981            not 'VHOST' and
24982            not 'IPSECHW'"
24983   parameters:
24984   - "throughput"
24985   - "parent"
24986   - "tags"
24987   sort:
24988   - "IP4BASE"
24989   - "LISP"
24990   - "VXLAN_1"
24991   - "VXLAN_10"
24992   - "VXLAN_100"
24993   - "VXLAN_1000"
24994   layout:
24995     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
24996     layout: "plot-throughput-speedup-analysis"
24997
24998 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
24999 - type: "plot"
25000   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25001   algorithm: "plot_throughput_speedup_analysis"
25002   output-file-type: ".html"
25003   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25004   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25005   filter: "'NIC_Intel-X710' and
25006            '64B' and
25007            'ENCAP' and
25008            'NDRPDR' and
25009            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25010            not 'DOT1Q' and
25011            not 'VHOST' and
25012            not 'IPSECHW'"
25013   parameters:
25014   - "throughput"
25015   - "parent"
25016   - "tags"
25017   sort:
25018   - "IP4BASE"
25019   - "L2BDMACLRN"
25020   - "L2XCFWD"
25021   - "LISP"
25022   layout:
25023     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
25024     layout: "plot-throughput-speedup-analysis"
25025
25026 - type: "plot"
25027   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25028   algorithm: "plot_throughput_speedup_analysis"
25029   output-file-type: ".html"
25030   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25031   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25032   filter: "'NIC_Intel-X710' and
25033            '64B' and
25034            'ENCAP' and
25035            'NDRPDR' and
25036            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25037            not 'DOT1Q' and
25038            not 'VHOST' and
25039            not 'IPSECHW'"
25040   parameters:
25041   - "throughput"
25042   - "parent"
25043   - "tags"
25044   sort:
25045   - "IP4BASE"
25046   - "L2BDMACLRN"
25047   - "L2XCFWD"
25048   - "LISP"
25049   layout:
25050     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
25051     layout: "plot-throughput-speedup-analysis"
25052
25053 ################################################################################
25054
25055 # Speedup - VPP IPv6 3n-hsw-x520
25056 - type: "plot"
25057   title: "Speedup: ip6-3n-hsw-x520-78b-base-ndr-tsa"
25058   algorithm: "plot_throughput_speedup_analysis"
25059   output-file-type: ".html"
25060   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-ndr-tsa"
25061   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25062   filter: "'NIC_Intel-X520-DA2' and
25063            '78B' and
25064            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25065            'NDRPDR' and
25066            'IP6FWD' and
25067            not 'SRv6' and
25068            not 'IPSEC' and
25069            not 'VHOST'"
25070   parameters:
25071   - "throughput"
25072   - "parent"
25073   - "tags"
25074   sort:
25075   - "IP6BASE"
25076   - "FIB_20K"
25077   - "FIB_200K"
25078   - "FIB_2M"
25079   layout:
25080     title: "ip6-3n-hsw-x520-78b-base-ndr"
25081     layout: "plot-throughput-speedup-analysis"
25082
25083 - type: "plot"
25084   title: "Speedup: ip6-3n-hsw-x520-78b-base-pdr-tsa"
25085   algorithm: "plot_throughput_speedup_analysis"
25086   output-file-type: ".html"
25087   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-pdr-tsa"
25088   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25089   filter: "'NIC_Intel-X520-DA2' and
25090            '78B' and
25091            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25092            'NDRPDR' and
25093            'IP6FWD' and
25094            not 'SRv6' and
25095            not 'IPSEC' and
25096            not 'VHOST'"
25097   parameters:
25098   - "throughput"
25099   - "parent"
25100   - "tags"
25101   sort:
25102   - "IP6BASE"
25103   - "FIB_20K"
25104   - "FIB_200K"
25105   - "FIB_2M"
25106   layout:
25107     title: "ip6-3n-hsw-x520-78b-base-pdr"
25108     layout: "plot-throughput-speedup-analysis"
25109
25110 # Speedup - VPP IPv6 3n-hsw-x710
25111 - type: "plot"
25112   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25113   algorithm: "plot_throughput_speedup_analysis"
25114   output-file-type: ".html"
25115   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25116   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25117   filter: "'NIC_Intel-X710' and
25118            '78B' and
25119            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25120            'NDRPDR' and
25121            'IP6FWD' and
25122            not 'SRv6' and
25123            not 'IPSEC' and
25124            not 'VHOST'"
25125   parameters:
25126   - "throughput"
25127   - "parent"
25128   - "tags"
25129   sort:
25130   - "IP6BASE"
25131   - "FIB_20K"
25132   - "FIB_200K"
25133   - "FIB_2M"
25134   layout:
25135     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
25136     layout: "plot-throughput-speedup-analysis"
25137
25138 - type: "plot"
25139   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25140   algorithm: "plot_throughput_speedup_analysis"
25141   output-file-type: ".html"
25142   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25143   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25144   filter: "'NIC_Intel-X710' and
25145            '78B' and
25146            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25147            'NDRPDR' and
25148            'IP6FWD' and
25149            not 'SRv6' and
25150            not 'IPSEC' and
25151            not 'VHOST'"
25152   parameters:
25153   - "throughput"
25154   - "parent"
25155   - "tags"
25156   sort:
25157   - "IP6BASE"
25158   - "FIB_20K"
25159   - "FIB_200K"
25160   - "FIB_2M"
25161   layout:
25162     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
25163     layout: "plot-throughput-speedup-analysis"
25164
25165 # Speedup - VPP IPv6 3n-hsw-x710 features
25166 - type: "plot"
25167   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25168   algorithm: "plot_throughput_speedup_analysis"
25169   output-file-type: ".html"
25170   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25171   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25172   filter: "'NIC_Intel-X710' and
25173            '78B' and
25174            ('IP6BASE' or
25175             'POLICE_MARK' or
25176             'COPWHLIST' or
25177             'IACLDST') and
25178            'NDRPDR' and
25179            'IP6FWD' and
25180            not 'SRv6' and
25181            not 'IPSEC' and
25182            not 'VHOST'"
25183   parameters:
25184   - "throughput"
25185   - "parent"
25186   - "tags"
25187   sort:
25188   - "IP6BASE"
25189   - "POLICE_MARK"
25190   - "COPWHLIST"
25191   - "IACLDST"
25192   layout:
25193     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
25194     layout: "plot-throughput-speedup-analysis"
25195
25196 - type: "plot"
25197   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25198   algorithm: "plot_throughput_speedup_analysis"
25199   output-file-type: ".html"
25200   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25201   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25202   filter: "'NIC_Intel-X710' and
25203            '78B' and
25204            ('IP6BASE' or
25205             'POLICE_MARK' or
25206             'COPWHLIST' or
25207             'IACLDST') and
25208            'NDRPDR' and
25209            'IP6FWD' and
25210            not 'SRv6' and
25211            not 'IPSEC' and
25212            not 'VHOST'"
25213   parameters:
25214   - "throughput"
25215   - "parent"
25216   - "tags"
25217   sort:
25218   - "IP6BASE"
25219   - "POLICE_MARK"
25220   - "COPWHLIST"
25221   - "IACLDST"
25222   layout:
25223     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
25224     layout: "plot-throughput-speedup-analysis"
25225
25226 # Speedup - VPP IPv6 3n-hsw-xl710
25227 - type: "plot"
25228   title: "Speedup: ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25229   algorithm: "plot_throughput_speedup_analysis"
25230   output-file-type: ".html"
25231   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25232   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25233   filter: "'NIC_Intel-XL710' and
25234            '78B' and
25235            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25236            'NDRPDR' and
25237            'IP6FWD' and
25238            not 'SRv6' and
25239            not 'IPSEC' and
25240            not 'VHOST'"
25241   parameters:
25242   - "throughput"
25243   - "parent"
25244   - "tags"
25245   sort:
25246   - "IP6BASE"
25247   - "FIB_20K"
25248   - "FIB_200K"
25249   - "FIB_2M"
25250   layout:
25251     title: "ip6-3n-hsw-xl710-78b-base-ndr"
25252     layout: "plot-throughput-speedup-analysis"
25253
25254 - type: "plot"
25255   title: "Speedup: ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25256   algorithm: "plot_throughput_speedup_analysis"
25257   output-file-type: ".html"
25258   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25259   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25260   filter: "'NIC_Intel-XL710' and
25261            '78B' and
25262            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25263            'NDRPDR' and
25264            'IP6FWD' and
25265            not 'SRv6' and
25266            not 'IPSEC' and
25267            not 'VHOST'"
25268   parameters:
25269   - "throughput"
25270   - "parent"
25271   - "tags"
25272   sort:
25273   - "IP6BASE"
25274   - "FIB_20K"
25275   - "FIB_200K"
25276   - "FIB_2M"
25277   layout:
25278     title: "ip6-3n-hsw-xl710-78b-base-pdr"
25279     layout: "plot-throughput-speedup-analysis"
25280
25281 # Speedup - VPP IPv6 3n-skx-x710
25282 - type: "plot"
25283   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25284   algorithm: "plot_throughput_speedup_analysis"
25285   output-file-type: ".html"
25286   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25287   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25288   filter: "'NIC_Intel-X710' and
25289            '78B' and
25290            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25291            'NDRPDR' and
25292            'IP6FWD' and
25293            not 'SRv6' and
25294            not 'IPSEC' and
25295            not 'VHOST'"
25296   parameters:
25297   - "throughput"
25298   - "parent"
25299   - "tags"
25300   sort:
25301   - "IP6BASE"
25302   - "FIB_20K"
25303   - "FIB_200K"
25304   - "FIB_2M"
25305   layout:
25306     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
25307     layout: "plot-throughput-speedup-analysis"
25308
25309 - type: "plot"
25310   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25311   algorithm: "plot_throughput_speedup_analysis"
25312   output-file-type: ".html"
25313   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25314   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25315   filter: "'NIC_Intel-X710' and
25316            '78B' and
25317            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25318            'NDRPDR' and
25319            'IP6FWD' and
25320            not 'SRv6' and
25321            not 'IPSEC' and
25322            not 'VHOST'"
25323   parameters:
25324   - "throughput"
25325   - "parent"
25326   - "tags"
25327   sort:
25328   - "IP6BASE"
25329   - "FIB_20K"
25330   - "FIB_200K"
25331   - "FIB_2M"
25332   layout:
25333     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
25334     layout: "plot-throughput-speedup-analysis"
25335
25336 # Speedup - VPP IPv6 3n-skx-x710 features
25337 - type: "plot"
25338   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25339   algorithm: "plot_throughput_speedup_analysis"
25340   output-file-type: ".html"
25341   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25342   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25343   filter: "'NIC_Intel-X710' and
25344            '78B' and
25345            ('IP6BASE' or
25346             'POLICE_MARK' or
25347             'COPWHLIST' or
25348             'IACLDST') and
25349            'NDRPDR' and
25350            'IP6FWD' and
25351            not 'SRv6' and
25352            not 'IPSEC' and
25353            not 'VHOST'"
25354   parameters:
25355   - "throughput"
25356   - "parent"
25357   - "tags"
25358   sort:
25359   - "IP6BASE"
25360   - "POLICE_MARK"
25361   - "COPWHLIST"
25362   - "IACLDST"
25363   layout:
25364     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
25365     layout: "plot-throughput-speedup-analysis"
25366
25367 - type: "plot"
25368   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25369   algorithm: "plot_throughput_speedup_analysis"
25370   output-file-type: ".html"
25371   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25372   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25373   filter: "'NIC_Intel-X710' and
25374            '78B' and
25375            ('IP6BASE' or
25376             'POLICE_MARK' or
25377             'COPWHLIST' or
25378             'IACLDST') and
25379            'NDRPDR' and
25380            'IP6FWD' and
25381            not 'SRv6' and
25382            not 'IPSEC' and
25383            not 'VHOST'"
25384   parameters:
25385   - "throughput"
25386   - "parent"
25387   - "tags"
25388   sort:
25389   - "IP6BASE"
25390   - "POLICE_MARK"
25391   - "COPWHLIST"
25392   - "IACLDST"
25393   layout:
25394     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
25395     layout: "plot-throughput-speedup-analysis"
25396
25397 # Speedup - VPP IPv6 3n-skx-xxv710
25398 - type: "plot"
25399   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25400   algorithm: "plot_throughput_speedup_analysis"
25401   output-file-type: ".html"
25402   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25403   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25404   filter: "'NIC_Intel-XXV710' and
25405            '78B' and
25406            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25407            'NDRPDR' and
25408            'IP6FWD' and
25409            not 'SRv6' and
25410            not 'IPSEC' and
25411            not 'VHOST'"
25412   parameters:
25413   - "throughput"
25414   - "parent"
25415   - "tags"
25416   sort:
25417   - "IP6BASE"
25418   - "FIB_20K"
25419   - "FIB_200K"
25420   - "FIB_2M"
25421   layout:
25422     title: "ip6-3n-skx-xxv710-78b-base_and_scale-ndr"
25423     layout: "plot-throughput-speedup-analysis"
25424
25425 - type: "plot"
25426   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25427   algorithm: "plot_throughput_speedup_analysis"
25428   output-file-type: ".html"
25429   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25431   filter: "'NIC_Intel-XXV710' and
25432            '78B' and
25433            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25434            'NDRPDR' and
25435            'IP6FWD' and
25436            not 'SRv6' and
25437            not 'IPSEC' and
25438            not 'VHOST'"
25439   parameters:
25440   - "throughput"
25441   - "parent"
25442   - "tags"
25443   sort:
25444   - "IP6BASE"
25445   - "FIB_20K"
25446   - "FIB_200K"
25447   - "FIB_2M"
25448   layout:
25449     title: "ip6-3n-skx-xxv710-78b-base_and_scale-pdr"
25450     layout: "plot-throughput-speedup-analysis"
25451
25452 # Speedup - VPP IPv6 2n-skx-x710
25453 - type: "plot"
25454   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25455   algorithm: "plot_throughput_speedup_analysis"
25456   output-file-type: ".html"
25457   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25458   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25459   filter: "'NIC_Intel-X710' and
25460            '78B' and
25461            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25462            'NDRPDR' and
25463            'IP6FWD' and
25464            not 'SRv6' and
25465            not 'IPSEC' and
25466            not 'VHOST'"
25467   parameters:
25468   - "throughput"
25469   - "parent"
25470   - "tags"
25471   sort:
25472   - "IP6BASE"
25473   - "FIB_20K"
25474   - "FIB_200K"
25475   - "FIB_2M"
25476   layout:
25477     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
25478     layout: "plot-throughput-speedup-analysis"
25479
25480 - type: "plot"
25481   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25482   algorithm: "plot_throughput_speedup_analysis"
25483   output-file-type: ".html"
25484   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25485   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25486   filter: "'NIC_Intel-X710' and
25487            '78B' and
25488            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25489            'NDRPDR' and
25490            'IP6FWD' and
25491            not 'SRv6' and
25492            not 'IPSEC' and
25493            not 'VHOST'"
25494   parameters:
25495   - "throughput"
25496   - "parent"
25497   - "tags"
25498   sort:
25499   - "IP6BASE"
25500   - "FIB_20K"
25501   - "FIB_200K"
25502   - "FIB_2M"
25503   layout:
25504     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
25505     layout: "plot-throughput-speedup-analysis"
25506
25507 # Speedup - VPP IPv6 2n-skx-xxv710
25508 - type: "plot"
25509   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25510   algorithm: "plot_throughput_speedup_analysis"
25511   output-file-type: ".html"
25512   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25513   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25514   filter: "'NIC_Intel-XXV710' and
25515            '78B' and
25516            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25517            'NDRPDR' and
25518            'IP6FWD' and
25519            not 'SRv6' and
25520            not 'IPSEC' and
25521            not 'VHOST'"
25522   parameters:
25523   - "throughput"
25524   - "parent"
25525   - "tags"
25526   sort:
25527   - "IP6BASE"
25528   - "FIB_20K"
25529   - "FIB_200K"
25530   - "FIB_2M"
25531   layout:
25532     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
25533     layout: "plot-throughput-speedup-analysis"
25534
25535 - type: "plot"
25536   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25537   algorithm: "plot_throughput_speedup_analysis"
25538   output-file-type: ".html"
25539   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25540   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25541   filter: "'NIC_Intel-XXV710' and
25542            '78B' and
25543            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25544            'NDRPDR' and
25545            'IP6FWD' and
25546            not 'SRv6' and
25547            not 'IPSEC' and
25548            not 'VHOST'"
25549   parameters:
25550   - "throughput"
25551   - "parent"
25552   - "tags"
25553   sort:
25554   - "IP6BASE"
25555   - "FIB_20K"
25556   - "FIB_200K"
25557   - "FIB_2M"
25558   layout:
25559     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
25560     layout: "plot-throughput-speedup-analysis"
25561
25562 # Speedup - VPP IPv6 2n-dnv-x553 base
25563 - type: "plot"
25564   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
25565   algorithm: "plot_throughput_speedup_analysis"
25566   output-file-type: ".html"
25567   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
25568   data: "intel-dnv-vpp"
25569   filter: "'NIC_Intel-X553' and
25570            '78B' and
25571            'IP6BASE' and
25572            'NDRPDR' and
25573            'IP6FWD' and
25574            not 'SRv6' and
25575            not 'IPSEC' and
25576            not 'VHOST'"
25577   parameters:
25578   - "throughput"
25579   - "parent"
25580   - "tags"
25581   sort:
25582   - "IP6BASE"
25583   layout:
25584     title: "ip6-2n-dnv-x553-78b-base-ndr"
25585     layout: "plot-throughput-speedup-analysis"
25586
25587 - type: "plot"
25588   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
25589   algorithm: "plot_throughput_speedup_analysis"
25590   output-file-type: ".html"
25591   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
25592   data: "intel-dnv-vpp"
25593   filter: "'NIC_Intel-X553' and
25594            '78B' and
25595            'IP6BASE' and
25596            'NDRPDR' and
25597            'IP6FWD' and
25598            not 'SRv6' and
25599            not 'IPSEC' and
25600            not 'VHOST'"
25601   parameters:
25602   - "throughput"
25603   - "parent"
25604   - "tags"
25605   sort:
25606   - "IP6BASE"
25607   layout:
25608     title: "ip6-2n-dnv-x553-78b-base-pdr"
25609     layout: "plot-throughput-speedup-analysis"
25610
25611 ################################################################################
25612
25613 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
25614 - type: "plot"
25615   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25616   algorithm: "plot_throughput_speedup_analysis"
25617   output-file-type: ".html"
25618   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25619   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25620   filter: "'NIC_Intel-X520-DA2' and
25621            '78B' and
25622            'ENCAP' and
25623            'NDRPDR' and
25624            'LISP' and
25625            not 'VHOST'"
25626   parameters:
25627   - "throughput"
25628   - "parent"
25629   - "tags"
25630   sort:
25631   - "IP4UNRLAY"
25632   - "IP6UNRLAY"
25633   layout:
25634     title: "ip6tun-3n-hsw-x520-78b-base-ndr"
25635     layout: "plot-throughput-speedup-analysis"
25636
25637 - type: "plot"
25638   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25639   algorithm: "plot_throughput_speedup_analysis"
25640   output-file-type: ".html"
25641   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25642   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25643   filter: "'NIC_Intel-X520-DA2' and
25644            '78B' and
25645            'ENCAP' and
25646            'NDRPDR' and
25647            'LISP' and
25648            not 'VHOST'"
25649   parameters:
25650   - "throughput"
25651   - "parent"
25652   - "tags"
25653   sort:
25654   - "IP4UNRLAY"
25655   - "IP6UNRLAY"
25656   layout:
25657     title: "ip6tun-3n-hsw-x520-78b-base-pdr"
25658     layout: "plot-throughput-speedup-analysis"
25659
25660 ################################################################################
25661
25662 # Speedup - VPP IPSec 3n-hsw-xl710 base
25663 - type: "plot"
25664   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25665   algorithm: "plot_throughput_speedup_analysis"
25666   output-file-type: ".html"
25667   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25668   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25669   filter: "'NIC_Intel-XL710' and
25670            '64B' and
25671            'IP4FWD' and
25672            'NDRPDR' and
25673            'BASE' and
25674            'IPSECHW' and
25675            ('IPSECTRAN' or 'IPSECTUN') and
25676            not 'VHOST'"
25677   parameters:
25678   - "throughput"
25679   - "parent"
25680   - "tags"
25681   layout:
25682     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
25683     layout: "plot-throughput-speedup-analysis"
25684
25685 - type: "plot"
25686   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25687   algorithm: "plot_throughput_speedup_analysis"
25688   output-file-type: ".html"
25689   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25690   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25691   filter: "'NIC_Intel-XL710' and
25692            '64B' and
25693            'IP4FWD' and
25694            'NDRPDR' and
25695            'BASE' and
25696            'IPSECHW' and
25697            ('IPSECTRAN' or 'IPSECTUN') and
25698            not 'VHOST'"
25699   parameters:
25700   - "throughput"
25701   - "parent"
25702   - "tags"
25703   layout:
25704     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
25705     layout: "plot-throughput-speedup-analysis"
25706
25707 # Speedup - VPP IPSec 3n-hsw-xl710 scale
25708 - type: "plot"
25709   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25710   algorithm: "plot_throughput_speedup_analysis"
25711   output-file-type: ".html"
25712   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25713   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25714   filter: "'NIC_Intel-XL710' and
25715            '64B' and
25716            'IP4FWD' and
25717            'NDRPDR' and
25718            'SCALE' and
25719            'IPSECHW' and
25720            ('IPSECTRAN' or 'IPSECTUN') and
25721            not 'VHOST'"
25722   parameters:
25723   - "throughput"
25724   - "parent"
25725   - "tags"
25726   layout:
25727     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
25728     layout: "plot-throughput-speedup-analysis"
25729
25730 - type: "plot"
25731   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25732   algorithm: "plot_throughput_speedup_analysis"
25733   output-file-type: ".html"
25734   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25735   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25736   filter: "'NIC_Intel-XL710' and
25737            '64B' and
25738            'IP4FWD' and
25739            'NDRPDR' and
25740            'SCALE' and
25741            'IPSECHW' and
25742            ('IPSECTRAN' or 'IPSECTUN') and
25743            not 'VHOST'"
25744   parameters:
25745   - "throughput"
25746   - "parent"
25747   - "tags"
25748   layout:
25749     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
25750     layout: "plot-throughput-speedup-analysis"
25751
25752 # Speedup - VPP IPSec 3n-hsw-xl710 sw
25753 - type: "plot"
25754   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25755   algorithm: "plot_throughput_speedup_analysis"
25756   output-file-type: ".html"
25757   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25758   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25759   filter: "'NIC_Intel-XL710' and
25760            '64B' and
25761            'IP4FWD' and
25762            'NDRPDR' and
25763            'IPSECSW' and
25764            ('IPSECTRAN' or 'IPSECTUN') and
25765            not 'VHOST'"
25766   parameters:
25767   - "throughput"
25768   - "parent"
25769   - "tags"
25770   layout:
25771     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
25772     layout: "plot-throughput-speedup-analysis"
25773
25774 - type: "plot"
25775   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25776   algorithm: "plot_throughput_speedup_analysis"
25777   output-file-type: ".html"
25778   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25779   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25780   filter: "'NIC_Intel-XL710' and
25781            '64B' and
25782            'IP4FWD' and
25783            'NDRPDR' and
25784            'IPSECSW' and
25785            ('IPSECTRAN' or 'IPSECTUN') and
25786            not 'VHOST'"
25787   parameters:
25788   - "throughput"
25789   - "parent"
25790   - "tags"
25791   layout:
25792     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
25793     layout: "plot-throughput-speedup-analysis"
25794
25795 ################################################################################
25796
25797 # Speedup - VPP SRv6 3n-hsw-x520
25798 - type: "plot"
25799   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
25800   algorithm: "plot_throughput_speedup_analysis"
25801   output-file-type: ".html"
25802   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
25803   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25804   filter: "'NIC_Intel-X520-DA2' and
25805            '78B' and
25806            'FEATURE' and
25807            'NDRPDR' and
25808            'IP6FWD' and
25809            'SRv6'"
25810   parameters:
25811   - "throughput"
25812   - "parent"
25813   - "tags"
25814   layout:
25815     title: "srv6-3n-hsw-x520-78b-features-ndr"
25816     layout: "plot-throughput-speedup-analysis"
25817
25818 - type: "plot"
25819   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
25820   algorithm: "plot_throughput_speedup_analysis"
25821   output-file-type: ".html"
25822   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
25823   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25824   filter: "'NIC_Intel-X520-DA2' and
25825            '78B' and
25826            'FEATURE' and
25827            'NDRPDR' and
25828            'IP6FWD' and
25829            'SRv6'"
25830   parameters:
25831   - "throughput"
25832   - "parent"
25833   - "tags"
25834   layout:
25835     title: "srv6-3n-hsw-x520-78b-features-pdr"
25836     layout: "plot-throughput-speedup-analysis"
25837
25838 ################################################################################
25839
25840 # Speedup - VPP L2 3n-hsw-x520 base and scale
25841 - type: "plot"
25842   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25843   algorithm: "plot_throughput_speedup_analysis"
25844   output-file-type: ".html"
25845   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25846   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25847   filter: "'NIC_Intel-X520-DA2' and
25848            '64B' and
25849            ('BASE' or 'SCALE') and
25850            'NDRPDR' and
25851            'ETH' and
25852            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25853            not 'VHOST' and
25854            not 'MEMIF'"
25855   parameters:
25856   - "throughput"
25857   - "parent"
25858   - "tags"
25859   sort:
25860   - "L2XCFWD"
25861   - "L2PATCH"
25862   - "L2BDMACLRN"
25863   - "FIB_10K"
25864   - "FIB_100K"
25865   - "FIB_1M"
25866   layout:
25867     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
25868     layout: "plot-throughput-speedup-analysis"
25869
25870 - type: "plot"
25871   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25872   algorithm: "plot_throughput_speedup_analysis"
25873   output-file-type: ".html"
25874   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25875   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25876   filter: "'NIC_Intel-X520-DA2' and
25877            '64B' and
25878            ('BASE' or 'SCALE') and
25879            'NDRPDR' and
25880            'ETH' and
25881            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25882            not 'VHOST' and
25883            not 'MEMIF'"
25884   parameters:
25885   - "throughput"
25886   - "parent"
25887   - "tags"
25888   sort:
25889   - "L2XCFWD"
25890   - "L2PATCH"
25891   - "L2BDMACLRN"
25892   - "FIB_10K"
25893   - "FIB_100K"
25894   - "FIB_1M"
25895   layout:
25896     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
25897     layout: "plot-throughput-speedup-analysis"
25898
25899 # Speedup - VPP L2 3n-hsw-x520 features
25900 - type: "plot"
25901   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25902   algorithm: "plot_throughput_speedup_analysis"
25903   output-file-type: ".html"
25904   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25905   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25906   filter: "'NIC_Intel-X520-DA2' and
25907            '64B' and
25908            'NDRPDR' and
25909            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25910            not 'ACL' and
25911            not 'VHOST' and
25912            not 'MEMIF'"
25913   parameters:
25914   - "throughput"
25915   - "parent"
25916   - "tags"
25917   sort:
25918   - "L2XCBASE"    # l2xcbase
25919   - "L2BDBASE"    # l2bdbase
25920   - "L2XCFWD"     # dot1q-l2xcbase
25921   - "L2BDMACLRN"  # dot1q-l2bdbase
25922   layout:
25923     title: "l2sw-3n-hsw-x520-64b-features-ndr"
25924     layout: "plot-throughput-speedup-analysis"
25925
25926 - type: "plot"
25927   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
25928   algorithm: "plot_throughput_speedup_analysis"
25929   output-file-type: ".html"
25930   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
25931   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25932   filter: "'NIC_Intel-X520-DA2' and
25933            '64B' and
25934            'NDRPDR' and
25935            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25936            not 'ACL' and
25937            not 'VHOST' and
25938            not 'MEMIF'"
25939   parameters:
25940   - "throughput"
25941   - "parent"
25942   - "tags"
25943   sort:
25944   - "L2XCBASE"    # l2xcbase
25945   - "L2BDBASE"    # l2bdbase
25946   - "L2XCFWD"     # dot1q-l2xcbase
25947   - "L2BDMACLRN"  # dot1q-l2bdbase
25948   layout:
25949     title: "l2sw-3n-hsw-x520-64b-features-pdr"
25950     layout: "plot-throughput-speedup-analysis"
25951
25952 # Speedup - VPP L2 3n-hsw-x520 features-iacl
25953 - type: "plot"
25954   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
25955   algorithm: "plot_throughput_speedup_analysis"
25956   output-file-type: ".html"
25957   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
25958   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25959   filter: "'NIC_Intel-X520-DA2' and
25960            'NDRPDR' and
25961            '64B' and
25962            'FEATURE' and
25963            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25964            'IACL' and
25965            ('ACL1' or 'ACL50') and
25966            ('10K_FLOWS' or '10k_FLOWS') and
25967            not 'MACIP' and
25968            not 'VHOST' and
25969            not 'MEMIF'"
25970   parameters:
25971   - "throughput"
25972   - "parent"
25973   - "tags"
25974   layout:
25975     title: "l2sw-3n-hsw-x520-64b-features-iacl-ndr"
25976     layout: "plot-throughput-speedup-analysis"
25977
25978 - type: "plot"
25979   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
25980   algorithm: "plot_throughput_speedup_analysis"
25981   output-file-type: ".html"
25982   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
25983   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25984   filter: "'NIC_Intel-X520-DA2' and
25985            'NDRPDR' and
25986            '64B' and
25987            'FEATURE' and
25988            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25989            'IACL' and
25990            ('ACL1' or 'ACL50') and
25991            ('10K_FLOWS' or '10k_FLOWS') and
25992            not 'MACIP' and
25993            not 'VHOST' and
25994            not 'MEMIF'"
25995   parameters:
25996   - "throughput"
25997   - "parent"
25998   - "tags"
25999   layout:
26000     title: "l2sw-3n-hsw-x520-64b-features-iacl-pdr"
26001     layout: "plot-throughput-speedup-analysis"
26002
26003 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26004 - type: "plot"
26005   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26006   algorithm: "plot_throughput_speedup_analysis"
26007   output-file-type: ".html"
26008   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26009   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26010   filter: "'NIC_Intel-X520-DA2' and
26011            'NDRPDR' and
26012            '64B' and
26013            'FEATURE' and
26014            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26015            'OACL' and
26016            ('ACL1' or 'ACL50') and
26017            ('10K_FLOWS' or '10k_FLOWS') and
26018            not 'MACIP' and
26019            not 'VHOST' and
26020            not 'MEMIF'"
26021   parameters:
26022   - "throughput"
26023   - "parent"
26024   - "tags"
26025   layout:
26026     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26027     layout: "plot-throughput-speedup-analysis"
26028
26029 - type: "plot"
26030   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26031   algorithm: "plot_throughput_speedup_analysis"
26032   output-file-type: ".html"
26033   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26034   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26035   filter: "'NIC_Intel-X520-DA2' and
26036            'NDRPDR' and
26037            '64B' and
26038            'FEATURE' and
26039            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26040            'OACL' and
26041            ('ACL1' or 'ACL50') and
26042            ('10K_FLOWS' or '10k_FLOWS') and
26043            not 'MACIP' and
26044            not 'VHOST' and
26045            not 'MEMIF'"
26046   parameters:
26047   - "throughput"
26048   - "parent"
26049   - "tags"
26050   layout:
26051     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26052     layout: "plot-throughput-speedup-analysis"
26053
26054 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26055 - type: "plot"
26056   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-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-oacl-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            'OACL' 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-oacl-ndr"
26078     layout: "plot-throughput-speedup-analysis"
26079
26080 - type: "plot"
26081   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-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-oacl-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            'OACL' 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-oacl-pdr"
26103     layout: "plot-throughput-speedup-analysis"
26104
26105 # Speedup - VPP L2 3n-hsw-x520 features-macip
26106 - type: "plot"
26107   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-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-macip-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            'MACIP' and
26118            ('ACL1' or 'ACL50') and
26119            ('10K_FLOWS' or '10k_FLOWS') and
26120            not 'VHOST' and
26121            not 'MEMIF'"
26122   parameters:
26123   - "throughput"
26124   - "parent"
26125   - "tags"
26126   layout:
26127     title: "l2sw-3n-hsw-x520-64b-features-macip-ndr"
26128     layout: "plot-throughput-speedup-analysis"
26129
26130 - type: "plot"
26131   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26132   algorithm: "plot_throughput_speedup_analysis"
26133   output-file-type: ".html"
26134   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26135   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26136   filter: "'NIC_Intel-X520-DA2' and
26137            'NDRPDR' and
26138            '64B' and
26139            'FEATURE' and
26140            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26141            'MACIP' and
26142            ('ACL1' or 'ACL50') and
26143            ('10K_FLOWS' or '10k_FLOWS') and
26144            not 'VHOST' and
26145            not 'MEMIF'"
26146   parameters:
26147   - "throughput"
26148   - "parent"
26149   - "tags"
26150   layout:
26151     title: "l2sw-3n-hsw-x520-64b-features-macip-pdr"
26152     layout: "plot-throughput-speedup-analysis"
26153
26154 # Speedup - VPP L2 3n-hsw-x710 base and scale
26155 - type: "plot"
26156   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26157   algorithm: "plot_throughput_speedup_analysis"
26158   output-file-type: ".html"
26159   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26160   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26161   filter: "'NIC_Intel-X710' and
26162            '64B' and
26163            ('BASE' or 'SCALE') and
26164            'NDRPDR' and
26165            'ETH' and
26166            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26167            not 'VHOST' and
26168            not 'MEMIF' and
26169            not 'DRV_AVF'"
26170   parameters:
26171   - "throughput"
26172   - "parent"
26173   - "tags"
26174   sort:
26175   - "L2PATCH"
26176   - "L2XCFWD"
26177   - "L2BDMACLRN"
26178   - "FIB_10K"
26179   - "FIB_100K"
26180   - "FIB_1M"
26181   layout:
26182     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
26183     layout: "plot-throughput-speedup-analysis"
26184
26185 - type: "plot"
26186   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26187   algorithm: "plot_throughput_speedup_analysis"
26188   output-file-type: ".html"
26189   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26190   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26191   filter: "'NIC_Intel-X710' and
26192            '64B' and
26193            ('BASE' or 'SCALE') and
26194            'NDRPDR' and
26195            'ETH' and
26196            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26197            not 'VHOST' and
26198            not 'MEMIF' and
26199            not 'DRV_AVF'"
26200   parameters:
26201   - "throughput"
26202   - "parent"
26203   - "tags"
26204   sort:
26205   - "L2PATCH"
26206   - "L2XCFWD"
26207   - "L2BDMACLRN"
26208   - "FIB_10K"
26209   - "FIB_100K"
26210   - "FIB_1M"
26211   layout:
26212     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
26213     layout: "plot-throughput-speedup-analysis"
26214
26215 # Speedup - VPP L2 3n-hsw-x710 features
26216 - type: "plot"
26217   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26218   algorithm: "plot_throughput_speedup_analysis"
26219   output-file-type: ".html"
26220   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26221   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26222   filter: "'NIC_Intel-X710' and
26223            '64B' and
26224            'NDRPDR' and
26225            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26226            not 'ACL' and
26227            not 'VHOST' and
26228            not 'L2OVRLAY' and
26229            not 'MEMIF'"
26230   parameters:
26231   - "throughput"
26232   - "parent"
26233   - "tags"
26234   sort:
26235   - "L2XCBASE"    # l2xcbase
26236   - "L2BDBASE"    # l2bdbase
26237   - "L2XCFWD"     # dot1q-l2xcbase
26238   - "L2BDMACLRN"  # dot1q-l2bdbase
26239   layout:
26240     title: "l2sw-3n-hsw-x710-64b-features-ndr"
26241     layout: "plot-throughput-speedup-analysis"
26242
26243 - type: "plot"
26244   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26245   algorithm: "plot_throughput_speedup_analysis"
26246   output-file-type: ".html"
26247   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26248   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26249   filter: "'NIC_Intel-X710' and
26250            '64B' and
26251            'NDRPDR' and
26252            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26253            not 'ACL' and
26254            not 'VHOST' and
26255            not 'L2OVRLAY' and
26256            not 'MEMIF'"
26257   parameters:
26258   - "throughput"
26259   - "parent"
26260   - "tags"
26261   sort:
26262   - "L2XCBASE"    # l2xcbase
26263   - "L2BDBASE"    # l2bdbase
26264   - "L2XCFWD"     # dot1q-l2xcbase
26265   - "L2BDMACLRN"  # dot1q-l2bdbase
26266   layout:
26267     title: "l2sw-3n-hsw-x710-64b-features-pdr"
26268     layout: "plot-throughput-speedup-analysis"
26269
26270 # Speedup - VPP L2 3n-hsw-x710 features-iacl
26271 - type: "plot"
26272   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26273   algorithm: "plot_throughput_speedup_analysis"
26274   output-file-type: ".html"
26275   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26276   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26277   filter: "'NIC_Intel-X710' and
26278            'NDRPDR' and
26279            '64B' and
26280            'FEATURE' and
26281            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26282            'IACL' and
26283            ('ACL1' or 'ACL50') and
26284            ('10K_FLOWS' or '10k_FLOWS') and
26285            not 'MACIP' and
26286            not 'VHOST' and
26287            not 'MEMIF'"
26288   parameters:
26289   - "throughput"
26290   - "parent"
26291   - "tags"
26292   layout:
26293     title: "l2sw-3n-hsw-x710-64b-features-iacl-ndr"
26294     layout: "plot-throughput-speedup-analysis"
26295
26296 - type: "plot"
26297   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26298   algorithm: "plot_throughput_speedup_analysis"
26299   output-file-type: ".html"
26300   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26301   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26302   filter: "'NIC_Intel-X710' and
26303            'NDRPDR' and
26304            '64B' and
26305            'FEATURE' and
26306            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26307            'IACL' and
26308            ('ACL1' or 'ACL50') and
26309            ('10K_FLOWS' or '10k_FLOWS') and
26310            not 'MACIP' and
26311            not 'VHOST' and
26312            not 'MEMIF'"
26313   parameters:
26314   - "throughput"
26315   - "parent"
26316   - "tags"
26317   layout:
26318     title: "l2sw-3n-hsw-x710-64b-features-iacl-pdr"
26319     layout: "plot-throughput-speedup-analysis"
26320
26321 # Speedup - VPP L2 3n-hsw-xl710 base and scale
26322 - type: "plot"
26323   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26324   algorithm: "plot_throughput_speedup_analysis"
26325   output-file-type: ".html"
26326   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26327   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26328   filter: "'NIC_Intel-XL710' and
26329            '64B' and
26330            'BASE' and
26331            'NDRPDR' and
26332            'ETH' and
26333            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26334            not 'VHOST' and
26335            not 'MEMIF'"
26336   parameters:
26337   - "throughput"
26338   - "parent"
26339   - "tags"
26340   sort:
26341   - "L2PATCH"
26342   - "L2XCFWD"
26343   - "L2BDMACLRN"
26344   layout:
26345     title: "l2sw-3n-hsw-xl710-64b-base-ndr"
26346     layout: "plot-throughput-speedup-analysis"
26347
26348 - type: "plot"
26349   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26350   algorithm: "plot_throughput_speedup_analysis"
26351   output-file-type: ".html"
26352   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26353   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26354   filter: "'NIC_Intel-XL710' and
26355            '64B' and
26356            'BASE' and
26357            'NDRPDR' and
26358            'ETH' and
26359            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26360            not 'VHOST' and
26361            not 'MEMIF'"
26362   parameters:
26363   - "throughput"
26364   - "parent"
26365   - "tags"
26366   sort:
26367   - "L2PATCH"
26368   - "L2XCFWD"
26369   - "L2BDMACLRN"
26370   layout:
26371     title: "l2sw-3n-hsw-xl710-64b-base-pdr"
26372     layout: "plot-throughput-speedup-analysis"
26373
26374 # Speedup - VPP L2 3n-skx-x710 base and scale
26375 - type: "plot"
26376   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26377   algorithm: "plot_throughput_speedup_analysis"
26378   output-file-type: ".html"
26379   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26380   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26381   filter: "'NIC_Intel-X710' and
26382            '64B' and
26383            ('BASE' or 'SCALE') and
26384            'NDRPDR' and
26385            'ETH' and
26386            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26387            not 'VHOST' and
26388            not 'DRV_AVF' and
26389            not 'MEMIF'"
26390   parameters:
26391   - "throughput"
26392   - "parent"
26393   - "tags"
26394   sort:
26395   - "L2PATCH"
26396   - "L2XCBASE"
26397   - "BASE"
26398   - "FIB_10K"
26399   - "FIB_100K"
26400   - "FIB_1M"
26401   layout:
26402     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
26403     layout: "plot-throughput-speedup-analysis"
26404
26405 - type: "plot"
26406   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26407   algorithm: "plot_throughput_speedup_analysis"
26408   output-file-type: ".html"
26409   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26410   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26411   filter: "'NIC_Intel-X710' and
26412            '64B' and
26413            ('BASE' or 'SCALE') and
26414            'NDRPDR' and
26415            'ETH' and
26416            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26417            not 'VHOST' and
26418            not 'DRV_AVF' and
26419            not 'MEMIF'"
26420   parameters:
26421   - "throughput"
26422   - "parent"
26423   - "tags"
26424   sort:
26425   - "L2PATCH"
26426   - "L2XCBASE"
26427   - "BASE"
26428   - "FIB_10K"
26429   - "FIB_100K"
26430   - "FIB_1M"
26431   layout:
26432     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
26433     layout: "plot-throughput-speedup-analysis"
26434
26435 # Speedup - VPP L2 3n-skx-x710 features
26436 - type: "plot"
26437   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
26438   algorithm: "plot_throughput_speedup_analysis"
26439   output-file-type: ".html"
26440   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
26441   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26442   filter: "'NIC_Intel-X710' and
26443            '64B' and
26444            'NDRPDR' and
26445            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26446            not 'ACL' and
26447            not 'VHOST' and
26448            not 'DRV_AVF' and
26449            not 'L2OVRLAY' and
26450            not 'MEMIF'"
26451   parameters:
26452   - "throughput"
26453   - "parent"
26454   - "tags"
26455   sort:
26456   - "L2XCBASE"    # l2xcbase
26457   - "L2BDBASE"    # l2bdbase
26458   - "L2XCFWD"     # dot1q-l2xcbase
26459   - "L2BDMACLRN"  # dot1q-l2bdbase
26460   layout:
26461     title: "l2sw-3n-skx-x710-64b-features-ndr"
26462     layout: "plot-throughput-speedup-analysis"
26463
26464 - type: "plot"
26465   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
26466   algorithm: "plot_throughput_speedup_analysis"
26467   output-file-type: ".html"
26468   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
26469   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26470   filter: "'NIC_Intel-X710' and
26471            '64B' and
26472            'NDRPDR' and
26473            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26474            not 'ACL' and
26475            not 'VHOST' and
26476            not 'DRV_AVF' and
26477            not 'L2OVRLAY' and
26478            not 'MEMIF'"
26479   parameters:
26480   - "throughput"
26481   - "parent"
26482   - "tags"
26483   sort:
26484   - "L2XCBASE"    # l2xcbase
26485   - "L2BDBASE"    # l2bdbase
26486   - "L2XCFWD"     # dot1q-l2xcbase
26487   - "L2BDMACLRN"  # dot1q-l2bdbase
26488   layout:
26489     title: "l2sw-3n-skx-x710-64b-features-pdr"
26490     layout: "plot-throughput-speedup-analysis"
26491
26492 # Speedup - VPP L2 3n-skx-x710 features-iacl
26493 - type: "plot"
26494   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26495   algorithm: "plot_throughput_speedup_analysis"
26496   output-file-type: ".html"
26497   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26498   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26499   filter: "'NIC_Intel-X710' and
26500            'NDRPDR' and
26501            '64B' and
26502            'FEATURE' and
26503            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26504            'IACL' and
26505            ('ACL1' or 'ACL50') and
26506            ('10K_FLOWS' or '10k_FLOWS') and
26507            not 'MACIP' and
26508            not 'VHOST' and
26509            not 'MEMIF'"
26510   parameters:
26511   - "throughput"
26512   - "parent"
26513   - "tags"
26514   layout:
26515     title: "l2sw-3n-skx-x710-64b-features-iacl-ndr"
26516     layout: "plot-throughput-speedup-analysis"
26517
26518 - type: "plot"
26519   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26520   algorithm: "plot_throughput_speedup_analysis"
26521   output-file-type: ".html"
26522   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26523   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26524   filter: "'NIC_Intel-X710' and
26525            'NDRPDR' and
26526            '64B' and
26527            'FEATURE' and
26528            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26529            'IACL' and
26530            ('ACL1' or 'ACL50') and
26531            ('10K_FLOWS' or '10k_FLOWS') and
26532            not 'MACIP' and
26533            not 'VHOST' and
26534            not 'MEMIF'"
26535   parameters:
26536   - "throughput"
26537   - "parent"
26538   - "tags"
26539   layout:
26540     title: "l2sw-3n-skx-x710-64b-features-iacl-pdr"
26541     layout: "plot-throughput-speedup-analysis"
26542
26543 # Speedup - VPP L2 3n-skx-xxv710 base and scale
26544 - type: "plot"
26545   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26546   algorithm: "plot_throughput_speedup_analysis"
26547   output-file-type: ".html"
26548   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26549   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26550   filter: "'NIC_Intel-XXV710' and
26551            '64B' and
26552            ('BASE' or 'SCALE') and
26553            'NDRPDR' and
26554            'ETH' and
26555            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26556            not 'DRV_AVF' and
26557            not 'VHOST' and
26558            not 'MEMIF'"
26559   parameters:
26560   - "throughput"
26561   - "parent"
26562   - "tags"
26563 #  sort:
26564 #  - "L2PATCH"
26565 #  - "L2PATCH"
26566 #  - "L2XCBASE"
26567 #  - "L2BDMACLRN"
26568   layout:
26569     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
26570     layout: "plot-throughput-speedup-analysis"
26571
26572 - type: "plot"
26573   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26574   algorithm: "plot_throughput_speedup_analysis"
26575   output-file-type: ".html"
26576   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26577   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26578   filter: "'NIC_Intel-XXV710' and
26579            '64B' and
26580            ('BASE' or 'SCALE') and
26581            'NDRPDR' and
26582            'ETH' and
26583            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26584            not 'DRV_AVF' and
26585            not 'VHOST' and
26586            not 'MEMIF'"
26587   parameters:
26588   - "throughput"
26589   - "parent"
26590   - "tags"
26591 #  sort:
26592 #  - "L2PATCH"
26593 #  - "L2PATCH"
26594 #  - "L2XCBASE"
26595 #  - "L2BDMACLRN"
26596   layout:
26597     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
26598     layout: "plot-throughput-speedup-analysis"
26599
26600 # Speedup - VPP L2 2n-skx-x710 base and scale
26601 - type: "plot"
26602   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26603   algorithm: "plot_throughput_speedup_analysis"
26604   output-file-type: ".html"
26605   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26606   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26607   filter: "'NIC_Intel-X710' and
26608            '64B' and
26609            ('BASE' or 'SCALE') and
26610            'NDRPDR' and
26611            'ETH' and
26612            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26613            not 'VHOST' and
26614            not 'MEMIF'"
26615   parameters:
26616   - "throughput"
26617   - "parent"
26618   - "tags"
26619   sort:
26620   - "L2PATCH"
26621   - "L2XCBASE"
26622   - "BASE"
26623   - "FIB_10K"
26624   - "FIB_100K"
26625   - "FIB_1M"
26626   layout:
26627     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
26628     layout: "plot-throughput-speedup-analysis"
26629
26630 - type: "plot"
26631   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26632   algorithm: "plot_throughput_speedup_analysis"
26633   output-file-type: ".html"
26634   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26635   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26636   filter: "'NIC_Intel-X710' and
26637            '64B' and
26638            ('BASE' or 'SCALE') and
26639            'NDRPDR' and
26640            'ETH' and
26641            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26642            not 'VHOST' and
26643            not 'MEMIF'"
26644   parameters:
26645   - "throughput"
26646   - "parent"
26647   - "tags"
26648   sort:
26649   - "L2PATCH"
26650   - "L2XCBASE"
26651   - "BASE"
26652   - "FIB_10K"
26653   - "FIB_100K"
26654   - "FIB_1M"
26655   layout:
26656     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
26657     layout: "plot-throughput-speedup-analysis"
26658
26659 # Speedup - VPP L2 2n-skx-xxv710 base and scale
26660 - type: "plot"
26661   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26662   algorithm: "plot_throughput_speedup_analysis"
26663   output-file-type: ".html"
26664   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26665   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26666   filter: "'NIC_Intel-XXV710' and
26667            '64B' and
26668            ('BASE' or 'SCALE') and
26669            'NDRPDR' and
26670            'ETH' and
26671            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26672            not 'VHOST' and
26673            not 'MEMIF'"
26674   parameters:
26675   - "throughput"
26676   - "parent"
26677   - "tags"
26678   sort:
26679   - "L2PATCH"
26680   - "L2XCBASE"
26681   - "BASE"
26682   - "FIB_10K"
26683   - "FIB_100K"
26684   - "FIB_1M"
26685   layout:
26686     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
26687     layout: "plot-throughput-speedup-analysis"
26688
26689 - type: "plot"
26690   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26691   algorithm: "plot_throughput_speedup_analysis"
26692   output-file-type: ".html"
26693   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26694   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26695   filter: "'NIC_Intel-XXV710' and
26696            '64B' and
26697            ('BASE' or 'SCALE') and
26698            'NDRPDR' and
26699            'ETH' and
26700            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26701            not 'VHOST' and
26702            not 'MEMIF'"
26703   parameters:
26704   - "throughput"
26705   - "parent"
26706   - "tags"
26707   sort:
26708   - "L2PATCH"
26709   - "L2XCBASE"
26710   - "BASE"
26711   - "FIB_10K"
26712   - "FIB_100K"
26713   - "FIB_1M"
26714   layout:
26715     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
26716     layout: "plot-throughput-speedup-analysis"
26717
26718 # Speedup - VPP L2 2n-dnv-x553 base
26719 - type: "plot"
26720   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26721   algorithm: "plot_throughput_speedup_analysis"
26722   output-file-type: ".html"
26723   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26724   data: "intel-dnv-vpp"
26725   filter: "'NIC_Intel-X553' and
26726            '64B' and
26727            ('BASE' or 'SCALE') and
26728            'NDRPDR' and
26729            'ETH' and
26730            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26731            not 'VHOST' and
26732            not 'MEMIF'"
26733   parameters:
26734   - "throughput"
26735   - "parent"
26736   - "tags"
26737   sort:
26738   - "L2XCBASE"
26739   - "L2BDMACLRN"
26740   - "L2PATCH"
26741   layout:
26742     title: "l2sw-2n-dnv-x553-64b-base-ndr"
26743     layout: "plot-throughput-speedup-analysis"
26744
26745 - type: "plot"
26746   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26747   algorithm: "plot_throughput_speedup_analysis"
26748   output-file-type: ".html"
26749   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26750   data: "intel-dnv-vpp"
26751   filter: "'NIC_Intel-X553' and
26752            '64B' and
26753            ('BASE' or 'SCALE') and
26754            'NDRPDR' and
26755            'ETH' and
26756            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26757            not 'VHOST' and
26758            not 'MEMIF'"
26759   parameters:
26760   - "throughput"
26761   - "parent"
26762   - "tags"
26763   sort:
26764   - "L2XCBASE"
26765   - "L2BDMACLRN"
26766   - "L2PATCH"
26767   layout:
26768     title: "l2sw-2n-dnv-x553-64b-base-pdr"
26769     layout: "plot-throughput-speedup-analysis"
26770
26771 ################################################################################
26772
26773 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
26774 - type: "plot"
26775   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26776   algorithm: "plot_throughput_speedup_analysis"
26777   output-file-type: ".html"
26778   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26779   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26780   filter: "'NIC_Intel-X520-DA2' and
26781            '64B' and
26782            'NDRPDR' and
26783            'ETH' and
26784            'IP4FWD' and
26785            'VHOST_1024' and
26786            not 'VXLAN' and
26787            not 'DOT1Q'"
26788   parameters:
26789   - "throughput"
26790   - "parent"
26791   - "tags"
26792   sort:
26793   - "not CFS_OPT"
26794   - "1VM"
26795   - "2VM"
26796   layout:
26797     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
26798     layout: "plot-throughput-speedup-analysis"
26799
26800 - type: "plot"
26801   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26802   algorithm: "plot_throughput_speedup_analysis"
26803   output-file-type: ".html"
26804   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26805   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26806   filter: "'NIC_Intel-X520-DA2' and
26807            '64B' and
26808            'NDRPDR' and
26809            'ETH' and
26810            'IP4FWD' and
26811            'VHOST_1024' and
26812            not 'VXLAN' and
26813            not 'DOT1Q'"
26814   parameters:
26815   - "throughput"
26816   - "parent"
26817   - "tags"
26818   sort:
26819   - "not CFS_OPT"
26820   - "1VM"
26821   - "2VM"
26822   layout:
26823     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
26824     layout: "plot-throughput-speedup-analysis"
26825
26826 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
26827 - type: "plot"
26828   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26829   algorithm: "plot_throughput_speedup_analysis"
26830   output-file-type: ".html"
26831   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26832   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26833   filter: "'NIC_Intel-X520-DA2' and
26834            '64B' and
26835            'NDRPDR' and
26836            ('ETH' or 'DOT1Q') and
26837            'BASE' and
26838            ('L2BDMACLRN' or 'L2XCFWD') and
26839            'VHOST_1024' and
26840            not 'VXLAN' and
26841            not 'IP4FWD' and
26842            not '2VM'"
26843   parameters:
26844   - "throughput"
26845   - "parent"
26846   - "tags"
26847   sort:
26848   - "L2BDMACLRN"
26849   - "L2BDMACLRN"
26850   - "L2BDMACLRN"
26851   - "L2XCFWD"
26852   - "L2XCFWD"
26853   - "L2XCFWD"
26854   layout:
26855     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr"
26856     layout: "plot-throughput-speedup-analysis"
26857
26858 - type: "plot"
26859   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26860   algorithm: "plot_throughput_speedup_analysis"
26861   output-file-type: ".html"
26862   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26863   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26864   filter: "'NIC_Intel-X520-DA2' and
26865            '64B' and
26866            'NDRPDR' and
26867            ('ETH' or 'DOT1Q') and
26868            'BASE' and
26869            ('L2BDMACLRN' or 'L2XCFWD') and
26870            'VHOST_1024' and
26871            not 'VXLAN' and
26872            not 'IP4FWD' and
26873            not '2VM'"
26874   parameters:
26875   - "throughput"
26876   - "parent"
26877   - "tags"
26878   sort:
26879   - "L2BDMACLRN"
26880   - "L2BDMACLRN"
26881   - "L2BDMACLRN"
26882   - "L2XCFWD"
26883   - "L2XCFWD"
26884   - "L2XCFWD"
26885   layout:
26886     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr"
26887     layout: "plot-throughput-speedup-analysis"
26888
26889 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
26890 - type: "plot"
26891   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26892   algorithm: "plot_throughput_speedup_analysis"
26893   output-file-type: ".html"
26894   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26895   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26896   filter: "'NIC_Intel-X520-DA2' and
26897            '64B' and
26898            'NDRPDR' and
26899            ('ETH' or 'DOT1Q') and
26900            ('L2BDMACLRN' or 'L2XCFWD') and
26901            'VHOST_1024' and
26902            not 'CFS_OPT' and
26903            not 'DOT1Q' and
26904            not 'VXLAN' and
26905            not 'IP4FWD' and
26906            not 'LBOND'"
26907   parameters:
26908   - "throughput"
26909   - "parent"
26910   - "tags"
26911 #  sort:
26912 #  - "1VM"
26913 #  - "L2XCFWD"
26914 #  - "1VM"
26915 #  - "L2BDMACLRN"
26916   layout:
26917     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
26918     layout: "plot-throughput-speedup-analysis"
26919
26920 - type: "plot"
26921   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
26922   algorithm: "plot_throughput_speedup_analysis"
26923   output-file-type: ".html"
26924   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
26925   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26926   filter: "'NIC_Intel-X520-DA2' and
26927            '64B' and
26928            'NDRPDR' and
26929            ('ETH' or 'DOT1Q') and
26930            ('L2BDMACLRN' or 'L2XCFWD') and
26931            'VHOST_1024' and
26932            not 'CFS_OPT' and
26933            not 'DOT1Q' and
26934            not 'VXLAN' and
26935            not 'IP4FWD' and
26936            not 'LBOND'"
26937   parameters:
26938   - "throughput"
26939   - "parent"
26940   - "tags"
26941 #  sort:
26942 #  - "1VM"
26943 #  - "L2XCFWD"
26944 #  - "1VM"
26945 #  - "L2BDMACLRN"
26946   layout:
26947     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
26948     layout: "plot-throughput-speedup-analysis"
26949
26950 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
26951 - type: "plot"
26952   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26953   algorithm: "plot_throughput_speedup_analysis"
26954   output-file-type: ".html"
26955   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26956   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26957   filter: "'NIC_Intel-X710' and
26958            '64B' and
26959            'NDRPDR' and
26960            'ETH' and
26961            'IP4FWD' and
26962            'VHOST_1024' and
26963            not 'VXLAN' and
26964            not 'CFS_OPT' and
26965            not 'DOT1Q'"
26966   parameters:
26967   - "throughput"
26968   - "parent"
26969   - "tags"
26970   sort:
26971   - "1VM"
26972   - "2VM"
26973   layout:
26974     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
26975     layout: "plot-throughput-speedup-analysis"
26976
26977 - type: "plot"
26978   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26979   algorithm: "plot_throughput_speedup_analysis"
26980   output-file-type: ".html"
26981   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26982   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26983   filter: "'NIC_Intel-X710' and
26984            '64B' and
26985            'NDRPDR' and
26986            'ETH' and
26987            'IP4FWD' and
26988            'VHOST_1024' and
26989            not 'VXLAN' and
26990            not 'CFS_OPT' and
26991            not 'DOT1Q'"
26992   parameters:
26993   - "throughput"
26994   - "parent"
26995   - "tags"
26996   sort:
26997   - "1VM"
26998   - "2VM"
26999   layout:
27000     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
27001     layout: "plot-throughput-speedup-analysis"
27002
27003 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
27004 - type: "plot"
27005   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27006   algorithm: "plot_throughput_speedup_analysis"
27007   output-file-type: ".html"
27008   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27009   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27010   filter: "'NIC_Intel-X710' and
27011            '64B' and
27012            'NDRPDR' and
27013            ('ETH' or 'DOT1Q') and
27014            'BASE' and
27015            ('L2BDMACLRN' or 'L2XCFWD') and
27016            'VHOST_1024' and
27017            not 'VXLAN' and
27018            not 'IP4FWD' and
27019            not '2VM'"
27020   parameters:
27021   - "throughput"
27022   - "parent"
27023   - "tags"
27024   sort:
27025   - "L2BDMACLRN"
27026   - "L2BDMACLRN"
27027   - "L2BDMACLRN"
27028   - "L2XCFWD"
27029   - "L2XCFWD"
27030   - "L2XCFWD"
27031   layout:
27032     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr"
27033     layout: "plot-throughput-speedup-analysis"
27034
27035 - type: "plot"
27036   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27037   algorithm: "plot_throughput_speedup_analysis"
27038   output-file-type: ".html"
27039   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27040   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27041   filter: "'NIC_Intel-X710' and
27042            '64B' and
27043            'NDRPDR' and
27044            ('ETH' or 'DOT1Q') and
27045            'BASE' and
27046            ('L2BDMACLRN' or 'L2XCFWD') and
27047            'VHOST_1024' and
27048            not 'VXLAN' and
27049            not 'IP4FWD' and
27050            not '2VM'"
27051   parameters:
27052   - "throughput"
27053   - "parent"
27054   - "tags"
27055   sort:
27056   - "L2BDMACLRN"
27057   - "L2BDMACLRN"
27058   - "L2BDMACLRN"
27059   - "L2XCFWD"
27060   - "L2XCFWD"
27061   - "L2XCFWD"
27062   layout:
27063     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr"
27064     layout: "plot-throughput-speedup-analysis"
27065
27066 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
27067 - type: "plot"
27068   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27069   algorithm: "plot_throughput_speedup_analysis"
27070   output-file-type: ".html"
27071   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27072   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27073   filter: "'NIC_Intel-X710' and
27074            '64B' and
27075            'NDRPDR' and
27076            ('ETH' or 'DOT1Q') and
27077            ('L2BDMACLRN' or 'L2XCFWD') and
27078            'VHOST_1024' and
27079            not 'CFS_OPT' and
27080            not 'VXLAN' and
27081            not 'IP4FWD' and
27082            not 'LBOND'"
27083   parameters:
27084   - "throughput"
27085   - "parent"
27086   - "tags"
27087   sort:
27088   - "L2BDMACLRN"
27089   - "L2BDMACLRN"
27090   - "L2BDMACLRN"
27091   - "L2XCFWD"
27092   - "L2XCFWD"
27093   - "L2XCFWD"
27094   layout:
27095     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr"
27096     layout: "plot-throughput-speedup-analysis"
27097
27098 - type: "plot"
27099   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27100   algorithm: "plot_throughput_speedup_analysis"
27101   output-file-type: ".html"
27102   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27103   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27104   filter: "'NIC_Intel-X710' and
27105            '64B' and
27106            'NDRPDR' and
27107            ('ETH' or 'DOT1Q') and
27108            ('L2BDMACLRN' or 'L2XCFWD') and
27109            'VHOST_1024' and
27110            not 'CFS_OPT' and
27111            not 'VXLAN' and
27112            not 'IP4FWD' and
27113            not 'LBOND'"
27114   parameters:
27115   - "throughput"
27116   - "parent"
27117   - "tags"
27118   sort:
27119   - "L2BDMACLRN"
27120   - "L2BDMACLRN"
27121   - "L2BDMACLRN"
27122   - "L2XCFWD"
27123   - "L2XCFWD"
27124   - "L2XCFWD"
27125   layout:
27126     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr"
27127     layout: "plot-throughput-speedup-analysis"
27128
27129 # Packet Speedup - VPP vhost ip4 3n-skx-x710
27130 - type: "plot"
27131   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27132   algorithm: "plot_throughput_speedup_analysis"
27133   output-file-type: ".html"
27134   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27135   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27136   filter: "'NIC_Intel-X710' and
27137            '64B' and
27138            'NDRPDR' and
27139            'ETH' and
27140            'IP4FWD' and
27141            'VHOST_1024' and
27142            not 'VXLAN' and
27143            not 'DOT1Q'"
27144   parameters:
27145   - "throughput"
27146   - "parent"
27147   - "tags"
27148   sort:
27149   - "1VM"
27150   - "2VM"
27151   layout:
27152     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
27153     layout: "plot-throughput-speedup-analysis"
27154
27155 - type: "plot"
27156   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27157   algorithm: "plot_throughput_speedup_analysis"
27158   output-file-type: ".html"
27159   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27160   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27161   filter: "'NIC_Intel-X710' and
27162            '64B' and
27163            'NDRPDR' and
27164            'ETH' and
27165            'IP4FWD' and
27166            'VHOST_1024' and
27167            not 'VXLAN' and
27168            not 'DOT1Q'"
27169   parameters:
27170   - "throughput"
27171   - "parent"
27172   - "tags"
27173   sort:
27174   - "1VM"
27175   - "2VM"
27176   layout:
27177     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
27178     layout: "plot-throughput-speedup-analysis"
27179
27180 # Packet Speedup - VPP vhost ip4 2n-skx-x710
27181 - type: "plot"
27182   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27183   algorithm: "plot_throughput_speedup_analysis"
27184   output-file-type: ".html"
27185   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27186   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27187   filter: "'NIC_Intel-X710' and
27188            '64B' and
27189            'NDRPDR' and
27190            'ETH' and
27191            'IP4FWD' and
27192            'VHOST_1024' and
27193            not 'VXLAN' and
27194            not 'NF_DENSITY' and
27195            not 'CFS_OPT' and
27196            not 'DOT1Q'"
27197   parameters:
27198   - "throughput"
27199   - "parent"
27200   - "tags"
27201   sort:
27202   - "1VM"
27203   - "2VM"
27204   layout:
27205     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
27206     layout: "plot-throughput-speedup-analysis"
27207
27208 - type: "plot"
27209   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27210   algorithm: "plot_throughput_speedup_analysis"
27211   output-file-type: ".html"
27212   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27213   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27214   filter: "'NIC_Intel-X710' and
27215            '64B' and
27216            'NDRPDR' and
27217            'ETH' and
27218            'IP4FWD' and
27219            'VHOST_1024' and
27220            not 'VXLAN' and
27221            not 'NF_DENSITY' and
27222            not 'CFS_OPT' and
27223            not 'DOT1Q'"
27224   parameters:
27225   - "throughput"
27226   - "parent"
27227   - "tags"
27228   sort:
27229   - "1VM"
27230   - "2VM"
27231   layout:
27232     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
27233     layout: "plot-throughput-speedup-analysis"
27234
27235 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
27236 - type: "plot"
27237   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27238   algorithm: "plot_throughput_speedup_analysis"
27239   output-file-type: ".html"
27240   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27241   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27242   filter: "'NIC_Intel-X710' and
27243            '64B' and
27244            'NDRPDR' and
27245            ('ETH' or 'DOT1Q') and
27246            'BASE' and
27247            ('L2BDMACLRN' or 'L2XCFWD') and
27248            'VHOST_1024' and
27249            not 'VXLAN' and
27250            not 'NF_DENSITY' and
27251            not 'IP4FWD' and
27252            not '2VM'"
27253   parameters:
27254   - "throughput"
27255   - "parent"
27256   - "tags"
27257 #  sort:
27258 #  - "not CFS_OPT"
27259 #  - "L2XCFWD"
27260 #  - "not CFS_OPT"
27261 #  - "CFS_OPT"
27262   layout:
27263     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr"
27264     layout: "plot-throughput-speedup-analysis"
27265
27266 - type: "plot"
27267   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27268   algorithm: "plot_throughput_speedup_analysis"
27269   output-file-type: ".html"
27270   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27271   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27272   filter: "'NIC_Intel-X710' and
27273            '64B' and
27274            'NDRPDR' and
27275            ('ETH' or 'DOT1Q') and
27276            'BASE' and
27277            ('L2BDMACLRN' or 'L2XCFWD') and
27278            'VHOST_1024' and
27279            not 'VXLAN' and
27280            not 'NF_DENSITY' and
27281            not 'IP4FWD' and
27282            not '2VM'"
27283   parameters:
27284   - "throughput"
27285   - "parent"
27286   - "tags"
27287 #  sort:
27288 #  - "not CFS_OPT"
27289 #  - "L2XCFWD"
27290 #  - "not CFS_OPT"
27291 #  - "CFS_OPT"
27292   layout:
27293     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr"
27294     layout: "plot-throughput-speedup-analysis"
27295
27296 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
27297 - type: "plot"
27298   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27299   algorithm: "plot_throughput_speedup_analysis"
27300   output-file-type: ".html"
27301   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27302   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27303   filter: "'NIC_Intel-X710' and
27304            '64B' and
27305            'NDRPDR' and
27306            ('ETH' or 'DOT1Q') and
27307            ('L2BDMACLRN' or 'L2XCFWD') and
27308            'VHOST_1024' and
27309            not 'CFS_OPT' and
27310            not 'VXLAN' and
27311            not 'NF_DENSITY' and
27312            not 'DOT1Q' and
27313            not 'IP4FWD'"
27314   parameters:
27315   - "throughput"
27316   - "parent"
27317   - "tags"
27318 #  sort:
27319 #  - "1VM"
27320 #  - "L2XCFWD"
27321 #  - "1VM"
27322 #  - "L2BDMACLRN"
27323   layout:
27324     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
27325     layout: "plot-throughput-speedup-analysis"
27326
27327 - type: "plot"
27328   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27329   algorithm: "plot_throughput_speedup_analysis"
27330   output-file-type: ".html"
27331   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27332   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27333   filter: "'NIC_Intel-X710' and
27334            '64B' and
27335            'NDRPDR' and
27336            ('ETH' or 'DOT1Q') and
27337            ('L2BDMACLRN' or 'L2XCFWD') and
27338            'VHOST_1024' and
27339            not 'CFS_OPT' and
27340            not 'VXLAN' and
27341            not 'NF_DENSITY' and
27342            not 'DOT1Q' and
27343            not 'IP4FWD'"
27344   parameters:
27345   - "throughput"
27346   - "parent"
27347   - "tags"
27348 #  sort:
27349 #  - "1VM"
27350 #  - "L2XCFWD"
27351 #  - "1VM"
27352 #  - "L2BDMACLRN"
27353   layout:
27354     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
27355     layout: "plot-throughput-speedup-analysis"
27356
27357 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
27358 - type: "plot"
27359   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27360   algorithm: "plot_throughput_speedup_analysis"
27361   output-file-type: ".html"
27362   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27363   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27364   filter: "'NIC_Intel-XXV710' and
27365            '64B' and
27366            'NDRPDR' and
27367            'ETH' and
27368            'IP4FWD' and
27369            'VHOST_1024' and
27370            not 'VXLAN' and
27371            not 'CFS_OPT' and
27372            not 'DOT1Q'"
27373   parameters:
27374   - "throughput"
27375   - "parent"
27376   - "tags"
27377   sort:
27378   - "not CFS_OPT"
27379   - "1VM"
27380   - "2VM"
27381   layout:
27382     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
27383     layout: "plot-throughput-speedup-analysis"
27384
27385 - type: "plot"
27386   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27387   algorithm: "plot_throughput_speedup_analysis"
27388   output-file-type: ".html"
27389   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27390   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27391   filter: "'NIC_Intel-XXV710' and
27392            '64B' and
27393            'NDRPDR' and
27394            'ETH' and
27395            'IP4FWD' and
27396            'VHOST_1024' and
27397            not 'VXLAN' and
27398            not 'CFS_OPT' and
27399            not 'DOT1Q'"
27400   parameters:
27401   - "throughput"
27402   - "parent"
27403   - "tags"
27404   sort:
27405   - "not CFS_OPT"
27406   - "1VM"
27407   - "2VM"
27408   layout:
27409     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
27410     layout: "plot-throughput-speedup-analysis"
27411
27412 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
27413 #- type: "plot"
27414 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27415 #  algorithm: "plot_throughput_speedup_analysis"
27416 #  output-file-type: ".html"
27417 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27418 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27419 #  filter: "'NIC_Intel-XXV710' and
27420 #           '64B' and
27421 #           'NDRPDR' and
27422 #           ('ETH' or 'DOT1Q') and
27423 #           'BASE' and
27424 #           ('L2BDMACLRN' or 'L2XCFWD') and
27425 #           'VHOST_1024' and
27426 #           not 'VXLAN' and
27427 #           not 'IP4FWD' and
27428 #           not '2VM'"
27429 #  parameters:
27430 #  - "throughput"
27431 #  - "parent"
27432 #  - "tags"
27433 ##  sort:
27434 ##  - "not CFS_OPT"
27435 ##  - "L2XCFWD"
27436 ##  - "not CFS_OPT"
27437 ##  - "CFS_OPT"
27438 #  layout:
27439 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr"
27440 #    layout: "plot-throughput-speedup-analysis"
27441 #
27442 #- type: "plot"
27443 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27444 #  algorithm: "plot_throughput_speedup_analysis"
27445 #  output-file-type: ".html"
27446 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27447 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27448 #  filter: "'NIC_Intel-XXV710' and
27449 #           '64B' and
27450 #           'NDRPDR' and
27451 #           ('ETH' or 'DOT1Q') and
27452 #           'BASE' and
27453 #           ('L2BDMACLRN' or 'L2XCFWD') and
27454 #           'VHOST_1024' and
27455 #           not 'VXLAN' and
27456 #           not 'IP4FWD' and
27457 #           not '2VM'"
27458 #  parameters:
27459 #  - "throughput"
27460 #  - "parent"
27461 #  - "tags"
27462 ##  sort:
27463 ##  - "not CFS_OPT"
27464 ##  - "L2XCFWD"
27465 ##  - "not CFS_OPT"
27466 ##  - "CFS_OPT"
27467 #  layout:
27468 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr"
27469 #    layout: "plot-throughput-speedup-analysis"
27470 #
27471 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
27472 #- type: "plot"
27473 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27474 #  algorithm: "plot_throughput_speedup_analysis"
27475 #  output-file-type: ".html"
27476 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27477 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27478 #  filter: "'NIC_Intel-XXV710' and
27479 #           '64B' and
27480 #           'NDRPDR' and
27481 #           ('ETH' or 'DOT1Q') and
27482 #           ('L2BDMACLRN' or 'L2XCFWD') and
27483 #           'VHOST_1024' and
27484 #           not 'CFS_OPT' and
27485 #           not 'VXLAN' and
27486 #           not 'DOT1Q' and
27487 #           not 'IP4FWD'"
27488 #  parameters:
27489 #  - "throughput"
27490 #  - "parent"
27491 #  - "tags"
27492 ##  sort:
27493 ##  - "1VM"
27494 ##  - "L2XCFWD"
27495 ##  - "1VM"
27496 ##  - "L2BDMACLRN"
27497 #  layout:
27498 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
27499 #    layout: "plot-throughput-speedup-analysis"
27500 #
27501 #- type: "plot"
27502 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27503 #  algorithm: "plot_throughput_speedup_analysis"
27504 #  output-file-type: ".html"
27505 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27506 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27507 #  filter: "'NIC_Intel-XXV710' and
27508 #           '64B' and
27509 #           'NDRPDR' and
27510 #           ('ETH' or 'DOT1Q') and
27511 #           ('L2BDMACLRN' or 'L2XCFWD') and
27512 #           'VHOST_1024' and
27513 #           not 'CFS_OPT' and
27514 #           not 'VXLAN' and
27515 #           not 'DOT1Q' and
27516 #           not 'IP4FWD'"
27517 #  parameters:
27518 #  - "throughput"
27519 #  - "parent"
27520 #  - "tags"
27521 ##  sort:
27522 ##  - "1VM"
27523 ##  - "L2XCFWD"
27524 ##  - "1VM"
27525 ##  - "L2BDMACLRN"
27526 #  layout:
27527 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
27528 #    layout: "plot-throughput-speedup-analysis"
27529
27530 ################################################################################
27531
27532 # Speedup - VPP vts 3n-hsw-x520
27533 - type: "plot"
27534   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27535   algorithm: "plot_throughput_speedup_analysis"
27536   output-file-type: ".html"
27537   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27538   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27539   filter: "'NIC_Intel-X520-DA2' and
27540            '114B' and
27541            'NDRPDR' and
27542            'VTS'"
27543   parameters:
27544   - "throughput"
27545   - "parent"
27546   - "tags"
27547   layout:
27548     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
27549     layout: "plot-throughput-speedup-analysis"
27550
27551 - type: "plot"
27552   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27553   algorithm: "plot_throughput_speedup_analysis"
27554   output-file-type: ".html"
27555   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27556   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27557   filter: "'NIC_Intel-X520-DA2' and
27558            '114B' and
27559            'NDRPDR' and
27560            'VTS'"
27561   parameters:
27562   - "throughput"
27563   - "parent"
27564   - "tags"
27565   layout:
27566     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27567     layout: "plot-throughput-speedup-analysis"