0f01ac59f389d79be58f6dcf481c3f31827a564f
[csit.git] / resources / tools / presentation / specification.yaml
1 -
2   type: "environment"
3
4   paths:
5     # Top level directories:
6     ## Working directory
7     DIR[WORKING]: "_tmp"
8     ## Build directories
9     DIR[BUILD,HTML]: "_build"
10     DIR[BUILD,LATEX]: "_build_latex"
11
12     # Static .rst files
13     DIR[RST]: "../../../docs/report"
14
15     # Working directories
16     ## Input data files (.zip, .xml)
17     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
18     ## Static source files from git
19     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
20     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
21
22     # Static html content
23     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
24     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
25     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
26     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
27
28     # Detailed test results
29     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
30     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
31     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
32     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
33     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
37     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
38     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
39     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
40     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
41     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
42     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
43     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
44     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
45     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
46     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
47     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
48     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
49
50     # Detailed test configurations
51     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
52     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
53     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
54     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
55     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
56     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
57     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
58     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
59     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
60     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
61     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
62     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
63
64     # Detailed tests operational data
65     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
66     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
67     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
68     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
69     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
70
71     # .css patch file to fix tables generated by Sphinx
72     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
73     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
74
75   urls:
76     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
77     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
78     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/1810/robot-plugin.zip"
79     # URL[VIRL,DNV]: "http://download.it/from/nexus"
80     URL[NEXUS]: "https://docs.fd.io/csit"
81     DIR[NEXUS]: "report/_static/archive"
82
83   make-dirs:
84   # List the directories which are created while preparing the environment.
85   # All directories MUST be defined in "paths" section.
86   - "DIR[WORKING,DATA]"
87   - "DIR[STATIC,VPP]"
88   - "DIR[STATIC,DPDK]"
89   - "DIR[STATIC,ARCH]"
90   - "DIR[BUILD,LATEX]"
91   - "DIR[WORKING,SRC]"
92   - "DIR[WORKING,SRC,STATIC]"
93
94   remove-dirs:
95   # List the directories which are deleted while cleaning the environment.
96   # All directories MUST be defined in "paths" section.
97   #- "DIR[BUILD,HTML]"
98   - "DIR[WORKING,DATA]"
99
100   build-dirs:
101   # List the directories where the results (build) is stored.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[BUILD,HTML]"
104   - "DIR[BUILD,LATEX]"
105
106 -
107   type: "configuration"
108
109   limits:
110     nic:
111       x520: 24460000
112       x553: 29761905
113       x710: 35800000
114       xxv710: 35800000
115       xl710: 35800000
116
117     link:
118       10ge: 14880952.38
119       25ge: 37202380.95
120       40ge: 59523809.52
121       100ge: 148809523.81
122
123     pci:
124       pci-g3-x8: 74404761.90
125       pci-g3-x16: 148809523.81
126
127   data-sets:
128
129     ###########################################################################
130     # Plots:
131
132     # 3n-hsw
133
134     plot-vpp-throughput-latency-3n-hsw:
135       csit-vpp-perf-verify-1901-3n-hsw:
136         - 10  # NDRPDR sel
137         - 19  # NDRPDR sel
138         - 31  # NDRPDR sel
139         - 36  # NDRPDR sel
140         - 40  # NDRPDR sel
141         - 42  # NDRPDR sel
142         - 44  # NDRPDR sel
143         - 46  # NDRPDR sel
144         - 47  # NDRPDR sel
145         - 48  # NDRPDR sel
146
147     plot-throughput-speedup-analysis-3n-hsw:
148       csit-vpp-perf-verify-1901-3n-hsw:
149         - 10  # NDRPDR sel
150         - 19  # NDRPDR sel
151         - 31  # NDRPDR sel
152         - 36  # NDRPDR sel
153         - 40  # NDRPDR sel
154         - 42  # NDRPDR sel
155         - 44  # NDRPDR sel
156         - 46  # NDRPDR sel
157         - 47  # NDRPDR sel
158         - 48  # NDRPDR sel
159
160     plot-vpp-http-server-performance:
161       # TODO: Replace with new data
162       # csit-vpp-perf-verify-1901-3n-hsw:
163       csit-vpp-perf-verify-1810-3n-hsw:
164         - 28  # WRK
165         - 29  # WRK
166         - 30  # WRK
167         - 31  # WRK
168         - 32  # WRK
169         - 33  # WRK
170         - 34  # WRK
171         - 35  # WRK
172         - 36  # WRK
173         - 37  # WRK
174
175     plot-ligato-throughput-latency-3n-hsw:
176       csit-ligato-perf-verify-1901-3n-hsw:
177         - 8   # NDRPDR sel
178         - 9   # NDRPDR sel
179         - 11  # NDRPDR sel
180         - 12  # NDRPDR sel
181         - 13  # NDRPDR sel
182         - 14  # NDRPDR sel
183         - 15  # NDRPDR sel
184         - 16  # NDRPDR sel
185         - 17  # NDRPDR sel
186         - 18  # NDRPDR sel
187
188     plot-ligato-throughput-speedup-analysis-3n-hsw:
189       csit-ligato-perf-verify-1901-3n-hsw:
190         - 8   # NDRPDR sel
191         - 9   # NDRPDR sel
192         - 11  # NDRPDR sel
193         - 12  # NDRPDR sel
194         - 13  # NDRPDR sel
195         - 14  # NDRPDR sel
196         - 15  # NDRPDR sel
197         - 16  # NDRPDR sel
198         - 17  # NDRPDR sel
199         - 18  # NDRPDR sel
200
201     plot-dpdk-throughput-latency-3n-hsw:
202       csit-dpdk-perf-verify-1901-3n-hsw:
203         - 13  # NDRPDR sel
204         - 14  # NDRPDR sel
205         - 16  # NDRPDR sel
206         - 17  # NDRPDR sel
207         - 18  # NDRPDR sel
208         - 19  # NDRPDR sel
209         - 20  # NDRPDR sel
210         - 21  # NDRPDR sel
211         - 22  # NDRPDR sel
212         - 23  # NDRPDR sel
213
214     # 3n-skx
215
216     plot-vpp-throughput-latency-3n-skx:
217       csit-vpp-perf-verify-1901-3n-skx:
218         - 18  # NDRPDR sel
219         - 19  # NDRPDR sel
220         - 20  # NDRPDR sel
221         - 28  # NDRPDR sel
222         - 31  # NDRPDR sel
223         - 33  # NDRPDR sel
224         - 36  # NDRPDR sel
225         - 38  # NDRPDR sel
226         - 47  # NDRPDR sel
227         - 48  # NDRPDR sel
228
229     plot-throughput-speedup-analysis-3n-skx:
230       csit-vpp-perf-verify-1901-3n-skx:
231         - 18  # NDRPDR sel
232         - 19  # NDRPDR sel
233         - 20  # NDRPDR sel
234         - 28  # NDRPDR sel
235         - 31  # NDRPDR sel
236         - 33  # NDRPDR sel
237         - 36  # NDRPDR sel
238         - 38  # NDRPDR sel
239         - 47  # NDRPDR sel
240         - 48  # NDRPDR sel
241
242     plot-dpdk-throughput-latency-3n-skx:
243       csit-dpdk-perf-verify-1901-3n-skx:
244         - 3   # NDRPDR sel
245         - 5   # NDRPDR sel
246         - 6   # NDRPDR sel
247         - 7   # NDRPDR sel
248         - 8   # NDRPDR sel
249         - 9   # NDRPDR sel
250         - 10  # NDRPDR sel
251         - 11  # NDRPDR sel
252         - 12  # NDRPDR sel
253         - 13  # NDRPDR sel
254
255     # 2n-skx
256
257     plot-vpp-throughput-latency-2n-skx:
258       csit-vpp-perf-verify-1901-2n-skx:
259         - 5   # NDRPDR sel
260         - 12  # NDRPDR sel
261         - 13  # NDRPDR sel
262         - 21  # NDRPDR sel
263         - 23  # NDRPDR sel
264         - 31  # NDRPDR sel
265         - 34  # NDRPDR sel
266         - 40  # NDRPDR sel
267         - 42  # NDRPDR sel
268         - 43  # NDRPDR sel
269
270     plot-throughput-speedup-analysis-2n-skx:
271       csit-vpp-perf-verify-1901-2n-skx:
272         - 5   # NDRPDR sel
273         - 12  # NDRPDR sel
274         - 13  # NDRPDR sel
275         - 21  # NDRPDR sel
276         - 23  # NDRPDR sel
277         - 31  # NDRPDR sel
278         - 34  # NDRPDR sel
279         - 40  # NDRPDR sel
280         - 42  # NDRPDR sel
281         - 43  # NDRPDR sel
282
283     plot-vpp-soak-2n-skx:
284       csit-vpp-perf-verify-1901-2n-skx:
285         - 45  # SOAK sel
286
287     plot-vpp-nfv-2n-skx:
288       # TODO: Add new data
289       csit-vpp-perf-verify-1901-2n-skx:
290         - 28  # NFV NDRPDR
291         - 29  # NFV NDRPDR
292         - 32  # NFV NDRPDR
293         - 39  # NFV NDRPDR
294         - 46  # NFV NDRPDR
295
296     plot-vpp-nfv-2n-skx-mrr:
297       # TODO: Add new data
298       csit-vpp-perf-verify-1901-2n-skx:
299         - 24  # NFV MRR
300         - 26  # NFV MRR
301         - 27  # NFV MRR
302         - 35  # NFV MRR
303         - 37  # NFV MRR
304
305     plot-dpdk-throughput-latency-2n-skx:
306       csit-dpdk-perf-verify-1901-2n-skx:
307         - 12  # NDRPDR sel
308         - 13  # NDRPDR sel
309         - 14  # NDRPDR sel
310         - 15  # NDRPDR sel
311         - 16  # NDRPDR sel
312         - 17  # NDRPDR sel
313         - 18  # NDRPDR sel
314         - 19  # NDRPDR sel
315         - 20  # NDRPDR sel
316         - 21  # NDRPDR sel
317
318     # 3rd party
319
320     # Denverton:
321     intel-dnv-vpp:
322       # Not used
323       intel-dnv-vpp-release-1810:
324         - 1
325
326     ###########################################################################
327     # Simple tables (only one data set):
328
329     # NIC Comparisons
330
331     vpp-nic-comparison-3n-hsw:
332       csit-vpp-perf-verify-1901-3n-hsw:
333         - 10  # NDRPDR sel
334         - 19  # NDRPDR sel
335         - 31  # NDRPDR sel
336         - 36  # NDRPDR sel
337         - 40  # NDRPDR sel
338         - 42  # NDRPDR sel
339         - 44  # NDRPDR sel
340         - 46  # NDRPDR sel
341         - 47  # NDRPDR sel
342         - 48  # NDRPDR sel
343
344     vpp-nic-comparison-3n-skx:
345       csit-vpp-perf-verify-1901-3n-skx:
346         - 18  # NDRPDR sel
347         - 19  # NDRPDR sel
348         - 20  # NDRPDR sel
349         - 28  # NDRPDR sel
350         - 31  # NDRPDR sel
351         - 33  # NDRPDR sel
352         - 36  # NDRPDR sel
353         - 38  # NDRPDR sel
354         - 47  # NDRPDR sel
355         - 48  # NDRPDR sel
356
357     vpp-nic-comparison-2n-skx:
358       csit-vpp-perf-verify-1901-2n-skx:
359         - 5   # NDRPDR sel
360         - 12  # NDRPDR sel
361         - 13  # NDRPDR sel
362         - 21  # NDRPDR sel
363         - 23  # NDRPDR sel
364         - 31  # NDRPDR sel
365         - 34  # NDRPDR sel
366         - 40  # NDRPDR sel
367         - 42  # NDRPDR sel
368         - 43  # NDRPDR sel
369
370     vpp-nic-comparison-3n-hsw-mrr:
371       csit-vpp-perf-verify-1901-3n-hsw:
372         - 35  # MRR sel
373
374     vpp-nic-comparison-3n-skx-mrr:
375       csit-vpp-perf-verify-1901-3n-skx:
376         - 32  # MRR sel
377
378     vpp-nic-comparison-2n-skx-mrr:
379       csit-vpp-perf-verify-1901-2n-skx:
380         - 22  # MRR sel
381
382     # Results
383
384     vpp-perf-results-3n-hsw:
385       csit-vpp-perf-verify-1901-3n-hsw:
386         - 38  # NDRPDR full
387         - 43  # NDRPDR full
388         - 45  # NDRPDR full
389         - 49  # NDRPDR full
390
391     vpp-perf-results-3n-skx:
392       csit-vpp-perf-verify-1901-3n-skx:
393         - 37  # NDRPDR full
394         - 39  # NDRPDR full
395         - 40  # NDRPDR full
396         - 49  # NDRPDR full
397
398     vpp-perf-results-2n-skx:
399       csit-vpp-perf-verify-1901-2n-skx:
400         - 25  # NDRPDR full
401         - 30  # NDRPDR full
402         - 33  # NDRPDR full
403         - 44  # NDRPDR full
404
405     vpp-mrr-results-3n-hsw:
406       csit-vpp-perf-verify-1901-3n-hsw:
407         - 35  # MRR sel
408
409     vpp-mrr-results-3n-skx:
410       csit-vpp-perf-verify-1901-3n-skx:
411         - 32  # MRR sel
412
413     vpp-mrr-results-2n-skx:
414       csit-vpp-perf-verify-1901-2n-skx:
415         - 22  # MRR sel
416
417     vpp-func-results-ubuntu:
418       csit-vpp-functional-1901-ubuntu1604-virl:
419         - 48
420
421     vpp-func-results-centos:
422       csit-vpp-functional-1901-centos7-virl:
423         - 50
424
425     vpp-device-results-ubuntu:
426       csit-vpp-device-1901-ubuntu1804-1n-skx:
427         - 49
428
429     # VPP Ligato
430     ligato-perf-results-3n-hsw:
431       csit-ligato-perf-verify-1901-3n-hsw:
432         - 10  # NDRPDR full
433
434     dpdk-perf-results-3n-hsw:
435       csit-dpdk-perf-verify-1901-3n-hsw:
436         - 20  # NDRPDR sel
437
438     dpdk-perf-results-3n-skx:
439       csit-dpdk-perf-verify-1901-3n-skx:
440         - 13  # NDRPDR sel
441
442     dpdk-perf-results-2n-skx:
443       csit-dpdk-perf-verify-1901-2n-skx:
444         - 21  # NDRPDR sel
445
446     # HoneyComb Functional
447     hc-func-results:
448       csit-hc2vpp-verify-func-1901-ubuntu1604:
449         - 3
450
451     # NSH SFC Functional
452     nsh-func-results:
453       # Not used
454       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
455         - 1
456
457     # DMM Functional
458     dmm-func-results:
459       csit-dmm-functional-1901-ubuntu1604-virl:
460         - 2
461
462     ###########################################################################
463     # Tables (more than one data set)
464
465     # Performance changes
466
467     vpp-performance-changes-3n-hsw-h1:
468       csit-vpp-perf-verify-1807-3n-hsw:
469         - 11  # NDRPDR full 1
470         - 22  # NDRPDR full 2
471         - 45  # NDRPDR full 3
472         - 46  # NDRPDR full 4
473         - 15  # NDRPDR sel
474         - 16  # NDRPDR sel
475         - 19  # NDRPDR sel
476         - 18  # NDRPDR sel
477         - 20  # NDRPDR sel
478         - 38  # NDRPDR sel
479         - 40  # NDRPDR sel
480         - 44  # NDRPDR sel
481         - 47  # NDRPDR sel
482     vpp-performance-changes-3n-hsw-ref:
483       csit-vpp-perf-verify-1810-3n-hsw:
484         - 8   # NDRPDR sel
485         - 12  # NDRPDR sel
486         - 14  # NDRPDR sel
487         - 18  # NDRPDR sel
488         - 23  # NDRPDR sel
489         - 25  # NDRPDR sel
490         - 38  # NDRPDR sel
491         - 39  # NDRPDR sel
492         - 41  # NDRPDR sel
493         - 42  # NDRPDR sel
494     vpp-performance-changes-3n-hsw-cmp:
495       csit-vpp-perf-verify-1901-3n-hsw:
496       - 10  # NDRPDR sel
497       - 19  # NDRPDR sel
498       - 31  # NDRPDR sel
499       - 36  # NDRPDR sel
500       - 40  # NDRPDR sel
501       - 42  # NDRPDR sel
502       - 44  # NDRPDR sel
503       - 46  # NDRPDR sel
504       - 47  # NDRPDR sel
505       - 48  # NDRPDR sel
506     vpp-performance-changes-3n-hsw:
507       - "vpp-performance-changes-3n-hsw-h1"
508       - "vpp-performance-changes-3n-hsw-ref"
509       - "vpp-performance-changes-3n-hsw-cmp"
510
511     vpp-performance-changes-3n-skx-h1:
512       csit-vpp-perf-verify-1807-3n-skx:
513         - 33  # NDRPDR sel
514         - 35  # NDRPDR sel
515         - 37  # NDRPDR sel
516         - 38  # NDRPDR sel
517         - 39  # NDRPDR sel
518         - 43  # NDRPDR sel
519         - 44  # NDRPDR sel
520         - 49  # NDRPDR sel
521         - 50  # NDRPDR sel
522         - 56  # NDRPDR sel
523     vpp-performance-changes-3n-skx-ref:
524       csit-vpp-perf-verify-1810-3n-skx:
525         - 10  # NDRPDR sel
526         - 14  # NDRPDR sel
527         - 15  # NDRPDR sel
528         - 16  # NDRPDR sel
529         - 17  # NDRPDR sel
530         - 19  # NDRPDR sel
531         - 20  # NDRPDR sel
532         - 21  # NDRPDR sel
533         - 22  # NDRPDR sel
534         - 25  # NDRPDR sel
535     vpp-performance-changes-3n-skx-cmp:
536       csit-vpp-perf-verify-1901-3n-skx:
537         - 18  # NDRPDR sel
538         - 19  # NDRPDR sel
539         - 20  # NDRPDR sel
540         - 28  # NDRPDR sel
541         - 31  # NDRPDR sel
542         - 33  # NDRPDR sel
543         - 36  # NDRPDR sel
544         - 38  # NDRPDR sel
545         - 47  # NDRPDR sel
546         - 48  # NDRPDR sel
547     vpp-performance-changes-3n-skx:
548       - "vpp-performance-changes-3n-skx-h1"
549       - "vpp-performance-changes-3n-skx-ref"
550       - "vpp-performance-changes-3n-skx-cmp"
551
552     vpp-performance-changes-2n-skx-h1:
553       csit-vpp-perf-verify-1807-2n-skx:
554         - 26  # NDRPDR sel
555         - 28  # NDRPDR sel
556         - 29  # NDRPDR sel
557         - 30  # NDRPDR sel
558         - 34  # NDRPDR sel
559         - 35  # NDRPDR sel
560         - 36  # NDRPDR sel
561         - 39  # NDRPDR sel
562         - 40  # NDRPDR sel
563         - 42  # NDRPDR sel
564     vpp-performance-changes-2n-skx-ref:
565       csit-vpp-perf-verify-1810-2n-skx:
566         - 9   # NDRPDR sel
567         - 13  # NDRPDR sel
568         - 14  # NDRPDR sel
569         - 19  # NDRPDR sel
570         - 20  # NDRPDR sel
571         - 21  # NDRPDR sel
572         - 22  # NDRPDR sel
573         - 23  # NDRPDR sel
574         - 24  # NDRPDR sel
575         - 27  # NDRPDR sel
576     vpp-performance-changes-2n-skx-cmp:
577       csit-vpp-perf-verify-1901-2n-skx:
578         - 5   # NDRPDR sel
579         - 12  # NDRPDR sel
580         - 13  # NDRPDR sel
581         - 21  # NDRPDR sel
582         - 23  # NDRPDR sel
583         - 31  # NDRPDR sel
584         - 34  # NDRPDR sel
585         - 40  # NDRPDR sel
586         - 42  # NDRPDR sel
587         - 43  # NDRPDR sel
588     vpp-performance-changes-2n-skx:
589       - "vpp-performance-changes-2n-skx-h1"
590       - "vpp-performance-changes-2n-skx-ref"
591       - "vpp-performance-changes-2n-skx-cmp"
592
593     vpp-performance-changes-3n-hsw-mrr-h1:
594       csit-vpp-perf-verify-1807-3n-hsw:
595         - 8   # MRR full
596         - 9   # MRR sel
597         - 21  # MRR sel
598         - 31  # MRR sel
599         - 33  # MRR sel
600         - 36  # MRR sel
601         - 41  # MRR sel
602         - 42  # MRR sel
603         - 48  # MRR sel
604     vpp-performance-changes-3n-hsw-mrr-ref:
605       csit-vpp-perf-verify-1810-3n-hsw:
606         - 9   # MRR sel
607     vpp-performance-changes-3n-hsw-mrr-cmp:
608       csit-vpp-perf-verify-1901-3n-hsw:
609         - 35  # MRR sel
610     vpp-performance-changes-3n-hsw-mrr:
611       - "vpp-performance-changes-3n-hsw-mrr-h1"
612       - "vpp-performance-changes-3n-hsw-mrr-ref"
613       - "vpp-performance-changes-3n-hsw-mrr-cmp"
614
615     vpp-performance-changes-3n-skx-mrr-h1:
616       csit-vpp-perf-verify-1807-3n-skx:
617         - 28  # MRR sel
618         - 32  # MRR sel
619         - 36  # MRR sel
620         - 42  # MRR sel
621         - 47  # MRR sel
622         - 48  # MRR sel
623         - 51  # MRR sel
624         - 52  # MRR sel
625         - 53  # MRR sel
626         - 54  # MRR sel
627     vpp-performance-changes-3n-skx-mrr-ref:
628       csit-vpp-perf-verify-1810-3n-skx:
629         - 9   # MRR sel
630         - 11  # MRR sel
631         - 12  # MRR sel
632         - 13  # MRR sel
633     vpp-performance-changes-3n-skx-mrr-cmp:
634       csit-vpp-perf-verify-1901-3n-skx:
635         - 32  # MRR sel
636     vpp-performance-changes-3n-skx-mrr:
637       - "vpp-performance-changes-3n-skx-mrr-h1"
638       - "vpp-performance-changes-3n-skx-mrr-ref"
639       - "vpp-performance-changes-3n-skx-mrr-cmp"
640
641     vpp-performance-changes-2n-skx-mrr-h1:
642       csit-vpp-perf-verify-1807-2n-skx:
643         - 31  # MRR sel
644         - 33  # MRR sel
645         - 37  # MRR sel
646         - 38  # MRR sel
647         - 41  # MRR sel
648         - 43  # MRR sel
649         - 44  # MRR sel
650         - 45  # MRR sel
651         - 46  # MRR sel
652         - 47  # MRR sel
653     vpp-performance-changes-2n-skx-mrr-ref:
654       csit-vpp-perf-verify-1810-2n-skx:
655         - 8   # MRR sel
656         - 10  # MRR sel
657         - 11  # MRR sel
658         - 12  # MRR sel
659     vpp-performance-changes-2n-skx-mrr-cmp:
660       csit-vpp-perf-verify-1901-2n-skx:
661         - 22  # MRR sel
662     vpp-performance-changes-2n-skx-mrr:
663       - "vpp-performance-changes-2n-skx-mrr-h1"
664       - "vpp-performance-changes-2n-skx-mrr-ref"
665       - "vpp-performance-changes-2n-skx-mrr-cmp"
666
667     dpdk-performance-changes-3n-hsw-h1:
668       csit-dpdk-perf-verify-1807-3n-hsw:
669         - 11
670         - 12  # full
671         - 14
672         - 15
673         - 16
674         - 17
675         - 20
676         - 21
677         - 22
678         - 23
679     dpdk-performance-changes-3n-hsw-ref:
680       csit-dpdk-perf-verify-1810-3n-hsw:
681         - 1   # NDRPDR sel
682         - 2   # NDRPDR sel
683         - 3   # NDRPDR sel
684         - 4   # NDRPDR sel
685         - 5   # NDRPDR sel
686         - 6   # NDRPDR sel
687         - 7   # NDRPDR sel
688         - 8   # NDRPDR sel
689         - 9   # NDRPDR sel
690         - 10  # NDRPDR sel
691     dpdk-performance-changes-3n-hsw-cmp:
692       csit-dpdk-perf-verify-1901-3n-hsw:
693         - 13  # NDRPDR sel
694         - 14  # NDRPDR sel
695         - 16  # NDRPDR sel
696         - 17  # NDRPDR sel
697         - 18  # NDRPDR sel
698         - 19  # NDRPDR sel
699         - 20  # NDRPDR sel
700         - 21  # NDRPDR sel
701         - 22  # NDRPDR sel
702         - 23  # NDRPDR sel
703     dpdk-performance-changes-3n-hsw:
704       - "dpdk-performance-changes-3n-hsw-h1"
705       - "dpdk-performance-changes-3n-hsw-ref"
706       - "dpdk-performance-changes-3n-hsw-cmp"
707
708     dpdk-performance-changes-3n-skx-h1:
709       csit-dpdk-perf-verify-1807-3n-skx:
710         - 1   # NDRPDR sel
711         - 2   # NDRPDR sel
712         - 3   # NDRPDR sel
713         - 6   # NDRPDR sel
714         - 7   # NDRPDR sel
715         - 8   # NDRPDR sel
716         - 9   # NDRPDR sel
717         - 10  # NDRPDR sel
718         - 11  # NDRPDR sel
719         - 12  # NDRPDR sel
720     dpdk-performance-changes-3n-skx-ref:
721       csit-dpdk-perf-verify-1810-3n-skx:
722         - 3   # NDRPDR sel
723         - 4   # NDRPDR sel
724         - 6   # NDRPDR sel
725         - 7   # NDRPDR sel
726         - 8   # NDRPDR sel
727         - 9   # NDRPDR sel
728         - 10  # NDRPDR sel
729         - 11  # NDRPDR sel
730         - 12  # NDRPDR sel
731         - 13  # NDRPDR sel
732     dpdk-performance-changes-3n-skx-cmp:
733       csit-dpdk-perf-verify-1901-3n-skx:
734         - 3   # NDRPDR sel
735         - 5   # NDRPDR sel
736         - 6   # NDRPDR sel
737         - 7   # NDRPDR sel
738         - 8   # NDRPDR sel
739         - 9   # NDRPDR sel
740         - 10  # NDRPDR sel
741         - 11  # NDRPDR sel
742         - 12  # NDRPDR sel
743         - 13  # NDRPDR sel
744     dpdk-performance-changes-3n-skx:
745       - "dpdk-performance-changes-3n-skx-h1"
746       - "dpdk-performance-changes-3n-skx-ref"
747       - "dpdk-performance-changes-3n-skx-cmp"
748
749     dpdk-performance-changes-2n-skx-ref:
750       csit-dpdk-perf-verify-1810-2n-skx:
751         - 3   # NDRPDR sel
752         - 4   # NDRPDR sel
753         - 5   # NDRPDR sel
754         - 7   # NDRPDR sel
755         - 8   # NDRPDR sel
756         - 9   # NDRPDR sel
757         - 10  # NDRPDR sel
758         - 11  # NDRPDR sel
759         - 12  # NDRPDR sel
760         - 13  # NDRPDR sel
761     dpdk-performance-changes-2n-skx-cmp:
762       csit-dpdk-perf-verify-1901-2n-skx:
763         - 12  # NDRPDR sel
764         - 13  # NDRPDR sel
765         - 14  # NDRPDR sel
766         - 15  # NDRPDR sel
767         - 16  # NDRPDR sel
768         - 17  # NDRPDR sel
769         - 18  # NDRPDR sel
770         - 19  # NDRPDR sel
771         - 20  # NDRPDR sel
772         - 21  # NDRPDR sel
773     dpdk-performance-changes-2n-skx:
774       - "dpdk-performance-changes-2n-skx-ref"
775       - "dpdk-performance-changes-2n-skx-cmp"
776
777     # Compare testbeds
778
779     vpp-compare-testbeds-ref:
780       csit-vpp-perf-verify-1901-3n-hsw:
781         - 10  # NDRPDR sel
782         - 19  # NDRPDR sel
783         - 31  # NDRPDR sel
784         - 36  # NDRPDR sel
785         - 40  # NDRPDR sel
786         - 42  # NDRPDR sel
787         - 44  # NDRPDR sel
788         - 46  # NDRPDR sel
789         - 47  # NDRPDR sel
790         - 48  # NDRPDR sel
791     vpp-compare-testbeds-cmp:
792       csit-vpp-perf-verify-1901-3n-skx:
793         - 18  # NDRPDR sel
794         - 19  # NDRPDR sel
795         - 20  # NDRPDR sel
796         - 28  # NDRPDR sel
797         - 31  # NDRPDR sel
798         - 33  # NDRPDR sel
799         - 36  # NDRPDR sel
800         - 38  # NDRPDR sel
801         - 47  # NDRPDR sel
802         - 48  # NDRPDR sel
803     vpp-compare-testbeds:
804       - "vpp-compare-testbeds-ref"
805       - "vpp-compare-testbeds-cmp"
806
807     vpp-compare-testbeds-mrr-ref:
808       csit-vpp-perf-verify-1901-3n-hsw:
809         - 35  # MRR sel
810     vpp-compare-testbeds-mrr-cmp:
811       csit-vpp-perf-verify-1901-3n-skx:
812         - 32  # MRR sel
813     vpp-compare-testbeds-mrr:
814       - "vpp-compare-testbeds-mrr-ref"
815       - "vpp-compare-testbeds-mrr-cmp"
816
817     dpdk-compare-testbeds-ref:
818       csit-dpdk-perf-verify-1901-3n-hsw:
819         - 13  # NDRPDR sel
820         - 14  # NDRPDR sel
821         - 16  # NDRPDR sel
822         - 17  # NDRPDR sel
823         - 18  # NDRPDR sel
824         - 19  # NDRPDR sel
825         - 20  # NDRPDR sel
826         - 21  # NDRPDR sel
827         - 22  # NDRPDR sel
828         - 23  # NDRPDR sel
829     dpdk-compare-testbeds-cmp:
830       csit-dpdk-perf-verify-1901-3n-skx:
831         - 3   # NDRPDR sel
832         - 5   # NDRPDR sel
833         - 6   # NDRPDR sel
834         - 7   # NDRPDR sel
835         - 8   # NDRPDR sel
836         - 9   # NDRPDR sel
837         - 10  # NDRPDR sel
838         - 11  # NDRPDR sel
839         - 12  # NDRPDR sel
840         - 13  # NDRPDR sel
841     dpdk-compare-testbeds:
842       - "dpdk-compare-testbeds-ref"
843       - "dpdk-compare-testbeds-cmp"
844
845     # Compare topologies
846
847     vpp-compare-topologies-ref:
848       csit-vpp-perf-verify-1901-3n-skx:
849         - 18  # NDRPDR sel
850         - 19  # NDRPDR sel
851         - 20  # NDRPDR sel
852         - 28  # NDRPDR sel
853         - 31  # NDRPDR sel
854         - 33  # NDRPDR sel
855         - 36  # NDRPDR sel
856         - 38  # NDRPDR sel
857         - 47  # NDRPDR sel
858         - 48  # NDRPDR sel
859     vpp-compare-topologies-cmp:
860       csit-vpp-perf-verify-1901-2n-skx:
861         - 5   # NDRPDR sel
862         - 12  # NDRPDR sel
863         - 13  # NDRPDR sel
864         - 21  # NDRPDR sel
865         - 23  # NDRPDR sel
866         - 31  # NDRPDR sel
867         - 34  # NDRPDR sel
868         - 40  # NDRPDR sel
869         - 42  # NDRPDR sel
870         - 43  # NDRPDR sel
871     vpp-compare-topologies:
872       - "vpp-compare-topologies-ref"
873       - "vpp-compare-topologies-cmp"
874
875     vpp-compare-topologies-mrr-ref:
876       csit-vpp-perf-verify-1901-3n-skx:
877         - 32  # MRR sel
878     vpp-compare-topologies-mrr-cmp:
879       csit-vpp-perf-verify-1901-2n-skx:
880         - 22  # MRR sel
881     vpp-compare-topologies-mrr:
882       - "vpp-compare-topologies-mrr-ref"
883       - "vpp-compare-topologies-mrr-cmp"
884
885     dpdk-compare-topologies-ref:
886       csit-dpdk-perf-verify-1901-3n-skx:
887         - 3   # NDRPDR sel
888         - 5   # NDRPDR sel
889         - 6   # NDRPDR sel
890         - 7   # NDRPDR sel
891         - 8   # NDRPDR sel
892         - 9   # NDRPDR sel
893         - 10  # NDRPDR sel
894         - 11  # NDRPDR sel
895         - 12  # NDRPDR sel
896         - 13  # NDRPDR sel
897     dpdk-compare-topologies-cmp:
898       csit-dpdk-perf-verify-1901-2n-skx:
899         - 12  # NDRPDR sel
900         - 13  # NDRPDR sel
901         - 14  # NDRPDR sel
902         - 15  # NDRPDR sel
903         - 16  # NDRPDR sel
904         - 17  # NDRPDR sel
905         - 18  # NDRPDR sel
906         - 19  # NDRPDR sel
907         - 20  # NDRPDR sel
908         - 21  # NDRPDR sel
909     dpdk-compare-topologies:
910       - "dpdk-compare-topologies-ref"
911       - "dpdk-compare-topologies-cmp"
912
913   plot-layouts:
914
915     plot-soak-throughput:
916       titlefont:
917         size: 18
918       xaxis:
919         title: "<b>Test Cases [Index]</b>"
920         titlefont:
921           size: 16
922         autorange: True
923         fixedrange: False
924         gridcolor: "rgb(230, 230, 230)"
925         linecolor: "rgb(220, 220, 220)"
926         linewidth: 1
927         showgrid: True
928         showline: True
929         showticklabels: True
930         tickcolor: "rgb(220, 220, 220)"
931         tickmode: "linear"
932         tickfont:
933           size: 16
934         zeroline: False
935       yaxis:
936         title: "<b>Packet Throughput [Mpps]</b>"
937         titlefont:
938           size: 16
939         gridcolor: "rgb(230, 230, 230)"
940         hoverformat: ".4s"
941         tickformat: ".3s"
942         linecolor: "rgb(220, 220, 220)"
943         linewidth: 1
944         showgrid: True
945         showline: True
946         showticklabels: True
947         tickcolor: "rgb(220, 220, 220)"
948         tickfont:
949           size: 16
950         zeroline: False
951         range: [0,50]
952       autosize: False
953       margin:
954         t: 50
955         b: 0
956         l: 80
957         r: 20
958       showlegend: True
959       legend:
960         orientation: "h"
961         font:
962           size: 16
963       width: 700
964       height: 900
965
966     plot-service-density:
967       titlefont:
968         size: 18
969       xaxis:
970         side: "top"
971         autorange: True
972         fixedrange: False
973         showgrid: False
974         showline: False
975         showticklabels: False
976         ticks: ""
977         ticklen: 0
978         tickwidth: 0
979         zeroline: False
980       yaxis:
981         autorange: "reversed"
982         showgrid: False
983         showline: False
984         showticklabels: False
985         ticks: ""
986         ticklen: 0
987         tickwidth: 0
988         zeroline: False
989       autosize: True
990       showlegend: False
991       width: 700
992       height: 700
993
994     plot-cps:
995       titlefont:
996         size: 18
997       xaxis:
998         title: "<b>Test Cases [Index]</b>"
999         titlefont:
1000           size: 16
1001         autorange: True
1002         fixedrange: False
1003         gridcolor: "rgb(230, 230, 230)"
1004         linecolor: "rgb(220, 220, 220)"
1005         linewidth: 1
1006         showgrid: True
1007         showline: True
1008         showticklabels: True
1009         tickcolor: "rgb(220, 220, 220)"
1010         tickmode: "linear"
1011         tickfont:
1012           size: 16
1013         zeroline: False
1014       yaxis:
1015         title: "<b>Connections Per Second [cps]</b>"
1016         titlefont:
1017           size: 16
1018         gridcolor: "rgb(230, 230, 230)"
1019         hoverformat: ".4s"
1020         linecolor: "rgb(220, 220, 220)"
1021         linewidth: 1
1022         rangemode: "tozero"
1023         showgrid: True
1024         showline: True
1025         showticklabels: True
1026         tickcolor: "rgb(220, 220, 220)"
1027         tickformat: ".3s"
1028         tickfont:
1029           size: 16
1030         zeroline: False
1031       boxmode: "group"
1032       boxgroupgap: 0.5
1033       autosize: False
1034       margin:
1035         t: 50
1036         b: 20
1037         l: 80
1038         r: 20
1039       showlegend: True
1040       legend:
1041         orientation: "h"
1042         font:
1043           size: 16
1044       width: 700
1045       height: 800
1046
1047     plot-rps:
1048       titlefont:
1049         size: 18
1050       xaxis:
1051         title: "<b>Test Cases [Index]</b>"
1052         titlefont:
1053           size: 16
1054         autorange: True
1055         fixedrange: False
1056         gridcolor: "rgb(230, 230, 230)"
1057         linecolor: "rgb(220, 220, 220)"
1058         linewidth: 1
1059         showgrid: True
1060         showline: True
1061         showticklabels: True
1062         tickcolor: "rgb(220, 220, 220)"
1063         tickmode: "linear"
1064         tickfont:
1065           size: 16
1066         zeroline: False
1067       yaxis:
1068         title: "<b>Requests Per Second [rps]</b>"
1069         titlefont:
1070           size: 16
1071         gridcolor: "rgb(230, 230, 230)"
1072         hoverformat: ".4s"
1073         linecolor: "rgb(220, 220, 220)"
1074         linewidth: 1
1075         rangemode: "tozero"
1076         showgrid: True
1077         showline: True
1078         showticklabels: True
1079         tickcolor: "rgb(230, 230, 230)"
1080         tickformat: ".3s"
1081         tickfont:
1082           size: 16
1083         zeroline: False
1084       boxmode: "group"
1085       boxgroupgap: 0.5
1086       autosize: False
1087       margin:
1088         t: 50
1089         b: 20
1090         l: 80
1091         r: 20
1092       showlegend: True
1093       legend:
1094         orientation: "h"
1095         font:
1096           size: 16
1097       width: 700
1098       height: 800
1099
1100     plot-throughput:
1101       titlefont:
1102         size: 18
1103       xaxis:
1104         title: "<b>Test Cases [Index]</b>"
1105         titlefont:
1106           size: 16
1107         autorange: True
1108         fixedrange: False
1109         gridcolor: "rgb(230, 230, 230)"
1110         linecolor: "rgb(220, 220, 220)"
1111         linewidth: 1
1112         showgrid: True
1113         showline: True
1114         showticklabels: True
1115         tickcolor: "rgb(220, 220, 220)"
1116         tickmode: "linear"
1117         tickfont:
1118           size: 16
1119         zeroline: False
1120       yaxis:
1121         title: "<b>Packet Throughput [Mpps]</b>"
1122         titlefont:
1123           size: 16
1124         gridcolor: "rgb(230, 230, 230)"
1125         hoverformat: ".4s"
1126         tickformat: ".3s"
1127         linecolor: "rgb(220, 220, 220)"
1128         linewidth: 1
1129         showgrid: True
1130         showline: True
1131         showticklabels: True
1132         tickcolor: "rgb(220, 220, 220)"
1133         tickfont:
1134           size: 16
1135         zeroline: False
1136         range: [0,50]
1137       boxmode: "group"
1138       boxgroupgap: 0.5
1139       autosize: False
1140       margin:
1141         t: 50
1142         b: 0
1143         l: 80
1144         r: 20
1145       showlegend: True
1146       legend:
1147         orientation: "h"
1148         font:
1149           size: 16
1150       width: 700
1151       height: 900
1152
1153     plot-throughput-speedup-analysis:
1154       titlefont:
1155         size: 18
1156       xaxis:
1157         title: "<b>Number of Cores [Qty]</b>"
1158         titlefont:
1159           size: 16
1160         autorange: True
1161         fixedrange: False
1162         gridcolor: "rgb(230, 230, 230)"
1163         linecolor: "rgb(220, 220, 220)"
1164         linewidth: 1
1165         showgrid: True
1166         showline: True
1167         showticklabels: True
1168         tickcolor: "rgb(238, 238, 238)"
1169         tickmode: "linear"
1170         tickfont:
1171           size: 16
1172         zeroline: False
1173       yaxis:
1174         title: "<b>Packet Throughput [Mpps]</b>"
1175         titlefont:
1176           size: 16
1177         type: "linear"
1178         gridcolor: "rgb(230, 230, 230)"
1179         hoverformat: ".4s"
1180         linecolor: "rgb(220, 220, 220)"
1181         linewidth: 1
1182         showgrid: True
1183         showline: True
1184         showticklabels: True
1185         tickcolor: "rgb(220, 220, 220)"
1186         tickformat: ".4s"
1187         tickfont:
1188           size: 16
1189         zeroline: True
1190         rangemode: "tozero"
1191         range: [0,100]
1192       legend:
1193         orientation: "h"
1194         font:
1195           size: 16
1196         xanchor: "left"
1197         yanchor: "top"
1198         x: 0
1199         y: -0.2
1200         bgcolor: "rgba(255, 255, 255, 0)"
1201         bordercolor: "rgba(255, 255, 255, 0)"
1202         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1203       autosize: False
1204       margin:
1205           't': 50
1206           'b': 150
1207           'l': 85
1208           'r': 10
1209       showlegend: True
1210       width: 700
1211       height: 700
1212       hoverlabel:
1213         namelength: -1
1214       annotations: [
1215         {
1216           text: "_ _          __          ...",
1217           align: "left",
1218           showarrow: False,
1219           xref: "paper",
1220           yref: "paper",
1221           xanchor: "left",
1222           yanchor: "top",
1223           x: 0,
1224           y: -0.13,
1225           font: {
1226             family: "Consolas, Courier New",
1227             size: 15
1228           },
1229         },
1230         {
1231           text: "    Perfect     Measured     Limit",
1232           align: "left",
1233           showarrow: False,
1234           xref: "paper",
1235           yref: "paper",
1236           xanchor: "left",
1237           yanchor: "top",
1238           x: 0,
1239           y: -0.15,
1240           font: {
1241             family: "Consolas, Courier New",
1242             size: 15
1243           },
1244         },
1245       ]
1246
1247     plot-latency:
1248       titlefont:
1249         size: 18
1250       xaxis:
1251         title: "<b>Direction</b>"
1252         titlefont:
1253           size: 16
1254         autorange: True
1255         fixedrange: False
1256         gridcolor: "rgb(230, 230, 230)"
1257         linecolor: "rgb(220, 220, 220)"
1258         linewidth: 1
1259         showgrid: True
1260         showline: True
1261         showticklabels: False
1262         tickcolor: "rgb(220, 220, 220)"
1263         tickmode: "linear"
1264         tickfont:
1265           size: 16
1266         zeroline: False
1267       yaxis:
1268         title: "<b>Packet Latency [uSec]</b>"
1269         titlefont:
1270           size: 16
1271         type: "linear"
1272         gridcolor: "rgb(230, 230, 230)"
1273         hoverformat: ".4s"
1274         linecolor: "rgb(220, 220, 220)"
1275         linewidth: 1
1276         showgrid: True
1277         showline: True
1278         showticklabels: True
1279         tickcolor: "rgb(220, 220, 220)"
1280         tickformat: ".4s"
1281         tickfont:
1282           size: 16
1283         zeroline: True
1284         rangemode: "tozero"
1285       legend:
1286         orientation: "h"
1287         font:
1288           size: 16
1289         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1290       autosize: False
1291       margin:
1292           't': 50
1293           'b': 150
1294           'l': 80
1295           'r': 10
1296       showlegend: True
1297       width: 700
1298       height: 700
1299       hoverlabel:
1300         namelength: -1
1301
1302 -
1303   type: "static"
1304   src-path: "{DIR[RST]}"
1305   dst-path: "{DIR[WORKING,SRC]}"
1306
1307 -
1308   type: "input"
1309   general:
1310     file-name: "robot-plugin.zip"
1311     file-format: ".zip"
1312     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1313     extract: "robot-plugin/output.xml"
1314
1315   builds:
1316
1317     # Not used
1318     intel-dnv-vpp-release-1810:
1319       - 1
1320
1321     csit-vpp-perf-verify-1807-3n-hsw:
1322       - 8   # MRR full
1323       - 9   # MRR sel
1324       - 21  # MRR sel
1325       - 31  # MRR sel
1326       - 33  # MRR sel
1327       - 36  # MRR sel
1328       - 41  # MRR sel
1329       - 42  # MRR sel
1330       - 48  # MRR sel
1331       - 11  # NDRPDR full 1
1332       - 22  # NDRPDR full 2
1333       - 45  # NDRPDR full 3
1334       - 46  # NDRPDR full 4
1335       - 15  # NDRPDR sel
1336       - 16  # NDRPDR sel
1337       - 19  # NDRPDR sel
1338       - 18  # NDRPDR sel
1339       - 20  # NDRPDR sel
1340       - 38  # NDRPDR sel
1341       - 40  # NDRPDR sel
1342       - 44  # NDRPDR sel
1343       - 47  # NDRPDR sel
1344     csit-vpp-perf-verify-1810-3n-hsw:
1345       - 9   # MRR sel
1346       - 20  # NDRPDR full
1347       - 21  # NDRPDR full
1348       - 22  # NDRPDR full
1349       - 27  # NDRPDR full
1350       - 8   # NDRPDR sel
1351       - 12  # NDRPDR sel
1352       - 14  # NDRPDR sel
1353       - 18  # NDRPDR sel
1354       - 23  # NDRPDR sel
1355       - 25  # NDRPDR sel
1356       - 38  # NDRPDR sel
1357       - 39  # NDRPDR sel
1358       - 41  # NDRPDR sel
1359       - 42  # NDRPDR sel
1360       - 28  # WRK
1361       - 29  # WRK
1362       - 30  # WRK
1363       - 31  # WRK
1364       - 32  # WRK
1365       - 33  # WRK
1366       - 34  # WRK
1367       - 35  # WRK
1368       - 36  # WRK
1369       - 37  # WRK
1370     csit-vpp-perf-verify-1901-3n-hsw:
1371       - 35  # MRR sel
1372       - 38  # NDRPDR full
1373       - 43  # NDRPDR full
1374       - 45  # NDRPDR full
1375       - 49  # NDRPDR full
1376       - 10  # NDRPDR sel
1377       - 19  # NDRPDR sel
1378       - 31  # NDRPDR sel
1379       - 36  # NDRPDR sel
1380       - 40  # NDRPDR sel
1381       - 42  # NDRPDR sel
1382       - 44  # NDRPDR sel
1383       - 46  # NDRPDR sel
1384       - 47  # NDRPDR sel
1385       - 48  # NDRPDR sel
1386     csit-vpp-perf-verify-1807-3n-skx:
1387       - 31  # MRR full
1388       - 28  # MRR sel
1389       - 32  # MRR sel
1390       - 36  # MRR sel
1391       - 42  # MRR sel
1392       - 47  # MRR sel
1393       - 48  # MRR sel
1394       - 51  # MRR sel
1395       - 52  # MRR sel
1396       - 53  # MRR sel
1397       - 54  # MRR sel
1398       - 40  # NDRPDR full 1
1399       - 41  # NDRPDR full 2
1400       - 33  # NDRPDR sel
1401       - 35  # NDRPDR sel
1402       - 37  # NDRPDR sel
1403       - 38  # NDRPDR sel
1404       - 39  # NDRPDR sel
1405       - 43  # NDRPDR sel
1406       - 44  # NDRPDR sel
1407       - 49  # NDRPDR sel
1408       - 50  # NDRPDR sel
1409       - 56  # NDRPDR sel
1410     csit-vpp-perf-verify-1810-3n-skx:
1411       - 9   # MRR sel
1412       - 11  # MRR sel
1413       - 12  # MRR sel
1414       - 13  # MRR sel
1415       - 23  # NDRPDR full
1416       - 24  # NDRPDR full
1417       - 10  # NDRPDR sel
1418       - 14  # NDRPDR sel
1419       - 15  # NDRPDR sel
1420       - 16  # NDRPDR sel
1421       - 17  # NDRPDR sel
1422       - 19  # NDRPDR sel
1423       - 20  # NDRPDR sel
1424       - 21  # NDRPDR sel
1425       - 22  # NDRPDR sel
1426       - 25  # NDRPDR sel
1427     csit-vpp-perf-verify-1901-3n-skx:
1428       - 32  # MRR sel
1429       - 37  # NDRPDR full
1430       - 39  # NDRPDR full
1431       - 40  # NDRPDR full
1432       - 49  # NDRPDR full
1433       - 18  # NDRPDR sel
1434       - 19  # NDRPDR sel
1435       - 20  # NDRPDR sel
1436       - 28  # NDRPDR sel
1437       - 31  # NDRPDR sel
1438       - 33  # NDRPDR sel
1439       - 36  # NDRPDR sel
1440       - 38  # NDRPDR sel
1441       - 47  # NDRPDR sel
1442       - 48  # NDRPDR sel
1443     csit-vpp-perf-verify-1807-2n-skx:
1444       - 27  # MRR full
1445       - 31  # MRR sel
1446       - 33  # MRR sel
1447       - 37  # MRR sel
1448       - 38  # MRR sel
1449       - 41  # MRR sel
1450       - 43  # MRR sel
1451       - 44  # MRR sel
1452       - 45  # MRR sel
1453       - 46  # MRR sel
1454       - 47  # MRR sel
1455       - 32  # NDRPDR full
1456       - 26  # NDRPDR sel
1457       - 28  # NDRPDR sel
1458       - 29  # NDRPDR sel
1459       - 30  # NDRPDR sel
1460       - 34  # NDRPDR sel
1461       - 35  # NDRPDR sel
1462       - 36  # NDRPDR sel
1463       - 39  # NDRPDR sel
1464       - 40  # NDRPDR sel
1465       - 42  # NDRPDR sel
1466     csit-vpp-perf-verify-1810-2n-skx:
1467       - 8   # MRR sel
1468       - 10  # MRR sel
1469       - 11  # MRR sel
1470       - 12  # MRR sel
1471       - 25  # NDRPDR full
1472       - 26  # NDRPDR full
1473       - 9   # NDRPDR sel
1474       - 13  # NDRPDR sel
1475       - 14  # NDRPDR sel
1476       - 19  # NDRPDR sel
1477       - 20  # NDRPDR sel
1478       - 21  # NDRPDR sel
1479       - 22  # NDRPDR sel
1480       - 23  # NDRPDR sel
1481       - 24  # NDRPDR sel
1482       - 27  # NDRPDR sel
1483     csit-vpp-perf-verify-1901-2n-skx:
1484       - 22  # MRR sel
1485       - 25  # NDRPDR full
1486       - 30  # NDRPDR full
1487       - 33  # NDRPDR full
1488       - 44  # NDRPDR full
1489       - 5   # NDRPDR sel
1490       - 12  # NDRPDR sel
1491       - 13  # NDRPDR sel
1492       - 21  # NDRPDR sel
1493       - 23  # NDRPDR sel
1494       - 31  # NDRPDR sel
1495       - 34  # NDRPDR sel
1496       - 40  # NDRPDR sel
1497       - 42  # NDRPDR sel
1498       - 43  # NDRPDR sel
1499       - 24  # NFV MRR
1500       - 26  # NFV MRR
1501       - 27  # NFV MRR
1502       - 35  # NFV MRR
1503       - 37  # NFV MRR
1504       - 28  # NFV NDRPDR
1505       - 29  # NFV NDRPDR
1506       - 32  # NFV NDRPDR
1507       - 39  # NFV NDRPDR
1508       - 46  # NFV NDRPDR
1509       - 45  # SOAK
1510     # TODO: Add new data
1511     csit-ligato-perf-verify-1901-3n-hsw:
1512       - 10  # NDRPDR full
1513       - 8   # NDRPDR sel
1514       - 9   # NDRPDR sel
1515       - 11  # NDRPDR sel
1516       - 12  # NDRPDR sel
1517       - 13  # NDRPDR sel
1518       - 14  # NDRPDR sel
1519       - 15  # NDRPDR sel
1520       - 16  # NDRPDR sel
1521       - 17  # NDRPDR sel
1522       - 18  # NDRPDR sel
1523     csit-dpdk-perf-verify-1807-3n-hsw:
1524       - 11
1525       - 12  # full
1526       - 14
1527       - 15
1528       - 16
1529       - 17
1530       - 20
1531       - 21
1532       - 22
1533       - 23
1534     csit-dpdk-perf-verify-1810-3n-hsw:
1535       - 1   # NDRPDR sel
1536       - 2   # NDRPDR sel
1537       - 3   # NDRPDR sel
1538       - 4   # NDRPDR sel
1539       - 5   # NDRPDR sel
1540       - 6   # NDRPDR sel
1541       - 7   # NDRPDR sel
1542       - 8   # NDRPDR sel
1543       - 9   # NDRPDR sel
1544       - 10  # NDRPDR sel
1545     csit-dpdk-perf-verify-1901-3n-hsw:
1546       - 13  # NDRPDR sel
1547       - 14  # NDRPDR sel
1548       - 16  # NDRPDR sel
1549       - 17  # NDRPDR sel
1550       - 18  # NDRPDR sel
1551       - 19  # NDRPDR sel
1552       - 20  # NDRPDR sel
1553       - 21  # NDRPDR sel
1554       - 22  # NDRPDR sel
1555       - 23  # NDRPDR sel
1556     csit-dpdk-perf-verify-1807-3n-skx:
1557       - 1   # NDRPDR sel
1558       - 2   # NDRPDR sel
1559       - 3   # NDRPDR sel
1560       - 6   # NDRPDR sel
1561       - 7   # NDRPDR sel
1562       - 8   # NDRPDR sel
1563       - 9   # NDRPDR sel
1564       - 10  # NDRPDR sel
1565       - 11  # NDRPDR sel
1566       - 12  # NDRPDR sel
1567     csit-dpdk-perf-verify-1810-3n-skx:
1568       - 3   # NDRPDR sel
1569       - 4   # NDRPDR sel
1570       - 6   # NDRPDR sel
1571       - 7   # NDRPDR sel
1572       - 8   # NDRPDR sel
1573       - 9   # NDRPDR sel
1574       - 10  # NDRPDR sel
1575       - 11  # NDRPDR sel
1576       - 12  # NDRPDR sel
1577       - 13  # NDRPDR sel
1578     csit-dpdk-perf-verify-1901-3n-skx:
1579       - 3   # NDRPDR sel
1580       - 5   # NDRPDR sel
1581       - 6   # NDRPDR sel
1582       - 7   # NDRPDR sel
1583       - 8   # NDRPDR sel
1584       - 9   # NDRPDR sel
1585       - 10  # NDRPDR sel
1586       - 11  # NDRPDR sel
1587       - 12  # NDRPDR sel
1588       - 13  # NDRPDR sel
1589     csit-dpdk-perf-verify-1810-2n-skx:
1590       - 3   # NDRPDR sel
1591       - 4   # NDRPDR sel
1592       - 5   # NDRPDR sel
1593       - 7   # NDRPDR sel
1594       - 8   # NDRPDR sel
1595       - 9   # NDRPDR sel
1596       - 10  # NDRPDR sel
1597       - 11  # NDRPDR sel
1598       - 12  # NDRPDR sel
1599       - 13  # NDRPDR sel
1600     csit-dpdk-perf-verify-1901-2n-skx:
1601       - 12  # NDRPDR sel
1602       - 13  # NDRPDR sel
1603       - 14  # NDRPDR sel
1604       - 15  # NDRPDR sel
1605       - 16  # NDRPDR sel
1606       - 17  # NDRPDR sel
1607       - 18  # NDRPDR sel
1608       - 19  # NDRPDR sel
1609       - 20  # NDRPDR sel
1610       - 21  # NDRPDR sel
1611     csit-vpp-functional-1901-ubuntu1604-virl:
1612       - 48
1613     csit-vpp-functional-1901-centos7-virl:
1614       - 50
1615     csit-vpp-device-1901-ubuntu1804-1n-skx:
1616       - 49
1617     # Not used
1618     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1619       - 1
1620     csit-dmm-functional-1901-ubuntu1604-virl:
1621       - 2
1622     csit-hc2vpp-verify-func-1901-ubuntu1604:
1623       - 3
1624
1625 -
1626   type: "output"
1627   output: "report"
1628   format:
1629     html:
1630     - full
1631     pdf:
1632     - minimal
1633
1634 ################################################################################
1635 ###                               T A B L E S                                ###
1636 ################################################################################
1637
1638 # VPP Compare NICs 3n-hsw 1t1c ndr
1639 -
1640   type: "table"
1641   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1642   algorithm: "table_nics_comparison"
1643   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
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: "NDR" # "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 ndr
1660 -
1661   type: "table"
1662   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1663   algorithm: "table_nics_comparison"
1664   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1665   reference:
1666     title: "Intel-x520"
1667     nic: "NIC_Intel-X520-DA2"
1668   compare:
1669     title: "Intel-x710"
1670     nic: "NIC_Intel-X710"
1671   data: "vpp-nic-comparison-3n-hsw"
1672   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1673   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1674   parameters:
1675   - "name"
1676   - "parent"
1677   - "throughput"
1678   - "tags"
1679
1680 # VPP Compare NICs 3n-hsw 1t1c pdr
1681 -
1682   type: "table"
1683   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1684   algorithm: "table_nics_comparison"
1685   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1686   reference:
1687     title: "Intel-x520"
1688     nic: "NIC_Intel-X520-DA2"
1689   compare:
1690     title: "Intel-x710"
1691     nic: "NIC_Intel-X710"
1692   data: "vpp-nic-comparison-3n-hsw"
1693   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1694   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1695   parameters:
1696   - "name"
1697   - "parent"
1698   - "throughput"
1699   - "tags"
1700
1701 # VPP Compare NICs 3n-hsw 2t2c pdr
1702 -
1703   type: "table"
1704   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1705   algorithm: "table_nics_comparison"
1706   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1707   reference:
1708     title: "Intel-x520"
1709     nic: "NIC_Intel-X520-DA2"
1710   compare:
1711     title: "Intel-x710"
1712     nic: "NIC_Intel-X710"
1713   data: "vpp-nic-comparison-3n-hsw"
1714   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1715   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1716   parameters:
1717   - "name"
1718   - "parent"
1719   - "throughput"
1720   - "tags"
1721
1722 # VPP Compare NICs 3n-hsw 1t1c mrr
1723 -
1724   type: "table"
1725   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1726   algorithm: "table_nics_comparison"
1727   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1728   reference:
1729     title: "Intel-x520"
1730     nic: "NIC_Intel-X520-DA2"
1731   compare:
1732     title: "Intel-x710"
1733     nic: "NIC_Intel-X710"
1734   data: "vpp-nic-comparison-3n-hsw-mrr"
1735   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1736   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1737   parameters:
1738   - "name"
1739   - "parent"
1740   - "result"
1741   - "tags"
1742
1743 # VPP Compare NICs 3n-hsw 2t2c mrr
1744 -
1745   type: "table"
1746   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1747   algorithm: "table_nics_comparison"
1748   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1749   reference:
1750     title: "Intel-x520"
1751     nic: "NIC_Intel-X520-DA2"
1752   compare:
1753     title: "Intel-x710"
1754     nic: "NIC_Intel-X710"
1755   data: "vpp-nic-comparison-3n-hsw-mrr"
1756   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1757   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1758   parameters:
1759   - "name"
1760   - "parent"
1761   - "result"
1762   - "tags"
1763
1764 # VPP Compare NICs 3n-hsw 4t4c mrr
1765 -
1766   type: "table"
1767   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1768   algorithm: "table_nics_comparison"
1769   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1770   reference:
1771     title: "Intel-x520"
1772     nic: "NIC_Intel-X520-DA2"
1773   compare:
1774     title: "Intel-x710"
1775     nic: "NIC_Intel-X710"
1776   data: "vpp-nic-comparison-3n-hsw-mrr"
1777   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1778   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1779   parameters:
1780   - "name"
1781   - "parent"
1782   - "result"
1783   - "tags"
1784
1785 # VPP Compare NICs 3n-skx 2t1c ndr
1786 -
1787   type: "table"
1788   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1789   algorithm: "table_nics_comparison"
1790   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1791   reference:
1792     title: "Intel-x710"
1793     nic: "NIC_Intel-X710"
1794   compare:
1795     title: "Intel-xxv710"
1796     nic: "NIC_Intel-XXV710"
1797   data: "vpp-nic-comparison-3n-skx"
1798   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1799   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1800   parameters:
1801   - "name"
1802   - "parent"
1803   - "throughput"
1804   - "tags"
1805
1806 # VPP Compare NICs 3n-skx 4t2c ndr
1807 -
1808   type: "table"
1809   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1810   algorithm: "table_nics_comparison"
1811   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1812   reference:
1813     title: "Intel-x710"
1814     nic: "NIC_Intel-X710"
1815   compare:
1816     title: "Intel-xxv710"
1817     nic: "NIC_Intel-XXV710"
1818   data: "vpp-nic-comparison-3n-skx"
1819   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1820   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1821   parameters:
1822   - "name"
1823   - "parent"
1824   - "throughput"
1825   - "tags"
1826
1827 # VPP Compare NICs 3n-skx 2t1c pdr
1828 -
1829   type: "table"
1830   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1831   algorithm: "table_nics_comparison"
1832   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1833   reference:
1834     title: "Intel-x710"
1835     nic: "NIC_Intel-X710"
1836   compare:
1837     title: "Intel-xxv710"
1838     nic: "NIC_Intel-XXV710"
1839   data: "vpp-nic-comparison-3n-skx"
1840   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1841   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1842   parameters:
1843   - "name"
1844   - "parent"
1845   - "throughput"
1846   - "tags"
1847
1848  # VPP Compare NICs 3n-skx 4t2c pdr
1849 -
1850   type: "table"
1851   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1852   algorithm: "table_nics_comparison"
1853   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1854   reference:
1855     title: "Intel-x710"
1856     nic: "NIC_Intel-X710"
1857   compare:
1858     title: "Intel-xxv710"
1859     nic: "NIC_Intel-XXV710"
1860   data: "vpp-nic-comparison-3n-skx"
1861   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1862   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1863   parameters:
1864   - "name"
1865   - "parent"
1866   - "throughput"
1867   - "tags"
1868
1869 # VPP Compare NICs 3n-skx 2t1c mrr
1870 -
1871   type: "table"
1872   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1873   algorithm: "table_nics_comparison"
1874   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1875   reference:
1876     title: "Intel-x710"
1877     nic: "NIC_Intel-X710"
1878   compare:
1879     title: "Intel-xxv710"
1880     nic: "NIC_Intel-XXV710"
1881   data: "vpp-nic-comparison-3n-skx-mrr"
1882   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1883   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1884   parameters:
1885   - "name"
1886   - "parent"
1887   - "result"
1888   - "tags"
1889
1890 # VPP Compare NICs 3n-skx 4t2c mrr
1891 -
1892   type: "table"
1893   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1894   algorithm: "table_nics_comparison"
1895   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1896   reference:
1897     title: "Intel-x710"
1898     nic: "NIC_Intel-X710"
1899   compare:
1900     title: "Intel-xxv710"
1901     nic: "NIC_Intel-XXV710"
1902   data: "vpp-nic-comparison-3n-skx-mrr"
1903   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1904   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1905   parameters:
1906   - "name"
1907   - "parent"
1908   - "result"
1909   - "tags"
1910
1911  # VPP Compare NICs 3n-skx 8t4c mrr
1912 -
1913   type: "table"
1914   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1915   algorithm: "table_nics_comparison"
1916   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1917   reference:
1918     title: "Intel-x710"
1919     nic: "NIC_Intel-X710"
1920   compare:
1921     title: "Intel-xxv710"
1922     nic: "NIC_Intel-XXV710"
1923   data: "vpp-nic-comparison-3n-skx-mrr"
1924   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1925   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1926   parameters:
1927   - "name"
1928   - "parent"
1929   - "result"
1930   - "tags"
1931
1932 # VPP Compare NICs 2n-skx 2t1c ndr
1933 -
1934   type: "table"
1935   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1936   algorithm: "table_nics_comparison"
1937   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1938   reference:
1939     title: "Intel-x710"
1940     nic: "NIC_Intel-X710"
1941   compare:
1942     title: "Intel-xxv710"
1943     nic: "NIC_Intel-XXV710"
1944   data: "vpp-nic-comparison-2n-skx"
1945   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1946   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1947   parameters:
1948   - "name"
1949   - "parent"
1950   - "throughput"
1951   - "tags"
1952
1953 # VPP Compare NICs 2n-skx 4t2c ndr
1954 -
1955   type: "table"
1956   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1957   algorithm: "table_nics_comparison"
1958   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1959   reference:
1960     title: "Intel-x710"
1961     nic: "NIC_Intel-X710"
1962   compare:
1963     title: "Intel-xxv710"
1964     nic: "NIC_Intel-XXV710"
1965   data: "vpp-nic-comparison-2n-skx"
1966   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1967   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1968   parameters:
1969   - "name"
1970   - "parent"
1971   - "throughput"
1972   - "tags"
1973
1974  # VPP Compare NICs 2n-skx 2t1c pdr
1975 -
1976   type: "table"
1977   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1978   algorithm: "table_nics_comparison"
1979   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1980   reference:
1981     title: "Intel-x710"
1982     nic: "NIC_Intel-X710"
1983   compare:
1984     title: "Intel-xxv710"
1985     nic: "NIC_Intel-XXV710"
1986   data: "vpp-nic-comparison-2n-skx"
1987   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1988   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1989   parameters:
1990   - "name"
1991   - "parent"
1992   - "throughput"
1993   - "tags"
1994
1995 # VPP Compare NICs 2n-skx 4t2c pdr
1996 -
1997   type: "table"
1998   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1999   algorithm: "table_nics_comparison"
2000   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2001   reference:
2002     title: "Intel-x710"
2003     nic: "NIC_Intel-X710"
2004   compare:
2005     title: "Intel-xxv710"
2006     nic: "NIC_Intel-XXV710"
2007   data: "vpp-nic-comparison-2n-skx"
2008   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2009   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2010   parameters:
2011   - "name"
2012   - "parent"
2013   - "throughput"
2014   - "tags"
2015
2016 # VPP Compare NICs 2n-skx 2t1c mrr
2017 -
2018   type: "table"
2019   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2020   algorithm: "table_nics_comparison"
2021   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2022   reference:
2023     title: "Intel-x710"
2024     nic: "NIC_Intel-X710"
2025   compare:
2026     title: "Intel-xxv710"
2027     nic: "NIC_Intel-XXV710"
2028   data: "vpp-nic-comparison-2n-skx-mrr"
2029   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2030   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2031   parameters:
2032   - "name"
2033   - "parent"
2034   - "result"
2035   - "tags"
2036
2037 # VPP Compare NICs 2n-skx 4t2c mrr
2038 -
2039   type: "table"
2040   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2041   algorithm: "table_nics_comparison"
2042   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2043   reference:
2044     title: "Intel-x710"
2045     nic: "NIC_Intel-X710"
2046   compare:
2047     title: "Intel-xxv710"
2048     nic: "NIC_Intel-XXV710"
2049   data: "vpp-nic-comparison-2n-skx-mrr"
2050   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2051   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2052   parameters:
2053   - "name"
2054   - "parent"
2055   - "result"
2056   - "tags"
2057
2058 # VPP Compare NICs 2n-skx 8t4c mrr
2059 -
2060   type: "table"
2061   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2062   algorithm: "table_nics_comparison"
2063   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2064   reference:
2065     title: "Intel-x710"
2066     nic: "NIC_Intel-X710"
2067   compare:
2068     title: "Intel-xxv710"
2069     nic: "NIC_Intel-XXV710"
2070   data: "vpp-nic-comparison-2n-skx-mrr"
2071   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2072   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2073   parameters:
2074   - "name"
2075   - "parent"
2076   - "result"
2077   - "tags"
2078
2079 ################################################################################
2080 # VPP
2081
2082 # VPP Performance Changes 3n-hsw 1t1c pdr
2083 -
2084   type: "table"
2085   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2086   algorithm: "table_performance_comparison"
2087   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2088   history:
2089     -
2090       title: "rls1807"
2091       data: "vpp-performance-changes-3n-hsw-h1"
2092   reference:
2093     title: "rls1810"
2094     data: "vpp-performance-changes-3n-hsw-ref"
2095   compare:
2096     title: "rls1901"
2097     data: "vpp-performance-changes-3n-hsw-cmp"
2098   data: "vpp-performance-changes-3n-hsw"
2099   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2100   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2101   parameters:
2102   - "name"
2103   - "parent"
2104   - "throughput"
2105
2106 # VPP Performance Changes 3n-hsw 2t2c pdr
2107 -
2108   type: "table"
2109   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2110   algorithm: "table_performance_comparison"
2111   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2112   history:
2113     -
2114       title: "rls1807"
2115       data: "vpp-performance-changes-3n-hsw-h1"
2116   reference:
2117     title: "rls1810"
2118     data: "vpp-performance-changes-3n-hsw-ref"
2119   compare:
2120     title: "rls1901"
2121     data: "vpp-performance-changes-3n-hsw-cmp"
2122   data: "vpp-performance-changes-3n-hsw"
2123   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2124   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2125   parameters:
2126   - "name"
2127   - "parent"
2128   - "throughput"
2129
2130 # VPP Performance Changes 3n-hsw 1t1c ndr
2131 -
2132   type: "table"
2133   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2134   algorithm: "table_performance_comparison"
2135   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2136   history:
2137     -
2138       title: "rls1807"
2139       data: "vpp-performance-changes-3n-hsw-h1"
2140   reference:
2141     title: "rls1810"
2142     data: "vpp-performance-changes-3n-hsw-ref"
2143   compare:
2144     title: "rls1901"
2145     data: "vpp-performance-changes-3n-hsw-cmp"
2146   data: "vpp-performance-changes-3n-hsw"
2147   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2148   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2149   parameters:
2150   - "name"
2151   - "parent"
2152   - "throughput"
2153
2154 # VPP Performance Changes 3n-hsw 2t2c ndr
2155 -
2156   type: "table"
2157   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2158   algorithm: "table_performance_comparison"
2159   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2160   history:
2161     -
2162       title: "rls1807"
2163       data: "vpp-performance-changes-3n-hsw-h1"
2164   reference:
2165     title: "rls1810"
2166     data: "vpp-performance-changes-3n-hsw-ref"
2167   compare:
2168     title: "rls1901"
2169     data: "vpp-performance-changes-3n-hsw-cmp"
2170   data: "vpp-performance-changes-3n-hsw"
2171   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2172   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2173   parameters:
2174   - "name"
2175   - "parent"
2176   - "throughput"
2177
2178 # VPP Performance Changes 3n-skx 2t1c pdr
2179 -
2180   type: "table"
2181   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2182   algorithm: "table_performance_comparison"
2183   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2184   history:
2185     -
2186       title: "rls1807"
2187       data: "vpp-performance-changes-3n-skx-h1"
2188   reference:
2189     title: "rls1810"
2190     data: "vpp-performance-changes-3n-skx-ref"
2191   compare:
2192     title: "rls1901"
2193     data: "vpp-performance-changes-3n-skx-cmp"
2194   data: "vpp-performance-changes-3n-skx"
2195   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2196   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2197   parameters:
2198   - "name"
2199   - "parent"
2200   - "throughput"
2201
2202 # VPP Performance Changes 3n-skx 4t2c pdr
2203 -
2204   type: "table"
2205   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2206   algorithm: "table_performance_comparison"
2207   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2208   history:
2209     -
2210       title: "rls1807"
2211       data: "vpp-performance-changes-3n-skx-h1"
2212   reference:
2213     title: "rls1810"
2214     data: "vpp-performance-changes-3n-skx-ref"
2215   compare:
2216     title: "rls1901"
2217     data: "vpp-performance-changes-3n-skx-cmp"
2218   data: "vpp-performance-changes-3n-skx"
2219   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2220   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2221   parameters:
2222   - "name"
2223   - "parent"
2224   - "throughput"
2225
2226 # VPP Performance Changes 3n-skx 2t1c ndr
2227 -
2228   type: "table"
2229   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2230   algorithm: "table_performance_comparison"
2231   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2232   history:
2233     -
2234       title: "rls1807"
2235       data: "vpp-performance-changes-3n-skx-h1"
2236   reference:
2237     title: "rls1810"
2238     data: "vpp-performance-changes-3n-skx-ref"
2239   compare:
2240     title: "rls1901"
2241     data: "vpp-performance-changes-3n-skx-cmp"
2242   data: "vpp-performance-changes-3n-skx"
2243   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2244   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2245   parameters:
2246   - "name"
2247   - "parent"
2248   - "throughput"
2249
2250 # VPP Performance Changes 3n-skx 4t2c ndr
2251 -
2252   type: "table"
2253   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2254   algorithm: "table_performance_comparison"
2255   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2256   history:
2257     -
2258       title: "rls1807"
2259       data: "vpp-performance-changes-3n-skx-h1"
2260   reference:
2261     title: "rls1810"
2262     data: "vpp-performance-changes-3n-skx-ref"
2263   compare:
2264     title: "rls1901"
2265     data: "vpp-performance-changes-3n-skx-cmp"
2266   data: "vpp-performance-changes-3n-skx"
2267   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2268   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2269   parameters:
2270   - "name"
2271   - "parent"
2272   - "throughput"
2273
2274 # VPP Performance Changes 2n-skx 2t1c pdr
2275 -
2276   type: "table"
2277   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2278   algorithm: "table_performance_comparison"
2279   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2280   history:
2281     -
2282       title: "rls1807"
2283       data: "vpp-performance-changes-2n-skx-h1"
2284   reference:
2285     title: "rls1810"
2286     data: "vpp-performance-changes-2n-skx-ref"
2287   compare:
2288     title: "rls1901"
2289     data: "vpp-performance-changes-2n-skx-cmp"
2290   data: "vpp-performance-changes-2n-skx"
2291   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2292   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2293   parameters:
2294   - "name"
2295   - "parent"
2296   - "throughput"
2297
2298 # VPP Performance Changes 2n-skx 4t2c pdr
2299 -
2300   type: "table"
2301   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2302   algorithm: "table_performance_comparison"
2303   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2304   history:
2305     - title: "rls1807"
2306       data: "vpp-performance-changes-2n-skx-h1"
2307   reference:
2308     title: "rls1810"
2309     data: "vpp-performance-changes-2n-skx-ref"
2310   compare:
2311     title: "rls1901"
2312     data: "vpp-performance-changes-2n-skx-cmp"
2313   data: "vpp-performance-changes-2n-skx"
2314   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2315   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2316   parameters:
2317   - "name"
2318   - "parent"
2319   - "throughput"
2320
2321 # VPP Performance Changes 2n-skx 2t1c ndr
2322 -
2323   type: "table"
2324   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2325   algorithm: "table_performance_comparison"
2326   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2327   history:
2328     - title: "rls1807"
2329       data: "vpp-performance-changes-2n-skx-h1"
2330   reference:
2331     title: "rls1810"
2332     data: "vpp-performance-changes-2n-skx-ref"
2333   compare:
2334     title: "rls1901"
2335     data: "vpp-performance-changes-2n-skx-cmp"
2336   data: "vpp-performance-changes-2n-skx"
2337   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2338   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2339   parameters:
2340   - "name"
2341   - "parent"
2342   - "throughput"
2343
2344 # VPP Performance Changes 2n-skx 4t2c ndr
2345 -
2346   type: "table"
2347   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2348   algorithm: "table_performance_comparison"
2349   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2350   history:
2351     - title: "rls1807"
2352       data: "vpp-performance-changes-2n-skx-h1"
2353   reference:
2354     title: "rls1810"
2355     data: "vpp-performance-changes-2n-skx-ref"
2356   compare:
2357     title: "rls1901"
2358     data: "vpp-performance-changes-2n-skx-cmp"
2359   data: "vpp-performance-changes-2n-skx"
2360   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2361   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2362   parameters:
2363   - "name"
2364   - "parent"
2365   - "throughput"
2366
2367 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2368 -
2369   type: "table"
2370   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2371   algorithm: "table_performance_comparison"
2372   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2373   reference:
2374     title: "3-Node Hsw"
2375     data: "vpp-compare-testbeds-ref"
2376   compare:
2377     title: "3-Node Skx"
2378     data: "vpp-compare-testbeds-cmp"
2379   data: "vpp-compare-testbeds"
2380   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2381   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2382   parameters:
2383   - "name"
2384   - "parent"
2385   - "throughput"
2386
2387 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2388 -
2389   type: "table"
2390   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2391   algorithm: "table_performance_comparison"
2392   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2393   reference:
2394     title: "3-Node Hsw"
2395     data: "vpp-compare-testbeds-ref"
2396   compare:
2397     title: "3-Node Skx"
2398     data: "vpp-compare-testbeds-cmp"
2399   data: "vpp-compare-testbeds"
2400   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2401   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2402   parameters:
2403   - "name"
2404   - "parent"
2405   - "throughput"
2406
2407 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2408 -
2409   type: "table"
2410   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2411   algorithm: "table_performance_comparison"
2412   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2413   reference:
2414     title: "3-Node Hsw"
2415     data: "vpp-compare-testbeds-ref"
2416   compare:
2417     title: "3-Node Skx"
2418     data: "vpp-compare-testbeds-cmp"
2419   data: "vpp-compare-testbeds"
2420   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2421   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2422   parameters:
2423   - "name"
2424   - "parent"
2425   - "throughput"
2426
2427 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2428 -
2429   type: "table"
2430   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2431   algorithm: "table_performance_comparison"
2432   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2433   reference:
2434     title: "3-Node Hsw"
2435     data: "vpp-compare-testbeds-ref"
2436   compare:
2437     title: "3-Node Skx"
2438     data: "vpp-compare-testbeds-cmp"
2439   data: "vpp-compare-testbeds"
2440   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2441   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2442   parameters:
2443   - "name"
2444   - "parent"
2445   - "throughput"
2446
2447 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2448 -
2449   type: "table"
2450   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2451   algorithm: "table_performance_comparison"
2452   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2453   reference:
2454     title: "3-Node Skx"
2455     data: "vpp-compare-topologies-ref"
2456   compare:
2457     title: "2-Node Skx"
2458     data: "vpp-compare-topologies-cmp"
2459   data: "vpp-compare-topologies"
2460   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2461   filter: "'NDRPDR' and '1C'"
2462   parameters:
2463   - "name"
2464   - "parent"
2465   - "throughput"
2466
2467 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2468 -
2469   type: "table"
2470   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2471   algorithm: "table_performance_comparison"
2472   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2473   reference:
2474     title: "3-Node Skx"
2475     data: "vpp-compare-topologies-ref"
2476   compare:
2477     title: "2-Node Skx"
2478     data: "vpp-compare-topologies-cmp"
2479   data: "vpp-compare-topologies"
2480   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2481   filter: "'NDRPDR' and '2C'"
2482   parameters:
2483   - "name"
2484   - "parent"
2485   - "throughput"
2486
2487 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2488 -
2489   type: "table"
2490   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2491   algorithm: "table_performance_comparison"
2492   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2493   reference:
2494     title: "3-Node Skx"
2495     data: "vpp-compare-topologies-ref"
2496   compare:
2497     title: "2-Node Skx"
2498     data: "vpp-compare-topologies-cmp"
2499   data: "vpp-compare-topologies"
2500   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2501   filter: "'NDRPDR' and '1C'"
2502   parameters:
2503   - "name"
2504   - "parent"
2505   - "throughput"
2506
2507 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2508 -
2509   type: "table"
2510   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2511   algorithm: "table_performance_comparison"
2512   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2513   reference:
2514     title: "3-Node Skx"
2515     data: "vpp-compare-topologies-ref"
2516   compare:
2517     title: "2-Node Skx"
2518     data: "vpp-compare-topologies-cmp"
2519   data: "vpp-compare-topologies"
2520   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2521   filter: "'NDRPDR' and '2C'"
2522   parameters:
2523   - "name"
2524   - "parent"
2525   - "throughput"
2526
2527 # VPP Performance Changes 3n-hsw 1t1c MRR
2528 -
2529   type: "table"
2530   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2531   algorithm: "table_performance_comparison"
2532   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2533   history:
2534     -
2535       title: "rls1807"
2536       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2537   reference:
2538     title: "rls1810"
2539     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2540   compare:
2541     title: "rls1901"
2542     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2543   data: "vpp-performance-changes-3n-hsw-mrr"
2544   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2545   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2546   parameters:
2547   - "name"
2548   - "parent"
2549   - "result"
2550
2551 # VPP Performance Changes 3n-hsw 2t2c MRR
2552 -
2553   type: "table"
2554   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2555   algorithm: "table_performance_comparison"
2556   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2557   history:
2558     -
2559       title: "rls1807"
2560       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2561   reference:
2562     title: "rls1810"
2563     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2564   compare:
2565     title: "rls1901"
2566     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2567   data: "vpp-performance-changes-3n-hsw-mrr"
2568   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2569   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2570   parameters:
2571   - "name"
2572   - "parent"
2573   - "result"
2574
2575 # VPP Performance Changes 3n-hsw 4t4c MRR
2576 -
2577   type: "table"
2578   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2579   algorithm: "table_performance_comparison"
2580   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2581   history:
2582     -
2583       title: "rls1807"
2584       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2585   reference:
2586     title: "rls1810"
2587     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2588   compare:
2589     title: "rls1901"
2590     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2591   data: "vpp-performance-changes-3n-hsw-mrr"
2592   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2593   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2594   parameters:
2595   - "name"
2596   - "parent"
2597   - "result"
2598
2599 # VPP Performance Changes 3n-skx 2t1c MRR
2600 -
2601   type: "table"
2602   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2603   algorithm: "table_performance_comparison"
2604   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2605   history:
2606     -
2607       title: "rls1807"
2608       data: "vpp-performance-changes-3n-skx-mrr-h1"
2609   reference:
2610     title: "rls1810"
2611     data: "vpp-performance-changes-3n-skx-mrr-ref"
2612   compare:
2613     title: "rls1901"
2614     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2615   data: "vpp-performance-changes-3n-skx-mrr"
2616   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2617   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2618   parameters:
2619   - "name"
2620   - "parent"
2621   - "result"
2622
2623 # VPP Performance Changes 3n-skx 4t2c MRR
2624 -
2625   type: "table"
2626   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2627   algorithm: "table_performance_comparison"
2628   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2629   history:
2630     -
2631       title: "rls1807"
2632       data: "vpp-performance-changes-3n-skx-mrr-h1"
2633   reference:
2634     title: "rls1810"
2635     data: "vpp-performance-changes-3n-skx-mrr-ref"
2636   compare:
2637     title: "rls1901"
2638     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2639   data: "vpp-performance-changes-3n-skx-mrr"
2640   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2641   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2642   parameters:
2643   - "name"
2644   - "parent"
2645   - "result"
2646
2647 # VPP Performance Changes 3n-skx 8t4c MRR
2648 -
2649   type: "table"
2650   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2651   algorithm: "table_performance_comparison"
2652   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2653   history:
2654     -
2655       title: "rls1807"
2656       data: "vpp-performance-changes-3n-skx-mrr-h1"
2657   reference:
2658     title: "rls1810"
2659     data: "vpp-performance-changes-3n-skx-mrr-ref"
2660   compare:
2661     title: "rls1901"
2662     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2663   data: "vpp-performance-changes-3n-skx-mrr"
2664   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2665   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2666   parameters:
2667   - "name"
2668   - "parent"
2669   - "result"
2670
2671 # VPP Performance Changes 2n-skx 2t1c MRR
2672 -
2673   type: "table"
2674   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2675   algorithm: "table_performance_comparison"
2676   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2677   history:
2678     -
2679       title: "rls1807"
2680       data: "vpp-performance-changes-2n-skx-mrr-h1"
2681   reference:
2682     title: "rls1810"
2683     data: "vpp-performance-changes-2n-skx-mrr-ref"
2684   compare:
2685     title: "rls1901"
2686     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2687   data: "vpp-performance-changes-2n-skx-mrr"
2688   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2689   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2690   parameters:
2691   - "name"
2692   - "parent"
2693   - "result"
2694
2695 # VPP Performance Changes 2n-skx 4t2c MRR
2696 -
2697   type: "table"
2698   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2699   algorithm: "table_performance_comparison"
2700   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2701   history:
2702     -
2703       title: "rls1807"
2704       data: "vpp-performance-changes-2n-skx-mrr-h1"
2705   reference:
2706     title: "rls1810"
2707     data: "vpp-performance-changes-2n-skx-mrr-ref"
2708   compare:
2709     title: "rls1901"
2710     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2711   data: "vpp-performance-changes-2n-skx-mrr"
2712   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2713   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2714   parameters:
2715   - "name"
2716   - "parent"
2717   - "result"
2718
2719 # VPP Performance Changes 2n-skx 8t4c MRR
2720 -
2721   type: "table"
2722   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2723   algorithm: "table_performance_comparison"
2724   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2725   history:
2726     -
2727       title: "rls1807"
2728       data: "vpp-performance-changes-2n-skx-mrr-h1"
2729   reference:
2730     title: "rls1810"
2731     data: "vpp-performance-changes-2n-skx-mrr-ref"
2732   compare:
2733     title: "rls1901"
2734     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2735   data: "vpp-performance-changes-2n-skx-mrr"
2736   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2737   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2738   parameters:
2739   - "name"
2740   - "parent"
2741   - "result"
2742
2743 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2744 -
2745   type: "table"
2746   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2747   algorithm: "table_performance_comparison"
2748   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2749   reference:
2750     title: "3-Node Hsw"
2751     data: "vpp-compare-testbeds-mrr-ref"
2752   compare:
2753     title: "3-Node Skx"
2754     data: "vpp-compare-testbeds-mrr-cmp"
2755   data: "vpp-compare-testbeds-mrr"
2756   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2757   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2758   parameters:
2759   - "name"
2760   - "parent"
2761   - "result"
2762
2763 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2764 -
2765   type: "table"
2766   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2767   algorithm: "table_performance_comparison"
2768   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2769   reference:
2770     title: "3-Node Hsw"
2771     data: "vpp-compare-testbeds-mrr-ref"
2772   compare:
2773     title: "3-Node Skx"
2774     data: "vpp-compare-testbeds-mrr-cmp"
2775   data: "vpp-compare-testbeds-mrr"
2776   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2777   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2778   parameters:
2779   - "name"
2780   - "parent"
2781   - "result"
2782
2783 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2784 -
2785   type: "table"
2786   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2787   algorithm: "table_performance_comparison"
2788   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2789   reference:
2790     title: "3-Node Hsw"
2791     data: "vpp-compare-testbeds-mrr-ref"
2792   compare:
2793     title: "3-Node Skx"
2794     data: "vpp-compare-testbeds-mrr-cmp"
2795   data: "vpp-compare-testbeds-mrr"
2796   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2797   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2798   parameters:
2799   - "name"
2800   - "parent"
2801   - "result"
2802
2803 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2804 -
2805   type: "table"
2806   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2807   algorithm: "table_performance_comparison"
2808   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2809   reference:
2810     title: "3-Node Skx"
2811     data: "vpp-compare-topologies-mrr-ref"
2812   compare:
2813     title: "2-Node Skx"
2814     data: "vpp-compare-topologies-mrr-cmp"
2815   data: "vpp-compare-topologies-mrr"
2816   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2817   filter: "'MRR' and '1C'"
2818   parameters:
2819   - "name"
2820   - "parent"
2821   - "result"
2822
2823 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2824 -
2825   type: "table"
2826   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2827   algorithm: "table_performance_comparison"
2828   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2829   reference:
2830     title: "3-Node Skx"
2831     data: "vpp-compare-topologies-mrr-ref"
2832   compare:
2833     title: "2-Node Skx"
2834     data: "vpp-compare-topologies-mrr-cmp"
2835   data: "vpp-compare-topologies-mrr"
2836   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2837   filter: "'MRR' and '2C'"
2838   parameters:
2839   - "name"
2840   - "parent"
2841   - "result"
2842
2843 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2844 -
2845   type: "table"
2846   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2847   algorithm: "table_performance_comparison"
2848   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2849   reference:
2850     title: "3-Node Skx"
2851     data: "vpp-compare-topologies-mrr-ref"
2852   compare:
2853     title: "2-Node Skx"
2854     data: "vpp-compare-topologies-mrr-cmp"
2855   data: "vpp-compare-topologies-mrr"
2856   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2857   filter: "'MRR' and '4C'"
2858   parameters:
2859   - "name"
2860   - "parent"
2861   - "result"
2862
2863 # Detailed Test Results - VPP Performance Results 3n-hsw
2864 -
2865   type: "table"
2866   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2867   algorithm: "table_merged_details"
2868   output-file-ext: ".csv"
2869   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2870   columns:
2871   -
2872     title: "Name"
2873     data: "data name"
2874   -
2875     title: "Status"
2876     data: "data msg"
2877   rows: "generated"
2878   data: "vpp-perf-results-3n-hsw"
2879   filter: "not 'NDRCHK' and not 'PDRCHK'"
2880   parameters:
2881   - "name"
2882   - "parent"
2883   - "msg"
2884
2885 # Detailed Test Results - VPP Performance Results 3n-skx
2886 -
2887   type: "table"
2888   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2889   algorithm: "table_merged_details"
2890   output-file-ext: ".csv"
2891   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2892   columns:
2893   -
2894     title: "Name"
2895     data: "data name"
2896   -
2897     title: "Status"
2898     data: "data msg"
2899   rows: "generated"
2900   data: "vpp-perf-results-3n-skx"
2901   filter: "not 'NDRCHK' and not 'PDRCHK'"
2902   parameters:
2903   - "name"
2904   - "parent"
2905   - "msg"
2906
2907 # Detailed Test Results - VPP Performance Results 2n-skx
2908 -
2909   type: "table"
2910   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2911   algorithm: "table_merged_details"
2912   output-file-ext: ".csv"
2913   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2914   columns:
2915   -
2916     title: "Name"
2917     data: "data name"
2918   -
2919     title: "Status"
2920     data: "data msg"
2921   rows: "generated"
2922   data: "vpp-perf-results-2n-skx"
2923   filter: "not 'NDRCHK' and not 'PDRCHK'"
2924   parameters:
2925   - "name"
2926   - "parent"
2927   - "msg"
2928
2929 # Detailed Test Results - VPP Performance Results 2n-dnv
2930 -
2931   type: "table"
2932   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2933   algorithm: "table_details"
2934   output-file-ext: ".csv"
2935   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2936   columns:
2937   -
2938     title: "Name"
2939     data: "data name"
2940   -
2941     title: "Status"
2942     data: "data msg"
2943   rows: "generated"
2944   data: "intel-dnv-vpp"
2945   filter: "'NDRPDR'"
2946   parameters:
2947   - "name"
2948   - "parent"
2949   - "msg"
2950
2951 # Test configuration - VPP Performance Test Configs 3n-hsw
2952 -
2953   type: "table"
2954   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2955   algorithm: "table_merged_details"
2956   output-file-ext: ".csv"
2957   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2958   columns:
2959   -
2960     title: "Name"
2961     data: "data name"
2962   -
2963     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2964     data: "data vat-history"
2965   rows: "generated"
2966   data: "vpp-perf-results-3n-hsw"
2967   filter: "not 'NDRCHK' and not 'PDRCHK'"
2968   parameters:
2969   - "parent"
2970   - "name"
2971   - "vat-history"
2972
2973 # Test configuration - VPP Performance Test Configs 3n-skx
2974 -
2975   type: "table"
2976   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2977   algorithm: "table_merged_details"
2978   output-file-ext: ".csv"
2979   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2980   columns:
2981   -
2982     title: "Name"
2983     data: "data name"
2984   -
2985     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2986     data: "data vat-history"
2987   rows: "generated"
2988   data: "vpp-perf-results-3n-skx"
2989   filter: "not 'NDRCHK' and not 'PDRCHK'"
2990   parameters:
2991   - "parent"
2992   - "name"
2993   - "vat-history"
2994
2995 # Test configuration - VPP Performance Test Configs 2n-skx
2996 -
2997   type: "table"
2998   title: "Test configuration - VPP Performance Test Configs 2n-skx"
2999   algorithm: "table_merged_details"
3000   output-file-ext: ".csv"
3001   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3002   columns:
3003   -
3004     title: "Name"
3005     data: "data name"
3006   -
3007     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3008     data: "data vat-history"
3009   rows: "generated"
3010   data: "vpp-perf-results-2n-skx"
3011   filter: "not 'NDRCHK' and not 'PDRCHK'"
3012   parameters:
3013   - "parent"
3014   - "name"
3015   - "vat-history"
3016
3017 # Test configuration - VPP Performance Test Configs 2n-dnv
3018 -
3019   type: "table"
3020   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3021   algorithm: "table_details"
3022   output-file-ext: ".csv"
3023   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3024   columns:
3025   -
3026     title: "Name"
3027     data: "data name"
3028   -
3029     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3030     data: "data vat-history"
3031   rows: "generated"
3032   data: "intel-dnv-vpp"
3033   filter: "'NDRPDR'"
3034   parameters:
3035   - "parent"
3036   - "name"
3037   - "vat-history"
3038
3039 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3040 -
3041   type: "table"
3042   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3043   algorithm: "table_merged_details"
3044   output-file-ext: ".csv"
3045   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3046   columns:
3047   -
3048     title: "Name"
3049     data: "data name"
3050   -
3051     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3052     data: "data show-run"
3053   rows: "generated"
3054   data: "vpp-perf-results-3n-hsw"
3055   filter: "not 'NDRCHK' and not 'PDRCHK'"
3056   parameters:
3057   - "parent"
3058   - "name"
3059   - "show-run"
3060
3061 # Test Operational Data - VPP Performance Operational Data 3n-skx
3062 -
3063   type: "table"
3064   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3065   algorithm: "table_merged_details"
3066   output-file-ext: ".csv"
3067   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3068   columns:
3069   -
3070     title: "Name"
3071     data: "data name"
3072   -
3073     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3074     data: "data show-run"
3075   rows: "generated"
3076   data: "vpp-perf-results-3n-skx"
3077   filter: "not 'NDRCHK' and not 'PDRCHK'"
3078   parameters:
3079   - "parent"
3080   - "name"
3081   - "show-run"
3082
3083 # Test Operational Data - VPP Performance Operational Data 2n-skx
3084 -
3085   type: "table"
3086   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3087   algorithm: "table_merged_details"
3088   output-file-ext: ".csv"
3089   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3090   columns:
3091   -
3092     title: "Name"
3093     data: "data name"
3094   -
3095     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3096     data: "data show-run"
3097   rows: "generated"
3098   data: "vpp-perf-results-2n-skx"
3099   filter: "not 'NDRCHK' and not 'PDRCHK'"
3100   parameters:
3101   - "parent"
3102   - "name"
3103   - "show-run"
3104
3105 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3106 -
3107   type: "table"
3108   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3109   algorithm: "table_details"
3110   output-file-ext: ".csv"
3111   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3112   columns:
3113   -
3114     title: "Name"
3115     data: "data name"
3116   -
3117     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3118     data: "data show-run"
3119   rows: "generated"
3120   data: "intel-dnv-vpp"
3121   filter: "'NDRPDR'"
3122   parameters:
3123   - "parent"
3124   - "name"
3125   - "show-run"
3126
3127 # Detailed Test Results - VPP MRR Results 3n-hsw
3128 -
3129   type: "table"
3130   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3131   algorithm: "table_details"
3132   output-file-ext: ".csv"
3133   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3134   columns:
3135   -
3136     title: "Name"
3137     data: "data name"
3138   -
3139     title: "Status"
3140     data: "data msg"
3141   rows: "generated"
3142   data: "vpp-mrr-results-3n-hsw"
3143   filter: "'MRR'"
3144   parameters:
3145   - "name"
3146   - "parent"
3147   - "msg"
3148
3149 # Detailed Test Results - VPP MRR Results 3n-skx
3150 -
3151   type: "table"
3152   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3153   algorithm: "table_details"
3154   output-file-ext: ".csv"
3155   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3156   columns:
3157   -
3158     title: "Name"
3159     data: "data name"
3160   -
3161     title: "Status"
3162     data: "data msg"
3163   rows: "generated"
3164   data: "vpp-mrr-results-3n-skx"
3165   filter: "'MRR'"
3166   parameters:
3167   - "name"
3168   - "parent"
3169   - "msg"
3170
3171 # Detailed Test Results - VPP MRR Results 2n-skx
3172 -
3173   type: "table"
3174   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3175   algorithm: "table_details"
3176   output-file-ext: ".csv"
3177   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3178   columns:
3179   -
3180     title: "Name"
3181     data: "data name"
3182   -
3183     title: "Status"
3184     data: "data msg"
3185   rows: "generated"
3186   data: "vpp-mrr-results-2n-skx"
3187   filter: "'MRR'"
3188   parameters:
3189   - "name"
3190   - "parent"
3191   - "msg"
3192
3193 # Detailed Test Results - VPP MRR Results 2n-dnv
3194 -
3195   type: "table"
3196   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3197   algorithm: "table_details"
3198   output-file-ext: ".csv"
3199   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3200   columns:
3201   -
3202     title: "Name"
3203     data: "data name"
3204   -
3205     title: "Status"
3206     data: "data msg"
3207   rows: "generated"
3208   data: "intel-dnv-vpp"
3209   filter: "'MRR'"
3210   parameters:
3211   - "name"
3212   - "parent"
3213   - "msg"
3214
3215 # Test configuration - VPP MRR Test Configs 3n-hsw
3216 -
3217   type: "table"
3218   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3219   algorithm: "table_details"
3220   output-file-ext: ".csv"
3221   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3222   columns:
3223   -
3224     title: "Name"
3225     data: "data name"
3226   -
3227     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3228     data: "data vat-history"
3229   rows: "generated"
3230   data: "vpp-mrr-results-3n-hsw"
3231   filter: "'MRR'"
3232   parameters:
3233   - "parent"
3234   - "name"
3235   - "vat-history"
3236
3237 # Test configuration - VPP MRR Test Configs 3n-skx
3238 -
3239   type: "table"
3240   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3241   algorithm: "table_details"
3242   output-file-ext: ".csv"
3243   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3244   columns:
3245   -
3246     title: "Name"
3247     data: "data name"
3248   -
3249     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3250     data: "data vat-history"
3251   rows: "generated"
3252   data: "vpp-mrr-results-3n-skx"
3253   filter: "'MRR'"
3254   parameters:
3255   - "parent"
3256   - "name"
3257   - "vat-history"
3258
3259 # Test configuration - VPP MRR Test Configs 2n-skx
3260 -
3261   type: "table"
3262   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3263   algorithm: "table_details"
3264   output-file-ext: ".csv"
3265   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3266   columns:
3267   -
3268     title: "Name"
3269     data: "data name"
3270   -
3271     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3272     data: "data vat-history"
3273   rows: "generated"
3274   data: "vpp-mrr-results-2n-skx"
3275   filter: "'MRR'"
3276   parameters:
3277   - "parent"
3278   - "name"
3279   - "vat-history"
3280
3281 # Test configuration - VPP MRR Test Configs 2n-dnv
3282 -
3283   type: "table"
3284   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3285   algorithm: "table_details"
3286   output-file-ext: ".csv"
3287   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3288   columns:
3289   -
3290     title: "Name"
3291     data: "data name"
3292   -
3293     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3294     data: "data vat-history"
3295   rows: "generated"
3296   data: "intel-dnv-vpp"
3297   filter: "'MRR'"
3298   parameters:
3299   - "parent"
3300   - "name"
3301   - "vat-history"
3302
3303 # Detailed Test Results - VPP Functional Results - Ubuntu
3304 -
3305   type: "table"
3306   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3307   algorithm: "table_details"
3308   output-file-ext: ".csv"
3309   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3310   columns:
3311   -
3312     title: "Name"
3313     data: "data name"
3314   -
3315     title: "Documentation"
3316     data: "data doc"
3317   -
3318     title: "Status"
3319     data: "data status"
3320   rows: "generated"
3321   data: "vpp-func-results-ubuntu"
3322   filter: "all"
3323   parameters:
3324   - "name"
3325   - "parent"
3326   - "doc"
3327   - "status"
3328
3329 # Detailed Test Results - VPP Functional Results - CentOS
3330 -
3331   type: "table"
3332   title: "Detailed Test Results - VPP Functional Results - CentOS"
3333   algorithm: "table_details"
3334   output-file-ext: ".csv"
3335   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3336   columns:
3337   -
3338     title: "Name"
3339     data: "data name"
3340   -
3341     title: "Documentation"
3342     data: "data doc"
3343   -
3344     title: "Status"
3345     data: "data status"
3346   rows: "generated"
3347   data:
3348     "vpp-func-results-centos"
3349   filter: "all"
3350   parameters:
3351   - "name"
3352   - "parent"
3353   - "doc"
3354   - "status"
3355
3356 # Test configuration - VPP Functional Test Configs - Ubuntu
3357 -
3358   type: "table"
3359   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3360   algorithm: "table_details"
3361   output-file-ext: ".csv"
3362   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3363   columns:
3364   -
3365     title: "Name"
3366     data: "data name"
3367   -
3368     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3369     data: "data vat-history"
3370   rows: "generated"
3371   data: "vpp-func-results-ubuntu"
3372   filter: "all"
3373   parameters:
3374   - "parent"
3375   - "name"
3376   - "vat-history"
3377
3378 # Test configuration - VPP Functional Test Configs - CentOS
3379 -
3380   type: "table"
3381   title: "Test configuration - VPP Functional Test Configs - CentOS"
3382   algorithm: "table_details"
3383   output-file-ext: ".csv"
3384   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3385   columns:
3386   -
3387     title: "Name"
3388     data: "data name"
3389   -
3390     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3391     data: "data vat-history"
3392   rows: "generated"
3393   data: "vpp-func-results-centos"
3394   filter: "all"
3395   parameters:
3396   - "parent"
3397   - "name"
3398   - "vat-history"
3399
3400 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3401 -
3402   type: "table"
3403   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3404   algorithm: "table_details"
3405   output-file-ext: ".csv"
3406   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3407   columns:
3408   -
3409     title: "Name"
3410     data: "data name"
3411   -
3412     title: "Status"
3413     data: "data msg"
3414   rows: "generated"
3415   data: "ligato-perf-results-3n-hsw"
3416   filter: "all"
3417   parameters:
3418   - "name"
3419   - "parent"
3420   - "msg"
3421
3422 # Detailed Test Results - VPP Device Results - Ubuntu
3423 -
3424   type: "table"
3425   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3426   algorithm: "table_details"
3427   output-file-ext: ".csv"
3428   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3429   columns:
3430   -
3431     title: "Name"
3432     data: "data name"
3433   -
3434     title: "Documentation"
3435     data: "data doc"
3436   -
3437     title: "Status"
3438     data: "data status"
3439   rows: "generated"
3440   data: "vpp-device-results-ubuntu"
3441   filter: "all"
3442   parameters:
3443   - "name"
3444   - "parent"
3445   - "doc"
3446   - "status"
3447
3448 # Test configuration - VPP Device Test Configs - Ubuntu
3449 -
3450   type: "table"
3451   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3452   algorithm: "table_details"
3453   output-file-ext: ".csv"
3454   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3455   columns:
3456   -
3457     title: "Name"
3458     data: "data name"
3459   -
3460     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3461     data: "data vat-history"
3462   rows: "generated"
3463   data: "vpp-device-results-ubuntu"
3464   filter: "all"
3465   parameters:
3466   - "parent"
3467   - "name"
3468   - "vat-history"
3469
3470 ################################################################################
3471
3472 # DPDK Performance Changes 3n-hsw 1t1c pdr
3473 -
3474   type: "table"
3475   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3476   algorithm: "table_performance_comparison"
3477   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3478   history:
3479     -
3480       title: "rls1807"
3481       data: "dpdk-performance-changes-3n-hsw-h1"
3482   reference:
3483     title: "rls1810"
3484     data: "dpdk-performance-changes-3n-hsw-ref"
3485   compare:
3486     title: "rls1901"
3487     data: "dpdk-performance-changes-3n-hsw-cmp"
3488   data: "dpdk-performance-changes-3n-hsw"
3489   include-tests: "PDR" # "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 pdr
3497 -
3498   type: "table"
3499   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3500   algorithm: "table_performance_comparison"
3501   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3502   history:
3503     -
3504       title: "rls1807"
3505       data: "dpdk-performance-changes-3n-hsw-h1"
3506   reference:
3507     title: "rls1810"
3508     data: "dpdk-performance-changes-3n-hsw-ref"
3509   compare:
3510     title: "rls1901"
3511     data: "dpdk-performance-changes-3n-hsw-cmp"
3512   data: "dpdk-performance-changes-3n-hsw"
3513   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3514   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3515   parameters:
3516   - "name"
3517   - "parent"
3518   - "throughput"
3519
3520 # DPDK Performance Changes 3n-hsw 1t1c ndr
3521 -
3522   type: "table"
3523   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3524   algorithm: "table_performance_comparison"
3525   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3526   history:
3527     -
3528       title: "rls1807"
3529       data: "dpdk-performance-changes-3n-hsw-h1"
3530   reference:
3531     title: "rls1810"
3532     data: "dpdk-performance-changes-3n-hsw-ref"
3533   compare:
3534     title: "rls1901"
3535     data: "dpdk-performance-changes-3n-hsw-cmp"
3536   data: "dpdk-performance-changes-3n-hsw"
3537   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3538   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3539   parameters:
3540   - "name"
3541   - "parent"
3542   - "throughput"
3543
3544 # DPDK Performance Changes 3n-hsw 2t2c ndr
3545 -
3546   type: "table"
3547   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3548   algorithm: "table_performance_comparison"
3549   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3550   history:
3551     -
3552       title: "rls1807"
3553       data: "dpdk-performance-changes-3n-hsw-h1"
3554   reference:
3555     title: "rls1810"
3556     data: "dpdk-performance-changes-3n-hsw-ref"
3557   compare:
3558     title: "rls1901"
3559     data: "dpdk-performance-changes-3n-hsw-cmp"
3560   data: "dpdk-performance-changes-3n-hsw"
3561   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3562   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3563   parameters:
3564   - "name"
3565   - "parent"
3566   - "throughput"
3567
3568 # DPDK Performance Changes 3n-skx 2t1c pdr
3569 -
3570   type: "table"
3571   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3572   algorithm: "table_performance_comparison"
3573   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3574   history:
3575     -
3576       title: "rls1807"
3577       data: "dpdk-performance-changes-3n-skx-h1"
3578   reference:
3579     title: "rls1810"
3580     data: "dpdk-performance-changes-3n-skx-ref"
3581   compare:
3582     title: "rls1901"
3583     data: "dpdk-performance-changes-3n-skx-cmp"
3584   data: "dpdk-performance-changes-3n-skx"
3585   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3586   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3587   parameters:
3588   - "name"
3589   - "parent"
3590   - "throughput"
3591
3592 # DPDK Performance Changes 3n-skx 4t2c pdr
3593 -
3594   type: "table"
3595   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3596   algorithm: "table_performance_comparison"
3597   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3598   history:
3599     -
3600       title: "rls1807"
3601       data: "dpdk-performance-changes-3n-skx-h1"
3602   reference:
3603     title: "rls1810"
3604     data: "dpdk-performance-changes-3n-skx-ref"
3605   compare:
3606     title: "rls1901"
3607     data: "dpdk-performance-changes-3n-skx-cmp"
3608   data: "dpdk-performance-changes-3n-skx"
3609   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3610   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3611   parameters:
3612   - "name"
3613   - "parent"
3614   - "throughput"
3615
3616 # DPDK Performance Changes 3n-skx 2t1c ndr
3617 -
3618   type: "table"
3619   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3620   algorithm: "table_performance_comparison"
3621   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3622   history:
3623     -
3624       title: "rls1807"
3625       data: "dpdk-performance-changes-3n-skx-h1"
3626   reference:
3627     title: "rls1810"
3628     data: "dpdk-performance-changes-3n-skx-ref"
3629   compare:
3630     title: "rls1901"
3631     data: "dpdk-performance-changes-3n-skx-cmp"
3632   data: "dpdk-performance-changes-3n-skx"
3633   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3634   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3635   parameters:
3636   - "name"
3637   - "parent"
3638   - "throughput"
3639
3640 # DPDK Performance Changes 3n-skx 4t2c ndr
3641 -
3642   type: "table"
3643   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3644   algorithm: "table_performance_comparison"
3645   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3646   history:
3647     -
3648       title: "rls1807"
3649       data: "dpdk-performance-changes-3n-skx-h1"
3650   reference:
3651     title: "rls1810"
3652     data: "dpdk-performance-changes-3n-skx-ref"
3653   compare:
3654     title: "rls1901"
3655     data: "dpdk-performance-changes-3n-skx-cmp"
3656   data: "dpdk-performance-changes-3n-skx"
3657   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3658   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3659   parameters:
3660   - "name"
3661   - "parent"
3662   - "throughput"
3663
3664 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3665 -
3666   type: "table"
3667   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3668   algorithm: "table_performance_comparison"
3669   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3670   reference:
3671     title: "3-Node Hsw"
3672     data: "dpdk-compare-testbeds-ref"
3673   compare:
3674     title: "3-Node Skx"
3675     data: "dpdk-compare-testbeds-cmp"
3676   data: "dpdk-compare-testbeds"
3677   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3678   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3679   parameters:
3680   - "name"
3681   - "parent"
3682   - "throughput"
3683
3684 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3685 -
3686   type: "table"
3687   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3688   algorithm: "table_performance_comparison"
3689   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3690   reference:
3691     title: "3-Node Hsw"
3692     data: "dpdk-compare-testbeds-ref"
3693   compare:
3694     title: "3-Node Skx"
3695     data: "dpdk-compare-testbeds-cmp"
3696   data: "dpdk-compare-testbeds"
3697   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3698   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3699   parameters:
3700   - "name"
3701   - "parent"
3702   - "throughput"
3703
3704 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3705 -
3706   type: "table"
3707   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3708   algorithm: "table_performance_comparison"
3709   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3710   reference:
3711     title: "3-Node Skx"
3712     data: "dpdk-compare-topologies-ref"
3713   compare:
3714     title: "2-Node Skx"
3715     data: "dpdk-compare-topologies-cmp"
3716   data: "dpdk-compare-topologies"
3717   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3718   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3719   parameters:
3720   - "name"
3721   - "parent"
3722   - "throughput"
3723
3724 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3725 -
3726   type: "table"
3727   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3728   algorithm: "table_performance_comparison"
3729   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3730   reference:
3731     title: "3-Node Skx"
3732     data: "dpdk-compare-topologies-ref"
3733   compare:
3734     title: "2-Node Skx"
3735     data: "dpdk-compare-topologies-cmp"
3736   data: "dpdk-compare-topologies"
3737   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3738   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3739   parameters:
3740   - "name"
3741   - "parent"
3742   - "throughput"
3743
3744 # DPDK Performance Changes 2n-skx 2t1c pdr
3745 -
3746   type: "table"
3747   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3748   algorithm: "table_performance_comparison"
3749   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3750   reference:
3751     title: "rls1810"
3752     data: "dpdk-performance-changes-2n-skx-ref"
3753   compare:
3754     title: "rls1901"
3755     data: "dpdk-performance-changes-2n-skx-cmp"
3756   data: "dpdk-performance-changes-2n-skx"
3757   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3758   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3759   parameters:
3760   - "name"
3761   - "parent"
3762   - "throughput"
3763
3764 # DPDK Performance Changes 2n-skx 4t2c pdr
3765 -
3766   type: "table"
3767   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3768   algorithm: "table_performance_comparison"
3769   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3770   reference:
3771     title: "rls1810"
3772     data: "dpdk-performance-changes-2n-skx-ref"
3773   compare:
3774     title: "rls1901"
3775     data: "dpdk-performance-changes-2n-skx-cmp"
3776   data: "dpdk-performance-changes-2n-skx"
3777   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3778   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3779   parameters:
3780   - "name"
3781   - "parent"
3782   - "throughput"
3783
3784 # DPDK Performance Changes 2n-skx 2t1c ndr
3785 -
3786   type: "table"
3787   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3788   algorithm: "table_performance_comparison"
3789   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3790   reference:
3791     title: "rls1810"
3792     data: "dpdk-performance-changes-2n-skx-ref"
3793   compare:
3794     title: "rls1901"
3795     data: "dpdk-performance-changes-2n-skx-cmp"
3796   data: "dpdk-performance-changes-2n-skx"
3797   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3798   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3799   parameters:
3800   - "name"
3801   - "parent"
3802   - "throughput"
3803
3804 # DPDK Performance Changes 2n-skx 4t2c ndr
3805 -
3806   type: "table"
3807   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3808   algorithm: "table_performance_comparison"
3809   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3810   reference:
3811     title: "rls1810"
3812     data: "dpdk-performance-changes-2n-skx-ref"
3813   compare:
3814     title: "rls1901"
3815     data: "dpdk-performance-changes-2n-skx-cmp"
3816   data: "dpdk-performance-changes-2n-skx"
3817   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3818   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3819   parameters:
3820   - "name"
3821   - "parent"
3822   - "throughput"
3823
3824 # Detailed Test Results - DPDK Performance Results 3n-hsw
3825 -
3826   type: "table"
3827   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3828   algorithm: "table_details"
3829   output-file-ext: ".csv"
3830   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3831   columns:
3832   -
3833     title: "Name"
3834     data: "data name"
3835   -
3836     title: "Status"
3837     data: "data msg"
3838   rows: "generated"
3839   data: "dpdk-perf-results-3n-hsw"
3840   filter: "all"
3841   parameters:
3842   - "name"
3843   - "parent"
3844   - "msg"
3845
3846 # Detailed Test Results - DPDK Performance Results 3n-skx
3847 -
3848   type: "table"
3849   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3850   algorithm: "table_details"
3851   output-file-ext: ".csv"
3852   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3853   columns:
3854   -
3855     title: "Name"
3856     data: "data name"
3857   -
3858     title: "Status"
3859     data: "data msg"
3860   rows: "generated"
3861   data: "dpdk-perf-results-3n-skx"
3862   filter: "all"
3863   parameters:
3864   - "name"
3865   - "parent"
3866   - "msg"
3867
3868 # Detailed Test Results - DPDK Performance Results 2n-skx
3869 -
3870   type: "table"
3871   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3872   algorithm: "table_details"
3873   output-file-ext: ".csv"
3874   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3875   columns:
3876   -
3877     title: "Name"
3878     data: "data name"
3879   -
3880     title: "Status"
3881     data: "data msg"
3882   rows: "generated"
3883   data: "dpdk-perf-results-2n-skx"
3884   filter: "all"
3885   parameters:
3886   - "name"
3887   - "parent"
3888   - "msg"
3889
3890 ################################################################################
3891 # HoneyComb
3892 -
3893   type: "table"
3894   title: "Detailed Test Results - Honeycomb Functional Results"
3895   algorithm: "table_details"
3896   output-file-ext: ".csv"
3897   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3898   columns:
3899   -
3900     title: "Name"
3901     data: "data name"
3902   -
3903     title: "Documentation"
3904     data: "data doc"
3905   -
3906     title: "Status"
3907     data: "data status"
3908   rows: "generated"
3909   data:
3910     "hc-func-results"
3911   filter: "all"
3912   parameters:
3913   - "name"
3914   - "parent"
3915   - "doc"
3916   - "status"
3917
3918 ################################################################################
3919 # NSH SFC
3920 -
3921   type: "table"
3922   title: "Detailed Test Results - NSH SFC Functional Results"
3923   algorithm: "table_details"
3924   output-file-ext: ".csv"
3925   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3926   columns:
3927   -
3928     title: "Name"
3929     data: "data name"
3930   -
3931     title: "Documentation"
3932     data: "data doc"
3933   -
3934     title: "Status"
3935     data: "data status"
3936   rows: "generated"
3937   data:
3938     "nsh-func-results"
3939   filter: "all"
3940   parameters:
3941   - "name"
3942   - "parent"
3943   - "doc"
3944   - "status"
3945
3946 ################################################################################
3947 # DMM
3948 -
3949   type: "table"
3950   title: "Detailed Test Results - DMM Functional Results"
3951   algorithm: "table_details"
3952   output-file-ext: ".csv"
3953   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3954   columns:
3955   -
3956     title: "Name"
3957     data: "data name"
3958   -
3959     title: "Documentation"
3960     data: "data doc"
3961   -
3962     title: "Status"
3963     data: "data status"
3964   rows: "generated"
3965   data:
3966     "dmm-func-results"
3967   filter: "all"
3968   parameters:
3969   - "name"
3970   - "parent"
3971   - "doc"
3972   - "status"
3973
3974 ################################################################################
3975 ###                                F I L E S                                 ###
3976 ################################################################################
3977
3978 # VPP Performance Results 3n-hsw
3979 -
3980   type: "file"
3981   title: "VPP Performance Results 3n-hsw"
3982   algorithm: "file_test_results"
3983   output-file-ext: ".rst"
3984   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3985   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"
3986   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3987   data: "vpp-perf-results-3n-hsw"
3988   filter: "not 'NDRCHK' and not 'PDRCHK'"
3989   parameters:
3990   - "name"
3991   - "doc"
3992   - "level"
3993   - "parent"
3994   data-start-level: 3
3995
3996 # VPP Performance Results 3n-skx
3997 -
3998   type: "file"
3999   title: "VPP Performance Results 3n-skx"
4000   algorithm: "file_test_results"
4001   output-file-ext: ".rst"
4002   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4003   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"
4004   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4005   data: "vpp-perf-results-3n-skx"
4006   filter: "not 'NDRCHK' and not 'PDRCHK'"
4007   parameters:
4008   - "name"
4009   - "doc"
4010   - "level"
4011   - "parent"
4012   data-start-level: 3
4013
4014 # VPP Performance Results 2n-skx
4015 -
4016   type: "file"
4017   title: "VPP Performance Results 2n-skx"
4018   algorithm: "file_test_results"
4019   output-file-ext: ".rst"
4020   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4021   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"
4022   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4023   data: "vpp-perf-results-2n-skx"
4024   filter: "not 'NDRCHK' and not 'PDRCHK'"
4025   parameters:
4026   - "name"
4027   - "doc"
4028   - "level"
4029   - "parent"
4030   data-start-level: 3
4031
4032 # VPP Performance Results 2n-dnv
4033 -
4034   type: "file"
4035   title: "VPP Performance Results 2n-dnv"
4036   algorithm: "file_test_results"
4037   output-file-ext: ".rst"
4038   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4039   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"
4040   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4041   data: "intel-dnv-vpp"
4042   filter: "'NDRPDR'"
4043   parameters:
4044   - "name"
4045   - "doc"
4046   - "level"
4047   - "parent"
4048   data-start-level: 3
4049
4050 # VPP Performance Configuration 3n-hsw
4051 -
4052   type: "file"
4053   title: "VPP Performance Configuration 3n-hsw"
4054   algorithm: "file_test_results"
4055   output-file-ext: ".rst"
4056   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4057   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"
4058   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4059   data: "vpp-perf-results-3n-hsw"
4060   filter: "not 'NDRCHK' and not 'PDRCHK'"
4061   parameters:
4062   - "name"
4063   - "doc"
4064   - "level"
4065   - "parent"
4066   data-start-level: 3
4067
4068 # VPP Performance Configuration 3n-skx
4069 -
4070   type: "file"
4071   title: "VPP Performance Configuration 3n-skx"
4072   algorithm: "file_test_results"
4073   output-file-ext: ".rst"
4074   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4075   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4076   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4077   data: "vpp-perf-results-3n-skx"
4078   filter: "not 'NDRCHK' and not 'PDRCHK'"
4079   parameters:
4080   - "name"
4081   - "doc"
4082   - "level"
4083   - "parent"
4084   data-start-level: 3
4085
4086 # VPP Performance Configuration 2n-skx
4087 -
4088   type: "file"
4089   title: "VPP Performance Configuration 2n-skx"
4090   algorithm: "file_test_results"
4091   output-file-ext: ".rst"
4092   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4093   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"
4094   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4095   data: "vpp-perf-results-2n-skx"
4096   filter: "not 'NDRCHK' and not 'PDRCHK'"
4097   parameters:
4098   - "name"
4099   - "doc"
4100   - "level"
4101   - "parent"
4102   data-start-level: 3
4103
4104 # VPP Performance Configuration 2n-dnv
4105 -
4106   type: "file"
4107   title: "VPP Performance Configuration 2n-dnv"
4108   algorithm: "file_test_results"
4109   output-file-ext: ".rst"
4110   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4111   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"
4112   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4113   data: "intel-dnv-vpp"
4114   filter: "'NDRPDR'"
4115   parameters:
4116   - "name"
4117   - "doc"
4118   - "level"
4119   - "parent"
4120   data-start-level: 3
4121
4122 # VPP Performance Operational Data 3n-hsw
4123 -
4124   type: "file"
4125   title: "VPP Performance Operational Data 3n-hsw"
4126   algorithm: "file_test_results"
4127   output-file-ext: ".rst"
4128   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4129   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"
4130   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4131   data: "vpp-perf-results-3n-hsw"
4132   filter: "not 'NDRCHK' and not 'PDRCHK'"
4133   parameters:
4134   - "name"
4135   - "doc"
4136   - "level"
4137   - "parent"
4138   data-start-level: 3
4139
4140 # VPP Performance Operational Data 3n-skx
4141 -
4142   type: "file"
4143   title: "VPP Performance Operational Data 3n-skx"
4144   algorithm: "file_test_results"
4145   output-file-ext: ".rst"
4146   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4147   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"
4148   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4149   data: "vpp-perf-results-3n-skx"
4150   filter: "not 'NDRCHK' and not 'PDRCHK'"
4151   parameters:
4152   - "name"
4153   - "doc"
4154   - "level"
4155   - "parent"
4156   data-start-level: 3
4157
4158 # VPP Performance Operational Data 2n-skx
4159 -
4160   type: "file"
4161   title: "VPP Performance Operational Data 2n-skx"
4162   algorithm: "file_test_results"
4163   output-file-ext: ".rst"
4164   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4165   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4166   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4167   data: "vpp-perf-results-2n-skx"
4168   filter: "not 'NDRCHK' and not 'PDRCHK'"
4169   parameters:
4170   - "name"
4171   - "doc"
4172   - "level"
4173   - "parent"
4174   data-start-level: 3
4175
4176 # VPP Performance Operational Data 2n-dnv
4177 -
4178   type: "file"
4179   title: "VPP Performance Operational Data 2n-dnv"
4180   algorithm: "file_test_results"
4181   output-file-ext: ".rst"
4182   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4183   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"
4184   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4185   data: "intel-dnv-vpp"
4186   filter: "'NDRPDR'"
4187   parameters:
4188   - "name"
4189   - "doc"
4190   - "level"
4191   - "parent"
4192   data-start-level: 3
4193
4194 # VPP MRR Results 3n-hsw
4195 -
4196   type: "file"
4197   title: "VPP MRR Results 3n-hsw"
4198   algorithm: "file_test_results"
4199   output-file-ext: ".rst"
4200   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4201   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"
4202   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4203   data: "vpp-mrr-results-3n-hsw"
4204   filter: "'MRR'"
4205   parameters:
4206   - "name"
4207   - "doc"
4208   - "level"
4209   - "parent"
4210   data-start-level: 3
4211
4212 # VPP MRR Results 3n-skx
4213 -
4214   type: "file"
4215   title: "VPP MRR Results 3n-skx"
4216   algorithm: "file_test_results"
4217   output-file-ext: ".rst"
4218   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_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[DTR,MRR,VPP,3N,SKX]}"
4221   data: "vpp-mrr-results-3n-skx"
4222   filter: "'MRR'"
4223   parameters:
4224   - "name"
4225   - "doc"
4226   - "level"
4227   - "parent"
4228   data-start-level: 3
4229
4230 # VPP MRR Results 2n-skx
4231 -
4232   type: "file"
4233   title: "VPP MRR Results 2n-skx"
4234   algorithm: "file_test_results"
4235   output-file-ext: ".rst"
4236   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4237   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4238   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4239   data: "vpp-mrr-results-2n-skx"
4240   filter: "all"
4241   parameters:
4242   - "name"
4243   - "doc"
4244   - "level"
4245   - "parent"
4246   data-start-level: 3
4247
4248 # VPP MRR Results 2n-dnv
4249 -
4250   type: "file"
4251   title: "VPP MRR Results 2n-dnv"
4252   algorithm: "file_test_results"
4253   output-file-ext: ".rst"
4254   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4255   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"
4256   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4257   data: "intel-dnv-vpp"
4258   filter: "'MRR'"
4259   parameters:
4260   - "name"
4261   - "doc"
4262   - "level"
4263   - "parent"
4264   data-start-level: 3
4265
4266 # VPP MRR Configuration 3n-hsw
4267 -
4268   type: "file"
4269   title: "VPP MRR Configuration 3n-hsw"
4270   algorithm: "file_test_results"
4271   output-file-ext: ".rst"
4272   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4273   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4274   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4275   data: "vpp-mrr-results-3n-hsw"
4276   filter: "'MRR'"
4277   parameters:
4278   - "name"
4279   - "doc"
4280   - "level"
4281   - "parent"
4282   data-start-level: 3
4283
4284 # VPP MRR Configuration 3n-skx
4285 -
4286   type: "file"
4287   title: "VPP MRR Configuration 3n-skx"
4288   algorithm: "file_test_results"
4289   output-file-ext: ".rst"
4290   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4291   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"
4292   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4293   data: "vpp-mrr-results-3n-skx"
4294   filter: "'MRR'"
4295   parameters:
4296   - "name"
4297   - "doc"
4298   - "level"
4299   - "parent"
4300   data-start-level: 3
4301
4302 # VPP MRR Configuration 2n-skx
4303 -
4304   type: "file"
4305   title: "VPP MRR Configuration 2n-skx"
4306   algorithm: "file_test_results"
4307   output-file-ext: ".rst"
4308   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4309   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"
4310   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4311   data: "vpp-mrr-results-2n-skx"
4312   filter: "'MRR'"
4313   parameters:
4314   - "name"
4315   - "doc"
4316   - "level"
4317   - "parent"
4318   data-start-level: 3
4319
4320 # VPP MRR Configuration 2n-dnv
4321 -
4322   type: "file"
4323   title: "VPP MRR Configuration 2n-dnv"
4324   algorithm: "file_test_results"
4325   output-file-ext: ".rst"
4326   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4327   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"
4328   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4329   data: "intel-dnv-vpp"
4330   filter: "'MRR'"
4331   parameters:
4332   - "name"
4333   - "doc"
4334   - "level"
4335   - "parent"
4336   data-start-level: 3
4337
4338 # VPP Functional Results - Ubuntu
4339 -
4340   type: "file"
4341   title: "VPP Functional Results - Ubuntu"
4342   algorithm: "file_test_results"
4343   output-file-ext: ".rst"
4344   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4345   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"
4346   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4347   data: "vpp-func-results-ubuntu"
4348   filter: "all"
4349   parameters:
4350   - "name"
4351   - "doc"
4352   - "level"
4353   - "parent"
4354   data-start-level: 3
4355
4356 # VPP Functional Results - CentOS
4357 -
4358   type: "file"
4359   title: "VPP Functional Results - CentOS"
4360   algorithm: "file_test_results"
4361   output-file-ext: ".rst"
4362   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4363   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"
4364   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4365   data:
4366     "vpp-func-results-centos"
4367   filter: "all"
4368   parameters:
4369   - "name"
4370   - "doc"
4371   - "level"
4372   - "parent"
4373   data-start-level: 3
4374
4375 # VPP Functional Configuration - Ubuntu
4376 -
4377   type: "file"
4378   title: "VPP Functional Configuration - Ubuntu"
4379   algorithm: "file_test_results"
4380   output-file-ext: ".rst"
4381   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4382   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"
4383   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4384   data: "vpp-func-results-ubuntu"
4385   filter: "all"
4386   parameters:
4387   - "name"
4388   - "doc"
4389   - "level"
4390   - "parent"
4391   data-start-level: 3
4392
4393 # VPP Functional Configuration - CentOS
4394 -
4395   type: "file"
4396   title: "VPP Functional Configuration - CentOS"
4397   algorithm: "file_test_results"
4398   output-file-ext: ".rst"
4399   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4400   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"
4401   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4402   data:
4403     "vpp-func-results-centos"
4404   filter: "all"
4405   parameters:
4406   - "name"
4407   - "doc"
4408   - "level"
4409   - "parent"
4410   data-start-level: 3
4411
4412 # VPP Device Results - Ubuntu
4413 -
4414   type: "file"
4415   title: "VPP Device Results - Ubuntu"
4416   algorithm: "file_test_results"
4417   output-file-ext: ".rst"
4418   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4419   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"
4420   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4421   data: "vpp-device-results-ubuntu"
4422   filter: "all"
4423   parameters:
4424   - "name"
4425   - "doc"
4426   - "level"
4427   - "parent"
4428   data-start-level: 2
4429
4430 # VPP Device Configuration - Ubuntu
4431 -
4432   type: "file"
4433   title: "VPP Device Configuration - Ubuntu"
4434   algorithm: "file_test_results"
4435   output-file-ext: ".rst"
4436   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4437   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"
4438   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4439   data: "vpp-device-results-ubuntu"
4440   filter: "all"
4441   parameters:
4442   - "name"
4443   - "doc"
4444   - "level"
4445   - "parent"
4446   data-start-level: 2
4447
4448 # Container Orchestrated Performance Results 3n-hsw
4449 -
4450   type: "file"
4451   title: "Container Orchestrated Performance Results 3n-hsw"
4452   algorithm: "file_test_results"
4453   output-file-ext: ".rst"
4454   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4455   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"
4456   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4457   data: "ligato-perf-results-3n-hsw"
4458   filter: "all"
4459   parameters:
4460   - "name"
4461   - "doc"
4462   - "level"
4463   - "parent"
4464   data-start-level: 3
4465
4466 # DPDK Performance Results 3n-hsw
4467 -
4468   type: "file"
4469   title: "DPDK Performance Results 3n-hsw"
4470   algorithm: "file_test_results"
4471   output-file-ext: ".rst"
4472   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4473   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4474   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4475   data: "dpdk-perf-results-3n-hsw"
4476   filter: "all"
4477   parameters:
4478   - "name"
4479   - "doc"
4480   - "level"
4481   - "parent"
4482   data-start-level: 3
4483
4484 # DPDK Performance Results 3n-skx
4485 -
4486   type: "file"
4487   title: "DPDK Performance Results 3n-skx"
4488   algorithm: "file_test_results"
4489   output-file-ext: ".rst"
4490   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4491   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"
4492   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4493   data: "dpdk-perf-results-3n-skx"
4494   filter: "all"
4495   parameters:
4496   - "name"
4497   - "doc"
4498   - "level"
4499   - "parent"
4500   data-start-level: 3
4501
4502 # DPDK Performance Results 2n-skx
4503 -
4504   type: "file"
4505   title: "DPDK Performance Results 2n-skx"
4506   algorithm: "file_test_results"
4507   output-file-ext: ".rst"
4508   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4509   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"
4510   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4511   data: "dpdk-perf-results-2n-skx"
4512   filter: "all"
4513   parameters:
4514   - "name"
4515   - "doc"
4516   - "level"
4517   - "parent"
4518   data-start-level: 3
4519
4520 # Honeycomb Functional Results
4521 -
4522   type: "file"
4523   title: "Honeycomb Functional Results"
4524   algorithm: "file_test_results"
4525   output-file-ext: ".rst"
4526   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4527   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"
4528   dir-tables: "{DIR[DTR,FUNC,HC]}"
4529   data:
4530     "hc-func-results"
4531   filter: "all"
4532   parameters:
4533   - "name"
4534   - "doc"
4535   - "level"
4536   - "parent"
4537   data-start-level: 3
4538
4539 # NSH SFC Functional Results
4540 -
4541   type: "file"
4542   title: "NSH SFC Functional Results"
4543   algorithm: "file_test_results"
4544   output-file-ext: ".rst"
4545   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4546   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"
4547   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4548   data:
4549     "nsh-func-results"
4550   filter: "all"
4551   parameters:
4552   - "name"
4553   - "doc"
4554   - "level"
4555   - "parent"
4556   data-start-level: 3
4557
4558 # DMM Functional Results
4559 -
4560   type: "file"
4561   title: "DMM Functional Results"
4562   algorithm: "file_test_results"
4563   output-file-ext: ".rst"
4564   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4565   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"
4566   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4567   data:
4568     "dmm-func-results"
4569   filter: "all"
4570   parameters:
4571   - "name"
4572   - "doc"
4573   - "level"
4574   - "parent"
4575   data-start-level: 3
4576
4577 ################################################################################
4578 ###                                P L O T S                                 ###
4579 ################################################################################
4580
4581 # Soak test - 30min Soak Test (PLRsearch), boxes
4582 -
4583   type: "plot"
4584   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
4585   algorithm: "plot_soak_boxes"
4586   output-file-type: ".html"
4587   output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
4588   data: "plot-vpp-soak-2n-skx"
4589   filter: "'SOAK'"
4590   parameters:
4591   - "throughput"
4592   - "parent"
4593   - "tags"
4594   sort:
4595   - "L2PATCH"
4596 #  - "L2XCBASE"
4597 #  - "L2BDMACLRN"
4598 #  - "IP4FWD"
4599 #  - "IP6FWD"
4600   - "VHOST"
4601   layout:
4602     title: "30min Soak Test (PLRsearch)"
4603     layout: "plot-soak-throughput"
4604
4605 # Soak test - example, not used
4606 -
4607   type: "plot"
4608   title: "VPP Throughput: 30min Soak Test (PLRsearch) bars"
4609   algorithm: "plot_soak_bars"
4610   output-file-type: ".html"
4611   output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
4612   data: "plot-vpp-soak-2n-skx"
4613   filter: "'SOAK'"
4614   parameters:
4615   - "throughput"
4616   - "parent"
4617   - "tags"
4618   sort:
4619   - "L2PATCH"
4620 #  - "L2XCBASE"
4621 #  - "L2BDMACLRN"
4622 #  - "IP4FWD"
4623 #  - "IP6FWD"
4624   - "VHOST"
4625   layout:
4626     title: "30min Soak Test (PLRsearch)"
4627     layout: "plot-soak-throughput"
4628
4629 ################################################################################
4630 # Plots - NF Density - VSC
4631
4632 -
4633   type: "plot"
4634   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4635   algorithm: "plot_service_density_heatmap"
4636   output-file-type: ".html"
4637   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
4638   data: "plot-vpp-nfv-2n-skx-mrr"
4639   filter: "'NIC_Intel-X710' and
4640            'NF_DENSITY' and
4641            'VM' and
4642            'CHAIN' and
4643            '64B' and
4644            '2T1C' and
4645            'MRR'"
4646   parameters:
4647   - "result"
4648   - "name"
4649   - "tags"
4650   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4651   x-axis: "X = VNFs per Service Chain"
4652   y-axis: "Y = Number of Service Chains"
4653   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4654   layout:
4655     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4656     layout: "plot-service-density"
4657
4658 -
4659   type: "plot"
4660   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4661   algorithm: "plot_service_density_heatmap"
4662   output-file-type: ".html"
4663   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4664   data: "plot-vpp-nfv-2n-skx-mrr"
4665   filter: "'NIC_Intel-X710' and
4666            'NF_DENSITY' and
4667            'VM' and
4668            'CHAIN' and
4669            '64B' and
4670            '4T2C' and
4671            'MRR'"
4672   parameters:
4673   - "result"
4674   - "name"
4675   - "tags"
4676   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4677   x-axis: "X = VNFs per Service Chain"
4678   y-axis: "Y = Number of Service Chains"
4679   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4680   layout:
4681     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4682     layout: "plot-service-density"
4683
4684 -
4685   type: "plot"
4686   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4687   algorithm: "plot_service_density_heatmap"
4688   output-file-type: ".html"
4689   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
4690   data: "plot-vpp-nfv-2n-skx-mrr"
4691   filter: "'NIC_Intel-X710' and
4692            'NF_DENSITY' and
4693            'VM' and
4694            'CHAIN' and
4695            'IMIX' and
4696            '2T1C' and
4697            'MRR'"
4698   parameters:
4699   - "result"
4700   - "name"
4701   - "tags"
4702   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4703   x-axis: "X = VNFs per Service Chain"
4704   y-axis: "Y = Number of Service Chains"
4705   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4706   layout:
4707     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4708     layout: "plot-service-density"
4709
4710 -
4711   type: "plot"
4712   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4713   algorithm: "plot_service_density_heatmap"
4714   output-file-type: ".html"
4715   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
4716   data: "plot-vpp-nfv-2n-skx-mrr"
4717   filter: "'NIC_Intel-X710' and
4718            'NF_DENSITY' and
4719            'VM' and
4720            'CHAIN' and
4721            'IMIX' and
4722            '4T2C' and
4723            'MRR'"
4724   parameters:
4725   - "result"
4726   - "name"
4727   - "tags"
4728   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4729   x-axis: "X = VNFs per Service Chain"
4730   y-axis: "Y = Number of Service Chains"
4731   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4732   layout:
4733     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4734     layout: "plot-service-density"
4735
4736 -
4737   type: "plot"
4738   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4739   algorithm: "plot_service_density_heatmap"
4740   output-file-type: ".html"
4741   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
4742   data: "plot-vpp-nfv-2n-skx"
4743   filter: "'NIC_Intel-X710' and
4744            'NF_DENSITY' and
4745            'VM' and
4746            'CHAIN' and
4747            '64B' and
4748            '2T1C' and
4749            'NDRPDR'"
4750   parameters:
4751   - "throughput"
4752   - "name"
4753   - "tags"
4754   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4755   x-axis: "X = VNFs per Service Chain"
4756   y-axis: "Y = Number of Service Chains"
4757   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4758   layout:
4759     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4760     layout: "plot-service-density"
4761
4762 -
4763   type: "plot"
4764   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4765   algorithm: "plot_service_density_heatmap"
4766   output-file-type: ".html"
4767   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
4768   data: "plot-vpp-nfv-2n-skx"
4769   filter: "'NIC_Intel-X710' and
4770            'NF_DENSITY' and
4771            'VM' and
4772            'CHAIN' and
4773            '64B' and
4774            '4T2C' and
4775            'NDRPDR'"
4776   parameters:
4777   - "throughput"
4778   - "name"
4779   - "tags"
4780   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4781   x-axis: "X = VNFs per Service Chain"
4782   y-axis: "Y = Number of Service Chains"
4783   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4784   layout:
4785     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4786     layout: "plot-service-density"
4787
4788 -
4789   type: "plot"
4790   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4791   algorithm: "plot_service_density_heatmap"
4792   output-file-type: ".html"
4793   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
4794   data: "plot-vpp-nfv-2n-skx"
4795   filter: "'NIC_Intel-X710' and
4796            'NF_DENSITY' and
4797            'VM' and
4798            'CHAIN' and
4799            'IMIX' and
4800            '2T1C' and
4801            'NDRPDR'"
4802   parameters:
4803   - "throughput"
4804   - "name"
4805   - "tags"
4806   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4807   x-axis: "X = VNFs per Service Chain"
4808   y-axis: "Y = Number of Service Chains"
4809   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4810   layout:
4811     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4812     layout: "plot-service-density"
4813
4814 -
4815   type: "plot"
4816   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4817   algorithm: "plot_service_density_heatmap"
4818   output-file-type: ".html"
4819   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
4820   data: "plot-vpp-nfv-2n-skx"
4821   filter: "'NIC_Intel-X710' and
4822            'NF_DENSITY' and
4823            'VM' and
4824            'CHAIN' and
4825            'IMIX' and
4826            '4T2C' and
4827            'NDRPDR'"
4828   parameters:
4829   - "throughput"
4830   - "name"
4831   - "tags"
4832   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4833   x-axis: "X = VNFs per Service Chain"
4834   y-axis: "Y = Number of Service Chains"
4835   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4836   layout:
4837     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4838     layout: "plot-service-density"
4839
4840 -
4841   type: "plot"
4842   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4843   algorithm: "plot_service_density_heatmap"
4844   output-file-type: ".html"
4845   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
4846   data: "plot-vpp-nfv-2n-skx"
4847   filter: "'NIC_Intel-X710' and
4848            'NF_DENSITY' and
4849            'VM' and
4850            'CHAIN' and
4851            '64B' and
4852            '2T1C' and
4853            'NDRPDR'"
4854   parameters:
4855   - "throughput"
4856   - "name"
4857   - "tags"
4858   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4859   x-axis: "X = VNFs per Service Chain"
4860   y-axis: "Y = Number of Service Chains"
4861   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4862   layout:
4863     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4864     layout: "plot-service-density"
4865
4866 -
4867   type: "plot"
4868   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4869   algorithm: "plot_service_density_heatmap"
4870   output-file-type: ".html"
4871   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
4872   data: "plot-vpp-nfv-2n-skx"
4873   filter: "'NIC_Intel-X710' and
4874            'NF_DENSITY' and
4875            'VM' and
4876            'CHAIN' and
4877            '64B' and
4878            '4T2C' and
4879            'NDRPDR'"
4880   parameters:
4881   - "throughput"
4882   - "name"
4883   - "tags"
4884   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4885   x-axis: "X = VNFs per Service Chain"
4886   y-axis: "Y = Number of Service Chains"
4887   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4888   layout:
4889     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4890     layout: "plot-service-density"
4891
4892 -
4893   type: "plot"
4894   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4895   algorithm: "plot_service_density_heatmap"
4896   output-file-type: ".html"
4897   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
4898   data: "plot-vpp-nfv-2n-skx"
4899   filter: "'NIC_Intel-X710' and
4900            'NF_DENSITY' and
4901            'VM' and
4902            'CHAIN' and
4903            'IMIX' and
4904            '2T1C' and
4905            'NDRPDR'"
4906   parameters:
4907   - "throughput"
4908   - "name"
4909   - "tags"
4910   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4911   x-axis: "X = VNFs per Service Chain"
4912   y-axis: "Y = Number of Service Chains"
4913   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
4914   layout:
4915     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4916     layout: "plot-service-density"
4917
4918 -
4919   type: "plot"
4920   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4921   algorithm: "plot_service_density_heatmap"
4922   output-file-type: ".html"
4923   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
4924   data: "plot-vpp-nfv-2n-skx"
4925   filter: "'NIC_Intel-X710' and
4926            'NF_DENSITY' and
4927            'VM' and
4928            'CHAIN' and
4929            'IMIX' and
4930            '4T2C' and
4931            'NDRPDR'"
4932   parameters:
4933   - "throughput"
4934   - "name"
4935   - "tags"
4936   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4937   x-axis: "X = VNFs per Service Chain"
4938   y-axis: "Y = Number of Service Chains"
4939   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
4940   layout:
4941     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4942     layout: "plot-service-density"
4943
4944 ################################################################################
4945 # Plots - NF Density - CSC
4946
4947 -
4948   type: "plot"
4949   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
4950   algorithm: "plot_service_density_heatmap"
4951   output-file-type: ".html"
4952   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
4953   data: "plot-vpp-nfv-2n-skx-mrr"
4954   filter: "'NIC_Intel-X710' and
4955            'NF_DENSITY' and
4956            'DOCKER' and
4957            'CHAIN' and
4958            '64B' and
4959            '2T1C' and
4960            'MRR'"
4961   parameters:
4962   - "result"
4963   - "name"
4964   - "tags"
4965   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4966   x-axis: "X = CNFs per Service Chain"
4967   y-axis: "Y = Number of Service Chains"
4968   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4969   layout:
4970     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
4971     layout: "plot-service-density"
4972
4973 -
4974   type: "plot"
4975   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
4976   algorithm: "plot_service_density_heatmap"
4977   output-file-type: ".html"
4978   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
4979   data: "plot-vpp-nfv-2n-skx-mrr"
4980   filter: "'NIC_Intel-X710' and
4981            'NF_DENSITY' and
4982            'DOCKER' and
4983            'CHAIN' and
4984            '64B' and
4985            '4T2C' and
4986            'MRR'"
4987   parameters:
4988   - "result"
4989   - "name"
4990   - "tags"
4991   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4992   x-axis: "X = CNFs per Service Chain"
4993   y-axis: "Y = Number of Service Chains"
4994   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4995   layout:
4996     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
4997     layout: "plot-service-density"
4998
4999 -
5000   type: "plot"
5001   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5002   algorithm: "plot_service_density_heatmap"
5003   output-file-type: ".html"
5004   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
5005   data: "plot-vpp-nfv-2n-skx-mrr"
5006   filter: "'NIC_Intel-X710' and
5007            'NF_DENSITY' and
5008            'DOCKER' and
5009            'CHAIN' and
5010            'IMIX' and
5011            '2T1C' and
5012            'MRR'"
5013   parameters:
5014   - "result"
5015   - "name"
5016   - "tags"
5017   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5018   x-axis: "X = CNFs per Service Chain"
5019   y-axis: "Y = Number of Service Chains"
5020   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5021   layout:
5022     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5023     layout: "plot-service-density"
5024
5025 -
5026   type: "plot"
5027   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5028   algorithm: "plot_service_density_heatmap"
5029   output-file-type: ".html"
5030   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5031   data: "plot-vpp-nfv-2n-skx-mrr"
5032   filter: "'NIC_Intel-X710' and
5033            'NF_DENSITY' and
5034            'DOCKER' and
5035            'CHAIN' and
5036            'IMIX' and
5037            '4T2C' and
5038            'MRR'"
5039   parameters:
5040   - "result"
5041   - "name"
5042   - "tags"
5043   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5044   x-axis: "X = CNFs per Service Chain"
5045   y-axis: "Y = Number of Service Chains"
5046   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5047   layout:
5048     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5049     layout: "plot-service-density"
5050
5051 -
5052   type: "plot"
5053   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5054   algorithm: "plot_service_density_heatmap"
5055   output-file-type: ".html"
5056   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5057   data: "plot-vpp-nfv-2n-skx"
5058   filter: "'NIC_Intel-X710' and
5059            'NF_DENSITY' and
5060            'DOCKER' and
5061            'CHAIN' and
5062            '64B' and
5063            '2T1C' and
5064            'NDRPDR'"
5065   parameters:
5066   - "throughput"
5067   - "name"
5068   - "tags"
5069   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5070   x-axis: "X = CNFs per Service Chain"
5071   y-axis: "Y = Number of Service Chains"
5072   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5073   layout:
5074     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5075     layout: "plot-service-density"
5076
5077 -
5078   type: "plot"
5079   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5080   algorithm: "plot_service_density_heatmap"
5081   output-file-type: ".html"
5082   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5083   data: "plot-vpp-nfv-2n-skx"
5084   filter: "'NIC_Intel-X710' and
5085            'NF_DENSITY' and
5086            'DOCKER' and
5087            'CHAIN' and
5088            '64B' and
5089            '4T2C' and
5090            'NDRPDR'"
5091   parameters:
5092   - "throughput"
5093   - "name"
5094   - "tags"
5095   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5096   x-axis: "X = CNFs per Service Chain"
5097   y-axis: "Y = Number of Service Chains"
5098   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5099   layout:
5100     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5101     layout: "plot-service-density"
5102
5103 -
5104   type: "plot"
5105   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5106   algorithm: "plot_service_density_heatmap"
5107   output-file-type: ".html"
5108   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5109   data: "plot-vpp-nfv-2n-skx"
5110   filter: "'NIC_Intel-X710' and
5111            'NF_DENSITY' and
5112            'DOCKER' and
5113            'CHAIN' and
5114            'IMIX' and
5115            '2T1C' and
5116            'NDRPDR'"
5117   parameters:
5118   - "throughput"
5119   - "name"
5120   - "tags"
5121   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5122   x-axis: "X = CNFs per Service Chain"
5123   y-axis: "Y = Number of Service Chains"
5124   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5125   layout:
5126     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5127     layout: "plot-service-density"
5128
5129 -
5130   type: "plot"
5131   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5132   algorithm: "plot_service_density_heatmap"
5133   output-file-type: ".html"
5134   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5135   data: "plot-vpp-nfv-2n-skx"
5136   filter: "'NIC_Intel-X710' and
5137            'NF_DENSITY' and
5138            'DOCKER' and
5139            'CHAIN' and
5140            'IMIX' and
5141            '4T2C' and
5142            'NDRPDR'"
5143   parameters:
5144   - "throughput"
5145   - "name"
5146   - "tags"
5147   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5148   x-axis: "X = CNFs per Service Chain"
5149   y-axis: "Y = Number of Service Chains"
5150   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5151   layout:
5152     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5153     layout: "plot-service-density"
5154
5155 -
5156   type: "plot"
5157   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5158   algorithm: "plot_service_density_heatmap"
5159   output-file-type: ".html"
5160   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5161   data: "plot-vpp-nfv-2n-skx"
5162   filter: "'NIC_Intel-X710' and
5163            'NF_DENSITY' and
5164            'DOCKER' and
5165            'CHAIN' and
5166            '64B' and
5167            '2T1C' and
5168            'NDRPDR'"
5169   parameters:
5170   - "throughput"
5171   - "name"
5172   - "tags"
5173   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5174   x-axis: "X = CNFs per Service Chain"
5175   y-axis: "Y = Number of Service Chains"
5176   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5177   layout:
5178     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5179     layout: "plot-service-density"
5180
5181 -
5182   type: "plot"
5183   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5184   algorithm: "plot_service_density_heatmap"
5185   output-file-type: ".html"
5186   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5187   data: "plot-vpp-nfv-2n-skx"
5188   filter: "'NIC_Intel-X710' and
5189            'NF_DENSITY' and
5190            'DOCKER' and
5191            'CHAIN' and
5192            '64B' and
5193            '4T2C' and
5194            'NDRPDR'"
5195   parameters:
5196   - "throughput"
5197   - "name"
5198   - "tags"
5199   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5200   x-axis: "X = CNFs per Service Chain"
5201   y-axis: "Y = Number of Service Chains"
5202   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5203   layout:
5204     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5205     layout: "plot-service-density"
5206
5207 -
5208   type: "plot"
5209   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5210   algorithm: "plot_service_density_heatmap"
5211   output-file-type: ".html"
5212   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
5213   data: "plot-vpp-nfv-2n-skx"
5214   filter: "'NIC_Intel-X710' and
5215            'NF_DENSITY' and
5216            'DOCKER' and
5217            'CHAIN' and
5218            'IMIX' and
5219            '2T1C' and
5220            'NDRPDR'"
5221   parameters:
5222   - "throughput"
5223   - "name"
5224   - "tags"
5225   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5226   x-axis: "X = CNFs per Service Chain"
5227   y-axis: "Y = Number of Service Chains"
5228   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5229   layout:
5230     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5231     layout: "plot-service-density"
5232
5233 -
5234   type: "plot"
5235   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5236   algorithm: "plot_service_density_heatmap"
5237   output-file-type: ".html"
5238   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5239   data: "plot-vpp-nfv-2n-skx"
5240   filter: "'NIC_Intel-X710' and
5241            'NF_DENSITY' and
5242            'DOCKER' and
5243            'CHAIN' and
5244            'IMIX' and
5245            '4T2C' and
5246            'NDRPDR'"
5247   parameters:
5248   - "throughput"
5249   - "name"
5250   - "tags"
5251   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5252   x-axis: "X = CNFs per Service Chain"
5253   y-axis: "Y = Number of Service Chains"
5254   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5255   layout:
5256     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5257     layout: "plot-service-density"
5258
5259 ################################################################################
5260 # Plots - NF Density - CSP
5261
5262 -
5263   type: "plot"
5264   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5265   algorithm: "plot_service_density_heatmap"
5266   output-file-type: ".html"
5267   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5268   data: "plot-vpp-nfv-2n-skx-mrr"
5269   filter: "'NIC_Intel-X710' and
5270            'NF_DENSITY' and
5271            'DOCKER' and
5272            'PIPELINE' and
5273            '64B' and
5274            '2T1C' and
5275            'MRR'"
5276   parameters:
5277   - "result"
5278   - "name"
5279   - "tags"
5280   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5281   x-axis: "X = CNFs per Service Pipeline"
5282   y-axis: "Y = Number of Service Pipelines"
5283   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5284   layout:
5285     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5286     layout: "plot-service-density"
5287
5288 -
5289   type: "plot"
5290   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5291   algorithm: "plot_service_density_heatmap"
5292   output-file-type: ".html"
5293   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5294   data: "plot-vpp-nfv-2n-skx-mrr"
5295   filter: "'NIC_Intel-X710' and
5296            'NF_DENSITY' and
5297            'DOCKER' and
5298            'PIPELINE' and
5299            '64B' and
5300            '4T2C' and
5301            'MRR'"
5302   parameters:
5303   - "result"
5304   - "name"
5305   - "tags"
5306   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5307   x-axis: "X = CNFs per Service Pipeline"
5308   y-axis: "Y = Number of Service Pipelines"
5309   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5310   layout:
5311     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5312     layout: "plot-service-density"
5313
5314 -
5315   type: "plot"
5316   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5317   algorithm: "plot_service_density_heatmap"
5318   output-file-type: ".html"
5319   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5320   data: "plot-vpp-nfv-2n-skx-mrr"
5321   filter: "'NIC_Intel-X710' and
5322            'NF_DENSITY' and
5323            'DOCKER' and
5324            'PIPELINE' and
5325            'IMIX' and
5326            '2T1C' and
5327            'MRR'"
5328   parameters:
5329   - "result"
5330   - "name"
5331   - "tags"
5332   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5333   x-axis: "X = CNFs per Service Pipeline"
5334   y-axis: "Y = Number of Service Pipelines"
5335   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5336   layout:
5337     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5338     layout: "plot-service-density"
5339
5340 -
5341   type: "plot"
5342   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5343   algorithm: "plot_service_density_heatmap"
5344   output-file-type: ".html"
5345   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5346   data: "plot-vpp-nfv-2n-skx-mrr"
5347   filter: "'NIC_Intel-X710' and
5348            'NF_DENSITY' and
5349            'DOCKER' and
5350            'PIPELINE' and
5351            'IMIX' and
5352            '4T2C' and
5353            'MRR'"
5354   parameters:
5355   - "result"
5356   - "name"
5357   - "tags"
5358   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5359   x-axis: "X = CNFs per Service Pipeline"
5360   y-axis: "Y = Number of Service Pipelines"
5361   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5362   layout:
5363     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5364     layout: "plot-service-density"
5365
5366 -
5367   type: "plot"
5368   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5369   algorithm: "plot_service_density_heatmap"
5370   output-file-type: ".html"
5371   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
5372   data: "plot-vpp-nfv-2n-skx"
5373   filter: "'NIC_Intel-X710' and
5374            'NF_DENSITY' and
5375            'DOCKER' and
5376            'PIPELINE' and
5377            '64B' and
5378            '2T1C' and
5379            'NDRPDR'"
5380   parameters:
5381   - "throughput"
5382   - "name"
5383   - "tags"
5384   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5385   x-axis: "X = CNFs per Service Pipeline"
5386   y-axis: "Y = Number of Service Pipelines"
5387   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5388   layout:
5389     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5390     layout: "plot-service-density"
5391
5392 -
5393   type: "plot"
5394   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5395   algorithm: "plot_service_density_heatmap"
5396   output-file-type: ".html"
5397   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
5398   data: "plot-vpp-nfv-2n-skx"
5399   filter: "'NIC_Intel-X710' and
5400            'NF_DENSITY' and
5401            'DOCKER' and
5402            'PIPELINE' and
5403            '64B' and
5404            '4T2C' and
5405            'NDRPDR'"
5406   parameters:
5407   - "throughput"
5408   - "name"
5409   - "tags"
5410   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5411   x-axis: "X = CNFs per Service Pipeline"
5412   y-axis: "Y = Number of Service Pipelines"
5413   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5414   layout:
5415     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5416     layout: "plot-service-density"
5417
5418 -
5419   type: "plot"
5420   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5421   algorithm: "plot_service_density_heatmap"
5422   output-file-type: ".html"
5423   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
5424   data: "plot-vpp-nfv-2n-skx"
5425   filter: "'NIC_Intel-X710' and
5426            'NF_DENSITY' and
5427            'DOCKER' and
5428            'PIPELINE' and
5429            'IMIX' and
5430            '2T1C' and
5431            'NDRPDR'"
5432   parameters:
5433   - "throughput"
5434   - "name"
5435   - "tags"
5436   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5437   x-axis: "X = CNFs per Service Pipeline"
5438   y-axis: "Y = Number of Service Pipelines"
5439   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5440   layout:
5441     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5442     layout: "plot-service-density"
5443
5444 -
5445   type: "plot"
5446   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5447   algorithm: "plot_service_density_heatmap"
5448   output-file-type: ".html"
5449   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
5450   data: "plot-vpp-nfv-2n-skx"
5451   filter: "'NIC_Intel-X710' and
5452            'NF_DENSITY' and
5453            'DOCKER' and
5454            'PIPELINE' and
5455            'IMIX' and
5456            '4T2C' and
5457            'NDRPDR'"
5458   parameters:
5459   - "throughput"
5460   - "name"
5461   - "tags"
5462   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5463   x-axis: "X = CNFs per Service Pipeline"
5464   y-axis: "Y = Number of Service Pipelines"
5465   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5466   layout:
5467     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5468     layout: "plot-service-density"
5469
5470 -
5471   type: "plot"
5472   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5473   algorithm: "plot_service_density_heatmap"
5474   output-file-type: ".html"
5475   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
5476   data: "plot-vpp-nfv-2n-skx"
5477   filter: "'NIC_Intel-X710' and
5478            'NF_DENSITY' and
5479            'DOCKER' and
5480            'PIPELINE' and
5481            '64B' and
5482            '2T1C' and
5483            'NDRPDR'"
5484   parameters:
5485   - "throughput"
5486   - "name"
5487   - "tags"
5488   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5489   x-axis: "X = CNFs per Service Pipeline"
5490   y-axis: "Y = Number of Service Pipelines"
5491   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5492   layout:
5493     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5494     layout: "plot-service-density"
5495
5496 -
5497   type: "plot"
5498   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5499   algorithm: "plot_service_density_heatmap"
5500   output-file-type: ".html"
5501   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
5502   data: "plot-vpp-nfv-2n-skx"
5503   filter: "'NIC_Intel-X710' and
5504            'NF_DENSITY' and
5505            'DOCKER' and
5506            'PIPELINE' and
5507            '64B' and
5508            '4T2C' and
5509            'NDRPDR'"
5510   parameters:
5511   - "throughput"
5512   - "name"
5513   - "tags"
5514   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5515   x-axis: "X = CNFs per Service Pipeline"
5516   y-axis: "Y = Number of Service Pipelines"
5517   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5518   layout:
5519     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5520     layout: "plot-service-density"
5521
5522 -
5523   type: "plot"
5524   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5525   algorithm: "plot_service_density_heatmap"
5526   output-file-type: ".html"
5527   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
5528   data: "plot-vpp-nfv-2n-skx"
5529   filter: "'NIC_Intel-X710' and
5530            'NF_DENSITY' and
5531            'DOCKER' and
5532            'PIPELINE' and
5533            'IMIX' and
5534            '2T1C' and
5535            'NDRPDR'"
5536   parameters:
5537   - "throughput"
5538   - "name"
5539   - "tags"
5540   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5541   x-axis: "X = CNFs per Service Pipeline"
5542   y-axis: "Y = Number of Service Pipelines"
5543   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5544   layout:
5545     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5546     layout: "plot-service-density"
5547
5548 -
5549   type: "plot"
5550   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5551   algorithm: "plot_service_density_heatmap"
5552   output-file-type: ".html"
5553   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
5554   data: "plot-vpp-nfv-2n-skx"
5555   filter: "'NIC_Intel-X710' and
5556            'NF_DENSITY' and
5557            'DOCKER' and
5558            'PIPELINE' and
5559            'IMIX' and
5560            '4T2C' and
5561            'NDRPDR'"
5562   parameters:
5563   - "throughput"
5564   - "name"
5565   - "tags"
5566   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5567   x-axis: "X = CNFs per Service Pipeline"
5568   y-axis: "Y = Number of Service Pipelines"
5569   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5570   layout:
5571     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5572     layout: "plot-service-density"
5573
5574 ################################################################################
5575 # Plots VPP HTTP Server Performance
5576 -
5577   type: "plot"
5578   title: "VPP HTTP Server Performance"
5579   algorithm: "plot_http_server_performance_box"
5580   output-file-type: ".html"
5581   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5582   data:
5583     "plot-vpp-http-server-performance"
5584   # Keep this formatting, the filter is enclosed with " (quotation mark) and
5585   # each tag is enclosed with ' (apostrophe).
5586   filter: "'HTTP' and 'TCP_CPS'"
5587   parameters:
5588   - "result"
5589   - "name"
5590   traces:
5591     hoverinfo: "x+y"
5592     boxpoints: "outliers"
5593     whiskerwidth: 0
5594   layout:
5595     title: "VPP HTTP Server Performance"
5596     layout:
5597       "plot-cps"
5598
5599 -
5600   type: "plot"
5601   title: "VPP HTTP Server Performance"
5602   algorithm: "plot_http_server_performance_box"
5603   output-file-type: ".html"
5604   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5605   data:
5606     "plot-vpp-http-server-performance"
5607   filter: "'HTTP' and 'TCP_RPS'"
5608   parameters:
5609   - "result"
5610   - "name"
5611   traces:
5612     hoverinfo: "x+y"
5613     boxpoints: "outliers"
5614     whiskerwidth: 0
5615   layout:
5616     title: "VPP HTTP Server Performance"
5617     layout:
5618       "plot-rps"
5619
5620 ################################################################################
5621
5622 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
5623 -
5624   type: "plot"
5625   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5626   algorithm: "plot_performance_box"
5627   output-file-type: ".html"
5628   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5629   data: "plot-vpp-throughput-latency-3n-hsw"
5630   filter: "'NIC_Intel-X520-DA2' and
5631            '64B' and
5632            ('BASE' or 'SCALE') and
5633            'NDRPDR' and
5634            'ETH' and
5635            '1T1C' and
5636            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5637            not 'VHOST' and
5638            not 'MEMIF'"
5639   parameters:
5640   - "throughput"
5641   - "parent"
5642   - "tags"
5643   sort:
5644   - "L2PATCH"
5645   - "L2XCBASE"
5646   - "BASE"
5647   - "FIB_10K"
5648   - "FIB_100K"
5649   - "FIB_1M"
5650   traces:
5651     hoverinfo: "x+y"
5652     boxpoints: "outliers"
5653     whiskerwidth: 0
5654   layout:
5655     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5656     layout: "plot-throughput"
5657
5658 -
5659   type: "plot"
5660   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5661   algorithm: "plot_performance_box"
5662   output-file-type: ".html"
5663   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5664   data: "plot-vpp-throughput-latency-3n-hsw"
5665   filter: "'NIC_Intel-X520-DA2' and
5666            '64B' and
5667            ('BASE' or 'SCALE') and
5668            'NDRPDR' and
5669            'ETH' and
5670            '1T1C' and
5671            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5672            not 'VHOST' and
5673            not 'MEMIF'"
5674   parameters:
5675   - "throughput"
5676   - "parent"
5677   - "tags"
5678   sort:
5679   - "L2PATCH"
5680   - "L2XCBASE"
5681   - "BASE"
5682   - "FIB_10K"
5683   - "FIB_100K"
5684   - "FIB_1M"
5685   traces:
5686     hoverinfo: "x+y"
5687     boxpoints: "outliers"
5688     whiskerwidth: 0
5689   layout:
5690     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5691     layout: "plot-throughput"
5692
5693 -
5694   type: "plot"
5695   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5696   algorithm: "plot_performance_box"
5697   output-file-type: ".html"
5698   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5699   data: "plot-vpp-throughput-latency-3n-hsw"
5700   filter: "'NIC_Intel-X520-DA2' and
5701            '64B' and
5702            ('BASE' or 'SCALE') and
5703            'NDRPDR' and
5704            'ETH' and
5705            '2T2C' and
5706            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5707            not 'VHOST' and
5708            not 'MEMIF'"
5709   parameters:
5710   - "throughput"
5711   - "parent"
5712   - "tags"
5713   sort:
5714   - "L2PATCH"
5715   - "L2XCBASE"
5716   - "BASE"
5717   - "FIB_10K"
5718   - "FIB_100K"
5719   - "FIB_1M"
5720   traces:
5721     hoverinfo: "x+y"
5722     boxpoints: "outliers"
5723     whiskerwidth: 0
5724   layout:
5725     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5726     layout: "plot-throughput"
5727
5728 -
5729   type: "plot"
5730   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5731   algorithm: "plot_performance_box"
5732   output-file-type: ".html"
5733   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5734   data: "plot-vpp-throughput-latency-3n-hsw"
5735   filter: "'NIC_Intel-X520-DA2' and
5736            '64B' and
5737            ('BASE' or 'SCALE') and
5738            'NDRPDR' and
5739            'ETH' and
5740            '2T2C' and
5741            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5742            not 'VHOST' and
5743            not 'MEMIF'"
5744   parameters:
5745   - "throughput"
5746   - "parent"
5747   - "tags"
5748   sort:
5749   - "L2PATCH"
5750   - "L2XCBASE"
5751   - "BASE"
5752   - "FIB_10K"
5753   - "FIB_100K"
5754   - "FIB_1M"
5755   traces:
5756     hoverinfo: "x+y"
5757     boxpoints: "outliers"
5758     whiskerwidth: 0
5759   layout:
5760     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5761     layout: "plot-throughput"
5762
5763 # Packet Throughput - VPP L2 3n-hsw-x520 features
5764 -
5765   type: "plot"
5766   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5767   algorithm: "plot_performance_box"
5768   output-file-type: ".html"
5769   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5770   data: "plot-vpp-throughput-latency-3n-hsw"
5771   filter: "'NIC_Intel-X520-DA2' and
5772            '64B' and
5773            'NDRPDR' and
5774            '1T1C' and
5775            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5776            not 'ACL' and
5777            not 'VHOST' and
5778            not 'MEMIF'"
5779   parameters:
5780   - "throughput"
5781   - "parent"
5782   - "tags"
5783   sort:
5784   - "L2XCBASE"    # l2xcbase
5785   - "L2BDBASE"    # l2bdbase
5786   - "L2XCFWD"     # dot1q-l2xcbase
5787   - "L2BDMACLRN"  # dot1q-l2bdbase
5788   traces:
5789     hoverinfo: "x+y"
5790     boxpoints: "outliers"
5791     whiskerwidth: 0
5792   layout:
5793     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5794     layout: "plot-throughput"
5795
5796 -
5797   type: "plot"
5798   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5799   algorithm: "plot_performance_box"
5800   output-file-type: ".html"
5801   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5802   data: "plot-vpp-throughput-latency-3n-hsw"
5803   filter: "'NIC_Intel-X520-DA2' and
5804            '64B' and
5805            'NDRPDR' and
5806            '1T1C' and
5807            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5808            not 'ACL' and
5809            not 'VHOST' and
5810            not 'MEMIF'"
5811   parameters:
5812   - "throughput"
5813   - "parent"
5814   - "tags"
5815   sort:
5816   - "L2XCBASE"    # l2xcbase
5817   - "L2BDBASE"    # l2bdbase
5818   - "L2XCFWD"     # dot1q-l2xcbase
5819   - "L2BDMACLRN"  # dot1q-l2bdbase
5820   traces:
5821     hoverinfo: "x+y"
5822     boxpoints: "outliers"
5823     whiskerwidth: 0
5824   layout:
5825     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5826     layout: "plot-throughput"
5827
5828 -
5829   type: "plot"
5830   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5831   algorithm: "plot_performance_box"
5832   output-file-type: ".html"
5833   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5834   data: "plot-vpp-throughput-latency-3n-hsw"
5835   filter: "'NIC_Intel-X520-DA2' and
5836            '64B' and
5837            'NDRPDR' and
5838            '2T2C' and
5839            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5840            not 'ACL' and
5841            not 'VHOST' and
5842            not 'MEMIF'"
5843   parameters:
5844   - "throughput"
5845   - "parent"
5846   - "tags"
5847   sort:
5848   - "L2XCBASE"    # l2xcbase
5849   - "L2BDBASE"    # l2bdbase
5850   - "L2XCFWD"     # dot1q-l2xcbase
5851   - "L2BDMACLRN"  # dot1q-l2bdbase
5852   traces:
5853     hoverinfo: "x+y"
5854     boxpoints: "outliers"
5855     whiskerwidth: 0
5856   layout:
5857     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5858     layout: "plot-throughput"
5859
5860 -
5861   type: "plot"
5862   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5863   algorithm: "plot_performance_box"
5864   output-file-type: ".html"
5865   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5866   data: "plot-vpp-throughput-latency-3n-hsw"
5867   filter: "'NIC_Intel-X520-DA2' and
5868            '64B' and
5869            'NDRPDR' and
5870            '2T2C' and
5871            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5872            not 'ACL' and
5873            not 'VHOST' and
5874            not 'MEMIF'"
5875   parameters:
5876   - "throughput"
5877   - "parent"
5878   - "tags"
5879   sort:
5880   - "L2XCBASE"    # l2xcbase
5881   - "L2BDBASE"    # l2bdbase
5882   - "L2XCFWD"     # dot1q-l2xcbase
5883   - "L2BDMACLRN"  # dot1q-l2bdbase
5884   traces:
5885     hoverinfo: "x+y"
5886     boxpoints: "outliers"
5887     whiskerwidth: 0
5888   layout:
5889     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5890     layout: "plot-throughput"
5891
5892 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
5893 -
5894   type: "plot"
5895   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5896   algorithm: "plot_performance_box"
5897   output-file-type: ".html"
5898   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5899   data: "plot-vpp-throughput-latency-3n-hsw"
5900   filter: "'NIC_Intel-X710' and
5901            '64B' and
5902            ('BASE' or 'SCALE') and
5903            'NDRPDR' and
5904            'ETH' and
5905            '1T1C' and
5906            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5907            not 'VHOST' and
5908            not 'MEMIF'"
5909   parameters:
5910   - "throughput"
5911   - "parent"
5912   - "tags"
5913   sort:
5914   - "L2XCFWD"
5915   - "L2PATCH"
5916   - "L2BDMACLRN"
5917   - "FIB_10K"
5918   - "FIB_100K"
5919   - "FIB_1M"
5920   traces:
5921     hoverinfo: "x+y"
5922     boxpoints: "outliers"
5923     whiskerwidth: 0
5924   layout:
5925     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5926     layout: "plot-throughput"
5927
5928 -
5929   type: "plot"
5930   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5931   algorithm: "plot_performance_box"
5932   output-file-type: ".html"
5933   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5934   data: "plot-vpp-throughput-latency-3n-hsw"
5935   filter: "'NIC_Intel-X710' and
5936            '64B' and
5937            ('BASE' or 'SCALE') and
5938            'NDRPDR' and
5939            'ETH' and
5940            '1T1C' and
5941            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5942            not 'VHOST' and
5943            not 'MEMIF'"
5944   parameters:
5945   - "throughput"
5946   - "parent"
5947   - "tags"
5948   sort:
5949   - "L2XCFWD"
5950   - "L2PATCH"
5951   - "L2BDMACLRN"
5952   - "FIB_10K"
5953   - "FIB_100K"
5954   - "FIB_1M"
5955   traces:
5956     hoverinfo: "x+y"
5957     boxpoints: "outliers"
5958     whiskerwidth: 0
5959   layout:
5960     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5961     layout: "plot-throughput"
5962
5963 -
5964   type: "plot"
5965   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5966   algorithm: "plot_performance_box"
5967   output-file-type: ".html"
5968   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5969   data: "plot-vpp-throughput-latency-3n-hsw"
5970   filter: "'NIC_Intel-X710' and
5971            '64B' and
5972            ('BASE' or 'SCALE') and
5973            'NDRPDR' and
5974            'ETH' and
5975            '2T2C' and
5976            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5977            not 'VHOST' and
5978            not 'MEMIF'"
5979   parameters:
5980   - "throughput"
5981   - "parent"
5982   - "tags"
5983   sort:
5984   - "L2XCFWD"
5985   - "L2PATCH"
5986   - "L2BDMACLRN"
5987   - "FIB_10K"
5988   - "FIB_100K"
5989   - "FIB_1M"
5990   traces:
5991     hoverinfo: "x+y"
5992     boxpoints: "outliers"
5993     whiskerwidth: 0
5994   layout:
5995     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5996     layout: "plot-throughput"
5997
5998 -
5999   type: "plot"
6000   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6001   algorithm: "plot_performance_box"
6002   output-file-type: ".html"
6003   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6004   data: "plot-vpp-throughput-latency-3n-hsw"
6005   filter: "'NIC_Intel-X710' and
6006            '64B' and
6007            ('BASE' or 'SCALE') and
6008            'NDRPDR' and
6009            'ETH' and
6010            '2T2C' and
6011            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6012            not 'VHOST' and
6013            not 'MEMIF'"
6014   parameters:
6015   - "throughput"
6016   - "parent"
6017   - "tags"
6018   sort:
6019   - "L2XCFWD"
6020   - "L2PATCH"
6021   - "L2BDMACLRN"
6022   - "FIB_10K"
6023   - "FIB_100K"
6024   - "FIB_1M"
6025   traces:
6026     hoverinfo: "x+y"
6027     boxpoints: "outliers"
6028     whiskerwidth: 0
6029   layout:
6030     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6031     layout: "plot-throughput"
6032
6033 # Packet Throughput - VPP L2 3n-hsw-x710 features
6034 -
6035   type: "plot"
6036   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6037   algorithm: "plot_performance_box"
6038   output-file-type: ".html"
6039   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6040   data: "plot-vpp-throughput-latency-3n-hsw"
6041   filter: "'NIC_Intel-X710' and
6042            '64B' and
6043            'NDRPDR' and
6044            '1T1C' and
6045            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6046            not 'ACL' and
6047            not 'VHOST' and
6048            not 'MEMIF'"
6049   parameters:
6050   - "throughput"
6051   - "parent"
6052   - "tags"
6053   sort:
6054   - "L2XCBASE"    # l2xcbase
6055   - "L2BDBASE"    # l2bdbase
6056   - "L2XCFWD"     # dot1q-l2xcbase
6057   - "L2BDMACLRN"  # dot1q-l2bdbase
6058   traces:
6059     hoverinfo: "x+y"
6060     boxpoints: "outliers"
6061     whiskerwidth: 0
6062   layout:
6063     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6064     layout: "plot-throughput"
6065
6066 -
6067   type: "plot"
6068   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6069   algorithm: "plot_performance_box"
6070   output-file-type: ".html"
6071   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6072   data: "plot-vpp-throughput-latency-3n-hsw"
6073   filter: "'NIC_Intel-X710' and
6074            '64B' and
6075            'NDRPDR' and
6076            '1T1C' and
6077            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6078            not 'ACL' and
6079            not 'VHOST' and
6080            not 'MEMIF'"
6081   parameters:
6082   - "throughput"
6083   - "parent"
6084   - "tags"
6085   sort:
6086   - "L2XCBASE"    # l2xcbase
6087   - "L2BDBASE"    # l2bdbase
6088   - "L2XCFWD"     # dot1q-l2xcbase
6089   - "L2BDMACLRN"  # dot1q-l2bdbase
6090   traces:
6091     hoverinfo: "x+y"
6092     boxpoints: "outliers"
6093     whiskerwidth: 0
6094   layout:
6095     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6096     layout: "plot-throughput"
6097
6098 -
6099   type: "plot"
6100   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6101   algorithm: "plot_performance_box"
6102   output-file-type: ".html"
6103   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6104   data: "plot-vpp-throughput-latency-3n-hsw"
6105   filter: "'NIC_Intel-X710' and
6106            '64B' and
6107            'NDRPDR' and
6108            '2T2C' and
6109            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6110            not 'ACL' and
6111            not 'VHOST' and
6112            not 'MEMIF'"
6113   parameters:
6114   - "throughput"
6115   - "parent"
6116   - "tags"
6117   sort:
6118   - "L2XCBASE"    # l2xcbase
6119   - "L2BDBASE"    # l2bdbase
6120   - "L2XCFWD"     # dot1q-l2xcbase
6121   - "L2BDMACLRN"  # dot1q-l2bdbase
6122   traces:
6123     hoverinfo: "x+y"
6124     boxpoints: "outliers"
6125     whiskerwidth: 0
6126   layout:
6127     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6128     layout: "plot-throughput"
6129
6130 -
6131   type: "plot"
6132   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6133   algorithm: "plot_performance_box"
6134   output-file-type: ".html"
6135   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6136   data: "plot-vpp-throughput-latency-3n-hsw"
6137   filter: "'NIC_Intel-X710' and
6138            '64B' and
6139            'NDRPDR' and
6140            '2T2C' and
6141            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6142            not 'ACL' and
6143            not 'VHOST' and
6144            not 'MEMIF'"
6145   parameters:
6146   - "throughput"
6147   - "parent"
6148   - "tags"
6149   sort:
6150   - "L2XCBASE"    # l2xcbase
6151   - "L2BDBASE"    # l2bdbase
6152   - "L2XCFWD"     # dot1q-l2xcbase
6153   - "L2BDMACLRN"  # dot1q-l2bdbase
6154   traces:
6155     hoverinfo: "x+y"
6156     boxpoints: "outliers"
6157     whiskerwidth: 0
6158   layout:
6159     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6160     layout: "plot-throughput"
6161
6162 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
6163 -
6164   type: "plot"
6165   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6166   algorithm: "plot_performance_box"
6167   output-file-type: ".html"
6168   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6169   data: "plot-vpp-throughput-latency-3n-hsw"
6170   filter: "'NIC_Intel-XL710' and
6171            '64B' and
6172            ('BASE' or 'SCALE') and
6173            'NDRPDR' and
6174            'ETH' and
6175            '1T1C' and
6176            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6177            not 'VHOST' and
6178            not 'MEMIF'"
6179   parameters:
6180   - "throughput"
6181   - "parent"
6182   - "tags"
6183   sort:
6184   - "L2PATCH"
6185   - "L2XCBASE"
6186   - "BASE"
6187   - "FIB_10K"
6188   - "FIB_100K"
6189   - "FIB_1M"
6190   traces:
6191     hoverinfo: "x+y"
6192     boxpoints: "outliers"
6193     whiskerwidth: 0
6194   layout:
6195     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6196     layout: "plot-throughput"
6197
6198 -
6199   type: "plot"
6200   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6201   algorithm: "plot_performance_box"
6202   output-file-type: ".html"
6203   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6204   data: "plot-vpp-throughput-latency-3n-hsw"
6205   filter: "'NIC_Intel-XL710' and
6206            '64B' and
6207            ('BASE' or 'SCALE') and
6208            'NDRPDR' and
6209            'ETH' and
6210            '1T1C' and
6211            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6212            not 'VHOST' and
6213            not 'MEMIF'"
6214   parameters:
6215   - "throughput"
6216   - "parent"
6217   - "tags"
6218   sort:
6219   - "L2PATCH"
6220   - "L2XCBASE"
6221   - "BASE"
6222   - "FIB_10K"
6223   - "FIB_100K"
6224   - "FIB_1M"
6225   traces:
6226     hoverinfo: "x+y"
6227     boxpoints: "outliers"
6228     whiskerwidth: 0
6229   layout:
6230     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6231     layout: "plot-throughput"
6232
6233 -
6234   type: "plot"
6235   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6236   algorithm: "plot_performance_box"
6237   output-file-type: ".html"
6238   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6239   data: "plot-vpp-throughput-latency-3n-hsw"
6240   filter: "'NIC_Intel-XL710' and
6241            '64B' and
6242            ('BASE' or 'SCALE') and
6243            'NDRPDR' and
6244            'ETH' and
6245            '2T2C' and
6246            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6247            not 'VHOST' and
6248            not 'MEMIF'"
6249   parameters:
6250   - "throughput"
6251   - "parent"
6252   - "tags"
6253   sort:
6254   - "L2PATCH"
6255   - "L2XCBASE"
6256   - "BASE"
6257   - "FIB_10K"
6258   - "FIB_100K"
6259   - "FIB_1M"
6260   traces:
6261     hoverinfo: "x+y"
6262     boxpoints: "outliers"
6263     whiskerwidth: 0
6264   layout:
6265     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6266     layout: "plot-throughput"
6267
6268 -
6269   type: "plot"
6270   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6271   algorithm: "plot_performance_box"
6272   output-file-type: ".html"
6273   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6274   data: "plot-vpp-throughput-latency-3n-hsw"
6275   filter: "'NIC_Intel-XL710' and
6276            '64B' and
6277            ('BASE' or 'SCALE') and
6278            'NDRPDR' and
6279            'ETH' and
6280            '2T2C' and
6281            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6282            not 'VHOST' and
6283            not 'MEMIF'"
6284   parameters:
6285   - "throughput"
6286   - "parent"
6287   - "tags"
6288   sort:
6289   - "L2PATCH"
6290   - "L2XCBASE"
6291   - "BASE"
6292   - "FIB_10K"
6293   - "FIB_100K"
6294   - "FIB_1M"
6295   traces:
6296     hoverinfo: "x+y"
6297     boxpoints: "outliers"
6298     whiskerwidth: 0
6299   layout:
6300     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6301     layout: "plot-throughput"
6302
6303 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
6304 -
6305   type: "plot"
6306   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6307   algorithm: "plot_performance_box"
6308   output-file-type: ".html"
6309   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6310   data: "plot-vpp-throughput-latency-3n-skx"
6311   filter: "'NIC_Intel-X710' and
6312            '64B' and
6313            ('BASE' or 'SCALE') and
6314            'NDRPDR' and
6315            'ETH' and
6316            '2T1C' and
6317            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6318            not 'VHOST' and
6319            not 'MEMIF' and
6320            not 'DRV_AVF'"
6321   parameters:
6322   - "throughput"
6323   - "parent"
6324   - "tags"
6325   sort:
6326   - "L2PATCH"
6327   - "L2XCBASE"
6328   - "BASE"
6329   - "FIB_10K"
6330   - "FIB_100K"
6331   - "FIB_1M"
6332   traces:
6333     hoverinfo: "x+y"
6334     boxpoints: "outliers"
6335     whiskerwidth: 0
6336   layout:
6337     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6338     layout: "plot-throughput"
6339
6340 -
6341   type: "plot"
6342   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6343   algorithm: "plot_performance_box"
6344   output-file-type: ".html"
6345   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6346   data: "plot-vpp-throughput-latency-3n-skx"
6347   filter: "'NIC_Intel-X710' and
6348            '64B' and
6349            ('BASE' or 'SCALE') and
6350            'NDRPDR' and
6351            'ETH' and
6352            '2T1C' and
6353            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6354            not 'VHOST' and
6355            not 'MEMIF' and
6356            not 'DRV_AVF'"
6357   parameters:
6358   - "throughput"
6359   - "parent"
6360   - "tags"
6361   sort:
6362   - "L2PATCH"
6363   - "L2XCBASE"
6364   - "BASE"
6365   - "FIB_10K"
6366   - "FIB_100K"
6367   - "FIB_1M"
6368   traces:
6369     hoverinfo: "x+y"
6370     boxpoints: "outliers"
6371     whiskerwidth: 0
6372   layout:
6373     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6374     layout: "plot-throughput"
6375
6376 -
6377   type: "plot"
6378   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6379   algorithm: "plot_performance_box"
6380   output-file-type: ".html"
6381   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6382   data: "plot-vpp-throughput-latency-3n-skx"
6383   filter: "'NIC_Intel-X710' and
6384            '64B' and
6385            ('BASE' or 'SCALE') and
6386            'NDRPDR' and
6387            'ETH' and
6388            '4T2C' and
6389            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6390            not 'VHOST' and
6391            not 'MEMIF' and
6392            not 'DRV_AVF'"
6393   parameters:
6394   - "throughput"
6395   - "parent"
6396   - "tags"
6397   sort:
6398   - "L2PATCH"
6399   - "L2XCBASE"
6400   - "BASE"
6401   - "FIB_10K"
6402   - "FIB_100K"
6403   - "FIB_1M"
6404   traces:
6405     hoverinfo: "x+y"
6406     boxpoints: "outliers"
6407     whiskerwidth: 0
6408   layout:
6409     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6410     layout: "plot-throughput"
6411
6412 -
6413   type: "plot"
6414   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6415   algorithm: "plot_performance_box"
6416   output-file-type: ".html"
6417   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6418   data: "plot-vpp-throughput-latency-3n-skx"
6419   filter: "'NIC_Intel-X710' and
6420            '64B' and
6421            ('BASE' or 'SCALE') and
6422            'NDRPDR' and
6423            'ETH' and
6424            '4T2C' and
6425            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6426            not 'VHOST' and
6427            not 'MEMIF' and
6428            not 'DRV_AVF'"
6429   parameters:
6430   - "throughput"
6431   - "parent"
6432   - "tags"
6433   sort:
6434   - "L2PATCH"
6435   - "L2XCBASE"
6436   - "BASE"
6437   - "FIB_10K"
6438   - "FIB_100K"
6439   - "FIB_1M"
6440   traces:
6441     hoverinfo: "x+y"
6442     boxpoints: "outliers"
6443     whiskerwidth: 0
6444   layout:
6445     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6446     layout: "plot-throughput"
6447
6448 # Packet Throughput - VPP L2 3n-skx-x710 features
6449 -
6450   type: "plot"
6451   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6452   algorithm: "plot_performance_box"
6453   output-file-type: ".html"
6454   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6455   data: "plot-vpp-throughput-latency-3n-skx"
6456   filter: "'NIC_Intel-X710' and
6457            '64B' and
6458            'NDRPDR' and
6459            '2T1C' and
6460            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6461            not 'ACL' and
6462            not 'VHOST' and
6463            not 'MEMIF'"
6464   parameters:
6465   - "throughput"
6466   - "parent"
6467   - "tags"
6468   sort:
6469   - "L2XCBASE"    # l2xcbase
6470   - "L2BDBASE"    # l2bdbase
6471   - "L2XCFWD"     # dot1q-l2xcbase
6472   - "L2BDMACLRN"  # dot1q-l2bdbase
6473   traces:
6474     hoverinfo: "x+y"
6475     boxpoints: "outliers"
6476     whiskerwidth: 0
6477   layout:
6478     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6479     layout: "plot-throughput"
6480
6481 -
6482   type: "plot"
6483   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6484   algorithm: "plot_performance_box"
6485   output-file-type: ".html"
6486   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6487   data: "plot-vpp-throughput-latency-3n-skx"
6488   filter: "'NIC_Intel-X710' and
6489            '64B' and
6490            'NDRPDR' and
6491            '2T1C' and
6492            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6493            not 'ACL' and
6494            not 'VHOST' and
6495            not 'MEMIF'"
6496   parameters:
6497   - "throughput"
6498   - "parent"
6499   - "tags"
6500   sort:
6501   - "L2XCBASE"    # l2xcbase
6502   - "L2BDBASE"    # l2bdbase
6503   - "L2XCFWD"     # dot1q-l2xcbase
6504   - "L2BDMACLRN"  # dot1q-l2bdbase
6505   traces:
6506     hoverinfo: "x+y"
6507     boxpoints: "outliers"
6508     whiskerwidth: 0
6509   layout:
6510     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6511     layout: "plot-throughput"
6512
6513 -
6514   type: "plot"
6515   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6516   algorithm: "plot_performance_box"
6517   output-file-type: ".html"
6518   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6519   data: "plot-vpp-throughput-latency-3n-skx"
6520   filter: "'NIC_Intel-X710' and
6521            '64B' and
6522            'NDRPDR' and
6523            '4T2C' and
6524            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6525            not 'ACL' and
6526            not 'VHOST' and
6527            not 'MEMIF'"
6528   parameters:
6529   - "throughput"
6530   - "parent"
6531   - "tags"
6532   sort:
6533   - "L2XCBASE"    # l2xcbase
6534   - "L2BDBASE"    # l2bdbase
6535   - "L2XCFWD"     # dot1q-l2xcbase
6536   - "L2BDMACLRN"  # dot1q-l2bdbase
6537   traces:
6538     hoverinfo: "x+y"
6539     boxpoints: "outliers"
6540     whiskerwidth: 0
6541   layout:
6542     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6543     layout: "plot-throughput"
6544
6545 -
6546   type: "plot"
6547   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6548   algorithm: "plot_performance_box"
6549   output-file-type: ".html"
6550   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6551   data: "plot-vpp-throughput-latency-3n-skx"
6552   filter: "'NIC_Intel-X710' and
6553            '64B' and
6554            'NDRPDR' and
6555            '4T2C' and
6556            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6557            not 'ACL' and
6558            not 'VHOST' and
6559            not 'MEMIF'"
6560   parameters:
6561   - "throughput"
6562   - "parent"
6563   - "tags"
6564   sort:
6565   - "L2XCBASE"    # l2xcbase
6566   - "L2BDBASE"    # l2bdbase
6567   - "L2XCFWD"     # dot1q-l2xcbase
6568   - "L2BDMACLRN"  # dot1q-l2bdbase
6569   traces:
6570     hoverinfo: "x+y"
6571     boxpoints: "outliers"
6572     whiskerwidth: 0
6573   layout:
6574     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6575     layout: "plot-throughput"
6576
6577 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
6578 -
6579   type: "plot"
6580   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6581   algorithm: "plot_performance_box"
6582   output-file-type: ".html"
6583   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6584   data: "plot-vpp-throughput-latency-3n-skx"
6585   filter: "'NIC_Intel-XXV710' and
6586            '64B' and
6587            ('BASE' or 'SCALE') and
6588            'NDRPDR' and
6589            'ETH' and
6590            '2T1C' and
6591            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6592            not 'VHOST' and
6593            not 'MEMIF' and
6594            not 'DRV_AVF'"
6595   parameters:
6596   - "throughput"
6597   - "parent"
6598   - "tags"
6599   sort:
6600   - "L2PATCH"
6601   - "L2XCBASE"
6602   - "BASE"
6603   - "FIB_10K"
6604   - "FIB_100K"
6605   - "FIB_1M"
6606   traces:
6607     hoverinfo: "x+y"
6608     boxpoints: "outliers"
6609     whiskerwidth: 0
6610   layout:
6611     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6612     layout: "plot-throughput"
6613
6614 -
6615   type: "plot"
6616   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6617   algorithm: "plot_performance_box"
6618   output-file-type: ".html"
6619   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6620   data: "plot-vpp-throughput-latency-3n-skx"
6621   filter: "'NIC_Intel-XXV710' and
6622            '64B' and
6623            ('BASE' or 'SCALE') and
6624            'NDRPDR' and
6625            'ETH' and
6626            '2T1C' and
6627            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6628            not 'VHOST' and
6629            not 'MEMIF' and
6630            not 'DRV_AVF'"
6631   parameters:
6632   - "throughput"
6633   - "parent"
6634   - "tags"
6635   sort:
6636   - "L2PATCH"
6637   - "L2XCBASE"
6638   - "BASE"
6639   - "FIB_10K"
6640   - "FIB_100K"
6641   - "FIB_1M"
6642   traces:
6643     hoverinfo: "x+y"
6644     boxpoints: "outliers"
6645     whiskerwidth: 0
6646   layout:
6647     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6648     layout: "plot-throughput"
6649
6650 -
6651   type: "plot"
6652   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6653   algorithm: "plot_performance_box"
6654   output-file-type: ".html"
6655   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6656   data: "plot-vpp-throughput-latency-3n-skx"
6657   filter: "'NIC_Intel-XXV710' and
6658            '64B' and
6659            ('BASE' or 'SCALE') and
6660            'NDRPDR' and
6661            'ETH' and
6662            '4T2C' and
6663            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6664            not 'VHOST' and
6665            not 'MEMIF' and
6666            not 'DRV_AVF'"
6667   parameters:
6668   - "throughput"
6669   - "parent"
6670   - "tags"
6671   sort:
6672   - "L2PATCH"
6673   - "L2XCBASE"
6674   - "BASE"
6675   - "FIB_10K"
6676   - "FIB_100K"
6677   - "FIB_1M"
6678   traces:
6679     hoverinfo: "x+y"
6680     boxpoints: "outliers"
6681     whiskerwidth: 0
6682   layout:
6683     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6684     layout: "plot-throughput"
6685
6686 -
6687   type: "plot"
6688   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6689   algorithm: "plot_performance_box"
6690   output-file-type: ".html"
6691   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6692   data: "plot-vpp-throughput-latency-3n-skx"
6693   filter: "'NIC_Intel-XXV710' and
6694            '64B' and
6695            ('BASE' or 'SCALE') and
6696            'NDRPDR' and
6697            'ETH' and
6698            '4T2C' and
6699            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6700            not 'VHOST' and
6701            not 'MEMIF' and
6702            not 'DRV_AVF'"
6703   parameters:
6704   - "throughput"
6705   - "parent"
6706   - "tags"
6707   sort:
6708   - "L2PATCH"
6709   - "L2XCBASE"
6710   - "BASE"
6711   - "FIB_10K"
6712   - "FIB_100K"
6713   - "FIB_1M"
6714   traces:
6715     hoverinfo: "x+y"
6716     boxpoints: "outliers"
6717     whiskerwidth: 0
6718   layout:
6719     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6720     layout: "plot-throughput"
6721
6722 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
6723 -
6724   type: "plot"
6725   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6726   algorithm: "plot_performance_box"
6727   output-file-type: ".html"
6728   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6729   data: "plot-vpp-throughput-latency-2n-skx"
6730   filter: "'NIC_Intel-X710' and
6731            '64B' and
6732            ('BASE' or 'SCALE') and
6733            'NDRPDR' and
6734            'ETH' and
6735            '2T1C' and
6736            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6737            not 'VHOST' and
6738            not 'MEMIF'"
6739   parameters:
6740   - "throughput"
6741   - "parent"
6742   - "tags"
6743   sort:
6744   - "L2PATCH"
6745   - "L2XCBASE"
6746   - "BASE"
6747   - "FIB_10K"
6748   - "FIB_100K"
6749   - "FIB_1M"
6750   traces:
6751     hoverinfo: "x+y"
6752     boxpoints: "outliers"
6753     whiskerwidth: 0
6754   layout:
6755     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6756     layout: "plot-throughput"
6757
6758 -
6759   type: "plot"
6760   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6761   algorithm: "plot_performance_box"
6762   output-file-type: ".html"
6763   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6764   data: "plot-vpp-throughput-latency-2n-skx"
6765   filter: "'NIC_Intel-X710' and
6766            '64B' and
6767            ('BASE' or 'SCALE') and
6768            'NDRPDR' and
6769            'ETH' and
6770            '2T1C' and
6771            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6772            not 'VHOST' and
6773            not 'MEMIF'"
6774   parameters:
6775   - "throughput"
6776   - "parent"
6777   - "tags"
6778   sort:
6779   - "L2PATCH"
6780   - "L2XCBASE"
6781   - "BASE"
6782   - "FIB_10K"
6783   - "FIB_100K"
6784   - "FIB_1M"
6785   traces:
6786     hoverinfo: "x+y"
6787     boxpoints: "outliers"
6788     whiskerwidth: 0
6789   layout:
6790     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6791     layout: "plot-throughput"
6792
6793 -
6794   type: "plot"
6795   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6796   algorithm: "plot_performance_box"
6797   output-file-type: ".html"
6798   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6799   data: "plot-vpp-throughput-latency-2n-skx"
6800   filter: "'NIC_Intel-X710' and
6801            '64B' and
6802            ('BASE' or 'SCALE') and
6803            'NDRPDR' and
6804            'ETH' and
6805            '4T2C' and
6806            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6807            not 'VHOST' and
6808            not 'MEMIF'"
6809   parameters:
6810   - "throughput"
6811   - "parent"
6812   - "tags"
6813   sort:
6814   - "L2PATCH"
6815   - "L2XCBASE"
6816   - "BASE"
6817   - "FIB_10K"
6818   - "FIB_100K"
6819   - "FIB_1M"
6820   traces:
6821     hoverinfo: "x+y"
6822     boxpoints: "outliers"
6823     whiskerwidth: 0
6824   layout:
6825     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6826     layout: "plot-throughput"
6827
6828 -
6829   type: "plot"
6830   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6831   algorithm: "plot_performance_box"
6832   output-file-type: ".html"
6833   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6834   data: "plot-vpp-throughput-latency-2n-skx"
6835   filter: "'NIC_Intel-X710' and
6836            '64B' and
6837            ('BASE' or 'SCALE') and
6838            'NDRPDR' and
6839            'ETH' and
6840            '4T2C' and
6841            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6842            not 'VHOST' and
6843            not 'MEMIF'"
6844   parameters:
6845   - "throughput"
6846   - "parent"
6847   - "tags"
6848   sort:
6849   - "L2PATCH"
6850   - "L2XCBASE"
6851   - "BASE"
6852   - "FIB_10K"
6853   - "FIB_100K"
6854   - "FIB_1M"
6855   traces:
6856     hoverinfo: "x+y"
6857     boxpoints: "outliers"
6858     whiskerwidth: 0
6859   layout:
6860     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6861     layout: "plot-throughput"
6862
6863 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
6864 -
6865   type: "plot"
6866   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6867   algorithm: "plot_performance_box"
6868   output-file-type: ".html"
6869   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6870   data: "plot-vpp-throughput-latency-2n-skx"
6871   filter: "'NIC_Intel-XXV710' and
6872            '64B' and
6873            ('BASE' or 'SCALE') and
6874            'NDRPDR' and
6875            'ETH' and
6876            '2T1C' and
6877            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6878            not 'VHOST' and
6879            not 'MEMIF'"
6880   parameters:
6881   - "throughput"
6882   - "parent"
6883   - "tags"
6884   sort:
6885   - "L2PATCH"
6886   - "L2XCBASE"
6887   - "BASE"
6888   - "FIB_10K"
6889   - "FIB_100K"
6890   - "FIB_1M"
6891   traces:
6892     hoverinfo: "x+y"
6893     boxpoints: "outliers"
6894     whiskerwidth: 0
6895   layout:
6896     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6897     layout: "plot-throughput"
6898
6899 -
6900   type: "plot"
6901   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6902   algorithm: "plot_performance_box"
6903   output-file-type: ".html"
6904   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6905   data: "plot-vpp-throughput-latency-2n-skx"
6906   filter: "'NIC_Intel-XXV710' and
6907            '64B' and
6908            ('BASE' or 'SCALE') and
6909            'NDRPDR' and
6910            'ETH' and
6911            '2T1C' and
6912            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6913            not 'VHOST' and
6914            not 'MEMIF'"
6915   parameters:
6916   - "throughput"
6917   - "parent"
6918   - "tags"
6919   sort:
6920   - "L2PATCH"
6921   - "L2XCBASE"
6922   - "BASE"
6923   - "FIB_10K"
6924   - "FIB_100K"
6925   - "FIB_1M"
6926   traces:
6927     hoverinfo: "x+y"
6928     boxpoints: "outliers"
6929     whiskerwidth: 0
6930   layout:
6931     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6932     layout: "plot-throughput"
6933
6934 -
6935   type: "plot"
6936   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6937   algorithm: "plot_performance_box"
6938   output-file-type: ".html"
6939   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6940   data: "plot-vpp-throughput-latency-2n-skx"
6941   filter: "'NIC_Intel-XXV710' and
6942            '64B' and
6943            ('BASE' or 'SCALE') and
6944            'NDRPDR' and
6945            'ETH' and
6946            '4T2C' and
6947            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6948            not 'VHOST' and
6949            not 'MEMIF'"
6950   parameters:
6951   - "throughput"
6952   - "parent"
6953   - "tags"
6954   sort:
6955   - "L2PATCH"
6956   - "L2XCBASE"
6957   - "BASE"
6958   - "FIB_10K"
6959   - "FIB_100K"
6960   - "FIB_1M"
6961   traces:
6962     hoverinfo: "x+y"
6963     boxpoints: "outliers"
6964     whiskerwidth: 0
6965   layout:
6966     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6967     layout: "plot-throughput"
6968
6969 -
6970   type: "plot"
6971   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6972   algorithm: "plot_performance_box"
6973   output-file-type: ".html"
6974   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6975   data: "plot-vpp-throughput-latency-2n-skx"
6976   filter: "'NIC_Intel-XXV710' and
6977            '64B' and
6978            ('BASE' or 'SCALE') and
6979            'NDRPDR' and
6980            'ETH' and
6981            '4T2C' and
6982            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6983            not 'VHOST' and
6984            not 'MEMIF'"
6985   parameters:
6986   - "throughput"
6987   - "parent"
6988   - "tags"
6989   sort:
6990   - "L2PATCH"
6991   - "L2XCBASE"
6992   - "BASE"
6993   - "FIB_10K"
6994   - "FIB_100K"
6995   - "FIB_1M"
6996   traces:
6997     hoverinfo: "x+y"
6998     boxpoints: "outliers"
6999     whiskerwidth: 0
7000   layout:
7001     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7002     layout: "plot-throughput"
7003
7004 # Packet Throughput - VPP L2 2n-dnv-x553 base
7005 -
7006   type: "plot"
7007   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7008   algorithm: "plot_performance_box"
7009   output-file-type: ".html"
7010   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7011   data: "intel-dnv-vpp"
7012   filter: "'NIC_Intel-X553' and
7013            '64B' and
7014            'BASE' and
7015            'NDRPDR' and
7016            'ETH' and
7017            '1T1C' and
7018            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7019            not 'VHOST' and
7020            not 'MEMIF'"
7021   parameters:
7022   - "throughput"
7023   - "parent"
7024   - "tags"
7025   sort:
7026   - "L2XCBASE"
7027   - "L2BDMACLRN"
7028   - "L2PATCH"
7029   traces:
7030     hoverinfo: "x+y"
7031     boxpoints: "outliers"
7032     whiskerwidth: 0
7033   layout:
7034     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7035     layout: "plot-throughput"
7036
7037 -
7038   type: "plot"
7039   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7040   algorithm: "plot_performance_box"
7041   output-file-type: ".html"
7042   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7043   data: "intel-dnv-vpp"
7044   filter: "'NIC_Intel-X553' and
7045            '64B' and
7046            ('BASE' or 'SCALE') and
7047            'NDRPDR' and
7048            'ETH' and
7049            '1T1C' and
7050            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7051            not 'VHOST' and
7052            not 'MEMIF'"
7053   parameters:
7054   - "throughput"
7055   - "parent"
7056   - "tags"
7057   sort:
7058   - "L2XCBASE"
7059   - "L2BDMACLRN"
7060   - "L2PATCH"
7061   traces:
7062     hoverinfo: "x+y"
7063     boxpoints: "outliers"
7064     whiskerwidth: 0
7065   layout:
7066     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7067     layout: "plot-throughput"
7068
7069 -
7070   type: "plot"
7071   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7072   algorithm: "plot_performance_box"
7073   output-file-type: ".html"
7074   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7075   data: "intel-dnv-vpp"
7076   filter: "'NIC_Intel-X553' and
7077            '64B' and
7078            ('BASE' or 'SCALE') and
7079            'NDRPDR' and
7080            'ETH' and
7081            '2T2C' and
7082            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7083            not 'VHOST' and
7084            not 'MEMIF'"
7085   parameters:
7086   - "throughput"
7087   - "parent"
7088   - "tags"
7089   sort:
7090   - "L2XCBASE"
7091   - "L2BDMACLRN"
7092   - "L2PATCH"
7093   traces:
7094     hoverinfo: "x+y"
7095     boxpoints: "outliers"
7096     whiskerwidth: 0
7097   layout:
7098     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7099     layout: "plot-throughput"
7100
7101 -
7102   type: "plot"
7103   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7104   algorithm: "plot_performance_box"
7105   output-file-type: ".html"
7106   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7107   data: "intel-dnv-vpp"
7108   filter: "'NIC_Intel-X553' and
7109            '64B' and
7110            ('BASE' or 'SCALE') and
7111            'NDRPDR' and
7112            'ETH' and
7113            '2T2C' and
7114            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7115            not 'VHOST' and
7116            not 'MEMIF'"
7117   parameters:
7118   - "throughput"
7119   - "parent"
7120   - "tags"
7121   sort:
7122   - "L2XCBASE"
7123   - "L2BDMACLRN"
7124   - "L2PATCH"
7125   traces:
7126     hoverinfo: "x+y"
7127     boxpoints: "outliers"
7128     whiskerwidth: 0
7129   layout:
7130     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7131     layout: "plot-throughput"
7132
7133 ################################################################################
7134
7135 # Packet Throughput - VPP Container Memif 3n-hsw-x520
7136 -
7137   type: "plot"
7138   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7139   algorithm: "plot_performance_box"
7140   output-file-type: ".html"
7141   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7142   data: "plot-vpp-throughput-latency-3n-hsw"
7143   filter: "'NIC_Intel-X520-DA2' and
7144            '64B' and
7145            ('BASE' or 'SCALE') and
7146            'NDRPDR' and
7147            '1T1C' and
7148            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7149            not 'VHOST' and
7150            'MEMIF'"
7151   parameters:
7152   - "throughput"
7153   - "parent"
7154   - "tags"
7155   sort:
7156   - "L2XCFWD"
7157   - "L2XCFWD"
7158   - "L2XCFWD"
7159   - "L2BDMACLRN"
7160   - "L2BDMACLRN"
7161   - "L2BDMACLRN"
7162   traces:
7163     hoverinfo: "x+y"
7164     boxpoints: "outliers"
7165     whiskerwidth: 0
7166   layout:
7167     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7168     layout: "plot-throughput"
7169
7170 -
7171   type: "plot"
7172   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7173   algorithm: "plot_performance_box"
7174   output-file-type: ".html"
7175   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7176   data: "plot-vpp-throughput-latency-3n-hsw"
7177   filter: "'NIC_Intel-X520-DA2' and
7178            '64B' and
7179            ('BASE' or 'SCALE') and
7180            'NDRPDR' and
7181            '1T1C' and
7182            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7183            not 'VHOST' and
7184            'MEMIF'"
7185   parameters:
7186   - "throughput"
7187   - "parent"
7188   - "tags"
7189   sort:
7190   - "L2XCFWD"
7191   - "L2XCFWD"
7192   - "L2XCFWD"
7193   - "L2BDMACLRN"
7194   - "L2BDMACLRN"
7195   - "L2BDMACLRN"
7196   traces:
7197     hoverinfo: "x+y"
7198     boxpoints: "outliers"
7199     whiskerwidth: 0
7200   layout:
7201     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7202     layout: "plot-throughput"
7203
7204 -
7205   type: "plot"
7206   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7207   algorithm: "plot_performance_box"
7208   output-file-type: ".html"
7209   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7210   data: "plot-vpp-throughput-latency-3n-hsw"
7211   filter: "'NIC_Intel-X520-DA2' and
7212            '64B' and
7213            ('BASE' or 'SCALE') and
7214            'NDRPDR' and
7215            '2T2C' and
7216            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7217            not 'VHOST' and
7218            'MEMIF'"
7219   parameters:
7220   - "throughput"
7221   - "parent"
7222   - "tags"
7223   sort:
7224   - "L2XCFWD"
7225   - "L2XCFWD"
7226   - "L2XCFWD"
7227   - "L2BDMACLRN"
7228   - "L2BDMACLRN"
7229   - "L2BDMACLRN"
7230   traces:
7231     hoverinfo: "x+y"
7232     boxpoints: "outliers"
7233     whiskerwidth: 0
7234   layout:
7235     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7236     layout: "plot-throughput"
7237
7238 -
7239   type: "plot"
7240   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7241   algorithm: "plot_performance_box"
7242   output-file-type: ".html"
7243   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7244   data: "plot-vpp-throughput-latency-3n-hsw"
7245   filter: "'NIC_Intel-X520-DA2' and
7246            '64B' and
7247            ('BASE' or 'SCALE') and
7248            'NDRPDR' and
7249            '2T2C' and
7250            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7251            not 'VHOST' and
7252            'MEMIF'"
7253   parameters:
7254   - "throughput"
7255   - "parent"
7256   - "tags"
7257   sort:
7258   - "L2XCFWD"
7259   - "L2XCFWD"
7260   - "L2XCFWD"
7261   - "L2BDMACLRN"
7262   - "L2BDMACLRN"
7263   - "L2BDMACLRN"
7264   traces:
7265     hoverinfo: "x+y"
7266     boxpoints: "outliers"
7267     whiskerwidth: 0
7268   layout:
7269     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7270     layout: "plot-throughput"
7271
7272 # Packet Throughput - VPP Container Memif 3n-hsw-x710
7273 -
7274   type: "plot"
7275   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7276   algorithm: "plot_performance_box"
7277   output-file-type: ".html"
7278   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7279   data: "plot-vpp-throughput-latency-3n-hsw"
7280   filter: "'NIC_Intel-X710' and
7281            '64B' and
7282            ('BASE' or 'SCALE') and
7283            'NDRPDR' and
7284            '1T1C' and
7285            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7286            not 'VHOST' and
7287            'MEMIF'"
7288   parameters:
7289   - "throughput"
7290   - "parent"
7291   - "tags"
7292   sort:
7293   - "L2XCFWD"
7294   - "L2XCFWD"
7295   - "L2XCFWD"
7296   - "L2BDMACLRN"
7297   - "L2BDMACLRN"
7298   - "L2BDMACLRN"
7299   traces:
7300     hoverinfo: "x+y"
7301     boxpoints: "outliers"
7302     whiskerwidth: 0
7303   layout:
7304     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7305     layout: "plot-throughput"
7306
7307 -
7308   type: "plot"
7309   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7310   algorithm: "plot_performance_box"
7311   output-file-type: ".html"
7312   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7313   data: "plot-vpp-throughput-latency-3n-hsw"
7314   filter: "'NIC_Intel-X710' and
7315            '64B' and
7316            ('BASE' or 'SCALE') and
7317            'NDRPDR' and
7318            '1T1C' and
7319            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7320            not 'VHOST' and
7321            'MEMIF'"
7322   parameters:
7323   - "throughput"
7324   - "parent"
7325   - "tags"
7326   sort:
7327   - "L2XCFWD"
7328   - "L2XCFWD"
7329   - "L2XCFWD"
7330   - "L2BDMACLRN"
7331   - "L2BDMACLRN"
7332   - "L2BDMACLRN"
7333   traces:
7334     hoverinfo: "x+y"
7335     boxpoints: "outliers"
7336     whiskerwidth: 0
7337   layout:
7338     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7339     layout: "plot-throughput"
7340
7341 -
7342   type: "plot"
7343   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7344   algorithm: "plot_performance_box"
7345   output-file-type: ".html"
7346   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7347   data: "plot-vpp-throughput-latency-3n-hsw"
7348   filter: "'NIC_Intel-X710' and
7349            '64B' and
7350            ('BASE' or 'SCALE') and
7351            'NDRPDR' and
7352            '2T2C' and
7353            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7354            not 'VHOST' and
7355            'MEMIF'"
7356   parameters:
7357   - "throughput"
7358   - "parent"
7359   - "tags"
7360   sort:
7361   - "L2XCFWD"
7362   - "L2XCFWD"
7363   - "L2XCFWD"
7364   - "L2BDMACLRN"
7365   - "L2BDMACLRN"
7366   - "L2BDMACLRN"
7367   traces:
7368     hoverinfo: "x+y"
7369     boxpoints: "outliers"
7370     whiskerwidth: 0
7371   layout:
7372     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7373     layout: "plot-throughput"
7374
7375 -
7376   type: "plot"
7377   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7378   algorithm: "plot_performance_box"
7379   output-file-type: ".html"
7380   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7381   data: "plot-vpp-throughput-latency-3n-hsw"
7382   filter: "'NIC_Intel-X710' and
7383            '64B' and
7384            ('BASE' or 'SCALE') and
7385            'NDRPDR' and
7386            '2T2C' and
7387            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7388            not 'VHOST' and
7389            'MEMIF'"
7390   parameters:
7391   - "throughput"
7392   - "parent"
7393   - "tags"
7394   sort:
7395   - "L2XCFWD"
7396   - "L2XCFWD"
7397   - "L2XCFWD"
7398   - "L2BDMACLRN"
7399   - "L2BDMACLRN"
7400   - "L2BDMACLRN"
7401   traces:
7402     hoverinfo: "x+y"
7403     boxpoints: "outliers"
7404     whiskerwidth: 0
7405   layout:
7406     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7407     layout: "plot-throughput"
7408
7409 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
7410 -
7411   type: "plot"
7412   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7413   algorithm: "plot_performance_box"
7414   output-file-type: ".html"
7415   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7416   data: "plot-vpp-throughput-latency-3n-hsw"
7417   filter: "'NIC_Intel-XL710' and
7418            '64B' and
7419            ('BASE' or 'SCALE') and
7420            'NDRPDR' and
7421            '1T1C' and
7422            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7423            not 'VHOST' and
7424            'MEMIF'"
7425   parameters:
7426   - "throughput"
7427   - "parent"
7428   - "tags"
7429   sort:
7430   - "L2XCFWD"
7431   - "L2XCFWD"
7432   - "L2XCFWD"
7433   - "L2BDMACLRN"
7434   - "L2BDMACLRN"
7435   - "L2BDMACLRN"
7436   traces:
7437     hoverinfo: "x+y"
7438     boxpoints: "outliers"
7439     whiskerwidth: 0
7440   layout:
7441     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7442     layout: "plot-throughput"
7443
7444 -
7445   type: "plot"
7446   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7447   algorithm: "plot_performance_box"
7448   output-file-type: ".html"
7449   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7450   data: "plot-vpp-throughput-latency-3n-hsw"
7451   filter: "'NIC_Intel-XL710' and
7452            '64B' and
7453            ('BASE' or 'SCALE') and
7454            'NDRPDR' and
7455            '1T1C' and
7456            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7457            not 'VHOST' and
7458            'MEMIF'"
7459   parameters:
7460   - "throughput"
7461   - "parent"
7462   - "tags"
7463   sort:
7464   - "L2XCFWD"
7465   - "L2XCFWD"
7466   - "L2XCFWD"
7467   - "L2BDMACLRN"
7468   - "L2BDMACLRN"
7469   - "L2BDMACLRN"
7470   traces:
7471     hoverinfo: "x+y"
7472     boxpoints: "outliers"
7473     whiskerwidth: 0
7474   layout:
7475     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7476     layout: "plot-throughput"
7477
7478 -
7479   type: "plot"
7480   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7481   algorithm: "plot_performance_box"
7482   output-file-type: ".html"
7483   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7484   data: "plot-vpp-throughput-latency-3n-hsw"
7485   filter: "'NIC_Intel-XL710' and
7486            '64B' and
7487            ('BASE' or 'SCALE') and
7488            'NDRPDR' and
7489            '2T2C' and
7490            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7491            not 'VHOST' and
7492            'MEMIF'"
7493   parameters:
7494   - "throughput"
7495   - "parent"
7496   - "tags"
7497   sort:
7498   - "L2XCFWD"
7499   - "L2XCFWD"
7500   - "L2XCFWD"
7501   - "L2BDMACLRN"
7502   - "L2BDMACLRN"
7503   - "L2BDMACLRN"
7504   traces:
7505     hoverinfo: "x+y"
7506     boxpoints: "outliers"
7507     whiskerwidth: 0
7508   layout:
7509     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7510     layout: "plot-throughput"
7511
7512 -
7513   type: "plot"
7514   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7515   algorithm: "plot_performance_box"
7516   output-file-type: ".html"
7517   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7518   data: "plot-vpp-throughput-latency-3n-hsw"
7519   filter: "'NIC_Intel-XL710' and
7520            '64B' and
7521            ('BASE' or 'SCALE') and
7522            'NDRPDR' and
7523            '2T2C' and
7524            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7525            not 'VHOST' and
7526            'MEMIF'"
7527   parameters:
7528   - "throughput"
7529   - "parent"
7530   - "tags"
7531   sort:
7532   - "L2XCFWD"
7533   - "L2XCFWD"
7534   - "L2XCFWD"
7535   - "L2BDMACLRN"
7536   - "L2BDMACLRN"
7537   - "L2BDMACLRN"
7538   traces:
7539     hoverinfo: "x+y"
7540     boxpoints: "outliers"
7541     whiskerwidth: 0
7542   layout:
7543     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7544     layout: "plot-throughput"
7545
7546 # Packet Throughput - VPP Container Memif 3n-skx-x710
7547 -
7548   type: "plot"
7549   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7550   algorithm: "plot_performance_box"
7551   output-file-type: ".html"
7552   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7553   data: "plot-vpp-throughput-latency-3n-skx"
7554   filter: "'NIC_Intel-X710' and
7555            '64B' and
7556            ('BASE' or 'SCALE') and
7557            'NDRPDR' and
7558            '2T1C' and
7559            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7560            not 'VHOST' and
7561            'MEMIF'"
7562   parameters:
7563   - "throughput"
7564   - "parent"
7565   - "tags"
7566   sort:
7567   - "L2XCFWD"
7568   - "L2XCFWD"
7569   - "L2XCFWD"
7570   - "L2BDMACLRN"
7571   - "L2BDMACLRN"
7572   - "L2BDMACLRN"
7573   traces:
7574     hoverinfo: "x+y"
7575     boxpoints: "outliers"
7576     whiskerwidth: 0
7577   layout:
7578     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7579     layout: "plot-throughput"
7580
7581 -
7582   type: "plot"
7583   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7584   algorithm: "plot_performance_box"
7585   output-file-type: ".html"
7586   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7587   data: "plot-vpp-throughput-latency-3n-skx"
7588   filter: "'NIC_Intel-X710' and
7589            '64B' and
7590            ('BASE' or 'SCALE') and
7591            'NDRPDR' and
7592            '2T1C' and
7593            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7594            not 'VHOST' and
7595            'MEMIF'"
7596   parameters:
7597   - "throughput"
7598   - "parent"
7599   - "tags"
7600   sort:
7601   - "L2XCFWD"
7602   - "L2XCFWD"
7603   - "L2XCFWD"
7604   - "L2BDMACLRN"
7605   - "L2BDMACLRN"
7606   - "L2BDMACLRN"
7607   traces:
7608     hoverinfo: "x+y"
7609     boxpoints: "outliers"
7610     whiskerwidth: 0
7611   layout:
7612     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7613     layout: "plot-throughput"
7614
7615 -
7616   type: "plot"
7617   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7618   algorithm: "plot_performance_box"
7619   output-file-type: ".html"
7620   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7621   data: "plot-vpp-throughput-latency-3n-skx"
7622   filter: "'NIC_Intel-X710' and
7623            '64B' and
7624            ('BASE' or 'SCALE') and
7625            'NDRPDR' and
7626            '4T2C' and
7627            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7628            not 'VHOST' and
7629            'MEMIF'"
7630   parameters:
7631   - "throughput"
7632   - "parent"
7633   - "tags"
7634   sort:
7635   - "L2XCFWD"
7636   - "L2XCFWD"
7637   - "L2XCFWD"
7638   - "L2BDMACLRN"
7639   - "L2BDMACLRN"
7640   - "L2BDMACLRN"
7641   traces:
7642     hoverinfo: "x+y"
7643     boxpoints: "outliers"
7644     whiskerwidth: 0
7645   layout:
7646     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7647     layout: "plot-throughput"
7648
7649 -
7650   type: "plot"
7651   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7652   algorithm: "plot_performance_box"
7653   output-file-type: ".html"
7654   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7655   data: "plot-vpp-throughput-latency-3n-skx"
7656   filter: "'NIC_Intel-X710' and
7657            '64B' and
7658            ('BASE' or 'SCALE') and
7659            'NDRPDR' and
7660            '4T2C' and
7661            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7662            not 'VHOST' and
7663            'MEMIF'"
7664   parameters:
7665   - "throughput"
7666   - "parent"
7667   - "tags"
7668   sort:
7669   - "L2XCFWD"
7670   - "L2XCFWD"
7671   - "L2XCFWD"
7672   - "L2BDMACLRN"
7673   - "L2BDMACLRN"
7674   - "L2BDMACLRN"
7675   traces:
7676     hoverinfo: "x+y"
7677     boxpoints: "outliers"
7678     whiskerwidth: 0
7679   layout:
7680     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7681     layout: "plot-throughput"
7682
7683 # Packet Throughput - VPP Container Memif 2n-skx-x710
7684 -
7685   type: "plot"
7686   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7687   algorithm: "plot_performance_box"
7688   output-file-type: ".html"
7689   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7690   data: "plot-vpp-throughput-latency-2n-skx"
7691   filter: "'NIC_Intel-X710' and
7692            '64B' and
7693            ('BASE' or 'SCALE') and
7694            'NDRPDR' and
7695            '2T1C' and
7696            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7697            not 'VHOST' and
7698            'MEMIF'"
7699   parameters:
7700   - "throughput"
7701   - "parent"
7702   - "tags"
7703   sort:
7704   - "L2XCFWD"
7705   - "L2XCFWD"
7706   - "L2XCFWD"
7707   - "L2BDMACLRN"
7708   - "L2BDMACLRN"
7709   - "L2BDMACLRN"
7710   traces:
7711     hoverinfo: "x+y"
7712     boxpoints: "outliers"
7713     whiskerwidth: 0
7714   layout:
7715     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7716     layout: "plot-throughput"
7717
7718 -
7719   type: "plot"
7720   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7721   algorithm: "plot_performance_box"
7722   output-file-type: ".html"
7723   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7724   data: "plot-vpp-throughput-latency-2n-skx"
7725   filter: "'NIC_Intel-X710' and
7726            '64B' and
7727            ('BASE' or 'SCALE') and
7728            'NDRPDR' and
7729            '2T1C' and
7730            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7731            not 'VHOST' and
7732            'MEMIF'"
7733   parameters:
7734   - "throughput"
7735   - "parent"
7736   - "tags"
7737   sort:
7738   - "L2XCFWD"
7739   - "L2XCFWD"
7740   - "L2XCFWD"
7741   - "L2BDMACLRN"
7742   - "L2BDMACLRN"
7743   - "L2BDMACLRN"
7744   traces:
7745     hoverinfo: "x+y"
7746     boxpoints: "outliers"
7747     whiskerwidth: 0
7748   layout:
7749     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7750     layout: "plot-throughput"
7751
7752 -
7753   type: "plot"
7754   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7755   algorithm: "plot_performance_box"
7756   output-file-type: ".html"
7757   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7758   data: "plot-vpp-throughput-latency-2n-skx"
7759   filter: "'NIC_Intel-X710' and
7760            '64B' and
7761            ('BASE' or 'SCALE') and
7762            'NDRPDR' and
7763            '4T2C' and
7764            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7765            not 'VHOST' and
7766            'MEMIF'"
7767   parameters:
7768   - "throughput"
7769   - "parent"
7770   - "tags"
7771   sort:
7772   - "L2XCFWD"
7773   - "L2XCFWD"
7774   - "L2XCFWD"
7775   - "L2BDMACLRN"
7776   - "L2BDMACLRN"
7777   - "L2BDMACLRN"
7778   traces:
7779     hoverinfo: "x+y"
7780     boxpoints: "outliers"
7781     whiskerwidth: 0
7782   layout:
7783     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7784     layout: "plot-throughput"
7785
7786 -
7787   type: "plot"
7788   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7789   algorithm: "plot_performance_box"
7790   output-file-type: ".html"
7791   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7792   data: "plot-vpp-throughput-latency-2n-skx"
7793   filter: "'NIC_Intel-X710' and
7794            '64B' and
7795            ('BASE' or 'SCALE') and
7796            'NDRPDR' and
7797            '4T2C' and
7798            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7799            not 'VHOST' and
7800            'MEMIF'"
7801   parameters:
7802   - "throughput"
7803   - "parent"
7804   - "tags"
7805   sort:
7806   - "L2XCFWD"
7807   - "L2XCFWD"
7808   - "L2XCFWD"
7809   - "L2BDMACLRN"
7810   - "L2BDMACLRN"
7811   - "L2BDMACLRN"
7812   traces:
7813     hoverinfo: "x+y"
7814     boxpoints: "outliers"
7815     whiskerwidth: 0
7816   layout:
7817     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7818     layout: "plot-throughput"
7819
7820 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
7821 -
7822   type: "plot"
7823   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7824   algorithm: "plot_performance_box"
7825   output-file-type: ".html"
7826   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7827   data: "plot-vpp-throughput-latency-2n-skx"
7828   filter: "'NIC_Intel-XXV710' and
7829            '64B' and
7830            ('BASE' or 'SCALE') and
7831            'NDRPDR' and
7832            '2T1C' and
7833            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7834            not 'VHOST' and
7835            'MEMIF'"
7836   parameters:
7837   - "throughput"
7838   - "parent"
7839   - "tags"
7840   sort:
7841   - "L2XCFWD"
7842   - "L2XCFWD"
7843   - "L2XCFWD"
7844   - "L2BDMACLRN"
7845   - "L2BDMACLRN"
7846   - "L2BDMACLRN"
7847   traces:
7848     hoverinfo: "x+y"
7849     boxpoints: "outliers"
7850     whiskerwidth: 0
7851   layout:
7852     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7853     layout: "plot-throughput"
7854
7855 -
7856   type: "plot"
7857   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7858   algorithm: "plot_performance_box"
7859   output-file-type: ".html"
7860   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7861   data: "plot-vpp-throughput-latency-2n-skx"
7862   filter: "'NIC_Intel-XXV710' and
7863            '64B' and
7864            ('BASE' or 'SCALE') and
7865            'NDRPDR' and
7866            '2T1C' and
7867            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7868            not 'VHOST' and
7869            'MEMIF'"
7870   parameters:
7871   - "throughput"
7872   - "parent"
7873   - "tags"
7874   sort:
7875   - "L2XCFWD"
7876   - "L2XCFWD"
7877   - "L2XCFWD"
7878   - "L2BDMACLRN"
7879   - "L2BDMACLRN"
7880   - "L2BDMACLRN"
7881   traces:
7882     hoverinfo: "x+y"
7883     boxpoints: "outliers"
7884     whiskerwidth: 0
7885   layout:
7886     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7887     layout: "plot-throughput"
7888
7889 -
7890   type: "plot"
7891   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7892   algorithm: "plot_performance_box"
7893   output-file-type: ".html"
7894   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7895   data: "plot-vpp-throughput-latency-2n-skx"
7896   filter: "'NIC_Intel-XXV710' and
7897            '64B' and
7898            ('BASE' or 'SCALE') and
7899            'NDRPDR' and
7900            '4T2C' and
7901            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7902            not 'VHOST' and
7903            'MEMIF'"
7904   parameters:
7905   - "throughput"
7906   - "parent"
7907   - "tags"
7908   sort:
7909   - "L2XCFWD"
7910   - "L2XCFWD"
7911   - "L2XCFWD"
7912   - "L2BDMACLRN"
7913   - "L2BDMACLRN"
7914   - "L2BDMACLRN"
7915   traces:
7916     hoverinfo: "x+y"
7917     boxpoints: "outliers"
7918     whiskerwidth: 0
7919   layout:
7920     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7921     layout: "plot-throughput"
7922
7923 -
7924   type: "plot"
7925   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7926   algorithm: "plot_performance_box"
7927   output-file-type: ".html"
7928   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7929   data: "plot-vpp-throughput-latency-2n-skx"
7930   filter: "'NIC_Intel-XXV710' and
7931            '64B' and
7932            ('BASE' or 'SCALE') and
7933            'NDRPDR' and
7934            '4T2C' and
7935            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7936            not 'VHOST' and
7937            'MEMIF'"
7938   parameters:
7939   - "throughput"
7940   - "parent"
7941   - "tags"
7942   sort:
7943   - "L2XCFWD"
7944   - "L2XCFWD"
7945   - "L2XCFWD"
7946   - "L2BDMACLRN"
7947   - "L2BDMACLRN"
7948   - "L2BDMACLRN"
7949   traces:
7950     hoverinfo: "x+y"
7951     boxpoints: "outliers"
7952     whiskerwidth: 0
7953   layout:
7954     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7955     layout: "plot-throughput"
7956
7957 ################################################################################
7958
7959 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
7960 -
7961   type: "plot"
7962   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7963   algorithm: "plot_performance_box"
7964   output-file-type: ".html"
7965   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7966   data: "plot-ligato-throughput-latency-3n-hsw"
7967   filter: "'NIC_Intel-X520-DA2' and
7968            '64B' and
7969            ('BASE' or 'SCALE') and
7970            'NDRPDR' and
7971            '1T1C' and
7972            'L2XCFWD' and
7973            not 'VHOST' and
7974            'MEMIF'"
7975   parameters:
7976   - "throughput"
7977   - "parent"
7978   - "tags"
7979   sort:
7980   - "1VNF"
7981   - "2VNF"
7982   - "4VNF"
7983   - "2VNF"
7984   - "4VNF"
7985   traces:
7986     hoverinfo: "x+y"
7987     boxpoints: "outliers"
7988     whiskerwidth: 0
7989   layout:
7990     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7991     layout: "plot-throughput"
7992
7993 -
7994   type: "plot"
7995   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7996   algorithm: "plot_performance_box"
7997   output-file-type: ".html"
7998   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7999   data: "plot-ligato-throughput-latency-3n-hsw"
8000   filter: "'NIC_Intel-X520-DA2' and
8001            '64B' and
8002            ('BASE' or 'SCALE') and
8003            'NDRPDR' and
8004            '1T1C' and
8005            'L2XCFWD' and
8006            not 'VHOST' and
8007            'MEMIF'"
8008   parameters:
8009   - "throughput"
8010   - "parent"
8011   - "tags"
8012   sort:
8013   - "1VNF"
8014   - "2VNF"
8015   - "4VNF"
8016   - "2VNF"
8017   - "4VNF"
8018   traces:
8019     hoverinfo: "x+y"
8020     boxpoints: "outliers"
8021     whiskerwidth: 0
8022   layout:
8023     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8024     layout: "plot-throughput"
8025
8026 -
8027   type: "plot"
8028   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8029   algorithm: "plot_performance_box"
8030   output-file-type: ".html"
8031   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8032   data: "plot-ligato-throughput-latency-3n-hsw"
8033   filter: "'NIC_Intel-X520-DA2' and
8034            '64B' and
8035            ('BASE' or 'SCALE') and
8036            'NDRPDR' and
8037            '2T2C' and
8038            'L2XCFWD' and
8039            not 'VHOST' and
8040            'MEMIF'"
8041   parameters:
8042   - "throughput"
8043   - "parent"
8044   - "tags"
8045   sort:
8046   - "1VNF"
8047   - "2VNF"
8048   - "4VNF"
8049   - "2VNF"
8050   - "4VNF"
8051   traces:
8052     hoverinfo: "x+y"
8053     boxpoints: "outliers"
8054     whiskerwidth: 0
8055   layout:
8056     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8057     layout: "plot-throughput"
8058
8059 -
8060   type: "plot"
8061   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8062   algorithm: "plot_performance_box"
8063   output-file-type: ".html"
8064   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8065   data: "plot-ligato-throughput-latency-3n-hsw"
8066   filter: "'NIC_Intel-X520-DA2' and
8067            '64B' and
8068            ('BASE' or 'SCALE') and
8069            'NDRPDR' and
8070            '2T2C' and
8071            'L2XCFWD' and
8072            not 'VHOST' and
8073            'MEMIF'"
8074   parameters:
8075   - "throughput"
8076   - "parent"
8077   - "tags"
8078   sort:
8079   - "1VNF"
8080   - "2VNF"
8081   - "4VNF"
8082   - "2VNF"
8083   - "4VNF"
8084   traces:
8085     hoverinfo: "x+y"
8086     boxpoints: "outliers"
8087     whiskerwidth: 0
8088   layout:
8089     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8090     layout: "plot-throughput"
8091
8092 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
8093 -
8094   type: "plot"
8095   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8096   algorithm: "plot_performance_box"
8097   output-file-type: ".html"
8098   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8099   data: "plot-ligato-throughput-latency-3n-hsw"
8100   filter: "'NIC_Intel-X520-DA2' and
8101            '64B' and
8102            ('BASE' or 'SCALE') and
8103            'NDRPDR' and
8104            '1T1C' and
8105            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8106            not 'VHOST' and
8107            'MEMIF'"
8108   parameters:
8109   - "throughput"
8110   - "parent"
8111   - "tags"
8112   sort:
8113   - "1VNF"
8114   - "2VNF"
8115   - "4VNF"
8116   - "2VNF"
8117   - "4VNF"
8118   traces:
8119     hoverinfo: "x+y"
8120     boxpoints: "outliers"
8121     whiskerwidth: 0
8122   layout:
8123     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8124     layout: "plot-throughput"
8125
8126 -
8127   type: "plot"
8128   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8129   algorithm: "plot_performance_box"
8130   output-file-type: ".html"
8131   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8132   data: "plot-ligato-throughput-latency-3n-hsw"
8133   filter: "'NIC_Intel-X520-DA2' and
8134            '64B' and
8135            ('BASE' or 'SCALE') and
8136            'NDRPDR' and
8137            '1T1C' and
8138            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8139            not 'VHOST' and
8140            'MEMIF'"
8141   parameters:
8142   - "throughput"
8143   - "parent"
8144   - "tags"
8145   sort:
8146   - "1VNF"
8147   - "2VNF"
8148   - "4VNF"
8149   - "2VNF"
8150   - "4VNF"
8151   traces:
8152     hoverinfo: "x+y"
8153     boxpoints: "outliers"
8154     whiskerwidth: 0
8155   layout:
8156     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8157     layout: "plot-throughput"
8158
8159 -
8160   type: "plot"
8161   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8162   algorithm: "plot_performance_box"
8163   output-file-type: ".html"
8164   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8165   data: "plot-ligato-throughput-latency-3n-hsw"
8166   filter: "'NIC_Intel-X520-DA2' and
8167            '64B' and
8168            ('BASE' or 'SCALE') and
8169            'NDRPDR' and
8170            '2T2C' and
8171            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8172            not 'VHOST' and
8173            'MEMIF'"
8174   parameters:
8175   - "throughput"
8176   - "parent"
8177   - "tags"
8178   sort:
8179   - "1VNF"
8180   - "2VNF"
8181   - "4VNF"
8182   - "2VNF"
8183   - "4VNF"
8184   traces:
8185     hoverinfo: "x+y"
8186     boxpoints: "outliers"
8187     whiskerwidth: 0
8188   layout:
8189     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8190     layout: "plot-throughput"
8191
8192 -
8193   type: "plot"
8194   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8195   algorithm: "plot_performance_box"
8196   output-file-type: ".html"
8197   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8198   data: "plot-ligato-throughput-latency-3n-hsw"
8199   filter: "'NIC_Intel-X520-DA2' and
8200            '64B' and
8201            ('BASE' or 'SCALE') and
8202            'NDRPDR' and
8203            '2T2C' and
8204            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8205            not 'VHOST' and
8206            'MEMIF'"
8207   parameters:
8208   - "throughput"
8209   - "parent"
8210   - "tags"
8211   sort:
8212   - "1VNF"
8213   - "2VNF"
8214   - "4VNF"
8215   - "2VNF"
8216   - "4VNF"
8217   traces:
8218     hoverinfo: "x+y"
8219     boxpoints: "outliers"
8220     whiskerwidth: 0
8221   layout:
8222     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8223     layout: "plot-throughput"
8224
8225 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
8226 -
8227   type: "plot"
8228   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8229   algorithm: "plot_performance_box"
8230   output-file-type: ".html"
8231   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8232   data: "plot-ligato-throughput-latency-3n-hsw"
8233   filter: "'NIC_Intel-X710' and
8234            '64B' and
8235            ('BASE' or 'SCALE') and
8236            'NDRPDR' and
8237            '1T1C' and
8238            'L2XCFWD' and
8239            not 'VHOST' and
8240            'MEMIF'"
8241   parameters:
8242   - "throughput"
8243   - "parent"
8244   - "tags"
8245   sort:
8246   - "1VNF"
8247   - "2VNF"
8248   - "4VNF"
8249   - "2VNF"
8250   - "4VNF"
8251   traces:
8252     hoverinfo: "x+y"
8253     boxpoints: "outliers"
8254     whiskerwidth: 0
8255   layout:
8256     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8257     layout: "plot-throughput"
8258
8259 -
8260   type: "plot"
8261   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8262   algorithm: "plot_performance_box"
8263   output-file-type: ".html"
8264   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8265   data: "plot-ligato-throughput-latency-3n-hsw"
8266   filter: "'NIC_Intel-X710' and
8267            '64B' and
8268            ('BASE' or 'SCALE') and
8269            'NDRPDR' and
8270            '1T1C' and
8271            'L2XCFWD' and
8272            not 'VHOST' and
8273            'MEMIF'"
8274   parameters:
8275   - "throughput"
8276   - "parent"
8277   - "tags"
8278   sort:
8279   - "1VNF"
8280   - "2VNF"
8281   - "4VNF"
8282   - "2VNF"
8283   - "4VNF"
8284   traces:
8285     hoverinfo: "x+y"
8286     boxpoints: "outliers"
8287     whiskerwidth: 0
8288   layout:
8289     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8290     layout: "plot-throughput"
8291
8292 -
8293   type: "plot"
8294   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8295   algorithm: "plot_performance_box"
8296   output-file-type: ".html"
8297   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8298   data: "plot-ligato-throughput-latency-3n-hsw"
8299   filter: "'NIC_Intel-X710' and
8300            '64B' and
8301            ('BASE' or 'SCALE') and
8302            'NDRPDR' and
8303            '2T2C' and
8304            'L2XCFWD' and
8305            not 'VHOST' and
8306            'MEMIF'"
8307   parameters:
8308   - "throughput"
8309   - "parent"
8310   - "tags"
8311   sort:
8312   - "1VNF"
8313   - "2VNF"
8314   - "4VNF"
8315   - "2VNF"
8316   - "4VNF"
8317   traces:
8318     hoverinfo: "x+y"
8319     boxpoints: "outliers"
8320     whiskerwidth: 0
8321   layout:
8322     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8323     layout: "plot-throughput"
8324
8325 -
8326   type: "plot"
8327   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8328   algorithm: "plot_performance_box"
8329   output-file-type: ".html"
8330   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8331   data: "plot-ligato-throughput-latency-3n-hsw"
8332   filter: "'NIC_Intel-X710' and
8333            '64B' and
8334            ('BASE' or 'SCALE') and
8335            'NDRPDR' and
8336            '2T2C' and
8337            'L2XCFWD' and
8338            not 'VHOST' and
8339            'MEMIF'"
8340   parameters:
8341   - "throughput"
8342   - "parent"
8343   - "tags"
8344   sort:
8345   - "1VNF"
8346   - "2VNF"
8347   - "4VNF"
8348   - "2VNF"
8349   - "4VNF"
8350   traces:
8351     hoverinfo: "x+y"
8352     boxpoints: "outliers"
8353     whiskerwidth: 0
8354   layout:
8355     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8356     layout: "plot-throughput"
8357
8358 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
8359 -
8360   type: "plot"
8361   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8362   algorithm: "plot_performance_box"
8363   output-file-type: ".html"
8364   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8365   data: "plot-ligato-throughput-latency-3n-hsw"
8366   filter: "'NIC_Intel-X710' and
8367            '64B' and
8368            ('BASE' or 'SCALE') and
8369            'NDRPDR' and
8370            '1T1C' and
8371            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8372            not 'VHOST' and
8373            'MEMIF'"
8374   parameters:
8375   - "throughput"
8376   - "parent"
8377   - "tags"
8378   sort:
8379   - "1VNF"
8380   - "2VNF"
8381   - "4VNF"
8382   - "2VNF"
8383   - "4VNF"
8384   traces:
8385     hoverinfo: "x+y"
8386     boxpoints: "outliers"
8387     whiskerwidth: 0
8388   layout:
8389     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8390     layout: "plot-throughput"
8391
8392 -
8393   type: "plot"
8394   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8395   algorithm: "plot_performance_box"
8396   output-file-type: ".html"
8397   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8398   data: "plot-ligato-throughput-latency-3n-hsw"
8399   filter: "'NIC_Intel-X710' and
8400            '64B' and
8401            ('BASE' or 'SCALE') and
8402            'NDRPDR' and
8403            '1T1C' and
8404            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8405            not 'VHOST' and
8406            'MEMIF'"
8407   parameters:
8408   - "throughput"
8409   - "parent"
8410   - "tags"
8411   sort:
8412   - "1VNF"
8413   - "2VNF"
8414   - "4VNF"
8415   - "2VNF"
8416   - "4VNF"
8417   traces:
8418     hoverinfo: "x+y"
8419     boxpoints: "outliers"
8420     whiskerwidth: 0
8421   layout:
8422     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8423     layout: "plot-throughput"
8424
8425 -
8426   type: "plot"
8427   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8428   algorithm: "plot_performance_box"
8429   output-file-type: ".html"
8430   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8431   data: "plot-ligato-throughput-latency-3n-hsw"
8432   filter: "'NIC_Intel-X710' and
8433            '64B' and
8434            ('BASE' or 'SCALE') and
8435            'NDRPDR' and
8436            '2T2C' and
8437            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8438            not 'VHOST' and
8439            'MEMIF'"
8440   parameters:
8441   - "throughput"
8442   - "parent"
8443   - "tags"
8444   sort:
8445   - "1VNF"
8446   - "2VNF"
8447   - "4VNF"
8448   - "2VNF"
8449   - "4VNF"
8450   traces:
8451     hoverinfo: "x+y"
8452     boxpoints: "outliers"
8453     whiskerwidth: 0
8454   layout:
8455     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8456     layout: "plot-throughput"
8457
8458 -
8459   type: "plot"
8460   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8461   algorithm: "plot_performance_box"
8462   output-file-type: ".html"
8463   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8464   data: "plot-ligato-throughput-latency-3n-hsw"
8465   filter: "'NIC_Intel-X710' and
8466            '64B' and
8467            ('BASE' or 'SCALE') and
8468            'NDRPDR' and
8469            '2T2C' and
8470            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8471            not 'VHOST' and
8472            'MEMIF'"
8473   parameters:
8474   - "throughput"
8475   - "parent"
8476   - "tags"
8477   sort:
8478   - "1VNF"
8479   - "2VNF"
8480   - "4VNF"
8481   - "2VNF"
8482   - "4VNF"
8483   traces:
8484     hoverinfo: "x+y"
8485     boxpoints: "outliers"
8486     whiskerwidth: 0
8487   layout:
8488     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8489     layout: "plot-throughput"
8490
8491 ################################################################################
8492
8493 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
8494 -
8495   type: "plot"
8496   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8497   algorithm: "plot_performance_box"
8498   output-file-type: ".html"
8499   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8500   data: "plot-vpp-throughput-latency-3n-hsw"
8501   filter: "'NIC_Intel-X520-DA2' and
8502            '64B' and
8503            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8504            'NDRPDR' and
8505            '1T1C' and
8506            'IP4FWD' and
8507            not 'IPSEC' and
8508            not 'VHOST'"
8509   parameters:
8510   - "throughput"
8511   - "parent"
8512   - "tags"
8513   sort:
8514   - "DOT1Q"
8515   - "IP4BASE"
8516   - "FIB_20k"
8517   - "FIB_200k"
8518   - "FIB_2M"
8519   traces:
8520     hoverinfo: "x+y"
8521     boxpoints: "outliers"
8522     whiskerwidth: 0
8523   layout:
8524     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8525     layout: "plot-throughput"
8526
8527 -
8528   type: "plot"
8529   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8530   algorithm: "plot_performance_box"
8531   output-file-type: ".html"
8532   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8533   data: "plot-vpp-throughput-latency-3n-hsw"
8534   filter: "'NIC_Intel-X520-DA2' and
8535            '64B' and
8536            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8537            'NDRPDR' and
8538            '1T1C' and
8539            'IP4FWD' and
8540            not 'IPSEC' and
8541            not 'VHOST'"
8542   parameters:
8543   - "throughput"
8544   - "parent"
8545   - "tags"
8546   sort:
8547   - "DOT1Q"
8548   - "IP4BASE"
8549   - "FIB_20k"
8550   - "FIB_200k"
8551   - "FIB_2M"
8552   traces:
8553     hoverinfo: "x+y"
8554     boxpoints: "outliers"
8555     whiskerwidth: 0
8556   layout:
8557     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8558     layout: "plot-throughput"
8559
8560 -
8561   type: "plot"
8562   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8563   algorithm: "plot_performance_box"
8564   output-file-type: ".html"
8565   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8566   data: "plot-vpp-throughput-latency-3n-hsw"
8567   filter: "'NIC_Intel-X520-DA2' and
8568            '64B' and
8569            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8570            'NDRPDR' and
8571            '2T2C' and
8572            'IP4FWD' and
8573            not 'IPSEC' and
8574            not 'VHOST'"
8575   parameters:
8576   - "throughput"
8577   - "parent"
8578   - "tags"
8579   sort:
8580   - "DOT1Q"
8581   - "IP4BASE"
8582   - "FIB_20k"
8583   - "FIB_200k"
8584   - "FIB_2M"
8585   traces:
8586     hoverinfo: "x+y"
8587     boxpoints: "outliers"
8588     whiskerwidth: 0
8589   layout:
8590     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8591     layout: "plot-throughput"
8592
8593 -
8594   type: "plot"
8595   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8596   algorithm: "plot_performance_box"
8597   output-file-type: ".html"
8598   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8599   data: "plot-vpp-throughput-latency-3n-hsw"
8600   filter: "'NIC_Intel-X520-DA2' and
8601            '64B' and
8602            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8603            'NDRPDR' and
8604            '2T2C' and
8605            'IP4FWD' and
8606            not 'IPSEC' and
8607            not 'VHOST'"
8608   parameters:
8609   - "throughput"
8610   - "parent"
8611   - "tags"
8612   sort:
8613   - "DOT1Q"
8614   - "IP4BASE"
8615   - "FIB_20k"
8616   - "FIB_200k"
8617   - "FIB_2M"
8618   traces:
8619     hoverinfo: "x+y"
8620     boxpoints: "outliers"
8621     whiskerwidth: 0
8622   layout:
8623     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8624     layout: "plot-throughput"
8625
8626 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
8627 -
8628   type: "plot"
8629   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8630   algorithm: "plot_performance_box"
8631   output-file-type: ".html"
8632   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8633   data: "plot-vpp-throughput-latency-3n-hsw"
8634   filter: "'NIC_Intel-X520-DA2' and
8635            '64B' and
8636            ('IP4BASE' or
8637             'POLICE_MARK' or
8638             'COPWHLIST' or
8639             ('NAT44' and 'BASE') or
8640             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8641            'NDRPDR' and
8642            '1T1C' and
8643            'IP4FWD' and
8644            not 'IPSEC' and
8645            not 'VHOST'"
8646   parameters:
8647   - "throughput"
8648   - "parent"
8649   - "tags"
8650   sort:
8651   - "DOT1Q"
8652   - "IP4BASE"
8653   - "NAT44"
8654   - "POLICE_MARK"
8655   - "COPWHLIST"
8656   - "IACL"
8657   - "OACL"
8658   traces:
8659     hoverinfo: "x+y"
8660     boxpoints: "outliers"
8661     whiskerwidth: 0
8662   layout:
8663     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8664     layout: "plot-throughput"
8665
8666 -
8667   type: "plot"
8668   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8669   algorithm: "plot_performance_box"
8670   output-file-type: ".html"
8671   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8672   data: "plot-vpp-throughput-latency-3n-hsw"
8673   filter: "'NIC_Intel-X520-DA2' and
8674            '64B' and
8675            ('IP4BASE' or
8676             'POLICE_MARK' or
8677             'COPWHLIST' or
8678             ('NAT44' and 'BASE') or
8679             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8680            'NDRPDR' and
8681            '1T1C' and
8682            'IP4FWD' and
8683            not 'IPSEC' and
8684            not 'VHOST'"
8685   parameters:
8686   - "throughput"
8687   - "parent"
8688   - "tags"
8689   sort:
8690   - "DOT1Q"
8691   - "IP4BASE"
8692   - "NAT44"
8693   - "POLICE_MARK"
8694   - "COPWHLIST"
8695   - "IACL"
8696   - "OACL"
8697   traces:
8698     hoverinfo: "x+y"
8699     boxpoints: "outliers"
8700     whiskerwidth: 0
8701   layout:
8702     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8703     layout: "plot-throughput"
8704
8705 -
8706   type: "plot"
8707   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8708   algorithm: "plot_performance_box"
8709   output-file-type: ".html"
8710   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8711   data: "plot-vpp-throughput-latency-3n-hsw"
8712   filter: "'NIC_Intel-X520-DA2' and
8713            '64B' and
8714            ('IP4BASE' or
8715             'POLICE_MARK' or
8716             'COPWHLIST' or
8717             ('NAT44' and 'BASE') or
8718             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8719            'NDRPDR' and
8720            '2T2C' and
8721            'IP4FWD' and
8722            not 'IPSEC' and
8723            not 'VHOST'"
8724   parameters:
8725   - "throughput"
8726   - "parent"
8727   - "tags"
8728   sort:
8729   - "DOT1Q"
8730   - "IP4BASE"
8731   - "NAT44"
8732   - "POLICE_MARK"
8733   - "COPWHLIST"
8734   - "IACL"
8735   - "OACL"
8736   traces:
8737     hoverinfo: "x+y"
8738     boxpoints: "outliers"
8739     whiskerwidth: 0
8740   layout:
8741     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8742     layout: "plot-throughput"
8743
8744 -
8745   type: "plot"
8746   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8747   algorithm: "plot_performance_box"
8748   output-file-type: ".html"
8749   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8750   data: "plot-vpp-throughput-latency-3n-hsw"
8751   filter: "'NIC_Intel-X520-DA2' and
8752            '64B' and
8753            ('IP4BASE' or
8754             'POLICE_MARK' or
8755             'COPWHLIST' or
8756             ('NAT44' and 'BASE') or
8757             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8758            'NDRPDR' and
8759            '2T2C' and
8760            'IP4FWD' and
8761            not 'IPSEC' and
8762            not 'VHOST'"
8763   parameters:
8764   - "throughput"
8765   - "parent"
8766   - "tags"
8767   sort:
8768   - "DOT1Q"
8769   - "IP4BASE"
8770   - "NAT44"
8771   - "POLICE_MARK"
8772   - "COPWHLIST"
8773   - "IACL"
8774   - "OACL"
8775   traces:
8776     hoverinfo: "x+y"
8777     boxpoints: "outliers"
8778     whiskerwidth: 0
8779   layout:
8780     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8781     layout: "plot-throughput"
8782
8783 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
8784 -
8785   type: "plot"
8786   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8787   algorithm: "plot_performance_box"
8788   output-file-type: ".html"
8789   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8790   data: "plot-vpp-throughput-latency-3n-hsw"
8791   filter: "'NIC_Intel-X520-DA2' and
8792            '64B' and
8793            'NDRPDR' and
8794            '1T1C' and
8795            'IP4FWD' and
8796            'NAT44' and
8797            not 'IPSEC' and
8798            not 'VHOST'"
8799   parameters:
8800   - "throughput"
8801   - "parent"
8802   - "tags"
8803   sort:
8804   - "BASE"
8805   - "BASE"
8806   - "SRC_USER_10"
8807   - "SRC_USER_100"
8808   - "SRC_USER_1000"
8809   - "SRC_USER_2000"
8810   traces:
8811     hoverinfo: "x+y"
8812     boxpoints: "outliers"
8813     whiskerwidth: 0
8814   layout:
8815     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8816     layout: "plot-throughput"
8817
8818 -
8819   type: "plot"
8820   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8821   algorithm: "plot_performance_box"
8822   output-file-type: ".html"
8823   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8824   data: "plot-vpp-throughput-latency-3n-hsw"
8825   filter: "'NIC_Intel-X520-DA2' and
8826            '64B' and
8827            'NDRPDR' and
8828            '1T1C' and
8829            'IP4FWD' and
8830            'NAT44' and
8831            not 'IPSEC' and
8832            not 'VHOST'"
8833   parameters:
8834   - "throughput"
8835   - "parent"
8836   - "tags"
8837   sort:
8838   - "BASE"
8839   - "BASE"
8840   - "SRC_USER_10"
8841   - "SRC_USER_100"
8842   - "SRC_USER_1000"
8843   - "SRC_USER_2000"
8844   traces:
8845     hoverinfo: "x+y"
8846     boxpoints: "outliers"
8847     whiskerwidth: 0
8848   layout:
8849     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8850     layout: "plot-throughput"
8851
8852 -
8853   type: "plot"
8854   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8855   algorithm: "plot_performance_box"
8856   output-file-type: ".html"
8857   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8858   data: "plot-vpp-throughput-latency-3n-hsw"
8859   filter: "'NIC_Intel-X520-DA2' and
8860            '64B' and
8861            'NDRPDR' and
8862            '2T2C' and
8863            'IP4FWD' and
8864            'NAT44' and
8865            not 'IPSEC' and
8866            not 'VHOST'"
8867   parameters:
8868   - "throughput"
8869   - "parent"
8870   - "tags"
8871   sort:
8872   - "BASE"
8873   - "BASE"
8874   - "SRC_USER_10"
8875   - "SRC_USER_100"
8876   - "SRC_USER_1000"
8877   - "SRC_USER_2000"
8878   traces:
8879     hoverinfo: "x+y"
8880     boxpoints: "outliers"
8881     whiskerwidth: 0
8882   layout:
8883     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8884     layout: "plot-throughput"
8885
8886 -
8887   type: "plot"
8888   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8889   algorithm: "plot_performance_box"
8890   output-file-type: ".html"
8891   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8892   data: "plot-vpp-throughput-latency-3n-hsw"
8893   filter: "'NIC_Intel-X520-DA2' and
8894            '64B' and
8895            'NDRPDR' and
8896            '2T2C' and
8897            'IP4FWD' and
8898            'NAT44' and
8899            not 'IPSEC' and
8900            not 'VHOST'"
8901   parameters:
8902   - "throughput"
8903   - "parent"
8904   - "tags"
8905   sort:
8906   - "BASE"
8907   - "BASE"
8908   - "SRC_USER_10"
8909   - "SRC_USER_100"
8910   - "SRC_USER_1000"
8911   - "SRC_USER_2000"
8912   traces:
8913     hoverinfo: "x+y"
8914     boxpoints: "outliers"
8915     whiskerwidth: 0
8916   layout:
8917     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8918     layout: "plot-throughput"
8919
8920 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
8921 -
8922   type: "plot"
8923   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8924   algorithm: "plot_performance_box"
8925   output-file-type: ".html"
8926   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8927   data: "plot-vpp-throughput-latency-3n-hsw"
8928   filter: "'NIC_Intel-X520-DA2' and
8929            '64B' and
8930            'NDRPDR' and
8931            '1T1C' and
8932            'IP4FWD' and
8933            'IACL' and
8934            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8935            not 'IPSEC' and
8936            not 'VHOST'"
8937   parameters:
8938   - "throughput"
8939   - "parent"
8940   - "tags"
8941   sort:
8942   - "ACL_STATELESS"
8943   - "ACL_STATEFUL"
8944   - "ACL_STATELESS"
8945   - "ACL_STATEFUL"
8946   traces:
8947     hoverinfo: "x+y"
8948     boxpoints: "outliers"
8949     whiskerwidth: 0
8950   layout:
8951     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8952     layout: "plot-throughput"
8953
8954 -
8955   type: "plot"
8956   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8957   algorithm: "plot_performance_box"
8958   output-file-type: ".html"
8959   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8960   data: "plot-vpp-throughput-latency-3n-hsw"
8961   filter: "'NIC_Intel-X520-DA2' and
8962            '64B' and
8963            'NDRPDR' and
8964            '1T1C' and
8965            'IP4FWD' and
8966            'IACL' and
8967            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8968            not 'IPSEC' and
8969            not 'VHOST'"
8970   parameters:
8971   - "throughput"
8972   - "parent"
8973   - "tags"
8974   sort:
8975   - "ACL_STATELESS"
8976   - "ACL_STATEFUL"
8977   - "ACL_STATELESS"
8978   - "ACL_STATEFUL"
8979   traces:
8980     hoverinfo: "x+y"
8981     boxpoints: "outliers"
8982     whiskerwidth: 0
8983   layout:
8984     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8985     layout: "plot-throughput"
8986
8987 -
8988   type: "plot"
8989   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8990   algorithm: "plot_performance_box"
8991   output-file-type: ".html"
8992   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8993   data: "plot-vpp-throughput-latency-3n-hsw"
8994   filter: "'NIC_Intel-X520-DA2' and
8995            '64B' and
8996            'NDRPDR' and
8997            '2T2C' and
8998            'IP4FWD' and
8999            'IACL' and
9000            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9001            not 'IPSEC' and
9002            not 'VHOST'"
9003   parameters:
9004   - "throughput"
9005   - "parent"
9006   - "tags"
9007   sort:
9008   - "ACL_STATELESS"
9009   - "ACL_STATEFUL"
9010   - "ACL_STATELESS"
9011   - "ACL_STATEFUL"
9012   traces:
9013     hoverinfo: "x+y"
9014     boxpoints: "outliers"
9015     whiskerwidth: 0
9016   layout:
9017     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9018     layout: "plot-throughput"
9019
9020 -
9021   type: "plot"
9022   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9023   algorithm: "plot_performance_box"
9024   output-file-type: ".html"
9025   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9026   data: "plot-vpp-throughput-latency-3n-hsw"
9027   filter: "'NIC_Intel-X520-DA2' and
9028            '64B' and
9029            'NDRPDR' and
9030            '2T2C' and
9031            'IP4FWD' and
9032            'IACL' and
9033            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9034            not 'IPSEC' and
9035            not 'VHOST'"
9036   parameters:
9037   - "throughput"
9038   - "parent"
9039   - "tags"
9040   sort:
9041   - "ACL_STATELESS"
9042   - "ACL_STATEFUL"
9043   - "ACL_STATELESS"
9044   - "ACL_STATEFUL"
9045   traces:
9046     hoverinfo: "x+y"
9047     boxpoints: "outliers"
9048     whiskerwidth: 0
9049   layout:
9050     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9051     layout: "plot-throughput"
9052
9053 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
9054 -
9055   type: "plot"
9056   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9057   algorithm: "plot_performance_box"
9058   output-file-type: ".html"
9059   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9060   data: "plot-vpp-throughput-latency-3n-hsw"
9061   filter: "'NIC_Intel-X520-DA2' and
9062            '64B' and
9063            'NDRPDR' and
9064            '1T1C' and
9065            'IP4FWD' and
9066            'OACL' and
9067            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9068            not 'IPSEC' and
9069            not 'VHOST'"
9070   parameters:
9071   - "throughput"
9072   - "parent"
9073   - "tags"
9074   sort:
9075   - "ACL_STATELESS"
9076   - "ACL_STATEFUL"
9077   - "ACL_STATELESS"
9078   - "ACL_STATEFUL"
9079   traces:
9080     hoverinfo: "x+y"
9081     boxpoints: "outliers"
9082     whiskerwidth: 0
9083   layout:
9084     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9085     layout: "plot-throughput"
9086
9087 -
9088   type: "plot"
9089   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9090   algorithm: "plot_performance_box"
9091   output-file-type: ".html"
9092   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9093   data: "plot-vpp-throughput-latency-3n-hsw"
9094   filter: "'NIC_Intel-X520-DA2' and
9095            '64B' and
9096            'NDRPDR' and
9097            '1T1C' and
9098            'IP4FWD' and
9099            'OACL' and
9100            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9101            not 'IPSEC' and
9102            not 'VHOST'"
9103   parameters:
9104   - "throughput"
9105   - "parent"
9106   - "tags"
9107   sort:
9108   - "ACL_STATELESS"
9109   - "ACL_STATEFUL"
9110   - "ACL_STATELESS"
9111   - "ACL_STATEFUL"
9112   traces:
9113     hoverinfo: "x+y"
9114     boxpoints: "outliers"
9115     whiskerwidth: 0
9116   layout:
9117     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9118     layout: "plot-throughput"
9119
9120 -
9121   type: "plot"
9122   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9123   algorithm: "plot_performance_box"
9124   output-file-type: ".html"
9125   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9126   data: "plot-vpp-throughput-latency-3n-hsw"
9127   filter: "'NIC_Intel-X520-DA2' and
9128            '64B' and
9129            'NDRPDR' and
9130            '2T2C' and
9131            'IP4FWD' and
9132            'OACL' and
9133            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9134            not 'IPSEC' and
9135            not 'VHOST'"
9136   parameters:
9137   - "throughput"
9138   - "parent"
9139   - "tags"
9140   sort:
9141   - "ACL_STATELESS"
9142   - "ACL_STATEFUL"
9143   - "ACL_STATELESS"
9144   - "ACL_STATEFUL"
9145   traces:
9146     hoverinfo: "x+y"
9147     boxpoints: "outliers"
9148     whiskerwidth: 0
9149   layout:
9150     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9151     layout: "plot-throughput"
9152
9153 -
9154   type: "plot"
9155   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9156   algorithm: "plot_performance_box"
9157   output-file-type: ".html"
9158   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9159   data: "plot-vpp-throughput-latency-3n-hsw"
9160   filter: "'NIC_Intel-X520-DA2' and
9161            '64B' and
9162            'NDRPDR' and
9163            '2T2C' and
9164            'IP4FWD' and
9165            'OACL' and
9166            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9167            not 'IPSEC' and
9168            not 'VHOST'"
9169   parameters:
9170   - "throughput"
9171   - "parent"
9172   - "tags"
9173   sort:
9174   - "ACL_STATELESS"
9175   - "ACL_STATEFUL"
9176   - "ACL_STATELESS"
9177   - "ACL_STATEFUL"
9178   traces:
9179     hoverinfo: "x+y"
9180     boxpoints: "outliers"
9181     whiskerwidth: 0
9182   layout:
9183     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9184     layout: "plot-throughput"
9185
9186 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
9187 -
9188   type: "plot"
9189   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9190   algorithm: "plot_performance_box"
9191   output-file-type: ".html"
9192   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9193   data: "plot-vpp-throughput-latency-3n-hsw"
9194   filter: "'NIC_Intel-X710' and
9195            '64B' and
9196            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9197            'NDRPDR' and
9198            '1T1C' and
9199            'IP4FWD' and
9200            not 'IPSEC' and
9201            not 'VHOST'"
9202   parameters:
9203   - "throughput"
9204   - "parent"
9205   - "tags"
9206   sort:
9207   - "DOT1Q"
9208   - "IP4BASE"
9209   - "FIB_20K"
9210   - "FIB_200K"
9211   - "FIB_2M"
9212   traces:
9213     hoverinfo: "x+y"
9214     boxpoints: "outliers"
9215     whiskerwidth: 0
9216   layout:
9217     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9218     layout: "plot-throughput"
9219
9220 -
9221   type: "plot"
9222   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9223   algorithm: "plot_performance_box"
9224   output-file-type: ".html"
9225   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9226   data: "plot-vpp-throughput-latency-3n-hsw"
9227   filter: "'NIC_Intel-X710' and
9228            '64B' and
9229            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9230            'NDRPDR' and
9231            '1T1C' and
9232            'IP4FWD' and
9233            not 'IPSEC' and
9234            not 'VHOST'"
9235   parameters:
9236   - "throughput"
9237   - "parent"
9238   - "tags"
9239   sort:
9240   - "DOT1Q"
9241   - "IP4BASE"
9242   - "FIB_20K"
9243   - "FIB_200K"
9244   - "FIB_2M"
9245   traces:
9246     hoverinfo: "x+y"
9247     boxpoints: "outliers"
9248     whiskerwidth: 0
9249   layout:
9250     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9251     layout: "plot-throughput"
9252
9253 -
9254   type: "plot"
9255   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9256   algorithm: "plot_performance_box"
9257   output-file-type: ".html"
9258   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9259   data: "plot-vpp-throughput-latency-3n-hsw"
9260   filter: "'NIC_Intel-X710' and
9261            '64B' and
9262            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9263            'NDRPDR' and
9264            '2T2C' and
9265            'IP4FWD' and
9266            not 'IPSEC' and
9267            not 'VHOST'"
9268   parameters:
9269   - "throughput"
9270   - "parent"
9271   - "tags"
9272   sort:
9273   - "DOT1Q"
9274   - "IP4BASE"
9275   - "FIB_20K"
9276   - "FIB_200K"
9277   - "FIB_2M"
9278   traces:
9279     hoverinfo: "x+y"
9280     boxpoints: "outliers"
9281     whiskerwidth: 0
9282   layout:
9283     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9284     layout: "plot-throughput"
9285
9286 -
9287   type: "plot"
9288   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9289   algorithm: "plot_performance_box"
9290   output-file-type: ".html"
9291   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9292   data: "plot-vpp-throughput-latency-3n-hsw"
9293   filter: "'NIC_Intel-X710' and
9294            '64B' and
9295            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9296            'NDRPDR' and
9297            '2T2C' and
9298            'IP4FWD' and
9299            not 'IPSEC' and
9300            not 'VHOST'"
9301   parameters:
9302   - "throughput"
9303   - "parent"
9304   - "tags"
9305   sort:
9306   - "DOT1Q"
9307   - "IP4BASE"
9308   - "FIB_20K"
9309   - "FIB_200K"
9310   - "FIB_2M"
9311   traces:
9312     hoverinfo: "x+y"
9313     boxpoints: "outliers"
9314     whiskerwidth: 0
9315   layout:
9316     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9317     layout: "plot-throughput"
9318
9319 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
9320 -
9321   type: "plot"
9322   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9323   algorithm: "plot_performance_box"
9324   output-file-type: ".html"
9325   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9326   data: "plot-vpp-throughput-latency-3n-hsw"
9327   filter: "'NIC_Intel-X710' and
9328            '64B' and
9329            ('IP4BASE' or
9330             'POLICE_MARK' or
9331             'COPWHLIST' or
9332             ('NAT44' and 'BASE') or
9333             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9334            'NDRPDR' and
9335            '1T1C' and
9336            'IP4FWD' and
9337            not 'IPSEC' and
9338            not 'VHOST'"
9339   parameters:
9340   - "throughput"
9341   - "parent"
9342   - "tags"
9343   sort:
9344   - "IP4BASE"
9345   - "NAT44"
9346   - "POLICE_MARK"
9347   - "COPWHLIST"
9348   - "IACL"
9349   - "OACL"
9350   traces:
9351     hoverinfo: "x+y"
9352     boxpoints: "outliers"
9353     whiskerwidth: 0
9354   layout:
9355     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9356     layout: "plot-throughput"
9357
9358 -
9359   type: "plot"
9360   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9361   algorithm: "plot_performance_box"
9362   output-file-type: ".html"
9363   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9364   data: "plot-vpp-throughput-latency-3n-hsw"
9365   filter: "'NIC_Intel-X710' and
9366            '64B' and
9367            ('IP4BASE' or
9368             'POLICE_MARK' or
9369             'COPWHLIST' or
9370             ('NAT44' and 'BASE') or
9371             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9372            'NDRPDR' and
9373            '1T1C' and
9374            'IP4FWD' and
9375            not 'IPSEC' and
9376            not 'VHOST'"
9377   parameters:
9378   - "throughput"
9379   - "parent"
9380   - "tags"
9381   sort:
9382   - "IP4BASE"
9383   - "NAT44"
9384   - "POLICE_MARK"
9385   - "COPWHLIST"
9386   - "IACL"
9387   - "OACL"
9388   traces:
9389     hoverinfo: "x+y"
9390     boxpoints: "outliers"
9391     whiskerwidth: 0
9392   layout:
9393     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9394     layout: "plot-throughput"
9395
9396 -
9397   type: "plot"
9398   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9399   algorithm: "plot_performance_box"
9400   output-file-type: ".html"
9401   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9402   data: "plot-vpp-throughput-latency-3n-hsw"
9403   filter: "'NIC_Intel-X710' and
9404            '64B' and
9405            ('IP4BASE' or
9406             'POLICE_MARK' or
9407             'COPWHLIST' or
9408             ('NAT44' and 'BASE') or
9409             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9410            'NDRPDR' and
9411            '2T2C' and
9412            'IP4FWD' and
9413            not 'IPSEC' and
9414            not 'VHOST'"
9415   parameters:
9416   - "throughput"
9417   - "parent"
9418   - "tags"
9419   sort:
9420   - "IP4BASE"
9421   - "NAT44"
9422   - "POLICE_MARK"
9423   - "COPWHLIST"
9424   - "IACL"
9425   - "OACL"
9426   traces:
9427     hoverinfo: "x+y"
9428     boxpoints: "outliers"
9429     whiskerwidth: 0
9430   layout:
9431     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9432     layout: "plot-throughput"
9433
9434 -
9435   type: "plot"
9436   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9437   algorithm: "plot_performance_box"
9438   output-file-type: ".html"
9439   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9440   data: "plot-vpp-throughput-latency-3n-hsw"
9441   filter: "'NIC_Intel-X710' and
9442            '64B' and
9443            ('IP4BASE' or
9444             'POLICE_MARK' or
9445             'COPWHLIST' or
9446             ('NAT44' and 'BASE') or
9447             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9448            'NDRPDR' and
9449            '2T2C' and
9450            'IP4FWD' and
9451            not 'IPSEC' and
9452            not 'VHOST'"
9453   parameters:
9454   - "throughput"
9455   - "parent"
9456   - "tags"
9457   sort:
9458   - "IP4BASE"
9459   - "NAT44"
9460   - "POLICE_MARK"
9461   - "COPWHLIST"
9462   - "IACL"
9463   - "OACL"
9464   traces:
9465     hoverinfo: "x+y"
9466     boxpoints: "outliers"
9467     whiskerwidth: 0
9468   layout:
9469     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9470     layout: "plot-throughput"
9471
9472 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
9473 -
9474   type: "plot"
9475   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9476   algorithm: "plot_performance_box"
9477   output-file-type: ".html"
9478   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9479   data: "plot-vpp-throughput-latency-3n-skx"
9480   filter: "'NIC_Intel-X710' and
9481            '64B' and
9482            'NDRPDR' and
9483            '2T1C' and
9484            'IP4FWD' and
9485            'NAT44' and
9486            not 'IPSEC' and
9487            not 'VHOST'"
9488   parameters:
9489   - "throughput"
9490   - "parent"
9491   - "tags"
9492   sort:
9493   - "BASE"
9494   - "BASE"
9495   - "SRC_USER_10"
9496   - "SRC_USER_100"
9497   - "SRC_USER_1000"
9498   - "SRC_USER_2000"
9499   traces:
9500     hoverinfo: "x+y"
9501     boxpoints: "outliers"
9502     whiskerwidth: 0
9503   layout:
9504     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9505     layout: "plot-throughput"
9506
9507 -
9508   type: "plot"
9509   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9510   algorithm: "plot_performance_box"
9511   output-file-type: ".html"
9512   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9513   data: "plot-vpp-throughput-latency-3n-skx"
9514   filter: "'NIC_Intel-X710' and
9515            '64B' and
9516            'NDRPDR' and
9517            '2T1C' and
9518            'IP4FWD' and
9519            'NAT44' and
9520            not 'IPSEC' and
9521            not 'VHOST'"
9522   parameters:
9523   - "throughput"
9524   - "parent"
9525   - "tags"
9526   sort:
9527   - "BASE"
9528   - "BASE"
9529   - "SRC_USER_10"
9530   - "SRC_USER_100"
9531   - "SRC_USER_1000"
9532   - "SRC_USER_2000"
9533   traces:
9534     hoverinfo: "x+y"
9535     boxpoints: "outliers"
9536     whiskerwidth: 0
9537   layout:
9538     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9539     layout: "plot-throughput"
9540
9541 -
9542   type: "plot"
9543   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9544   algorithm: "plot_performance_box"
9545   output-file-type: ".html"
9546   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9547   data: "plot-vpp-throughput-latency-3n-skx"
9548   filter: "'NIC_Intel-X710' and
9549            '64B' and
9550            'NDRPDR' and
9551            '4T2C' and
9552            'IP4FWD' and
9553            'NAT44' and
9554            not 'IPSEC' and
9555            not 'VHOST'"
9556   parameters:
9557   - "throughput"
9558   - "parent"
9559   - "tags"
9560   sort:
9561   - "BASE"
9562   - "BASE"
9563   - "SRC_USER_10"
9564   - "SRC_USER_100"
9565   - "SRC_USER_1000"
9566   - "SRC_USER_2000"
9567   traces:
9568     hoverinfo: "x+y"
9569     boxpoints: "outliers"
9570     whiskerwidth: 0
9571   layout:
9572     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9573     layout: "plot-throughput"
9574
9575 -
9576   type: "plot"
9577   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9578   algorithm: "plot_performance_box"
9579   output-file-type: ".html"
9580   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9581   data: "plot-vpp-throughput-latency-3n-skx"
9582   filter: "'NIC_Intel-X710' and
9583            '64B' and
9584            'NDRPDR' and
9585            '4T2C' and
9586            'IP4FWD' and
9587            'NAT44' and
9588            not 'IPSEC' and
9589            not 'VHOST'"
9590   parameters:
9591   - "throughput"
9592   - "parent"
9593   - "tags"
9594   sort:
9595   - "BASE"
9596   - "BASE"
9597   - "SRC_USER_10"
9598   - "SRC_USER_100"
9599   - "SRC_USER_1000"
9600   - "SRC_USER_2000"
9601   traces:
9602     hoverinfo: "x+y"
9603     boxpoints: "outliers"
9604     whiskerwidth: 0
9605   layout:
9606     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9607     layout: "plot-throughput"
9608
9609 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
9610 -
9611   type: "plot"
9612   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9613   algorithm: "plot_performance_box"
9614   output-file-type: ".html"
9615   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9616   data: "plot-vpp-throughput-latency-3n-skx"
9617   filter: "'NIC_Intel-X710' and
9618            '64B' and
9619            'NDRPDR' and
9620            '2T1C' and
9621            'IP4FWD' and
9622            'IACL' and
9623            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9624            not 'IPSEC' and
9625            not 'VHOST'"
9626   parameters:
9627   - "throughput"
9628   - "parent"
9629   - "tags"
9630   sort:
9631   - "ACL_STATELESS"
9632   - "ACL_STATEFUL"
9633   - "ACL_STATELESS"
9634   - "ACL_STATEFUL"
9635   traces:
9636     hoverinfo: "x+y"
9637     boxpoints: "outliers"
9638     whiskerwidth: 0
9639   layout:
9640     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9641     layout: "plot-throughput"
9642
9643 -
9644   type: "plot"
9645   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9646   algorithm: "plot_performance_box"
9647   output-file-type: ".html"
9648   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9649   data: "plot-vpp-throughput-latency-3n-skx"
9650   filter: "'NIC_Intel-X710' and
9651            '64B' and
9652            'NDRPDR' and
9653            '2T1C' and
9654            'IP4FWD' and
9655            'IACL' and
9656            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9657            not 'IPSEC' and
9658            not 'VHOST'"
9659   parameters:
9660   - "throughput"
9661   - "parent"
9662   - "tags"
9663   sort:
9664   - "ACL_STATELESS"
9665   - "ACL_STATEFUL"
9666   - "ACL_STATELESS"
9667   - "ACL_STATEFUL"
9668   traces:
9669     hoverinfo: "x+y"
9670     boxpoints: "outliers"
9671     whiskerwidth: 0
9672   layout:
9673     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9674     layout: "plot-throughput"
9675
9676 -
9677   type: "plot"
9678   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9679   algorithm: "plot_performance_box"
9680   output-file-type: ".html"
9681   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9682   data: "plot-vpp-throughput-latency-3n-skx"
9683   filter: "'NIC_Intel-X710' and
9684            '64B' and
9685            'NDRPDR' and
9686            '4T2C' and
9687            'IP4FWD' and
9688            'IACL' and
9689            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9690            not 'IPSEC' and
9691            not 'VHOST'"
9692   parameters:
9693   - "throughput"
9694   - "parent"
9695   - "tags"
9696   sort:
9697   - "ACL_STATELESS"
9698   - "ACL_STATEFUL"
9699   - "ACL_STATELESS"
9700   - "ACL_STATEFUL"
9701   traces:
9702     hoverinfo: "x+y"
9703     boxpoints: "outliers"
9704     whiskerwidth: 0
9705   layout:
9706     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9707     layout: "plot-throughput"
9708
9709 -
9710   type: "plot"
9711   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9712   algorithm: "plot_performance_box"
9713   output-file-type: ".html"
9714   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9715   data: "plot-vpp-throughput-latency-3n-skx"
9716   filter: "'NIC_Intel-X710' and
9717            '64B' and
9718            'NDRPDR' and
9719            '4T2C' and
9720            'IP4FWD' and
9721            'IACL' and
9722            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9723            not 'IPSEC' and
9724            not 'VHOST'"
9725   parameters:
9726   - "throughput"
9727   - "parent"
9728   - "tags"
9729   sort:
9730   - "ACL_STATELESS"
9731   - "ACL_STATEFUL"
9732   - "ACL_STATELESS"
9733   - "ACL_STATEFUL"
9734   traces:
9735     hoverinfo: "x+y"
9736     boxpoints: "outliers"
9737     whiskerwidth: 0
9738   layout:
9739     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9740     layout: "plot-throughput"
9741
9742 ## Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
9743 #-
9744 #  type: "plot"
9745 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9746 #  algorithm: "plot_performance_box"
9747 #  output-file-type: ".html"
9748 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9749 #  data: "plot-vpp-throughput-latency-3n-skx"
9750 #  filter: "'NIC_Intel-X710' and
9751 #           '64B' and
9752 #           'NDRPDR' and
9753 #           '2T1C' and
9754 #           'IP4FWD' and
9755 #           'OACL' and
9756 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
9757 #           not 'IPSEC' and
9758 #           not 'VHOST'"
9759 #  parameters:
9760 #  - "throughput"
9761 #  - "parent"
9762 #  - "tags"
9763 #  sort:
9764 #  - "ACL_STATELESS"
9765 #  - "ACL_STATEFUL"
9766 #  - "ACL_STATELESS"
9767 #  - "ACL_STATEFUL"
9768 #  traces:
9769 #    hoverinfo: "x+y"
9770 #    boxpoints: "outliers"
9771 #    whiskerwidth: 0
9772 #  layout:
9773 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9774 #    layout: "plot-throughput"
9775 #
9776 #-
9777 #  type: "plot"
9778 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9779 #  algorithm: "plot_performance_box"
9780 #  output-file-type: ".html"
9781 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9782 #  data: "plot-vpp-throughput-latency-3n-skx"
9783 #  filter: "'NIC_Intel-X710' and
9784 #           '64B' and
9785 #           'NDRPDR' and
9786 #           '2T1C' and
9787 #           'IP4FWD' and
9788 #           'OACL' and
9789 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
9790 #           not 'IPSEC' and
9791 #           not 'VHOST'"
9792 #  parameters:
9793 #  - "throughput"
9794 #  - "parent"
9795 #  - "tags"
9796 #  sort:
9797 #  - "ACL_STATELESS"
9798 #  - "ACL_STATEFUL"
9799 #  - "ACL_STATELESS"
9800 #  - "ACL_STATEFUL"
9801 #  traces:
9802 #    hoverinfo: "x+y"
9803 #    boxpoints: "outliers"
9804 #    whiskerwidth: 0
9805 #  layout:
9806 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9807 #    layout: "plot-throughput"
9808 #
9809 #-
9810 #  type: "plot"
9811 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9812 #  algorithm: "plot_performance_box"
9813 #  output-file-type: ".html"
9814 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9815 #  data: "plot-vpp-throughput-latency-3n-skx"
9816 #  filter: "'NIC_Intel-X710' and
9817 #           '64B' and
9818 #           'NDRPDR' and
9819 #           '4T2C' and
9820 #           'IP4FWD' and
9821 #           'OACL' and
9822 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
9823 #           not 'IPSEC' and
9824 #           not 'VHOST'"
9825 #  parameters:
9826 #  - "throughput"
9827 #  - "parent"
9828 #  - "tags"
9829 #  sort:
9830 #  - "ACL_STATELESS"
9831 #  - "ACL_STATEFUL"
9832 #  - "ACL_STATELESS"
9833 #  - "ACL_STATEFUL"
9834 #  traces:
9835 #    hoverinfo: "x+y"
9836 #    boxpoints: "outliers"
9837 #    whiskerwidth: 0
9838 #  layout:
9839 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9840 #    layout: "plot-throughput"
9841 #
9842 #-
9843 #  type: "plot"
9844 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9845 #  algorithm: "plot_performance_box"
9846 #  output-file-type: ".html"
9847 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9848 #  data: "plot-vpp-throughput-latency-3n-skx"
9849 #  filter: "'NIC_Intel-X710' and
9850 #           '64B' and
9851 #           'NDRPDR' and
9852 #           '4T2C' and
9853 #           'IP4FWD' and
9854 #           'OACL' and
9855 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
9856 #           not 'IPSEC' and
9857 #           not 'VHOST'"
9858 #  parameters:
9859 #  - "throughput"
9860 #  - "parent"
9861 #  - "tags"
9862 #  sort:
9863 #  - "ACL_STATELESS"
9864 #  - "ACL_STATEFUL"
9865 #  - "ACL_STATELESS"
9866 #  - "ACL_STATEFUL"
9867 #  traces:
9868 #    hoverinfo: "x+y"
9869 #    boxpoints: "outliers"
9870 #    whiskerwidth: 0
9871 #  layout:
9872 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9873 #    layout: "plot-throughput"
9874
9875 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
9876 -
9877   type: "plot"
9878   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9879   algorithm: "plot_performance_box"
9880   output-file-type: ".html"
9881   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9882   data: "plot-vpp-throughput-latency-3n-hsw"
9883   filter: "'NIC_Intel-XL710' and
9884            '64B' and
9885            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9886            'NDRPDR' and
9887            '1T1C' and
9888            'IP4FWD' and
9889            not 'IPSEC' and
9890            not 'VHOST'"
9891   parameters:
9892   - "throughput"
9893   - "parent"
9894   - "tags"
9895   sort:
9896   - "IP4BASE"
9897   - "FIB_20K"
9898   - "FIB_200K"
9899   - "FIB_2M"
9900   traces:
9901     hoverinfo: "x+y"
9902     boxpoints: "outliers"
9903     whiskerwidth: 0
9904   layout:
9905     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9906     layout: "plot-throughput"
9907
9908 -
9909   type: "plot"
9910   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9911   algorithm: "plot_performance_box"
9912   output-file-type: ".html"
9913   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9914   data: "plot-vpp-throughput-latency-3n-hsw"
9915   filter: "'NIC_Intel-XL710' and
9916            '64B' and
9917            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9918            'NDRPDR' and
9919            '1T1C' and
9920            'IP4FWD' and
9921            not 'IPSEC' and
9922            not 'VHOST'"
9923   parameters:
9924   - "throughput"
9925   - "parent"
9926   - "tags"
9927   sort:
9928   - "IP4BASE"
9929   - "FIB_20K"
9930   - "FIB_200K"
9931   - "FIB_2M"
9932   traces:
9933     hoverinfo: "x+y"
9934     boxpoints: "outliers"
9935     whiskerwidth: 0
9936   layout:
9937     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9938     layout: "plot-throughput"
9939
9940 -
9941   type: "plot"
9942   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9943   algorithm: "plot_performance_box"
9944   output-file-type: ".html"
9945   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9946   data: "plot-vpp-throughput-latency-3n-hsw"
9947   filter: "'NIC_Intel-XL710' and
9948            '64B' and
9949            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9950            'NDRPDR' and
9951            '2T2C' and
9952            'IP4FWD' and
9953            not 'IPSEC' and
9954            not 'VHOST'"
9955   parameters:
9956   - "throughput"
9957   - "parent"
9958   - "tags"
9959   sort:
9960   - "IP4BASE"
9961   - "FIB_20K"
9962   - "FIB_200K"
9963   - "FIB_2M"
9964   traces:
9965     hoverinfo: "x+y"
9966     boxpoints: "outliers"
9967     whiskerwidth: 0
9968   layout:
9969     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9970     layout: "plot-throughput"
9971
9972 -
9973   type: "plot"
9974   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9975   algorithm: "plot_performance_box"
9976   output-file-type: ".html"
9977   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9978   data: "plot-vpp-throughput-latency-3n-hsw"
9979   filter: "'NIC_Intel-XL710' and
9980            '64B' and
9981            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9982            'NDRPDR' and
9983            '2T2C' and
9984            'IP4FWD' and
9985            not 'IPSEC' and
9986            not 'VHOST'"
9987   parameters:
9988   - "throughput"
9989   - "parent"
9990   - "tags"
9991   sort:
9992   - "IP4BASE"
9993   - "FIB_20K"
9994   - "FIB_200K"
9995   - "FIB_2M"
9996   traces:
9997     hoverinfo: "x+y"
9998     boxpoints: "outliers"
9999     whiskerwidth: 0
10000   layout:
10001     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
10002     layout: "plot-throughput"
10003
10004 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
10005 -
10006   type: "plot"
10007   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10008   algorithm: "plot_performance_box"
10009   output-file-type: ".html"
10010   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10011   data: "plot-vpp-throughput-latency-3n-skx"
10012   filter: "'NIC_Intel-X710' and
10013            '64B' and
10014            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10015            'NDRPDR' and
10016            '2T1C' and
10017            'IP4FWD' and
10018            not 'IPSEC' and
10019            not 'VHOST'"
10020   parameters:
10021   - "throughput"
10022   - "parent"
10023   - "tags"
10024   sort:
10025   - "IP4BASE"
10026   - "FIB_20K"
10027   - "FIB_200K"
10028   - "FIB_2M"
10029   traces:
10030     hoverinfo: "x+y"
10031     boxpoints: "outliers"
10032     whiskerwidth: 0
10033   layout:
10034     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10035     layout: "plot-throughput"
10036
10037 -
10038   type: "plot"
10039   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10040   algorithm: "plot_performance_box"
10041   output-file-type: ".html"
10042   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10043   data: "plot-vpp-throughput-latency-3n-skx"
10044   filter: "'NIC_Intel-X710' and
10045            '64B' and
10046            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10047            'NDRPDR' and
10048            '2T1C' and
10049            'IP4FWD' and
10050            not 'IPSEC' and
10051            not 'VHOST'"
10052   parameters:
10053   - "throughput"
10054   - "parent"
10055   - "tags"
10056   sort:
10057   - "IP4BASE"
10058   - "FIB_20K"
10059   - "FIB_200K"
10060   - "FIB_2M"
10061   traces:
10062     hoverinfo: "x+y"
10063     boxpoints: "outliers"
10064     whiskerwidth: 0
10065   layout:
10066     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10067     layout: "plot-throughput"
10068
10069 -
10070   type: "plot"
10071   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10072   algorithm: "plot_performance_box"
10073   output-file-type: ".html"
10074   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10075   data: "plot-vpp-throughput-latency-3n-skx"
10076   filter: "'NIC_Intel-X710' and
10077            '64B' and
10078            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10079            'NDRPDR' and
10080            '4T2C' and
10081            'IP4FWD' and
10082            not 'IPSEC' and
10083            not 'VHOST'"
10084   parameters:
10085   - "throughput"
10086   - "parent"
10087   - "tags"
10088   sort:
10089   - "IP4BASE"
10090   - "FIB_20K"
10091   - "FIB_200K"
10092   - "FIB_2M"
10093   traces:
10094     hoverinfo: "x+y"
10095     boxpoints: "outliers"
10096     whiskerwidth: 0
10097   layout:
10098     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10099     layout: "plot-throughput"
10100
10101 -
10102   type: "plot"
10103   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10104   algorithm: "plot_performance_box"
10105   output-file-type: ".html"
10106   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10107   data: "plot-vpp-throughput-latency-3n-skx"
10108   filter: "'NIC_Intel-X710' and
10109            '64B' and
10110            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10111            'NDRPDR' and
10112            '4T2C' and
10113            'IP4FWD' and
10114            not 'IPSEC' and
10115            not 'VHOST'"
10116   parameters:
10117   - "throughput"
10118   - "parent"
10119   - "tags"
10120   sort:
10121   - "IP4BASE"
10122   - "FIB_20K"
10123   - "FIB_200K"
10124   - "FIB_2M"
10125   traces:
10126     hoverinfo: "x+y"
10127     boxpoints: "outliers"
10128     whiskerwidth: 0
10129   layout:
10130     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10131     layout: "plot-throughput"
10132
10133 # Packet Throughput - VPP IPv4 3n-skx-x710 features
10134 -
10135   type: "plot"
10136   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
10137   algorithm: "plot_performance_box"
10138   output-file-type: ".html"
10139   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
10140   data: "plot-vpp-throughput-latency-3n-skx"
10141   filter: "'NIC_Intel-X710' and
10142            '64B' and
10143            ('IP4BASE' or
10144             'POLICE_MARK' or
10145             'COPWHLIST' or
10146             ('NAT44' and 'BASE') or
10147             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10148            'NDRPDR' and
10149            '2T1C' and
10150            'IP4FWD' and
10151            not 'IPSEC' and
10152            not 'VHOST'"
10153   parameters:
10154   - "throughput"
10155   - "parent"
10156   - "tags"
10157   sort:
10158   - "IP4BASE"
10159   - "NAT44"
10160   - "POLICE_MARK"
10161   - "COPWHLIST"
10162   - "IACL"
10163   - "OACL"
10164   traces:
10165     hoverinfo: "x+y"
10166     boxpoints: "outliers"
10167     whiskerwidth: 0
10168   layout:
10169     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
10170     layout: "plot-throughput"
10171
10172 -
10173   type: "plot"
10174   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
10175   algorithm: "plot_performance_box"
10176   output-file-type: ".html"
10177   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
10178   data: "plot-vpp-throughput-latency-3n-skx"
10179   filter: "'NIC_Intel-X710' and
10180            '64B' and
10181            ('IP4BASE' or
10182             'POLICE_MARK' or
10183             'COPWHLIST' or
10184             ('NAT44' and 'BASE') or
10185             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10186            'NDRPDR' and
10187            '2T1C' and
10188            'IP4FWD' and
10189            not 'IPSEC' and
10190            not 'VHOST'"
10191   parameters:
10192   - "throughput"
10193   - "parent"
10194   - "tags"
10195   sort:
10196   - "IP4BASE"
10197   - "NAT44"
10198   - "POLICE_MARK"
10199   - "COPWHLIST"
10200   - "IACL"
10201   - "OACL"
10202   traces:
10203     hoverinfo: "x+y"
10204     boxpoints: "outliers"
10205     whiskerwidth: 0
10206   layout:
10207     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
10208     layout: "plot-throughput"
10209
10210 -
10211   type: "plot"
10212   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
10213   algorithm: "plot_performance_box"
10214   output-file-type: ".html"
10215   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
10216   data: "plot-vpp-throughput-latency-3n-skx"
10217   filter: "'NIC_Intel-X710' and
10218            '64B' and
10219            ('IP4BASE' or
10220             'POLICE_MARK' or
10221             'COPWHLIST' or
10222             ('NAT44' and 'BASE') or
10223             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10224            'NDRPDR' and
10225            '4T2C' and
10226            'IP4FWD' and
10227            not 'IPSEC' and
10228            not 'VHOST'"
10229   parameters:
10230   - "throughput"
10231   - "parent"
10232   - "tags"
10233   sort:
10234   - "IP4BASE"
10235   - "NAT44"
10236   - "POLICE_MARK"
10237   - "COPWHLIST"
10238   - "IACL"
10239   - "OACL"
10240   traces:
10241     hoverinfo: "x+y"
10242     boxpoints: "outliers"
10243     whiskerwidth: 0
10244   layout:
10245     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
10246     layout: "plot-throughput"
10247
10248 -
10249   type: "plot"
10250   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
10251   algorithm: "plot_performance_box"
10252   output-file-type: ".html"
10253   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
10254   data: "plot-vpp-throughput-latency-3n-skx"
10255   filter: "'NIC_Intel-X710' and
10256            '64B' and
10257            ('IP4BASE' or
10258             'POLICE_MARK' or
10259             'COPWHLIST' or
10260             ('NAT44' and 'BASE') or
10261             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10262            'NDRPDR' and
10263            '4T2C' and
10264            'IP4FWD' and
10265            not 'IPSEC' and
10266            not 'VHOST'"
10267   parameters:
10268   - "throughput"
10269   - "parent"
10270   - "tags"
10271   sort:
10272   - "IP4BASE"
10273   - "NAT44"
10274   - "POLICE_MARK"
10275   - "COPWHLIST"
10276   - "IACL"
10277   - "OACL"
10278   traces:
10279     hoverinfo: "x+y"
10280     boxpoints: "outliers"
10281     whiskerwidth: 0
10282   layout:
10283     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
10284     layout: "plot-throughput"
10285
10286 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
10287 -
10288   type: "plot"
10289   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10290   algorithm: "plot_performance_box"
10291   output-file-type: ".html"
10292   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10293   data: "plot-vpp-throughput-latency-3n-hsw"
10294   filter: "'NIC_Intel-X710' and
10295            '64B' and
10296            'NDRPDR' and
10297            '1T1C' and
10298            'IP4FWD' and
10299            'NAT44' and
10300            not 'IPSEC' and
10301            not 'VHOST'"
10302   parameters:
10303   - "throughput"
10304   - "parent"
10305   - "tags"
10306   sort:
10307   - "BASE"
10308   - "BASE"
10309   - "SRC_USER_10"
10310   - "SRC_USER_100"
10311   - "SRC_USER_1000"
10312   - "SRC_USER_2000"
10313   traces:
10314     hoverinfo: "x+y"
10315     boxpoints: "outliers"
10316     whiskerwidth: 0
10317   layout:
10318     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10319     layout: "plot-throughput"
10320
10321 -
10322   type: "plot"
10323   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10324   algorithm: "plot_performance_box"
10325   output-file-type: ".html"
10326   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10327   data: "plot-vpp-throughput-latency-3n-hsw"
10328   filter: "'NIC_Intel-X710' and
10329            '64B' and
10330            'NDRPDR' and
10331            '1T1C' and
10332            'IP4FWD' and
10333            'NAT44' and
10334            not 'IPSEC' and
10335            not 'VHOST'"
10336   parameters:
10337   - "throughput"
10338   - "parent"
10339   - "tags"
10340   sort:
10341   - "BASE"
10342   - "BASE"
10343   - "SRC_USER_10"
10344   - "SRC_USER_100"
10345   - "SRC_USER_1000"
10346   - "SRC_USER_2000"
10347   traces:
10348     hoverinfo: "x+y"
10349     boxpoints: "outliers"
10350     whiskerwidth: 0
10351   layout:
10352     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10353     layout: "plot-throughput"
10354
10355 -
10356   type: "plot"
10357   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10358   algorithm: "plot_performance_box"
10359   output-file-type: ".html"
10360   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10361   data: "plot-vpp-throughput-latency-3n-hsw"
10362   filter: "'NIC_Intel-X710' and
10363            '64B' and
10364            'NDRPDR' and
10365            '2T2C' and
10366            'IP4FWD' and
10367            'NAT44' and
10368            not 'IPSEC' and
10369            not 'VHOST'"
10370   parameters:
10371   - "throughput"
10372   - "parent"
10373   - "tags"
10374   sort:
10375   - "BASE"
10376   - "BASE"
10377   - "SRC_USER_10"
10378   - "SRC_USER_100"
10379   - "SRC_USER_1000"
10380   - "SRC_USER_2000"
10381   traces:
10382     hoverinfo: "x+y"
10383     boxpoints: "outliers"
10384     whiskerwidth: 0
10385   layout:
10386     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10387     layout: "plot-throughput"
10388
10389 -
10390   type: "plot"
10391   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10392   algorithm: "plot_performance_box"
10393   output-file-type: ".html"
10394   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10395   data: "plot-vpp-throughput-latency-3n-hsw"
10396   filter: "'NIC_Intel-X710' and
10397            '64B' and
10398            'NDRPDR' and
10399            '2T2C' and
10400            'IP4FWD' and
10401            'NAT44' and
10402            not 'IPSEC' and
10403            not 'VHOST'"
10404   parameters:
10405   - "throughput"
10406   - "parent"
10407   - "tags"
10408   sort:
10409   - "BASE"
10410   - "BASE"
10411   - "SRC_USER_10"
10412   - "SRC_USER_100"
10413   - "SRC_USER_1000"
10414   - "SRC_USER_2000"
10415   traces:
10416     hoverinfo: "x+y"
10417     boxpoints: "outliers"
10418     whiskerwidth: 0
10419   layout:
10420     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10421     layout: "plot-throughput"
10422
10423 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
10424 -
10425   type: "plot"
10426   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10427   algorithm: "plot_performance_box"
10428   output-file-type: ".html"
10429   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10430   data: "plot-vpp-throughput-latency-3n-hsw"
10431   filter: "'NIC_Intel-X710' and
10432            '64B' and
10433            'NDRPDR' and
10434            '1T1C' and
10435            'IP4FWD' and
10436            'IACL' and
10437            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10438            not 'IPSEC' and
10439            not 'VHOST'"
10440   parameters:
10441   - "throughput"
10442   - "parent"
10443   - "tags"
10444   sort:
10445   - "ACL_STATELESS"
10446   - "ACL_STATEFUL"
10447   - "ACL_STATELESS"
10448   - "ACL_STATEFUL"
10449   traces:
10450     hoverinfo: "x+y"
10451     boxpoints: "outliers"
10452     whiskerwidth: 0
10453   layout:
10454     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10455     layout: "plot-throughput"
10456
10457 -
10458   type: "plot"
10459   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10460   algorithm: "plot_performance_box"
10461   output-file-type: ".html"
10462   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10463   data: "plot-vpp-throughput-latency-3n-hsw"
10464   filter: "'NIC_Intel-X710' and
10465            '64B' and
10466            'NDRPDR' and
10467            '1T1C' and
10468            'IP4FWD' and
10469            'IACL' and
10470            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10471            not 'IPSEC' and
10472            not 'VHOST'"
10473   parameters:
10474   - "throughput"
10475   - "parent"
10476   - "tags"
10477   sort:
10478   - "ACL_STATELESS"
10479   - "ACL_STATEFUL"
10480   - "ACL_STATELESS"
10481   - "ACL_STATEFUL"
10482   traces:
10483     hoverinfo: "x+y"
10484     boxpoints: "outliers"
10485     whiskerwidth: 0
10486   layout:
10487     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10488     layout: "plot-throughput"
10489
10490 -
10491   type: "plot"
10492   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10493   algorithm: "plot_performance_box"
10494   output-file-type: ".html"
10495   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10496   data: "plot-vpp-throughput-latency-3n-hsw"
10497   filter: "'NIC_Intel-X710' and
10498            '64B' and
10499            'NDRPDR' and
10500            '2T2C' and
10501            'IP4FWD' and
10502            'IACL' and
10503            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10504            not 'IPSEC' and
10505            not 'VHOST'"
10506   parameters:
10507   - "throughput"
10508   - "parent"
10509   - "tags"
10510   sort:
10511   - "ACL_STATELESS"
10512   - "ACL_STATEFUL"
10513   - "ACL_STATELESS"
10514   - "ACL_STATEFUL"
10515   traces:
10516     hoverinfo: "x+y"
10517     boxpoints: "outliers"
10518     whiskerwidth: 0
10519   layout:
10520     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10521     layout: "plot-throughput"
10522
10523 -
10524   type: "plot"
10525   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10526   algorithm: "plot_performance_box"
10527   output-file-type: ".html"
10528   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10529   data: "plot-vpp-throughput-latency-3n-hsw"
10530   filter: "'NIC_Intel-X710' and
10531            '64B' and
10532            'NDRPDR' and
10533            '2T2C' and
10534            'IP4FWD' and
10535            'IACL' and
10536            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10537            not 'IPSEC' and
10538            not 'VHOST'"
10539   parameters:
10540   - "throughput"
10541   - "parent"
10542   - "tags"
10543   sort:
10544   - "ACL_STATELESS"
10545   - "ACL_STATEFUL"
10546   - "ACL_STATELESS"
10547   - "ACL_STATEFUL"
10548   traces:
10549     hoverinfo: "x+y"
10550     boxpoints: "outliers"
10551     whiskerwidth: 0
10552   layout:
10553     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10554     layout: "plot-throughput"
10555
10556 ## Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
10557 #-
10558 #  type: "plot"
10559 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10560 #  algorithm: "plot_performance_box"
10561 #  output-file-type: ".html"
10562 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10563 #  data: "plot-vpp-throughput-latency-3n-hsw"
10564 #  filter: "'NIC_Intel-X710' and
10565 #           '64B' and
10566 #           'NDRPDR' and
10567 #           '1T1C' and
10568 #           'IP4FWD' and
10569 #           'OACL' and
10570 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10571 #           not 'IPSEC' and
10572 #           not 'VHOST'"
10573 #  parameters:
10574 #  - "throughput"
10575 #  - "parent"
10576 #  - "tags"
10577 #  sort:
10578 #  - "ACL_STATELESS"
10579 #  - "ACL_STATEFUL"
10580 #  - "ACL_STATELESS"
10581 #  - "ACL_STATEFUL"
10582 #  traces:
10583 #    hoverinfo: "x+y"
10584 #    boxpoints: "outliers"
10585 #    whiskerwidth: 0
10586 #  layout:
10587 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10588 #    layout: "plot-throughput"
10589 #
10590 #-
10591 #  type: "plot"
10592 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10593 #  algorithm: "plot_performance_box"
10594 #  output-file-type: ".html"
10595 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10596 #  data: "plot-vpp-throughput-latency-3n-hsw"
10597 #  filter: "'NIC_Intel-X710' and
10598 #           '64B' and
10599 #           'NDRPDR' and
10600 #           '1T1C' and
10601 #           'IP4FWD' and
10602 #           'OACL' and
10603 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10604 #           not 'IPSEC' and
10605 #           not 'VHOST'"
10606 #  parameters:
10607 #  - "throughput"
10608 #  - "parent"
10609 #  - "tags"
10610 #  sort:
10611 #  - "ACL_STATELESS"
10612 #  - "ACL_STATEFUL"
10613 #  - "ACL_STATELESS"
10614 #  - "ACL_STATEFUL"
10615 #  traces:
10616 #    hoverinfo: "x+y"
10617 #    boxpoints: "outliers"
10618 #    whiskerwidth: 0
10619 #  layout:
10620 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10621 #    layout: "plot-throughput"
10622 #
10623 #-
10624 #  type: "plot"
10625 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10626 #  algorithm: "plot_performance_box"
10627 #  output-file-type: ".html"
10628 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10629 #  data: "plot-vpp-throughput-latency-3n-hsw"
10630 #  filter: "'NIC_Intel-X710' and
10631 #           '64B' and
10632 #           'NDRPDR' and
10633 #           '2T2C' and
10634 #           'IP4FWD' and
10635 #           'OACL' and
10636 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10637 #           not 'IPSEC' and
10638 #           not 'VHOST'"
10639 #  parameters:
10640 #  - "throughput"
10641 #  - "parent"
10642 #  - "tags"
10643 #  sort:
10644 #  - "ACL_STATELESS"
10645 #  - "ACL_STATEFUL"
10646 #  - "ACL_STATELESS"
10647 #  - "ACL_STATEFUL"
10648 #  traces:
10649 #    hoverinfo: "x+y"
10650 #    boxpoints: "outliers"
10651 #    whiskerwidth: 0
10652 #  layout:
10653 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10654 #    layout: "plot-throughput"
10655 #
10656 #-
10657 #  type: "plot"
10658 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10659 #  algorithm: "plot_performance_box"
10660 #  output-file-type: ".html"
10661 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10662 #  data: "plot-vpp-throughput-latency-3n-hsw"
10663 #  filter: "'NIC_Intel-X710' and
10664 #           '64B' and
10665 #           'NDRPDR' and
10666 #           '2T2C' and
10667 #           'IP4FWD' and
10668 #           'OACL' and
10669 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10670 #           not 'IPSEC' and
10671 #           not 'VHOST'"
10672 #  parameters:
10673 #  - "throughput"
10674 #  - "parent"
10675 #  - "tags"
10676 #  sort:
10677 #  - "ACL_STATELESS"
10678 #  - "ACL_STATEFUL"
10679 #  - "ACL_STATELESS"
10680 #  - "ACL_STATEFUL"
10681 #  traces:
10682 #    hoverinfo: "x+y"
10683 #    boxpoints: "outliers"
10684 #    whiskerwidth: 0
10685 #  layout:
10686 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10687 #    layout: "plot-throughput"
10688
10689 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
10690 -
10691   type: "plot"
10692   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10693   algorithm: "plot_performance_box"
10694   output-file-type: ".html"
10695   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10696   data: "plot-vpp-throughput-latency-2n-skx"
10697   filter: "'NIC_Intel-X710' and
10698            '64B' and
10699            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10700            'NDRPDR' and
10701            '2T1C' and
10702            'IP4FWD' and
10703            not 'IPSEC' and
10704            not 'VHOST'"
10705   parameters:
10706   - "throughput"
10707   - "parent"
10708   - "tags"
10709   sort:
10710   - "DOT1Q"
10711   - "IP4BASE"
10712   - "FIB_20k"
10713   - "FIB_200k"
10714   - "FIB_2M"
10715   traces:
10716     hoverinfo: "x+y"
10717     boxpoints: "outliers"
10718     whiskerwidth: 0
10719   layout:
10720     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10721     layout: "plot-throughput"
10722
10723 -
10724   type: "plot"
10725   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10726   algorithm: "plot_performance_box"
10727   output-file-type: ".html"
10728   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10729   data: "plot-vpp-throughput-latency-2n-skx"
10730   filter: "'NIC_Intel-X710' and
10731            '64B' and
10732            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10733            'NDRPDR' and
10734            '2T1C' and
10735            'IP4FWD' and
10736            not 'IPSEC' and
10737            not 'VHOST'"
10738   parameters:
10739   - "throughput"
10740   - "parent"
10741   - "tags"
10742   sort:
10743   - "DOT1Q"
10744   - "IP4BASE"
10745   - "FIB_20k"
10746   - "FIB_200k"
10747   - "FIB_2M"
10748   traces:
10749     hoverinfo: "x+y"
10750     boxpoints: "outliers"
10751     whiskerwidth: 0
10752   layout:
10753     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10754     layout: "plot-throughput"
10755
10756 -
10757   type: "plot"
10758   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10759   algorithm: "plot_performance_box"
10760   output-file-type: ".html"
10761   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10762   data: "plot-vpp-throughput-latency-2n-skx"
10763   filter: "'NIC_Intel-X710' and
10764            '64B' and
10765            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10766            'NDRPDR' and
10767            '4T2C' and
10768            'IP4FWD' and
10769            not 'IPSEC' and
10770            not 'VHOST'"
10771   parameters:
10772   - "throughput"
10773   - "parent"
10774   - "tags"
10775   sort:
10776   - "DOT1Q"
10777   - "IP4BASE"
10778   - "FIB_20k"
10779   - "FIB_200k"
10780   - "FIB_2M"
10781   traces:
10782     hoverinfo: "x+y"
10783     boxpoints: "outliers"
10784     whiskerwidth: 0
10785   layout:
10786     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10787     layout: "plot-throughput"
10788
10789 -
10790   type: "plot"
10791   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10792   algorithm: "plot_performance_box"
10793   output-file-type: ".html"
10794   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10795   data: "plot-vpp-throughput-latency-2n-skx"
10796   filter: "'NIC_Intel-X710' and
10797            '64B' and
10798            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10799            'NDRPDR' and
10800            '4T2C' and
10801            'IP4FWD' and
10802            not 'IPSEC' and
10803            not 'VHOST'"
10804   parameters:
10805   - "throughput"
10806   - "parent"
10807   - "tags"
10808   sort:
10809   - "DOT1Q"
10810   - "IP4BASE"
10811   - "FIB_20k"
10812   - "FIB_200k"
10813   - "FIB_2M"
10814   traces:
10815     hoverinfo: "x+y"
10816     boxpoints: "outliers"
10817     whiskerwidth: 0
10818   layout:
10819     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10820     layout: "plot-throughput"
10821
10822 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
10823 -
10824   type: "plot"
10825   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10826   algorithm: "plot_performance_box"
10827   output-file-type: ".html"
10828   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10829   data: "plot-vpp-throughput-latency-2n-skx"
10830   filter: "'NIC_Intel-XXV710' and
10831            '64B' and
10832            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10833            'NDRPDR' and
10834            '2T1C' and
10835            'IP4FWD' and
10836            not 'IPSEC' and
10837            not 'VHOST'"
10838   parameters:
10839   - "throughput"
10840   - "parent"
10841   - "tags"
10842   sort:
10843   - "DOT1Q"
10844   - "IP4BASE"
10845   - "FIB_20k"
10846   - "FIB_200k"
10847   - "FIB_2M"
10848   traces:
10849     hoverinfo: "x+y"
10850     boxpoints: "outliers"
10851     whiskerwidth: 0
10852   layout:
10853     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10854     layout: "plot-throughput"
10855
10856 -
10857   type: "plot"
10858   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10859   algorithm: "plot_performance_box"
10860   output-file-type: ".html"
10861   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10862   data: "plot-vpp-throughput-latency-2n-skx"
10863   filter: "'NIC_Intel-XXV710' and
10864            '64B' and
10865            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10866            'NDRPDR' and
10867            '2T1C' and
10868            'IP4FWD' and
10869            not 'IPSEC' and
10870            not 'VHOST'"
10871   parameters:
10872   - "throughput"
10873   - "parent"
10874   - "tags"
10875   sort:
10876   - "DOT1Q"
10877   - "IP4BASE"
10878   - "FIB_20k"
10879   - "FIB_200k"
10880   - "FIB_2M"
10881   traces:
10882     hoverinfo: "x+y"
10883     boxpoints: "outliers"
10884     whiskerwidth: 0
10885   layout:
10886     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10887     layout: "plot-throughput"
10888
10889 -
10890   type: "plot"
10891   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10892   algorithm: "plot_performance_box"
10893   output-file-type: ".html"
10894   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10895   data: "plot-vpp-throughput-latency-2n-skx"
10896   filter: "'NIC_Intel-XXV710' and
10897            '64B' and
10898            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10899            'NDRPDR' and
10900            '4T2C' and
10901            'IP4FWD' and
10902            not 'IPSEC' and
10903            not 'VHOST'"
10904   parameters:
10905   - "throughput"
10906   - "parent"
10907   - "tags"
10908   sort:
10909   - "DOT1Q"
10910   - "IP4BASE"
10911   - "FIB_20k"
10912   - "FIB_200k"
10913   - "FIB_2M"
10914   traces:
10915     hoverinfo: "x+y"
10916     boxpoints: "outliers"
10917     whiskerwidth: 0
10918   layout:
10919     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10920     layout: "plot-throughput"
10921
10922 -
10923   type: "plot"
10924   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10925   algorithm: "plot_performance_box"
10926   output-file-type: ".html"
10927   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10928   data: "plot-vpp-throughput-latency-2n-skx"
10929   filter: "'NIC_Intel-XXV710' and
10930            '64B' and
10931            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10932            'NDRPDR' and
10933            '4T2C' and
10934            'IP4FWD' and
10935            not 'IPSEC' and
10936            not 'VHOST'"
10937   parameters:
10938   - "throughput"
10939   - "parent"
10940   - "tags"
10941   sort:
10942   - "DOT1Q"
10943   - "IP4BASE"
10944   - "FIB_20k"
10945   - "FIB_200k"
10946   - "FIB_2M"
10947   traces:
10948     hoverinfo: "x+y"
10949     boxpoints: "outliers"
10950     whiskerwidth: 0
10951   layout:
10952     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10953     layout: "plot-throughput"
10954
10955 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
10956 -
10957   type: "plot"
10958   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10959   algorithm: "plot_performance_box"
10960   output-file-type: ".html"
10961   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10962   data: "intel-dnv-vpp"
10963   filter: "'NIC_Intel-X553' and
10964            '64B' and
10965            'IP4BASE' and
10966            'NDRPDR' and
10967            '1T1C' and
10968            'IP4FWD' and
10969            not 'IPSEC' and
10970            not 'VHOST'"
10971   parameters:
10972   - "throughput"
10973   - "parent"
10974   - "tags"
10975   sort:
10976   - "IP4BASE"
10977   traces:
10978     hoverinfo: "x+y"
10979     boxpoints: "outliers"
10980     whiskerwidth: 0
10981   layout:
10982     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10983     layout: "plot-throughput"
10984
10985 -
10986   type: "plot"
10987   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10988   algorithm: "plot_performance_box"
10989   output-file-type: ".html"
10990   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10991   data: "intel-dnv-vpp"
10992   filter: "'NIC_Intel-X553' and
10993            '64B' and
10994            'IP4BASE' and
10995            'NDRPDR' and
10996            '1T1C' and
10997            'IP4FWD' and
10998            not 'IPSEC' and
10999            not 'VHOST'"
11000   parameters:
11001   - "throughput"
11002   - "parent"
11003   - "tags"
11004   sort:
11005   - "IP4BASE"
11006   traces:
11007     hoverinfo: "x+y"
11008     boxpoints: "outliers"
11009     whiskerwidth: 0
11010   layout:
11011     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11012     layout: "plot-throughput"
11013
11014 -
11015   type: "plot"
11016   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11017   algorithm: "plot_performance_box"
11018   output-file-type: ".html"
11019   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11020   data: "intel-dnv-vpp"
11021   filter: "'NIC_Intel-X553' and
11022            '64B' and
11023            'IP4BASE' and
11024            'NDRPDR' and
11025            '2T2C' and
11026            'IP4FWD' and
11027            not 'IPSEC' and
11028            not 'VHOST'"
11029   parameters:
11030   - "throughput"
11031   - "parent"
11032   - "tags"
11033   sort:
11034   - "IP4BASE"
11035   traces:
11036     hoverinfo: "x+y"
11037     boxpoints: "outliers"
11038     whiskerwidth: 0
11039   layout:
11040     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11041     layout: "plot-throughput"
11042
11043 -
11044   type: "plot"
11045   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11046   algorithm: "plot_performance_box"
11047   output-file-type: ".html"
11048   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11049   data: "intel-dnv-vpp"
11050   filter: "'NIC_Intel-X553' and
11051            '64B' and
11052            'IP4BASE' and
11053            'NDRPDR' and
11054            '2T2C' and
11055            'IP4FWD' and
11056            not 'IPSEC' and
11057            not 'VHOST'"
11058   parameters:
11059   - "throughput"
11060   - "parent"
11061   - "tags"
11062   sort:
11063   - "IP4BASE"
11064   traces:
11065     hoverinfo: "x+y"
11066     boxpoints: "outliers"
11067     whiskerwidth: 0
11068   layout:
11069     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11070     layout: "plot-throughput"
11071
11072 ################################################################################
11073
11074 ## Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
11075 #-
11076 #  type: "plot"
11077 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11078 #  algorithm: "plot_performance_box"
11079 #  output-file-type: ".html"
11080 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11081 #  data: "plot-vpp-throughput-latency-3n-hsw"
11082 #  filter: "'NIC_Intel-X520-DA2' and
11083 #           '64B' and
11084 #           'ENCAP' and
11085 #           'NDRPDR' and
11086 #           '1T1C' and
11087 #           ('VXLAN' or 'LISP') and
11088 #           not 'VHOST' and
11089 #           not 'IPSECHW'"
11090 #  parameters:
11091 #  - "throughput"
11092 #  - "parent"
11093 #  - "tags"
11094 #  sort:
11095 #  - "not DOT1Q"
11096 #  - "VXLAN_1"
11097 #  - "VXLAN_10"
11098 #  - "VXLAN_100"
11099 #  - "VXLAN_1000"
11100 #  traces:
11101 #    hoverinfo: "x+y"
11102 #    boxpoints: "outliers"
11103 #    whiskerwidth: 0
11104 #  layout:
11105 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11106 #    layout: "plot-throughput"
11107 #
11108 #-
11109 #  type: "plot"
11110 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11111 #  algorithm: "plot_performance_box"
11112 #  output-file-type: ".html"
11113 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11114 #  data: "plot-vpp-throughput-latency-3n-hsw"
11115 #  filter: "'NIC_Intel-X520-DA2' and
11116 #           '64B' and
11117 #           'ENCAP' and
11118 #           'NDRPDR' and
11119 #           '1T1C' and
11120 #           ('VXLAN' or 'LISP') and
11121 #           not 'VHOST' and
11122 #           not 'IPSECHW'"
11123 #  parameters:
11124 #  - "throughput"
11125 #  - "parent"
11126 #  - "tags"
11127 #  sort:
11128 #  - "not DOT1Q"
11129 #  - "VXLAN_1"
11130 #  - "VXLAN_10"
11131 #  - "VXLAN_100"
11132 #  - "VXLAN_1000"
11133 #  traces:
11134 #    hoverinfo: "x+y"
11135 #    boxpoints: "outliers"
11136 #    whiskerwidth: 0
11137 #  layout:
11138 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11139 #    layout: "plot-throughput"
11140 #
11141 #-
11142 #  type: "plot"
11143 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11144 #  algorithm: "plot_performance_box"
11145 #  output-file-type: ".html"
11146 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11147 #  data: "plot-vpp-throughput-latency-3n-hsw"
11148 #  filter: "'NIC_Intel-X520-DA2' and
11149 #           '64B' and
11150 #           'ENCAP' and
11151 #           'NDRPDR' and
11152 #           '2T2C' and
11153 #           ('VXLAN' or 'LISP') and
11154 #           not 'VHOST' and
11155 #           not 'IPSECHW'"
11156 #  parameters:
11157 #  - "throughput"
11158 #  - "parent"
11159 #  - "tags"
11160 #  sort:
11161 #  - "not DOT1Q"
11162 #  - "VXLAN_1"
11163 #  - "VXLAN_10"
11164 #  - "VXLAN_100"
11165 #  - "VXLAN_1000"
11166 #  traces:
11167 #    hoverinfo: "x+y"
11168 #    boxpoints: "outliers"
11169 #    whiskerwidth: 0
11170 #  layout:
11171 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11172 #    layout: "plot-throughput"
11173 #
11174 #-
11175 #  type: "plot"
11176 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11177 #  algorithm: "plot_performance_box"
11178 #  output-file-type: ".html"
11179 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11180 #  data: "plot-vpp-throughput-latency-3n-hsw"
11181 #  filter: "'NIC_Intel-X520-DA2' and
11182 #           '64B' and
11183 #           'ENCAP' and
11184 #           'NDRPDR' and
11185 #           '2T2C' and
11186 #           ('VXLAN' or 'LISP') and
11187 #           not 'VHOST' and
11188 #           not 'IPSECHW'"
11189 #  parameters:
11190 #  - "throughput"
11191 #  - "parent"
11192 #  - "tags"
11193 #  sort:
11194 #  - "not DOT1Q"
11195 #  - "VXLAN_1"
11196 #  - "VXLAN_10"
11197 #  - "VXLAN_100"
11198 #  - "VXLAN_1000"
11199 #  traces:
11200 #    hoverinfo: "x+y"
11201 #    boxpoints: "outliers"
11202 #    whiskerwidth: 0
11203 #  layout:
11204 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11205 #    layout: "plot-throughput"
11206
11207 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
11208 -
11209   type: "plot"
11210   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11211   algorithm: "plot_performance_box"
11212   output-file-type: ".html"
11213   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11214   data: "plot-vpp-throughput-latency-3n-hsw"
11215   filter: "'NIC_Intel-X520-DA2' and
11216            '64B' and
11217            'ENCAP' and
11218            'NDRPDR' and
11219            '1T1C' and
11220            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11221            not 'DOT1Q' and
11222            not 'VHOST' and
11223            not 'IPSECHW'"
11224   parameters:
11225   - "throughput"
11226   - "parent"
11227   - "tags"
11228   sort:
11229   - "L2BDMACLRN"
11230   - "L2XCFWD"
11231   - "LISP"
11232   traces:
11233     hoverinfo: "x+y"
11234     boxpoints: "outliers"
11235     whiskerwidth: 0
11236   layout:
11237     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11238     layout: "plot-throughput"
11239
11240 -
11241   type: "plot"
11242   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11243   algorithm: "plot_performance_box"
11244   output-file-type: ".html"
11245   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11246   data: "plot-vpp-throughput-latency-3n-hsw"
11247   filter: "'NIC_Intel-X520-DA2' and
11248            '64B' and
11249            'ENCAP' and
11250            'NDRPDR' and
11251            '2T2C' and
11252            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11253            not 'DOT1Q' and
11254            not 'VHOST' and
11255            not 'IPSECHW'"
11256   parameters:
11257   - "throughput"
11258   - "parent"
11259   - "tags"
11260   sort:
11261   - "L2BDMACLRN"
11262   - "L2XCFWD"
11263   - "LISP"
11264   traces:
11265     hoverinfo: "x+y"
11266     boxpoints: "outliers"
11267     whiskerwidth: 0
11268   layout:
11269     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11270     layout: "plot-throughput"
11271
11272 -
11273   type: "plot"
11274   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11275   algorithm: "plot_performance_box"
11276   output-file-type: ".html"
11277   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11278   data: "plot-vpp-throughput-latency-3n-hsw"
11279   filter: "'NIC_Intel-X520-DA2' and
11280            '64B' and
11281            'ENCAP' and
11282            'NDRPDR' and
11283            '1T1C' and
11284            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11285            not 'DOT1Q' and
11286            not 'VHOST' and
11287            not 'IPSECHW'"
11288   parameters:
11289   - "throughput"
11290   - "parent"
11291   - "tags"
11292   sort:
11293   - "L2BDMACLRN"
11294   - "L2XCFWD"
11295   - "LISP"
11296   traces:
11297     hoverinfo: "x+y"
11298     boxpoints: "outliers"
11299     whiskerwidth: 0
11300   layout:
11301     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11302     layout: "plot-throughput"
11303
11304 -
11305   type: "plot"
11306   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11307   algorithm: "plot_performance_box"
11308   output-file-type: ".html"
11309   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11310   data: "plot-vpp-throughput-latency-3n-hsw"
11311   filter: "'NIC_Intel-X520-DA2' and
11312            '64B' and
11313            'ENCAP' and
11314            'NDRPDR' and
11315            '2T2C' and
11316            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11317            not 'DOT1Q' and
11318            not 'VHOST' and
11319            not 'IPSECHW'"
11320   parameters:
11321   - "throughput"
11322   - "parent"
11323   - "tags"
11324   sort:
11325   - "L2BDMACLRN"
11326   - "L2XCFWD"
11327   - "LISP"
11328   traces:
11329     hoverinfo: "x+y"
11330     boxpoints: "outliers"
11331     whiskerwidth: 0
11332   layout:
11333     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11334     layout: "plot-throughput"
11335
11336 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
11337 -
11338   type: "plot"
11339   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11340   algorithm: "plot_performance_box"
11341   output-file-type: ".html"
11342   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11343   data: "plot-vpp-throughput-latency-3n-hsw"
11344   filter: "'NIC_Intel-X710' and
11345            '64B' and
11346            'ENCAP' and
11347            'NDRPDR' and
11348            '1T1C' and
11349            ('VXLAN' or 'LISP') and
11350            not 'VHOST' and
11351            not 'IPSECHW'"
11352   parameters:
11353   - "throughput"
11354   - "parent"
11355   - "tags"
11356   sort:
11357   - "LISP"
11358   - "VXLAN_1"
11359   - "VXLAN_10"
11360   - "VXLAN_100"
11361   - "VXLAN_1000"
11362   traces:
11363     hoverinfo: "x+y"
11364     boxpoints: "outliers"
11365     whiskerwidth: 0
11366   layout:
11367     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11368     layout: "plot-throughput"
11369
11370 -
11371   type: "plot"
11372   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11373   algorithm: "plot_performance_box"
11374   output-file-type: ".html"
11375   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11376   data: "plot-vpp-throughput-latency-3n-hsw"
11377   filter: "'NIC_Intel-X710' and
11378            '64B' and
11379            'ENCAP' and
11380            'NDRPDR' and
11381            '1T1C' and
11382            ('VXLAN' or 'LISP') and
11383            not 'VHOST' and
11384            not 'IPSECHW'"
11385   parameters:
11386   - "throughput"
11387   - "parent"
11388   - "tags"
11389   sort:
11390   - "LISP"
11391   - "VXLAN_1"
11392   - "VXLAN_10"
11393   - "VXLAN_100"
11394   - "VXLAN_1000"
11395   traces:
11396     hoverinfo: "x+y"
11397     boxpoints: "outliers"
11398     whiskerwidth: 0
11399   layout:
11400     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11401     layout: "plot-throughput"
11402
11403 -
11404   type: "plot"
11405   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11406   algorithm: "plot_performance_box"
11407   output-file-type: ".html"
11408   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11409   data: "plot-vpp-throughput-latency-3n-hsw"
11410   filter: "'NIC_Intel-X710' and
11411            '64B' and
11412            'ENCAP' and
11413            'NDRPDR' and
11414            '2T2C' and
11415            ('VXLAN' or 'LISP') and
11416            not 'VHOST' and
11417            not 'IPSECHW'"
11418   parameters:
11419   - "throughput"
11420   - "parent"
11421   - "tags"
11422   sort:
11423   - "LISP"
11424   - "VXLAN_1"
11425   - "VXLAN_10"
11426   - "VXLAN_100"
11427   - "VXLAN_1000"
11428   traces:
11429     hoverinfo: "x+y"
11430     boxpoints: "outliers"
11431     whiskerwidth: 0
11432   layout:
11433     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11434     layout: "plot-throughput"
11435
11436 -
11437   type: "plot"
11438   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11439   algorithm: "plot_performance_box"
11440   output-file-type: ".html"
11441   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11442   data: "plot-vpp-throughput-latency-3n-hsw"
11443   filter: "'NIC_Intel-X710' and
11444            '64B' and
11445            'ENCAP' and
11446            'NDRPDR' and
11447            '2T2C' and
11448            ('VXLAN' or 'LISP') and
11449            not 'VHOST' and
11450            not 'IPSECHW'"
11451   parameters:
11452   - "throughput"
11453   - "parent"
11454   - "tags"
11455   sort:
11456   - "LISP"
11457   - "VXLAN_1"
11458   - "VXLAN_10"
11459   - "VXLAN_100"
11460   - "VXLAN_1000"
11461   traces:
11462     hoverinfo: "x+y"
11463     boxpoints: "outliers"
11464     whiskerwidth: 0
11465   layout:
11466     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11467     layout: "plot-throughput"
11468
11469 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
11470 -
11471   type: "plot"
11472   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11473   algorithm: "plot_performance_box"
11474   output-file-type: ".html"
11475   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11476   data: "plot-vpp-throughput-latency-3n-hsw"
11477   filter: "'NIC_Intel-X710' and
11478            '64B' and
11479            'ENCAP' and
11480            'NDRPDR' and
11481            '1T1C' and
11482            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11483            not 'DOT1Q' and
11484            not 'VHOST' and
11485            not 'IPSECHW'"
11486   parameters:
11487   - "throughput"
11488   - "parent"
11489   - "tags"
11490   sort:
11491   - "L2BDMACLRN"
11492   - "L2XCFWD"
11493   - "LISP"
11494   traces:
11495     hoverinfo: "x+y"
11496     boxpoints: "outliers"
11497     whiskerwidth: 0
11498   layout:
11499     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11500     layout: "plot-throughput"
11501
11502 -
11503   type: "plot"
11504   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11505   algorithm: "plot_performance_box"
11506   output-file-type: ".html"
11507   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11508   data: "plot-vpp-throughput-latency-3n-hsw"
11509   filter: "'NIC_Intel-X710' and
11510            '64B' and
11511            'ENCAP' and
11512            'NDRPDR' and
11513            '2T2C' and
11514            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11515            not 'DOT1Q' and
11516            not 'VHOST' and
11517            not 'IPSECHW'"
11518   parameters:
11519   - "throughput"
11520   - "parent"
11521   - "tags"
11522   sort:
11523   - "L2BDMACLRN"
11524   - "L2XCFWD"
11525   - "LISP"
11526   traces:
11527     hoverinfo: "x+y"
11528     boxpoints: "outliers"
11529     whiskerwidth: 0
11530   layout:
11531     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11532     layout: "plot-throughput"
11533
11534 -
11535   type: "plot"
11536   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11537   algorithm: "plot_performance_box"
11538   output-file-type: ".html"
11539   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11540   data: "plot-vpp-throughput-latency-3n-hsw"
11541   filter: "'NIC_Intel-X710' and
11542            '64B' and
11543            'ENCAP' and
11544            'NDRPDR' and
11545            '1T1C' and
11546            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11547            not 'DOT1Q' and
11548            not 'VHOST' and
11549            not 'IPSECHW'"
11550   parameters:
11551   - "throughput"
11552   - "parent"
11553   - "tags"
11554   sort:
11555   - "L2BDMACLRN"
11556   - "L2XCFWD"
11557   - "LISP"
11558   traces:
11559     hoverinfo: "x+y"
11560     boxpoints: "outliers"
11561     whiskerwidth: 0
11562   layout:
11563     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11564     layout: "plot-throughput"
11565
11566 -
11567   type: "plot"
11568   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11569   algorithm: "plot_performance_box"
11570   output-file-type: ".html"
11571   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11572   data: "plot-vpp-throughput-latency-3n-hsw"
11573   filter: "'NIC_Intel-X710' and
11574            '64B' and
11575            'ENCAP' and
11576            'NDRPDR' and
11577            '2T2C' and
11578            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11579            not 'DOT1Q' and
11580            not 'VHOST' and
11581            not 'IPSECHW'"
11582   parameters:
11583   - "throughput"
11584   - "parent"
11585   - "tags"
11586   sort:
11587   - "L2BDMACLRN"
11588   - "L2XCFWD"
11589   - "LISP"
11590   traces:
11591     hoverinfo: "x+y"
11592     boxpoints: "outliers"
11593     whiskerwidth: 0
11594   layout:
11595     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11596     layout: "plot-throughput"
11597
11598 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
11599 -
11600   type: "plot"
11601   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11602   algorithm: "plot_performance_box"
11603   output-file-type: ".html"
11604   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11605   data: "plot-vpp-throughput-latency-3n-skx"
11606   filter: "'NIC_Intel-X710' and
11607            '64B' and
11608            'ENCAP' and
11609            'NDRPDR' and
11610            '2T1C' and
11611            ('VXLAN' or 'LISP') and
11612            not 'VHOST' and
11613            not 'IPSECHW'"
11614   parameters:
11615   - "throughput"
11616   - "parent"
11617   - "tags"
11618   sort:
11619   - "LISP"
11620   - "VXLAN_1"
11621   - "VXLAN_10"
11622   - "VXLAN_100"
11623   - "VXLAN_1000"
11624   traces:
11625     hoverinfo: "x+y"
11626     boxpoints: "outliers"
11627     whiskerwidth: 0
11628   layout:
11629     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11630     layout: "plot-throughput"
11631
11632 -
11633   type: "plot"
11634   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11635   algorithm: "plot_performance_box"
11636   output-file-type: ".html"
11637   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11638   data: "plot-vpp-throughput-latency-3n-skx"
11639   filter: "'NIC_Intel-X710' and
11640            '64B' and
11641            'ENCAP' and
11642            'NDRPDR' and
11643            '2T1C' and
11644            ('VXLAN' or 'LISP') and
11645            not 'VHOST' and
11646            not 'IPSECHW'"
11647   parameters:
11648   - "throughput"
11649   - "parent"
11650   - "tags"
11651   sort:
11652   - "LISP"
11653   - "VXLAN_1"
11654   - "VXLAN_10"
11655   - "VXLAN_100"
11656   - "VXLAN_1000"
11657   traces:
11658     hoverinfo: "x+y"
11659     boxpoints: "outliers"
11660     whiskerwidth: 0
11661   layout:
11662     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11663     layout: "plot-throughput"
11664
11665 -
11666   type: "plot"
11667   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11668   algorithm: "plot_performance_box"
11669   output-file-type: ".html"
11670   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11671   data: "plot-vpp-throughput-latency-3n-skx"
11672   filter: "'NIC_Intel-X710' and
11673            '64B' and
11674            'ENCAP' and
11675            'NDRPDR' and
11676            '4T2C' and
11677            ('VXLAN' or 'LISP') and
11678            not 'VHOST' and
11679            not 'IPSECHW'"
11680   parameters:
11681   - "throughput"
11682   - "parent"
11683   - "tags"
11684   sort:
11685   - "LISP"
11686   - "VXLAN_1"
11687   - "VXLAN_10"
11688   - "VXLAN_100"
11689   - "VXLAN_1000"
11690   traces:
11691     hoverinfo: "x+y"
11692     boxpoints: "outliers"
11693     whiskerwidth: 0
11694   layout:
11695     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11696     layout: "plot-throughput"
11697
11698 -
11699   type: "plot"
11700   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11701   algorithm: "plot_performance_box"
11702   output-file-type: ".html"
11703   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11704   data: "plot-vpp-throughput-latency-3n-skx"
11705   filter: "'NIC_Intel-X710' and
11706            '64B' and
11707            'ENCAP' and
11708            'NDRPDR' and
11709            '4T2C' and
11710            ('VXLAN' or 'LISP') and
11711            not 'VHOST' and
11712            not 'IPSECHW'"
11713   parameters:
11714   - "throughput"
11715   - "parent"
11716   - "tags"
11717   sort:
11718   - "LISP"
11719   - "VXLAN_1"
11720   - "VXLAN_10"
11721   - "VXLAN_100"
11722   - "VXLAN_1000"
11723   traces:
11724     hoverinfo: "x+y"
11725     boxpoints: "outliers"
11726     whiskerwidth: 0
11727   layout:
11728     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11729     layout: "plot-throughput"
11730
11731 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
11732 -
11733   type: "plot"
11734   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11735   algorithm: "plot_performance_box"
11736   output-file-type: ".html"
11737   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11738   data: "plot-vpp-throughput-latency-3n-skx"
11739   filter: "'NIC_Intel-X710' and
11740            '64B' and
11741            'ENCAP' and
11742            'NDRPDR' and
11743            '2T1C' and
11744            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11745            not 'DOT1Q' and
11746            not 'VHOST' and
11747            not 'IPSECHW'"
11748   parameters:
11749   - "throughput"
11750   - "parent"
11751   - "tags"
11752   sort:
11753   - "L2BDMACLRN"
11754   - "L2XCFWD"
11755   - "LISP"
11756   traces:
11757     hoverinfo: "x+y"
11758     boxpoints: "outliers"
11759     whiskerwidth: 0
11760   layout:
11761     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11762     layout: "plot-throughput"
11763
11764 -
11765   type: "plot"
11766   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11767   algorithm: "plot_performance_box"
11768   output-file-type: ".html"
11769   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11770   data: "plot-vpp-throughput-latency-3n-skx"
11771   filter: "'NIC_Intel-X710' and
11772            '64B' and
11773            'ENCAP' and
11774            'NDRPDR' and
11775            '4T2C' and
11776            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11777            not 'DOT1Q' and
11778            not 'VHOST' and
11779            not 'IPSECHW'"
11780   parameters:
11781   - "throughput"
11782   - "parent"
11783   - "tags"
11784   sort:
11785   - "L2BDMACLRN"
11786   - "L2XCFWD"
11787   - "LISP"
11788   traces:
11789     hoverinfo: "x+y"
11790     boxpoints: "outliers"
11791     whiskerwidth: 0
11792   layout:
11793     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11794     layout: "plot-throughput"
11795
11796 -
11797   type: "plot"
11798   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11799   algorithm: "plot_performance_box"
11800   output-file-type: ".html"
11801   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11802   data: "plot-vpp-throughput-latency-3n-skx"
11803   filter: "'NIC_Intel-X710' and
11804            '64B' and
11805            'ENCAP' and
11806            'NDRPDR' and
11807            '2T1C' and
11808            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11809            not 'DOT1Q' and
11810            not 'VHOST' and
11811            not 'IPSECHW'"
11812   parameters:
11813   - "throughput"
11814   - "parent"
11815   - "tags"
11816   sort:
11817   - "L2BDMACLRN"
11818   - "L2XCFWD"
11819   - "LISP"
11820   traces:
11821     hoverinfo: "x+y"
11822     boxpoints: "outliers"
11823     whiskerwidth: 0
11824   layout:
11825     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11826     layout: "plot-throughput"
11827
11828 -
11829   type: "plot"
11830   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11831   algorithm: "plot_performance_box"
11832   output-file-type: ".html"
11833   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11834   data: "plot-vpp-throughput-latency-3n-skx"
11835   filter: "'NIC_Intel-X710' and
11836            '64B' and
11837            'ENCAP' and
11838            'NDRPDR' and
11839            '4T2C' and
11840            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11841            not 'DOT1Q' and
11842            not 'VHOST' and
11843            not 'IPSECHW'"
11844   parameters:
11845   - "throughput"
11846   - "parent"
11847   - "tags"
11848   sort:
11849   - "L2BDMACLRN"
11850   - "L2XCFWD"
11851   - "LISP"
11852   traces:
11853     hoverinfo: "x+y"
11854     boxpoints: "outliers"
11855     whiskerwidth: 0
11856   layout:
11857     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11858     layout: "plot-throughput"
11859
11860 ################################################################################
11861
11862 # Packet Throughput - VPP IPv6 3n-hsw-x520
11863 -
11864   type: "plot"
11865   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11866   algorithm: "plot_performance_box"
11867   output-file-type: ".html"
11868   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11869   data: "plot-vpp-throughput-latency-3n-hsw"
11870   filter: "'NIC_Intel-X520-DA2' and
11871            '78B' and
11872            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11873            'NDRPDR' and
11874            '1T1C' and
11875            'IP6FWD' and
11876            not 'SRv6' and
11877            not 'IPSEC' and
11878            not 'VHOST'"
11879   parameters:
11880   - "throughput"
11881   - "parent"
11882   - "tags"
11883   sort:
11884   - "IP6BASE"
11885   - "FIB_20K"
11886   - "FIB_200K"
11887   - "FIB_2M"
11888   traces:
11889     hoverinfo: "x+y"
11890     boxpoints: "outliers"
11891     whiskerwidth: 0
11892   layout:
11893     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11894     layout: "plot-throughput"
11895
11896 -
11897   type: "plot"
11898   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11899   algorithm: "plot_performance_box"
11900   output-file-type: ".html"
11901   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11902   data: "plot-vpp-throughput-latency-3n-hsw"
11903   filter: "'NIC_Intel-X520-DA2' and
11904            '78B' and
11905            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11906            'NDRPDR' and
11907            '1T1C' and
11908            'IP6FWD' and
11909            not 'SRv6' and
11910            not 'IPSEC' and
11911            not 'VHOST'"
11912   parameters:
11913   - "throughput"
11914   - "parent"
11915   - "tags"
11916   sort:
11917   - "IP6BASE"
11918   - "FIB_20K"
11919   - "FIB_200K"
11920   - "FIB_2M"
11921   traces:
11922     hoverinfo: "x+y"
11923     boxpoints: "outliers"
11924     whiskerwidth: 0
11925   layout:
11926     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11927     layout: "plot-throughput"
11928
11929 -
11930   type: "plot"
11931   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11932   algorithm: "plot_performance_box"
11933   output-file-type: ".html"
11934   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11935   data: "plot-vpp-throughput-latency-3n-hsw"
11936   filter: "'NIC_Intel-X520-DA2' and
11937            '78B' and
11938            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11939            'NDRPDR' and
11940            '2T2C' and
11941            'IP6FWD' and
11942            not 'SRv6' and
11943            not 'IPSEC' and
11944            not 'VHOST'"
11945   parameters:
11946   - "throughput"
11947   - "parent"
11948   - "tags"
11949   sort:
11950   - "IP6BASE"
11951   - "FIB_20K"
11952   - "FIB_200K"
11953   - "FIB_2M"
11954   traces:
11955     hoverinfo: "x+y"
11956     boxpoints: "outliers"
11957     whiskerwidth: 0
11958   layout:
11959     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11960     layout: "plot-throughput"
11961
11962 -
11963   type: "plot"
11964   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11965   algorithm: "plot_performance_box"
11966   output-file-type: ".html"
11967   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11968   data: "plot-vpp-throughput-latency-3n-hsw"
11969   filter: "'NIC_Intel-X520-DA2' and
11970            '78B' and
11971            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11972            'NDRPDR' and
11973            '2T2C' and
11974            'IP6FWD' and
11975            not 'SRv6' and
11976            not 'IPSEC' and
11977            not 'VHOST'"
11978   parameters:
11979   - "throughput"
11980   - "parent"
11981   - "tags"
11982   sort:
11983   - "IP6BASE"
11984   - "FIB_20K"
11985   - "FIB_200K"
11986   - "FIB_2M"
11987   traces:
11988     hoverinfo: "x+y"
11989     boxpoints: "outliers"
11990     whiskerwidth: 0
11991   layout:
11992     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11993     layout: "plot-throughput"
11994
11995 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
11996 -
11997   type: "plot"
11998   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
11999   algorithm: "plot_performance_box"
12000   output-file-type: ".html"
12001   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
12002   data: "plot-vpp-throughput-latency-3n-hsw"
12003   filter: "'NIC_Intel-X520-DA2' and
12004            '78B' and
12005            ('IP6BASE' or
12006             'POLICE_MARK' or
12007             'COPWHLIST' or
12008             'IACLDST') and
12009            'NDRPDR' and
12010            '1T1C' and
12011            'IP6FWD' and
12012            not 'SRv6' and
12013            not 'IPSEC' and
12014            not 'VHOST'"
12015   parameters:
12016   - "throughput"
12017   - "parent"
12018   - "tags"
12019   sort:
12020   - "IP6BASE"
12021   - "POLICE_MARK"
12022   - "COPWHLIST"
12023   - "IACLDST"
12024   traces:
12025     hoverinfo: "x+y"
12026     boxpoints: "outliers"
12027     whiskerwidth: 0
12028   layout:
12029     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
12030     layout: "plot-throughput"
12031
12032 -
12033   type: "plot"
12034   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12035   algorithm: "plot_performance_box"
12036   output-file-type: ".html"
12037   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12038   data: "plot-vpp-throughput-latency-3n-hsw"
12039   filter: "'NIC_Intel-X520-DA2' and
12040            '78B' and
12041            ('IP6BASE' or
12042             'POLICE_MARK' or
12043             'COPWHLIST' or
12044             'IACLDST') and
12045            'NDRPDR' and
12046            '2T2C' and
12047            'IP6FWD' and
12048            not 'SRv6' and
12049            not 'IPSEC' and
12050            not 'VHOST'"
12051   parameters:
12052   - "throughput"
12053   - "parent"
12054   - "tags"
12055   sort:
12056   - "IP6BASE"
12057   - "POLICE_MARK"
12058   - "COPWHLIST"
12059   - "IACLDST"
12060   traces:
12061     hoverinfo: "x+y"
12062     boxpoints: "outliers"
12063     whiskerwidth: 0
12064   layout:
12065     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12066     layout: "plot-throughput"
12067
12068 -
12069   type: "plot"
12070   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12071   algorithm: "plot_performance_box"
12072   output-file-type: ".html"
12073   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12074   data: "plot-vpp-throughput-latency-3n-hsw"
12075   filter: "'NIC_Intel-X520-DA2' and
12076            '78B' and
12077            ('IP6BASE' or
12078             'POLICE_MARK' or
12079             'COPWHLIST' or
12080             'IACLDST') and
12081            'NDRPDR' and
12082            '1T1C' and
12083            'IP6FWD' and
12084            not 'SRv6' and
12085            not 'IPSEC' and
12086            not 'VHOST'"
12087   parameters:
12088   - "throughput"
12089   - "parent"
12090   - "tags"
12091   sort:
12092   - "IP6BASE"
12093   - "POLICE_MARK"
12094   - "COPWHLIST"
12095   - "IACLDST"
12096   traces:
12097     hoverinfo: "x+y"
12098     boxpoints: "outliers"
12099     whiskerwidth: 0
12100   layout:
12101     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12102     layout: "plot-throughput"
12103
12104 -
12105   type: "plot"
12106   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12107   algorithm: "plot_performance_box"
12108   output-file-type: ".html"
12109   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12110   data: "plot-vpp-throughput-latency-3n-hsw"
12111   filter: "'NIC_Intel-X520-DA2' and
12112            '78B' and
12113            ('IP6BASE' or
12114             'POLICE_MARK' or
12115             'COPWHLIST' or
12116             'IACLDST') and
12117            'NDRPDR' and
12118            '2T2C' and
12119            'IP6FWD' and
12120            not 'SRv6' and
12121            not 'IPSEC' and
12122            not 'VHOST'"
12123   parameters:
12124   - "throughput"
12125   - "parent"
12126   - "tags"
12127   sort:
12128   - "IP6BASE"
12129   - "POLICE_MARK"
12130   - "COPWHLIST"
12131   - "IACLDST"
12132   traces:
12133     hoverinfo: "x+y"
12134     boxpoints: "outliers"
12135     whiskerwidth: 0
12136   layout:
12137     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12138     layout: "plot-throughput"
12139
12140 # Packet Throughput - VPP IPv6 3n-hsw-x710
12141 -
12142   type: "plot"
12143   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12144   algorithm: "plot_performance_box"
12145   output-file-type: ".html"
12146   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12147   data: "plot-vpp-throughput-latency-3n-hsw"
12148   filter: "'NIC_Intel-X710' and
12149            '78B' and
12150            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12151            'NDRPDR' and
12152            '1T1C' and
12153            'IP6FWD' and
12154            not 'SRv6' and
12155            not 'IPSEC' and
12156            not 'VHOST'"
12157   parameters:
12158   - "throughput"
12159   - "parent"
12160   - "tags"
12161   sort:
12162   - "IP6BASE"
12163   - "FIB_20K"
12164   - "FIB_200K"
12165   - "FIB_2M"
12166   traces:
12167     hoverinfo: "x+y"
12168     boxpoints: "outliers"
12169     whiskerwidth: 0
12170   layout:
12171     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12172     layout: "plot-throughput"
12173
12174 -
12175   type: "plot"
12176   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12177   algorithm: "plot_performance_box"
12178   output-file-type: ".html"
12179   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12180   data: "plot-vpp-throughput-latency-3n-hsw"
12181   filter: "'NIC_Intel-X710' and
12182            '78B' and
12183            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12184            'NDRPDR' and
12185            '1T1C' and
12186            'IP6FWD' and
12187            not 'SRv6' and
12188            not 'IPSEC' and
12189            not 'VHOST'"
12190   parameters:
12191   - "throughput"
12192   - "parent"
12193   - "tags"
12194   sort:
12195   - "IP6BASE"
12196   - "FIB_20K"
12197   - "FIB_200K"
12198   - "FIB_2M"
12199   traces:
12200     hoverinfo: "x+y"
12201     boxpoints: "outliers"
12202     whiskerwidth: 0
12203   layout:
12204     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12205     layout: "plot-throughput"
12206
12207 -
12208   type: "plot"
12209   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12210   algorithm: "plot_performance_box"
12211   output-file-type: ".html"
12212   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12213   data: "plot-vpp-throughput-latency-3n-hsw"
12214   filter: "'NIC_Intel-X710' and
12215            '78B' and
12216            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12217            'NDRPDR' and
12218            '2T2C' and
12219            'IP6FWD' and
12220            not 'SRv6' and
12221            not 'IPSEC' and
12222            not 'VHOST'"
12223   parameters:
12224   - "throughput"
12225   - "parent"
12226   - "tags"
12227   sort:
12228   - "IP6BASE"
12229   - "FIB_20K"
12230   - "FIB_200K"
12231   - "FIB_2M"
12232   traces:
12233     hoverinfo: "x+y"
12234     boxpoints: "outliers"
12235     whiskerwidth: 0
12236   layout:
12237     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12238     layout: "plot-throughput"
12239
12240 -
12241   type: "plot"
12242   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12243   algorithm: "plot_performance_box"
12244   output-file-type: ".html"
12245   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12246   data: "plot-vpp-throughput-latency-3n-hsw"
12247   filter: "'NIC_Intel-X710' and
12248            '78B' and
12249            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12250            'NDRPDR' and
12251            '2T2C' and
12252            'IP6FWD' and
12253            not 'SRv6' and
12254            not 'IPSEC' and
12255            not 'VHOST'"
12256   parameters:
12257   - "throughput"
12258   - "parent"
12259   - "tags"
12260   sort:
12261   - "IP6BASE"
12262   - "FIB_20K"
12263   - "FIB_200K"
12264   - "FIB_2M"
12265   traces:
12266     hoverinfo: "x+y"
12267     boxpoints: "outliers"
12268     whiskerwidth: 0
12269   layout:
12270     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12271     layout: "plot-throughput"
12272
12273 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
12274 -
12275   type: "plot"
12276   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12277   algorithm: "plot_performance_box"
12278   output-file-type: ".html"
12279   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12280   data: "plot-vpp-throughput-latency-3n-hsw"
12281   filter: "'NIC_Intel-X710' and
12282            '78B' and
12283            ('IP6BASE' or
12284             'POLICE_MARK' or
12285             'COPWHLIST' or
12286             'IACLDST') and
12287            'NDRPDR' and
12288            '1T1C' and
12289            'IP6FWD' and
12290            not 'SRv6' and
12291            not 'IPSEC' and
12292            not 'VHOST'"
12293   parameters:
12294   - "throughput"
12295   - "parent"
12296   - "tags"
12297   sort:
12298   - "IP6BASE"
12299   - "POLICE_MARK"
12300   - "COPWHLIST"
12301   - "IACLDST"
12302   traces:
12303     hoverinfo: "x+y"
12304     boxpoints: "outliers"
12305     whiskerwidth: 0
12306   layout:
12307     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12308     layout: "plot-throughput"
12309
12310 -
12311   type: "plot"
12312   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12313   algorithm: "plot_performance_box"
12314   output-file-type: ".html"
12315   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12316   data: "plot-vpp-throughput-latency-3n-hsw"
12317   filter: "'NIC_Intel-X710' and
12318            '78B' and
12319            ('IP6BASE' or
12320             'POLICE_MARK' or
12321             'COPWHLIST' or
12322             'IACLDST') and
12323            'NDRPDR' and
12324            '2T2C' and
12325            'IP6FWD' and
12326            not 'SRv6' and
12327            not 'IPSEC' and
12328            not 'VHOST'"
12329   parameters:
12330   - "throughput"
12331   - "parent"
12332   - "tags"
12333   sort:
12334   - "IP6BASE"
12335   - "POLICE_MARK"
12336   - "COPWHLIST"
12337   - "IACLDST"
12338   traces:
12339     hoverinfo: "x+y"
12340     boxpoints: "outliers"
12341     whiskerwidth: 0
12342   layout:
12343     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12344     layout: "plot-throughput"
12345
12346 -
12347   type: "plot"
12348   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12349   algorithm: "plot_performance_box"
12350   output-file-type: ".html"
12351   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12352   data: "plot-vpp-throughput-latency-3n-hsw"
12353   filter: "'NIC_Intel-X710' and
12354            '78B' and
12355            ('IP6BASE' or
12356             'POLICE_MARK' or
12357             'COPWHLIST' or
12358             'IACLDST') and
12359            'NDRPDR' and
12360            '1T1C' and
12361            'IP6FWD' and
12362            not 'SRv6' and
12363            not 'IPSEC' and
12364            not 'VHOST'"
12365   parameters:
12366   - "throughput"
12367   - "parent"
12368   - "tags"
12369   sort:
12370   - "IP6BASE"
12371   - "POLICE_MARK"
12372   - "COPWHLIST"
12373   - "IACLDST"
12374   traces:
12375     hoverinfo: "x+y"
12376     boxpoints: "outliers"
12377     whiskerwidth: 0
12378   layout:
12379     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12380     layout: "plot-throughput"
12381
12382 -
12383   type: "plot"
12384   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12385   algorithm: "plot_performance_box"
12386   output-file-type: ".html"
12387   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12388   data: "plot-vpp-throughput-latency-3n-hsw"
12389   filter: "'NIC_Intel-X710' and
12390            '78B' and
12391            ('IP6BASE' or
12392             'POLICE_MARK' or
12393             'COPWHLIST' or
12394             'IACLDST') and
12395            'NDRPDR' and
12396            '2T2C' and
12397            'IP6FWD' and
12398            not 'SRv6' and
12399            not 'IPSEC' and
12400            not 'VHOST'"
12401   parameters:
12402   - "throughput"
12403   - "parent"
12404   - "tags"
12405   sort:
12406   - "IP6BASE"
12407   - "POLICE_MARK"
12408   - "COPWHLIST"
12409   - "IACLDST"
12410   traces:
12411     hoverinfo: "x+y"
12412     boxpoints: "outliers"
12413     whiskerwidth: 0
12414   layout:
12415     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12416     layout: "plot-throughput"
12417
12418 # Packet Throughput - VPP IPv6 3n-hsw-xl710
12419 -
12420   type: "plot"
12421   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12422   algorithm: "plot_performance_box"
12423   output-file-type: ".html"
12424   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12425   data: "plot-vpp-throughput-latency-3n-hsw"
12426   filter: "'NIC_Intel-XL710' and
12427            '78B' and
12428            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12429            'NDRPDR' and
12430            '1T1C' and
12431            'IP6FWD' and
12432            not 'SRv6' and
12433            not 'IPSEC' and
12434            not 'VHOST'"
12435   parameters:
12436   - "throughput"
12437   - "parent"
12438   - "tags"
12439   sort:
12440   - "IP6BASE"
12441   - "FIB_20K"
12442   - "FIB_200K"
12443   - "FIB_2M"
12444   traces:
12445     hoverinfo: "x+y"
12446     boxpoints: "outliers"
12447     whiskerwidth: 0
12448   layout:
12449     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12450     layout: "plot-throughput"
12451
12452 -
12453   type: "plot"
12454   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12455   algorithm: "plot_performance_box"
12456   output-file-type: ".html"
12457   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12458   data: "plot-vpp-throughput-latency-3n-hsw"
12459   filter: "'NIC_Intel-XL710' and
12460            '78B' and
12461            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12462            'NDRPDR' and
12463            '1T1C' and
12464            'IP6FWD' and
12465            not 'SRv6' and
12466            not 'IPSEC' and
12467            not 'VHOST'"
12468   parameters:
12469   - "throughput"
12470   - "parent"
12471   - "tags"
12472   sort:
12473   - "IP6BASE"
12474   - "FIB_20K"
12475   - "FIB_200K"
12476   - "FIB_2M"
12477   traces:
12478     hoverinfo: "x+y"
12479     boxpoints: "outliers"
12480     whiskerwidth: 0
12481   layout:
12482     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12483     layout: "plot-throughput"
12484
12485 -
12486   type: "plot"
12487   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12488   algorithm: "plot_performance_box"
12489   output-file-type: ".html"
12490   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12491   data: "plot-vpp-throughput-latency-3n-hsw"
12492   filter: "'NIC_Intel-XL710' and
12493            '78B' and
12494            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12495            'NDRPDR' and
12496            '2T2C' and
12497            'IP6FWD' and
12498            not 'SRv6' and
12499            not 'IPSEC' and
12500            not 'VHOST'"
12501   parameters:
12502   - "throughput"
12503   - "parent"
12504   - "tags"
12505   sort:
12506   - "IP6BASE"
12507   - "FIB_20K"
12508   - "FIB_200K"
12509   - "FIB_2M"
12510   traces:
12511     hoverinfo: "x+y"
12512     boxpoints: "outliers"
12513     whiskerwidth: 0
12514   layout:
12515     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12516     layout: "plot-throughput"
12517
12518 -
12519   type: "plot"
12520   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12521   algorithm: "plot_performance_box"
12522   output-file-type: ".html"
12523   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12524   data: "plot-vpp-throughput-latency-3n-hsw"
12525   filter: "'NIC_Intel-XL710' and
12526            '78B' and
12527            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12528            'NDRPDR' and
12529            '2T2C' and
12530            'IP6FWD' and
12531            not 'SRv6' and
12532            not 'IPSEC' and
12533            not 'VHOST'"
12534   parameters:
12535   - "throughput"
12536   - "parent"
12537   - "tags"
12538   sort:
12539   - "IP6BASE"
12540   - "FIB_20K"
12541   - "FIB_200K"
12542   - "FIB_2M"
12543   traces:
12544     hoverinfo: "x+y"
12545     boxpoints: "outliers"
12546     whiskerwidth: 0
12547   layout:
12548     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12549     layout: "plot-throughput"
12550
12551 # Packet Throughput - VPP IPv6 3n-skx-x710
12552 -
12553   type: "plot"
12554   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12555   algorithm: "plot_performance_box"
12556   output-file-type: ".html"
12557   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12558   data: "plot-vpp-throughput-latency-3n-skx"
12559   filter: "'NIC_Intel-X710' and
12560            '78B' and
12561            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12562            'NDRPDR' and
12563            '2T1C' and
12564            'IP6FWD' and
12565            not 'SRv6' and
12566            not 'IPSEC' and
12567            not 'VHOST'"
12568   parameters:
12569   - "throughput"
12570   - "parent"
12571   - "tags"
12572   sort:
12573   - "IP6BASE"
12574   - "FIB_20k"
12575   - "FIB_200k"
12576   - "FIB_2M"
12577   traces:
12578     hoverinfo: "x+y"
12579     boxpoints: "outliers"
12580     whiskerwidth: 0
12581   layout:
12582     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12583     layout: "plot-throughput"
12584
12585 -
12586   type: "plot"
12587   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12588   algorithm: "plot_performance_box"
12589   output-file-type: ".html"
12590   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12591   data: "plot-vpp-throughput-latency-3n-skx"
12592   filter: "'NIC_Intel-X710' and
12593            '78B' and
12594            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12595            'NDRPDR' and
12596            '2T1C' and
12597            'IP6FWD' and
12598            not 'SRv6' and
12599            not 'IPSEC' and
12600            not 'VHOST'"
12601   parameters:
12602   - "throughput"
12603   - "parent"
12604   - "tags"
12605   sort:
12606   - "IP6BASE"
12607   - "FIB_20k"
12608   - "FIB_200k"
12609   - "FIB_2M"
12610   traces:
12611     hoverinfo: "x+y"
12612     boxpoints: "outliers"
12613     whiskerwidth: 0
12614   layout:
12615     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12616     layout: "plot-throughput"
12617
12618 -
12619   type: "plot"
12620   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12621   algorithm: "plot_performance_box"
12622   output-file-type: ".html"
12623   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12624   data: "plot-vpp-throughput-latency-3n-skx"
12625   filter: "'NIC_Intel-X710' and
12626            '78B' and
12627            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12628            'NDRPDR' and
12629            '4T2C' and
12630            'IP6FWD' and
12631            not 'SRv6' and
12632            not 'IPSEC' and
12633            not 'VHOST'"
12634   parameters:
12635   - "throughput"
12636   - "parent"
12637   - "tags"
12638   sort:
12639   - "IP6BASE"
12640   - "FIB_20k"
12641   - "FIB_200k"
12642   - "FIB_2M"
12643   traces:
12644     hoverinfo: "x+y"
12645     boxpoints: "outliers"
12646     whiskerwidth: 0
12647   layout:
12648     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12649     layout: "plot-throughput"
12650
12651 -
12652   type: "plot"
12653   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12654   algorithm: "plot_performance_box"
12655   output-file-type: ".html"
12656   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12657   data: "plot-vpp-throughput-latency-3n-skx"
12658   filter: "'NIC_Intel-X710' and
12659            '78B' and
12660            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12661            'NDRPDR' and
12662            '4T2C' and
12663            'IP6FWD' and
12664            not 'SRv6' and
12665            not 'IPSEC' and
12666            not 'VHOST'"
12667   parameters:
12668   - "throughput"
12669   - "parent"
12670   - "tags"
12671   sort:
12672   - "IP6BASE"
12673   - "FIB_20k"
12674   - "FIB_200k"
12675   - "FIB_2M"
12676   traces:
12677     hoverinfo: "x+y"
12678     boxpoints: "outliers"
12679     whiskerwidth: 0
12680   layout:
12681     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12682     layout: "plot-throughput"
12683
12684 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
12685 -
12686   type: "plot"
12687   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12688   algorithm: "plot_performance_box"
12689   output-file-type: ".html"
12690   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12691   data: "plot-vpp-throughput-latency-3n-skx"
12692   filter: "'NIC_Intel-X710' and
12693            '78B' and
12694            ('IP6BASE' or
12695             'POLICE_MARK' or
12696             'COPWHLIST' or
12697             'IACLDST') and
12698            'NDRPDR' and
12699            '2T1C' and
12700            'IP6FWD' and
12701            not 'SRv6' and
12702            not 'IPSEC' and
12703            not 'VHOST'"
12704   parameters:
12705   - "throughput"
12706   - "parent"
12707   - "tags"
12708   sort:
12709   - "IP6BASE"
12710   - "POLICE_MARK"
12711   - "COPWHLIST"
12712   - "IACLDST"
12713   traces:
12714     hoverinfo: "x+y"
12715     boxpoints: "outliers"
12716     whiskerwidth: 0
12717   layout:
12718     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12719     layout: "plot-throughput"
12720
12721 -
12722   type: "plot"
12723   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12724   algorithm: "plot_performance_box"
12725   output-file-type: ".html"
12726   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12727   data: "plot-vpp-throughput-latency-3n-skx"
12728   filter: "'NIC_Intel-X710' and
12729            '78B' and
12730            ('IP6BASE' or
12731             'POLICE_MARK' or
12732             'COPWHLIST' or
12733             'IACLDST') and
12734            'NDRPDR' and
12735            '4T2C' and
12736            'IP6FWD' and
12737            not 'SRv6' and
12738            not 'IPSEC' and
12739            not 'VHOST'"
12740   parameters:
12741   - "throughput"
12742   - "parent"
12743   - "tags"
12744   sort:
12745   - "IP6BASE"
12746   - "POLICE_MARK"
12747   - "COPWHLIST"
12748   - "IACLDST"
12749   traces:
12750     hoverinfo: "x+y"
12751     boxpoints: "outliers"
12752     whiskerwidth: 0
12753   layout:
12754     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12755     layout: "plot-throughput"
12756
12757 -
12758   type: "plot"
12759   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12760   algorithm: "plot_performance_box"
12761   output-file-type: ".html"
12762   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12763   data: "plot-vpp-throughput-latency-3n-skx"
12764   filter: "'NIC_Intel-X710' and
12765            '78B' and
12766            ('IP6BASE' or
12767             'POLICE_MARK' or
12768             'COPWHLIST' or
12769             'IACLDST') and
12770            'NDRPDR' and
12771            '2T1C' and
12772            'IP6FWD' and
12773            not 'SRv6' and
12774            not 'IPSEC' and
12775            not 'VHOST'"
12776   parameters:
12777   - "throughput"
12778   - "parent"
12779   - "tags"
12780   sort:
12781   - "IP6BASE"
12782   - "POLICE_MARK"
12783   - "COPWHLIST"
12784   - "IACLDST"
12785   traces:
12786     hoverinfo: "x+y"
12787     boxpoints: "outliers"
12788     whiskerwidth: 0
12789   layout:
12790     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12791     layout: "plot-throughput"
12792
12793 -
12794   type: "plot"
12795   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12796   algorithm: "plot_performance_box"
12797   output-file-type: ".html"
12798   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12799   data: "plot-vpp-throughput-latency-3n-skx"
12800   filter: "'NIC_Intel-X710' and
12801            '78B' and
12802            ('IP6BASE' or
12803             'POLICE_MARK' or
12804             'COPWHLIST' or
12805             'IACLDST') and
12806            'NDRPDR' and
12807            '4T2C' and
12808            'IP6FWD' and
12809            not 'SRv6' and
12810            not 'IPSEC' and
12811            not 'VHOST'"
12812   parameters:
12813   - "throughput"
12814   - "parent"
12815   - "tags"
12816   sort:
12817   - "IP6BASE"
12818   - "POLICE_MARK"
12819   - "COPWHLIST"
12820   - "IACLDST"
12821   traces:
12822     hoverinfo: "x+y"
12823     boxpoints: "outliers"
12824     whiskerwidth: 0
12825   layout:
12826     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12827     layout: "plot-throughput"
12828
12829 # Packet Throughput - VPP IPv6 2n-skx-x710
12830 -
12831   type: "plot"
12832   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12833   algorithm: "plot_performance_box"
12834   output-file-type: ".html"
12835   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12836   data: "plot-vpp-throughput-latency-2n-skx"
12837   filter: "'NIC_Intel-X710' and
12838            '78B' and
12839            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12840            'NDRPDR' and
12841            '2T1C' 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-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12861     layout: "plot-throughput"
12862
12863 -
12864   type: "plot"
12865   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12866   algorithm: "plot_performance_box"
12867   output-file-type: ".html"
12868   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12869   data: "plot-vpp-throughput-latency-2n-skx"
12870   filter: "'NIC_Intel-X710' and
12871            '78B' and
12872            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12873            'NDRPDR' and
12874            '2T1C' and
12875            'IP6FWD' and
12876            not 'SRv6' and
12877            not 'IPSEC' and
12878            not 'VHOST'"
12879   parameters:
12880   - "throughput"
12881   - "parent"
12882   - "tags"
12883   sort:
12884   - "IP6BASE"
12885   - "FIB_20k"
12886   - "FIB_200k"
12887   - "FIB_2M"
12888   traces:
12889     hoverinfo: "x+y"
12890     boxpoints: "outliers"
12891     whiskerwidth: 0
12892   layout:
12893     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12894     layout: "plot-throughput"
12895
12896 -
12897   type: "plot"
12898   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12899   algorithm: "plot_performance_box"
12900   output-file-type: ".html"
12901   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12902   data: "plot-vpp-throughput-latency-2n-skx"
12903   filter: "'NIC_Intel-X710' and
12904            '78B' and
12905            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12906            'NDRPDR' and
12907            '4T2C' and
12908            'IP6FWD' and
12909            not 'SRv6' and
12910            not 'IPSEC' and
12911            not 'VHOST'"
12912   parameters:
12913   - "throughput"
12914   - "parent"
12915   - "tags"
12916   sort:
12917   - "IP6BASE"
12918   - "FIB_20k"
12919   - "FIB_200k"
12920   - "FIB_2M"
12921   traces:
12922     hoverinfo: "x+y"
12923     boxpoints: "outliers"
12924     whiskerwidth: 0
12925   layout:
12926     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12927     layout: "plot-throughput"
12928
12929 -
12930   type: "plot"
12931   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12932   algorithm: "plot_performance_box"
12933   output-file-type: ".html"
12934   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12935   data: "plot-vpp-throughput-latency-2n-skx"
12936   filter: "'NIC_Intel-X710' and
12937            '78B' and
12938            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12939            'NDRPDR' and
12940            '4T2C' and
12941            'IP6FWD' and
12942            not 'SRv6' and
12943            not 'IPSEC' and
12944            not 'VHOST'"
12945   parameters:
12946   - "throughput"
12947   - "parent"
12948   - "tags"
12949   sort:
12950   - "IP6BASE"
12951   - "FIB_20k"
12952   - "FIB_200k"
12953   - "FIB_2M"
12954   traces:
12955     hoverinfo: "x+y"
12956     boxpoints: "outliers"
12957     whiskerwidth: 0
12958   layout:
12959     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12960     layout: "plot-throughput"
12961
12962 # Packet Throughput - VPP IPv6 2n-skx-xxv710
12963 -
12964   type: "plot"
12965   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12966   algorithm: "plot_performance_box"
12967   output-file-type: ".html"
12968   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12969   data: "plot-vpp-throughput-latency-2n-skx"
12970   filter: "'NIC_Intel-XXV710' and
12971            '78B' and
12972            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12973            'NDRPDR' and
12974            '2T1C' and
12975            'IP6FWD' and
12976            not 'SRv6' and
12977            not 'IPSEC' and
12978            not 'VHOST'"
12979   parameters:
12980   - "throughput"
12981   - "parent"
12982   - "tags"
12983   sort:
12984   - "IP6BASE"
12985   - "FIB_20k"
12986   - "FIB_200k"
12987   - "FIB_2M"
12988   traces:
12989     hoverinfo: "x+y"
12990     boxpoints: "outliers"
12991     whiskerwidth: 0
12992   layout:
12993     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12994     layout: "plot-throughput"
12995
12996 -
12997   type: "plot"
12998   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12999   algorithm: "plot_performance_box"
13000   output-file-type: ".html"
13001   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13002   data: "plot-vpp-throughput-latency-2n-skx"
13003   filter: "'NIC_Intel-XXV710' and
13004            '78B' and
13005            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13006            'NDRPDR' and
13007            '2T1C' and
13008            'IP6FWD' and
13009            not 'SRv6' and
13010            not 'IPSEC' and
13011            not 'VHOST'"
13012   parameters:
13013   - "throughput"
13014   - "parent"
13015   - "tags"
13016   sort:
13017   - "IP6BASE"
13018   - "FIB_20k"
13019   - "FIB_200k"
13020   - "FIB_2M"
13021   traces:
13022     hoverinfo: "x+y"
13023     boxpoints: "outliers"
13024     whiskerwidth: 0
13025   layout:
13026     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13027     layout: "plot-throughput"
13028
13029 -
13030   type: "plot"
13031   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13032   algorithm: "plot_performance_box"
13033   output-file-type: ".html"
13034   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13035   data: "plot-vpp-throughput-latency-2n-skx"
13036   filter: "'NIC_Intel-XXV710' and
13037            '78B' and
13038            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13039            'NDRPDR' and
13040            '4T2C' and
13041            'IP6FWD' and
13042            not 'SRv6' and
13043            not 'IPSEC' and
13044            not 'VHOST'"
13045   parameters:
13046   - "throughput"
13047   - "parent"
13048   - "tags"
13049   sort:
13050   - "IP6BASE"
13051   - "FIB_20k"
13052   - "FIB_200k"
13053   - "FIB_2M"
13054   traces:
13055     hoverinfo: "x+y"
13056     boxpoints: "outliers"
13057     whiskerwidth: 0
13058   layout:
13059     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13060     layout: "plot-throughput"
13061
13062 -
13063   type: "plot"
13064   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13065   algorithm: "plot_performance_box"
13066   output-file-type: ".html"
13067   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13068   data: "plot-vpp-throughput-latency-2n-skx"
13069   filter: "'NIC_Intel-XXV710' and
13070            '78B' and
13071            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13072            'NDRPDR' and
13073            '4T2C' and
13074            'IP6FWD' and
13075            not 'SRv6' and
13076            not 'IPSEC' and
13077            not 'VHOST'"
13078   parameters:
13079   - "throughput"
13080   - "parent"
13081   - "tags"
13082   sort:
13083   - "IP6BASE"
13084   - "FIB_20k"
13085   - "FIB_200k"
13086   - "FIB_2M"
13087   traces:
13088     hoverinfo: "x+y"
13089     boxpoints: "outliers"
13090     whiskerwidth: 0
13091   layout:
13092     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13093     layout: "plot-throughput"
13094
13095 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
13096 -
13097   type: "plot"
13098   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13099   algorithm: "plot_performance_box"
13100   output-file-type: ".html"
13101   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13102   data: "intel-dnv-vpp"
13103   filter: "'NIC_Intel-X553' and
13104            '78B' and
13105            'IP6BASE' and
13106            'NDRPDR' and
13107            '1T1C' and
13108            'IP6FWD' and
13109            not 'SRv6' and
13110            not 'IPSEC' and
13111            not 'VHOST'"
13112   parameters:
13113   - "throughput"
13114   - "parent"
13115   - "tags"
13116   sort:
13117   - "IP6BASE"
13118   traces:
13119     hoverinfo: "x+y"
13120     boxpoints: "outliers"
13121     whiskerwidth: 0
13122   layout:
13123     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13124     layout: "plot-throughput"
13125
13126 -
13127   type: "plot"
13128   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13129   algorithm: "plot_performance_box"
13130   output-file-type: ".html"
13131   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13132   data: "intel-dnv-vpp"
13133   filter: "'NIC_Intel-X553' and
13134            '78B' and
13135            'IP6BASE' and
13136            'NDRPDR' and
13137            '1T1C' and
13138            'IP6FWD' and
13139            not 'SRv6' and
13140            not 'IPSEC' and
13141            not 'VHOST'"
13142   parameters:
13143   - "throughput"
13144   - "parent"
13145   - "tags"
13146   sort:
13147   - "IP6BASE"
13148   traces:
13149     hoverinfo: "x+y"
13150     boxpoints: "outliers"
13151     whiskerwidth: 0
13152   layout:
13153     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13154     layout: "plot-throughput"
13155
13156 -
13157   type: "plot"
13158   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13159   algorithm: "plot_performance_box"
13160   output-file-type: ".html"
13161   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13162   data: "intel-dnv-vpp"
13163   filter: "'NIC_Intel-X553' and
13164            '78B' and
13165            'IP6BASE' and
13166            'NDRPDR' and
13167            '2T2C' and
13168            'IP6FWD' and
13169            not 'SRv6' and
13170            not 'IPSEC' and
13171            not 'VHOST'"
13172   parameters:
13173   - "throughput"
13174   - "parent"
13175   - "tags"
13176   sort:
13177   - "IP6BASE"
13178   traces:
13179     hoverinfo: "x+y"
13180     boxpoints: "outliers"
13181     whiskerwidth: 0
13182   layout:
13183     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13184     layout: "plot-throughput"
13185
13186 -
13187   type: "plot"
13188   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13189   algorithm: "plot_performance_box"
13190   output-file-type: ".html"
13191   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13192   data: "intel-dnv-vpp"
13193   filter: "'NIC_Intel-X553' and
13194            '78B' and
13195            'IP6BASE' and
13196            'NDRPDR' and
13197            '2T2C' and
13198            'IP6FWD' and
13199            not 'SRv6' and
13200            not 'IPSEC' and
13201            not 'VHOST'"
13202   parameters:
13203   - "throughput"
13204   - "parent"
13205   - "tags"
13206   sort:
13207   - "IP6BASE"
13208   traces:
13209     hoverinfo: "x+y"
13210     boxpoints: "outliers"
13211     whiskerwidth: 0
13212   layout:
13213     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13214     layout: "plot-throughput"
13215
13216 ################################################################################
13217
13218 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
13219 -
13220   type: "plot"
13221   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13222   algorithm: "plot_performance_box"
13223   output-file-type: ".html"
13224   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13225   data: "plot-vpp-throughput-latency-3n-hsw"
13226   filter: "'NIC_Intel-X520-DA2' and
13227            '78B' and
13228            'ENCAP' and
13229            'NDRPDR' and
13230            '1T1C' and
13231            'LISP' and
13232            not 'VHOST'"
13233   parameters:
13234   - "throughput"
13235   - "parent"
13236   - "tags"
13237   sort:
13238   - "IP4UNRLAY"
13239   - "IP6UNRLAY"
13240   traces:
13241     hoverinfo: "x+y"
13242     boxpoints: "outliers"
13243     whiskerwidth: 0
13244   layout:
13245     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13246     layout: "plot-throughput"
13247
13248 -
13249   type: "plot"
13250   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13251   algorithm: "plot_performance_box"
13252   output-file-type: ".html"
13253   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13254   data: "plot-vpp-throughput-latency-3n-hsw"
13255   filter: "'NIC_Intel-X520-DA2' and
13256            '78B' and
13257            'ENCAP' and
13258            'NDRPDR' and
13259            '1T1C' and
13260            'LISP' and
13261            not 'VHOST'"
13262   parameters:
13263   - "throughput"
13264   - "parent"
13265   - "tags"
13266   sort:
13267   - "IP4UNRLAY"
13268   - "IP6UNRLAY"
13269   traces:
13270     hoverinfo: "x+y"
13271     boxpoints: "outliers"
13272     whiskerwidth: 0
13273   layout:
13274     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13275     layout: "plot-throughput"
13276
13277 -
13278   type: "plot"
13279   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13280   algorithm: "plot_performance_box"
13281   output-file-type: ".html"
13282   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13283   data: "plot-vpp-throughput-latency-3n-hsw"
13284   filter: "'NIC_Intel-X520-DA2' and
13285            '78B' and
13286            'ENCAP' and
13287            'NDRPDR' and
13288            '2T2C' and
13289            'LISP' and
13290            not 'VHOST'"
13291   parameters:
13292   - "throughput"
13293   - "parent"
13294   - "tags"
13295   sort:
13296   - "IP4UNRLAY"
13297   - "IP6UNRLAY"
13298   traces:
13299     hoverinfo: "x+y"
13300     boxpoints: "outliers"
13301     whiskerwidth: 0
13302   layout:
13303     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13304     layout: "plot-throughput"
13305
13306 -
13307   type: "plot"
13308   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13309   algorithm: "plot_performance_box"
13310   output-file-type: ".html"
13311   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13312   data: "plot-vpp-throughput-latency-3n-hsw"
13313   filter: "'NIC_Intel-X520-DA2' and
13314            '78B' and
13315            'ENCAP' and
13316            'NDRPDR' and
13317            '2T2C' and
13318            'LISP' and
13319            not 'VHOST'"
13320   parameters:
13321   - "throughput"
13322   - "parent"
13323   - "tags"
13324   sort:
13325   - "IP4UNRLAY"
13326   - "IP6UNRLAY"
13327   traces:
13328     hoverinfo: "x+y"
13329     boxpoints: "outliers"
13330     whiskerwidth: 0
13331   layout:
13332     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13333     layout: "plot-throughput"
13334
13335 ################################################################################
13336
13337 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
13338 -
13339   type: "plot"
13340   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13341   algorithm: "plot_performance_box"
13342   output-file-type: ".html"
13343   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13344   data: "plot-vpp-throughput-latency-3n-hsw"
13345   filter: "'NIC_Intel-XL710' and
13346            '64B' and
13347            'IP4FWD' and
13348            'NDRPDR' and
13349            'BASE' and
13350            '1T1C' and
13351            'IPSECHW' and
13352            ('IPSECTRAN' or 'IPSECTUN') and
13353            not 'VHOST'"
13354   parameters:
13355   - "throughput"
13356   - "parent"
13357   - "tags"
13358   traces:
13359     hoverinfo: "x+y"
13360     boxpoints: "outliers"
13361     whiskerwidth: 0
13362   layout:
13363     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13364     layout: "plot-throughput"
13365
13366 -
13367   type: "plot"
13368   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13369   algorithm: "plot_performance_box"
13370   output-file-type: ".html"
13371   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13372   data: "plot-vpp-throughput-latency-3n-hsw"
13373   filter: "'NIC_Intel-XL710' and
13374            '64B' and
13375            'IP4FWD' and
13376            'NDRPDR' and
13377            'BASE' and
13378            '1T1C' and
13379            'IPSECHW' and
13380            ('IPSECTRAN' or 'IPSECTUN') and
13381            not 'VHOST'"
13382   parameters:
13383   - "throughput"
13384   - "parent"
13385   - "tags"
13386   traces:
13387     hoverinfo: "x+y"
13388     boxpoints: "outliers"
13389     whiskerwidth: 0
13390   layout:
13391     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13392     layout: "plot-throughput"
13393
13394 -
13395   type: "plot"
13396   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13397   algorithm: "plot_performance_box"
13398   output-file-type: ".html"
13399   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13400   data: "plot-vpp-throughput-latency-3n-hsw"
13401   filter: "'NIC_Intel-XL710' and
13402            '64B' and
13403            'IP4FWD' and
13404            'NDRPDR' and
13405            'BASE' and
13406            '2T2C' and
13407            'IPSECHW' and
13408            ('IPSECTRAN' or 'IPSECTUN') and
13409            not 'VHOST'"
13410   parameters:
13411   - "throughput"
13412   - "parent"
13413   - "tags"
13414   traces:
13415     hoverinfo: "x+y"
13416     boxpoints: "outliers"
13417     whiskerwidth: 0
13418   layout:
13419     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13420     layout: "plot-throughput"
13421
13422 -
13423   type: "plot"
13424   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13425   algorithm: "plot_performance_box"
13426   output-file-type: ".html"
13427   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13428   data: "plot-vpp-throughput-latency-3n-hsw"
13429   filter: "'NIC_Intel-XL710' and
13430            '64B' and
13431            'IP4FWD' and
13432            'NDRPDR' and
13433            'BASE' and
13434            '2T2C' and
13435            'IPSECHW' and
13436            ('IPSECTRAN' or 'IPSECTUN') and
13437            not 'VHOST'"
13438   parameters:
13439   - "throughput"
13440   - "parent"
13441   - "tags"
13442   traces:
13443     hoverinfo: "x+y"
13444     boxpoints: "outliers"
13445     whiskerwidth: 0
13446   layout:
13447     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13448     layout: "plot-throughput"
13449
13450 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
13451 -
13452   type: "plot"
13453   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13454   algorithm: "plot_performance_box"
13455   output-file-type: ".html"
13456   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13457   data: "plot-vpp-throughput-latency-3n-hsw"
13458   filter: "'NIC_Intel-XL710' and
13459            '64B' and
13460            'IP4FWD' and
13461            'NDRPDR' and
13462            'SCALE' and
13463            '1T1C' and
13464            'IPSECHW' and
13465            ('IPSECTRAN' or 'IPSECTUN') and
13466            not 'VHOST'"
13467   parameters:
13468   - "throughput"
13469   - "parent"
13470   - "tags"
13471   traces:
13472     hoverinfo: "x+y"
13473     boxpoints: "outliers"
13474     whiskerwidth: 0
13475   layout:
13476     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13477     layout: "plot-throughput"
13478
13479 -
13480   type: "plot"
13481   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13482   algorithm: "plot_performance_box"
13483   output-file-type: ".html"
13484   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13485   data: "plot-vpp-throughput-latency-3n-hsw"
13486   filter: "'NIC_Intel-XL710' and
13487            '64B' and
13488            'IP4FWD' and
13489            'NDRPDR' and
13490            'SCALE' and
13491            '1T1C' and
13492            'IPSECHW' and
13493            ('IPSECTRAN' or 'IPSECTUN') and
13494            not 'VHOST'"
13495   parameters:
13496   - "throughput"
13497   - "parent"
13498   - "tags"
13499   traces:
13500     hoverinfo: "x+y"
13501     boxpoints: "outliers"
13502     whiskerwidth: 0
13503   layout:
13504     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13505     layout: "plot-throughput"
13506
13507 -
13508   type: "plot"
13509   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13510   algorithm: "plot_performance_box"
13511   output-file-type: ".html"
13512   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13513   data: "plot-vpp-throughput-latency-3n-hsw"
13514   filter: "'NIC_Intel-XL710' and
13515            '64B' and
13516            'IP4FWD' and
13517            'NDRPDR' and
13518            'SCALE' and
13519            '2T2C' and
13520            'IPSECHW' and
13521            ('IPSECTRAN' or 'IPSECTUN') and
13522            not 'VHOST'"
13523   parameters:
13524   - "throughput"
13525   - "parent"
13526   - "tags"
13527   traces:
13528     hoverinfo: "x+y"
13529     boxpoints: "outliers"
13530     whiskerwidth: 0
13531   layout:
13532     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13533     layout: "plot-throughput"
13534
13535 -
13536   type: "plot"
13537   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13538   algorithm: "plot_performance_box"
13539   output-file-type: ".html"
13540   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13541   data: "plot-vpp-throughput-latency-3n-hsw"
13542   filter: "'NIC_Intel-XL710' and
13543            '64B' and
13544            'IP4FWD' and
13545            'NDRPDR' and
13546            'SCALE' and
13547            '2T2C' and
13548            'IPSECHW' and
13549            ('IPSECTRAN' or 'IPSECTUN') and
13550            not 'VHOST'"
13551   parameters:
13552   - "throughput"
13553   - "parent"
13554   - "tags"
13555   traces:
13556     hoverinfo: "x+y"
13557     boxpoints: "outliers"
13558     whiskerwidth: 0
13559   layout:
13560     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13561     layout: "plot-throughput"
13562
13563 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
13564 -
13565   type: "plot"
13566   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13567   algorithm: "plot_performance_box"
13568   output-file-type: ".html"
13569   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13570   data: "plot-vpp-throughput-latency-3n-hsw"
13571   filter: "'NIC_Intel-XL710' and
13572            '64B' and
13573            'IP4FWD' and
13574            'NDRPDR' and
13575            '1T1C' and
13576            'IPSECSW' and
13577            ('IPSECTRAN' or 'IPSECTUN') and
13578            not 'VHOST'"
13579   parameters:
13580   - "throughput"
13581   - "parent"
13582   - "tags"
13583   traces:
13584     hoverinfo: "x+y"
13585     boxpoints: "outliers"
13586     whiskerwidth: 0
13587   layout:
13588     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13589     layout: "plot-throughput"
13590
13591 -
13592   type: "plot"
13593   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13594   algorithm: "plot_performance_box"
13595   output-file-type: ".html"
13596   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13597   data: "plot-vpp-throughput-latency-3n-hsw"
13598   filter: "'NIC_Intel-XL710' and
13599            '64B' and
13600            'IP4FWD' and
13601            'NDRPDR' and
13602            '1T1C' and
13603            'IPSECSW' and
13604            ('IPSECTRAN' or 'IPSECTUN') and
13605            not 'VHOST'"
13606   parameters:
13607   - "throughput"
13608   - "parent"
13609   - "tags"
13610   traces:
13611     hoverinfo: "x+y"
13612     boxpoints: "outliers"
13613     whiskerwidth: 0
13614   layout:
13615     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13616     layout: "plot-throughput"
13617
13618 -
13619   type: "plot"
13620   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13621   algorithm: "plot_performance_box"
13622   output-file-type: ".html"
13623   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13624   data: "plot-vpp-throughput-latency-3n-hsw"
13625   filter: "'NIC_Intel-XL710' and
13626            '64B' and
13627            'IP4FWD' and
13628            'NDRPDR' and
13629            '2T2C' and
13630            'IPSECSW' and
13631            ('IPSECTRAN' or 'IPSECTUN') and
13632            not 'VHOST'"
13633   parameters:
13634   - "throughput"
13635   - "parent"
13636   - "tags"
13637   traces:
13638     hoverinfo: "x+y"
13639     boxpoints: "outliers"
13640     whiskerwidth: 0
13641   layout:
13642     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13643     layout: "plot-throughput"
13644
13645 -
13646   type: "plot"
13647   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13648   algorithm: "plot_performance_box"
13649   output-file-type: ".html"
13650   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13651   data: "plot-vpp-throughput-latency-3n-hsw"
13652   filter: "'NIC_Intel-XL710' and
13653            '64B' and
13654            'IP4FWD' and
13655            'NDRPDR' and
13656            '2T2C' and
13657            'IPSECSW' and
13658            ('IPSECTRAN' or 'IPSECTUN') and
13659            not 'VHOST'"
13660   parameters:
13661   - "throughput"
13662   - "parent"
13663   - "tags"
13664   traces:
13665     hoverinfo: "x+y"
13666     boxpoints: "outliers"
13667     whiskerwidth: 0
13668   layout:
13669     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13670     layout: "plot-throughput"
13671
13672 ################################################################################
13673
13674 # Packet Throughput - VPP SRv6 3n-hsw-x520
13675 -
13676   type: "plot"
13677   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13678   algorithm: "plot_performance_box"
13679   output-file-type: ".html"
13680   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13681   data: "plot-vpp-throughput-latency-3n-hsw"
13682   filter: "'NIC_Intel-X520-DA2' and
13683            '78B' and
13684            'FEATURE' and
13685            'NDRPDR' and
13686            '1T1C' and
13687            'IP6FWD' and
13688            'SRv6'"
13689   parameters:
13690   - "throughput"
13691   - "parent"
13692   - "tags"
13693   traces:
13694     hoverinfo: "x+y"
13695     boxpoints: "outliers"
13696     whiskerwidth: 0
13697   layout:
13698     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13699     layout: "plot-throughput"
13700
13701 -
13702   type: "plot"
13703   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13704   algorithm: "plot_performance_box"
13705   output-file-type: ".html"
13706   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13707   data: "plot-vpp-throughput-latency-3n-hsw"
13708   filter: "'NIC_Intel-X520-DA2' and
13709            '78B' and
13710            'FEATURE' and
13711            'NDRPDR' and
13712            '1T1C' and
13713            'IP6FWD' and
13714            'SRv6'"
13715   parameters:
13716   - "throughput"
13717   - "parent"
13718   - "tags"
13719   traces:
13720     hoverinfo: "x+y"
13721     boxpoints: "outliers"
13722     whiskerwidth: 0
13723   layout:
13724     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13725     layout: "plot-throughput"
13726
13727 -
13728   type: "plot"
13729   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13730   algorithm: "plot_performance_box"
13731   output-file-type: ".html"
13732   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13733   data: "plot-vpp-throughput-latency-3n-hsw"
13734   filter: "'NIC_Intel-X520-DA2' and
13735            '78B' and
13736            'FEATURE' and
13737            'NDRPDR' and
13738            '2T2C' and
13739            'IP6FWD' and
13740            'SRv6'"
13741   parameters:
13742   - "throughput"
13743   - "parent"
13744   - "tags"
13745   traces:
13746     hoverinfo: "x+y"
13747     boxpoints: "outliers"
13748     whiskerwidth: 0
13749   layout:
13750     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13751     layout: "plot-throughput"
13752
13753 -
13754   type: "plot"
13755   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13756   algorithm: "plot_performance_box"
13757   output-file-type: ".html"
13758   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13759   data: "plot-vpp-throughput-latency-3n-hsw"
13760   filter: "'NIC_Intel-X520-DA2' and
13761            '78B' and
13762            'FEATURE' and
13763            'NDRPDR' and
13764            '2T2C' and
13765            'IP6FWD' and
13766            'SRv6'"
13767   parameters:
13768   - "throughput"
13769   - "parent"
13770   - "tags"
13771   traces:
13772     hoverinfo: "x+y"
13773     boxpoints: "outliers"
13774     whiskerwidth: 0
13775   layout:
13776     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13777     layout: "plot-throughput"
13778
13779 ################################################################################
13780
13781 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
13782 -
13783   type: "plot"
13784   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13785   algorithm: "plot_performance_box"
13786   output-file-type: ".html"
13787   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13788   data: "plot-vpp-throughput-latency-3n-hsw"
13789   filter: "'NIC_Intel-X520-DA2' and
13790            '64B' and
13791            'NDRPDR' and
13792            'ETH' and
13793            'IP4FWD' and
13794            '1T1C' and
13795            'VHOST_1024' and
13796            not 'VXLAN' and
13797            not 'DOT1Q'"
13798   parameters:
13799   - "throughput"
13800   - "parent"
13801   - "tags"
13802   sort:
13803   - "not CFS_OPT"
13804   - "1VM"
13805   - "2VM"
13806   traces:
13807     hoverinfo: "x+y"
13808     boxpoints: "outliers"
13809     whiskerwidth: 0
13810   layout:
13811     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13812     layout: "plot-throughput"
13813
13814 -
13815   type: "plot"
13816   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13817   algorithm: "plot_performance_box"
13818   output-file-type: ".html"
13819   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13820   data: "plot-vpp-throughput-latency-3n-hsw"
13821   filter: "'NIC_Intel-X520-DA2' and
13822            '64B' and
13823            'NDRPDR' and
13824            'ETH' and
13825            'IP4FWD' and
13826            '2T2C' and
13827            'VHOST_1024' and
13828            not 'VXLAN' and
13829            not 'DOT1Q'"
13830   parameters:
13831   - "throughput"
13832   - "parent"
13833   - "tags"
13834   sort:
13835   - "not CFS_OPT"
13836   - "1VM"
13837   - "2VM"
13838   traces:
13839     hoverinfo: "x+y"
13840     boxpoints: "outliers"
13841     whiskerwidth: 0
13842   layout:
13843     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13844     layout: "plot-throughput"
13845
13846 -
13847   type: "plot"
13848   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13849   algorithm: "plot_performance_box"
13850   output-file-type: ".html"
13851   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13852   data: "plot-vpp-throughput-latency-3n-hsw"
13853   filter: "'NIC_Intel-X520-DA2' and
13854            '64B' and
13855            'NDRPDR' and
13856            'ETH' and
13857            'IP4FWD' and
13858            '1T1C' and
13859            'VHOST_1024' and
13860            not 'VXLAN' and
13861            not 'DOT1Q'"
13862   parameters:
13863   - "throughput"
13864   - "parent"
13865   - "tags"
13866   sort:
13867   - "not CFS_OPT"
13868   - "1VM"
13869   - "2VM"
13870   traces:
13871     hoverinfo: "x+y"
13872     boxpoints: "outliers"
13873     whiskerwidth: 0
13874   layout:
13875     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13876     layout: "plot-throughput"
13877
13878 -
13879   type: "plot"
13880   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13881   algorithm: "plot_performance_box"
13882   output-file-type: ".html"
13883   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13884   data: "plot-vpp-throughput-latency-3n-hsw"
13885   filter: "'NIC_Intel-X520-DA2' and
13886            '64B' and
13887            'NDRPDR' and
13888            'ETH' and
13889            'IP4FWD' and
13890            '2T2C' and
13891            'VHOST_1024' and
13892            not 'VXLAN' and
13893            not 'DOT1Q'"
13894   parameters:
13895   - "throughput"
13896   - "parent"
13897   - "tags"
13898   sort:
13899   - "not CFS_OPT"
13900   - "1VM"
13901   - "2VM"
13902   traces:
13903     hoverinfo: "x+y"
13904     boxpoints: "outliers"
13905     whiskerwidth: 0
13906   layout:
13907     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13908     layout: "plot-throughput"
13909
13910 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
13911 -
13912   type: "plot"
13913   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13914   algorithm: "plot_performance_box"
13915   output-file-type: ".html"
13916   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13917   data: "plot-vpp-throughput-latency-3n-hsw"
13918   filter: "'NIC_Intel-X520-DA2' and
13919            '64B' and
13920            'NDRPDR' and
13921            ('ETH' or 'DOT1Q') and
13922            '1T1C' and
13923            'L2BDMACLRN' and
13924            'VHOST_1024' and
13925            not 'VXLAN' and
13926            not 'IP4FWD' and
13927            not '2VM'"
13928   parameters:
13929   - "throughput"
13930   - "parent"
13931   - "tags"
13932 #  sort:
13933 #  - "VM"  # "not CFS_OPT"
13934 #  - "CFS_OPT"
13935 #  - "FIB_10K"
13936 #  - "FIB_100K"
13937 #  - "FIB_1M"
13938   traces:
13939     hoverinfo: "x+y"
13940     boxpoints: "outliers"
13941     whiskerwidth: 0
13942   layout:
13943     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13944     layout: "plot-throughput"
13945
13946 -
13947   type: "plot"
13948   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13949   algorithm: "plot_performance_box"
13950   output-file-type: ".html"
13951   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13952   data: "plot-vpp-throughput-latency-3n-hsw"
13953   filter: "'NIC_Intel-X520-DA2' and
13954            '64B' and
13955            'NDRPDR' and
13956            ('ETH' or 'DOT1Q') and
13957            '2T2C' and
13958            'L2BDMACLRN' and
13959            'VHOST_1024' and
13960            not 'VXLAN' and
13961            not 'IP4FWD' and
13962            not '2VM'"
13963   parameters:
13964   - "throughput"
13965   - "parent"
13966   - "tags"
13967 #  sort:
13968 #  - "VM"  # "not CFS_OPT"
13969 #  - "CFS_OPT"
13970 #  - "FIB_10K"
13971 #  - "FIB_100K"
13972 #  - "FIB_1M"
13973   traces:
13974     hoverinfo: "x+y"
13975     boxpoints: "outliers"
13976     whiskerwidth: 0
13977   layout:
13978     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13979     layout: "plot-throughput"
13980
13981 -
13982   type: "plot"
13983   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13984   algorithm: "plot_performance_box"
13985   output-file-type: ".html"
13986   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13987   data: "plot-vpp-throughput-latency-3n-hsw"
13988   filter: "'NIC_Intel-X520-DA2' and
13989            '64B' and
13990            'NDRPDR' and
13991            ('ETH' or 'DOT1Q') and
13992            '1T1C' and
13993            'L2BDMACLRN' and
13994            'VHOST_1024' and
13995            not 'VXLAN' and
13996            not 'IP4FWD' and
13997            not '2VM'"
13998   parameters:
13999   - "throughput"
14000   - "parent"
14001   - "tags"
14002 #  sort:
14003 #  - "VM"  # "not CFS_OPT"
14004 #  - "CFS_OPT"
14005 #  - "FIB_10K"
14006 #  - "FIB_100K"
14007 #  - "FIB_1M"
14008   traces:
14009     hoverinfo: "x+y"
14010     boxpoints: "outliers"
14011     whiskerwidth: 0
14012   layout:
14013     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14014     layout: "plot-throughput"
14015
14016 -
14017   type: "plot"
14018   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14019   algorithm: "plot_performance_box"
14020   output-file-type: ".html"
14021   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14022   data: "plot-vpp-throughput-latency-3n-hsw"
14023   filter: "'NIC_Intel-X520-DA2' and
14024            '64B' and
14025            'NDRPDR' and
14026            ('ETH' or 'DOT1Q') and
14027            '2T2C' and
14028            'L2BDMACLRN' and
14029            'VHOST_1024' and
14030            not 'VXLAN' and
14031            not 'IP4FWD' and
14032            not '2VM'"
14033   parameters:
14034   - "throughput"
14035   - "parent"
14036   - "tags"
14037 #  sort:
14038 #  - "VM"  # "not CFS_OPT"
14039 #  - "CFS_OPT"
14040 #  - "FIB_10K"
14041 #  - "FIB_100K"
14042 #  - "FIB_1M"
14043   traces:
14044     hoverinfo: "x+y"
14045     boxpoints: "outliers"
14046     whiskerwidth: 0
14047   layout:
14048     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14049     layout: "plot-throughput"
14050
14051 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
14052 -
14053   type: "plot"
14054   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14055   algorithm: "plot_performance_box"
14056   output-file-type: ".html"
14057   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14058   data: "plot-vpp-throughput-latency-3n-hsw"
14059   filter: "'NIC_Intel-X520-DA2' and
14060            '64B' and
14061            'NDRPDR' and
14062            ('ETH' or 'DOT1Q') and
14063            'BASE' and
14064            '1T1C' and
14065            ('L2BDMACLRN' or 'L2XCFWD') and
14066            'VHOST_1024' and
14067            not 'VXLAN' and
14068            not 'IP4FWD' and
14069            not '2VM'"
14070   parameters:
14071   - "throughput"
14072   - "parent"
14073   - "tags"
14074 #  sort:
14075 #  - "not CFS_OPT"
14076 #  - "L2XCFWD"
14077 #  - "not CFS_OPT"
14078 #  - "CFS_OPT"
14079   traces:
14080     hoverinfo: "x+y"
14081     boxpoints: "outliers"
14082     whiskerwidth: 0
14083   layout:
14084     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14085     layout: "plot-throughput"
14086
14087 -
14088   type: "plot"
14089   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14090   algorithm: "plot_performance_box"
14091   output-file-type: ".html"
14092   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14093   data: "plot-vpp-throughput-latency-3n-hsw"
14094   filter: "'NIC_Intel-X520-DA2' and
14095            '64B' and
14096            'NDRPDR' and
14097            ('ETH' or 'DOT1Q') and
14098            'BASE' and
14099            '1T1C' and
14100            ('L2BDMACLRN' or 'L2XCFWD') and
14101            'VHOST_1024' and
14102            not 'VXLAN' and
14103            not 'IP4FWD' and
14104            not '2VM'"
14105   parameters:
14106   - "throughput"
14107   - "parent"
14108   - "tags"
14109 #  sort:
14110 #  - "not CFS_OPT"
14111 #  - "L2XCFWD"
14112 #  - "not CFS_OPT"
14113 #  - "CFS_OPT"
14114   traces:
14115     hoverinfo: "x+y"
14116     boxpoints: "outliers"
14117     whiskerwidth: 0
14118   layout:
14119     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14120     layout: "plot-throughput"
14121
14122 -
14123   type: "plot"
14124   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14125   algorithm: "plot_performance_box"
14126   output-file-type: ".html"
14127   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14128   data: "plot-vpp-throughput-latency-3n-hsw"
14129   filter: "'NIC_Intel-X520-DA2' and
14130            '64B' and
14131            'NDRPDR' and
14132            ('ETH' or 'DOT1Q') and
14133            'BASE' and
14134            '2T2C' and
14135            ('L2BDMACLRN' or 'L2XCFWD') and
14136            'VHOST_1024' and
14137            not 'VXLAN' and
14138            not 'IP4FWD' and
14139            not '2VM'"
14140   parameters:
14141   - "throughput"
14142   - "parent"
14143   - "tags"
14144 #  sort:
14145 #  - "not CFS_OPT"
14146 #  - "L2XCFWD"
14147 #  - "not CFS_OPT"
14148 #  - "CFS_OPT"
14149   traces:
14150     hoverinfo: "x+y"
14151     boxpoints: "outliers"
14152     whiskerwidth: 0
14153   layout:
14154     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14155     layout: "plot-throughput"
14156
14157 -
14158   type: "plot"
14159   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14160   algorithm: "plot_performance_box"
14161   output-file-type: ".html"
14162   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14163   data: "plot-vpp-throughput-latency-3n-hsw"
14164   filter: "'NIC_Intel-X520-DA2' and
14165            '64B' and
14166            'NDRPDR' and
14167            ('ETH' or 'DOT1Q') and
14168            'BASE' and
14169            '2T2C' and
14170            ('L2BDMACLRN' or 'L2XCFWD') and
14171            'VHOST_1024' and
14172            not 'VXLAN' and
14173            not 'IP4FWD' and
14174            not '2VM'"
14175   parameters:
14176   - "throughput"
14177   - "parent"
14178   - "tags"
14179 #  sort:
14180 #  - "not CFS_OPT"
14181 #  - "L2XCFWD"
14182 #  - "not CFS_OPT"
14183 #  - "CFS_OPT"
14184   traces:
14185     hoverinfo: "x+y"
14186     boxpoints: "outliers"
14187     whiskerwidth: 0
14188   layout:
14189     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14190     layout: "plot-throughput"
14191
14192 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
14193 -
14194   type: "plot"
14195   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14196   algorithm: "plot_performance_box"
14197   output-file-type: ".html"
14198   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14199   data: "plot-vpp-throughput-latency-3n-hsw"
14200   filter: "'NIC_Intel-X520-DA2' and
14201            '64B' and
14202            'NDRPDR' and
14203            ('ETH' or 'DOT1Q') and
14204            '1T1C' and
14205            ('L2BDMACLRN' or 'L2XCFWD') and
14206            'VHOST_1024' and
14207            not 'CFS_OPT' and
14208            not 'VXLAN' and
14209            not 'IP4FWD' and
14210            not 'LBOND'"
14211   parameters:
14212   - "throughput"
14213   - "parent"
14214   - "tags"
14215 #  sort:
14216 #  - "1VM"
14217 #  - "L2XCFWD"
14218 #  - "1VM"
14219 #  - "L2BDMACLRN"
14220   traces:
14221     hoverinfo: "x+y"
14222     boxpoints: "outliers"
14223     whiskerwidth: 0
14224   layout:
14225     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14226     layout: "plot-throughput"
14227
14228 -
14229   type: "plot"
14230   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14231   algorithm: "plot_performance_box"
14232   output-file-type: ".html"
14233   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14234   data: "plot-vpp-throughput-latency-3n-hsw"
14235   filter: "'NIC_Intel-X520-DA2' and
14236            '64B' and
14237            'NDRPDR' and
14238            ('ETH' or 'DOT1Q') and
14239            '1T1C' and
14240            ('L2BDMACLRN' or 'L2XCFWD') and
14241            'VHOST_1024' and
14242            not 'CFS_OPT' and
14243            not 'VXLAN' and
14244            not 'IP4FWD' and
14245            not 'LBOND'"
14246   parameters:
14247   - "throughput"
14248   - "parent"
14249   - "tags"
14250 #  sort:
14251 #  - "1VM"
14252 #  - "L2XCFWD"
14253 #  - "1VM"
14254 #  - "L2BDMACLRN"
14255   traces:
14256     hoverinfo: "x+y"
14257     boxpoints: "outliers"
14258     whiskerwidth: 0
14259   layout:
14260     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14261     layout: "plot-throughput"
14262
14263 -
14264   type: "plot"
14265   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14266   algorithm: "plot_performance_box"
14267   output-file-type: ".html"
14268   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14269   data: "plot-vpp-throughput-latency-3n-hsw"
14270   filter: "'NIC_Intel-X520-DA2' and
14271            '64B' and
14272            'NDRPDR' and
14273            ('ETH' or 'DOT1Q') and
14274            '2T2C' and
14275            ('L2BDMACLRN' or 'L2XCFWD') and
14276            'VHOST_1024' and
14277            not 'CFS_OPT' and
14278            not 'VXLAN' and
14279            not 'IP4FWD' and
14280            not 'LBOND'"
14281   parameters:
14282   - "throughput"
14283   - "parent"
14284   - "tags"
14285 #  sort:
14286 #  - "1VM"
14287 #  - "L2XCFWD"
14288 #  - "1VM"
14289 #  - "L2BDMACLRN"
14290   traces:
14291     hoverinfo: "x+y"
14292     boxpoints: "outliers"
14293     whiskerwidth: 0
14294   layout:
14295     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14296     layout: "plot-throughput"
14297
14298 -
14299   type: "plot"
14300   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14301   algorithm: "plot_performance_box"
14302   output-file-type: ".html"
14303   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14304   data: "plot-vpp-throughput-latency-3n-hsw"
14305   filter: "'NIC_Intel-X520-DA2' and
14306            '64B' and
14307            'NDRPDR' and
14308            ('ETH' or 'DOT1Q') and
14309            '2T2C' and
14310            ('L2BDMACLRN' or 'L2XCFWD') and
14311            'VHOST_1024' and
14312            not 'CFS_OPT' and
14313            not 'VXLAN' and
14314            not 'IP4FWD' and
14315            not 'LBOND'"
14316   parameters:
14317   - "throughput"
14318   - "parent"
14319   - "tags"
14320 #  sort:
14321 #  - "1VM"
14322 #  - "L2XCFWD"
14323 #  - "1VM"
14324 #  - "L2BDMACLRN"
14325   traces:
14326     hoverinfo: "x+y"
14327     boxpoints: "outliers"
14328     whiskerwidth: 0
14329   layout:
14330     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14331     layout: "plot-throughput"
14332
14333 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
14334 -
14335   type: "plot"
14336   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14337   algorithm: "plot_performance_box"
14338   output-file-type: ".html"
14339   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14340   data: "plot-vpp-throughput-latency-3n-hsw"
14341   filter: "'NIC_Intel-X710' and
14342            '64B' and
14343            'NDRPDR' and
14344            'ETH' and
14345            'IP4FWD' and
14346            '1T1C' and
14347            'VHOST_1024' and
14348            not 'VXLAN' and
14349            not 'DOT1Q'"
14350   parameters:
14351   - "throughput"
14352   - "parent"
14353   - "tags"
14354   sort:
14355   - "not CFS_OPT"
14356   - "1VM"
14357   - "2VM"
14358   traces:
14359     hoverinfo: "x+y"
14360     boxpoints: "outliers"
14361     whiskerwidth: 0
14362   layout:
14363     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14364     layout: "plot-throughput"
14365
14366 -
14367   type: "plot"
14368   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14369   algorithm: "plot_performance_box"
14370   output-file-type: ".html"
14371   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14372   data: "plot-vpp-throughput-latency-3n-hsw"
14373   filter: "'NIC_Intel-X710' and
14374            '64B' and
14375            'NDRPDR' and
14376            'ETH' and
14377            'IP4FWD' and
14378            '2T2C' and
14379            'VHOST_1024' and
14380            not 'VXLAN' and
14381            not 'DOT1Q'"
14382   parameters:
14383   - "throughput"
14384   - "parent"
14385   - "tags"
14386   sort:
14387   - "not CFS_OPT"
14388   - "1VM"
14389   - "2VM"
14390   traces:
14391     hoverinfo: "x+y"
14392     boxpoints: "outliers"
14393     whiskerwidth: 0
14394   layout:
14395     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14396     layout: "plot-throughput"
14397
14398 -
14399   type: "plot"
14400   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14401   algorithm: "plot_performance_box"
14402   output-file-type: ".html"
14403   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14404   data: "plot-vpp-throughput-latency-3n-hsw"
14405   filter: "'NIC_Intel-X710' and
14406            '64B' and
14407            'NDRPDR' and
14408            'ETH' and
14409            'IP4FWD' and
14410            '1T1C' and
14411            'VHOST_1024' and
14412            not 'VXLAN' and
14413            not 'DOT1Q'"
14414   parameters:
14415   - "throughput"
14416   - "parent"
14417   - "tags"
14418   sort:
14419   - "not CFS_OPT"
14420   - "1VM"
14421   - "2VM"
14422   traces:
14423     hoverinfo: "x+y"
14424     boxpoints: "outliers"
14425     whiskerwidth: 0
14426   layout:
14427     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14428     layout: "plot-throughput"
14429
14430 -
14431   type: "plot"
14432   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14433   algorithm: "plot_performance_box"
14434   output-file-type: ".html"
14435   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14436   data: "plot-vpp-throughput-latency-3n-hsw"
14437   filter: "'NIC_Intel-X710' and
14438            '64B' and
14439            'NDRPDR' and
14440            'ETH' and
14441            'IP4FWD' and
14442            '2T2C' and
14443            'VHOST_1024' and
14444            not 'VXLAN' and
14445            not 'DOT1Q'"
14446   parameters:
14447   - "throughput"
14448   - "parent"
14449   - "tags"
14450   sort:
14451   - "not CFS_OPT"
14452   - "1VM"
14453   - "2VM"
14454   traces:
14455     hoverinfo: "x+y"
14456     boxpoints: "outliers"
14457     whiskerwidth: 0
14458   layout:
14459     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14460     layout: "plot-throughput"
14461
14462 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
14463 -
14464   type: "plot"
14465   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14466   algorithm: "plot_performance_box"
14467   output-file-type: ".html"
14468   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14469   data: "plot-vpp-throughput-latency-3n-hsw"
14470   filter: "'NIC_Intel-X710' and
14471            '64B' and
14472            'NDRPDR' and
14473            ('ETH' or 'DOT1Q') and
14474            '1T1C' and
14475            'L2BDMACLRN' and
14476            'VHOST_1024' and
14477            not 'VXLAN' and
14478            not 'IP4FWD' and
14479            not '2VM'"
14480   parameters:
14481   - "throughput"
14482   - "parent"
14483   - "tags"
14484 #  sort:
14485 #  - "VM"  # "not CFS_OPT"
14486 #  - "CFS_OPT"
14487 #  - "FIB_10K"
14488 #  - "FIB_100K"
14489 #  - "FIB_1M"
14490   traces:
14491     hoverinfo: "x+y"
14492     boxpoints: "outliers"
14493     whiskerwidth: 0
14494   layout:
14495     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14496     layout: "plot-throughput"
14497
14498 -
14499   type: "plot"
14500   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14501   algorithm: "plot_performance_box"
14502   output-file-type: ".html"
14503   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14504   data: "plot-vpp-throughput-latency-3n-hsw"
14505   filter: "'NIC_Intel-X710' and
14506            '64B' and
14507            'NDRPDR' and
14508            ('ETH' or 'DOT1Q') and
14509            '2T2C' and
14510            'L2BDMACLRN' and
14511            'VHOST_1024' and
14512            not 'VXLAN' and
14513            not 'IP4FWD' and
14514            not '2VM'"
14515   parameters:
14516   - "throughput"
14517   - "parent"
14518   - "tags"
14519 #  sort:
14520 #  - "VM"  # "not CFS_OPT"
14521 #  - "CFS_OPT"
14522 #  - "FIB_10K"
14523 #  - "FIB_100K"
14524 #  - "FIB_1M"
14525   traces:
14526     hoverinfo: "x+y"
14527     boxpoints: "outliers"
14528     whiskerwidth: 0
14529   layout:
14530     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14531     layout: "plot-throughput"
14532
14533 -
14534   type: "plot"
14535   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14536   algorithm: "plot_performance_box"
14537   output-file-type: ".html"
14538   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14539   data: "plot-vpp-throughput-latency-3n-hsw"
14540   filter: "'NIC_Intel-X710' and
14541            '64B' and
14542            'NDRPDR' and
14543            ('ETH' or 'DOT1Q') and
14544            '1T1C' and
14545            'L2BDMACLRN' and
14546            'VHOST_1024' and
14547            not 'VXLAN' and
14548            not 'IP4FWD' and
14549            not '2VM'"
14550   parameters:
14551   - "throughput"
14552   - "parent"
14553   - "tags"
14554 #  sort:
14555 #  - "VM"  # "not CFS_OPT"
14556 #  - "CFS_OPT"
14557 #  - "FIB_10K"
14558 #  - "FIB_100K"
14559 #  - "FIB_1M"
14560   traces:
14561     hoverinfo: "x+y"
14562     boxpoints: "outliers"
14563     whiskerwidth: 0
14564   layout:
14565     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14566     layout: "plot-throughput"
14567
14568 -
14569   type: "plot"
14570   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14571   algorithm: "plot_performance_box"
14572   output-file-type: ".html"
14573   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14574   data: "plot-vpp-throughput-latency-3n-hsw"
14575   filter: "'NIC_Intel-X710' and
14576            '64B' and
14577            'NDRPDR' and
14578            ('ETH' or 'DOT1Q') and
14579            '2T2C' and
14580            'L2BDMACLRN' and
14581            'VHOST_1024' and
14582            not 'VXLAN' and
14583            not 'IP4FWD' and
14584            not '2VM'"
14585   parameters:
14586   - "throughput"
14587   - "parent"
14588   - "tags"
14589 #  sort:
14590 #  - "VM"  # "not CFS_OPT"
14591 #  - "CFS_OPT"
14592 #  - "FIB_10K"
14593 #  - "FIB_100K"
14594 #  - "FIB_1M"
14595   traces:
14596     hoverinfo: "x+y"
14597     boxpoints: "outliers"
14598     whiskerwidth: 0
14599   layout:
14600     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14601     layout: "plot-throughput"
14602
14603 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
14604 -
14605   type: "plot"
14606   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14607   algorithm: "plot_performance_box"
14608   output-file-type: ".html"
14609   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14610   data: "plot-vpp-throughput-latency-3n-hsw"
14611   filter: "'NIC_Intel-X710' and
14612            '64B' and
14613            'NDRPDR' and
14614            ('ETH' or 'DOT1Q') and
14615            'BASE' and
14616            '1T1C' and
14617            ('L2BDMACLRN' or 'L2XCFWD') and
14618            'VHOST_1024' and
14619            not 'VXLAN' and
14620            not 'IP4FWD' and
14621            not '2VM'"
14622   parameters:
14623   - "throughput"
14624   - "parent"
14625   - "tags"
14626 #  sort:
14627 #  - "not CFS_OPT"
14628 #  - "L2XCFWD"
14629 #  - "not CFS_OPT"
14630 #  - "CFS_OPT"
14631   traces:
14632     hoverinfo: "x+y"
14633     boxpoints: "outliers"
14634     whiskerwidth: 0
14635   layout:
14636     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14637     layout: "plot-throughput"
14638
14639 -
14640   type: "plot"
14641   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14642   algorithm: "plot_performance_box"
14643   output-file-type: ".html"
14644   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14645   data: "plot-vpp-throughput-latency-3n-hsw"
14646   filter: "'NIC_Intel-X710' and
14647            '64B' and
14648            'NDRPDR' and
14649            ('ETH' or 'DOT1Q') and
14650            'BASE' and
14651            '1T1C' and
14652            ('L2BDMACLRN' or 'L2XCFWD') and
14653            'VHOST_1024' and
14654            not 'VXLAN' and
14655            not 'IP4FWD' and
14656            not '2VM'"
14657   parameters:
14658   - "throughput"
14659   - "parent"
14660   - "tags"
14661 #  sort:
14662 #  - "not CFS_OPT"
14663 #  - "L2XCFWD"
14664 #  - "not CFS_OPT"
14665 #  - "CFS_OPT"
14666   traces:
14667     hoverinfo: "x+y"
14668     boxpoints: "outliers"
14669     whiskerwidth: 0
14670   layout:
14671     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14672     layout: "plot-throughput"
14673
14674 -
14675   type: "plot"
14676   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14677   algorithm: "plot_performance_box"
14678   output-file-type: ".html"
14679   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14680   data: "plot-vpp-throughput-latency-3n-hsw"
14681   filter: "'NIC_Intel-X710' and
14682            '64B' and
14683            'NDRPDR' and
14684            ('ETH' or 'DOT1Q') and
14685            'BASE' and
14686            '2T2C' and
14687            ('L2BDMACLRN' or 'L2XCFWD') and
14688            'VHOST_1024' and
14689            not 'VXLAN' and
14690            not 'IP4FWD' and
14691            not '2VM'"
14692   parameters:
14693   - "throughput"
14694   - "parent"
14695   - "tags"
14696 #  sort:
14697 #  - "not CFS_OPT"
14698 #  - "L2XCFWD"
14699 #  - "not CFS_OPT"
14700 #  - "CFS_OPT"
14701   traces:
14702     hoverinfo: "x+y"
14703     boxpoints: "outliers"
14704     whiskerwidth: 0
14705   layout:
14706     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14707     layout: "plot-throughput"
14708
14709 -
14710   type: "plot"
14711   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14712   algorithm: "plot_performance_box"
14713   output-file-type: ".html"
14714   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14715   data: "plot-vpp-throughput-latency-3n-hsw"
14716   filter: "'NIC_Intel-X710' and
14717            '64B' and
14718            'NDRPDR' and
14719            ('ETH' or 'DOT1Q') and
14720            'BASE' and
14721            '2T2C' and
14722            ('L2BDMACLRN' or 'L2XCFWD') and
14723            'VHOST_1024' and
14724            not 'VXLAN' and
14725            not 'IP4FWD' and
14726            not '2VM'"
14727   parameters:
14728   - "throughput"
14729   - "parent"
14730   - "tags"
14731 #  sort:
14732 #  - "not CFS_OPT"
14733 #  - "L2XCFWD"
14734 #  - "not CFS_OPT"
14735 #  - "CFS_OPT"
14736   traces:
14737     hoverinfo: "x+y"
14738     boxpoints: "outliers"
14739     whiskerwidth: 0
14740   layout:
14741     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14742     layout: "plot-throughput"
14743
14744 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
14745 -
14746   type: "plot"
14747   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14748   algorithm: "plot_performance_box"
14749   output-file-type: ".html"
14750   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14751   data: "plot-vpp-throughput-latency-3n-hsw"
14752   filter: "'NIC_Intel-X710' and
14753            '64B' and
14754            'NDRPDR' and
14755            ('ETH' or 'DOT1Q') and
14756            '1T1C' and
14757            ('L2BDMACLRN' or 'L2XCFWD') and
14758            'VHOST_1024' and
14759            not 'CFS_OPT' and
14760            not 'VXLAN' and
14761            not 'IP4FWD' and
14762            not 'LBOND'"
14763   parameters:
14764   - "throughput"
14765   - "parent"
14766   - "tags"
14767 #  sort:
14768 #  - "1VM"
14769 #  - "L2XCFWD"
14770 #  - "1VM"
14771 #  - "L2BDMACLRN"
14772   traces:
14773     hoverinfo: "x+y"
14774     boxpoints: "outliers"
14775     whiskerwidth: 0
14776   layout:
14777     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14778     layout: "plot-throughput"
14779
14780 -
14781   type: "plot"
14782   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14783   algorithm: "plot_performance_box"
14784   output-file-type: ".html"
14785   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14786   data: "plot-vpp-throughput-latency-3n-hsw"
14787   filter: "'NIC_Intel-X710' and
14788            '64B' and
14789            'NDRPDR' and
14790            ('ETH' or 'DOT1Q') and
14791            '1T1C' and
14792            ('L2BDMACLRN' or 'L2XCFWD') and
14793            'VHOST_1024' and
14794            not 'CFS_OPT' and
14795            not 'VXLAN' and
14796            not 'IP4FWD' and
14797            not 'LBOND'"
14798   parameters:
14799   - "throughput"
14800   - "parent"
14801   - "tags"
14802 #  sort:
14803 #  - "1VM"
14804 #  - "L2XCFWD"
14805 #  - "1VM"
14806 #  - "L2BDMACLRN"
14807   traces:
14808     hoverinfo: "x+y"
14809     boxpoints: "outliers"
14810     whiskerwidth: 0
14811   layout:
14812     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14813     layout: "plot-throughput"
14814
14815 -
14816   type: "plot"
14817   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14818   algorithm: "plot_performance_box"
14819   output-file-type: ".html"
14820   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14821   data: "plot-vpp-throughput-latency-3n-hsw"
14822   filter: "'NIC_Intel-X710' and
14823            '64B' and
14824            'NDRPDR' and
14825            ('ETH' or 'DOT1Q') and
14826            '2T2C' and
14827            ('L2BDMACLRN' or 'L2XCFWD') and
14828            'VHOST_1024' and
14829            not 'CFS_OPT' and
14830            not 'VXLAN' and
14831            not 'IP4FWD' and
14832            not 'LBOND'"
14833   parameters:
14834   - "throughput"
14835   - "parent"
14836   - "tags"
14837 #  sort:
14838 #  - "1VM"
14839 #  - "L2XCFWD"
14840 #  - "1VM"
14841 #  - "L2BDMACLRN"
14842   traces:
14843     hoverinfo: "x+y"
14844     boxpoints: "outliers"
14845     whiskerwidth: 0
14846   layout:
14847     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14848     layout: "plot-throughput"
14849
14850 -
14851   type: "plot"
14852   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14853   algorithm: "plot_performance_box"
14854   output-file-type: ".html"
14855   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14856   data: "plot-vpp-throughput-latency-3n-hsw"
14857   filter: "'NIC_Intel-X710' and
14858            '64B' and
14859            'NDRPDR' and
14860            ('ETH' or 'DOT1Q') and
14861            '2T2C' and
14862            ('L2BDMACLRN' or 'L2XCFWD') and
14863            'VHOST_1024' and
14864            not 'CFS_OPT' and
14865            not 'VXLAN' and
14866            not 'IP4FWD' and
14867            not 'LBOND'"
14868   parameters:
14869   - "throughput"
14870   - "parent"
14871   - "tags"
14872 #  sort:
14873 #  - "1VM"
14874 #  - "L2XCFWD"
14875 #  - "1VM"
14876 #  - "L2BDMACLRN"
14877   traces:
14878     hoverinfo: "x+y"
14879     boxpoints: "outliers"
14880     whiskerwidth: 0
14881   layout:
14882     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14883     layout: "plot-throughput"
14884
14885 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
14886 -
14887   type: "plot"
14888   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14889   algorithm: "plot_performance_box"
14890   output-file-type: ".html"
14891   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14892   data: "plot-vpp-throughput-latency-3n-hsw"
14893   filter: "'NIC_Intel-XL710' and
14894            '64B' and
14895            'NDRPDR' and
14896            'ETH' and
14897            'IP4FWD' and
14898            '1T1C' and
14899            'VHOST_1024' and
14900            not 'VXLAN' and
14901            not 'DOT1Q'"
14902   parameters:
14903   - "throughput"
14904   - "parent"
14905   - "tags"
14906   sort:
14907   - "not CFS_OPT"
14908   - "1VM"
14909   - "2VM"
14910   traces:
14911     hoverinfo: "x+y"
14912     boxpoints: "outliers"
14913     whiskerwidth: 0
14914   layout:
14915     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14916     layout: "plot-throughput"
14917
14918 -
14919   type: "plot"
14920   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14921   algorithm: "plot_performance_box"
14922   output-file-type: ".html"
14923   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14924   data: "plot-vpp-throughput-latency-3n-hsw"
14925   filter: "'NIC_Intel-XL710' and
14926            '64B' and
14927            'NDRPDR' and
14928            'ETH' and
14929            'IP4FWD' and
14930            '2T2C' and
14931            'VHOST_1024' and
14932            not 'VXLAN' and
14933            not 'DOT1Q'"
14934   parameters:
14935   - "throughput"
14936   - "parent"
14937   - "tags"
14938   sort:
14939   - "not CFS_OPT"
14940   - "1VM"
14941   - "2VM"
14942   traces:
14943     hoverinfo: "x+y"
14944     boxpoints: "outliers"
14945     whiskerwidth: 0
14946   layout:
14947     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14948     layout: "plot-throughput"
14949
14950 -
14951   type: "plot"
14952   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14953   algorithm: "plot_performance_box"
14954   output-file-type: ".html"
14955   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14956   data: "plot-vpp-throughput-latency-3n-hsw"
14957   filter: "'NIC_Intel-XL710' and
14958            '64B' and
14959            'NDRPDR' and
14960            'ETH' and
14961            'IP4FWD' and
14962            '1T1C' and
14963            'VHOST_1024' and
14964            not 'VXLAN' and
14965            not 'DOT1Q'"
14966   parameters:
14967   - "throughput"
14968   - "parent"
14969   - "tags"
14970   sort:
14971   - "not CFS_OPT"
14972   - "1VM"
14973   - "2VM"
14974   traces:
14975     hoverinfo: "x+y"
14976     boxpoints: "outliers"
14977     whiskerwidth: 0
14978   layout:
14979     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14980     layout: "plot-throughput"
14981
14982 -
14983   type: "plot"
14984   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14985   algorithm: "plot_performance_box"
14986   output-file-type: ".html"
14987   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14988   data: "plot-vpp-throughput-latency-3n-hsw"
14989   filter: "'NIC_Intel-XL710' and
14990            '64B' and
14991            'NDRPDR' and
14992            'ETH' and
14993            'IP4FWD' and
14994            '2T2C' and
14995            'VHOST_1024' and
14996            not 'VXLAN' and
14997            not 'DOT1Q'"
14998   parameters:
14999   - "throughput"
15000   - "parent"
15001   - "tags"
15002   sort:
15003   - "not CFS_OPT"
15004   - "1VM"
15005   - "2VM"
15006   traces:
15007     hoverinfo: "x+y"
15008     boxpoints: "outliers"
15009     whiskerwidth: 0
15010   layout:
15011     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15012     layout: "plot-throughput"
15013
15014 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
15015 -
15016   type: "plot"
15017   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15018   algorithm: "plot_performance_box"
15019   output-file-type: ".html"
15020   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15021   data: "plot-vpp-throughput-latency-3n-hsw"
15022   filter: "'NIC_Intel-XL710' and
15023            '64B' and
15024            'NDRPDR' and
15025            ('ETH' or 'DOT1Q') and
15026            '1T1C' and
15027            'L2BDMACLRN' and
15028            'VHOST_1024' and
15029            not 'VXLAN' and
15030            not 'IP4FWD' and
15031            not '2VM'"
15032   parameters:
15033   - "throughput"
15034   - "parent"
15035   - "tags"
15036 #  sort:
15037 #  - "VM"  # "not CFS_OPT"
15038 #  - "CFS_OPT"
15039 #  - "FIB_10K"
15040 #  - "FIB_100K"
15041 #  - "FIB_1M"
15042   traces:
15043     hoverinfo: "x+y"
15044     boxpoints: "outliers"
15045     whiskerwidth: 0
15046   layout:
15047     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15048     layout: "plot-throughput"
15049
15050 -
15051   type: "plot"
15052   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15053   algorithm: "plot_performance_box"
15054   output-file-type: ".html"
15055   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15056   data: "plot-vpp-throughput-latency-3n-hsw"
15057   filter: "'NIC_Intel-XL710' and
15058            '64B' and
15059            'NDRPDR' and
15060            ('ETH' or 'DOT1Q') and
15061            '2T2C' and
15062            'L2BDMACLRN' and
15063            'VHOST_1024' and
15064            not 'VXLAN' and
15065            not 'IP4FWD' and
15066            not '2VM'"
15067   parameters:
15068   - "throughput"
15069   - "parent"
15070   - "tags"
15071 #  sort:
15072 #  - "VM"  # "not CFS_OPT"
15073 #  - "CFS_OPT"
15074 #  - "FIB_10K"
15075 #  - "FIB_100K"
15076 #  - "FIB_1M"
15077   traces:
15078     hoverinfo: "x+y"
15079     boxpoints: "outliers"
15080     whiskerwidth: 0
15081   layout:
15082     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15083     layout: "plot-throughput"
15084
15085 -
15086   type: "plot"
15087   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15088   algorithm: "plot_performance_box"
15089   output-file-type: ".html"
15090   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15091   data: "plot-vpp-throughput-latency-3n-hsw"
15092   filter: "'NIC_Intel-XL710' and
15093            '64B' and
15094            'NDRPDR' and
15095            ('ETH' or 'DOT1Q') and
15096            '1T1C' and
15097            'L2BDMACLRN' and
15098            'VHOST_1024' and
15099            not 'VXLAN' and
15100            not 'IP4FWD' and
15101            not '2VM'"
15102   parameters:
15103   - "throughput"
15104   - "parent"
15105   - "tags"
15106 #  sort:
15107 #  - "VM"  # "not CFS_OPT"
15108 #  - "CFS_OPT"
15109 #  - "FIB_10K"
15110 #  - "FIB_100K"
15111 #  - "FIB_1M"
15112   traces:
15113     hoverinfo: "x+y"
15114     boxpoints: "outliers"
15115     whiskerwidth: 0
15116   layout:
15117     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15118     layout: "plot-throughput"
15119
15120 -
15121   type: "plot"
15122   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15123   algorithm: "plot_performance_box"
15124   output-file-type: ".html"
15125   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15126   data: "plot-vpp-throughput-latency-3n-hsw"
15127   filter: "'NIC_Intel-XL710' and
15128            '64B' and
15129            'NDRPDR' and
15130            ('ETH' or 'DOT1Q') and
15131            '2T2C' and
15132            'L2BDMACLRN' and
15133            'VHOST_1024' and
15134            not 'VXLAN' and
15135            not 'IP4FWD' and
15136            not '2VM'"
15137   parameters:
15138   - "throughput"
15139   - "parent"
15140   - "tags"
15141 #  sort:
15142 #  - "VM"  # "not CFS_OPT"
15143 #  - "CFS_OPT"
15144 #  - "FIB_10K"
15145 #  - "FIB_100K"
15146 #  - "FIB_1M"
15147   traces:
15148     hoverinfo: "x+y"
15149     boxpoints: "outliers"
15150     whiskerwidth: 0
15151   layout:
15152     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15153     layout: "plot-throughput"
15154
15155 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
15156 -
15157   type: "plot"
15158   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15159   algorithm: "plot_performance_box"
15160   output-file-type: ".html"
15161   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15162   data: "plot-vpp-throughput-latency-3n-hsw"
15163   filter: "'NIC_Intel-XL710' and
15164            '64B' and
15165            'NDRPDR' and
15166            ('ETH' or 'DOT1Q') and
15167            'BASE' and
15168            '1T1C' and
15169            ('L2BDMACLRN' or 'L2XCFWD') and
15170            'VHOST_1024' and
15171            not 'VXLAN' and
15172            not 'IP4FWD' and
15173            not '2VM'"
15174   parameters:
15175   - "throughput"
15176   - "parent"
15177   - "tags"
15178 #  sort:
15179 #  - "not CFS_OPT"
15180 #  - "L2XCFWD"
15181 #  - "not CFS_OPT"
15182 #  - "CFS_OPT"
15183   traces:
15184     hoverinfo: "x+y"
15185     boxpoints: "outliers"
15186     whiskerwidth: 0
15187   layout:
15188     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15189     layout: "plot-throughput"
15190
15191 -
15192   type: "plot"
15193   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15194   algorithm: "plot_performance_box"
15195   output-file-type: ".html"
15196   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15197   data: "plot-vpp-throughput-latency-3n-hsw"
15198   filter: "'NIC_Intel-XL710' and
15199            '64B' and
15200            'NDRPDR' and
15201            ('ETH' or 'DOT1Q') and
15202            'BASE' and
15203            '1T1C' and
15204            ('L2BDMACLRN' or 'L2XCFWD') and
15205            'VHOST_1024' and
15206            not 'VXLAN' and
15207            not 'IP4FWD' and
15208            not '2VM'"
15209   parameters:
15210   - "throughput"
15211   - "parent"
15212   - "tags"
15213 #  sort:
15214 #  - "not CFS_OPT"
15215 #  - "L2XCFWD"
15216 #  - "not CFS_OPT"
15217 #  - "CFS_OPT"
15218   traces:
15219     hoverinfo: "x+y"
15220     boxpoints: "outliers"
15221     whiskerwidth: 0
15222   layout:
15223     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15224     layout: "plot-throughput"
15225
15226 -
15227   type: "plot"
15228   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15229   algorithm: "plot_performance_box"
15230   output-file-type: ".html"
15231   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15232   data: "plot-vpp-throughput-latency-3n-hsw"
15233   filter: "'NIC_Intel-XL710' and
15234            '64B' and
15235            'NDRPDR' and
15236            ('ETH' or 'DOT1Q') and
15237            'BASE' and
15238            '2T2C' and
15239            ('L2BDMACLRN' or 'L2XCFWD') and
15240            'VHOST_1024' and
15241            not 'VXLAN' and
15242            not 'IP4FWD' and
15243            not '2VM'"
15244   parameters:
15245   - "throughput"
15246   - "parent"
15247   - "tags"
15248 #  sort:
15249 #  - "not CFS_OPT"
15250 #  - "L2XCFWD"
15251 #  - "not CFS_OPT"
15252 #  - "CFS_OPT"
15253   traces:
15254     hoverinfo: "x+y"
15255     boxpoints: "outliers"
15256     whiskerwidth: 0
15257   layout:
15258     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15259     layout: "plot-throughput"
15260
15261 -
15262   type: "plot"
15263   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15264   algorithm: "plot_performance_box"
15265   output-file-type: ".html"
15266   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15267   data: "plot-vpp-throughput-latency-3n-hsw"
15268   filter: "'NIC_Intel-XL710' and
15269            '64B' and
15270            'NDRPDR' and
15271            ('ETH' or 'DOT1Q') and
15272            'BASE' and
15273            '2T2C' and
15274            ('L2BDMACLRN' or 'L2XCFWD') and
15275            'VHOST_1024' and
15276            not 'VXLAN' and
15277            not 'IP4FWD' and
15278            not '2VM'"
15279   parameters:
15280   - "throughput"
15281   - "parent"
15282   - "tags"
15283 #  sort:
15284 #  - "not CFS_OPT"
15285 #  - "L2XCFWD"
15286 #  - "not CFS_OPT"
15287 #  - "CFS_OPT"
15288   traces:
15289     hoverinfo: "x+y"
15290     boxpoints: "outliers"
15291     whiskerwidth: 0
15292   layout:
15293     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15294     layout: "plot-throughput"
15295
15296 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
15297 -
15298   type: "plot"
15299   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15300   algorithm: "plot_performance_box"
15301   output-file-type: ".html"
15302   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15303   data: "plot-vpp-throughput-latency-3n-hsw"
15304   filter: "'NIC_Intel-XL710' and
15305            '64B' and
15306            'NDRPDR' and
15307            ('ETH' or 'DOT1Q') and
15308            '1T1C' and
15309            ('L2BDMACLRN' or 'L2XCFWD') and
15310            'VHOST_1024' and
15311            not 'CFS_OPT' and
15312            not 'VXLAN' and
15313            not 'IP4FWD'"
15314   parameters:
15315   - "throughput"
15316   - "parent"
15317   - "tags"
15318 #  sort:
15319 #  - "1VM"
15320 #  - "L2XCFWD"
15321 #  - "1VM"
15322 #  - "L2BDMACLRN"
15323   traces:
15324     hoverinfo: "x+y"
15325     boxpoints: "outliers"
15326     whiskerwidth: 0
15327   layout:
15328     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15329     layout: "plot-throughput"
15330
15331 -
15332   type: "plot"
15333   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15334   algorithm: "plot_performance_box"
15335   output-file-type: ".html"
15336   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15337   data: "plot-vpp-throughput-latency-3n-hsw"
15338   filter: "'NIC_Intel-XL710' and
15339            '64B' and
15340            'NDRPDR' and
15341            ('ETH' or 'DOT1Q') and
15342            '1T1C' and
15343            ('L2BDMACLRN' or 'L2XCFWD') and
15344            'VHOST_1024' and
15345            not 'CFS_OPT' and
15346            not 'VXLAN' and
15347            not 'IP4FWD'"
15348   parameters:
15349   - "throughput"
15350   - "parent"
15351   - "tags"
15352 #  sort:
15353 #  - "1VM"
15354 #  - "L2XCFWD"
15355 #  - "1VM"
15356 #  - "L2BDMACLRN"
15357   traces:
15358     hoverinfo: "x+y"
15359     boxpoints: "outliers"
15360     whiskerwidth: 0
15361   layout:
15362     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15363     layout: "plot-throughput"
15364
15365 -
15366   type: "plot"
15367   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15368   algorithm: "plot_performance_box"
15369   output-file-type: ".html"
15370   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15371   data: "plot-vpp-throughput-latency-3n-hsw"
15372   filter: "'NIC_Intel-XL710' and
15373            '64B' and
15374            'NDRPDR' and
15375            ('ETH' or 'DOT1Q') and
15376            '2T2C' and
15377            ('L2BDMACLRN' or 'L2XCFWD') and
15378            'VHOST_1024' and
15379            not 'CFS_OPT' and
15380            not 'VXLAN' and
15381            not 'IP4FWD'"
15382   parameters:
15383   - "throughput"
15384   - "parent"
15385   - "tags"
15386 #  sort:
15387 #  - "1VM"
15388 #  - "L2XCFWD"
15389 #  - "1VM"
15390 #  - "L2BDMACLRN"
15391   traces:
15392     hoverinfo: "x+y"
15393     boxpoints: "outliers"
15394     whiskerwidth: 0
15395   layout:
15396     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15397     layout: "plot-throughput"
15398
15399 -
15400   type: "plot"
15401   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15402   algorithm: "plot_performance_box"
15403   output-file-type: ".html"
15404   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15405   data: "plot-vpp-throughput-latency-3n-hsw"
15406   filter: "'NIC_Intel-XL710' and
15407            '64B' and
15408            'NDRPDR' and
15409            ('ETH' or 'DOT1Q') and
15410            '2T2C' and
15411            ('L2BDMACLRN' or 'L2XCFWD') and
15412            'VHOST_1024' and
15413            not 'CFS_OPT' and
15414            not 'VXLAN' and
15415            not 'IP4FWD'"
15416   parameters:
15417   - "throughput"
15418   - "parent"
15419   - "tags"
15420 #  sort:
15421 #  - "1VM"
15422 #  - "L2XCFWD"
15423 #  - "1VM"
15424 #  - "L2BDMACLRN"
15425   traces:
15426     hoverinfo: "x+y"
15427     boxpoints: "outliers"
15428     whiskerwidth: 0
15429   layout:
15430     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15431     layout: "plot-throughput"
15432
15433 # Packet Throughput - VPP vhost ip4 3n-skx-x710
15434 -
15435   type: "plot"
15436   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15437   algorithm: "plot_performance_box"
15438   output-file-type: ".html"
15439   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15440   data: "plot-vpp-throughput-latency-3n-skx"
15441   filter: "'NIC_Intel-X710' and
15442            '64B' and
15443            'NDRPDR' and
15444            'ETH' and
15445            'IP4FWD' and
15446            '2T1C' and
15447            'VHOST_1024' and
15448            not 'VXLAN' and
15449            not 'DOT1Q'"
15450   parameters:
15451   - "throughput"
15452   - "parent"
15453   - "tags"
15454   sort:
15455   - "not CFS_OPT"
15456   - "1VM"
15457   - "2VM"
15458   traces:
15459     hoverinfo: "x+y"
15460     boxpoints: "outliers"
15461     whiskerwidth: 0
15462   layout:
15463     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15464     layout: "plot-throughput"
15465
15466 -
15467   type: "plot"
15468   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15469   algorithm: "plot_performance_box"
15470   output-file-type: ".html"
15471   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15472   data: "plot-vpp-throughput-latency-3n-skx"
15473   filter: "'NIC_Intel-X710' and
15474            '64B' and
15475            'NDRPDR' and
15476            'ETH' and
15477            'IP4FWD' and
15478            '4T2C' and
15479            'VHOST_1024' and
15480            not 'VXLAN' and
15481            not 'DOT1Q'"
15482   parameters:
15483   - "throughput"
15484   - "parent"
15485   - "tags"
15486   sort:
15487   - "not CFS_OPT"
15488   - "1VM"
15489   - "2VM"
15490   traces:
15491     hoverinfo: "x+y"
15492     boxpoints: "outliers"
15493     whiskerwidth: 0
15494   layout:
15495     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15496     layout: "plot-throughput"
15497
15498 -
15499   type: "plot"
15500   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15501   algorithm: "plot_performance_box"
15502   output-file-type: ".html"
15503   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15504   data: "plot-vpp-throughput-latency-3n-skx"
15505   filter: "'NIC_Intel-X710' and
15506            '64B' and
15507            'NDRPDR' and
15508            'ETH' and
15509            'IP4FWD' and
15510            '2T1C' and
15511            'VHOST_1024' and
15512            not 'VXLAN' and
15513            not 'DOT1Q'"
15514   parameters:
15515   - "throughput"
15516   - "parent"
15517   - "tags"
15518   sort:
15519   - "not CFS_OPT"
15520   - "1VM"
15521   - "2VM"
15522   traces:
15523     hoverinfo: "x+y"
15524     boxpoints: "outliers"
15525     whiskerwidth: 0
15526   layout:
15527     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15528     layout: "plot-throughput"
15529
15530 -
15531   type: "plot"
15532   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15533   algorithm: "plot_performance_box"
15534   output-file-type: ".html"
15535   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15536   data: "plot-vpp-throughput-latency-3n-skx"
15537   filter: "'NIC_Intel-X710' and
15538            '64B' and
15539            'NDRPDR' and
15540            'ETH' and
15541            'IP4FWD' and
15542            '4T2C' and
15543            'VHOST_1024' and
15544            not 'VXLAN' and
15545            not 'DOT1Q'"
15546   parameters:
15547   - "throughput"
15548   - "parent"
15549   - "tags"
15550   sort:
15551   - "not CFS_OPT"
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-4t2c-base_and_scale-pdr"
15560     layout: "plot-throughput"
15561
15562 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
15563 -
15564   type: "plot"
15565   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15566   algorithm: "plot_performance_box"
15567   output-file-type: ".html"
15568   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15569   data: "plot-vpp-throughput-latency-3n-skx"
15570   filter: "'NIC_Intel-X710' and
15571            '64B' and
15572            'NDRPDR' and
15573            ('ETH' or 'DOT1Q') and
15574            '2T1C' and
15575            'L2BDMACLRN' and
15576            'VHOST_1024' and
15577            not 'VXLAN' and
15578            not 'IP4FWD' and
15579            not '2VM'"
15580   parameters:
15581   - "throughput"
15582   - "parent"
15583   - "tags"
15584 #  sort:
15585 #  - "VM"  # "not CFS_OPT"
15586 #  - "CFS_OPT"
15587 #  - "FIB_10K"
15588 #  - "FIB_100K"
15589 #  - "FIB_1M"
15590   traces:
15591     hoverinfo: "x+y"
15592     boxpoints: "outliers"
15593     whiskerwidth: 0
15594   layout:
15595     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15596     layout: "plot-throughput"
15597
15598 -
15599   type: "plot"
15600   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15601   algorithm: "plot_performance_box"
15602   output-file-type: ".html"
15603   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15604   data: "plot-vpp-throughput-latency-3n-skx"
15605   filter: "'NIC_Intel-X710' and
15606            '64B' and
15607            'NDRPDR' and
15608            ('ETH' or 'DOT1Q') and
15609            '4T2C' and
15610            'L2BDMACLRN' and
15611            'VHOST_1024' and
15612            not 'VXLAN' and
15613            not 'IP4FWD' and
15614            not '2VM'"
15615   parameters:
15616   - "throughput"
15617   - "parent"
15618   - "tags"
15619 #  sort:
15620 #  - "VM"  # "not CFS_OPT"
15621 #  - "CFS_OPT"
15622 #  - "FIB_10K"
15623 #  - "FIB_100K"
15624 #  - "FIB_1M"
15625   traces:
15626     hoverinfo: "x+y"
15627     boxpoints: "outliers"
15628     whiskerwidth: 0
15629   layout:
15630     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15631     layout: "plot-throughput"
15632
15633 -
15634   type: "plot"
15635   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15636   algorithm: "plot_performance_box"
15637   output-file-type: ".html"
15638   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15639   data: "plot-vpp-throughput-latency-3n-skx"
15640   filter: "'NIC_Intel-X710' and
15641            '64B' and
15642            'NDRPDR' and
15643            ('ETH' or 'DOT1Q') and
15644            '2T1C' and
15645            'L2BDMACLRN' and
15646            'VHOST_1024' and
15647            not 'VXLAN' and
15648            not 'IP4FWD' and
15649            not '2VM'"
15650   parameters:
15651   - "throughput"
15652   - "parent"
15653   - "tags"
15654 #  sort:
15655 #  - "VM"  # "not CFS_OPT"
15656 #  - "CFS_OPT"
15657 #  - "FIB_10K"
15658 #  - "FIB_100K"
15659 #  - "FIB_1M"
15660   traces:
15661     hoverinfo: "x+y"
15662     boxpoints: "outliers"
15663     whiskerwidth: 0
15664   layout:
15665     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15666     layout: "plot-throughput"
15667
15668 -
15669   type: "plot"
15670   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15671   algorithm: "plot_performance_box"
15672   output-file-type: ".html"
15673   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15674   data: "plot-vpp-throughput-latency-3n-skx"
15675   filter: "'NIC_Intel-X710' and
15676            '64B' and
15677            'NDRPDR' and
15678            ('ETH' or 'DOT1Q') and
15679            '4T2C' and
15680            'L2BDMACLRN' and
15681            'VHOST_1024' and
15682            not 'VXLAN' and
15683            not 'IP4FWD' and
15684            not '2VM'"
15685   parameters:
15686   - "throughput"
15687   - "parent"
15688   - "tags"
15689 #  sort:
15690 #  - "VM"  # "not CFS_OPT"
15691 #  - "CFS_OPT"
15692 #  - "FIB_10K"
15693 #  - "FIB_100K"
15694 #  - "FIB_1M"
15695   traces:
15696     hoverinfo: "x+y"
15697     boxpoints: "outliers"
15698     whiskerwidth: 0
15699   layout:
15700     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15701     layout: "plot-throughput"
15702
15703 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
15704 -
15705   type: "plot"
15706   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15707   algorithm: "plot_performance_box"
15708   output-file-type: ".html"
15709   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15710   data: "plot-vpp-throughput-latency-3n-skx"
15711   filter: "'NIC_Intel-X710' and
15712            '64B' and
15713            'NDRPDR' and
15714            ('ETH' or 'DOT1Q') and
15715            'BASE' and
15716            '2T1C' and
15717            ('L2BDMACLRN' or 'L2XCFWD') and
15718            'VHOST_1024' and
15719            not 'VXLAN' and
15720            not 'IP4FWD' and
15721            not '2VM' and
15722            not 'LBOND'"
15723   parameters:
15724   - "throughput"
15725   - "parent"
15726   - "tags"
15727 #  sort:
15728 #  - "not CFS_OPT"
15729 #  - "L2XCFWD"
15730 #  - "not CFS_OPT"
15731 #  - "CFS_OPT"
15732   traces:
15733     hoverinfo: "x+y"
15734     boxpoints: "outliers"
15735     whiskerwidth: 0
15736   layout:
15737     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15738     layout: "plot-throughput"
15739
15740 -
15741   type: "plot"
15742   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15743   algorithm: "plot_performance_box"
15744   output-file-type: ".html"
15745   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15746   data: "plot-vpp-throughput-latency-3n-skx"
15747   filter: "'NIC_Intel-X710' and
15748            '64B' and
15749            'NDRPDR' and
15750            ('ETH' or 'DOT1Q') and
15751            'BASE' and
15752            '2T1C' and
15753            ('L2BDMACLRN' or 'L2XCFWD') and
15754            'VHOST_1024' and
15755            not 'VXLAN' and
15756            not 'IP4FWD' and
15757            not '2VM' and
15758            not 'LBOND'"
15759   parameters:
15760   - "throughput"
15761   - "parent"
15762   - "tags"
15763 #  sort:
15764 #  - "not CFS_OPT"
15765 #  - "L2XCFWD"
15766 #  - "not CFS_OPT"
15767 #  - "CFS_OPT"
15768   traces:
15769     hoverinfo: "x+y"
15770     boxpoints: "outliers"
15771     whiskerwidth: 0
15772   layout:
15773     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15774     layout: "plot-throughput"
15775
15776 -
15777   type: "plot"
15778   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15779   algorithm: "plot_performance_box"
15780   output-file-type: ".html"
15781   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15782   data: "plot-vpp-throughput-latency-3n-skx"
15783   filter: "'NIC_Intel-X710' and
15784            '64B' and
15785            'NDRPDR' and
15786            ('ETH' or 'DOT1Q') and
15787            'BASE' and
15788            '4T2C' and
15789            ('L2BDMACLRN' or 'L2XCFWD') and
15790            'VHOST_1024' and
15791            not 'VXLAN' and
15792            not 'IP4FWD' and
15793            not '2VM' and
15794            not 'LBOND'"
15795   parameters:
15796   - "throughput"
15797   - "parent"
15798   - "tags"
15799 #  sort:
15800 #  - "not CFS_OPT"
15801 #  - "L2XCFWD"
15802 #  - "not CFS_OPT"
15803 #  - "CFS_OPT"
15804   traces:
15805     hoverinfo: "x+y"
15806     boxpoints: "outliers"
15807     whiskerwidth: 0
15808   layout:
15809     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15810     layout: "plot-throughput"
15811
15812 -
15813   type: "plot"
15814   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15815   algorithm: "plot_performance_box"
15816   output-file-type: ".html"
15817   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15818   data: "plot-vpp-throughput-latency-3n-skx"
15819   filter: "'NIC_Intel-X710' and
15820            '64B' and
15821            'NDRPDR' and
15822            ('ETH' or 'DOT1Q') and
15823            'BASE' and
15824            '4T2C' and
15825            ('L2BDMACLRN' or 'L2XCFWD') and
15826            'VHOST_1024' and
15827            not 'VXLAN' and
15828            not 'IP4FWD' and
15829            not '2VM' and
15830            not 'LBOND'"
15831   parameters:
15832   - "throughput"
15833   - "parent"
15834   - "tags"
15835 #  sort:
15836 #  - "not CFS_OPT"
15837 #  - "L2XCFWD"
15838 #  - "not CFS_OPT"
15839 #  - "CFS_OPT"
15840   traces:
15841     hoverinfo: "x+y"
15842     boxpoints: "outliers"
15843     whiskerwidth: 0
15844   layout:
15845     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15846     layout: "plot-throughput"
15847
15848 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
15849 -
15850   type: "plot"
15851   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15852   algorithm: "plot_performance_box"
15853   output-file-type: ".html"
15854   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15855   data: "plot-vpp-throughput-latency-3n-skx"
15856   filter: "'NIC_Intel-X710' and
15857            '64B' and
15858            'NDRPDR' and
15859            ('ETH' or 'DOT1Q') and
15860            '2T1C' and
15861            ('L2BDMACLRN' or 'L2XCFWD') and
15862            'VHOST_1024' and
15863            not 'CFS_OPT' and
15864            not 'VXLAN' and
15865            not 'IP4FWD' and
15866            not 'LBOND'"
15867   parameters:
15868   - "throughput"
15869   - "parent"
15870   - "tags"
15871 #  sort:
15872 #  - "1VM"
15873 #  - "L2XCFWD"
15874 #  - "1VM"
15875 #  - "L2BDMACLRN"
15876   traces:
15877     hoverinfo: "x+y"
15878     boxpoints: "outliers"
15879     whiskerwidth: 0
15880   layout:
15881     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15882     layout: "plot-throughput"
15883
15884 -
15885   type: "plot"
15886   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15887   algorithm: "plot_performance_box"
15888   output-file-type: ".html"
15889   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15890   data: "plot-vpp-throughput-latency-3n-skx"
15891   filter: "'NIC_Intel-X710' and
15892            '64B' and
15893            'NDRPDR' and
15894            ('ETH' or 'DOT1Q') and
15895            '2T1C' and
15896            ('L2BDMACLRN' or 'L2XCFWD') and
15897            'VHOST_1024' and
15898            not 'CFS_OPT' and
15899            not 'VXLAN' and
15900            not 'IP4FWD' and
15901            not 'LBOND'"
15902   parameters:
15903   - "throughput"
15904   - "parent"
15905   - "tags"
15906 #  sort:
15907 #  - "1VM"
15908 #  - "L2XCFWD"
15909 #  - "1VM"
15910 #  - "L2BDMACLRN"
15911   traces:
15912     hoverinfo: "x+y"
15913     boxpoints: "outliers"
15914     whiskerwidth: 0
15915   layout:
15916     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15917     layout: "plot-throughput"
15918
15919 -
15920   type: "plot"
15921   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15922   algorithm: "plot_performance_box"
15923   output-file-type: ".html"
15924   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15925   data: "plot-vpp-throughput-latency-3n-skx"
15926   filter: "'NIC_Intel-X710' and
15927            '64B' and
15928            'NDRPDR' and
15929            ('ETH' or 'DOT1Q') and
15930            '4T2C' and
15931            ('L2BDMACLRN' or 'L2XCFWD') and
15932            'VHOST_1024' and
15933            not 'CFS_OPT' and
15934            not 'VXLAN' and
15935            not 'IP4FWD' and
15936            not 'LBOND'"
15937   parameters:
15938   - "throughput"
15939   - "parent"
15940   - "tags"
15941 #  sort:
15942 #  - "1VM"
15943 #  - "L2XCFWD"
15944 #  - "1VM"
15945 #  - "L2BDMACLRN"
15946   traces:
15947     hoverinfo: "x+y"
15948     boxpoints: "outliers"
15949     whiskerwidth: 0
15950   layout:
15951     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15952     layout: "plot-throughput"
15953
15954 -
15955   type: "plot"
15956   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15957   algorithm: "plot_performance_box"
15958   output-file-type: ".html"
15959   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15960   data: "plot-vpp-throughput-latency-3n-skx"
15961   filter: "'NIC_Intel-X710' and
15962            '64B' and
15963            'NDRPDR' and
15964            ('ETH' or 'DOT1Q') and
15965            '4T2C' and
15966            ('L2BDMACLRN' or 'L2XCFWD') and
15967            'VHOST_1024' and
15968            not 'CFS_OPT' and
15969            not 'VXLAN' and
15970            not 'IP4FWD' and
15971            not 'LBOND'"
15972   parameters:
15973   - "throughput"
15974   - "parent"
15975   - "tags"
15976 #  sort:
15977 #  - "1VM"
15978 #  - "L2XCFWD"
15979 #  - "1VM"
15980 #  - "L2BDMACLRN"
15981   traces:
15982     hoverinfo: "x+y"
15983     boxpoints: "outliers"
15984     whiskerwidth: 0
15985   layout:
15986     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15987     layout: "plot-throughput"
15988
15989 # Packet Throughput - VPP vhost ip4 2n-skx-x710
15990 -
15991   type: "plot"
15992   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15993   algorithm: "plot_performance_box"
15994   output-file-type: ".html"
15995   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15996   data: "plot-vpp-throughput-latency-2n-skx"
15997   filter: "'NIC_Intel-X710' and
15998            '64B' and
15999            'NDRPDR' and
16000            'ETH' and
16001            'IP4FWD' and
16002            '2T1C' and
16003            'VHOST_1024' and
16004            not 'VXLAN' and
16005            not 'NF_DENSITY' and
16006            not 'DOT1Q'"
16007   parameters:
16008   - "throughput"
16009   - "parent"
16010   - "tags"
16011   sort:
16012   - "not CFS_OPT"
16013   - "1VM"
16014   - "2VM"
16015   traces:
16016     hoverinfo: "x+y"
16017     boxpoints: "outliers"
16018     whiskerwidth: 0
16019   layout:
16020     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16021     layout: "plot-throughput"
16022
16023 -
16024   type: "plot"
16025   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16026   algorithm: "plot_performance_box"
16027   output-file-type: ".html"
16028   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16029   data: "plot-vpp-throughput-latency-2n-skx"
16030   filter: "'NIC_Intel-X710' and
16031            '64B' and
16032            'NDRPDR' and
16033            'ETH' and
16034            'IP4FWD' and
16035            '4T2C' and
16036            'VHOST_1024' and
16037            not 'VXLAN' and
16038            not 'NF_DENSITY' and
16039            not 'DOT1Q'"
16040   parameters:
16041   - "throughput"
16042   - "parent"
16043   - "tags"
16044   sort:
16045   - "not CFS_OPT"
16046   - "1VM"
16047   - "2VM"
16048   traces:
16049     hoverinfo: "x+y"
16050     boxpoints: "outliers"
16051     whiskerwidth: 0
16052   layout:
16053     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16054     layout: "plot-throughput"
16055
16056 -
16057   type: "plot"
16058   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16059   algorithm: "plot_performance_box"
16060   output-file-type: ".html"
16061   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16062   data: "plot-vpp-throughput-latency-2n-skx"
16063   filter: "'NIC_Intel-X710' and
16064            '64B' and
16065            'NDRPDR' and
16066            'ETH' and
16067            'IP4FWD' and
16068            '2T1C' and
16069            'VHOST_1024' and
16070            not 'VXLAN' and
16071            not 'NF_DENSITY' and
16072            not 'DOT1Q'"
16073   parameters:
16074   - "throughput"
16075   - "parent"
16076   - "tags"
16077   sort:
16078   - "not CFS_OPT"
16079   - "1VM"
16080   - "2VM"
16081   traces:
16082     hoverinfo: "x+y"
16083     boxpoints: "outliers"
16084     whiskerwidth: 0
16085   layout:
16086     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16087     layout: "plot-throughput"
16088
16089 -
16090   type: "plot"
16091   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16092   algorithm: "plot_performance_box"
16093   output-file-type: ".html"
16094   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16095   data: "plot-vpp-throughput-latency-2n-skx"
16096   filter: "'NIC_Intel-X710' and
16097            '64B' and
16098            'NDRPDR' and
16099            'ETH' and
16100            'IP4FWD' and
16101            '4T2C' and
16102            'VHOST_1024' and
16103            not 'VXLAN' and
16104            not 'NF_DENSITY' and
16105            not 'DOT1Q'"
16106   parameters:
16107   - "throughput"
16108   - "parent"
16109   - "tags"
16110   sort:
16111   - "not CFS_OPT"
16112   - "1VM"
16113   - "2VM"
16114   traces:
16115     hoverinfo: "x+y"
16116     boxpoints: "outliers"
16117     whiskerwidth: 0
16118   layout:
16119     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16120     layout: "plot-throughput"
16121
16122 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
16123 -
16124   type: "plot"
16125   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16126   algorithm: "plot_performance_box"
16127   output-file-type: ".html"
16128   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16129   data: "plot-vpp-throughput-latency-2n-skx"
16130   filter: "'NIC_Intel-X710' and
16131            '64B' and
16132            'NDRPDR' and
16133            ('ETH' or 'DOT1Q') and
16134            '2T1C' and
16135            'L2BDMACLRN' and
16136            'VHOST_1024' and
16137            not 'VXLAN' and
16138            not 'NF_DENSITY' and
16139            not 'IP4FWD' and
16140            not '2VM'"
16141   parameters:
16142   - "throughput"
16143   - "parent"
16144   - "tags"
16145 #  sort:
16146 #  - "VM"  # "not CFS_OPT"
16147 #  - "CFS_OPT"
16148 #  - "FIB_10K"
16149 #  - "FIB_100K"
16150 #  - "FIB_1M"
16151   traces:
16152     hoverinfo: "x+y"
16153     boxpoints: "outliers"
16154     whiskerwidth: 0
16155   layout:
16156     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16157     layout: "plot-throughput"
16158
16159 -
16160   type: "plot"
16161   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16162   algorithm: "plot_performance_box"
16163   output-file-type: ".html"
16164   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16165   data: "plot-vpp-throughput-latency-2n-skx"
16166   filter: "'NIC_Intel-X710' and
16167            '64B' and
16168            'NDRPDR' and
16169            ('ETH' or 'DOT1Q') and
16170            '4T2C' and
16171            'L2BDMACLRN' and
16172            'VHOST_1024' and
16173            not 'VXLAN' and
16174            not 'NF_DENSITY' and
16175            not 'IP4FWD' and
16176            not '2VM'"
16177   parameters:
16178   - "throughput"
16179   - "parent"
16180   - "tags"
16181 #  sort:
16182 #  - "VM"  # "not CFS_OPT"
16183 #  - "CFS_OPT"
16184 #  - "FIB_10K"
16185 #  - "FIB_100K"
16186 #  - "FIB_1M"
16187   traces:
16188     hoverinfo: "x+y"
16189     boxpoints: "outliers"
16190     whiskerwidth: 0
16191   layout:
16192     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16193     layout: "plot-throughput"
16194
16195 -
16196   type: "plot"
16197   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16198   algorithm: "plot_performance_box"
16199   output-file-type: ".html"
16200   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16201   data: "plot-vpp-throughput-latency-2n-skx"
16202   filter: "'NIC_Intel-X710' and
16203            '64B' and
16204            'NDRPDR' and
16205            ('ETH' or 'DOT1Q') and
16206            '2T1C' and
16207            'L2BDMACLRN' and
16208            'VHOST_1024' and
16209            not 'VXLAN' and
16210            not 'NF_DENSITY' and
16211            not 'IP4FWD' and
16212            not '2VM'"
16213   parameters:
16214   - "throughput"
16215   - "parent"
16216   - "tags"
16217 #  sort:
16218 #  - "VM"  # "not CFS_OPT"
16219 #  - "CFS_OPT"
16220 #  - "FIB_10K"
16221 #  - "FIB_100K"
16222 #  - "FIB_1M"
16223   traces:
16224     hoverinfo: "x+y"
16225     boxpoints: "outliers"
16226     whiskerwidth: 0
16227   layout:
16228     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16229     layout: "plot-throughput"
16230
16231 -
16232   type: "plot"
16233   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16234   algorithm: "plot_performance_box"
16235   output-file-type: ".html"
16236   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16237   data: "plot-vpp-throughput-latency-2n-skx"
16238   filter: "'NIC_Intel-X710' and
16239            '64B' and
16240            'NDRPDR' and
16241            ('ETH' or 'DOT1Q') and
16242            '4T2C' and
16243            'L2BDMACLRN' and
16244            'VHOST_1024' and
16245            not 'VXLAN' and
16246            not 'NF_DENSITY' and
16247            not 'IP4FWD' and
16248            not '2VM'"
16249   parameters:
16250   - "throughput"
16251   - "parent"
16252   - "tags"
16253 #  sort:
16254 #  - "VM"  # "not CFS_OPT"
16255 #  - "CFS_OPT"
16256 #  - "FIB_10K"
16257 #  - "FIB_100K"
16258 #  - "FIB_1M"
16259   traces:
16260     hoverinfo: "x+y"
16261     boxpoints: "outliers"
16262     whiskerwidth: 0
16263   layout:
16264     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16265     layout: "plot-throughput"
16266
16267 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
16268 -
16269   type: "plot"
16270   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16271   algorithm: "plot_performance_box"
16272   output-file-type: ".html"
16273   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16274   data: "plot-vpp-throughput-latency-2n-skx"
16275   filter: "'NIC_Intel-X710' and
16276            '64B' and
16277            'NDRPDR' and
16278            ('ETH' or 'DOT1Q') and
16279            'BASE' and
16280            '2T1C' and
16281            ('L2BDMACLRN' or 'L2XCFWD') and
16282            'VHOST_1024' and
16283            not 'VXLAN' and
16284            not 'NF_DENSITY' and
16285            not 'IP4FWD' and
16286            not '2VM'"
16287   parameters:
16288   - "throughput"
16289   - "parent"
16290   - "tags"
16291 #  sort:
16292 #  - "not CFS_OPT"
16293 #  - "L2XCFWD"
16294 #  - "not CFS_OPT"
16295 #  - "CFS_OPT"
16296   traces:
16297     hoverinfo: "x+y"
16298     boxpoints: "outliers"
16299     whiskerwidth: 0
16300   layout:
16301     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16302     layout: "plot-throughput"
16303
16304 -
16305   type: "plot"
16306   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16307   algorithm: "plot_performance_box"
16308   output-file-type: ".html"
16309   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16310   data: "plot-vpp-throughput-latency-2n-skx"
16311   filter: "'NIC_Intel-X710' and
16312            '64B' and
16313            'NDRPDR' and
16314            ('ETH' or 'DOT1Q') and
16315            'BASE' and
16316            '2T1C' and
16317            ('L2BDMACLRN' or 'L2XCFWD') and
16318            'VHOST_1024' and
16319            not 'VXLAN' and
16320            not 'NF_DENSITY' and
16321            not 'IP4FWD' and
16322            not '2VM'"
16323   parameters:
16324   - "throughput"
16325   - "parent"
16326   - "tags"
16327 #  sort:
16328 #  - "not CFS_OPT"
16329 #  - "L2XCFWD"
16330 #  - "not CFS_OPT"
16331 #  - "CFS_OPT"
16332   traces:
16333     hoverinfo: "x+y"
16334     boxpoints: "outliers"
16335     whiskerwidth: 0
16336   layout:
16337     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16338     layout: "plot-throughput"
16339
16340 -
16341   type: "plot"
16342   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16343   algorithm: "plot_performance_box"
16344   output-file-type: ".html"
16345   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16346   data: "plot-vpp-throughput-latency-2n-skx"
16347   filter: "'NIC_Intel-X710' and
16348            '64B' and
16349            'NDRPDR' and
16350            ('ETH' or 'DOT1Q') and
16351            'BASE' and
16352            '4T2C' and
16353            ('L2BDMACLRN' or 'L2XCFWD') and
16354            'VHOST_1024' and
16355            not 'VXLAN' and
16356            not 'NF_DENSITY' and
16357            not 'IP4FWD' and
16358            not '2VM'"
16359   parameters:
16360   - "throughput"
16361   - "parent"
16362   - "tags"
16363 #  sort:
16364 #  - "not CFS_OPT"
16365 #  - "L2XCFWD"
16366 #  - "not CFS_OPT"
16367 #  - "CFS_OPT"
16368   traces:
16369     hoverinfo: "x+y"
16370     boxpoints: "outliers"
16371     whiskerwidth: 0
16372   layout:
16373     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16374     layout: "plot-throughput"
16375
16376 -
16377   type: "plot"
16378   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16379   algorithm: "plot_performance_box"
16380   output-file-type: ".html"
16381   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16382   data: "plot-vpp-throughput-latency-2n-skx"
16383   filter: "'NIC_Intel-X710' and
16384            '64B' and
16385            'NDRPDR' and
16386            ('ETH' or 'DOT1Q') and
16387            'BASE' and
16388            '4T2C' and
16389            ('L2BDMACLRN' or 'L2XCFWD') and
16390            'VHOST_1024' and
16391            not 'VXLAN' and
16392            not 'NF_DENSITY' and
16393            not 'IP4FWD' and
16394            not '2VM'"
16395   parameters:
16396   - "throughput"
16397   - "parent"
16398   - "tags"
16399 #  sort:
16400 #  - "not CFS_OPT"
16401 #  - "L2XCFWD"
16402 #  - "not CFS_OPT"
16403 #  - "CFS_OPT"
16404   traces:
16405     hoverinfo: "x+y"
16406     boxpoints: "outliers"
16407     whiskerwidth: 0
16408   layout:
16409     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16410     layout: "plot-throughput"
16411
16412 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
16413 -
16414   type: "plot"
16415   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16416   algorithm: "plot_performance_box"
16417   output-file-type: ".html"
16418   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16419   data: "plot-vpp-throughput-latency-2n-skx"
16420   filter: "'NIC_Intel-X710' and
16421            '64B' and
16422            'NDRPDR' and
16423            ('ETH' or 'DOT1Q') and
16424            '2T1C' and
16425            ('L2BDMACLRN' or 'L2XCFWD') and
16426            'VHOST_1024' and
16427            not 'CFS_OPT' and
16428            not 'VXLAN' and
16429            not 'NF_DENSITY' and
16430            not 'IP4FWD'"
16431   parameters:
16432   - "throughput"
16433   - "parent"
16434   - "tags"
16435 #  sort:
16436 #  - "1VM"
16437 #  - "L2XCFWD"
16438 #  - "1VM"
16439 #  - "L2BDMACLRN"
16440   traces:
16441     hoverinfo: "x+y"
16442     boxpoints: "outliers"
16443     whiskerwidth: 0
16444   layout:
16445     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16446     layout: "plot-throughput"
16447
16448 -
16449   type: "plot"
16450   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16451   algorithm: "plot_performance_box"
16452   output-file-type: ".html"
16453   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16454   data: "plot-vpp-throughput-latency-2n-skx"
16455   filter: "'NIC_Intel-X710' and
16456            '64B' and
16457            'NDRPDR' and
16458            ('ETH' or 'DOT1Q') and
16459            '2T1C' and
16460            ('L2BDMACLRN' or 'L2XCFWD') and
16461            'VHOST_1024' and
16462            not 'CFS_OPT' and
16463            not 'VXLAN' and
16464            not 'NF_DENSITY' and
16465            not 'IP4FWD'"
16466   parameters:
16467   - "throughput"
16468   - "parent"
16469   - "tags"
16470 #  sort:
16471 #  - "1VM"
16472 #  - "L2XCFWD"
16473 #  - "1VM"
16474 #  - "L2BDMACLRN"
16475   traces:
16476     hoverinfo: "x+y"
16477     boxpoints: "outliers"
16478     whiskerwidth: 0
16479   layout:
16480     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16481     layout: "plot-throughput"
16482
16483 -
16484   type: "plot"
16485   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16486   algorithm: "plot_performance_box"
16487   output-file-type: ".html"
16488   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16489   data: "plot-vpp-throughput-latency-2n-skx"
16490   filter: "'NIC_Intel-X710' and
16491            '64B' and
16492            'NDRPDR' and
16493            ('ETH' or 'DOT1Q') and
16494            '4T2C' and
16495            ('L2BDMACLRN' or 'L2XCFWD') and
16496            'VHOST_1024' and
16497            not 'CFS_OPT' and
16498            not 'VXLAN' and
16499            not 'NF_DENSITY' and
16500            not 'IP4FWD'"
16501   parameters:
16502   - "throughput"
16503   - "parent"
16504   - "tags"
16505 #  sort:
16506 #  - "1VM"
16507 #  - "L2XCFWD"
16508 #  - "1VM"
16509 #  - "L2BDMACLRN"
16510   traces:
16511     hoverinfo: "x+y"
16512     boxpoints: "outliers"
16513     whiskerwidth: 0
16514   layout:
16515     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16516     layout: "plot-throughput"
16517
16518 -
16519   type: "plot"
16520   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16521   algorithm: "plot_performance_box"
16522   output-file-type: ".html"
16523   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16524   data: "plot-vpp-throughput-latency-2n-skx"
16525   filter: "'NIC_Intel-X710' and
16526            '64B' and
16527            'NDRPDR' and
16528            ('ETH' or 'DOT1Q') and
16529            '4T2C' and
16530            ('L2BDMACLRN' or 'L2XCFWD') and
16531            'VHOST_1024' and
16532            not 'CFS_OPT' and
16533            not 'VXLAN' and
16534            not 'NF_DENSITY' and
16535            not 'IP4FWD'"
16536   parameters:
16537   - "throughput"
16538   - "parent"
16539   - "tags"
16540 #  sort:
16541 #  - "1VM"
16542 #  - "L2XCFWD"
16543 #  - "1VM"
16544 #  - "L2BDMACLRN"
16545   traces:
16546     hoverinfo: "x+y"
16547     boxpoints: "outliers"
16548     whiskerwidth: 0
16549   layout:
16550     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16551     layout: "plot-throughput"
16552
16553 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
16554 -
16555   type: "plot"
16556   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16557   algorithm: "plot_performance_box"
16558   output-file-type: ".html"
16559   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16560   data: "plot-vpp-throughput-latency-2n-skx"
16561   filter: "'NIC_Intel-XXV710' and
16562            '64B' and
16563            'NDRPDR' and
16564            'ETH' and
16565            'IP4FWD' and
16566            '2T1C' and
16567            'VHOST_1024' and
16568            not 'VXLAN' and
16569            not 'DOT1Q'"
16570   parameters:
16571   - "throughput"
16572   - "parent"
16573   - "tags"
16574   sort:
16575   - "not CFS_OPT"
16576   - "1VM"
16577   - "2VM"
16578   traces:
16579     hoverinfo: "x+y"
16580     boxpoints: "outliers"
16581     whiskerwidth: 0
16582   layout:
16583     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16584     layout: "plot-throughput"
16585
16586 -
16587   type: "plot"
16588   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16589   algorithm: "plot_performance_box"
16590   output-file-type: ".html"
16591   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16592   data: "plot-vpp-throughput-latency-2n-skx"
16593   filter: "'NIC_Intel-XXV710' and
16594            '64B' and
16595            'NDRPDR' and
16596            'ETH' and
16597            'IP4FWD' and
16598            '4T2C' and
16599            'VHOST_1024' and
16600            not 'VXLAN' and
16601            not 'DOT1Q'"
16602   parameters:
16603   - "throughput"
16604   - "parent"
16605   - "tags"
16606   sort:
16607   - "not CFS_OPT"
16608   - "1VM"
16609   - "2VM"
16610   traces:
16611     hoverinfo: "x+y"
16612     boxpoints: "outliers"
16613     whiskerwidth: 0
16614   layout:
16615     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16616     layout: "plot-throughput"
16617
16618 -
16619   type: "plot"
16620   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16621   algorithm: "plot_performance_box"
16622   output-file-type: ".html"
16623   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16624   data: "plot-vpp-throughput-latency-2n-skx"
16625   filter: "'NIC_Intel-XXV710' and
16626            '64B' and
16627            'NDRPDR' and
16628            'ETH' and
16629            'IP4FWD' and
16630            '2T1C' and
16631            'VHOST_1024' and
16632            not 'VXLAN' and
16633            not 'DOT1Q'"
16634   parameters:
16635   - "throughput"
16636   - "parent"
16637   - "tags"
16638   sort:
16639   - "not CFS_OPT"
16640   - "1VM"
16641   - "2VM"
16642   traces:
16643     hoverinfo: "x+y"
16644     boxpoints: "outliers"
16645     whiskerwidth: 0
16646   layout:
16647     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16648     layout: "plot-throughput"
16649
16650 -
16651   type: "plot"
16652   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16653   algorithm: "plot_performance_box"
16654   output-file-type: ".html"
16655   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16656   data: "plot-vpp-throughput-latency-2n-skx"
16657   filter: "'NIC_Intel-XXV710' and
16658            '64B' and
16659            'NDRPDR' and
16660            'ETH' and
16661            'IP4FWD' and
16662            '4T2C' and
16663            'VHOST_1024' and
16664            not 'VXLAN' and
16665            not 'DOT1Q'"
16666   parameters:
16667   - "throughput"
16668   - "parent"
16669   - "tags"
16670   sort:
16671   - "not CFS_OPT"
16672   - "1VM"
16673   - "2VM"
16674   traces:
16675     hoverinfo: "x+y"
16676     boxpoints: "outliers"
16677     whiskerwidth: 0
16678   layout:
16679     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16680     layout: "plot-throughput"
16681
16682 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
16683 -
16684   type: "plot"
16685   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16686   algorithm: "plot_performance_box"
16687   output-file-type: ".html"
16688   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16689   data: "plot-vpp-throughput-latency-2n-skx"
16690   filter: "'NIC_Intel-XXV710' and
16691            '64B' and
16692            'NDRPDR' and
16693            ('ETH' or 'DOT1Q') and
16694            '2T1C' and
16695            'L2BDMACLRN' and
16696            'VHOST_1024' and
16697            not 'VXLAN' and
16698            not 'IP4FWD' and
16699            not '2VM'"
16700   parameters:
16701   - "throughput"
16702   - "parent"
16703   - "tags"
16704 #  sort:
16705 #  - "VM"  # "not CFS_OPT"
16706 #  - "CFS_OPT"
16707 #  - "FIB_10K"
16708 #  - "FIB_100K"
16709 #  - "FIB_1M"
16710   traces:
16711     hoverinfo: "x+y"
16712     boxpoints: "outliers"
16713     whiskerwidth: 0
16714   layout:
16715     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16716     layout: "plot-throughput"
16717
16718 -
16719   type: "plot"
16720   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16721   algorithm: "plot_performance_box"
16722   output-file-type: ".html"
16723   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16724   data: "plot-vpp-throughput-latency-2n-skx"
16725   filter: "'NIC_Intel-XXV710' and
16726            '64B' and
16727            'NDRPDR' and
16728            ('ETH' or 'DOT1Q') and
16729            '4T2C' and
16730            'L2BDMACLRN' and
16731            'VHOST_1024' and
16732            not 'VXLAN' and
16733            not 'IP4FWD' and
16734            not '2VM'"
16735   parameters:
16736   - "throughput"
16737   - "parent"
16738   - "tags"
16739 #  sort:
16740 #  - "VM"  # "not CFS_OPT"
16741 #  - "CFS_OPT"
16742 #  - "FIB_10K"
16743 #  - "FIB_100K"
16744 #  - "FIB_1M"
16745   traces:
16746     hoverinfo: "x+y"
16747     boxpoints: "outliers"
16748     whiskerwidth: 0
16749   layout:
16750     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16751     layout: "plot-throughput"
16752
16753 -
16754   type: "plot"
16755   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16756   algorithm: "plot_performance_box"
16757   output-file-type: ".html"
16758   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16759   data: "plot-vpp-throughput-latency-2n-skx"
16760   filter: "'NIC_Intel-XXV710' and
16761            '64B' and
16762            'NDRPDR' and
16763            ('ETH' or 'DOT1Q') and
16764            '2T1C' and
16765            'L2BDMACLRN' and
16766            'VHOST_1024' and
16767            not 'VXLAN' and
16768            not 'IP4FWD' and
16769            not '2VM'"
16770   parameters:
16771   - "throughput"
16772   - "parent"
16773   - "tags"
16774 #  sort:
16775 #  - "VM"  # "not CFS_OPT"
16776 #  - "CFS_OPT"
16777 #  - "FIB_10K"
16778 #  - "FIB_100K"
16779 #  - "FIB_1M"
16780   traces:
16781     hoverinfo: "x+y"
16782     boxpoints: "outliers"
16783     whiskerwidth: 0
16784   layout:
16785     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16786     layout: "plot-throughput"
16787
16788 -
16789   type: "plot"
16790   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16791   algorithm: "plot_performance_box"
16792   output-file-type: ".html"
16793   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16794   data: "plot-vpp-throughput-latency-2n-skx"
16795   filter: "'NIC_Intel-XXV710' and
16796            '64B' and
16797            'NDRPDR' and
16798            ('ETH' or 'DOT1Q') and
16799            '4T2C' and
16800            'L2BDMACLRN' and
16801            'VHOST_1024' and
16802            not 'VXLAN' and
16803            not 'IP4FWD' and
16804            not '2VM'"
16805   parameters:
16806   - "throughput"
16807   - "parent"
16808   - "tags"
16809 #  sort:
16810 #  - "VM"  # "not CFS_OPT"
16811 #  - "CFS_OPT"
16812 #  - "FIB_10K"
16813 #  - "FIB_100K"
16814 #  - "FIB_1M"
16815   traces:
16816     hoverinfo: "x+y"
16817     boxpoints: "outliers"
16818     whiskerwidth: 0
16819   layout:
16820     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16821     layout: "plot-throughput"
16822
16823 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
16824 -
16825   type: "plot"
16826   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16827   algorithm: "plot_performance_box"
16828   output-file-type: ".html"
16829   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16830   data: "plot-vpp-throughput-latency-2n-skx"
16831   filter: "'NIC_Intel-XXV710' and
16832            '64B' and
16833            'NDRPDR' and
16834            ('ETH' or 'DOT1Q') and
16835            'BASE' and
16836            '2T1C' and
16837            ('L2BDMACLRN' or 'L2XCFWD') and
16838            'VHOST_1024' and
16839            not 'VXLAN' and
16840            not 'IP4FWD' and
16841            not '2VM'"
16842   parameters:
16843   - "throughput"
16844   - "parent"
16845   - "tags"
16846 #  sort:
16847 #  - "not CFS_OPT"
16848 #  - "L2XCFWD"
16849 #  - "not CFS_OPT"
16850 #  - "CFS_OPT"
16851   traces:
16852     hoverinfo: "x+y"
16853     boxpoints: "outliers"
16854     whiskerwidth: 0
16855   layout:
16856     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16857     layout: "plot-throughput"
16858
16859 -
16860   type: "plot"
16861   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16862   algorithm: "plot_performance_box"
16863   output-file-type: ".html"
16864   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16865   data: "plot-vpp-throughput-latency-2n-skx"
16866   filter: "'NIC_Intel-XXV710' and
16867            '64B' and
16868            'NDRPDR' and
16869            ('ETH' or 'DOT1Q') and
16870            'BASE' and
16871            '2T1C' and
16872            ('L2BDMACLRN' or 'L2XCFWD') and
16873            'VHOST_1024' and
16874            not 'VXLAN' and
16875            not 'IP4FWD' and
16876            not '2VM'"
16877   parameters:
16878   - "throughput"
16879   - "parent"
16880   - "tags"
16881 #  sort:
16882 #  - "not CFS_OPT"
16883 #  - "L2XCFWD"
16884 #  - "not CFS_OPT"
16885 #  - "CFS_OPT"
16886   traces:
16887     hoverinfo: "x+y"
16888     boxpoints: "outliers"
16889     whiskerwidth: 0
16890   layout:
16891     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16892     layout: "plot-throughput"
16893
16894 -
16895   type: "plot"
16896   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16897   algorithm: "plot_performance_box"
16898   output-file-type: ".html"
16899   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16900   data: "plot-vpp-throughput-latency-2n-skx"
16901   filter: "'NIC_Intel-XXV710' and
16902            '64B' and
16903            'NDRPDR' and
16904            ('ETH' or 'DOT1Q') and
16905            'BASE' and
16906            '4T2C' and
16907            ('L2BDMACLRN' or 'L2XCFWD') and
16908            'VHOST_1024' and
16909            not 'VXLAN' and
16910            not 'IP4FWD' and
16911            not '2VM'"
16912   parameters:
16913   - "throughput"
16914   - "parent"
16915   - "tags"
16916 #  sort:
16917 #  - "not CFS_OPT"
16918 #  - "L2XCFWD"
16919 #  - "not CFS_OPT"
16920 #  - "CFS_OPT"
16921   traces:
16922     hoverinfo: "x+y"
16923     boxpoints: "outliers"
16924     whiskerwidth: 0
16925   layout:
16926     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16927     layout: "plot-throughput"
16928
16929 -
16930   type: "plot"
16931   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16932   algorithm: "plot_performance_box"
16933   output-file-type: ".html"
16934   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16935   data: "plot-vpp-throughput-latency-2n-skx"
16936   filter: "'NIC_Intel-XXV710' and
16937            '64B' and
16938            'NDRPDR' and
16939            ('ETH' or 'DOT1Q') and
16940            'BASE' and
16941            '4T2C' and
16942            ('L2BDMACLRN' or 'L2XCFWD') and
16943            'VHOST_1024' and
16944            not 'VXLAN' and
16945            not 'IP4FWD' and
16946            not '2VM'"
16947   parameters:
16948   - "throughput"
16949   - "parent"
16950   - "tags"
16951 #  sort:
16952 #  - "not CFS_OPT"
16953 #  - "L2XCFWD"
16954 #  - "not CFS_OPT"
16955 #  - "CFS_OPT"
16956   traces:
16957     hoverinfo: "x+y"
16958     boxpoints: "outliers"
16959     whiskerwidth: 0
16960   layout:
16961     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16962     layout: "plot-throughput"
16963
16964 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
16965 -
16966   type: "plot"
16967   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16968   algorithm: "plot_performance_box"
16969   output-file-type: ".html"
16970   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16971   data: "plot-vpp-throughput-latency-2n-skx"
16972   filter: "'NIC_Intel-XXV710' and
16973            '64B' and
16974            'NDRPDR' and
16975            ('ETH' or 'DOT1Q') and
16976            '2T1C' and
16977            ('L2BDMACLRN' or 'L2XCFWD') and
16978            'VHOST_1024' and
16979            not 'CFS_OPT' and
16980            not 'VXLAN' and
16981            not 'IP4FWD'"
16982   parameters:
16983   - "throughput"
16984   - "parent"
16985   - "tags"
16986 #  sort:
16987 #  - "1VM"
16988 #  - "L2XCFWD"
16989 #  - "1VM"
16990 #  - "L2BDMACLRN"
16991   traces:
16992     hoverinfo: "x+y"
16993     boxpoints: "outliers"
16994     whiskerwidth: 0
16995   layout:
16996     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16997     layout: "plot-throughput"
16998
16999 -
17000   type: "plot"
17001   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
17002   algorithm: "plot_performance_box"
17003   output-file-type: ".html"
17004   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
17005   data: "plot-vpp-throughput-latency-2n-skx"
17006   filter: "'NIC_Intel-XXV710' and
17007            '64B' and
17008            'NDRPDR' and
17009            ('ETH' or 'DOT1Q') and
17010            '2T1C' and
17011            ('L2BDMACLRN' or 'L2XCFWD') and
17012            'VHOST_1024' and
17013            not 'CFS_OPT' and
17014            not 'VXLAN' and
17015            not 'IP4FWD'"
17016   parameters:
17017   - "throughput"
17018   - "parent"
17019   - "tags"
17020 #  sort:
17021 #  - "1VM"
17022 #  - "L2XCFWD"
17023 #  - "1VM"
17024 #  - "L2BDMACLRN"
17025   traces:
17026     hoverinfo: "x+y"
17027     boxpoints: "outliers"
17028     whiskerwidth: 0
17029   layout:
17030     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
17031     layout: "plot-throughput"
17032
17033 -
17034   type: "plot"
17035   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17036   algorithm: "plot_performance_box"
17037   output-file-type: ".html"
17038   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17039   data: "plot-vpp-throughput-latency-2n-skx"
17040   filter: "'NIC_Intel-XXV710' and
17041            '64B' and
17042            'NDRPDR' and
17043            ('ETH' or 'DOT1Q') and
17044            '4T2C' and
17045            ('L2BDMACLRN' or 'L2XCFWD') and
17046            'VHOST_1024' and
17047            not 'CFS_OPT' and
17048            not 'VXLAN' and
17049            not 'IP4FWD'"
17050   parameters:
17051   - "throughput"
17052   - "parent"
17053   - "tags"
17054 #  sort:
17055 #  - "1VM"
17056 #  - "L2XCFWD"
17057 #  - "1VM"
17058 #  - "L2BDMACLRN"
17059   traces:
17060     hoverinfo: "x+y"
17061     boxpoints: "outliers"
17062     whiskerwidth: 0
17063   layout:
17064     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17065     layout: "plot-throughput"
17066
17067 -
17068   type: "plot"
17069   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17070   algorithm: "plot_performance_box"
17071   output-file-type: ".html"
17072   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17073   data: "plot-vpp-throughput-latency-2n-skx"
17074   filter: "'NIC_Intel-XXV710' and
17075            '64B' and
17076            'NDRPDR' and
17077            ('ETH' or 'DOT1Q') and
17078            '4T2C' and
17079            ('L2BDMACLRN' or 'L2XCFWD') and
17080            'VHOST_1024' and
17081            not 'CFS_OPT' and
17082            not 'VXLAN' and
17083            not 'IP4FWD'"
17084   parameters:
17085   - "throughput"
17086   - "parent"
17087   - "tags"
17088 #  sort:
17089 #  - "1VM"
17090 #  - "L2XCFWD"
17091 #  - "1VM"
17092 #  - "L2BDMACLRN"
17093   traces:
17094     hoverinfo: "x+y"
17095     boxpoints: "outliers"
17096     whiskerwidth: 0
17097   layout:
17098     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17099     layout: "plot-throughput"
17100
17101 ################################################################################
17102
17103 # Packet Throughput - VPP VTS 3n-hsw-x520
17104 -
17105   type: "plot"
17106   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
17107   algorithm: "plot_performance_box"
17108   output-file-type: ".html"
17109   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
17110   data: "plot-vpp-throughput-latency-3n-hsw"
17111   filter: "'NIC_Intel-X520-DA2' and
17112            '114B' and
17113            'NDRPDR' and
17114            '1T1C' and
17115            'VTS'"
17116   parameters:
17117   - "throughput"
17118   - "parent"
17119   - "tags"
17120   traces:
17121     hoverinfo: "x+y"
17122     boxpoints: "outliers"
17123     whiskerwidth: 0
17124   layout:
17125     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
17126     layout: "plot-throughput"
17127
17128 -
17129   type: "plot"
17130   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
17131   algorithm: "plot_performance_box"
17132   output-file-type: ".html"
17133   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
17134   data: "plot-vpp-throughput-latency-3n-hsw"
17135   filter: "'NIC_Intel-X520-DA2' and
17136            '114B' and
17137            'NDRPDR' and
17138            '2T2C' and
17139            'VTS'"
17140   parameters:
17141   - "throughput"
17142   - "parent"
17143   - "tags"
17144   traces:
17145     hoverinfo: "x+y"
17146     boxpoints: "outliers"
17147     whiskerwidth: 0
17148   layout:
17149     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
17150     layout: "plot-throughput"
17151
17152 -
17153   type: "plot"
17154   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
17155   algorithm: "plot_performance_box"
17156   output-file-type: ".html"
17157   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
17158   data: "plot-vpp-throughput-latency-3n-hsw"
17159   filter: "'NIC_Intel-X520-DA2' and
17160            '114B' and
17161            'NDRPDR' and
17162            '1T1C' and
17163            'VTS'"
17164   parameters:
17165   - "throughput"
17166   - "parent"
17167   - "tags"
17168   traces:
17169     hoverinfo: "x+y"
17170     boxpoints: "outliers"
17171     whiskerwidth: 0
17172   layout:
17173     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
17174     layout: "plot-throughput"
17175
17176 -
17177   type: "plot"
17178   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
17179   algorithm: "plot_performance_box"
17180   output-file-type: ".html"
17181   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
17182   data: "plot-vpp-throughput-latency-3n-hsw"
17183   filter: "'NIC_Intel-X520-DA2' and
17184            '114B' and
17185            'NDRPDR' and
17186            '2T2C' and
17187            'VTS'"
17188   parameters:
17189   - "throughput"
17190   - "parent"
17191   - "tags"
17192   traces:
17193     hoverinfo: "x+y"
17194     boxpoints: "outliers"
17195     whiskerwidth: 0
17196   layout:
17197     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
17198     layout: "plot-throughput"
17199
17200 ################################################################################
17201
17202 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
17203 -
17204   type: "plot"
17205   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17206   algorithm: "plot_performance_box"
17207   output-file-type: ".html"
17208   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17209   data: "plot-dpdk-throughput-latency-3n-hsw"
17210   filter: "'NIC_Intel-X520-DA2' and
17211            '64B' and
17212            'BASE' and
17213            'NDRPDR' and
17214            '1T1C' and
17215            'IP4FWD'"
17216   parameters:
17217   - "throughput"
17218   - "parent"
17219   - "tags"
17220   traces:
17221     hoverinfo: "x+y"
17222     boxpoints: "outliers"
17223     whiskerwidth: 0
17224   layout:
17225     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17226     layout: "plot-throughput"
17227
17228 -
17229   type: "plot"
17230   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17231   algorithm: "plot_performance_box"
17232   output-file-type: ".html"
17233   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17234   data: "plot-dpdk-throughput-latency-3n-hsw"
17235   filter: "'NIC_Intel-X520-DA2' and
17236            '64B' and
17237            'BASE' and
17238            'NDRPDR' and
17239            '2T2C' and
17240            'IP4FWD'"
17241   parameters:
17242   - "throughput"
17243   - "parent"
17244   - "tags"
17245   traces:
17246     hoverinfo: "x+y"
17247     boxpoints: "outliers"
17248     whiskerwidth: 0
17249   layout:
17250     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17251     layout: "plot-throughput"
17252
17253 -
17254   type: "plot"
17255   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17256   algorithm: "plot_performance_box"
17257   output-file-type: ".html"
17258   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17259   data: "plot-dpdk-throughput-latency-3n-hsw"
17260   filter: "'NIC_Intel-X520-DA2' and
17261            '64B' and
17262            'BASE' and
17263            'NDRPDR' and
17264            '1T1C' and
17265            'IP4FWD'"
17266   parameters:
17267   - "throughput"
17268   - "parent"
17269   - "tags"
17270   traces:
17271     hoverinfo: "x+y"
17272     boxpoints: "outliers"
17273     whiskerwidth: 0
17274   layout:
17275     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17276     layout: "plot-throughput"
17277
17278 -
17279   type: "plot"
17280   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17281   algorithm: "plot_performance_box"
17282   output-file-type: ".html"
17283   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17284   data: "plot-dpdk-throughput-latency-3n-hsw"
17285   filter: "'NIC_Intel-X520-DA2' and
17286            '64B' and
17287            'BASE' and
17288            'NDRPDR' and
17289            '2T2C' and
17290            'IP4FWD'"
17291   parameters:
17292   - "throughput"
17293   - "parent"
17294   - "tags"
17295   traces:
17296     hoverinfo: "x+y"
17297     boxpoints: "outliers"
17298     whiskerwidth: 0
17299   layout:
17300     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17301     layout: "plot-throughput"
17302
17303 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
17304 -
17305   type: "plot"
17306   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17307   algorithm: "plot_performance_box"
17308   output-file-type: ".html"
17309   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17310   data: "plot-dpdk-throughput-latency-3n-hsw"
17311   filter: "'NIC_Intel-X710' and
17312            '64B' and
17313            'BASE' and
17314            'NDRPDR' and
17315            '1T1C' and
17316            'IP4FWD'"
17317   parameters:
17318   - "throughput"
17319   - "parent"
17320   - "tags"
17321   traces:
17322     hoverinfo: "x+y"
17323     boxpoints: "outliers"
17324     whiskerwidth: 0
17325   layout:
17326     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17327     layout: "plot-throughput"
17328
17329 -
17330   type: "plot"
17331   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17332   algorithm: "plot_performance_box"
17333   output-file-type: ".html"
17334   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17335   data: "plot-dpdk-throughput-latency-3n-hsw"
17336   filter: "'NIC_Intel-X710' and
17337            '64B' and
17338            'BASE' and
17339            'NDRPDR' and
17340            '2T2C' and
17341            'IP4FWD'"
17342   parameters:
17343   - "throughput"
17344   - "parent"
17345   - "tags"
17346   traces:
17347     hoverinfo: "x+y"
17348     boxpoints: "outliers"
17349     whiskerwidth: 0
17350   layout:
17351     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17352     layout: "plot-throughput"
17353
17354 -
17355   type: "plot"
17356   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17357   algorithm: "plot_performance_box"
17358   output-file-type: ".html"
17359   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17360   data: "plot-dpdk-throughput-latency-3n-hsw"
17361   filter: "'NIC_Intel-X710' and
17362            '64B' and
17363            'BASE' and
17364            'NDRPDR' and
17365            '1T1C' and
17366            'IP4FWD'"
17367   parameters:
17368   - "throughput"
17369   - "parent"
17370   - "tags"
17371   traces:
17372     hoverinfo: "x+y"
17373     boxpoints: "outliers"
17374     whiskerwidth: 0
17375   layout:
17376     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17377     layout: "plot-throughput"
17378
17379 -
17380   type: "plot"
17381   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17382   algorithm: "plot_performance_box"
17383   output-file-type: ".html"
17384   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17385   data: "plot-dpdk-throughput-latency-3n-hsw"
17386   filter: "'NIC_Intel-X710' and
17387            '64B' and
17388            'BASE' and
17389            'NDRPDR' and
17390            '2T2C' and
17391            'IP4FWD'"
17392   parameters:
17393   - "throughput"
17394   - "parent"
17395   - "tags"
17396   traces:
17397     hoverinfo: "x+y"
17398     boxpoints: "outliers"
17399     whiskerwidth: 0
17400   layout:
17401     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17402     layout: "plot-throughput"
17403
17404 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
17405 -
17406   type: "plot"
17407   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17408   algorithm: "plot_performance_box"
17409   output-file-type: ".html"
17410   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17411   data: "plot-dpdk-throughput-latency-3n-hsw"
17412   filter: "'NIC_Intel-XL710' and
17413            '64B' and
17414            'BASE' and
17415            'NDRPDR' and
17416            '1T1C' and
17417            'IP4FWD'"
17418   parameters:
17419   - "throughput"
17420   - "parent"
17421   - "tags"
17422   traces:
17423     hoverinfo: "x+y"
17424     boxpoints: "outliers"
17425     whiskerwidth: 0
17426   layout:
17427     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17428     layout: "plot-throughput"
17429
17430 -
17431   type: "plot"
17432   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17433   algorithm: "plot_performance_box"
17434   output-file-type: ".html"
17435   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17436   data: "plot-dpdk-throughput-latency-3n-hsw"
17437   filter: "'NIC_Intel-XL710' and
17438            '64B' and
17439            'BASE' and
17440            'NDRPDR' and
17441            '2T2C' and
17442            'IP4FWD'"
17443   parameters:
17444   - "throughput"
17445   - "parent"
17446   - "tags"
17447   traces:
17448     hoverinfo: "x+y"
17449     boxpoints: "outliers"
17450     whiskerwidth: 0
17451   layout:
17452     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17453     layout: "plot-throughput"
17454
17455 -
17456   type: "plot"
17457   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17458   algorithm: "plot_performance_box"
17459   output-file-type: ".html"
17460   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17461   data: "plot-dpdk-throughput-latency-3n-hsw"
17462   filter: "'NIC_Intel-XL710' and
17463            '64B' and
17464            'BASE' and
17465            'NDRPDR' and
17466            '1T1C' and
17467            'IP4FWD'"
17468   parameters:
17469   - "throughput"
17470   - "parent"
17471   - "tags"
17472   traces:
17473     hoverinfo: "x+y"
17474     boxpoints: "outliers"
17475     whiskerwidth: 0
17476   layout:
17477     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17478     layout: "plot-throughput"
17479
17480 -
17481   type: "plot"
17482   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17483   algorithm: "plot_performance_box"
17484   output-file-type: ".html"
17485   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17486   data: "plot-dpdk-throughput-latency-3n-hsw"
17487   filter: "'NIC_Intel-XL710' and
17488            '64B' and
17489            'BASE' and
17490            'NDRPDR' and
17491            '2T2C' and
17492            'IP4FWD'"
17493   parameters:
17494   - "throughput"
17495   - "parent"
17496   - "tags"
17497   traces:
17498     hoverinfo: "x+y"
17499     boxpoints: "outliers"
17500     whiskerwidth: 0
17501   layout:
17502     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17503     layout: "plot-throughput"
17504
17505 # Packet Throughput - DPDK l3fwd 3n-skx-x710
17506 -
17507   type: "plot"
17508   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17509   algorithm: "plot_performance_box"
17510   output-file-type: ".html"
17511   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17512   data: "plot-dpdk-throughput-latency-3n-skx"
17513   filter: "'NIC_Intel-X710' and
17514            '64B' and
17515            'BASE' and
17516            'NDRPDR' and
17517            '2T1C' and
17518            'IP4FWD'"
17519   parameters:
17520   - "throughput"
17521   - "parent"
17522   - "tags"
17523   traces:
17524     hoverinfo: "x+y"
17525     boxpoints: "outliers"
17526     whiskerwidth: 0
17527   layout:
17528     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17529     layout: "plot-throughput"
17530
17531 -
17532   type: "plot"
17533   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17534   algorithm: "plot_performance_box"
17535   output-file-type: ".html"
17536   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17537   data: "plot-dpdk-throughput-latency-3n-skx"
17538   filter: "'NIC_Intel-X710' and
17539            '64B' and
17540            'BASE' and
17541            'NDRPDR' and
17542            '4T2C' and
17543            'IP4FWD'"
17544   parameters:
17545   - "throughput"
17546   - "parent"
17547   - "tags"
17548   traces:
17549     hoverinfo: "x+y"
17550     boxpoints: "outliers"
17551     whiskerwidth: 0
17552   layout:
17553     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17554     layout: "plot-throughput"
17555
17556 -
17557   type: "plot"
17558   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17559   algorithm: "plot_performance_box"
17560   output-file-type: ".html"
17561   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17562   data: "plot-dpdk-throughput-latency-3n-skx"
17563   filter: "'NIC_Intel-X710' and
17564            '64B' and
17565            'BASE' and
17566            'NDRPDR' and
17567            '2T1C' and
17568            'IP4FWD'"
17569   parameters:
17570   - "throughput"
17571   - "parent"
17572   - "tags"
17573   traces:
17574     hoverinfo: "x+y"
17575     boxpoints: "outliers"
17576     whiskerwidth: 0
17577   layout:
17578     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17579     layout: "plot-throughput"
17580
17581 -
17582   type: "plot"
17583   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17584   algorithm: "plot_performance_box"
17585   output-file-type: ".html"
17586   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17587   data: "plot-dpdk-throughput-latency-3n-skx"
17588   filter: "'NIC_Intel-X710' and
17589            '64B' and
17590            'BASE' and
17591            'NDRPDR' and
17592            '4T2C' and
17593            'IP4FWD'"
17594   parameters:
17595   - "throughput"
17596   - "parent"
17597   - "tags"
17598   traces:
17599     hoverinfo: "x+y"
17600     boxpoints: "outliers"
17601     whiskerwidth: 0
17602   layout:
17603     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17604     layout: "plot-throughput"
17605
17606 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
17607 -
17608   type: "plot"
17609   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17610   algorithm: "plot_performance_box"
17611   output-file-type: ".html"
17612   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17613   data: "plot-dpdk-throughput-latency-3n-skx"
17614   filter: "'NIC_Intel-XXV710' and
17615            '64B' and
17616            'BASE' and
17617            'NDRPDR' and
17618            '2T1C' and
17619            'IP4FWD'"
17620   parameters:
17621   - "throughput"
17622   - "parent"
17623   - "tags"
17624   traces:
17625     hoverinfo: "x+y"
17626     boxpoints: "outliers"
17627     whiskerwidth: 0
17628   layout:
17629     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17630     layout: "plot-throughput"
17631
17632 -
17633   type: "plot"
17634   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17635   algorithm: "plot_performance_box"
17636   output-file-type: ".html"
17637   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17638   data: "plot-dpdk-throughput-latency-3n-skx"
17639   filter: "'NIC_Intel-XXV710' and
17640            '64B' and
17641            'BASE' and
17642            'NDRPDR' and
17643            '4T2C' and
17644            'IP4FWD'"
17645   parameters:
17646   - "throughput"
17647   - "parent"
17648   - "tags"
17649   traces:
17650     hoverinfo: "x+y"
17651     boxpoints: "outliers"
17652     whiskerwidth: 0
17653   layout:
17654     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17655     layout: "plot-throughput"
17656
17657 -
17658   type: "plot"
17659   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17660   algorithm: "plot_performance_box"
17661   output-file-type: ".html"
17662   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17663   data: "plot-dpdk-throughput-latency-3n-skx"
17664   filter: "'NIC_Intel-XXV710' and
17665            '64B' and
17666            'BASE' and
17667            'NDRPDR' and
17668            '2T1C' and
17669            'IP4FWD'"
17670   parameters:
17671   - "throughput"
17672   - "parent"
17673   - "tags"
17674   traces:
17675     hoverinfo: "x+y"
17676     boxpoints: "outliers"
17677     whiskerwidth: 0
17678   layout:
17679     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17680     layout: "plot-throughput"
17681
17682 -
17683   type: "plot"
17684   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17685   algorithm: "plot_performance_box"
17686   output-file-type: ".html"
17687   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17688   data: "plot-dpdk-throughput-latency-3n-skx"
17689   filter: "'NIC_Intel-XXV710' and
17690            '64B' and
17691            'BASE' and
17692            'NDRPDR' and
17693            '4T2C' and
17694            'IP4FWD'"
17695   parameters:
17696   - "throughput"
17697   - "parent"
17698   - "tags"
17699   traces:
17700     hoverinfo: "x+y"
17701     boxpoints: "outliers"
17702     whiskerwidth: 0
17703   layout:
17704     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17705     layout: "plot-throughput"
17706
17707 # Packet Throughput - DPDK l3fwd 2n-skx-x710
17708 -
17709   type: "plot"
17710   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17711   algorithm: "plot_performance_box"
17712   output-file-type: ".html"
17713   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17714   data: "plot-dpdk-throughput-latency-2n-skx"
17715   filter: "'NIC_Intel-X710' and
17716            '64B' and
17717            'BASE' and
17718            'NDRPDR' and
17719            '2T1C' and
17720            'IP4FWD'"
17721   parameters:
17722   - "throughput"
17723   - "parent"
17724   - "tags"
17725   traces:
17726     hoverinfo: "x+y"
17727     boxpoints: "outliers"
17728     whiskerwidth: 0
17729   layout:
17730     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17731     layout: "plot-throughput"
17732
17733 -
17734   type: "plot"
17735   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17736   algorithm: "plot_performance_box"
17737   output-file-type: ".html"
17738   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17739   data: "plot-dpdk-throughput-latency-2n-skx"
17740   filter: "'NIC_Intel-X710' and
17741            '64B' and
17742            'BASE' and
17743            'NDRPDR' and
17744            '4T2C' and
17745            'IP4FWD'"
17746   parameters:
17747   - "throughput"
17748   - "parent"
17749   - "tags"
17750   traces:
17751     hoverinfo: "x+y"
17752     boxpoints: "outliers"
17753     whiskerwidth: 0
17754   layout:
17755     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17756     layout: "plot-throughput"
17757
17758 -
17759   type: "plot"
17760   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17761   algorithm: "plot_performance_box"
17762   output-file-type: ".html"
17763   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17764   data: "plot-dpdk-throughput-latency-2n-skx"
17765   filter: "'NIC_Intel-X710' and
17766            '64B' and
17767            'BASE' and
17768            'NDRPDR' and
17769            '2T1C' and
17770            'IP4FWD'"
17771   parameters:
17772   - "throughput"
17773   - "parent"
17774   - "tags"
17775   traces:
17776     hoverinfo: "x+y"
17777     boxpoints: "outliers"
17778     whiskerwidth: 0
17779   layout:
17780     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17781     layout: "plot-throughput"
17782
17783 -
17784   type: "plot"
17785   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17786   algorithm: "plot_performance_box"
17787   output-file-type: ".html"
17788   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17789   data: "plot-dpdk-throughput-latency-2n-skx"
17790   filter: "'NIC_Intel-X710' and
17791            '64B' and
17792            'BASE' and
17793            'NDRPDR' and
17794            '4T2C' and
17795            'IP4FWD'"
17796   parameters:
17797   - "throughput"
17798   - "parent"
17799   - "tags"
17800   traces:
17801     hoverinfo: "x+y"
17802     boxpoints: "outliers"
17803     whiskerwidth: 0
17804   layout:
17805     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17806     layout: "plot-throughput"
17807
17808 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
17809 -
17810   type: "plot"
17811   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17812   algorithm: "plot_performance_box"
17813   output-file-type: ".html"
17814   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17815   data: "plot-dpdk-throughput-latency-2n-skx"
17816   filter: "'NIC_Intel-XXV710' and
17817            '64B' and
17818            'BASE' and
17819            'NDRPDR' and
17820            '2T1C' and
17821            'IP4FWD'"
17822   parameters:
17823   - "throughput"
17824   - "parent"
17825   - "tags"
17826   traces:
17827     hoverinfo: "x+y"
17828     boxpoints: "outliers"
17829     whiskerwidth: 0
17830   layout:
17831     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17832     layout: "plot-throughput"
17833
17834 -
17835   type: "plot"
17836   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17837   algorithm: "plot_performance_box"
17838   output-file-type: ".html"
17839   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17840   data: "plot-dpdk-throughput-latency-2n-skx"
17841   filter: "'NIC_Intel-XXV710' and
17842            '64B' and
17843            'BASE' and
17844            'NDRPDR' and
17845            '4T2C' and
17846            'IP4FWD'"
17847   parameters:
17848   - "throughput"
17849   - "parent"
17850   - "tags"
17851   traces:
17852     hoverinfo: "x+y"
17853     boxpoints: "outliers"
17854     whiskerwidth: 0
17855   layout:
17856     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17857     layout: "plot-throughput"
17858
17859 -
17860   type: "plot"
17861   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17862   algorithm: "plot_performance_box"
17863   output-file-type: ".html"
17864   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17865   data: "plot-dpdk-throughput-latency-2n-skx"
17866   filter: "'NIC_Intel-XXV710' and
17867            '64B' and
17868            'BASE' and
17869            'NDRPDR' and
17870            '2T1C' and
17871            'IP4FWD'"
17872   parameters:
17873   - "throughput"
17874   - "parent"
17875   - "tags"
17876   traces:
17877     hoverinfo: "x+y"
17878     boxpoints: "outliers"
17879     whiskerwidth: 0
17880   layout:
17881     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17882     layout: "plot-throughput"
17883
17884 -
17885   type: "plot"
17886   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17887   algorithm: "plot_performance_box"
17888   output-file-type: ".html"
17889   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17890   data: "plot-dpdk-throughput-latency-2n-skx"
17891   filter: "'NIC_Intel-XXV710' and
17892            '64B' and
17893            'BASE' and
17894            'NDRPDR' and
17895            '4T2C' and
17896            'IP4FWD'"
17897   parameters:
17898   - "throughput"
17899   - "parent"
17900   - "tags"
17901   traces:
17902     hoverinfo: "x+y"
17903     boxpoints: "outliers"
17904     whiskerwidth: 0
17905   layout:
17906     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17907     layout: "plot-throughput"
17908
17909 ################################################################################
17910
17911 # Packet Throughput - DPDK testpmd 3n-hsw-x520
17912 -
17913   type: "plot"
17914   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17915   algorithm: "plot_performance_box"
17916   output-file-type: ".html"
17917   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17918   data: "plot-dpdk-throughput-latency-3n-hsw"
17919   filter: "'NIC_Intel-X520-DA2' and
17920            '64B' and
17921            'BASE' and
17922            'NDRPDR' and
17923            '1T1C' and
17924            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17925   parameters:
17926   - "throughput"
17927   - "parent"
17928   - "tags"
17929   traces:
17930     hoverinfo: "x+y"
17931     boxpoints: "outliers"
17932     whiskerwidth: 0
17933   layout:
17934     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17935     layout: "plot-throughput"
17936
17937 -
17938   type: "plot"
17939   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17940   algorithm: "plot_performance_box"
17941   output-file-type: ".html"
17942   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17943   data: "plot-dpdk-throughput-latency-3n-hsw"
17944   filter: "'NIC_Intel-X520-DA2' and
17945            '64B' and
17946            'BASE' and
17947            'NDRPDR' and
17948            '2T2C' and
17949            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17950   parameters:
17951   - "throughput"
17952   - "parent"
17953   - "tags"
17954   traces:
17955     hoverinfo: "x+y"
17956     boxpoints: "outliers"
17957     whiskerwidth: 0
17958   layout:
17959     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17960     layout: "plot-throughput"
17961
17962 -
17963   type: "plot"
17964   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17965   algorithm: "plot_performance_box"
17966   output-file-type: ".html"
17967   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17968   data: "plot-dpdk-throughput-latency-3n-hsw"
17969   filter: "'NIC_Intel-X520-DA2' and
17970            '64B' and
17971            'BASE' and
17972            'NDRPDR' and
17973            '1T1C' and
17974            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17975   parameters:
17976   - "throughput"
17977   - "parent"
17978   - "tags"
17979   traces:
17980     hoverinfo: "x+y"
17981     boxpoints: "outliers"
17982     whiskerwidth: 0
17983   layout:
17984     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17985     layout: "plot-throughput"
17986
17987 -
17988   type: "plot"
17989   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17990   algorithm: "plot_performance_box"
17991   output-file-type: ".html"
17992   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17993   data: "plot-dpdk-throughput-latency-3n-hsw"
17994   filter: "'NIC_Intel-X520-DA2' and
17995            '64B' and
17996            'BASE' and
17997            'NDRPDR' and
17998            '2T2C' and
17999            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18000   parameters:
18001   - "throughput"
18002   - "parent"
18003   - "tags"
18004   traces:
18005     hoverinfo: "x+y"
18006     boxpoints: "outliers"
18007     whiskerwidth: 0
18008   layout:
18009     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
18010     layout: "plot-throughput"
18011
18012 # Packet Throughput - DPDK testpmd 3n-hsw-x710
18013 -
18014   type: "plot"
18015   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18016   algorithm: "plot_performance_box"
18017   output-file-type: ".html"
18018   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18019   data: "plot-dpdk-throughput-latency-3n-hsw"
18020   filter: "'NIC_Intel-X710' and
18021            '64B' and
18022            'BASE' and
18023            'NDRPDR' and
18024            '1T1C' and
18025            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18026   parameters:
18027   - "throughput"
18028   - "parent"
18029   - "tags"
18030   traces:
18031     hoverinfo: "x+y"
18032     boxpoints: "outliers"
18033     whiskerwidth: 0
18034   layout:
18035     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18036     layout: "plot-throughput"
18037
18038 -
18039   type: "plot"
18040   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18041   algorithm: "plot_performance_box"
18042   output-file-type: ".html"
18043   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18044   data: "plot-dpdk-throughput-latency-3n-hsw"
18045   filter: "'NIC_Intel-X710' and
18046            '64B' and
18047            'BASE' and
18048            'NDRPDR' and
18049            '2T2C' and
18050            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18051   parameters:
18052   - "throughput"
18053   - "parent"
18054   - "tags"
18055   traces:
18056     hoverinfo: "x+y"
18057     boxpoints: "outliers"
18058     whiskerwidth: 0
18059   layout:
18060     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18061     layout: "plot-throughput"
18062
18063 -
18064   type: "plot"
18065   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18066   algorithm: "plot_performance_box"
18067   output-file-type: ".html"
18068   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18069   data: "plot-dpdk-throughput-latency-3n-hsw"
18070   filter: "'NIC_Intel-X710' and
18071            '64B' and
18072            'BASE' and
18073            'NDRPDR' and
18074            '1T1C' and
18075            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18076   parameters:
18077   - "throughput"
18078   - "parent"
18079   - "tags"
18080   traces:
18081     hoverinfo: "x+y"
18082     boxpoints: "outliers"
18083     whiskerwidth: 0
18084   layout:
18085     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18086     layout: "plot-throughput"
18087
18088 -
18089   type: "plot"
18090   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18091   algorithm: "plot_performance_box"
18092   output-file-type: ".html"
18093   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18094   data: "plot-dpdk-throughput-latency-3n-hsw"
18095   filter: "'NIC_Intel-X710' and
18096            '64B' and
18097            'BASE' and
18098            'NDRPDR' and
18099            '2T2C' and
18100            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18101   parameters:
18102   - "throughput"
18103   - "parent"
18104   - "tags"
18105   traces:
18106     hoverinfo: "x+y"
18107     boxpoints: "outliers"
18108     whiskerwidth: 0
18109   layout:
18110     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18111     layout: "plot-throughput"
18112
18113 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
18114 -
18115   type: "plot"
18116   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18117   algorithm: "plot_performance_box"
18118   output-file-type: ".html"
18119   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18120   data: "plot-dpdk-throughput-latency-3n-hsw"
18121   filter: "'NIC_Intel-XL710' and
18122            '64B' and
18123            'BASE' and
18124            'NDRPDR' and
18125            '1T1C' and
18126            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18127   parameters:
18128   - "throughput"
18129   - "parent"
18130   - "tags"
18131   traces:
18132     hoverinfo: "x+y"
18133     boxpoints: "outliers"
18134     whiskerwidth: 0
18135   layout:
18136     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18137     layout: "plot-throughput"
18138
18139 -
18140   type: "plot"
18141   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18142   algorithm: "plot_performance_box"
18143   output-file-type: ".html"
18144   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18145   data: "plot-dpdk-throughput-latency-3n-hsw"
18146   filter: "'NIC_Intel-XL710' and
18147            '64B' and
18148            'BASE' and
18149            'NDRPDR' and
18150            '2T2C' and
18151            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18152   parameters:
18153   - "throughput"
18154   - "parent"
18155   - "tags"
18156   traces:
18157     hoverinfo: "x+y"
18158     boxpoints: "outliers"
18159     whiskerwidth: 0
18160   layout:
18161     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18162     layout: "plot-throughput"
18163
18164 -
18165   type: "plot"
18166   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18167   algorithm: "plot_performance_box"
18168   output-file-type: ".html"
18169   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18170   data: "plot-dpdk-throughput-latency-3n-hsw"
18171   filter: "'NIC_Intel-XL710' and
18172            '64B' and
18173            'BASE' and
18174            'NDRPDR' and
18175            '1T1C' and
18176            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18177   parameters:
18178   - "throughput"
18179   - "parent"
18180   - "tags"
18181   traces:
18182     hoverinfo: "x+y"
18183     boxpoints: "outliers"
18184     whiskerwidth: 0
18185   layout:
18186     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18187     layout: "plot-throughput"
18188
18189 -
18190   type: "plot"
18191   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18192   algorithm: "plot_performance_box"
18193   output-file-type: ".html"
18194   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18195   data: "plot-dpdk-throughput-latency-3n-hsw"
18196   filter: "'NIC_Intel-XL710' and
18197            '64B' and
18198            'BASE' and
18199            'NDRPDR' and
18200            '2T2C' and
18201            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18202   parameters:
18203   - "throughput"
18204   - "parent"
18205   - "tags"
18206   traces:
18207     hoverinfo: "x+y"
18208     boxpoints: "outliers"
18209     whiskerwidth: 0
18210   layout:
18211     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18212     layout: "plot-throughput"
18213
18214 # Packet Throughput - DPDK testpmd 3n-skx-x710
18215 -
18216   type: "plot"
18217   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18218   algorithm: "plot_performance_box"
18219   output-file-type: ".html"
18220   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18221   data: "plot-dpdk-throughput-latency-3n-skx"
18222   filter: "'NIC_Intel-X710' and
18223            '64B' and
18224            'BASE' and
18225            'NDRPDR' and
18226            '2T1C' and
18227            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18228   parameters:
18229   - "throughput"
18230   - "parent"
18231   - "tags"
18232   traces:
18233     hoverinfo: "x+y"
18234     boxpoints: "outliers"
18235     whiskerwidth: 0
18236   layout:
18237     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18238     layout: "plot-throughput"
18239
18240 -
18241   type: "plot"
18242   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18243   algorithm: "plot_performance_box"
18244   output-file-type: ".html"
18245   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18246   data: "plot-dpdk-throughput-latency-3n-skx"
18247   filter: "'NIC_Intel-X710' and
18248            '64B' and
18249            'BASE' and
18250            'NDRPDR' and
18251            '4T2C' and
18252            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18253   parameters:
18254   - "throughput"
18255   - "parent"
18256   - "tags"
18257   traces:
18258     hoverinfo: "x+y"
18259     boxpoints: "outliers"
18260     whiskerwidth: 0
18261   layout:
18262     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18263     layout: "plot-throughput"
18264
18265 -
18266   type: "plot"
18267   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18268   algorithm: "plot_performance_box"
18269   output-file-type: ".html"
18270   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18271   data: "plot-dpdk-throughput-latency-3n-skx"
18272   filter: "'NIC_Intel-X710' and
18273            '64B' and
18274            'BASE' and
18275            'NDRPDR' and
18276            '2T1C' and
18277            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18278   parameters:
18279   - "throughput"
18280   - "parent"
18281   - "tags"
18282   traces:
18283     hoverinfo: "x+y"
18284     boxpoints: "outliers"
18285     whiskerwidth: 0
18286   layout:
18287     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18288     layout: "plot-throughput"
18289
18290 -
18291   type: "plot"
18292   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18293   algorithm: "plot_performance_box"
18294   output-file-type: ".html"
18295   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18296   data: "plot-dpdk-throughput-latency-3n-skx"
18297   filter: "'NIC_Intel-X710' and
18298            '64B' and
18299            'BASE' and
18300            'NDRPDR' and
18301            '4T2C' and
18302            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18303   parameters:
18304   - "throughput"
18305   - "parent"
18306   - "tags"
18307   traces:
18308     hoverinfo: "x+y"
18309     boxpoints: "outliers"
18310     whiskerwidth: 0
18311   layout:
18312     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18313     layout: "plot-throughput"
18314
18315 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
18316 -
18317   type: "plot"
18318   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18319   algorithm: "plot_performance_box"
18320   output-file-type: ".html"
18321   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18322   data: "plot-dpdk-throughput-latency-3n-skx"
18323   filter: "'NIC_Intel-XXV710' and
18324            '64B' and
18325            'BASE' and
18326            'NDRPDR' and
18327            '2T1C' and
18328            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18329   parameters:
18330   - "throughput"
18331   - "parent"
18332   - "tags"
18333   traces:
18334     hoverinfo: "x+y"
18335     boxpoints: "outliers"
18336     whiskerwidth: 0
18337   layout:
18338     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18339     layout: "plot-throughput"
18340
18341 -
18342   type: "plot"
18343   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18344   algorithm: "plot_performance_box"
18345   output-file-type: ".html"
18346   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18347   data: "plot-dpdk-throughput-latency-3n-skx"
18348   filter: "'NIC_Intel-XXV710' and
18349            '64B' and
18350            'BASE' and
18351            'NDRPDR' and
18352            '4T2C' and
18353            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18354   parameters:
18355   - "throughput"
18356   - "parent"
18357   - "tags"
18358   traces:
18359     hoverinfo: "x+y"
18360     boxpoints: "outliers"
18361     whiskerwidth: 0
18362   layout:
18363     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18364     layout: "plot-throughput"
18365
18366 -
18367   type: "plot"
18368   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18369   algorithm: "plot_performance_box"
18370   output-file-type: ".html"
18371   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18372   data: "plot-dpdk-throughput-latency-3n-skx"
18373   filter: "'NIC_Intel-XXV710' and
18374            '64B' and
18375            'BASE' and
18376            'NDRPDR' and
18377            '2T1C' and
18378            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18379   parameters:
18380   - "throughput"
18381   - "parent"
18382   - "tags"
18383   traces:
18384     hoverinfo: "x+y"
18385     boxpoints: "outliers"
18386     whiskerwidth: 0
18387   layout:
18388     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18389     layout: "plot-throughput"
18390
18391 -
18392   type: "plot"
18393   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18394   algorithm: "plot_performance_box"
18395   output-file-type: ".html"
18396   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18397   data: "plot-dpdk-throughput-latency-3n-skx"
18398   filter: "'NIC_Intel-XXV710' and
18399            '64B' and
18400            'BASE' and
18401            'NDRPDR' and
18402            '4T2C' and
18403            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18404   parameters:
18405   - "throughput"
18406   - "parent"
18407   - "tags"
18408   traces:
18409     hoverinfo: "x+y"
18410     boxpoints: "outliers"
18411     whiskerwidth: 0
18412   layout:
18413     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18414     layout: "plot-throughput"
18415
18416 # Packet Throughput - DPDK testpmd 2n-skx-x710
18417 -
18418   type: "plot"
18419   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18420   algorithm: "plot_performance_box"
18421   output-file-type: ".html"
18422   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18423   data: "plot-dpdk-throughput-latency-2n-skx"
18424   filter: "'NIC_Intel-X710' and
18425            '64B' and
18426            'BASE' and
18427            'NDRPDR' and
18428            '2T1C' and
18429            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18430   parameters:
18431   - "throughput"
18432   - "parent"
18433   - "tags"
18434   traces:
18435     hoverinfo: "x+y"
18436     boxpoints: "outliers"
18437     whiskerwidth: 0
18438   layout:
18439     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18440     layout: "plot-throughput"
18441
18442 -
18443   type: "plot"
18444   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18445   algorithm: "plot_performance_box"
18446   output-file-type: ".html"
18447   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18448   data: "plot-dpdk-throughput-latency-2n-skx"
18449   filter: "'NIC_Intel-X710' and
18450            '64B' and
18451            'BASE' and
18452            'NDRPDR' and
18453            '4T2C' and
18454            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18455   parameters:
18456   - "throughput"
18457   - "parent"
18458   - "tags"
18459   traces:
18460     hoverinfo: "x+y"
18461     boxpoints: "outliers"
18462     whiskerwidth: 0
18463   layout:
18464     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18465     layout: "plot-throughput"
18466
18467 -
18468   type: "plot"
18469   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18470   algorithm: "plot_performance_box"
18471   output-file-type: ".html"
18472   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18473   data: "plot-dpdk-throughput-latency-2n-skx"
18474   filter: "'NIC_Intel-X710' and
18475            '64B' and
18476            'BASE' and
18477            'NDRPDR' and
18478            '2T1C' and
18479            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18480   parameters:
18481   - "throughput"
18482   - "parent"
18483   - "tags"
18484   traces:
18485     hoverinfo: "x+y"
18486     boxpoints: "outliers"
18487     whiskerwidth: 0
18488   layout:
18489     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18490     layout: "plot-throughput"
18491
18492 -
18493   type: "plot"
18494   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18495   algorithm: "plot_performance_box"
18496   output-file-type: ".html"
18497   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18498   data: "plot-dpdk-throughput-latency-2n-skx"
18499   filter: "'NIC_Intel-X710' and
18500            '64B' and
18501            'BASE' and
18502            'NDRPDR' and
18503            '4T2C' and
18504            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18505   parameters:
18506   - "throughput"
18507   - "parent"
18508   - "tags"
18509   traces:
18510     hoverinfo: "x+y"
18511     boxpoints: "outliers"
18512     whiskerwidth: 0
18513   layout:
18514     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18515     layout: "plot-throughput"
18516
18517 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
18518 -
18519   type: "plot"
18520   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18521   algorithm: "plot_performance_box"
18522   output-file-type: ".html"
18523   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18524   data: "plot-dpdk-throughput-latency-2n-skx"
18525   filter: "'NIC_Intel-XXV710' and
18526            '64B' and
18527            'BASE' and
18528            'NDRPDR' and
18529            '2T1C' and
18530            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18531   parameters:
18532   - "throughput"
18533   - "parent"
18534   - "tags"
18535   traces:
18536     hoverinfo: "x+y"
18537     boxpoints: "outliers"
18538     whiskerwidth: 0
18539   layout:
18540     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18541     layout: "plot-throughput"
18542
18543 -
18544   type: "plot"
18545   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18546   algorithm: "plot_performance_box"
18547   output-file-type: ".html"
18548   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18549   data: "plot-dpdk-throughput-latency-2n-skx"
18550   filter: "'NIC_Intel-XXV710' and
18551            '64B' and
18552            'BASE' and
18553            'NDRPDR' and
18554            '4T2C' and
18555            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18556   parameters:
18557   - "throughput"
18558   - "parent"
18559   - "tags"
18560   traces:
18561     hoverinfo: "x+y"
18562     boxpoints: "outliers"
18563     whiskerwidth: 0
18564   layout:
18565     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18566     layout: "plot-throughput"
18567
18568 -
18569   type: "plot"
18570   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18571   algorithm: "plot_performance_box"
18572   output-file-type: ".html"
18573   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18574   data: "plot-dpdk-throughput-latency-2n-skx"
18575   filter: "'NIC_Intel-XXV710' and
18576            '64B' and
18577            'BASE' and
18578            'NDRPDR' and
18579            '2T1C' and
18580            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18581   parameters:
18582   - "throughput"
18583   - "parent"
18584   - "tags"
18585   traces:
18586     hoverinfo: "x+y"
18587     boxpoints: "outliers"
18588     whiskerwidth: 0
18589   layout:
18590     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18591     layout: "plot-throughput"
18592
18593 -
18594   type: "plot"
18595   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18596   algorithm: "plot_performance_box"
18597   output-file-type: ".html"
18598   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18599   data: "plot-dpdk-throughput-latency-2n-skx"
18600   filter: "'NIC_Intel-XXV710' and
18601            '64B' and
18602            'BASE' and
18603            'NDRPDR' and
18604            '4T2C' and
18605            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18606   parameters:
18607   - "throughput"
18608   - "parent"
18609   - "tags"
18610   traces:
18611     hoverinfo: "x+y"
18612     boxpoints: "outliers"
18613     whiskerwidth: 0
18614   layout:
18615     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18616     layout: "plot-throughput"
18617
18618 ################################################################################
18619
18620 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
18621 -
18622   type: "plot"
18623   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18624   algorithm: "plot_latency_error_bars"
18625   output-file-type: ".html"
18626   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18627   data: "plot-vpp-throughput-latency-3n-hsw"
18628   filter: "'NIC_Intel-X520-DA2' and
18629            '64B' and
18630            ('BASE' or 'SCALE') and
18631            'NDRPDR' and
18632            'ETH' and
18633            '1T1C' and
18634            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18635            not 'VHOST' and
18636            not 'MEMIF'"
18637   parameters:
18638   - "latency"
18639   - "parent"
18640   - "tags"
18641   sort:
18642   - "L2XCFWD"
18643   - "L2PATCH"
18644   - "L2BDMACLRN"
18645   - "FIB_10K"
18646   - "FIB_100K"
18647   - "FIB_1M"
18648   layout:
18649     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18650     layout: "plot-latency"
18651
18652 -
18653   type: "plot"
18654   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18655   algorithm: "plot_latency_error_bars"
18656   output-file-type: ".html"
18657   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18658   data: "plot-vpp-throughput-latency-3n-hsw"
18659   filter: "'NIC_Intel-X520-DA2' and
18660            '64B' and
18661            ('BASE' or 'SCALE') and
18662            'NDRPDR' and
18663            'ETH' and
18664            '2T2C' and
18665            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18666            not 'VHOST' and
18667            not 'MEMIF'"
18668   parameters:
18669   - "latency"
18670   - "parent"
18671   - "tags"
18672   sort:
18673   - "L2XCFWD"
18674   - "L2PATCH"
18675   - "L2BDMACLRN"
18676   - "FIB_10K"
18677   - "FIB_100K"
18678   - "FIB_1M"
18679   layout:
18680     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18681     layout: "plot-latency"
18682
18683 # Packet Latency - VPP L2 3n-hsw-x520 features
18684 -
18685   type: "plot"
18686   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18687   algorithm: "plot_latency_error_bars"
18688   output-file-type: ".html"
18689   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18690   data: "plot-vpp-throughput-latency-3n-hsw"
18691   filter: "'NIC_Intel-X520-DA2' and
18692            '64B' and
18693            'NDRPDR' and
18694            '1T1C' and
18695            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18696            not 'ACL' and
18697            not 'VHOST' and
18698            not 'MEMIF'"
18699   parameters:
18700   - "latency"
18701   - "parent"
18702   - "tags"
18703   sort:
18704   - "L2XCBASE"    # l2xcbase
18705   - "L2BDBASE"    # l2bdbase
18706   - "L2XCFWD"     # dot1q-l2xcbase
18707   - "L2BDMACLRN"  # dot1q-l2bdbase
18708   layout:
18709     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
18710     layout: "plot-latency"
18711
18712 -
18713   type: "plot"
18714   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18715   algorithm: "plot_latency_error_bars"
18716   output-file-type: ".html"
18717   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18718   data: "plot-vpp-throughput-latency-3n-hsw"
18719   filter: "'NIC_Intel-X520-DA2' and
18720            '64B' and
18721            'NDRPDR' and
18722            '2T2C' and
18723            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18724            not 'ACL' and
18725            not 'VHOST' and
18726            not 'MEMIF'"
18727   parameters:
18728   - "latency"
18729   - "parent"
18730   - "tags"
18731   sort:
18732   - "L2XCBASE"    # l2xcbase
18733   - "L2BDBASE"    # l2bdbase
18734   - "L2XCFWD"     # dot1q-l2xcbase
18735   - "L2BDMACLRN"  # dot1q-l2bdbase
18736   layout:
18737     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
18738     layout: "plot-latency"
18739
18740 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
18741 -
18742   type: "plot"
18743   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18744   algorithm: "plot_latency_error_bars"
18745   output-file-type: ".html"
18746   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18747   data: "plot-vpp-throughput-latency-3n-hsw"
18748   filter: "'NIC_Intel-X710' and
18749            '64B' and
18750            ('BASE' or 'SCALE') and
18751            'NDRPDR' and
18752            'ETH' and
18753            '1T1C' and
18754            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18755            not 'VHOST' and
18756            not 'MEMIF'"
18757   parameters:
18758   - "latency"
18759   - "parent"
18760   - "tags"
18761   sort:
18762   - "L2PATCH"
18763   - "L2XCBASE"
18764   - "BASE"
18765   - "FIB_10K"
18766   - "FIB_100K"
18767   - "FIB_1M"
18768   layout:
18769     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18770     layout: "plot-latency"
18771
18772 -
18773   type: "plot"
18774   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18775   algorithm: "plot_latency_error_bars"
18776   output-file-type: ".html"
18777   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18778   data: "plot-vpp-throughput-latency-3n-hsw"
18779   filter: "'NIC_Intel-X710' and
18780            '64B' and
18781            ('BASE' or 'SCALE') and
18782            'NDRPDR' and
18783            'ETH' and
18784            '2T2C' and
18785            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18786            not 'VHOST' and
18787            not 'MEMIF'"
18788   parameters:
18789   - "latency"
18790   - "parent"
18791   - "tags"
18792   sort:
18793   - "L2PATCH"
18794   - "L2XCBASE"
18795   - "BASE"
18796   - "FIB_10K"
18797   - "FIB_100K"
18798   - "FIB_1M"
18799   layout:
18800     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18801     layout: "plot-latency"
18802
18803 # Packet Latency - VPP L2 3n-hsw-x710 features
18804 -
18805   type: "plot"
18806   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18807   algorithm: "plot_latency_error_bars"
18808   output-file-type: ".html"
18809   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18810   data: "plot-vpp-throughput-latency-3n-hsw"
18811   filter: "'NIC_Intel-X710' and
18812            '64B' and
18813            'NDRPDR' and
18814            '1T1C' and
18815            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18816            not 'ACL' and
18817            not 'VHOST' and
18818            not 'MEMIF'"
18819   parameters:
18820   - "latency"
18821   - "parent"
18822   - "tags"
18823   sort:
18824   - "L2XCBASE"    # l2xcbase
18825   - "L2BDBASE"    # l2bdbase
18826   - "L2XCFWD"     # dot1q-l2xcbase
18827   - "L2BDMACLRN"  # dot1q-l2bdbase
18828   layout:
18829     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
18830     layout: "plot-latency"
18831
18832 -
18833   type: "plot"
18834   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18835   algorithm: "plot_latency_error_bars"
18836   output-file-type: ".html"
18837   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18838   data: "plot-vpp-throughput-latency-3n-hsw"
18839   filter: "'NIC_Intel-X710' and
18840            '64B' and
18841            'NDRPDR' and
18842            '2T2C' and
18843            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18844            not 'ACL' and
18845            not 'VHOST' and
18846            not 'MEMIF'"
18847   parameters:
18848   - "latency"
18849   - "parent"
18850   - "tags"
18851   sort:
18852   - "L2XCBASE"    # l2xcbase
18853   - "L2BDBASE"    # l2bdbase
18854   - "L2XCFWD"     # dot1q-l2xcbase
18855   - "L2BDMACLRN"  # dot1q-l2bdbase
18856   layout:
18857     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
18858     layout: "plot-latency"
18859
18860 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
18861 -
18862   type: "plot"
18863   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18864   algorithm: "plot_latency_error_bars"
18865   output-file-type: ".html"
18866   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18867   data: "plot-vpp-throughput-latency-3n-hsw"
18868   filter: "'NIC_Intel-XL710' and
18869            '64B' and
18870            ('BASE' or 'SCALE') and
18871            'NDRPDR' and
18872            'ETH' and
18873            '1T1C' and
18874            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18875            not 'VHOST' and
18876            not 'MEMIF'"
18877   parameters:
18878   - "latency"
18879   - "parent"
18880   - "tags"
18881   sort:
18882   - "L2PATCH"
18883   - "L2XCBASE"
18884   - "BASE"
18885   - "FIB_10K"
18886   - "FIB_100K"
18887   - "FIB_1M"
18888   layout:
18889     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
18890     layout: "plot-latency"
18891
18892 -
18893   type: "plot"
18894   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18895   algorithm: "plot_latency_error_bars"
18896   output-file-type: ".html"
18897   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18898   data: "plot-vpp-throughput-latency-3n-hsw"
18899   filter: "'NIC_Intel-XL710' and
18900            '64B' and
18901            ('BASE' or 'SCALE') and
18902            'NDRPDR' and
18903            'ETH' and
18904            '2T2C' and
18905            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18906            not 'VHOST' and
18907            not 'MEMIF'"
18908   parameters:
18909   - "latency"
18910   - "parent"
18911   - "tags"
18912   sort:
18913   - "L2PATCH"
18914   - "L2XCBASE"
18915   - "BASE"
18916   - "FIB_10K"
18917   - "FIB_100K"
18918   - "FIB_1M"
18919   layout:
18920     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
18921     layout: "plot-latency"
18922
18923 # Packet Latency - VPP L2 3n-skx-x710 base and scale
18924 -
18925   type: "plot"
18926   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18927   algorithm: "plot_latency_error_bars"
18928   output-file-type: ".html"
18929   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18930   data: "plot-vpp-throughput-latency-3n-skx"
18931   filter: "'NIC_Intel-X710' and
18932            '64B' and
18933            ('BASE' or 'SCALE') and
18934            'NDRPDR' and
18935            'ETH' and
18936            '2T1C' and
18937            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18938            not 'VHOST' and
18939            not 'MEMIF' and
18940            not 'DRV_AVF'"
18941   parameters:
18942   - "latency"
18943   - "parent"
18944   - "tags"
18945   sort:
18946   - "L2PATCH"
18947   - "L2XCBASE"
18948   - "BASE"
18949   - "FIB_10K"
18950   - "FIB_100K"
18951   - "FIB_1M"
18952   layout:
18953     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18954     layout: "plot-latency"
18955
18956 -
18957   type: "plot"
18958   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18959   algorithm: "plot_latency_error_bars"
18960   output-file-type: ".html"
18961   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18962   data: "plot-vpp-throughput-latency-3n-skx"
18963   filter: "'NIC_Intel-X710' and
18964            '64B' and
18965            ('BASE' or 'SCALE') and
18966            'NDRPDR' and
18967            'ETH' and
18968            '4T2C' and
18969            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18970            not 'VHOST' and
18971            not 'MEMIF' and
18972            not 'DRV_AVF'"
18973   parameters:
18974   - "latency"
18975   - "parent"
18976   - "tags"
18977   sort:
18978   - "L2PATCH"
18979   - "L2XCBASE"
18980   - "BASE"
18981   - "FIB_10K"
18982   - "FIB_100K"
18983   - "FIB_1M"
18984   layout:
18985     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18986     layout: "plot-latency"
18987
18988 # Packet Latency - VPP L2 3n-skx-x710 features
18989 -
18990   type: "plot"
18991   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18992   algorithm: "plot_latency_error_bars"
18993   output-file-type: ".html"
18994   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18995   data: "plot-vpp-throughput-latency-3n-skx"
18996   filter: "'NIC_Intel-X710' and
18997            '64B' and
18998            'NDRPDR' and
18999            '2T1C' and
19000            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19001            not 'ACL' and
19002            not 'VHOST' and
19003            not 'MEMIF'"
19004   parameters:
19005   - "latency"
19006   - "parent"
19007   - "tags"
19008   sort:
19009   - "L2XCBASE"    # l2xcbase
19010   - "L2BDBASE"    # l2bdbase
19011   - "L2XCFWD"     # dot1q-l2xcbase
19012   - "L2BDMACLRN"  # dot1q-l2bdbase
19013   layout:
19014     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
19015     layout: "plot-latency"
19016
19017 -
19018   type: "plot"
19019   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
19020   algorithm: "plot_latency_error_bars"
19021   output-file-type: ".html"
19022   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
19023   data: "plot-vpp-throughput-latency-3n-skx"
19024   filter: "'NIC_Intel-X710' and
19025            '64B' and
19026            'NDRPDR' and
19027            '4T2C' and
19028            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19029            not 'ACL' and
19030            not 'VHOST' and
19031            not 'MEMIF'"
19032   parameters:
19033   - "latency"
19034   - "parent"
19035   - "tags"
19036   sort:
19037   - "L2XCBASE"    # l2xcbase
19038   - "L2BDBASE"    # l2bdbase
19039   - "L2XCFWD"     # dot1q-l2xcbase
19040   - "L2BDMACLRN"  # dot1q-l2bdbase
19041   layout:
19042     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
19043     layout: "plot-latency"
19044
19045 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
19046 -
19047   type: "plot"
19048   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19049   algorithm: "plot_latency_error_bars"
19050   output-file-type: ".html"
19051   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19052   data: "plot-vpp-throughput-latency-3n-skx"
19053   filter: "'NIC_Intel-XXV710' and
19054            '64B' and
19055            ('BASE' or 'SCALE') and
19056            'NDRPDR' and
19057            'ETH' and
19058            '2T1C' and
19059            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19060            not 'VHOST' and
19061            not 'MEMIF' and
19062            not 'DRV_AVF'"
19063   parameters:
19064   - "latency"
19065   - "parent"
19066   - "tags"
19067   sort:
19068   - "L2PATCH"
19069   - "L2XCBASE"
19070   - "BASE"
19071   - "FIB_10K"
19072   - "FIB_100K"
19073   - "FIB_1M"
19074   layout:
19075     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19076     layout: "plot-latency"
19077
19078 -
19079   type: "plot"
19080   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19081   algorithm: "plot_latency_error_bars"
19082   output-file-type: ".html"
19083   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19084   data: "plot-vpp-throughput-latency-3n-skx"
19085   filter: "'NIC_Intel-XXV710' and
19086            '64B' and
19087            ('BASE' or 'SCALE') and
19088            'NDRPDR' and
19089            'ETH' and
19090            '4T2C' and
19091            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19092            not 'VHOST' and
19093            not 'MEMIF' and
19094            not 'DRV_AVF'"
19095   parameters:
19096   - "latency"
19097   - "parent"
19098   - "tags"
19099   sort:
19100   - "L2PATCH"
19101   - "L2XCBASE"
19102   - "BASE"
19103   - "FIB_10K"
19104   - "FIB_100K"
19105   - "FIB_1M"
19106   layout:
19107     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19108     layout: "plot-latency"
19109
19110 # Packet Latency - VPP L2 2n-skx-x710 base and scale
19111 -
19112   type: "plot"
19113   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19114   algorithm: "plot_latency_error_bars"
19115   output-file-type: ".html"
19116   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19117   data: "plot-vpp-throughput-latency-2n-skx"
19118   filter: "'NIC_Intel-X710' and
19119            '64B' and
19120            'ETH' and
19121            ('BASE' or 'SCALE') and
19122            'NDRPDR' and
19123            '2T1C' and
19124            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19125            not 'VHOST' and
19126            not 'MEMIF'"
19127   parameters:
19128   - "latency"
19129   - "parent"
19130   - "tags"
19131   sort:
19132   - "L2PATCH"
19133   - "L2XCBASE"
19134   - "BASE"
19135   - "FIB_10K"
19136   - "FIB_100K"
19137   - "FIB_1M"
19138   layout:
19139     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19140     layout: "plot-latency"
19141
19142 -
19143   type: "plot"
19144   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19145   algorithm: "plot_latency_error_bars"
19146   output-file-type: ".html"
19147   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19148   data: "plot-vpp-throughput-latency-2n-skx"
19149   filter: "'NIC_Intel-X710' and
19150            '64B' and
19151            ('BASE' or 'SCALE') and
19152            'NDRPDR' and
19153            'ETH' and
19154            '4T2C' and
19155            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19156            not 'VHOST' and
19157            not 'MEMIF'"
19158   parameters:
19159   - "latency"
19160   - "parent"
19161   - "tags"
19162   sort:
19163   - "L2PATCH"
19164   - "L2XCBASE"
19165   - "BASE"
19166   - "FIB_10K"
19167   - "FIB_100K"
19168   - "FIB_1M"
19169   layout:
19170     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19171     layout: "plot-latency"
19172
19173 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
19174 -
19175   type: "plot"
19176   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19177   algorithm: "plot_latency_error_bars"
19178   output-file-type: ".html"
19179   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19180   data: "plot-vpp-throughput-latency-2n-skx"
19181   filter: "'NIC_Intel-XXV710' and
19182            '64B' and
19183            ('BASE' or 'SCALE') and
19184            'NDRPDR' and
19185            'ETH' and
19186            '2T1C' and
19187            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19188            not 'VHOST' and
19189            not 'MEMIF'"
19190   parameters:
19191   - "latency"
19192   - "parent"
19193   - "tags"
19194   sort:
19195   - "L2PATCH"
19196   - "L2XCBASE"
19197   - "BASE"
19198   - "FIB_10K"
19199   - "FIB_100K"
19200   - "FIB_1M"
19201   layout:
19202     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19203     layout: "plot-latency"
19204
19205 -
19206   type: "plot"
19207   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19208   algorithm: "plot_latency_error_bars"
19209   output-file-type: ".html"
19210   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19211   data: "plot-vpp-throughput-latency-2n-skx"
19212   filter: "'NIC_Intel-XXV710' and
19213            '64B' and
19214            ('BASE' or 'SCALE') and
19215            'NDRPDR' and
19216            'ETH' and
19217            '4T2C' and
19218            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19219            not 'VHOST' and
19220            not 'MEMIF'"
19221   parameters:
19222   - "latency"
19223   - "parent"
19224   - "tags"
19225   sort:
19226   - "L2PATCH"
19227   - "L2XCBASE"
19228   - "BASE"
19229   - "FIB_10K"
19230   - "FIB_100K"
19231   - "FIB_1M"
19232   layout:
19233     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19234     layout: "plot-latency"
19235
19236 ################################################################################
19237
19238 # Packet Latency - VPP Container Memif 3n-hsw-x520
19239 -
19240   type: "plot"
19241   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19242   algorithm: "plot_latency_error_bars"
19243   output-file-type: ".html"
19244   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19245   data: "plot-vpp-throughput-latency-3n-hsw"
19246   filter: "'NIC_Intel-X520-DA2' and
19247            '64B' and
19248            ('BASE' or 'SCALE') and
19249            'NDRPDR' and
19250            '1T1C' and
19251            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19252            not 'VHOST' and
19253            'MEMIF'"
19254   parameters:
19255   - "latency"
19256   - "parent"
19257   - "tags"
19258   sort:
19259   - "L2XCFWD"
19260   - "L2XCFWD"
19261   - "L2XCFWD"
19262   - "L2BDMACLRN"
19263   - "L2BDMACLRN"
19264   - "L2BDMACLRN"
19265   layout:
19266     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19267     layout: "plot-latency"
19268
19269 -
19270   type: "plot"
19271   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19272   algorithm: "plot_latency_error_bars"
19273   output-file-type: ".html"
19274   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19275   data: "plot-vpp-throughput-latency-3n-hsw"
19276   filter: "'NIC_Intel-X520-DA2' and
19277            '64B' and
19278            ('BASE' or 'SCALE') and
19279            'NDRPDR' and
19280            '2T2C' and
19281            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19282            not 'VHOST' and
19283            'MEMIF'"
19284   parameters:
19285   - "latency"
19286   - "parent"
19287   - "tags"
19288   sort:
19289   - "L2XCFWD"
19290   - "L2XCFWD"
19291   - "L2XCFWD"
19292   - "L2BDMACLRN"
19293   - "L2BDMACLRN"
19294   - "L2BDMACLRN"
19295   layout:
19296     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19297     layout: "plot-latency"
19298
19299 # Packet Latency - VPP Container Memif 3n-hsw-x710
19300 -
19301   type: "plot"
19302   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19303   algorithm: "plot_latency_error_bars"
19304   output-file-type: ".html"
19305   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19306   data: "plot-vpp-throughput-latency-3n-hsw"
19307   filter: "'NIC_Intel-X710' and
19308            '64B' and
19309            ('BASE' or 'SCALE') and
19310            'NDRPDR' and
19311            '1T1C' and
19312            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19313            not 'VHOST' and
19314            'MEMIF'"
19315   parameters:
19316   - "latency"
19317   - "parent"
19318   - "tags"
19319   sort:
19320   - "L2XCFWD"
19321   - "L2XCFWD"
19322   - "L2XCFWD"
19323   - "L2BDMACLRN"
19324   - "L2BDMACLRN"
19325   - "L2BDMACLRN"
19326   layout:
19327     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19328     layout: "plot-latency"
19329
19330 -
19331   type: "plot"
19332   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19333   algorithm: "plot_latency_error_bars"
19334   output-file-type: ".html"
19335   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19336   data: "plot-vpp-throughput-latency-3n-hsw"
19337   filter: "'NIC_Intel-X710' and
19338            '64B' and
19339            ('BASE' or 'SCALE') and
19340            'NDRPDR' and
19341            '2T2C' and
19342            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19343            not 'VHOST' and
19344            'MEMIF'"
19345   parameters:
19346   - "latency"
19347   - "parent"
19348   - "tags"
19349   sort:
19350   - "L2XCFWD"
19351   - "L2XCFWD"
19352   - "L2XCFWD"
19353   - "L2BDMACLRN"
19354   - "L2BDMACLRN"
19355   - "L2BDMACLRN"
19356   layout:
19357     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19358     layout: "plot-latency"
19359
19360 # Packet Latency - VPP Container Memif 3n-hsw-xl710
19361 -
19362   type: "plot"
19363   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19364   algorithm: "plot_latency_error_bars"
19365   output-file-type: ".html"
19366   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19367   data: "plot-vpp-throughput-latency-3n-hsw"
19368   filter: "'NIC_Intel-XL710' and
19369            '64B' and
19370            ('BASE' or 'SCALE') and
19371            'NDRPDR' and
19372            '1T1C' and
19373            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19374            not 'VHOST' and
19375            'MEMIF'"
19376   parameters:
19377   - "latency"
19378   - "parent"
19379   - "tags"
19380   sort:
19381   - "L2XCFWD"
19382   - "L2XCFWD"
19383   - "L2XCFWD"
19384   - "L2BDMACLRN"
19385   - "L2BDMACLRN"
19386   - "L2BDMACLRN"
19387   layout:
19388     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19389     layout: "plot-latency"
19390
19391 -
19392   type: "plot"
19393   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19394   algorithm: "plot_latency_error_bars"
19395   output-file-type: ".html"
19396   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19397   data: "plot-vpp-throughput-latency-3n-hsw"
19398   filter: "'NIC_Intel-XL710' and
19399            '64B' and
19400            ('BASE' or 'SCALE') and
19401            'NDRPDR' and
19402            '2T2C' and
19403            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19404            not 'VHOST' and
19405            'MEMIF'"
19406   parameters:
19407   - "latency"
19408   - "parent"
19409   - "tags"
19410   sort:
19411   - "L2XCFWD"
19412   - "L2XCFWD"
19413   - "L2XCFWD"
19414   - "L2BDMACLRN"
19415   - "L2BDMACLRN"
19416   - "L2BDMACLRN"
19417   layout:
19418     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19419     layout: "plot-latency"
19420
19421 # Packet Latency - VPP Container Memif 3n-skx-x710
19422 -
19423   type: "plot"
19424   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19425   algorithm: "plot_latency_error_bars"
19426   output-file-type: ".html"
19427   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19428   data: "plot-vpp-throughput-latency-3n-skx"
19429   filter: "'NIC_Intel-X710' and
19430            '64B' and
19431            ('BASE' or 'SCALE') and
19432            'NDRPDR' and
19433            '2T1C' and
19434            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19435            not 'VHOST' and
19436            'MEMIF'"
19437   parameters:
19438   - "latency"
19439   - "parent"
19440   - "tags"
19441   sort:
19442   - "L2XCFWD"
19443   - "L2XCFWD"
19444   - "L2XCFWD"
19445   - "L2BDMACLRN"
19446   - "L2BDMACLRN"
19447   - "L2BDMACLRN"
19448   layout:
19449     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19450     layout: "plot-latency"
19451
19452 -
19453   type: "plot"
19454   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19455   algorithm: "plot_latency_error_bars"
19456   output-file-type: ".html"
19457   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19458   data: "plot-vpp-throughput-latency-3n-skx"
19459   filter: "'NIC_Intel-X710' and
19460            '64B' and
19461            ('BASE' or 'SCALE') and
19462            'NDRPDR' and
19463            '4T2C' and
19464            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19465            not 'VHOST' and
19466            'MEMIF'"
19467   parameters:
19468   - "latency"
19469   - "parent"
19470   - "tags"
19471   sort:
19472   - "L2XCFWD"
19473   - "L2XCFWD"
19474   - "L2XCFWD"
19475   - "L2BDMACLRN"
19476   - "L2BDMACLRN"
19477   - "L2BDMACLRN"
19478   layout:
19479     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19480     layout: "plot-latency"
19481
19482 # Packet Latency - VPP Container Memif 2n-skx-x710
19483 -
19484   type: "plot"
19485   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19486   algorithm: "plot_latency_error_bars"
19487   output-file-type: ".html"
19488   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19489   data: "plot-vpp-throughput-latency-2n-skx"
19490   filter: "'NIC_Intel-X710' and
19491            '64B' and
19492            ('BASE' or 'SCALE') and
19493            'NDRPDR' and
19494            '2T1C' and
19495            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19496            not 'VHOST' and
19497            'MEMIF'"
19498   parameters:
19499   - "latency"
19500   - "parent"
19501   - "tags"
19502   sort:
19503   - "L2XCFWD"
19504   - "L2XCFWD"
19505   - "L2XCFWD"
19506   - "L2BDMACLRN"
19507   - "L2BDMACLRN"
19508   - "L2BDMACLRN"
19509   layout:
19510     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19511     layout: "plot-latency"
19512
19513 -
19514   type: "plot"
19515   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19516   algorithm: "plot_latency_error_bars"
19517   output-file-type: ".html"
19518   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19519   data: "plot-vpp-throughput-latency-2n-skx"
19520   filter: "'NIC_Intel-X710' and
19521            '64B' and
19522            ('BASE' or 'SCALE') and
19523            'NDRPDR' and
19524            '4T2C' and
19525            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19526            not 'VHOST' and
19527            'MEMIF'"
19528   parameters:
19529   - "latency"
19530   - "parent"
19531   - "tags"
19532   sort:
19533   - "L2XCFWD"
19534   - "L2XCFWD"
19535   - "L2XCFWD"
19536   - "L2BDMACLRN"
19537   - "L2BDMACLRN"
19538   - "L2BDMACLRN"
19539   layout:
19540     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19541     layout: "plot-latency"
19542
19543 # Packet Latency - VPP Container Memif 2n-skx-xxv710
19544 -
19545   type: "plot"
19546   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19547   algorithm: "plot_latency_error_bars"
19548   output-file-type: ".html"
19549   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19550   data: "plot-vpp-throughput-latency-2n-skx"
19551   filter: "'NIC_Intel-XXV710' and
19552            '64B' and
19553            ('BASE' or 'SCALE') and
19554            'NDRPDR' and
19555            '2T1C' and
19556            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19557            not 'VHOST' and
19558            'MEMIF'"
19559   parameters:
19560   - "latency"
19561   - "parent"
19562   - "tags"
19563   sort:
19564   - "L2XCFWD"
19565   - "L2XCFWD"
19566   - "L2XCFWD"
19567   - "L2BDMACLRN"
19568   - "L2BDMACLRN"
19569   - "L2BDMACLRN"
19570   layout:
19571     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19572     layout: "plot-latency"
19573
19574 -
19575   type: "plot"
19576   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19577   algorithm: "plot_latency_error_bars"
19578   output-file-type: ".html"
19579   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19580   data: "plot-vpp-throughput-latency-2n-skx"
19581   filter: "'NIC_Intel-XXV710' and
19582            '64B' and
19583            ('BASE' or 'SCALE') and
19584            'NDRPDR' and
19585            '4T2C' and
19586            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19587            not 'VHOST' and
19588            'MEMIF'"
19589   parameters:
19590   - "latency"
19591   - "parent"
19592   - "tags"
19593   sort:
19594   - "L2XCFWD"
19595   - "L2XCFWD"
19596   - "L2XCFWD"
19597   - "L2BDMACLRN"
19598   - "L2BDMACLRN"
19599   - "L2BDMACLRN"
19600   layout:
19601     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19602     layout: "plot-latency"
19603
19604 ################################################################################
19605
19606 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19607 -
19608   type: "plot"
19609   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19610   algorithm: "plot_latency_error_bars"
19611   output-file-type: ".html"
19612   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19613   data: "plot-ligato-throughput-latency-3n-hsw"
19614   filter: "'NIC_Intel-X520-DA2' and
19615            '64B' and
19616            ('BASE' or 'SCALE') and
19617            'NDRPDR' and
19618            '1T1C' and
19619            'L2XCFWD' and
19620            not 'VHOST' and
19621            'MEMIF'"
19622   parameters:
19623   - "latency"
19624   - "parent"
19625   - "tags"
19626   sort:
19627   - "1VNF"
19628   - "2VNF"
19629   - "4VNF"
19630   - "2VNF"
19631   - "4VNF"
19632   layout:
19633     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19634     layout: "plot-latency"
19635
19636 -
19637   type: "plot"
19638   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19639   algorithm: "plot_latency_error_bars"
19640   output-file-type: ".html"
19641   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19642   data: "plot-ligato-throughput-latency-3n-hsw"
19643   filter: "'NIC_Intel-X520-DA2' and
19644            '64B' and
19645            ('BASE' or 'SCALE') and
19646            'NDRPDR' and
19647            '2T2C' and
19648            'L2XCFWD' and
19649            not 'VHOST' and
19650            'MEMIF'"
19651   parameters:
19652   - "latency"
19653   - "parent"
19654   - "tags"
19655   sort:
19656   - "1VNF"
19657   - "2VNF"
19658   - "4VNF"
19659   - "2VNF"
19660   - "4VNF"
19661   layout:
19662     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19663     layout: "plot-latency"
19664
19665 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19666 -
19667   type: "plot"
19668   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19669   algorithm: "plot_latency_error_bars"
19670   output-file-type: ".html"
19671   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19672   data: "plot-ligato-throughput-latency-3n-hsw"
19673   filter: "'NIC_Intel-X520-DA2' and
19674            '64B' and
19675            ('BASE' or 'SCALE') and
19676            'NDRPDR' and
19677            '1T1C' and
19678            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19679            not 'VHOST' and
19680            'MEMIF'"
19681   parameters:
19682   - "latency"
19683   - "parent"
19684   - "tags"
19685   sort:
19686   - "1VNF"
19687   - "2VNF"
19688   - "4VNF"
19689   - "2VNF"
19690   - "4VNF"
19691   layout:
19692     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19693     layout: "plot-latency"
19694
19695 -
19696   type: "plot"
19697   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19698   algorithm: "plot_latency_error_bars"
19699   output-file-type: ".html"
19700   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19701   data: "plot-ligato-throughput-latency-3n-hsw"
19702   filter: "'NIC_Intel-X520-DA2' and
19703            '64B' and
19704            ('BASE' or 'SCALE') and
19705            'NDRPDR' and
19706            '2T2C' and
19707            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19708            not 'VHOST' and
19709            'MEMIF'"
19710   parameters:
19711   - "latency"
19712   - "parent"
19713   - "tags"
19714   sort:
19715   - "1VNF"
19716   - "2VNF"
19717   - "4VNF"
19718   - "2VNF"
19719   - "4VNF"
19720   layout:
19721     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19722     layout: "plot-latency"
19723
19724 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19725 -
19726   type: "plot"
19727   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19728   algorithm: "plot_latency_error_bars"
19729   output-file-type: ".html"
19730   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19731   data: "plot-ligato-throughput-latency-3n-hsw"
19732   filter: "'NIC_Intel-X710' and
19733            '64B' and
19734            ('BASE' or 'SCALE') and
19735            'NDRPDR' and
19736            '1T1C' and
19737            'L2XCFWD' and
19738            not 'VHOST' and
19739            'MEMIF'"
19740   parameters:
19741   - "latency"
19742   - "parent"
19743   - "tags"
19744   sort:
19745   - "1VNF"
19746   - "2VNF"
19747   - "4VNF"
19748   - "2VNF"
19749   - "4VNF"
19750   layout:
19751     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19752     layout: "plot-latency"
19753
19754 -
19755   type: "plot"
19756   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19757   algorithm: "plot_latency_error_bars"
19758   output-file-type: ".html"
19759   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19760   data: "plot-ligato-throughput-latency-3n-hsw"
19761   filter: "'NIC_Intel-X710' and
19762            '64B' and
19763            ('BASE' or 'SCALE') and
19764            'NDRPDR' and
19765            '2T2C' and
19766            'L2XCFWD' and
19767            not 'VHOST' and
19768            'MEMIF'"
19769   parameters:
19770   - "latency"
19771   - "parent"
19772   - "tags"
19773   sort:
19774   - "1VNF"
19775   - "2VNF"
19776   - "4VNF"
19777   - "2VNF"
19778   - "4VNF"
19779   layout:
19780     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
19781     layout: "plot-latency"
19782
19783 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
19784 -
19785   type: "plot"
19786   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19787   algorithm: "plot_latency_error_bars"
19788   output-file-type: ".html"
19789   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19790   data: "plot-ligato-throughput-latency-3n-hsw"
19791   filter: "'NIC_Intel-X710' and
19792            '64B' and
19793            ('BASE' or 'SCALE') and
19794            'NDRPDR' and
19795            '1T1C' and
19796            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19797            not 'VHOST' and
19798            'MEMIF'"
19799   parameters:
19800   - "latency"
19801   - "parent"
19802   - "tags"
19803   sort:
19804   - "1VNF"
19805   - "2VNF"
19806   - "4VNF"
19807   - "2VNF"
19808   - "4VNF"
19809   layout:
19810     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
19811     layout: "plot-latency"
19812
19813 -
19814   type: "plot"
19815   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19816   algorithm: "plot_latency_error_bars"
19817   output-file-type: ".html"
19818   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19819   data: "plot-ligato-throughput-latency-3n-hsw"
19820   filter: "'NIC_Intel-X710' and
19821            '64B' and
19822            ('BASE' or 'SCALE') and
19823            'NDRPDR' and
19824            '2T2C' and
19825            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19826            not 'VHOST' and
19827            'MEMIF'"
19828   parameters:
19829   - "latency"
19830   - "parent"
19831   - "tags"
19832   sort:
19833   - "1VNF"
19834   - "2VNF"
19835   - "4VNF"
19836   - "2VNF"
19837   - "4VNF"
19838   layout:
19839     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
19840     layout: "plot-latency"
19841
19842 ################################################################################
19843
19844 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
19845 -
19846   type: "plot"
19847   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19848   algorithm: "plot_latency_error_bars"
19849   output-file-type: ".html"
19850   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19851   data: "plot-vpp-throughput-latency-3n-hsw"
19852   filter: "'NIC_Intel-X520-DA2' and
19853            '64B' and
19854            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19855            'NDRPDR' and
19856            '1T1C' and
19857            'IP4FWD' and
19858            not 'IPSEC' and
19859            not 'VHOST'"
19860   parameters:
19861   - "latency"
19862   - "parent"
19863   - "tags"
19864   sort:
19865   - "DOT1Q"
19866   - "IP4BASE"
19867   - "FIB_20k"
19868   - "FIB_200k"
19869   - "FIB_2M"
19870   layout:
19871     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19872     layout: "plot-latency"
19873
19874 -
19875   type: "plot"
19876   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19877   algorithm: "plot_latency_error_bars"
19878   output-file-type: ".html"
19879   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19880   data: "plot-vpp-throughput-latency-3n-hsw"
19881   filter: "'NIC_Intel-X520-DA2' and
19882            '64B' and
19883            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19884            'NDRPDR' and
19885            '2T2C' and
19886            'IP4FWD' and
19887            not 'IPSEC' and
19888            not 'VHOST'"
19889   parameters:
19890   - "latency"
19891   - "parent"
19892   - "tags"
19893   sort:
19894   - "DOT1Q"
19895   - "IP4BASE"
19896   - "FIB_20k"
19897   - "FIB_200k"
19898   - "FIB_2M"
19899   layout:
19900     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19901     layout: "plot-latency"
19902
19903 # Packet Latency - VPP IPv4 3n-hsw-x520 features
19904 -
19905   type: "plot"
19906   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19907   algorithm: "plot_latency_error_bars"
19908   output-file-type: ".html"
19909   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19910   data: "plot-vpp-throughput-latency-3n-hsw"
19911   filter: "'NIC_Intel-X520-DA2' and
19912            '64B' and
19913            ('IP4BASE' or
19914             'POLICE_MARK' or
19915             'COPWHLIST' or
19916             ('NAT44' and 'BASE') or
19917             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19918            'NDRPDR' and
19919            '1T1C' and
19920            'IP4FWD' and
19921            not 'IPSEC' and
19922            not 'VHOST'"
19923   parameters:
19924   - "latency"
19925   - "parent"
19926   - "tags"
19927   sort:
19928   - "DOT1Q"
19929   - "IP4BASE"
19930   - "NAT44"
19931   - "POLICE_MARK"
19932   - "COPWHLIST"
19933   - "IACL"
19934   - "OACL"
19935   layout:
19936     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
19937     layout: "plot-latency"
19938
19939 -
19940   type: "plot"
19941   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19942   algorithm: "plot_latency_error_bars"
19943   output-file-type: ".html"
19944   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19945   data: "plot-vpp-throughput-latency-3n-hsw"
19946   filter: "'NIC_Intel-X520-DA2' and
19947            '64B' and
19948            ('IP4BASE' or
19949             'POLICE_MARK' or
19950             'COPWHLIST' or
19951             ('NAT44' and 'BASE') or
19952             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19953            'NDRPDR' and
19954            '2T2C' and
19955            'IP4FWD' and
19956            not 'IPSEC' and
19957            not 'VHOST'"
19958   parameters:
19959   - "latency"
19960   - "parent"
19961   - "tags"
19962   sort:
19963   - "DOT1Q"
19964   - "IP4BASE"
19965   - "NAT44"
19966   - "POLICE_MARK"
19967   - "COPWHLIST"
19968   - "IACL"
19969   - "OACL"
19970   layout:
19971     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
19972     layout: "plot-latency"
19973
19974 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
19975 -
19976   type: "plot"
19977   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19978   algorithm: "plot_latency_error_bars"
19979   output-file-type: ".html"
19980   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19981   data: "plot-vpp-throughput-latency-3n-hsw"
19982   filter: "'NIC_Intel-X520-DA2' and
19983            '64B' and
19984            'NDRPDR' and
19985            '1T1C' and
19986            'IP4FWD' and
19987            'NAT44' and
19988            not 'IPSEC' and
19989            not 'VHOST'"
19990   parameters:
19991   - "latency"
19992   - "parent"
19993   - "tags"
19994   sort:
19995   - "BASE"
19996   - "BASE"
19997   - "SRC_USER_10"
19998   - "SRC_USER_100"
19999   - "SRC_USER_1000"
20000   - "SRC_USER_2000"
20001   layout:
20002     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
20003     layout: "plot-latency"
20004
20005 -
20006   type: "plot"
20007   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
20008   algorithm: "plot_latency_error_bars"
20009   output-file-type: ".html"
20010   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
20011   data: "plot-vpp-throughput-latency-3n-hsw"
20012   filter: "'NIC_Intel-X520-DA2' and
20013            '64B' and
20014            'NDRPDR' and
20015            '2T2C' and
20016            'IP4FWD' and
20017            'NAT44' and
20018            not 'IPSEC' and
20019            not 'VHOST'"
20020   parameters:
20021   - "latency"
20022   - "parent"
20023   - "tags"
20024   sort:
20025   - "BASE"
20026   - "BASE"
20027   - "SRC_USER_10"
20028   - "SRC_USER_100"
20029   - "SRC_USER_1000"
20030   - "SRC_USER_2000"
20031   layout:
20032     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
20033     layout: "plot-latency"
20034
20035 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
20036 -
20037   type: "plot"
20038   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
20039   algorithm: "plot_latency_error_bars"
20040   output-file-type: ".html"
20041   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
20042   data: "plot-vpp-throughput-latency-3n-hsw"
20043   filter: "'NIC_Intel-X520-DA2' and
20044            '64B' and
20045            'NDRPDR' and
20046            '1T1C' and
20047            'IP4FWD' and
20048            'IACL' and
20049            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20050            not 'IPSEC' and
20051            not 'VHOST'"
20052   parameters:
20053   - "latency"
20054   - "parent"
20055   - "tags"
20056   sort:
20057   - "ACL_STATELESS"
20058   - "ACL_STATEFUL"
20059   - "ACL_STATELESS"
20060   - "ACL_STATEFUL"
20061   layout:
20062     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
20063     layout: "plot-latency"
20064
20065 -
20066   type: "plot"
20067   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
20068   algorithm: "plot_latency_error_bars"
20069   output-file-type: ".html"
20070   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
20071   data: "plot-vpp-throughput-latency-3n-hsw"
20072   filter: "'NIC_Intel-X520-DA2' and
20073            '64B' and
20074            'NDRPDR' and
20075            '2T2C' and
20076            'IP4FWD' and
20077            'IACL' and
20078            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20079            not 'IPSEC' and
20080            not 'VHOST'"
20081   parameters:
20082   - "latency"
20083   - "parent"
20084   - "tags"
20085   sort:
20086   - "ACL_STATELESS"
20087   - "ACL_STATEFUL"
20088   - "ACL_STATELESS"
20089   - "ACL_STATEFUL"
20090   layout:
20091     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
20092     layout: "plot-latency"
20093
20094 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
20095 -
20096   type: "plot"
20097   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
20098   algorithm: "plot_latency_error_bars"
20099   output-file-type: ".html"
20100   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
20101   data: "plot-vpp-throughput-latency-3n-hsw"
20102   filter: "'NIC_Intel-X520-DA2' and
20103            '64B' and
20104            'NDRPDR' and
20105            '1T1C' and
20106            'IP4FWD' and
20107            'OACL' and
20108            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20109            not 'IPSEC' and
20110            not 'VHOST'"
20111   parameters:
20112   - "latency"
20113   - "parent"
20114   - "tags"
20115   sort:
20116   - "ACL_STATELESS"
20117   - "ACL_STATEFUL"
20118   - "ACL_STATELESS"
20119   - "ACL_STATEFUL"
20120   layout:
20121     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
20122     layout: "plot-latency"
20123
20124 -
20125   type: "plot"
20126   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20127   algorithm: "plot_latency_error_bars"
20128   output-file-type: ".html"
20129   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20130   data: "plot-vpp-throughput-latency-3n-hsw"
20131   filter: "'NIC_Intel-X520-DA2' and
20132            '64B' and
20133            'NDRPDR' and
20134            '2T2C' and
20135            'IP4FWD' and
20136            'OACL' and
20137            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20138            not 'IPSEC' and
20139            not 'VHOST'"
20140   parameters:
20141   - "latency"
20142   - "parent"
20143   - "tags"
20144   sort:
20145   - "ACL_STATELESS"
20146   - "ACL_STATEFUL"
20147   - "ACL_STATELESS"
20148   - "ACL_STATEFUL"
20149   layout:
20150     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
20151     layout: "plot-latency"
20152
20153 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
20154 -
20155   type: "plot"
20156   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20157   algorithm: "plot_latency_error_bars"
20158   output-file-type: ".html"
20159   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20160   data: "plot-vpp-throughput-latency-3n-hsw"
20161   filter: "'NIC_Intel-X710' and
20162            '64B' and
20163            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20164            'NDRPDR' and
20165            '1T1C' and
20166            'IP4FWD' and
20167            not 'IPSEC' and
20168            not 'VHOST'"
20169   parameters:
20170   - "latency"
20171   - "parent"
20172   - "tags"
20173   sort:
20174   - "DOT1Q"
20175   - "IP4BASE"
20176   - "FIB_20K"
20177   - "FIB_200K"
20178   - "FIB_2M"
20179   layout:
20180     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20181     layout: "plot-latency"
20182
20183 -
20184   type: "plot"
20185   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20186   algorithm: "plot_latency_error_bars"
20187   output-file-type: ".html"
20188   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20189   data: "plot-vpp-throughput-latency-3n-hsw"
20190   filter: "'NIC_Intel-X710' and
20191            '64B' and
20192            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20193            'NDRPDR' and
20194            '2T2C' and
20195            'IP4FWD' and
20196            not 'IPSEC' and
20197            not 'VHOST'"
20198   parameters:
20199   - "latency"
20200   - "parent"
20201   - "tags"
20202   sort:
20203   - "DOT1Q"
20204   - "IP4BASE"
20205   - "FIB_20K"
20206   - "FIB_200K"
20207   - "FIB_2M"
20208   layout:
20209     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20210     layout: "plot-latency"
20211
20212 # Packet Latency - VPP IPv4 3n-hsw-x710 features
20213 -
20214   type: "plot"
20215   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20216   algorithm: "plot_latency_error_bars"
20217   output-file-type: ".html"
20218   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20219   data: "plot-vpp-throughput-latency-3n-hsw"
20220   filter: "'NIC_Intel-X710' and
20221            '64B' and
20222            ('IP4BASE' or
20223             'POLICE_MARK' or
20224             'COPWHLIST' or
20225             ('NAT44' and 'BASE') or
20226             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20227            'NDRPDR' and
20228            '1T1C' and
20229            'IP4FWD' and
20230            not 'IPSEC' and
20231            not 'VHOST'"
20232   parameters:
20233   - "latency"
20234   - "parent"
20235   - "tags"
20236   sort:
20237   - "IP4BASE"
20238   - "NAT44"
20239   - "POLICE_MARK"
20240   - "COPWHLIST"
20241   - "IACL"
20242   - "OACL"
20243   layout:
20244     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20245     layout: "plot-latency"
20246
20247 -
20248   type: "plot"
20249   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20250   algorithm: "plot_latency_error_bars"
20251   output-file-type: ".html"
20252   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20253   data: "plot-vpp-throughput-latency-3n-hsw"
20254   filter: "'NIC_Intel-X710' and
20255            '64B' and
20256            ('IP4BASE' or
20257             'POLICE_MARK' or
20258             'COPWHLIST' or
20259             ('NAT44' and 'BASE') or
20260             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20261            'NDRPDR' and
20262            '2T2C' and
20263            'IP4FWD' and
20264            not 'IPSEC' and
20265            not 'VHOST'"
20266   parameters:
20267   - "latency"
20268   - "parent"
20269   - "tags"
20270   sort:
20271   - "IP4BASE"
20272   - "NAT44"
20273   - "POLICE_MARK"
20274   - "COPWHLIST"
20275   - "IACL"
20276   - "OACL"
20277   layout:
20278     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20279     layout: "plot-latency"
20280
20281 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20282 -
20283   type: "plot"
20284   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20285   algorithm: "plot_latency_error_bars"
20286   output-file-type: ".html"
20287   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20288   data: "plot-vpp-throughput-latency-3n-hsw"
20289   filter: "'NIC_Intel-X710' and
20290            '64B' and
20291            'NDRPDR' and
20292            '1T1C' and
20293            'IP4FWD' and
20294            'NAT44' and
20295            not 'IPSEC' and
20296            not 'VHOST'"
20297   parameters:
20298   - "latency"
20299   - "parent"
20300   - "tags"
20301   sort:
20302   - "BASE"
20303   - "BASE"
20304   - "SRC_USER_10"
20305   - "SRC_USER_100"
20306   - "SRC_USER_1000"
20307   - "SRC_USER_2000"
20308   layout:
20309     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20310     layout: "plot-latency"
20311
20312 -
20313   type: "plot"
20314   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20315   algorithm: "plot_latency_error_bars"
20316   output-file-type: ".html"
20317   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20318   data: "plot-vpp-throughput-latency-3n-hsw"
20319   filter: "'NIC_Intel-X710' and
20320            '64B' and
20321            'NDRPDR' and
20322            '2T2C' and
20323            'IP4FWD' and
20324            'NAT44' and
20325            not 'IPSEC' and
20326            not 'VHOST'"
20327   parameters:
20328   - "latency"
20329   - "parent"
20330   - "tags"
20331   sort:
20332   - "BASE"
20333   - "BASE"
20334   - "SRC_USER_10"
20335   - "SRC_USER_100"
20336   - "SRC_USER_1000"
20337   - "SRC_USER_2000"
20338   layout:
20339     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
20340     layout: "plot-latency"
20341
20342 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
20343 -
20344   type: "plot"
20345   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20346   algorithm: "plot_latency_error_bars"
20347   output-file-type: ".html"
20348   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20349   data: "plot-vpp-throughput-latency-3n-hsw"
20350   filter: "'NIC_Intel-X710' and
20351            '64B' and
20352            'NDRPDR' and
20353            '1T1C' and
20354            'IP4FWD' and
20355            'IACL' and
20356            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20357            not 'IPSEC' and
20358            not 'VHOST'"
20359   parameters:
20360   - "latency"
20361   - "parent"
20362   - "tags"
20363   sort:
20364   - "ACL_STATELESS"
20365   - "ACL_STATEFUL"
20366   - "ACL_STATELESS"
20367   - "ACL_STATEFUL"
20368   layout:
20369     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
20370     layout: "plot-latency"
20371
20372 -
20373   type: "plot"
20374   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20375   algorithm: "plot_latency_error_bars"
20376   output-file-type: ".html"
20377   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20378   data: "plot-vpp-throughput-latency-3n-hsw"
20379   filter: "'NIC_Intel-X710' and
20380            '64B' and
20381            'NDRPDR' and
20382            '2T2C' and
20383            'IP4FWD' and
20384            'IACL' and
20385            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20386            not 'IPSEC' and
20387            not 'VHOST'"
20388   parameters:
20389   - "latency"
20390   - "parent"
20391   - "tags"
20392   sort:
20393   - "ACL_STATELESS"
20394   - "ACL_STATEFUL"
20395   - "ACL_STATELESS"
20396   - "ACL_STATEFUL"
20397   layout:
20398     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20399     layout: "plot-latency"
20400
20401 ## Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
20402 #-
20403 #  type: "plot"
20404 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
20405 #  algorithm: "plot_latency_error_bars"
20406 #  output-file-type: ".html"
20407 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
20408 #  data: "plot-vpp-throughput-latency-3n-hsw"
20409 #  filter: "'NIC_Intel-X710' and
20410 #           '64B' and
20411 #           'NDRPDR' and
20412 #           '1T1C' and
20413 #           'IP4FWD' and
20414 #           'OACL' and
20415 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20416 #           not 'IPSEC' and
20417 #           not 'VHOST'"
20418 #  parameters:
20419 #  - "latency"
20420 #  - "parent"
20421 #  - "tags"
20422 #  sort:
20423 #  - "ACL_STATELESS"
20424 #  - "ACL_STATEFUL"
20425 #  - "ACL_STATELESS"
20426 #  - "ACL_STATEFUL"
20427 #  layout:
20428 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
20429 #    layout: "plot-latency"
20430 #
20431 #-
20432 #  type: "plot"
20433 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
20434 #  algorithm: "plot_latency_error_bars"
20435 #  output-file-type: ".html"
20436 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
20437 #  data: "plot-vpp-throughput-latency-3n-hsw"
20438 #  filter: "'NIC_Intel-X710' and
20439 #           '64B' and
20440 #           'NDRPDR' and
20441 #           '2T2C' and
20442 #           'IP4FWD' and
20443 #           'OACL' and
20444 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20445 #           not 'IPSEC' and
20446 #           not 'VHOST'"
20447 #  parameters:
20448 #  - "latency"
20449 #  - "parent"
20450 #  - "tags"
20451 #  sort:
20452 #  - "ACL_STATELESS"
20453 #  - "ACL_STATEFUL"
20454 #  - "ACL_STATELESS"
20455 #  - "ACL_STATEFUL"
20456 #  layout:
20457 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
20458 #    layout: "plot-latency"
20459
20460 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20461 -
20462   type: "plot"
20463   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20464   algorithm: "plot_latency_error_bars"
20465   output-file-type: ".html"
20466   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20467   data: "plot-vpp-throughput-latency-3n-hsw"
20468   filter: "'NIC_Intel-XL710' and
20469            '64B' and
20470            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20471            'NDRPDR' and
20472            '1T1C' and
20473            'IP4FWD' and
20474            not 'IPSEC' and
20475            not 'VHOST'"
20476   parameters:
20477   - "latency"
20478   - "parent"
20479   - "tags"
20480   sort:
20481   - "IP4BASE"
20482   - "FIB_20K"
20483   - "FIB_200K"
20484   - "FIB_2M"
20485   layout:
20486     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
20487     layout: "plot-latency"
20488
20489 -
20490   type: "plot"
20491   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20492   algorithm: "plot_latency_error_bars"
20493   output-file-type: ".html"
20494   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20495   data: "plot-vpp-throughput-latency-3n-hsw"
20496   filter: "'NIC_Intel-XL710' and
20497            '64B' and
20498            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20499            'NDRPDR' and
20500            '2T2C' and
20501            'IP4FWD' and
20502            not 'IPSEC' and
20503            not 'VHOST'"
20504   parameters:
20505   - "latency"
20506   - "parent"
20507   - "tags"
20508   sort:
20509   - "IP4BASE"
20510   - "FIB_20K"
20511   - "FIB_200K"
20512   - "FIB_2M"
20513   layout:
20514     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
20515     layout: "plot-latency"
20516
20517 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20518 -
20519   type: "plot"
20520   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20521   algorithm: "plot_latency_error_bars"
20522   output-file-type: ".html"
20523   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20524   data: "plot-vpp-throughput-latency-3n-skx"
20525   filter: "'NIC_Intel-X710' and
20526            '64B' and
20527            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20528            'NDRPDR' and
20529            '2T1C' and
20530            'IP4FWD' and
20531            not 'IPSEC' and
20532            not 'VHOST'"
20533   parameters:
20534   - "latency"
20535   - "parent"
20536   - "tags"
20537   sort:
20538   - "IP4BASE"
20539   - "FIB_20K"
20540   - "FIB_200K"
20541   - "FIB_2M"
20542   layout:
20543     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20544     layout: "plot-latency"
20545
20546 -
20547   type: "plot"
20548   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20549   algorithm: "plot_latency_error_bars"
20550   output-file-type: ".html"
20551   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20552   data: "plot-vpp-throughput-latency-3n-skx"
20553   filter: "'NIC_Intel-X710' and
20554            '64B' and
20555            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20556            'NDRPDR' and
20557            '4T2C' and
20558            'IP4FWD' and
20559            not 'IPSEC' and
20560            not 'VHOST'"
20561   parameters:
20562   - "latency"
20563   - "parent"
20564   - "tags"
20565   sort:
20566   - "IP4BASE"
20567   - "FIB_20K"
20568   - "FIB_200K"
20569   - "FIB_2M"
20570   layout:
20571     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20572     layout: "plot-latency"
20573
20574 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20575 -
20576   type: "plot"
20577   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20578   algorithm: "plot_latency_error_bars"
20579   output-file-type: ".html"
20580   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20581   data: "plot-vpp-throughput-latency-3n-skx"
20582   filter: "'NIC_Intel-X710' and
20583            '64B' and
20584            ('IP4BASE' or
20585             'POLICE_MARK' or
20586             'COPWHLIST' or
20587             ('NAT44' and 'BASE') or
20588             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20589            'NDRPDR' and
20590            '2T1C' and
20591            'IP4FWD' and
20592            not 'IPSEC' and
20593            not 'VHOST'"
20594   parameters:
20595   - "latency"
20596   - "parent"
20597   - "tags"
20598   sort:
20599   - "IP4BASE"
20600   - "NAT44"
20601   - "POLICE_MARK"
20602   - "COPWHLIST"
20603   - "IACL"
20604   - "OACL"
20605   layout:
20606     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20607     layout: "plot-latency"
20608
20609 -
20610   type: "plot"
20611   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20612   algorithm: "plot_latency_error_bars"
20613   output-file-type: ".html"
20614   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20615   data: "plot-vpp-throughput-latency-3n-skx"
20616   filter: "'NIC_Intel-X710' and
20617            '64B' and
20618            ('IP4BASE' or
20619             'POLICE_MARK' or
20620             'COPWHLIST' or
20621             ('NAT44' and 'BASE') or
20622             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20623            'NDRPDR' and
20624            '4T2C' and
20625            'IP4FWD' and
20626            not 'IPSEC' and
20627            not 'VHOST'"
20628   parameters:
20629   - "latency"
20630   - "parent"
20631   - "tags"
20632   sort:
20633   - "IP4BASE"
20634   - "NAT44"
20635   - "POLICE_MARK"
20636   - "COPWHLIST"
20637   - "IACL"
20638   - "OACL"
20639   layout:
20640     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20641     layout: "plot-latency"
20642
20643 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20644 -
20645   type: "plot"
20646   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20647   algorithm: "plot_latency_error_bars"
20648   output-file-type: ".html"
20649   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20650   data: "plot-vpp-throughput-latency-3n-skx"
20651   filter: "'NIC_Intel-X710' and
20652            '64B' and
20653            'NDRPDR' and
20654            '2T1C' and
20655            'IP4FWD' and
20656            'NAT44' and
20657            not 'IPSEC' and
20658            not 'VHOST'"
20659   parameters:
20660   - "latency"
20661   - "parent"
20662   - "tags"
20663   sort:
20664   - "BASE"
20665   - "BASE"
20666   - "SRC_USER_10"
20667   - "SRC_USER_100"
20668   - "SRC_USER_1000"
20669   - "SRC_USER_2000"
20670   layout:
20671     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20672     layout: "plot-latency"
20673
20674 -
20675   type: "plot"
20676   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20677   algorithm: "plot_latency_error_bars"
20678   output-file-type: ".html"
20679   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20680   data: "plot-vpp-throughput-latency-3n-skx"
20681   filter: "'NIC_Intel-X710' and
20682            '64B' and
20683            'NDRPDR' and
20684            '4T2C' and
20685            'IP4FWD' and
20686            'NAT44' and
20687            not 'IPSEC' and
20688            not 'VHOST'"
20689   parameters:
20690   - "latency"
20691   - "parent"
20692   - "tags"
20693   sort:
20694   - "BASE"
20695   - "BASE"
20696   - "SRC_USER_10"
20697   - "SRC_USER_100"
20698   - "SRC_USER_1000"
20699   - "SRC_USER_2000"
20700   layout:
20701     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20702     layout: "plot-latency"
20703
20704 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20705 -
20706   type: "plot"
20707   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20708   algorithm: "plot_latency_error_bars"
20709   output-file-type: ".html"
20710   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20711   data: "plot-vpp-throughput-latency-3n-skx"
20712   filter: "'NIC_Intel-X710' and
20713            '64B' and
20714            'NDRPDR' and
20715            '2T1C' and
20716            'IP4FWD' and
20717            'IACL' and
20718            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20719            not 'IPSEC' and
20720            not 'VHOST'"
20721   parameters:
20722   - "latency"
20723   - "parent"
20724   - "tags"
20725   sort:
20726   - "ACL_STATELESS"
20727   - "ACL_STATEFUL"
20728   - "ACL_STATELESS"
20729   - "ACL_STATEFUL"
20730   layout:
20731     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20732     layout: "plot-latency"
20733
20734 -
20735   type: "plot"
20736   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20737   algorithm: "plot_latency_error_bars"
20738   output-file-type: ".html"
20739   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20740   data: "plot-vpp-throughput-latency-3n-skx"
20741   filter: "'NIC_Intel-X710' and
20742            '64B' and
20743            'NDRPDR' and
20744            '4T2C' and
20745            'IP4FWD' and
20746            'IACL' and
20747            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20748            not 'IPSEC' and
20749            not 'VHOST'"
20750   parameters:
20751   - "latency"
20752   - "parent"
20753   - "tags"
20754   sort:
20755   - "ACL_STATELESS"
20756   - "ACL_STATEFUL"
20757   - "ACL_STATELESS"
20758   - "ACL_STATEFUL"
20759   layout:
20760     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
20761     layout: "plot-latency"
20762
20763 ## Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20764 #-
20765 #  type: "plot"
20766 #  title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
20767 #  algorithm: "plot_latency_error_bars"
20768 #  output-file-type: ".html"
20769 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
20770 #  data: "plot-vpp-throughput-latency-3n-skx"
20771 #  filter: "'NIC_Intel-X710' and
20772 #           '64B' and
20773 #           'NDRPDR' and
20774 #           '2T1C' and
20775 #           'IP4FWD' and
20776 #           'OACL' and
20777 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20778 #           not 'IPSEC' and
20779 #           not 'VHOST'"
20780 #  parameters:
20781 #  - "latency"
20782 #  - "parent"
20783 #  - "tags"
20784 #  sort:
20785 #  - "ACL_STATELESS"
20786 #  - "ACL_STATEFUL"
20787 #  - "ACL_STATELESS"
20788 #  - "ACL_STATEFUL"
20789 #  layout:
20790 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
20791 #    layout: "plot-latency"
20792 #
20793 #-
20794 #  type: "plot"
20795 #  title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
20796 #  algorithm: "plot_latency_error_bars"
20797 #  output-file-type: ".html"
20798 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
20799 #  data: "plot-vpp-throughput-latency-3n-skx"
20800 #  filter: "'NIC_Intel-X710' and
20801 #           '64B' and
20802 #           'NDRPDR' and
20803 #           '4T2C' and
20804 #           'IP4FWD' and
20805 #           'OACL' and
20806 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20807 #           not 'IPSEC' and
20808 #           not 'VHOST'"
20809 #  parameters:
20810 #  - "latency"
20811 #  - "parent"
20812 #  - "tags"
20813 #  sort:
20814 #  - "ACL_STATELESS"
20815 #  - "ACL_STATEFUL"
20816 #  - "ACL_STATELESS"
20817 #  - "ACL_STATEFUL"
20818 #  layout:
20819 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
20820 #    layout: "plot-latency"
20821
20822 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20823 -
20824   type: "plot"
20825   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20826   algorithm: "plot_latency_error_bars"
20827   output-file-type: ".html"
20828   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20829   data: "plot-vpp-throughput-latency-2n-skx"
20830   filter: "'NIC_Intel-X710' and
20831            '64B' and
20832            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20833            'NDRPDR' and
20834            '2T1C' and
20835            'IP4FWD' and
20836            not 'IPSEC' and
20837            not 'VHOST'"
20838   parameters:
20839   - "latency"
20840   - "parent"
20841   - "tags"
20842   sort:
20843   - "DOT1Q"
20844   - "IP4BASE"
20845   - "FIB_20k"
20846   - "FIB_200k"
20847   - "FIB_2M"
20848   layout:
20849     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20850     layout: "plot-latency"
20851
20852 -
20853   type: "plot"
20854   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20855   algorithm: "plot_latency_error_bars"
20856   output-file-type: ".html"
20857   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20858   data: "plot-vpp-throughput-latency-2n-skx"
20859   filter: "'NIC_Intel-X710' and
20860            '64B' and
20861            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20862            'NDRPDR' and
20863            '4T2C' and
20864            'IP4FWD' and
20865            not 'IPSEC' and
20866            not 'VHOST'"
20867   parameters:
20868   - "latency"
20869   - "parent"
20870   - "tags"
20871   sort:
20872   - "DOT1Q"
20873   - "IP4BASE"
20874   - "FIB_20k"
20875   - "FIB_200k"
20876   - "FIB_2M"
20877   layout:
20878     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20879     layout: "plot-latency"
20880
20881 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
20882 -
20883   type: "plot"
20884   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20885   algorithm: "plot_latency_error_bars"
20886   output-file-type: ".html"
20887   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20888   data: "plot-vpp-throughput-latency-2n-skx"
20889   filter: "'NIC_Intel-XXV710' and
20890            '64B' and
20891            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20892            'NDRPDR' and
20893            '2T1C' and
20894            'IP4FWD' and
20895            not 'IPSEC' and
20896            not 'VHOST'"
20897   parameters:
20898   - "latency"
20899   - "parent"
20900   - "tags"
20901   sort:
20902   - "DOT1Q"
20903   - "IP4BASE"
20904   - "FIB_20k"
20905   - "FIB_200k"
20906   - "FIB_2M"
20907   layout:
20908     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20909     layout: "plot-latency"
20910
20911 -
20912   type: "plot"
20913   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20914   algorithm: "plot_latency_error_bars"
20915   output-file-type: ".html"
20916   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20917   data: "plot-vpp-throughput-latency-2n-skx"
20918   filter: "'NIC_Intel-XXV710' and
20919            '64B' and
20920            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20921            'NDRPDR' and
20922            '4T2C' and
20923            'IP4FWD' and
20924            not 'IPSEC' and
20925            not 'VHOST'"
20926   parameters:
20927   - "latency"
20928   - "parent"
20929   - "tags"
20930   sort:
20931   - "DOT1Q"
20932   - "IP4BASE"
20933   - "FIB_20k"
20934   - "FIB_200k"
20935   - "FIB_2M"
20936   layout:
20937     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20938     layout: "plot-latency"
20939
20940 ################################################################################
20941
20942 ## Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
20943 #-
20944 #  type: "plot"
20945 #  title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20946 #  algorithm: "plot_latency_error_bars"
20947 #  output-file-type: ".html"
20948 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20949 #  data: "plot-vpp-throughput-latency-3n-hsw"
20950 #  filter: "'NIC_Intel-X520-DA2' and
20951 #           '64B' and
20952 #           'ENCAP' and
20953 #           'NDRPDR' and
20954 #           '1T1C' and
20955 #           ('VXLAN' or 'LISP') and
20956 #           not 'VHOST' and
20957 #           not 'IPSECHW'"
20958 #  parameters:
20959 #  - "latency"
20960 #  - "parent"
20961 #  - "tags"
20962 #  sort:
20963 #  - "not DOT1Q"
20964 #  - "VXLAN_1"
20965 #  - "VXLAN_10"
20966 #  - "VXLAN_100"
20967 #  - "VXLAN_1000"
20968 #  layout:
20969 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20970 #    layout: "plot-latency"
20971 #
20972 #-
20973 #  type: "plot"
20974 #  title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20975 #  algorithm: "plot_latency_error_bars"
20976 #  output-file-type: ".html"
20977 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20978 #  data: "plot-vpp-throughput-latency-3n-hsw"
20979 #  filter: "'NIC_Intel-X520-DA2' and
20980 #           '64B' and
20981 #           'ENCAP' and
20982 #           'NDRPDR' and
20983 #           '2T2C' and
20984 #           ('VXLAN' or 'LISP') and
20985 #           not 'VHOST' and
20986 #           not 'IPSECHW'"
20987 #  parameters:
20988 #  - "latency"
20989 #  - "parent"
20990 #  - "tags"
20991 #  sort:
20992 #  - "not DOT1Q"
20993 #  - "VXLAN_1"
20994 #  - "VXLAN_10"
20995 #  - "VXLAN_100"
20996 #  - "VXLAN_1000"
20997 #  layout:
20998 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20999 #    layout: "plot-latency"
21000
21001 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
21002 -
21003   type: "plot"
21004   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21005   algorithm: "plot_latency_error_bars"
21006   output-file-type: ".html"
21007   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21008   data: "plot-vpp-throughput-latency-3n-hsw"
21009   filter: "'NIC_Intel-X520-DA2' and
21010            '64B' and
21011            'ENCAP' and
21012            'NDRPDR' and
21013            '1T1C' and
21014            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21015            not 'DOT1Q' and
21016            not 'VHOST' and
21017            not 'IPSECHW'"
21018   parameters:
21019   - "latency"
21020   - "parent"
21021   - "tags"
21022 #  sort:
21023 #  - "L2BDMACLRN"
21024 #  - "L2XCFWD"
21025 #  - "LISP"
21026   layout:
21027     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
21028     layout: "plot-latency"
21029
21030 -
21031   type: "plot"
21032   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21033   algorithm: "plot_latency_error_bars"
21034   output-file-type: ".html"
21035   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21036   data: "plot-vpp-throughput-latency-3n-hsw"
21037   filter: "'NIC_Intel-X520-DA2' and
21038            '64B' and
21039            'ENCAP' and
21040            'NDRPDR' and
21041            '2T2C' and
21042            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21043            not 'DOT1Q' and
21044            not 'VHOST' and
21045            not 'IPSECHW'"
21046   parameters:
21047   - "latency"
21048   - "parent"
21049   - "tags"
21050   sort:
21051   - "L2BDMACLRN"
21052   - "L2XCFWD"
21053   - "LISP"
21054   layout:
21055     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
21056     layout: "plot-latency"
21057
21058 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
21059 -
21060   type: "plot"
21061   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21062   algorithm: "plot_latency_error_bars"
21063   output-file-type: ".html"
21064   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21065   data: "plot-vpp-throughput-latency-3n-hsw"
21066   filter: "'NIC_Intel-X710' and
21067            '64B' and
21068            'ENCAP' and
21069            'NDRPDR' and
21070            '1T1C' and
21071            ('VXLAN' or 'LISP') and
21072            not 'VHOST' and
21073            not 'IPSECHW'"
21074   parameters:
21075   - "latency"
21076   - "parent"
21077   - "tags"
21078   sort:
21079   - "LISP"
21080   - "VXLAN_1"
21081   - "VXLAN_10"
21082   - "VXLAN_100"
21083   - "VXLAN_1000"
21084   layout:
21085     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21086     layout: "plot-latency"
21087
21088 -
21089   type: "plot"
21090   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21091   algorithm: "plot_latency_error_bars"
21092   output-file-type: ".html"
21093   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21094   data: "plot-vpp-throughput-latency-3n-hsw"
21095   filter: "'NIC_Intel-X710' and
21096            '64B' and
21097            'ENCAP' and
21098            'NDRPDR' and
21099            '2T2C' and
21100            ('VXLAN' or 'LISP') and
21101            not 'VHOST' and
21102            not 'IPSECHW'"
21103   parameters:
21104   - "latency"
21105   - "parent"
21106   - "tags"
21107   sort:
21108   - "LISP"
21109   - "VXLAN_1"
21110   - "VXLAN_10"
21111   - "VXLAN_100"
21112   - "VXLAN_1000"
21113   layout:
21114     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21115     layout: "plot-latency"
21116
21117 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
21118 -
21119   type: "plot"
21120   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21121   algorithm: "plot_latency_error_bars"
21122   output-file-type: ".html"
21123   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21124   data: "plot-vpp-throughput-latency-3n-hsw"
21125   filter: "'NIC_Intel-X710' and
21126            '64B' and
21127            'ENCAP' and
21128            'NDRPDR' and
21129            '1T1C' and
21130            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21131            not 'DOT1Q' and
21132            not 'VHOST' and
21133            not 'IPSECHW'"
21134   parameters:
21135   - "latency"
21136   - "parent"
21137   - "tags"
21138   sort:
21139   - "L2BDMACLRN"
21140   - "L2XCFWD"
21141   - "LISP"
21142   layout:
21143     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21144     layout: "plot-latency"
21145
21146 -
21147   type: "plot"
21148   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21149   algorithm: "plot_latency_error_bars"
21150   output-file-type: ".html"
21151   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21152   data: "plot-vpp-throughput-latency-3n-hsw"
21153   filter: "'NIC_Intel-X710' and
21154            '64B' and
21155            'ENCAP' and
21156            'NDRPDR' and
21157            '2T2C' and
21158            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21159            not 'DOT1Q' and
21160            not 'VHOST' and
21161            not 'IPSECHW'"
21162   parameters:
21163   - "latency"
21164   - "parent"
21165   - "tags"
21166   sort:
21167   - "L2BDMACLRN"
21168   - "L2XCFWD"
21169   - "LISP"
21170   layout:
21171     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21172     layout: "plot-latency"
21173
21174 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
21175 -
21176   type: "plot"
21177   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21178   algorithm: "plot_latency_error_bars"
21179   output-file-type: ".html"
21180   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21181   data: "plot-vpp-throughput-latency-3n-skx"
21182   filter: "'NIC_Intel-X710' and
21183            '64B' and
21184            'ENCAP' and
21185            'NDRPDR' and
21186            '2T1C' and
21187            ('VXLAN' or 'LISP') and
21188            not 'VHOST' and
21189            not 'IPSECHW'"
21190   parameters:
21191   - "latency"
21192   - "parent"
21193   - "tags"
21194   sort:
21195   - "LISP"
21196   - "VXLAN_1"
21197   - "VXLAN_10"
21198   - "VXLAN_100"
21199   - "VXLAN_1000"
21200   layout:
21201     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21202     layout: "plot-latency"
21203
21204 -
21205   type: "plot"
21206   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21207   algorithm: "plot_latency_error_bars"
21208   output-file-type: ".html"
21209   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21210   data: "plot-vpp-throughput-latency-3n-skx"
21211   filter: "'NIC_Intel-X710' and
21212            '64B' and
21213            'ENCAP' and
21214            'NDRPDR' and
21215            '4T2C' and
21216            ('VXLAN' or 'LISP') and
21217            not 'VHOST' and
21218            not 'IPSECHW'"
21219   parameters:
21220   - "latency"
21221   - "parent"
21222   - "tags"
21223   sort:
21224   - "LISP"
21225   - "VXLAN_1"
21226   - "VXLAN_10"
21227   - "VXLAN_100"
21228   - "VXLAN_1000"
21229   layout:
21230     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21231     layout: "plot-latency"
21232
21233 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
21234 -
21235   type: "plot"
21236   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21237   algorithm: "plot_latency_error_bars"
21238   output-file-type: ".html"
21239   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21240   data: "plot-vpp-throughput-latency-3n-skx"
21241   filter: "'NIC_Intel-X710' and
21242            '64B' and
21243            'ENCAP' and
21244            'NDRPDR' and
21245            '2T1C' and
21246            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21247            not 'DOT1Q' and
21248            not 'VHOST' and
21249            not 'IPSECHW'"
21250   parameters:
21251   - "latency"
21252   - "parent"
21253   - "tags"
21254   sort:
21255   - "L2BDMACLRN"
21256   - "L2XCFWD"
21257   - "LISP"
21258   layout:
21259     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
21260     layout: "plot-latency"
21261
21262 -
21263   type: "plot"
21264   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21265   algorithm: "plot_latency_error_bars"
21266   output-file-type: ".html"
21267   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21268   data: "plot-vpp-throughput-latency-3n-skx"
21269   filter: "'NIC_Intel-X710' and
21270            '64B' and
21271            'ENCAP' and
21272            'NDRPDR' and
21273            '4T2C' and
21274            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21275            not 'DOT1Q' and
21276            not 'VHOST' and
21277            not 'IPSECHW'"
21278   parameters:
21279   - "latency"
21280   - "parent"
21281   - "tags"
21282   sort:
21283   - "L2BDMACLRN"
21284   - "L2XCFWD"
21285   - "LISP"
21286   layout:
21287     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
21288     layout: "plot-latency"
21289
21290 ################################################################################
21291
21292 # Packet Latency - VPP IPv6 3n-hsw-x520
21293 -
21294   type: "plot"
21295   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21296   algorithm: "plot_latency_error_bars"
21297   output-file-type: ".html"
21298   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21299   data: "plot-vpp-throughput-latency-3n-hsw"
21300   filter: "'NIC_Intel-X520-DA2' and
21301            '78B' and
21302            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21303            'NDRPDR' and
21304            '1T1C' and
21305            'IP6FWD' and
21306            not 'SRv6' and
21307            not 'IPSEC' and
21308            not 'VHOST'"
21309   parameters:
21310   - "latency"
21311   - "parent"
21312   - "tags"
21313   sort:
21314   - "IP6BASE"
21315   - "FIB_20K"
21316   - "FIB_200K"
21317   - "FIB_2M"
21318   layout:
21319     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
21320     layout: "plot-latency"
21321
21322 -
21323   type: "plot"
21324   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21325   algorithm: "plot_latency_error_bars"
21326   output-file-type: ".html"
21327   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21328   data: "plot-vpp-throughput-latency-3n-hsw"
21329   filter: "'NIC_Intel-X520-DA2' and
21330            '78B' and
21331            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21332            'NDRPDR' and
21333            '2T2C' and
21334            'IP6FWD' and
21335            not 'SRv6' and
21336            not 'IPSEC' and
21337            not 'VHOST'"
21338   parameters:
21339   - "latency"
21340   - "parent"
21341   - "tags"
21342   sort:
21343   - "IP6BASE"
21344   - "FIB_20K"
21345   - "FIB_200K"
21346   - "FIB_2M"
21347   layout:
21348     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
21349     layout: "plot-latency"
21350
21351 # Packet Latency - VPP IPv6 3n-hsw-x710
21352 -
21353   type: "plot"
21354   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21355   algorithm: "plot_latency_error_bars"
21356   output-file-type: ".html"
21357   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21358   data: "plot-vpp-throughput-latency-3n-hsw"
21359   filter: "'NIC_Intel-X710' and
21360            '78B' and
21361            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21362            'NDRPDR' and
21363            '1T1C' and
21364            'IP6FWD' and
21365            not 'SRv6' and
21366            not 'IPSEC' and
21367            not 'VHOST'"
21368   parameters:
21369   - "latency"
21370   - "parent"
21371   - "tags"
21372   sort:
21373   - "IP6BASE"
21374   - "FIB_20K"
21375   - "FIB_200K"
21376   - "FIB_2M"
21377   layout:
21378     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
21379     layout: "plot-latency"
21380
21381 -
21382   type: "plot"
21383   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21384   algorithm: "plot_latency_error_bars"
21385   output-file-type: ".html"
21386   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21387   data: "plot-vpp-throughput-latency-3n-hsw"
21388   filter: "'NIC_Intel-X710' and
21389            '78B' and
21390            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21391            'NDRPDR' and
21392            '2T2C' and
21393            'IP6FWD' and
21394            not 'SRv6' and
21395            not 'IPSEC' and
21396            not 'VHOST'"
21397   parameters:
21398   - "latency"
21399   - "parent"
21400   - "tags"
21401   sort:
21402   - "IP6BASE"
21403   - "FIB_20K"
21404   - "FIB_200K"
21405   - "FIB_2M"
21406   layout:
21407     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21408     layout: "plot-latency"
21409
21410 # Packet Latency - VPP IPv6 3n-hsw-xl710
21411 -
21412   type: "plot"
21413   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
21414   algorithm: "plot_latency_error_bars"
21415   output-file-type: ".html"
21416   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
21417   data: "plot-vpp-throughput-latency-3n-hsw"
21418   filter: "'NIC_Intel-XL710' and
21419            '78B' and
21420            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21421            'NDRPDR' and
21422            '1T1C' and
21423            'IP6FWD' and
21424            not 'SRv6' and
21425            not 'IPSEC' and
21426            not 'VHOST'"
21427   parameters:
21428   - "latency"
21429   - "parent"
21430   - "tags"
21431   sort:
21432   - "IP6BASE"
21433   - "FIB_20K"
21434   - "FIB_200K"
21435   - "FIB_2M"
21436   layout:
21437     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
21438     layout: "plot-latency"
21439
21440 -
21441   type: "plot"
21442   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
21443   algorithm: "plot_latency_error_bars"
21444   output-file-type: ".html"
21445   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
21446   data: "plot-vpp-throughput-latency-3n-hsw"
21447   filter: "'NIC_Intel-XL710' and
21448            '78B' and
21449            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21450            'NDRPDR' and
21451            '2T2C' and
21452            'IP6FWD' and
21453            not 'SRv6' and
21454            not 'IPSEC' and
21455            not 'VHOST'"
21456   parameters:
21457   - "latency"
21458   - "parent"
21459   - "tags"
21460   sort:
21461   - "IP6BASE"
21462   - "FIB_20K"
21463   - "FIB_200K"
21464   - "FIB_2M"
21465   layout:
21466     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
21467     layout: "plot-latency"
21468
21469 # Packet Latency - VPP IPv6 3n-skx-x710
21470 -
21471   type: "plot"
21472   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21473   algorithm: "plot_latency_error_bars"
21474   output-file-type: ".html"
21475   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21476   data: "plot-vpp-throughput-latency-3n-skx"
21477   filter: "'NIC_Intel-X710' and
21478            '78B' and
21479            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21480            'NDRPDR' and
21481            '2T1C' and
21482            'IP6FWD' and
21483            not 'SRv6' and
21484            not 'IPSEC' and
21485            not 'VHOST'"
21486   parameters:
21487   - "latency"
21488   - "parent"
21489   - "tags"
21490   sort:
21491   - "IP6BASE"
21492   - "FIB_20K"
21493   - "FIB_200K"
21494   - "FIB_2M"
21495   layout:
21496     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
21497     layout: "plot-latency"
21498
21499 -
21500   type: "plot"
21501   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21502   algorithm: "plot_latency_error_bars"
21503   output-file-type: ".html"
21504   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21505   data: "plot-vpp-throughput-latency-3n-skx"
21506   filter: "'NIC_Intel-X710' and
21507            '78B' and
21508            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21509            'NDRPDR' and
21510            '4T2C' and
21511            'IP6FWD' and
21512            not 'SRv6' and
21513            not 'IPSEC' and
21514            not 'VHOST'"
21515   parameters:
21516   - "latency"
21517   - "parent"
21518   - "tags"
21519   sort:
21520   - "IP6BASE"
21521   - "FIB_20K"
21522   - "FIB_200K"
21523   - "FIB_2M"
21524   layout:
21525     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
21526     layout: "plot-latency"
21527
21528 # Packet Latency - VPP IPv6 2n-skx-x710
21529 -
21530   type: "plot"
21531   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21532   algorithm: "plot_latency_error_bars"
21533   output-file-type: ".html"
21534   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21535   data: "plot-vpp-throughput-latency-2n-skx"
21536   filter: "'NIC_Intel-X710' and
21537            '78B' and
21538            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21539            'NDRPDR' and
21540            '2T1C' and
21541            'IP6FWD' and
21542            not 'SRv6' and
21543            not 'IPSEC' and
21544            not 'VHOST'"
21545   parameters:
21546   - "latency"
21547   - "parent"
21548   - "tags"
21549   sort:
21550   - "IP6BASE"
21551   - "FIB_20k"
21552   - "FIB_200k"
21553   - "FIB_2M"
21554   layout:
21555     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21556     layout: "plot-latency"
21557
21558 -
21559   type: "plot"
21560   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21561   algorithm: "plot_latency_error_bars"
21562   output-file-type: ".html"
21563   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21564   data: "plot-vpp-throughput-latency-2n-skx"
21565   filter: "'NIC_Intel-X710' and
21566            '78B' and
21567            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21568            'NDRPDR' and
21569            '4T2C' and
21570            'IP6FWD' and
21571            not 'SRv6' and
21572            not 'IPSEC' and
21573            not 'VHOST'"
21574   parameters:
21575   - "latency"
21576   - "parent"
21577   - "tags"
21578   sort:
21579   - "IP6BASE"
21580   - "FIB_20k"
21581   - "FIB_200k"
21582   - "FIB_2M"
21583   layout:
21584     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21585     layout: "plot-latency"
21586
21587 # Packet Latency - VPP IPv6 2n-skx-xxv710
21588 -
21589   type: "plot"
21590   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21591   algorithm: "plot_latency_error_bars"
21592   output-file-type: ".html"
21593   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21594   data: "plot-vpp-throughput-latency-2n-skx"
21595   filter: "'NIC_Intel-XXV710' and
21596            '78B' and
21597            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21598            'NDRPDR' and
21599            '2T1C' and
21600            'IP6FWD' and
21601            not 'SRv6' and
21602            not 'IPSEC' and
21603            not 'VHOST'"
21604   parameters:
21605   - "latency"
21606   - "parent"
21607   - "tags"
21608   sort:
21609   - "IP6BASE"
21610   - "FIB_20k"
21611   - "FIB_200k"
21612   - "FIB_2M"
21613   layout:
21614     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21615     layout: "plot-latency"
21616
21617 -
21618   type: "plot"
21619   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21620   algorithm: "plot_latency_error_bars"
21621   output-file-type: ".html"
21622   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21623   data: "plot-vpp-throughput-latency-2n-skx"
21624   filter: "'NIC_Intel-XXV710' and
21625            '78B' and
21626            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21627            'NDRPDR' and
21628            '4T2C' and
21629            'IP6FWD' and
21630            not 'SRv6' and
21631            not 'IPSEC' and
21632            not 'VHOST'"
21633   parameters:
21634   - "latency"
21635   - "parent"
21636   - "tags"
21637   sort:
21638   - "IP6BASE"
21639   - "FIB_20k"
21640   - "FIB_200k"
21641   - "FIB_2M"
21642   layout:
21643     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21644     layout: "plot-latency"
21645
21646 ################################################################################
21647
21648 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21649 -
21650   type: "plot"
21651   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21652   algorithm: "plot_latency_error_bars"
21653   output-file-type: ".html"
21654   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21655   data: "plot-vpp-throughput-latency-3n-hsw"
21656   filter: "'NIC_Intel-X520-DA2' and
21657            '78B' and
21658            'ENCAP' and
21659            'NDRPDR' and
21660            '1T1C' and
21661            'LISP' and
21662            not 'VHOST'"
21663   parameters:
21664   - "latency"
21665   - "parent"
21666   - "tags"
21667   sort:
21668   - "IP4UNRLAY"
21669   - "IP6UNRLAY"
21670   layout:
21671     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
21672     layout: "plot-latency"
21673
21674 -
21675   type: "plot"
21676   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21677   algorithm: "plot_latency_error_bars"
21678   output-file-type: ".html"
21679   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21680   data: "plot-vpp-throughput-latency-3n-hsw"
21681   filter: "'NIC_Intel-X520-DA2' and
21682            '78B' and
21683            'ENCAP' and
21684            'NDRPDR' and
21685            '2T2C' and
21686            'LISP' and
21687            not 'VHOST'"
21688   parameters:
21689   - "latency"
21690   - "parent"
21691   - "tags"
21692   sort:
21693   - "IP4UNRLAY"
21694   - "IP6UNRLAY"
21695   layout:
21696     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
21697     layout: "plot-latency"
21698
21699 ################################################################################
21700
21701 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21702 -
21703   type: "plot"
21704   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21705   algorithm: "plot_latency_error_bars"
21706   output-file-type: ".html"
21707   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21708   data: "plot-vpp-throughput-latency-3n-hsw"
21709   filter: "'NIC_Intel-XL710' and
21710            '64B' and
21711            'IP4FWD' and
21712            'NDRPDR' and
21713            'BASE' and
21714            '1T1C' and
21715            'IPSECHW' and
21716            ('IPSECTRAN' or 'IPSECTUN') and
21717            not 'VHOST'"
21718   parameters:
21719   - "latency"
21720   - "parent"
21721   - "tags"
21722   layout:
21723     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21724     layout: "plot-latency"
21725
21726 -
21727   type: "plot"
21728   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21729   algorithm: "plot_latency_error_bars"
21730   output-file-type: ".html"
21731   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21732   data: "plot-vpp-throughput-latency-3n-hsw"
21733   filter: "'NIC_Intel-XL710' and
21734            '64B' and
21735            'IP4FWD' and
21736            'NDRPDR' and
21737            'BASE' and
21738            '2T2C' and
21739            'IPSECHW' and
21740            ('IPSECTRAN' or 'IPSECTUN') and
21741            not 'VHOST'"
21742   parameters:
21743   - "latency"
21744   - "parent"
21745   - "tags"
21746   layout:
21747     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21748     layout: "plot-latency"
21749
21750 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21751 -
21752   type: "plot"
21753   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21754   algorithm: "plot_latency_error_bars"
21755   output-file-type: ".html"
21756   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21757   data: "plot-vpp-throughput-latency-3n-hsw"
21758   filter: "'NIC_Intel-XL710' and
21759            '64B' and
21760            'IP4FWD' and
21761            'NDRPDR' and
21762            'SCALE' and
21763            '1T1C' and
21764            'IPSECHW' and
21765            ('IPSECTRAN' or 'IPSECTUN') and
21766            not 'VHOST'"
21767   parameters:
21768   - "latency"
21769   - "parent"
21770   - "tags"
21771   layout:
21772     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
21773     layout: "plot-latency"
21774
21775 -
21776   type: "plot"
21777   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21778   algorithm: "plot_latency_error_bars"
21779   output-file-type: ".html"
21780   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21781   data: "plot-vpp-throughput-latency-3n-hsw"
21782   filter: "'NIC_Intel-XL710' and
21783            '64B' and
21784            'IP4FWD' and
21785            'NDRPDR' and
21786            'SCALE' and
21787            '2T2C' and
21788            'IPSECHW' and
21789            ('IPSECTRAN' or 'IPSECTUN') and
21790            not 'VHOST'"
21791   parameters:
21792   - "latency"
21793   - "parent"
21794   - "tags"
21795   layout:
21796     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
21797     layout: "plot-latency"
21798
21799 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
21800 -
21801   type: "plot"
21802   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21803   algorithm: "plot_latency_error_bars"
21804   output-file-type: ".html"
21805   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21806   data: "plot-vpp-throughput-latency-3n-hsw"
21807   filter: "'NIC_Intel-XL710' and
21808            '64B' and
21809            'IP4FWD' and
21810            'NDRPDR' and
21811            '1T1C' and
21812            'IPSECSW' and
21813            ('IPSECTRAN' or 'IPSECTUN') and
21814            not 'VHOST'"
21815   parameters:
21816   - "latency"
21817   - "parent"
21818   - "tags"
21819   layout:
21820     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
21821     layout: "plot-latency"
21822
21823 -
21824   type: "plot"
21825   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21826   algorithm: "plot_latency_error_bars"
21827   output-file-type: ".html"
21828   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21829   data: "plot-vpp-throughput-latency-3n-hsw"
21830   filter: "'NIC_Intel-XL710' and
21831            '64B' and
21832            'IP4FWD' and
21833            'NDRPDR' and
21834            '2T2C' and
21835            'IPSECSW' and
21836            ('IPSECTRAN' or 'IPSECTUN') and
21837            not 'VHOST'"
21838   parameters:
21839   - "latency"
21840   - "parent"
21841   - "tags"
21842   layout:
21843     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
21844     layout: "plot-latency"
21845
21846 ################################################################################
21847
21848 # Packet Latency - VPP SRv6 3n-hsw-x520
21849 -
21850   type: "plot"
21851   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21852   algorithm: "plot_latency_error_bars"
21853   output-file-type: ".html"
21854   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21855   data: "plot-vpp-throughput-latency-3n-hsw"
21856   filter: "'NIC_Intel-X520-DA2' and
21857            '78B' and
21858            'FEATURE' and
21859            'NDRPDR' and
21860            '1T1C' and
21861            'IP6FWD' and
21862            'SRv6'"
21863   parameters:
21864   - "latency"
21865   - "parent"
21866   - "tags"
21867   layout:
21868     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
21869     layout: "plot-latency"
21870
21871 -
21872   type: "plot"
21873   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21874   algorithm: "plot_latency_error_bars"
21875   output-file-type: ".html"
21876   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21877   data: "plot-vpp-throughput-latency-3n-hsw"
21878   filter: "'NIC_Intel-X520-DA2' and
21879            '78B' and
21880            'FEATURE' and
21881            'NDRPDR' and
21882            '2T2C' and
21883            'IP6FWD' and
21884            'SRv6'"
21885   parameters:
21886   - "latency"
21887   - "parent"
21888   - "tags"
21889   layout:
21890     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
21891     layout: "plot-latency"
21892
21893 ################################################################################
21894
21895 # Packet Latency - VPP vhost ip4 3n-hsw-x520
21896 -
21897   type: "plot"
21898   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21899   algorithm: "plot_latency_error_bars"
21900   output-file-type: ".html"
21901   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21902   data: "plot-vpp-throughput-latency-3n-hsw"
21903   filter: "'NIC_Intel-X520-DA2' and
21904            '64B' and
21905            'NDRPDR' and
21906            'ETH' and
21907            'IP4FWD' and
21908            '1T1C' and
21909            'VHOST_1024' and
21910            not 'VXLAN' and
21911            not 'DOT1Q'"
21912   parameters:
21913   - "latency"
21914   - "parent"
21915   - "tags"
21916   sort:
21917   - "not CFS_OPT"
21918   - "1VM"
21919   - "2VM"
21920   layout:
21921     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21922     layout: "plot-latency"
21923
21924 -
21925   type: "plot"
21926   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21927   algorithm: "plot_latency_error_bars"
21928   output-file-type: ".html"
21929   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21930   data: "plot-vpp-throughput-latency-3n-hsw"
21931   filter: "'NIC_Intel-X520-DA2' and
21932            '64B' and
21933            'NDRPDR' and
21934            'ETH' and
21935            'IP4FWD' and
21936            '2T2C' and
21937            'VHOST_1024' and
21938            not 'VXLAN' and
21939            not 'DOT1Q'"
21940   parameters:
21941   - "latency"
21942   - "parent"
21943   - "tags"
21944   sort:
21945   - "not CFS_OPT"
21946   - "1VM"
21947   - "2VM"
21948   layout:
21949     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21950     layout: "plot-latency"
21951
21952 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
21953 -
21954   type: "plot"
21955   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21956   algorithm: "plot_latency_error_bars"
21957   output-file-type: ".html"
21958   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21959   data: "plot-vpp-throughput-latency-3n-hsw"
21960   filter: "'NIC_Intel-X520-DA2' and
21961            '64B' and
21962            'NDRPDR' and
21963            ('ETH' or 'DOT1Q') and
21964            '1T1C' and
21965            'L2BDMACLRN' and
21966            'VHOST_1024' and
21967            not 'VXLAN' and
21968            not 'IP4FWD' and
21969            not '2VM'"
21970   parameters:
21971   - "latency"
21972   - "parent"
21973   - "tags"
21974 #  sort:
21975 #  - "VM"  # "not CFS_OPT"
21976 #  - "CFS_OPT"
21977 #  - "FIB_10K"
21978 #  - "FIB_100K"
21979 #  - "FIB_1M"
21980   layout:
21981     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21982     layout: "plot-latency"
21983
21984 -
21985   type: "plot"
21986   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21987   algorithm: "plot_latency_error_bars"
21988   output-file-type: ".html"
21989   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21990   data: "plot-vpp-throughput-latency-3n-hsw"
21991   filter: "'NIC_Intel-X520-DA2' and
21992            '64B' and
21993            'NDRPDR' and
21994            ('ETH' or 'DOT1Q') and
21995            '2T2C' and
21996            'L2BDMACLRN' and
21997            'VHOST_1024' and
21998            not 'VXLAN' and
21999            not 'IP4FWD' and
22000            not '2VM'"
22001   parameters:
22002   - "latency"
22003   - "parent"
22004   - "tags"
22005 #  sort:
22006 #  - "VM"  # "not CFS_OPT"
22007 #  - "CFS_OPT"
22008 #  - "FIB_10K"
22009 #  - "FIB_100K"
22010 #  - "FIB_1M"
22011   layout:
22012     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
22013     layout: "plot-latency"
22014
22015 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
22016 -
22017   type: "plot"
22018   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22019   algorithm: "plot_latency_error_bars"
22020   output-file-type: ".html"
22021   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22022   data: "plot-vpp-throughput-latency-3n-hsw"
22023   filter: "'NIC_Intel-X520-DA2' and
22024            '64B' and
22025            'NDRPDR' and
22026            ('ETH' or 'DOT1Q') and
22027            'BASE' and
22028            '1T1C' and
22029            ('L2BDMACLRN' or 'L2XCFWD') and
22030            'VHOST_1024' and
22031            not 'VXLAN' and
22032            not 'IP4FWD' and
22033            not '2VM'"
22034   parameters:
22035   - "latency"
22036   - "parent"
22037   - "tags"
22038 #  sort:
22039 #  - "not CFS_OPT"
22040 #  - "L2XCFWD"
22041 #  - "not CFS_OPT"
22042 #  - "CFS_OPT"
22043   layout:
22044     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
22045     layout: "plot-latency"
22046
22047 -
22048   type: "plot"
22049   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22050   algorithm: "plot_latency_error_bars"
22051   output-file-type: ".html"
22052   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22053   data: "plot-vpp-throughput-latency-3n-hsw"
22054   filter: "'NIC_Intel-X520-DA2' and
22055            '64B' and
22056            'NDRPDR' and
22057            ('ETH' or 'DOT1Q') and
22058            'BASE' and
22059            '2T2C' and
22060            ('L2BDMACLRN' or 'L2XCFWD') and
22061            'VHOST_1024' and
22062            not 'VXLAN' and
22063            not 'IP4FWD' and
22064            not '2VM'"
22065   parameters:
22066   - "latency"
22067   - "parent"
22068   - "tags"
22069 #  sort:
22070 #  - "not CFS_OPT"
22071 #  - "L2XCFWD"
22072 #  - "not CFS_OPT"
22073 #  - "CFS_OPT"
22074   layout:
22075     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
22076     layout: "plot-latency"
22077
22078 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
22079 -
22080   type: "plot"
22081   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
22082   algorithm: "plot_latency_error_bars"
22083   output-file-type: ".html"
22084   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
22085   data: "plot-vpp-throughput-latency-3n-hsw"
22086   filter: "'NIC_Intel-X520-DA2' and
22087            '64B' and
22088            'NDRPDR' and
22089            ('ETH' or 'DOT1Q') and
22090            '1T1C' and
22091            ('L2BDMACLRN' or 'L2XCFWD') and
22092            'VHOST_1024' and
22093            not 'CFS_OPT' and
22094            not 'VXLAN' and
22095            not 'IP4FWD' and
22096            not 'LBOND'"
22097   parameters:
22098   - "latency"
22099   - "parent"
22100   - "tags"
22101 #  sort:
22102 #  - "1VM"
22103 #  - "L2XCFWD"
22104 #  - "1VM"
22105 #  - "L2BDMACLRN"
22106   layout:
22107     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
22108     layout: "plot-latency"
22109
22110 -
22111   type: "plot"
22112   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
22113   algorithm: "plot_latency_error_bars"
22114   output-file-type: ".html"
22115   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
22116   data: "plot-vpp-throughput-latency-3n-hsw"
22117   filter: "'NIC_Intel-X520-DA2' and
22118            '64B' and
22119            'NDRPDR' and
22120            ('ETH' or 'DOT1Q') and
22121            '2T2C' and
22122            ('L2BDMACLRN' or 'L2XCFWD') and
22123            'VHOST_1024' and
22124            not 'CFS_OPT' and
22125            not 'VXLAN' and
22126            not 'IP4FWD' and
22127            not 'LBOND'"
22128   parameters:
22129   - "latency"
22130   - "parent"
22131   - "tags"
22132 #  sort:
22133 #  - "1VM"
22134 #  - "L2XCFWD"
22135 #  - "1VM"
22136 #  - "L2BDMACLRN"
22137   layout:
22138     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
22139     layout: "plot-latency"
22140
22141 # Packet Latency - VPP vhost ip4 3n-hsw-x710
22142 -
22143   type: "plot"
22144   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22145   algorithm: "plot_latency_error_bars"
22146   output-file-type: ".html"
22147   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22148   data: "plot-vpp-throughput-latency-3n-hsw"
22149   filter: "'NIC_Intel-X710' and
22150            '64B' and
22151            'NDRPDR' and
22152            'ETH' and
22153            'IP4FWD' and
22154            '1T1C' and
22155            'VHOST_1024' and
22156            not 'VXLAN' and
22157            not 'DOT1Q'"
22158   parameters:
22159   - "latency"
22160   - "parent"
22161   - "tags"
22162   sort:
22163   - "not CFS_OPT"
22164   - "1VM"
22165   - "2VM"
22166   layout:
22167     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22168     layout: "plot-latency"
22169
22170 -
22171   type: "plot"
22172   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22173   algorithm: "plot_latency_error_bars"
22174   output-file-type: ".html"
22175   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22176   data: "plot-vpp-throughput-latency-3n-hsw"
22177   filter: "'NIC_Intel-X710' and
22178            '64B' and
22179            'NDRPDR' and
22180            'ETH' and
22181            'IP4FWD' and
22182            '2T2C' and
22183            'VHOST_1024' and
22184            not 'VXLAN' and
22185            not 'DOT1Q'"
22186   parameters:
22187   - "latency"
22188   - "parent"
22189   - "tags"
22190   sort:
22191   - "not CFS_OPT"
22192   - "1VM"
22193   - "2VM"
22194   layout:
22195     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22196     layout: "plot-latency"
22197
22198 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
22199 -
22200   type: "plot"
22201   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22202   algorithm: "plot_latency_error_bars"
22203   output-file-type: ".html"
22204   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22205   data: "plot-vpp-throughput-latency-3n-hsw"
22206   filter: "'NIC_Intel-X710' and
22207            '64B' and
22208            'NDRPDR' and
22209            ('ETH' or 'DOT1Q') and
22210            '1T1C' and
22211            'L2BDMACLRN' and
22212            'VHOST_1024' and
22213            not 'VXLAN' and
22214            not 'IP4FWD' and
22215            not '2VM'"
22216   parameters:
22217   - "latency"
22218   - "parent"
22219   - "tags"
22220 #  sort:
22221 #  - "VM"  # "not CFS_OPT"
22222 #  - "CFS_OPT"
22223 #  - "FIB_10K"
22224 #  - "FIB_100K"
22225 #  - "FIB_1M"
22226   layout:
22227     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22228     layout: "plot-latency"
22229
22230 -
22231   type: "plot"
22232   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22233   algorithm: "plot_latency_error_bars"
22234   output-file-type: ".html"
22235   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22236   data: "plot-vpp-throughput-latency-3n-hsw"
22237   filter: "'NIC_Intel-X710' and
22238            '64B' and
22239            'NDRPDR' and
22240            ('ETH' or 'DOT1Q') and
22241            '2T2C' and
22242            'L2BDMACLRN' and
22243            'VHOST_1024' and
22244            not 'VXLAN' and
22245            not 'IP4FWD' and
22246            not '2VM'"
22247   parameters:
22248   - "latency"
22249   - "parent"
22250   - "tags"
22251 #  sort:
22252 #  - "VM"  # "not CFS_OPT"
22253 #  - "CFS_OPT"
22254 #  - "FIB_10K"
22255 #  - "FIB_100K"
22256 #  - "FIB_1M"
22257   layout:
22258     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22259     layout: "plot-latency"
22260
22261 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
22262 -
22263   type: "plot"
22264   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22265   algorithm: "plot_latency_error_bars"
22266   output-file-type: ".html"
22267   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22268   data: "plot-vpp-throughput-latency-3n-hsw"
22269   filter: "'NIC_Intel-X710' and
22270            '64B' and
22271            'NDRPDR' and
22272            ('ETH' or 'DOT1Q') and
22273            'BASE' and
22274            '1T1C' and
22275            ('L2BDMACLRN' or 'L2XCFWD') and
22276            'VHOST_1024' and
22277            not 'VXLAN' and
22278            not 'IP4FWD' and
22279            not '2VM'"
22280   parameters:
22281   - "latency"
22282   - "parent"
22283   - "tags"
22284 #  sort:
22285 #  - "not CFS_OPT"
22286 #  - "L2XCFWD"
22287 #  - "not CFS_OPT"
22288 #  - "CFS_OPT"
22289   layout:
22290     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
22291     layout: "plot-latency"
22292
22293 -
22294   type: "plot"
22295   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22296   algorithm: "plot_latency_error_bars"
22297   output-file-type: ".html"
22298   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22299   data: "plot-vpp-throughput-latency-3n-hsw"
22300   filter: "'NIC_Intel-X710' and
22301            '64B' and
22302            'NDRPDR' and
22303            ('ETH' or 'DOT1Q') and
22304            'BASE' and
22305            '2T2C' and
22306            ('L2BDMACLRN' or 'L2XCFWD') and
22307            'VHOST_1024' and
22308            not 'VXLAN' and
22309            not 'IP4FWD' and
22310            not '2VM'"
22311   parameters:
22312   - "latency"
22313   - "parent"
22314   - "tags"
22315 #  sort:
22316 #  - "not CFS_OPT"
22317 #  - "L2XCFWD"
22318 #  - "not CFS_OPT"
22319 #  - "CFS_OPT"
22320   layout:
22321     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
22322     layout: "plot-latency"
22323
22324 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
22325 -
22326   type: "plot"
22327   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
22328   algorithm: "plot_latency_error_bars"
22329   output-file-type: ".html"
22330   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
22331   data: "plot-vpp-throughput-latency-3n-hsw"
22332   filter: "'NIC_Intel-X710' and
22333            '64B' and
22334            'NDRPDR' and
22335            ('ETH' or 'DOT1Q') and
22336            '1T1C' and
22337            ('L2BDMACLRN' or 'L2XCFWD') and
22338            'VHOST_1024' and
22339            not 'CFS_OPT' and
22340            not 'VXLAN' and
22341            not 'IP4FWD' and
22342            not 'LBOND'"
22343   parameters:
22344   - "latency"
22345   - "parent"
22346   - "tags"
22347 #  sort:
22348 #  - "1VM"
22349 #  - "L2XCFWD"
22350 #  - "1VM"
22351 #  - "L2BDMACLRN"
22352   layout:
22353     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
22354     layout: "plot-latency"
22355
22356 -
22357   type: "plot"
22358   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
22359   algorithm: "plot_latency_error_bars"
22360   output-file-type: ".html"
22361   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
22362   data: "plot-vpp-throughput-latency-3n-hsw"
22363   filter: "'NIC_Intel-X710' and
22364            '64B' and
22365            'NDRPDR' and
22366            ('ETH' or 'DOT1Q') and
22367            '2T2C' and
22368            ('L2BDMACLRN' or 'L2XCFWD') and
22369            'VHOST_1024' and
22370            not 'CFS_OPT' and
22371            not 'VXLAN' and
22372            not 'IP4FWD' and
22373            not 'LBOND'"
22374   parameters:
22375   - "latency"
22376   - "parent"
22377   - "tags"
22378 #  sort:
22379 #  - "1VM"
22380 #  - "L2XCFWD"
22381 #  - "1VM"
22382 #  - "L2BDMACLRN"
22383   layout:
22384     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
22385     layout: "plot-latency"
22386
22387 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
22388 -
22389   type: "plot"
22390   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22391   algorithm: "plot_latency_error_bars"
22392   output-file-type: ".html"
22393   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22394   data: "plot-vpp-throughput-latency-3n-hsw"
22395   filter: "'NIC_Intel-XL710' and
22396            '64B' and
22397            'NDRPDR' and
22398            'ETH' and
22399            'IP4FWD' and
22400            '1T1C' and
22401            'VHOST_1024' and
22402            not 'VXLAN' and
22403            not 'DOT1Q'"
22404   parameters:
22405   - "latency"
22406   - "parent"
22407   - "tags"
22408   sort:
22409   - "not CFS_OPT"
22410   - "1VM"
22411   - "2VM"
22412   layout:
22413     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
22414     layout: "plot-latency"
22415
22416 -
22417   type: "plot"
22418   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22419   algorithm: "plot_latency_error_bars"
22420   output-file-type: ".html"
22421   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22422   data: "plot-vpp-throughput-latency-3n-hsw"
22423   filter: "'NIC_Intel-XL710' and
22424            '64B' and
22425            'NDRPDR' and
22426            'ETH' and
22427            'IP4FWD' and
22428            '2T2C' and
22429            'VHOST_1024' and
22430            not 'VXLAN' and
22431            not 'DOT1Q'"
22432   parameters:
22433   - "latency"
22434   - "parent"
22435   - "tags"
22436   sort:
22437   - "not CFS_OPT"
22438   - "1VM"
22439   - "2VM"
22440   layout:
22441     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
22442     layout: "plot-latency"
22443
22444 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
22445 -
22446   type: "plot"
22447   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22448   algorithm: "plot_latency_error_bars"
22449   output-file-type: ".html"
22450   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22451   data: "plot-vpp-throughput-latency-3n-hsw"
22452   filter: "'NIC_Intel-XL710' and
22453            '64B' and
22454            'NDRPDR' and
22455            ('ETH' or 'DOT1Q') and
22456            '1T1C' and
22457            'L2BDMACLRN' and
22458            'VHOST_1024' and
22459            not 'VXLAN' and
22460            not 'IP4FWD' and
22461            not '2VM'"
22462   parameters:
22463   - "latency"
22464   - "parent"
22465   - "tags"
22466 #  sort:
22467 #  - "VM"  # "not CFS_OPT"
22468 #  - "CFS_OPT"
22469 #  - "FIB_10K"
22470 #  - "FIB_100K"
22471 #  - "FIB_1M"
22472   layout:
22473     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
22474     layout: "plot-latency"
22475
22476 -
22477   type: "plot"
22478   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22479   algorithm: "plot_latency_error_bars"
22480   output-file-type: ".html"
22481   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22482   data: "plot-vpp-throughput-latency-3n-hsw"
22483   filter: "'NIC_Intel-XL710' and
22484            '64B' and
22485            'NDRPDR' and
22486            ('ETH' or 'DOT1Q') and
22487            '2T2C' and
22488            'L2BDMACLRN' and
22489            'VHOST_1024' and
22490            not 'VXLAN' and
22491            not 'IP4FWD' and
22492            not '2VM'"
22493   parameters:
22494   - "latency"
22495   - "parent"
22496   - "tags"
22497 #  sort:
22498 #  - "VM"  # "not CFS_OPT"
22499 #  - "CFS_OPT"
22500 #  - "FIB_10K"
22501 #  - "FIB_100K"
22502 #  - "FIB_1M"
22503   layout:
22504     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
22505     layout: "plot-latency"
22506
22507 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
22508 -
22509   type: "plot"
22510   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22511   algorithm: "plot_latency_error_bars"
22512   output-file-type: ".html"
22513   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22514   data: "plot-vpp-throughput-latency-3n-hsw"
22515   filter: "'NIC_Intel-XL710' and
22516            '64B' and
22517            'NDRPDR' and
22518            ('ETH' or 'DOT1Q') and
22519            'BASE' and
22520            '1T1C' and
22521            ('L2BDMACLRN' or 'L2XCFWD') and
22522            'VHOST_1024' and
22523            not 'VXLAN' and
22524            not 'IP4FWD' and
22525            not '2VM'"
22526   parameters:
22527   - "latency"
22528   - "parent"
22529   - "tags"
22530 #  sort:
22531 #  - "not CFS_OPT"
22532 #  - "L2XCFWD"
22533 #  - "not CFS_OPT"
22534 #  - "CFS_OPT"
22535   layout:
22536     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
22537     layout: "plot-latency"
22538
22539 -
22540   type: "plot"
22541   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22542   algorithm: "plot_latency_error_bars"
22543   output-file-type: ".html"
22544   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22545   data: "plot-vpp-throughput-latency-3n-hsw"
22546   filter: "'NIC_Intel-XL710' and
22547            '64B' and
22548            'NDRPDR' and
22549            ('ETH' or 'DOT1Q') and
22550            'BASE' and
22551            '2T2C' and
22552            ('L2BDMACLRN' or 'L2XCFWD') and
22553            'VHOST_1024' and
22554            not 'VXLAN' and
22555            not 'IP4FWD' and
22556            not '2VM'"
22557   parameters:
22558   - "latency"
22559   - "parent"
22560   - "tags"
22561 #  sort:
22562 #  - "not CFS_OPT"
22563 #  - "L2XCFWD"
22564 #  - "not CFS_OPT"
22565 #  - "CFS_OPT"
22566   layout:
22567     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
22568     layout: "plot-latency"
22569
22570 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
22571 -
22572   type: "plot"
22573   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
22574   algorithm: "plot_latency_error_bars"
22575   output-file-type: ".html"
22576   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
22577   data: "plot-vpp-throughput-latency-3n-hsw"
22578   filter: "'NIC_Intel-XL710' and
22579            '64B' and
22580            'NDRPDR' and
22581            ('ETH' or 'DOT1Q') and
22582            '1T1C' and
22583            ('L2BDMACLRN' or 'L2XCFWD') and
22584            'VHOST_1024' and
22585            not 'CFS_OPT' and
22586            not 'VXLAN' and
22587            not 'IP4FWD'"
22588   parameters:
22589   - "latency"
22590   - "parent"
22591   - "tags"
22592 #  sort:
22593 #  - "1VM"
22594 #  - "L2XCFWD"
22595 #  - "1VM"
22596 #  - "L2BDMACLRN"
22597   layout:
22598     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
22599     layout: "plot-latency"
22600
22601 -
22602   type: "plot"
22603   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
22604   algorithm: "plot_latency_error_bars"
22605   output-file-type: ".html"
22606   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
22607   data: "plot-vpp-throughput-latency-3n-hsw"
22608   filter: "'NIC_Intel-XL710' and
22609            '64B' and
22610            'NDRPDR' and
22611            ('ETH' or 'DOT1Q') and
22612            '2T2C' and
22613            ('L2BDMACLRN' or 'L2XCFWD') and
22614            'VHOST_1024' and
22615            not 'CFS_OPT' and
22616            not 'VXLAN' and
22617            not 'IP4FWD'"
22618   parameters:
22619   - "latency"
22620   - "parent"
22621   - "tags"
22622 #  sort:
22623 #  - "1VM"
22624 #  - "L2XCFWD"
22625 #  - "1VM"
22626 #  - "L2BDMACLRN"
22627   layout:
22628     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
22629     layout: "plot-latency"
22630
22631 # Packet Latency - VPP vhost ip4 3n-skx-x710
22632 -
22633   type: "plot"
22634   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22635   algorithm: "plot_latency_error_bars"
22636   output-file-type: ".html"
22637   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22638   data: "plot-vpp-throughput-latency-3n-skx"
22639   filter: "'NIC_Intel-X710' and
22640            '64B' and
22641            'NDRPDR' and
22642            'ETH' and
22643            'IP4FWD' and
22644            '2T1C' and
22645            'VHOST_1024' and
22646            not 'VXLAN' and
22647            not 'DOT1Q'"
22648   parameters:
22649   - "latency"
22650   - "parent"
22651   - "tags"
22652   sort:
22653   - "not CFS_OPT"
22654   - "1VM"
22655   - "2VM"
22656   layout:
22657     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22658     layout: "plot-latency"
22659
22660 -
22661   type: "plot"
22662   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22663   algorithm: "plot_latency_error_bars"
22664   output-file-type: ".html"
22665   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22666   data: "plot-vpp-throughput-latency-3n-skx"
22667   filter: "'NIC_Intel-X710' and
22668            '64B' and
22669            'NDRPDR' and
22670            'ETH' and
22671            'IP4FWD' and
22672            '4T2C' and
22673            'VHOST_1024' and
22674            not 'VXLAN' and
22675            not 'DOT1Q'"
22676   parameters:
22677   - "latency"
22678   - "parent"
22679   - "tags"
22680   sort:
22681   - "not CFS_OPT"
22682   - "1VM"
22683   - "2VM"
22684   layout:
22685     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22686     layout: "plot-latency"
22687
22688 # Packet Latency - VPP vhost l2sw 3n-skx-x710
22689 -
22690   type: "plot"
22691   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22692   algorithm: "plot_latency_error_bars"
22693   output-file-type: ".html"
22694   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22695   data: "plot-vpp-throughput-latency-3n-skx"
22696   filter: "'NIC_Intel-X710' and
22697            '64B' and
22698            'NDRPDR' and
22699            ('ETH' or 'DOT1Q') and
22700            '2T1C' and
22701            'L2BDMACLRN' and
22702            'VHOST_1024' and
22703            not 'VXLAN' and
22704            not 'IP4FWD' and
22705            not '2VM'"
22706   parameters:
22707   - "latency"
22708   - "parent"
22709   - "tags"
22710 #  sort:
22711 #  - "VM"  # "not CFS_OPT"
22712 #  - "CFS_OPT"
22713 #  - "FIB_10K"
22714 #  - "FIB_100K"
22715 #  - "FIB_1M"
22716   layout:
22717     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22718     layout: "plot-latency"
22719
22720 -
22721   type: "plot"
22722   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22723   algorithm: "plot_latency_error_bars"
22724   output-file-type: ".html"
22725   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22726   data: "plot-vpp-throughput-latency-3n-skx"
22727   filter: "'NIC_Intel-X710' and
22728            '64B' and
22729            'NDRPDR' and
22730            ('ETH' or 'DOT1Q') and
22731            '4T2C' and
22732            'L2BDMACLRN' and
22733            'VHOST_1024' and
22734            not 'VXLAN' and
22735            not 'IP4FWD' and
22736            not '2VM'"
22737   parameters:
22738   - "latency"
22739   - "parent"
22740   - "tags"
22741 #  sort:
22742 #  - "VM"  # "not CFS_OPT"
22743 #  - "CFS_OPT"
22744 #  - "FIB_10K"
22745 #  - "FIB_100K"
22746 #  - "FIB_1M"
22747   layout:
22748     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22749     layout: "plot-latency"
22750
22751 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
22752 -
22753   type: "plot"
22754   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
22755   algorithm: "plot_latency_error_bars"
22756   output-file-type: ".html"
22757   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
22758   data: "plot-vpp-throughput-latency-3n-skx"
22759   filter: "'NIC_Intel-X710' and
22760            '64B' and
22761            'NDRPDR' and
22762            ('ETH' or 'DOT1Q') and
22763            'BASE' and
22764            '2T1C' and
22765            ('L2BDMACLRN' or 'L2XCFWD') and
22766            'VHOST_1024' and
22767            not 'VXLAN' and
22768            not 'IP4FWD' and
22769            not '2VM' and
22770            not 'LBOND'"
22771   parameters:
22772   - "latency"
22773   - "parent"
22774   - "tags"
22775 #  sort:
22776 #  - "not CFS_OPT"
22777 #  - "L2XCFWD"
22778 #  - "not CFS_OPT"
22779 #  - "CFS_OPT"
22780   layout:
22781     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
22782     layout: "plot-latency"
22783
22784 -
22785   type: "plot"
22786   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
22787   algorithm: "plot_latency_error_bars"
22788   output-file-type: ".html"
22789   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
22790   data: "plot-vpp-throughput-latency-3n-skx"
22791   filter: "'NIC_Intel-X710' and
22792            '64B' and
22793            'NDRPDR' and
22794            ('ETH' or 'DOT1Q') and
22795            'BASE' and
22796            '4T2C' and
22797            ('L2BDMACLRN' or 'L2XCFWD') and
22798            'VHOST_1024' and
22799            not 'VXLAN' and
22800            not 'IP4FWD' and
22801            not '2VM' and
22802            not 'LBOND'"
22803   parameters:
22804   - "latency"
22805   - "parent"
22806   - "tags"
22807 #  sort:
22808 #  - "not CFS_OPT"
22809 #  - "L2XCFWD"
22810 #  - "not CFS_OPT"
22811 #  - "CFS_OPT"
22812   layout:
22813     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
22814     layout: "plot-latency"
22815
22816 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
22817 -
22818   type: "plot"
22819   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22820   algorithm: "plot_latency_error_bars"
22821   output-file-type: ".html"
22822   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22823   data: "plot-vpp-throughput-latency-3n-skx"
22824   filter: "'NIC_Intel-X710' and
22825            '64B' and
22826            'NDRPDR' and
22827            ('ETH' or 'DOT1Q') and
22828            '2T1C' and
22829            ('L2BDMACLRN' or 'L2XCFWD') and
22830            'VHOST_1024' and
22831            not 'CFS_OPT' and
22832            not 'VXLAN' and
22833            not 'IP4FWD' and
22834            not 'LBOND'"
22835   parameters:
22836   - "latency"
22837   - "parent"
22838   - "tags"
22839 #  sort:
22840 #  - "1VM"
22841 #  - "L2XCFWD"
22842 #  - "1VM"
22843 #  - "L2BDMACLRN"
22844   layout:
22845     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
22846     layout: "plot-latency"
22847
22848 -
22849   type: "plot"
22850   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22851   algorithm: "plot_latency_error_bars"
22852   output-file-type: ".html"
22853   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22854   data: "plot-vpp-throughput-latency-3n-skx"
22855   filter: "'NIC_Intel-X710' and
22856            '64B' and
22857            'NDRPDR' and
22858            ('ETH' or 'DOT1Q') and
22859            '4T2C' and
22860            ('L2BDMACLRN' or 'L2XCFWD') and
22861            'VHOST_1024' and
22862            not 'CFS_OPT' and
22863            not 'VXLAN' and
22864            not 'IP4FWD' and
22865            not 'LBOND'"
22866   parameters:
22867   - "latency"
22868   - "parent"
22869   - "tags"
22870 #  sort:
22871 #  - "1VM"
22872 #  - "L2XCFWD"
22873 #  - "1VM"
22874 #  - "L2BDMACLRN"
22875   layout:
22876     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
22877     layout: "plot-latency"
22878
22879 # Packet Latency - VPP vhost ip4 2n-skx-x710
22880 -
22881   type: "plot"
22882   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22883   algorithm: "plot_latency_error_bars"
22884   output-file-type: ".html"
22885   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22886   data: "plot-vpp-throughput-latency-2n-skx"
22887   filter: "'NIC_Intel-X710' and
22888            '64B' and
22889            'NDRPDR' and
22890            'ETH' and
22891            'IP4FWD' and
22892            '2T1C' and
22893            'VHOST_1024' and
22894            not 'VXLAN' and
22895            not 'NF_DENSITY' and
22896            not 'DOT1Q'"
22897   parameters:
22898   - "latency"
22899   - "parent"
22900   - "tags"
22901   sort:
22902   - "not CFS_OPT"
22903   - "1VM"
22904   - "2VM"
22905   layout:
22906     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22907     layout: "plot-latency"
22908
22909 -
22910   type: "plot"
22911   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22912   algorithm: "plot_latency_error_bars"
22913   output-file-type: ".html"
22914   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22915   data: "plot-vpp-throughput-latency-2n-skx"
22916   filter: "'NIC_Intel-X710' and
22917            '64B' and
22918            'NDRPDR' and
22919            'ETH' and
22920            'IP4FWD' and
22921            '4T2C' and
22922            'VHOST_1024' and
22923            not 'VXLAN' and
22924            not 'NF_DENSITY' and
22925            not 'DOT1Q'"
22926   parameters:
22927   - "latency"
22928   - "parent"
22929   - "tags"
22930   sort:
22931   - "not CFS_OPT"
22932   - "1VM"
22933   - "2VM"
22934   layout:
22935     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22936     layout: "plot-latency"
22937
22938 # Packet Latency - VPP vhost l2sw 2n-skx-x710
22939 -
22940   type: "plot"
22941   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22942   algorithm: "plot_latency_error_bars"
22943   output-file-type: ".html"
22944   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22945   data: "plot-vpp-throughput-latency-2n-skx"
22946   filter: "'NIC_Intel-X710' and
22947            '64B' and
22948            'NDRPDR' and
22949            ('ETH' or 'DOT1Q') and
22950            '2T1C' and
22951            'L2BDMACLRN' and
22952            'VHOST_1024' and
22953            not 'VXLAN' and
22954            not 'IP4FWD' and
22955            not 'NF_DENSITY' and
22956            not '2VM'"
22957   parameters:
22958   - "latency"
22959   - "parent"
22960   - "tags"
22961 #  sort:
22962 #  - "VM"  # "not CFS_OPT"
22963 #  - "CFS_OPT"
22964 #  - "FIB_10K"
22965 #  - "FIB_100K"
22966 #  - "FIB_1M"
22967   layout:
22968     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22969     layout: "plot-latency"
22970
22971 -
22972   type: "plot"
22973   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22974   algorithm: "plot_latency_error_bars"
22975   output-file-type: ".html"
22976   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22977   data: "plot-vpp-throughput-latency-2n-skx"
22978   filter: "'NIC_Intel-X710' and
22979            '64B' and
22980            'NDRPDR' and
22981            ('ETH' or 'DOT1Q') and
22982            '4T2C' and
22983            'L2BDMACLRN' and
22984            'VHOST_1024' and
22985            not 'VXLAN' and
22986            not 'NF_DENSITY' and
22987            not 'IP4FWD' and
22988            not '2VM'"
22989   parameters:
22990   - "latency"
22991   - "parent"
22992   - "tags"
22993 #  sort:
22994 #  - "VM"  # "not CFS_OPT"
22995 #  - "CFS_OPT"
22996 #  - "FIB_10K"
22997 #  - "FIB_100K"
22998 #  - "FIB_1M"
22999   layout:
23000     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
23001     layout: "plot-latency"
23002
23003 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
23004 -
23005   type: "plot"
23006   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
23007   algorithm: "plot_latency_error_bars"
23008   output-file-type: ".html"
23009   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
23010   data: "plot-vpp-throughput-latency-2n-skx"
23011   filter: "'NIC_Intel-X710' and
23012            '64B' and
23013            'NDRPDR' and
23014            ('ETH' or 'DOT1Q') and
23015            'BASE' and
23016            '2T1C' and
23017            ('L2BDMACLRN' or 'L2XCFWD') and
23018            'VHOST_1024' and
23019            not 'VXLAN' and
23020            not 'NF_DENSITY' and
23021            not 'IP4FWD' and
23022            not '2VM'"
23023   parameters:
23024   - "latency"
23025   - "parent"
23026   - "tags"
23027 #  sort:
23028 #  - "not CFS_OPT"
23029 #  - "L2XCFWD"
23030 #  - "not CFS_OPT"
23031 #  - "CFS_OPT"
23032   layout:
23033     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
23034     layout: "plot-latency"
23035
23036 -
23037   type: "plot"
23038   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
23039   algorithm: "plot_latency_error_bars"
23040   output-file-type: ".html"
23041   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
23042   data: "plot-vpp-throughput-latency-2n-skx"
23043   filter: "'NIC_Intel-X710' and
23044            '64B' and
23045            'NDRPDR' and
23046            ('ETH' or 'DOT1Q') and
23047            'BASE' and
23048            '4T2C' and
23049            ('L2BDMACLRN' or 'L2XCFWD') and
23050            'VHOST_1024' and
23051            not 'VXLAN' and
23052            not 'NF_DENSITY' and
23053            not 'IP4FWD' and
23054            not '2VM'"
23055   parameters:
23056   - "latency"
23057   - "parent"
23058   - "tags"
23059 #  sort:
23060 #  - "not CFS_OPT"
23061 #  - "L2XCFWD"
23062 #  - "not CFS_OPT"
23063 #  - "CFS_OPT"
23064   layout:
23065     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
23066     layout: "plot-latency"
23067
23068 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
23069 -
23070   type: "plot"
23071   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23072   algorithm: "plot_latency_error_bars"
23073   output-file-type: ".html"
23074   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23075   data: "plot-vpp-throughput-latency-2n-skx"
23076   filter: "'NIC_Intel-X710' and
23077            '64B' and
23078            'NDRPDR' and
23079            ('ETH' or 'DOT1Q') and
23080            '2T1C' and
23081            ('L2BDMACLRN' or 'L2XCFWD') and
23082            'VHOST_1024' and
23083            not 'CFS_OPT' and
23084            not 'VXLAN' and
23085            not 'NF_DENSITY' and
23086            not 'IP4FWD'"
23087   parameters:
23088   - "latency"
23089   - "parent"
23090   - "tags"
23091 #  sort:
23092 #  - "1VM"
23093 #  - "L2XCFWD"
23094 #  - "1VM"
23095 #  - "L2BDMACLRN"
23096   layout:
23097     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
23098     layout: "plot-latency"
23099
23100 -
23101   type: "plot"
23102   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23103   algorithm: "plot_latency_error_bars"
23104   output-file-type: ".html"
23105   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23106   data: "plot-vpp-throughput-latency-2n-skx"
23107   filter: "'NIC_Intel-X710' and
23108            '64B' and
23109            'NDRPDR' and
23110            ('ETH' or 'DOT1Q') and
23111            '4T2C' and
23112            ('L2BDMACLRN' or 'L2XCFWD') and
23113            'VHOST_1024' and
23114            not 'CFS_OPT' and
23115            not 'VXLAN' and
23116            not 'NF_DENSITY' and
23117            not 'IP4FWD'"
23118   parameters:
23119   - "latency"
23120   - "parent"
23121   - "tags"
23122 #  sort:
23123 #  - "1VM"
23124 #  - "L2XCFWD"
23125 #  - "1VM"
23126 #  - "L2BDMACLRN"
23127   layout:
23128     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
23129     layout: "plot-latency"
23130
23131 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
23132 -
23133   type: "plot"
23134   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23135   algorithm: "plot_latency_error_bars"
23136   output-file-type: ".html"
23137   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23138   data: "plot-vpp-throughput-latency-2n-skx"
23139   filter: "'NIC_Intel-XXV710' and
23140            '64B' and
23141            'NDRPDR' and
23142            'ETH' and
23143            'IP4FWD' and
23144            '2T1C' and
23145            'VHOST_1024' and
23146            not 'VXLAN' and
23147            not 'DOT1Q'"
23148   parameters:
23149   - "latency"
23150   - "parent"
23151   - "tags"
23152   sort:
23153   - "not CFS_OPT"
23154   - "1VM"
23155   - "2VM"
23156   layout:
23157     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
23158     layout: "plot-latency"
23159
23160 -
23161   type: "plot"
23162   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23163   algorithm: "plot_latency_error_bars"
23164   output-file-type: ".html"
23165   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23166   data: "plot-vpp-throughput-latency-2n-skx"
23167   filter: "'NIC_Intel-XXV710' and
23168            '64B' and
23169            'NDRPDR' and
23170            'ETH' and
23171            'IP4FWD' and
23172            '4T2C' and
23173            'VHOST_1024' and
23174            not 'VXLAN' and
23175            not 'DOT1Q'"
23176   parameters:
23177   - "latency"
23178   - "parent"
23179   - "tags"
23180   sort:
23181   - "not CFS_OPT"
23182   - "1VM"
23183   - "2VM"
23184   layout:
23185     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
23186     layout: "plot-latency"
23187
23188 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
23189 -
23190   type: "plot"
23191   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23192   algorithm: "plot_latency_error_bars"
23193   output-file-type: ".html"
23194   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23195   data: "plot-vpp-throughput-latency-2n-skx"
23196   filter: "'NIC_Intel-XXV710' and
23197            '64B' and
23198            'NDRPDR' and
23199            ('ETH' or 'DOT1Q') and
23200            '2T1C' and
23201            'L2BDMACLRN' and
23202            'VHOST_1024' and
23203            not 'VXLAN' and
23204            not 'IP4FWD' and
23205            not '2VM'"
23206   parameters:
23207   - "latency"
23208   - "parent"
23209   - "tags"
23210 #  sort:
23211 #  - "VM"  # "not CFS_OPT"
23212 #  - "CFS_OPT"
23213 #  - "FIB_10K"
23214 #  - "FIB_100K"
23215 #  - "FIB_1M"
23216   layout:
23217     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
23218     layout: "plot-latency"
23219
23220 -
23221   type: "plot"
23222   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23223   algorithm: "plot_latency_error_bars"
23224   output-file-type: ".html"
23225   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23226   data: "plot-vpp-throughput-latency-2n-skx"
23227   filter: "'NIC_Intel-XXV710' and
23228            '64B' and
23229            'NDRPDR' and
23230            ('ETH' or 'DOT1Q') and
23231            '4T2C' and
23232            'L2BDMACLRN' and
23233            'VHOST_1024' and
23234            not 'VXLAN' and
23235            not 'IP4FWD' and
23236            not '2VM'"
23237   parameters:
23238   - "latency"
23239   - "parent"
23240   - "tags"
23241 #  sort:
23242 #  - "VM"  # "not CFS_OPT"
23243 #  - "CFS_OPT"
23244 #  - "FIB_10K"
23245 #  - "FIB_100K"
23246 #  - "FIB_1M"
23247   layout:
23248     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
23249     layout: "plot-latency"
23250
23251 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
23252 -
23253   type: "plot"
23254   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23255   algorithm: "plot_latency_error_bars"
23256   output-file-type: ".html"
23257   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23258   data: "plot-vpp-throughput-latency-2n-skx"
23259   filter: "'NIC_Intel-XXV710' and
23260            '64B' and
23261            'NDRPDR' and
23262            ('ETH' or 'DOT1Q') and
23263            'BASE' and
23264            '2T1C' and
23265            ('L2BDMACLRN' or 'L2XCFWD') and
23266            'VHOST_1024' and
23267            not 'VXLAN' and
23268            not 'IP4FWD' and
23269            not '2VM'"
23270   parameters:
23271   - "latency"
23272   - "parent"
23273   - "tags"
23274 #  sort:
23275 #  - "not CFS_OPT"
23276 #  - "L2XCFWD"
23277 #  - "not CFS_OPT"
23278 #  - "CFS_OPT"
23279   layout:
23280     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
23281     layout: "plot-latency"
23282
23283 -
23284   type: "plot"
23285   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23286   algorithm: "plot_latency_error_bars"
23287   output-file-type: ".html"
23288   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23289   data: "plot-vpp-throughput-latency-2n-skx"
23290   filter: "'NIC_Intel-XXV710' and
23291            '64B' and
23292            'NDRPDR' and
23293            ('ETH' or 'DOT1Q') and
23294            'BASE' and
23295            '4T2C' and
23296            ('L2BDMACLRN' or 'L2XCFWD') and
23297            'VHOST_1024' and
23298            not 'VXLAN' and
23299            not 'IP4FWD' and
23300            not '2VM'"
23301   parameters:
23302   - "latency"
23303   - "parent"
23304   - "tags"
23305 #  sort:
23306 #  - "not CFS_OPT"
23307 #  - "L2XCFWD"
23308 #  - "not CFS_OPT"
23309 #  - "CFS_OPT"
23310   layout:
23311     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
23312     layout: "plot-latency"
23313
23314 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
23315 -
23316   type: "plot"
23317   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
23318   algorithm: "plot_latency_error_bars"
23319   output-file-type: ".html"
23320   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
23321   data: "plot-vpp-throughput-latency-2n-skx"
23322   filter: "'NIC_Intel-XXV710' and
23323            '64B' and
23324            'NDRPDR' and
23325            ('ETH' or 'DOT1Q') and
23326            '2T1C' and
23327            ('L2BDMACLRN' or 'L2XCFWD') and
23328            'VHOST_1024' and
23329            not 'CFS_OPT' and
23330            not 'VXLAN' and
23331            not 'IP4FWD'"
23332   parameters:
23333   - "latency"
23334   - "parent"
23335   - "tags"
23336 #  sort:
23337 #  - "1VM"
23338 #  - "L2XCFWD"
23339 #  - "1VM"
23340 #  - "L2BDMACLRN"
23341   layout:
23342     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
23343     layout: "plot-latency"
23344
23345 -
23346   type: "plot"
23347   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
23348   algorithm: "plot_latency_error_bars"
23349   output-file-type: ".html"
23350   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
23351   data: "plot-vpp-throughput-latency-2n-skx"
23352   filter: "'NIC_Intel-XXV710' and
23353            '64B' and
23354            'NDRPDR' and
23355            ('ETH' or 'DOT1Q') and
23356            '4T2C' and
23357            ('L2BDMACLRN' or 'L2XCFWD') and
23358            'VHOST_1024' and
23359            not 'CFS_OPT' and
23360            not 'VXLAN' and
23361            not 'IP4FWD'"
23362   parameters:
23363   - "latency"
23364   - "parent"
23365   - "tags"
23366 #  sort:
23367 #  - "1VM"
23368 #  - "L2XCFWD"
23369 #  - "1VM"
23370 #  - "L2BDMACLRN"
23371   layout:
23372     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
23373     layout: "plot-latency"
23374
23375 ################################################################################
23376
23377 # Packet Latency - VPP VTS 3n-hsw-x520
23378 -
23379   type: "plot"
23380   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
23381   algorithm: "plot_latency_error_bars"
23382   output-file-type: ".html"
23383   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
23384   data: "plot-vpp-throughput-latency-3n-hsw"
23385   filter: "'NIC_Intel-X520-DA2' and
23386            '114B' and
23387            'NDRPDR' and
23388            '1T1C' and
23389            'VTS'"
23390   parameters:
23391   - "latency"
23392   - "parent"
23393   - "tags"
23394   layout:
23395     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
23396     layout: "plot-latency"
23397
23398 -
23399   type: "plot"
23400   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
23401   algorithm: "plot_latency_error_bars"
23402   output-file-type: ".html"
23403   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
23404   data: "plot-vpp-throughput-latency-3n-hsw"
23405   filter: "'NIC_Intel-X520-DA2' and
23406            '114B' and
23407            'NDRPDR' and
23408            '2T2C' and
23409            'VTS'"
23410   parameters:
23411   - "latency"
23412   - "parent"
23413   - "tags"
23414   layout:
23415     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
23416     layout: "plot-latency"
23417
23418 ################################################################################
23419
23420 # Packet Latency - DPDK l3fwd 3n-hsw-x520
23421 -
23422   type: "plot"
23423   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23424   algorithm: "plot_latency_error_bars"
23425   output-file-type: ".html"
23426   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23427   data: "plot-dpdk-throughput-latency-3n-hsw"
23428   filter: "'NIC_Intel-X520-DA2' and
23429            '64B' and
23430            'BASE' and
23431            'NDRPDR' and
23432            '1T1C' and
23433            'IP4FWD'"
23434   parameters:
23435   - "latency"
23436   - "parent"
23437   - "tags"
23438   layout:
23439     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
23440     layout: "plot-latency"
23441
23442 -
23443   type: "plot"
23444   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23445   algorithm: "plot_latency_error_bars"
23446   output-file-type: ".html"
23447   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23448   data: "plot-dpdk-throughput-latency-3n-hsw"
23449   filter: "'NIC_Intel-X520-DA2' and
23450            '64B' and
23451            'BASE' and
23452            'NDRPDR' and
23453            '2T2C' and
23454            'IP4FWD'"
23455   parameters:
23456   - "latency"
23457   - "parent"
23458   - "tags"
23459   layout:
23460     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
23461     layout: "plot-latency"
23462
23463 # Packet Latency - DPDK l3fwd 3n-hsw-x710
23464 -
23465   type: "plot"
23466   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23467   algorithm: "plot_latency_error_bars"
23468   output-file-type: ".html"
23469   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23470   data: "plot-dpdk-throughput-latency-3n-hsw"
23471   filter: "'NIC_Intel-X710' and
23472            '64B' and
23473            'BASE' and
23474            'NDRPDR' and
23475            '1T1C' and
23476            'IP4FWD'"
23477   parameters:
23478   - "latency"
23479   - "parent"
23480   - "tags"
23481   layout:
23482     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
23483     layout: "plot-latency"
23484
23485 -
23486   type: "plot"
23487   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23488   algorithm: "plot_latency_error_bars"
23489   output-file-type: ".html"
23490   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23491   data: "plot-dpdk-throughput-latency-3n-hsw"
23492   filter: "'NIC_Intel-X710' and
23493            '64B' and
23494            'BASE' and
23495            'NDRPDR' and
23496            '2T2C' and
23497            'IP4FWD'"
23498   parameters:
23499   - "latency"
23500   - "parent"
23501   - "tags"
23502   layout:
23503     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
23504     layout: "plot-latency"
23505
23506 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
23507 -
23508   type: "plot"
23509   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23510   algorithm: "plot_latency_error_bars"
23511   output-file-type: ".html"
23512   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23513   data: "plot-dpdk-throughput-latency-3n-hsw"
23514   filter: "'NIC_Intel-XL710' and
23515            '64B' and
23516            'BASE' and
23517            'NDRPDR' and
23518            '1T1C' and
23519            'IP4FWD'"
23520   parameters:
23521   - "latency"
23522   - "parent"
23523   - "tags"
23524   layout:
23525     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
23526     layout: "plot-latency"
23527
23528 -
23529   type: "plot"
23530   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23531   algorithm: "plot_latency_error_bars"
23532   output-file-type: ".html"
23533   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23534   data: "plot-dpdk-throughput-latency-3n-hsw"
23535   filter: "'NIC_Intel-XL710' and
23536            '64B' and
23537            'BASE' and
23538            'NDRPDR' and
23539            '2T2C' and
23540            'IP4FWD'"
23541   parameters:
23542   - "latency"
23543   - "parent"
23544   - "tags"
23545   layout:
23546     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
23547     layout: "plot-latency"
23548
23549 # Packet Latency - DPDK l3fwd 3n-skx-x710
23550 -
23551   type: "plot"
23552   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23553   algorithm: "plot_latency_error_bars"
23554   output-file-type: ".html"
23555   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23556   data: "plot-dpdk-throughput-latency-3n-skx"
23557   filter: "'NIC_Intel-X710' and
23558            '64B' and
23559            'BASE' and
23560            'NDRPDR' and
23561            '2T1C' and
23562            'IP4FWD'"
23563   parameters:
23564   - "latency"
23565   - "parent"
23566   - "tags"
23567   layout:
23568     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
23569     layout: "plot-latency"
23570
23571 -
23572   type: "plot"
23573   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23574   algorithm: "plot_latency_error_bars"
23575   output-file-type: ".html"
23576   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23577   data: "plot-dpdk-throughput-latency-3n-skx"
23578   filter: "'NIC_Intel-X710' and
23579            '64B' and
23580            'BASE' and
23581            'NDRPDR' and
23582            '4T2C' and
23583            'IP4FWD'"
23584   parameters:
23585   - "latency"
23586   - "parent"
23587   - "tags"
23588   layout:
23589     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
23590     layout: "plot-latency"
23591
23592 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
23593 -
23594   type: "plot"
23595   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23596   algorithm: "plot_latency_error_bars"
23597   output-file-type: ".html"
23598   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23599   data: "plot-dpdk-throughput-latency-3n-skx"
23600   filter: "'NIC_Intel-XXV710' and
23601            '64B' and
23602            'BASE' and
23603            'NDRPDR' and
23604            '2T1C' and
23605            'IP4FWD'"
23606   parameters:
23607   - "latency"
23608   - "parent"
23609   - "tags"
23610   layout:
23611     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
23612     layout: "plot-latency"
23613
23614 -
23615   type: "plot"
23616   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23617   algorithm: "plot_latency_error_bars"
23618   output-file-type: ".html"
23619   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23620   data: "plot-dpdk-throughput-latency-3n-skx"
23621   filter: "'NIC_Intel-XXV710' and
23622            '64B' and
23623            'BASE' and
23624            'NDRPDR' and
23625            '4T2C' and
23626            'IP4FWD'"
23627   parameters:
23628   - "latency"
23629   - "parent"
23630   - "tags"
23631   layout:
23632     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
23633     layout: "plot-latency"
23634
23635 # Packet Latency - DPDK l3fwd 2n-skx-x710
23636 -
23637   type: "plot"
23638   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23639   algorithm: "plot_latency_error_bars"
23640   output-file-type: ".html"
23641   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23642   data: "plot-dpdk-throughput-latency-2n-skx"
23643   filter: "'NIC_Intel-X710' and
23644            '64B' and
23645            'BASE' and
23646            'NDRPDR' and
23647            '2T1C' and
23648            'IP4FWD'"
23649   parameters:
23650   - "latency"
23651   - "parent"
23652   - "tags"
23653   layout:
23654     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
23655     layout: "plot-latency"
23656
23657 -
23658   type: "plot"
23659   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23660   algorithm: "plot_latency_error_bars"
23661   output-file-type: ".html"
23662   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23663   data: "plot-dpdk-throughput-latency-2n-skx"
23664   filter: "'NIC_Intel-X710' and
23665            '64B' and
23666            'BASE' and
23667            'NDRPDR' and
23668            '4T2C' and
23669            'IP4FWD'"
23670   parameters:
23671   - "latency"
23672   - "parent"
23673   - "tags"
23674   layout:
23675     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
23676     layout: "plot-latency"
23677
23678 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
23679 -
23680   type: "plot"
23681   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23682   algorithm: "plot_latency_error_bars"
23683   output-file-type: ".html"
23684   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23685   data: "plot-dpdk-throughput-latency-2n-skx"
23686   filter: "'NIC_Intel-XXV710' and
23687            '64B' and
23688            'BASE' and
23689            'NDRPDR' and
23690            '2T1C' and
23691            'IP4FWD'"
23692   parameters:
23693   - "latency"
23694   - "parent"
23695   - "tags"
23696   layout:
23697     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
23698     layout: "plot-latency"
23699
23700 -
23701   type: "plot"
23702   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23703   algorithm: "plot_latency_error_bars"
23704   output-file-type: ".html"
23705   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23706   data: "plot-dpdk-throughput-latency-2n-skx"
23707   filter: "'NIC_Intel-XXV710' and
23708            '64B' and
23709            'BASE' and
23710            'NDRPDR' and
23711            '4T2C' and
23712            'IP4FWD'"
23713   parameters:
23714   - "latency"
23715   - "parent"
23716   - "tags"
23717   layout:
23718     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
23719     layout: "plot-latency"
23720
23721 ################################################################################
23722
23723 # Packet Latency - DPDK testpmd 3n-hsw-x520
23724 -
23725   type: "plot"
23726   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23727   algorithm: "plot_latency_error_bars"
23728   output-file-type: ".html"
23729   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23730   data: "plot-dpdk-throughput-latency-3n-hsw"
23731   filter: "'NIC_Intel-X520-DA2' and
23732            '64B' and
23733            'BASE' and
23734            'NDRPDR' and
23735            '1T1C' and
23736            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23737   parameters:
23738   - "latency"
23739   - "parent"
23740   - "tags"
23741   layout:
23742     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
23743     layout: "plot-latency"
23744
23745 -
23746   type: "plot"
23747   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23748   algorithm: "plot_latency_error_bars"
23749   output-file-type: ".html"
23750   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23751   data: "plot-dpdk-throughput-latency-3n-hsw"
23752   filter: "'NIC_Intel-X520-DA2' and
23753            '64B' and
23754            'BASE' and
23755            'NDRPDR' and
23756            '2T2C' and
23757            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23758   parameters:
23759   - "latency"
23760   - "parent"
23761   - "tags"
23762   layout:
23763     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
23764     layout: "plot-latency"
23765
23766 # Packet Latency - DPDK testpmd 3n-hsw-x710
23767 -
23768   type: "plot"
23769   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23770   algorithm: "plot_latency_error_bars"
23771   output-file-type: ".html"
23772   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23773   data: "plot-dpdk-throughput-latency-3n-hsw"
23774   filter: "'NIC_Intel-X710' and
23775            '64B' and
23776            'BASE' and
23777            'NDRPDR' and
23778            '1T1C' and
23779            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23780   parameters:
23781   - "latency"
23782   - "parent"
23783   - "tags"
23784   layout:
23785     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
23786     layout: "plot-latency"
23787
23788 -
23789   type: "plot"
23790   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23791   algorithm: "plot_latency_error_bars"
23792   output-file-type: ".html"
23793   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23794   data: "plot-dpdk-throughput-latency-3n-hsw"
23795   filter: "'NIC_Intel-X710' and
23796            '64B' and
23797            'BASE' and
23798            'NDRPDR' and
23799            '2T2C' and
23800            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23801   parameters:
23802   - "latency"
23803   - "parent"
23804   - "tags"
23805   layout:
23806     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
23807     layout: "plot-latency"
23808
23809 # Packet Latency - DPDK testpmd 3n-hsw-xl710
23810 -
23811   type: "plot"
23812   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23813   algorithm: "plot_latency_error_bars"
23814   output-file-type: ".html"
23815   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23816   data: "plot-dpdk-throughput-latency-3n-hsw"
23817   filter: "'NIC_Intel-XL710' and
23818            '64B' and
23819            'BASE' and
23820            'NDRPDR' and
23821            '1T1C' and
23822            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23823   parameters:
23824   - "latency"
23825   - "parent"
23826   - "tags"
23827   layout:
23828     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
23829     layout: "plot-latency"
23830
23831 -
23832   type: "plot"
23833   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23834   algorithm: "plot_latency_error_bars"
23835   output-file-type: ".html"
23836   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23837   data: "plot-dpdk-throughput-latency-3n-hsw"
23838   filter: "'NIC_Intel-XL710' and
23839            '64B' and
23840            'BASE' and
23841            'NDRPDR' and
23842            '2T2C' and
23843            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23844   parameters:
23845   - "latency"
23846   - "parent"
23847   - "tags"
23848   layout:
23849     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
23850     layout: "plot-latency"
23851
23852 # Packet Latency - DPDK testpmd 3n-skx-x710
23853 -
23854   type: "plot"
23855   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23856   algorithm: "plot_latency_error_bars"
23857   output-file-type: ".html"
23858   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23859   data: "plot-dpdk-throughput-latency-3n-skx"
23860   filter: "'NIC_Intel-X710' and
23861            '64B' and
23862            'BASE' and
23863            'NDRPDR' and
23864            '2T1C' and
23865            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23866   parameters:
23867   - "latency"
23868   - "parent"
23869   - "tags"
23870   layout:
23871     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
23872     layout: "plot-latency"
23873
23874 -
23875   type: "plot"
23876   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23877   algorithm: "plot_latency_error_bars"
23878   output-file-type: ".html"
23879   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23880   data: "plot-dpdk-throughput-latency-3n-skx"
23881   filter: "'NIC_Intel-X710' and
23882            '64B' and
23883            'BASE' and
23884            'NDRPDR' and
23885            '4T2C' and
23886            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23887   parameters:
23888   - "latency"
23889   - "parent"
23890   - "tags"
23891   layout:
23892     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
23893     layout: "plot-latency"
23894
23895 # Packet Latency - DPDK testpmd 3n-skx-xxv710
23896 -
23897   type: "plot"
23898   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23899   algorithm: "plot_latency_error_bars"
23900   output-file-type: ".html"
23901   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23902   data: "plot-dpdk-throughput-latency-3n-skx"
23903   filter: "'NIC_Intel-XXV710' and
23904            '64B' and
23905            'BASE' and
23906            'NDRPDR' and
23907            '2T1C' and
23908            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23909   parameters:
23910   - "latency"
23911   - "parent"
23912   - "tags"
23913   layout:
23914     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
23915     layout: "plot-latency"
23916
23917 -
23918   type: "plot"
23919   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23920   algorithm: "plot_latency_error_bars"
23921   output-file-type: ".html"
23922   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23923   data: "plot-dpdk-throughput-latency-3n-skx"
23924   filter: "'NIC_Intel-XXV710' and
23925            '64B' and
23926            'BASE' and
23927            'NDRPDR' and
23928            '4T2C' and
23929            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23930   parameters:
23931   - "latency"
23932   - "parent"
23933   - "tags"
23934   layout:
23935     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
23936     layout: "plot-latency"
23937
23938 # Packet Latency - DPDK testpmd 2n-skx-x710
23939 -
23940   type: "plot"
23941   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23942   algorithm: "plot_latency_error_bars"
23943   output-file-type: ".html"
23944   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23945   data: "plot-dpdk-throughput-latency-2n-skx"
23946   filter: "'NIC_Intel-X710' and
23947            '64B' and
23948            'BASE' and
23949            'NDRPDR' and
23950            '2T1C' and
23951            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23952   parameters:
23953   - "latency"
23954   - "parent"
23955   - "tags"
23956   layout:
23957     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
23958     layout: "plot-latency"
23959
23960 -
23961   type: "plot"
23962   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23963   algorithm: "plot_latency_error_bars"
23964   output-file-type: ".html"
23965   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23966   data: "plot-dpdk-throughput-latency-2n-skx"
23967   filter: "'NIC_Intel-X710' and
23968            '64B' and
23969            'BASE' and
23970            'NDRPDR' and
23971            '4T2C' and
23972            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23973   parameters:
23974   - "latency"
23975   - "parent"
23976   - "tags"
23977   layout:
23978     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
23979     layout: "plot-latency"
23980
23981 # Packet Latency - DPDK testpmd 2n-skx-xxv710
23982 -
23983   type: "plot"
23984   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23985   algorithm: "plot_latency_error_bars"
23986   output-file-type: ".html"
23987   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23988   data: "plot-dpdk-throughput-latency-2n-skx"
23989   filter: "'NIC_Intel-XXV710' and
23990            '64B' and
23991            'BASE' and
23992            'NDRPDR' and
23993            '2T1C' and
23994            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23995   parameters:
23996   - "latency"
23997   - "parent"
23998   - "tags"
23999   layout:
24000     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
24001     layout: "plot-latency"
24002
24003 -
24004   type: "plot"
24005   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24006   algorithm: "plot_latency_error_bars"
24007   output-file-type: ".html"
24008   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24009   data: "plot-dpdk-throughput-latency-2n-skx"
24010   filter: "'NIC_Intel-XXV710' and
24011            '64B' and
24012            'BASE' and
24013            'NDRPDR' and
24014            '4T2C' and
24015            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24016   parameters:
24017   - "latency"
24018   - "parent"
24019   - "tags"
24020   layout:
24021     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
24022     layout: "plot-latency"
24023
24024 ################################################################################
24025
24026 # Speedup - VPP Container Memif 3n-hsw-x520
24027 -
24028   type: "plot"
24029   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24030   algorithm: "plot_throughput_speedup_analysis"
24031   output-file-type: ".html"
24032   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24033   data: "plot-throughput-speedup-analysis-3n-hsw"
24034   filter: "'NIC_Intel-X520-DA2' and
24035            '64B' and
24036            ('BASE' or 'SCALE') and
24037            'NDRPDR' and
24038            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24039            not 'VHOST' and
24040            'MEMIF'"
24041   parameters:
24042   - "throughput"
24043   - "parent"
24044   - "tags"
24045   sort:
24046   - "L2XCFWD"
24047   - "L2XCFWD"
24048   - "L2XCFWD"
24049   - "L2BDMACLRN"
24050   - "L2BDMACLRN"
24051   - "L2BDMACLRN"
24052   layout:
24053     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
24054     layout: "plot-throughput-speedup-analysis"
24055
24056 -
24057   type: "plot"
24058   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24059   algorithm: "plot_throughput_speedup_analysis"
24060   output-file-type: ".html"
24061   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24062   data: "plot-throughput-speedup-analysis-3n-hsw"
24063   filter: "'NIC_Intel-X520-DA2' and
24064            '64B' and
24065            ('BASE' or 'SCALE') and
24066            'NDRPDR' and
24067            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24068            not 'VHOST' and
24069            'MEMIF'"
24070   parameters:
24071   - "throughput"
24072   - "parent"
24073   - "tags"
24074   sort:
24075   - "L2XCFWD"
24076   - "L2XCFWD"
24077   - "L2XCFWD"
24078   - "L2BDMACLRN"
24079   - "L2BDMACLRN"
24080   - "L2BDMACLRN"
24081   layout:
24082     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
24083     layout: "plot-throughput-speedup-analysis"
24084
24085 # Speedup - VPP Container Memif 3n-hsw-x710
24086 -
24087   type: "plot"
24088   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24089   algorithm: "plot_throughput_speedup_analysis"
24090   output-file-type: ".html"
24091   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24092   data: "plot-throughput-speedup-analysis-3n-hsw"
24093   filter: "'NIC_Intel-X710' and
24094            '64B' and
24095            ('BASE' or 'SCALE') and
24096            'NDRPDR' and
24097            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24098            not 'VHOST' and
24099            'MEMIF'"
24100   parameters:
24101   - "throughput"
24102   - "parent"
24103   - "tags"
24104   sort:
24105   - "L2XCFWD"
24106   - "L2XCFWD"
24107   - "L2XCFWD"
24108   - "L2BDMACLRN"
24109   - "L2BDMACLRN"
24110   - "L2BDMACLRN"
24111   layout:
24112     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
24113     layout: "plot-throughput-speedup-analysis"
24114
24115 -
24116   type: "plot"
24117   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24118   algorithm: "plot_throughput_speedup_analysis"
24119   output-file-type: ".html"
24120   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24121   data: "plot-throughput-speedup-analysis-3n-hsw"
24122   filter: "'NIC_Intel-X710' and
24123            '64B' and
24124            ('BASE' or 'SCALE') and
24125            'NDRPDR' and
24126            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24127            not 'VHOST' and
24128            'MEMIF'"
24129   parameters:
24130   - "throughput"
24131   - "parent"
24132   - "tags"
24133   sort:
24134   - "L2XCFWD"
24135   - "L2XCFWD"
24136   - "L2XCFWD"
24137   - "L2BDMACLRN"
24138   - "L2BDMACLRN"
24139   - "L2BDMACLRN"
24140   layout:
24141     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
24142     layout: "plot-throughput-speedup-analysis"
24143
24144 # Speedup - VPP Container Memif 3n-hsw-xl710
24145 -
24146   type: "plot"
24147   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24148   algorithm: "plot_throughput_speedup_analysis"
24149   output-file-type: ".html"
24150   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24151   data: "plot-throughput-speedup-analysis-3n-hsw"
24152   filter: "'NIC_Intel-XL710' and
24153            '64B' and
24154            ('BASE' or 'SCALE') and
24155            'NDRPDR' and
24156            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24157            not 'VHOST' and
24158            'MEMIF'"
24159   parameters:
24160   - "throughput"
24161   - "parent"
24162   - "tags"
24163   sort:
24164   - "L2XCFWD"
24165   - "L2XCFWD"
24166   - "L2XCFWD"
24167   - "L2BDMACLRN"
24168   - "L2BDMACLRN"
24169   - "L2BDMACLRN"
24170   layout:
24171     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
24172     layout: "plot-throughput-speedup-analysis"
24173
24174 -
24175   type: "plot"
24176   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24177   algorithm: "plot_throughput_speedup_analysis"
24178   output-file-type: ".html"
24179   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24180   data: "plot-throughput-speedup-analysis-3n-hsw"
24181   filter: "'NIC_Intel-XL710' and
24182            '64B' and
24183            ('BASE' or 'SCALE') and
24184            'NDRPDR' and
24185            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24186            not 'VHOST' and
24187            'MEMIF'"
24188   parameters:
24189   - "throughput"
24190   - "parent"
24191   - "tags"
24192   sort:
24193   - "L2XCFWD"
24194   - "L2XCFWD"
24195   - "L2XCFWD"
24196   - "L2BDMACLRN"
24197   - "L2BDMACLRN"
24198   - "L2BDMACLRN"
24199   layout:
24200     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
24201     layout: "plot-throughput-speedup-analysis"
24202
24203 # Speedup - VPP Container Memif 3n-skx-x710
24204 -
24205   type: "plot"
24206   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24207   algorithm: "plot_throughput_speedup_analysis"
24208   output-file-type: ".html"
24209   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24210   data: "plot-throughput-speedup-analysis-3n-skx"
24211   filter: "'NIC_Intel-X710' and
24212            '64B' and
24213            ('BASE' or 'SCALE') and
24214            'NDRPDR' and
24215            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24216            not 'VHOST' and
24217            'MEMIF'"
24218   parameters:
24219   - "throughput"
24220   - "parent"
24221   - "tags"
24222   sort:
24223   - "L2XCFWD"
24224   - "L2XCFWD"
24225   - "L2XCFWD"
24226   - "L2BDMACLRN"
24227   - "L2BDMACLRN"
24228   - "L2BDMACLRN"
24229   layout:
24230     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
24231     layout: "plot-throughput-speedup-analysis"
24232
24233 -
24234   type: "plot"
24235   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24236   algorithm: "plot_throughput_speedup_analysis"
24237   output-file-type: ".html"
24238   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24239   data: "plot-throughput-speedup-analysis-3n-skx"
24240   filter: "'NIC_Intel-X710' and
24241            '64B' and
24242            ('BASE' or 'SCALE') and
24243            'NDRPDR' and
24244            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24245            not 'VHOST' and
24246            'MEMIF'"
24247   parameters:
24248   - "throughput"
24249   - "parent"
24250   - "tags"
24251   sort:
24252   - "L2XCFWD"
24253   - "L2XCFWD"
24254   - "L2XCFWD"
24255   - "L2BDMACLRN"
24256   - "L2BDMACLRN"
24257   - "L2BDMACLRN"
24258   layout:
24259     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
24260     layout: "plot-throughput-speedup-analysis"
24261
24262 # Speedup - VPP Container Memif 2n-skx-x710
24263 -
24264   type: "plot"
24265   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24266   algorithm: "plot_throughput_speedup_analysis"
24267   output-file-type: ".html"
24268   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24269   data: "plot-throughput-speedup-analysis-2n-skx"
24270   filter: "'NIC_Intel-X710' and
24271            '64B' and
24272            ('BASE' or 'SCALE') and
24273            'NDRPDR' and
24274            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24275            not 'VHOST' and
24276            not 'NF_DENSITY' and
24277            'MEMIF'"
24278   parameters:
24279   - "throughput"
24280   - "parent"
24281   - "tags"
24282   sort:
24283   - "L2XCFWD"
24284   - "L2XCFWD"
24285   - "L2XCFWD"
24286   - "L2BDMACLRN"
24287   - "L2BDMACLRN"
24288   - "L2BDMACLRN"
24289   layout:
24290     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
24291     layout: "plot-throughput-speedup-analysis"
24292
24293 -
24294   type: "plot"
24295   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24296   algorithm: "plot_throughput_speedup_analysis"
24297   output-file-type: ".html"
24298   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24299   data: "plot-throughput-speedup-analysis-2n-skx"
24300   filter: "'NIC_Intel-X710' and
24301            '64B' and
24302            ('BASE' or 'SCALE') and
24303            'NDRPDR' and
24304            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24305            not 'VHOST' and
24306            not 'NF_DENSITY' and
24307            'MEMIF'"
24308   parameters:
24309   - "throughput"
24310   - "parent"
24311   - "tags"
24312   sort:
24313   - "L2XCFWD"
24314   - "L2XCFWD"
24315   - "L2XCFWD"
24316   - "L2BDMACLRN"
24317   - "L2BDMACLRN"
24318   - "L2BDMACLRN"
24319   layout:
24320     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
24321     layout: "plot-throughput-speedup-analysis"
24322
24323 # Speedup - VPP Container Memif 2n-skx-xxv710
24324 -
24325   type: "plot"
24326   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24327   algorithm: "plot_throughput_speedup_analysis"
24328   output-file-type: ".html"
24329   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24330   data: "plot-throughput-speedup-analysis-2n-skx"
24331   filter: "'NIC_Intel-XXV710' and
24332            '64B' and
24333            ('BASE' or 'SCALE') and
24334            'NDRPDR' and
24335            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24336            not 'VHOST' and
24337            'MEMIF'"
24338   parameters:
24339   - "throughput"
24340   - "parent"
24341   - "tags"
24342   sort:
24343   - "L2XCFWD"
24344   - "L2XCFWD"
24345   - "L2XCFWD"
24346   - "L2BDMACLRN"
24347   - "L2BDMACLRN"
24348   - "L2BDMACLRN"
24349   layout:
24350     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
24351     layout: "plot-throughput-speedup-analysis"
24352
24353 -
24354   type: "plot"
24355   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24356   algorithm: "plot_throughput_speedup_analysis"
24357   output-file-type: ".html"
24358   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24359   data: "plot-throughput-speedup-analysis-2n-skx"
24360   filter: "'NIC_Intel-XXV710' and
24361            '64B' and
24362            ('BASE' or 'SCALE') and
24363            'NDRPDR' and
24364            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24365            not 'VHOST' and
24366            'MEMIF'"
24367   parameters:
24368   - "throughput"
24369   - "parent"
24370   - "tags"
24371   sort:
24372   - "L2XCFWD"
24373   - "L2XCFWD"
24374   - "L2XCFWD"
24375   - "L2BDMACLRN"
24376   - "L2BDMACLRN"
24377   - "L2BDMACLRN"
24378   layout:
24379     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
24380     layout: "plot-throughput-speedup-analysis"
24381
24382 ################################################################################
24383
24384 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
24385 -
24386   type: "plot"
24387   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
24388   algorithm: "plot_throughput_speedup_analysis"
24389   output-file-type: ".html"
24390   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
24391   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24392   filter: "'NIC_Intel-X520-DA2' and
24393            '64B' and
24394            ('BASE' or 'SCALE') and
24395            'NDRPDR' and
24396            'L2XCFWD' and
24397            not 'VHOST' and
24398            'MEMIF'"
24399   parameters:
24400   - "throughput"
24401   - "parent"
24402   - "tags"
24403   sort:
24404   - "1VNF"
24405   - "2VNF"
24406   - "4VNF"
24407   - "2VNF"
24408   - "4VNF"
24409   layout:
24410     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
24411     layout: "plot-throughput-speedup-analysis"
24412
24413 -
24414   type: "plot"
24415   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
24416   algorithm: "plot_throughput_speedup_analysis"
24417   output-file-type: ".html"
24418   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
24419   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24420   filter: "'NIC_Intel-X520-DA2' and
24421            '64B' and
24422            ('BASE' or 'SCALE') and
24423            'NDRPDR' and
24424            'L2XCFWD' and
24425            not 'VHOST' and
24426            'MEMIF'"
24427   parameters:
24428   - "throughput"
24429   - "parent"
24430   - "tags"
24431   sort:
24432   - "1VNF"
24433   - "2VNF"
24434   - "4VNF"
24435   - "2VNF"
24436   - "4VNF"
24437   layout:
24438     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
24439     layout: "plot-throughput-speedup-analysis"
24440
24441 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
24442 -
24443   type: "plot"
24444   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
24445   algorithm: "plot_throughput_speedup_analysis"
24446   output-file-type: ".html"
24447   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
24448   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24449   filter: "'NIC_Intel-X520-DA2' and
24450            '64B' and
24451            ('BASE' or 'SCALE') and
24452            'NDRPDR' and
24453            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24454            not 'VHOST' and
24455            'MEMIF'"
24456   parameters:
24457   - "throughput"
24458   - "parent"
24459   - "tags"
24460   sort:
24461   - "1VNF"
24462   - "2VNF"
24463   - "4VNF"
24464   - "2VNF"
24465   - "4VNF"
24466   layout:
24467     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
24468     layout: "plot-throughput-speedup-analysis"
24469
24470 -
24471   type: "plot"
24472   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
24473   algorithm: "plot_throughput_speedup_analysis"
24474   output-file-type: ".html"
24475   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
24476   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24477   filter: "'NIC_Intel-X520-DA2' and
24478            '64B' and
24479            ('BASE' or 'SCALE') and
24480            'NDRPDR' and
24481            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24482            not 'VHOST' and
24483            'MEMIF'"
24484   parameters:
24485   - "throughput"
24486   - "parent"
24487   - "tags"
24488   sort:
24489   - "1VNF"
24490   - "2VNF"
24491   - "4VNF"
24492   - "2VNF"
24493   - "4VNF"
24494   layout:
24495     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
24496     layout: "plot-throughput-speedup-analysis"
24497
24498 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
24499 -
24500   type: "plot"
24501   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
24502   algorithm: "plot_throughput_speedup_analysis"
24503   output-file-type: ".html"
24504   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
24505   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24506   filter: "'NIC_Intel-X710' and
24507            '64B' and
24508            ('BASE' or 'SCALE') and
24509            'NDRPDR' and
24510            'L2XCFWD' and
24511            not 'VHOST' and
24512            'MEMIF'"
24513   parameters:
24514   - "throughput"
24515   - "parent"
24516   - "tags"
24517   sort:
24518   - "1VNF"
24519   - "2VNF"
24520   - "4VNF"
24521   - "2VNF"
24522   - "4VNF"
24523   layout:
24524     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
24525     layout: "plot-throughput-speedup-analysis"
24526
24527 -
24528   type: "plot"
24529   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
24530   algorithm: "plot_throughput_speedup_analysis"
24531   output-file-type: ".html"
24532   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
24533   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24534   filter: "'NIC_Intel-X710' and
24535            '64B' and
24536            ('BASE' or 'SCALE') and
24537            'NDRPDR' and
24538            'L2XCFWD' and
24539            not 'VHOST' and
24540            'MEMIF'"
24541   parameters:
24542   - "throughput"
24543   - "parent"
24544   - "tags"
24545   sort:
24546   - "1VNF"
24547   - "2VNF"
24548   - "4VNF"
24549   - "2VNF"
24550   - "4VNF"
24551   layout:
24552     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
24553     layout: "plot-throughput-speedup-analysis"
24554
24555 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
24556 -
24557   type: "plot"
24558   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
24559   algorithm: "plot_throughput_speedup_analysis"
24560   output-file-type: ".html"
24561   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
24562   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24563   filter: "'NIC_Intel-X710' and
24564            '64B' and
24565            ('BASE' or 'SCALE') and
24566            'NDRPDR' and
24567            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24568            not 'VHOST' and
24569            'MEMIF'"
24570   parameters:
24571   - "throughput"
24572   - "parent"
24573   - "tags"
24574   sort:
24575   - "1VNF"
24576   - "2VNF"
24577   - "4VNF"
24578   - "2VNF"
24579   - "4VNF"
24580   layout:
24581     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
24582     layout: "plot-throughput-speedup-analysis"
24583
24584 -
24585   type: "plot"
24586   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
24587   algorithm: "plot_throughput_speedup_analysis"
24588   output-file-type: ".html"
24589   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
24590   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24591   filter: "'NIC_Intel-X710' and
24592            '64B' and
24593            ('BASE' or 'SCALE') and
24594            'NDRPDR' and
24595            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24596            not 'VHOST' and
24597            'MEMIF'"
24598   parameters:
24599   - "throughput"
24600   - "parent"
24601   - "tags"
24602   sort:
24603   - "1VNF"
24604   - "2VNF"
24605   - "4VNF"
24606   - "2VNF"
24607   - "4VNF"
24608   layout:
24609     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
24610     layout: "plot-throughput-speedup-analysis"
24611
24612 ################################################################################
24613
24614 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
24615 -
24616   type: "plot"
24617   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24618   algorithm: "plot_throughput_speedup_analysis"
24619   output-file-type: ".html"
24620   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24621   data: "plot-throughput-speedup-analysis-3n-hsw"
24622   filter: "'NIC_Intel-X520-DA2' and
24623            '64B' and
24624            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24625            'NDRPDR' and
24626            'IP4FWD' and
24627            not 'IPSEC' and
24628            not 'VHOST'"
24629   parameters:
24630   - "throughput"
24631   - "parent"
24632   - "tags"
24633   sort:
24634   - "DOT1Q"
24635   - "IP4BASE"
24636   - "FIB_20k"
24637   - "FIB_200k"
24638   - "FIB_2M"
24639   layout:
24640     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
24641     layout: "plot-throughput-speedup-analysis"
24642
24643 -
24644   type: "plot"
24645   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24646   algorithm: "plot_throughput_speedup_analysis"
24647   output-file-type: ".html"
24648   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24649   data: "plot-throughput-speedup-analysis-3n-hsw"
24650   filter: "'NIC_Intel-X520-DA2' and
24651            '64B' and
24652            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24653            'NDRPDR' and
24654            'IP4FWD' and
24655            not 'IPSEC' and
24656            not 'VHOST'"
24657   parameters:
24658   - "throughput"
24659   - "parent"
24660   - "tags"
24661   sort:
24662   - "DOT1Q"
24663   - "IP4BASE"
24664   - "FIB_20k"
24665   - "FIB_200k"
24666   - "FIB_2M"
24667   layout:
24668     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
24669     layout: "plot-throughput-speedup-analysis"
24670
24671 # Speedup - VPP IPv4 3n-hsw-x520 features
24672 -
24673   type: "plot"
24674   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
24675   algorithm: "plot_throughput_speedup_analysis"
24676   output-file-type: ".html"
24677   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
24678   data: "plot-throughput-speedup-analysis-3n-hsw"
24679   filter: "'NIC_Intel-X520-DA2' and
24680            '64B' and
24681            ('IP4BASE' or
24682             'POLICE_MARK' or
24683             'COPWHLIST' or
24684             ('NAT44' and 'BASE') or
24685             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24686            'NDRPDR' and
24687            'IP4FWD' and
24688            not 'IPSEC' and
24689            not 'VHOST'"
24690   parameters:
24691   - "throughput"
24692   - "parent"
24693   - "tags"
24694   sort:
24695   - "DOT1Q"
24696   - "IP4BASE"
24697   - "NAT44"
24698   - "POLICE_MARK"
24699   - "COPWHLIST"
24700   - "IACL"
24701   - "OACL"
24702   layout:
24703     title: "ip4-3n-hsw-x520-64b-features-ndr"
24704     layout: "plot-throughput-speedup-analysis"
24705
24706 -
24707   type: "plot"
24708   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
24709   algorithm: "plot_throughput_speedup_analysis"
24710   output-file-type: ".html"
24711   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
24712   data: "plot-throughput-speedup-analysis-3n-hsw"
24713   filter: "'NIC_Intel-X520-DA2' and
24714            '64B' and
24715            ('IP4BASE' or
24716             'POLICE_MARK' or
24717             'COPWHLIST' or
24718             ('NAT44' and 'BASE') or
24719             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24720            'NDRPDR' and
24721            'IP4FWD' and
24722            not 'IPSEC' and
24723            not 'VHOST'"
24724   parameters:
24725   - "throughput"
24726   - "parent"
24727   - "tags"
24728   sort:
24729   - "DOT1Q"
24730   - "IP4BASE"
24731   - "NAT44"
24732   - "POLICE_MARK"
24733   - "COPWHLIST"
24734   - "IACL"
24735   - "OACL"
24736   layout:
24737     title: "ip4-3n-hsw-x520-64b-features-pdr"
24738     layout: "plot-throughput-speedup-analysis"
24739
24740 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
24741 -
24742   type: "plot"
24743   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
24744   algorithm: "plot_throughput_speedup_analysis"
24745   output-file-type: ".html"
24746   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
24747   data: "plot-throughput-speedup-analysis-3n-hsw"
24748   filter: "'NIC_Intel-X520-DA2' and
24749            '64B' and
24750            'NDRPDR' and
24751            'IP4FWD' and
24752            'NAT44' and
24753            not 'IPSEC' and
24754            not 'VHOST'"
24755   parameters:
24756   - "throughput"
24757   - "parent"
24758   - "tags"
24759   sort:
24760   - "BASE"
24761   - "BASE"
24762   - "SRC_USER_10"
24763   - "SRC_USER_100"
24764   - "SRC_USER_1000"
24765   - "SRC_USER_2000"
24766   layout:
24767     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
24768     layout: "plot-throughput-speedup-analysis"
24769
24770 -
24771   type: "plot"
24772   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
24773   algorithm: "plot_throughput_speedup_analysis"
24774   output-file-type: ".html"
24775   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
24776   data: "plot-throughput-speedup-analysis-3n-hsw"
24777   filter: "'NIC_Intel-X520-DA2' and
24778            '64B' and
24779            'NDRPDR' and
24780            'IP4FWD' and
24781            'NAT44' and
24782            not 'IPSEC' and
24783            not 'VHOST'"
24784   parameters:
24785   - "throughput"
24786   - "parent"
24787   - "tags"
24788   sort:
24789   - "BASE"
24790   - "BASE"
24791   - "SRC_USER_10"
24792   - "SRC_USER_100"
24793   - "SRC_USER_1000"
24794   - "SRC_USER_2000"
24795   layout:
24796     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
24797     layout: "plot-throughput-speedup-analysis"
24798
24799 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
24800 -
24801   type: "plot"
24802   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
24803   algorithm: "plot_throughput_speedup_analysis"
24804   output-file-type: ".html"
24805   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
24806   data: "plot-throughput-speedup-analysis-3n-hsw"
24807   filter: "'NIC_Intel-X520-DA2' and
24808            '64B' and
24809            'NDRPDR' and
24810            'IP4FWD' and
24811            'IACL' and
24812            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24813            not 'IPSEC' and
24814            not 'VHOST'"
24815   parameters:
24816   - "throughput"
24817   - "parent"
24818   - "tags"
24819   sort:
24820   - "ACL_STATELESS"
24821   - "ACL_STATEFUL"
24822   - "ACL_STATELESS"
24823   - "ACL_STATEFUL"
24824   layout:
24825     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
24826     layout: "plot-throughput-speedup-analysis"
24827
24828 -
24829   type: "plot"
24830   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24831   algorithm: "plot_throughput_speedup_analysis"
24832   output-file-type: ".html"
24833   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24834   data: "plot-throughput-speedup-analysis-3n-hsw"
24835   filter: "'NIC_Intel-X520-DA2' and
24836            '64B' and
24837            'NDRPDR' and
24838            'IP4FWD' and
24839            'IACL' and
24840            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24841            not 'IPSEC' and
24842            not 'VHOST'"
24843   parameters:
24844   - "throughput"
24845   - "parent"
24846   - "tags"
24847   sort:
24848   - "ACL_STATELESS"
24849   - "ACL_STATEFUL"
24850   - "ACL_STATELESS"
24851   - "ACL_STATEFUL"
24852   layout:
24853     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
24854     layout: "plot-throughput-speedup-analysis"
24855
24856 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
24857 -
24858   type: "plot"
24859   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24860   algorithm: "plot_throughput_speedup_analysis"
24861   output-file-type: ".html"
24862   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24863   data: "plot-throughput-speedup-analysis-3n-hsw"
24864   filter: "'NIC_Intel-X520-DA2' and
24865            '64B' and
24866            'NDRPDR' and
24867            'IP4FWD' and
24868            'OACL' and
24869            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24870            not 'IPSEC' and
24871            not 'VHOST'"
24872   parameters:
24873   - "throughput"
24874   - "parent"
24875   - "tags"
24876   sort:
24877   - "ACL_STATELESS"
24878   - "ACL_STATEFUL"
24879   - "ACL_STATELESS"
24880   - "ACL_STATEFUL"
24881   layout:
24882     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
24883     layout: "plot-throughput-speedup-analysis"
24884
24885 -
24886   type: "plot"
24887   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24888   algorithm: "plot_throughput_speedup_analysis"
24889   output-file-type: ".html"
24890   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24891   data: "plot-throughput-speedup-analysis-3n-hsw"
24892   filter: "'NIC_Intel-X520-DA2' and
24893            '64B' and
24894            'NDRPDR' and
24895            'IP4FWD' and
24896            'OACL' and
24897            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24898            not 'IPSEC' and
24899            not 'VHOST'"
24900   parameters:
24901   - "throughput"
24902   - "parent"
24903   - "tags"
24904   sort:
24905   - "ACL_STATELESS"
24906   - "ACL_STATEFUL"
24907   - "ACL_STATELESS"
24908   - "ACL_STATEFUL"
24909   layout:
24910     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
24911     layout: "plot-throughput-speedup-analysis"
24912
24913 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
24914 -
24915   type: "plot"
24916   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24917   algorithm: "plot_throughput_speedup_analysis"
24918   output-file-type: ".html"
24919   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24920   data: "plot-throughput-speedup-analysis-3n-hsw"
24921   filter: "'NIC_Intel-X710' and
24922            '64B' and
24923            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24924            'NDRPDR' and
24925            'IP4FWD' and
24926            not 'IPSEC' and
24927            not 'VHOST'"
24928   parameters:
24929   - "throughput"
24930   - "parent"
24931   - "tags"
24932   sort:
24933   - "DOT1Q"
24934   - "IP4BASE"
24935   - "FIB_20K"
24936   - "FIB_200K"
24937   - "FIB_2M"
24938   layout:
24939     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24940     layout: "plot-throughput-speedup-analysis"
24941
24942 -
24943   type: "plot"
24944   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24945   algorithm: "plot_throughput_speedup_analysis"
24946   output-file-type: ".html"
24947   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24948   data: "plot-throughput-speedup-analysis-3n-hsw"
24949   filter: "'NIC_Intel-X710' and
24950            '64B' and
24951            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24952            'NDRPDR' and
24953            'IP4FWD' and
24954            not 'IPSEC' and
24955            not 'VHOST'"
24956   parameters:
24957   - "throughput"
24958   - "parent"
24959   - "tags"
24960   sort:
24961   - "DOT1Q"
24962   - "IP4BASE"
24963   - "FIB_20K"
24964   - "FIB_200K"
24965   - "FIB_2M"
24966   layout:
24967     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24968     layout: "plot-throughput-speedup-analysis"
24969
24970 # Speedup - VPP IPv4 3n-hsw-x710 features
24971 -
24972   type: "plot"
24973   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
24974   algorithm: "plot_throughput_speedup_analysis"
24975   output-file-type: ".html"
24976   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
24977   data: "plot-throughput-speedup-analysis-3n-hsw"
24978   filter: "'NIC_Intel-X710' and
24979            '64B' and
24980            ('IP4BASE' or
24981             'POLICE_MARK' or
24982             'COPWHLIST' or
24983             ('NAT44' and 'BASE') or
24984             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24985            'NDRPDR' and
24986            'IP4FWD' and
24987            not 'IPSEC' and
24988            not 'VHOST'"
24989   parameters:
24990   - "throughput"
24991   - "parent"
24992   - "tags"
24993   sort:
24994   - "IP4BASE"
24995   - "NAT44"
24996   - "POLICE_MARK"
24997   - "COPWHLIST"
24998   - "IACL"
24999   - "OACL"
25000   layout:
25001     title: "ip4-3n-hsw-x710-64b-features-ndr"
25002     layout: "plot-throughput-speedup-analysis"
25003
25004 -
25005   type: "plot"
25006   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
25007   algorithm: "plot_throughput_speedup_analysis"
25008   output-file-type: ".html"
25009   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
25010   data: "plot-throughput-speedup-analysis-3n-hsw"
25011   filter: "'NIC_Intel-X710' and
25012            '64B' and
25013            ('IP4BASE' or
25014             'POLICE_MARK' or
25015             'COPWHLIST' or
25016             ('NAT44' and 'BASE') or
25017             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25018            'NDRPDR' and
25019            'IP4FWD' and
25020            not 'IPSEC' and
25021            not 'VHOST'"
25022   parameters:
25023   - "throughput"
25024   - "parent"
25025   - "tags"
25026   sort:
25027   - "IP4BASE"
25028   - "NAT44"
25029   - "POLICE_MARK"
25030   - "COPWHLIST"
25031   - "IACL"
25032   - "OACL"
25033   layout:
25034     title: "ip4-3n-hsw-x710-64b-features-pdr"
25035     layout: "plot-throughput-speedup-analysis"
25036
25037 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
25038 -
25039   type: "plot"
25040   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
25041   algorithm: "plot_throughput_speedup_analysis"
25042   output-file-type: ".html"
25043   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
25044   data: "plot-throughput-speedup-analysis-3n-hsw"
25045   filter: "'NIC_Intel-X710' and
25046            '64B' and
25047            'NDRPDR' and
25048            'IP4FWD' and
25049            'NAT44' and
25050            not 'IPSEC' and
25051            not 'VHOST'"
25052   parameters:
25053   - "throughput"
25054   - "parent"
25055   - "tags"
25056   sort:
25057   - "BASE"
25058   - "BASE"
25059   - "SRC_USER_10"
25060   - "SRC_USER_100"
25061   - "SRC_USER_1000"
25062   - "SRC_USER_2000"
25063   layout:
25064     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
25065     layout: "plot-throughput-speedup-analysis"
25066
25067 -
25068   type: "plot"
25069   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
25070   algorithm: "plot_throughput_speedup_analysis"
25071   output-file-type: ".html"
25072   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
25073   data: "plot-throughput-speedup-analysis-3n-hsw"
25074   filter: "'NIC_Intel-X710' and
25075            '64B' and
25076            'NDRPDR' and
25077            'IP4FWD' and
25078            'NAT44' and
25079            not 'IPSEC' and
25080            not 'VHOST'"
25081   parameters:
25082   - "throughput"
25083   - "parent"
25084   - "tags"
25085   sort:
25086   - "BASE"
25087   - "BASE"
25088   - "SRC_USER_10"
25089   - "SRC_USER_100"
25090   - "SRC_USER_1000"
25091   - "SRC_USER_2000"
25092   layout:
25093     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
25094     layout: "plot-throughput-speedup-analysis"
25095
25096 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
25097 -
25098   type: "plot"
25099   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25100   algorithm: "plot_throughput_speedup_analysis"
25101   output-file-type: ".html"
25102   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25103   data: "plot-throughput-speedup-analysis-3n-hsw"
25104   filter: "'NIC_Intel-X710' and
25105            '64B' and
25106            'NDRPDR' and
25107            'IP4FWD' and
25108            'IACL' and
25109            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25110            not 'IPSEC' and
25111            not 'VHOST'"
25112   parameters:
25113   - "throughput"
25114   - "parent"
25115   - "tags"
25116   sort:
25117   - "ACL_STATELESS"
25118   - "ACL_STATEFUL"
25119   - "ACL_STATELESS"
25120   - "ACL_STATEFUL"
25121   layout:
25122     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
25123     layout: "plot-throughput-speedup-analysis"
25124
25125 -
25126   type: "plot"
25127   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25128   algorithm: "plot_throughput_speedup_analysis"
25129   output-file-type: ".html"
25130   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25131   data: "plot-throughput-speedup-analysis-3n-hsw"
25132   filter: "'NIC_Intel-X710' and
25133            '64B' and
25134            'NDRPDR' and
25135            'IP4FWD' and
25136            'IACL' and
25137            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25138            not 'IPSEC' and
25139            not 'VHOST'"
25140   parameters:
25141   - "throughput"
25142   - "parent"
25143   - "tags"
25144   sort:
25145   - "ACL_STATELESS"
25146   - "ACL_STATEFUL"
25147   - "ACL_STATELESS"
25148   - "ACL_STATEFUL"
25149   layout:
25150     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
25151     layout: "plot-throughput-speedup-analysis"
25152
25153 ## Speedup - VPP IPv4 3n-hsw-x710 features oacl
25154 #-
25155 #  type: "plot"
25156 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
25157 #  algorithm: "plot_throughput_speedup_analysis"
25158 #  output-file-type: ".html"
25159 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
25160 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25161 #  filter: "'NIC_Intel-X710' and
25162 #           '64B' and
25163 #           'NDRPDR' and
25164 #           'IP4FWD' and
25165 #           'OACL' and
25166 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
25167 #           not 'IPSEC' and
25168 #           not 'VHOST'"
25169 #  parameters:
25170 #  - "throughput"
25171 #  - "parent"
25172 #  - "tags"
25173 #  sort:
25174 #  - "ACL_STATELESS"
25175 #  - "ACL_STATEFUL"
25176 #  - "ACL_STATELESS"
25177 #  - "ACL_STATEFUL"
25178 #  layout:
25179 #    title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
25180 #    layout: "plot-throughput-speedup-analysis"
25181 #
25182 #-
25183 #  type: "plot"
25184 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
25185 #  algorithm: "plot_throughput_speedup_analysis"
25186 #  output-file-type: ".html"
25187 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
25188 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25189 #  filter: "'NIC_Intel-X710' and
25190 #           '64B' and
25191 #           'NDRPDR' and
25192 #           'IP4FWD' and
25193 #           'OACL' and
25194 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
25195 #           not 'IPSEC' and
25196 #           not 'VHOST'"
25197 #  parameters:
25198 #  - "throughput"
25199 #  - "parent"
25200 #  - "tags"
25201 #  sort:
25202 #  - "ACL_STATELESS"
25203 #  - "ACL_STATEFUL"
25204 #  - "ACL_STATELESS"
25205 #  - "ACL_STATEFUL"
25206 #  layout:
25207 #    title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
25208 #    layout: "plot-throughput-speedup-analysis"
25209
25210 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
25211 -
25212   type: "plot"
25213   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25214   algorithm: "plot_throughput_speedup_analysis"
25215   output-file-type: ".html"
25216   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25217   data: "plot-throughput-speedup-analysis-3n-hsw"
25218   filter: "'NIC_Intel-XL710' and
25219            '64B' and
25220            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25221            'NDRPDR' and
25222            'IP4FWD' and
25223            not 'IPSEC' and
25224            not 'VHOST'"
25225   parameters:
25226   - "throughput"
25227   - "parent"
25228   - "tags"
25229   sort:
25230   - "IP4BASE"
25231   - "FIB_20K"
25232   - "FIB_200K"
25233   - "FIB_2M"
25234   layout:
25235     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
25236     layout: "plot-throughput-speedup-analysis"
25237
25238 -
25239   type: "plot"
25240   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25241   algorithm: "plot_throughput_speedup_analysis"
25242   output-file-type: ".html"
25243   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25244   data: "plot-throughput-speedup-analysis-3n-hsw"
25245   filter: "'NIC_Intel-XL710' and
25246            '64B' and
25247            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25248            'NDRPDR' and
25249            'IP4FWD' and
25250            not 'IPSEC' and
25251            not 'VHOST'"
25252   parameters:
25253   - "throughput"
25254   - "parent"
25255   - "tags"
25256   sort:
25257   - "IP4BASE"
25258   - "FIB_20K"
25259   - "FIB_200K"
25260   - "FIB_2M"
25261   layout:
25262     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
25263     layout: "plot-throughput-speedup-analysis"
25264
25265 # Speedup - VPP IPv4 3n-skx-x710 base and scale
25266 -
25267   type: "plot"
25268   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25269   algorithm: "plot_throughput_speedup_analysis"
25270   output-file-type: ".html"
25271   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25272   data: "plot-throughput-speedup-analysis-3n-skx"
25273   filter: "'NIC_Intel-X710' and
25274            '64B' and
25275            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25276            'NDRPDR' and
25277            'IP4FWD' and
25278            not 'IPSEC' and
25279            not 'VHOST'"
25280   parameters:
25281   - "throughput"
25282   - "parent"
25283   - "tags"
25284   sort:
25285   - "IP4BASE"
25286   - "FIB_20K"
25287   - "FIB_200K"
25288   - "FIB_2M"
25289   layout:
25290     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
25291     layout: "plot-throughput-speedup-analysis"
25292
25293 -
25294   type: "plot"
25295   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25296   algorithm: "plot_throughput_speedup_analysis"
25297   output-file-type: ".html"
25298   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25299   data: "plot-throughput-speedup-analysis-3n-skx"
25300   filter: "'NIC_Intel-X710' and
25301            '64B' and
25302            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25303            'NDRPDR' and
25304            'IP4FWD' and
25305            not 'IPSEC' and
25306            not 'VHOST'"
25307   parameters:
25308   - "throughput"
25309   - "parent"
25310   - "tags"
25311   sort:
25312   - "IP4BASE"
25313   - "FIB_20K"
25314   - "FIB_200K"
25315   - "FIB_2M"
25316   layout:
25317     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
25318     layout: "plot-throughput-speedup-analysis"
25319
25320 # Speedup - VPP IPv4 3n-skx-x710 features
25321 -
25322   type: "plot"
25323   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
25324   algorithm: "plot_throughput_speedup_analysis"
25325   output-file-type: ".html"
25326   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
25327   data: "plot-throughput-speedup-analysis-3n-skx"
25328   filter: "'NIC_Intel-X710' and
25329            '64B' and
25330            ('IP4BASE' or
25331             'POLICE_MARK' or
25332             'COPWHLIST' or
25333             ('NAT44' and 'BASE') or
25334             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25335            'NDRPDR' and
25336            'IP4FWD' and
25337            not 'IPSEC' and
25338            not 'VHOST'"
25339   parameters:
25340   - "throughput"
25341   - "parent"
25342   - "tags"
25343   sort:
25344   - "IP4BASE"
25345   - "NAT44"
25346   - "POLICE_MARK"
25347   - "COPWHLIST"
25348   - "IACL"
25349   - "OACL"
25350   layout:
25351     title: "ip4-3n-skx-x710-64b-features-ndr"
25352     layout: "plot-throughput-speedup-analysis"
25353
25354 -
25355   type: "plot"
25356   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
25357   algorithm: "plot_throughput_speedup_analysis"
25358   output-file-type: ".html"
25359   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
25360   data: "plot-throughput-speedup-analysis-3n-skx"
25361   filter: "'NIC_Intel-X710' and
25362            '64B' and
25363            ('IP4BASE' or
25364             'POLICE_MARK' or
25365             'COPWHLIST' or
25366             ('NAT44' and 'BASE') or
25367             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25368            'NDRPDR' and
25369            'IP4FWD' and
25370            not 'IPSEC' and
25371            not 'VHOST'"
25372   parameters:
25373   - "throughput"
25374   - "parent"
25375   - "tags"
25376   sort:
25377   - "IP4BASE"
25378   - "NAT44"
25379   - "POLICE_MARK"
25380   - "COPWHLIST"
25381   - "IACL"
25382   - "OACL"
25383   layout:
25384     title: "ip4-3n-skx-x710-64b-features-pdr"
25385     layout: "plot-throughput-speedup-analysis"
25386
25387 # Speedup - VPP IPv4 3n-skx-x710 features nat44
25388 -
25389   type: "plot"
25390   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
25391   algorithm: "plot_throughput_speedup_analysis"
25392   output-file-type: ".html"
25393   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
25394   data: "plot-throughput-speedup-analysis-3n-skx"
25395   filter: "'NIC_Intel-X710' and
25396            '64B' and
25397            'NDRPDR' and
25398            'IP4FWD' and
25399            'NAT44' and
25400            not 'IPSEC' and
25401            not 'VHOST'"
25402   parameters:
25403   - "throughput"
25404   - "parent"
25405   - "tags"
25406   sort:
25407   - "BASE"
25408   - "BASE"
25409   - "SRC_USER_10"
25410   - "SRC_USER_100"
25411   - "SRC_USER_1000"
25412   - "SRC_USER_2000"
25413   layout:
25414     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
25415     layout: "plot-throughput-speedup-analysis"
25416
25417 -
25418   type: "plot"
25419   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
25420   algorithm: "plot_throughput_speedup_analysis"
25421   output-file-type: ".html"
25422   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
25423   data: "plot-throughput-speedup-analysis-3n-skx"
25424   filter: "'NIC_Intel-X710' and
25425            '64B' and
25426            'NDRPDR' and
25427            'IP4FWD' and
25428            'NAT44' and
25429            not 'IPSEC' and
25430            not 'VHOST'"
25431   parameters:
25432   - "throughput"
25433   - "parent"
25434   - "tags"
25435   sort:
25436   - "BASE"
25437   - "BASE"
25438   - "SRC_USER_10"
25439   - "SRC_USER_100"
25440   - "SRC_USER_1000"
25441   - "SRC_USER_2000"
25442   layout:
25443     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
25444     layout: "plot-throughput-speedup-analysis"
25445
25446 # Speedup - VPP IPv4 3n-skx-x710 features iacl
25447 -
25448   type: "plot"
25449   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
25450   algorithm: "plot_throughput_speedup_analysis"
25451   output-file-type: ".html"
25452   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
25453   data: "plot-throughput-speedup-analysis-3n-skx"
25454   filter: "'NIC_Intel-X710' and
25455            '64B' and
25456            'NDRPDR' and
25457            'IP4FWD' and
25458            'IACL' and
25459            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25460            not 'IPSEC' and
25461            not 'VHOST'"
25462   parameters:
25463   - "throughput"
25464   - "parent"
25465   - "tags"
25466   sort:
25467   - "ACL_STATELESS"
25468   - "ACL_STATEFUL"
25469   - "ACL_STATELESS"
25470   - "ACL_STATEFUL"
25471   layout:
25472     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
25473     layout: "plot-throughput-speedup-analysis"
25474
25475 -
25476   type: "plot"
25477   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
25478   algorithm: "plot_throughput_speedup_analysis"
25479   output-file-type: ".html"
25480   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
25481   data: "plot-throughput-speedup-analysis-3n-skx"
25482   filter: "'NIC_Intel-X710' and
25483            '64B' and
25484            'NDRPDR' and
25485            'IP4FWD' and
25486            'IACL' and
25487            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25488            not 'IPSEC' and
25489            not 'VHOST'"
25490   parameters:
25491   - "throughput"
25492   - "parent"
25493   - "tags"
25494   sort:
25495   - "ACL_STATELESS"
25496   - "ACL_STATEFUL"
25497   - "ACL_STATELESS"
25498   - "ACL_STATEFUL"
25499   layout:
25500     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
25501     layout: "plot-throughput-speedup-analysis"
25502
25503 # Speedup - VPP IPv4 3n-skx-x710 features oacl
25504 -
25505   type: "plot"
25506   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
25507   algorithm: "plot_throughput_speedup_analysis"
25508   output-file-type: ".html"
25509   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
25510   data: "plot-throughput-speedup-analysis-3n-skx"
25511   filter: "'NIC_Intel-X710' and
25512            '64B' and
25513            'NDRPDR' and
25514            'IP4FWD' and
25515            'OACL' and
25516            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25517            not 'IPSEC' and
25518            not 'VHOST'"
25519   parameters:
25520   - "throughput"
25521   - "parent"
25522   - "tags"
25523   sort:
25524   - "ACL_STATELESS"
25525   - "ACL_STATEFUL"
25526   - "ACL_STATELESS"
25527   - "ACL_STATEFUL"
25528   layout:
25529     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
25530     layout: "plot-throughput-speedup-analysis"
25531
25532 -
25533   type: "plot"
25534   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
25535   algorithm: "plot_throughput_speedup_analysis"
25536   output-file-type: ".html"
25537   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
25538   data: "plot-throughput-speedup-analysis-3n-skx"
25539   filter: "'NIC_Intel-X710' and
25540            '64B' and
25541            'NDRPDR' and
25542            'IP4FWD' and
25543            'OACL' and
25544            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25545            not 'IPSEC' and
25546            not 'VHOST'"
25547   parameters:
25548   - "throughput"
25549   - "parent"
25550   - "tags"
25551   sort:
25552   - "ACL_STATELESS"
25553   - "ACL_STATEFUL"
25554   - "ACL_STATELESS"
25555   - "ACL_STATEFUL"
25556   layout:
25557     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
25558     layout: "plot-throughput-speedup-analysis"
25559
25560 # Speedup - VPP IPv4 2n-skx-x710 base and scale
25561 -
25562   type: "plot"
25563   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25564   algorithm: "plot_throughput_speedup_analysis"
25565   output-file-type: ".html"
25566   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25567   data: "plot-throughput-speedup-analysis-2n-skx"
25568   filter: "'NIC_Intel-X710' and
25569            '64B' and
25570            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25571            'NDRPDR' and
25572            'IP4FWD' and
25573            not 'IPSEC' and
25574            not 'VHOST'"
25575   parameters:
25576   - "throughput"
25577   - "parent"
25578   - "tags"
25579   sort:
25580   - "DOT1Q"
25581   - "IP4BASE"
25582   - "FIB_20k"
25583   - "FIB_200k"
25584   - "FIB_2M"
25585   layout:
25586     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
25587     layout: "plot-throughput-speedup-analysis"
25588
25589 -
25590   type: "plot"
25591   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25592   algorithm: "plot_throughput_speedup_analysis"
25593   output-file-type: ".html"
25594   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25595   data: "plot-throughput-speedup-analysis-2n-skx"
25596   filter: "'NIC_Intel-X710' and
25597            '64B' and
25598            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25599            'NDRPDR' and
25600            'IP4FWD' and
25601            not 'IPSEC' and
25602            not 'VHOST'"
25603   parameters:
25604   - "throughput"
25605   - "parent"
25606   - "tags"
25607   sort:
25608   - "DOT1Q"
25609   - "IP4BASE"
25610   - "FIB_20k"
25611   - "FIB_200k"
25612   - "FIB_2M"
25613   layout:
25614     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
25615     layout: "plot-throughput-speedup-analysis"
25616
25617 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
25618 -
25619   type: "plot"
25620   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25621   algorithm: "plot_throughput_speedup_analysis"
25622   output-file-type: ".html"
25623   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25624   data: "plot-throughput-speedup-analysis-2n-skx"
25625   filter: "'NIC_Intel-XXV710' and
25626            '64B' and
25627            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25628            'NDRPDR' and
25629            'IP4FWD' and
25630            not 'IPSEC' and
25631            not 'VHOST'"
25632   parameters:
25633   - "throughput"
25634   - "parent"
25635   - "tags"
25636   sort:
25637   - "DOT1Q"
25638   - "IP4BASE"
25639   - "FIB_20k"
25640   - "FIB_200k"
25641   - "FIB_2M"
25642   layout:
25643     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
25644     layout: "plot-throughput-speedup-analysis"
25645
25646 -
25647   type: "plot"
25648   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25649   algorithm: "plot_throughput_speedup_analysis"
25650   output-file-type: ".html"
25651   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25652   data: "plot-throughput-speedup-analysis-2n-skx"
25653   filter: "'NIC_Intel-XXV710' and
25654            '64B' and
25655            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25656            'NDRPDR' and
25657            'IP4FWD' and
25658            not 'IPSEC' and
25659            not 'VHOST'"
25660   parameters:
25661   - "throughput"
25662   - "parent"
25663   - "tags"
25664   sort:
25665   - "DOT1Q"
25666   - "IP4BASE"
25667   - "FIB_20k"
25668   - "FIB_200k"
25669   - "FIB_2M"
25670   layout:
25671     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
25672     layout: "plot-throughput-speedup-analysis"
25673
25674 # Speedup - VPP IPv4 2n-dnv-x553 base
25675 -
25676   type: "plot"
25677   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
25678   algorithm: "plot_throughput_speedup_analysis"
25679   output-file-type: ".html"
25680   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
25681   data: "intel-dnv-vpp"
25682   filter: "'NIC_Intel-X553' and
25683            '64B' and
25684            'IP4BASE' and
25685            'NDRPDR' and
25686            'IP4FWD' and
25687            not 'IPSEC' and
25688            not 'VHOST'"
25689   parameters:
25690   - "throughput"
25691   - "parent"
25692   - "tags"
25693   sort:
25694   - "IP4BASE"
25695   layout:
25696     title: "ip4-2n-dnv-x553-64b-base-ndr"
25697     layout: "plot-throughput-speedup-analysis"
25698
25699 -
25700   type: "plot"
25701   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
25702   algorithm: "plot_throughput_speedup_analysis"
25703   output-file-type: ".html"
25704   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
25705   data: "intel-dnv-vpp"
25706   filter: "'NIC_Intel-X553' and
25707            '64B' and
25708            'IP4BASE' and
25709            'NDRPDR' and
25710            'IP4FWD' and
25711            not 'IPSEC' and
25712            not 'VHOST'"
25713   parameters:
25714   - "throughput"
25715   - "parent"
25716   - "tags"
25717   sort:
25718   - "IP4BASE"
25719   layout:
25720     title: "ip4-2n-dnv-x553-64b-base-pdr"
25721     layout: "plot-throughput-speedup-analysis"
25722
25723 ################################################################################
25724
25725 ## Speedup - VPP IPv4 Tunnels 3n-hsw-x520
25726 #-
25727 #  type: "plot"
25728 #  title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25729 #  algorithm: "plot_throughput_speedup_analysis"
25730 #  output-file-type: ".html"
25731 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25732 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25733 #  filter: "'NIC_Intel-X520_DA2' and
25734 #           '64B' and
25735 #           'ENCAP' and
25736 #           'NDRPDR' and
25737 #           ('VXLAN' or 'LISP') and
25738 #           not 'VHOST' and
25739 #           not 'IPSECHW'"
25740 #  parameters:
25741 #  - "throughput"
25742 #  - "parent"
25743 #  - "tags"
25744 #  sort:
25745 #  - "not DOT1Q"
25746 #  - "VXLAN_1"
25747 #  - "VXLAN_10"
25748 #  - "VXLAN_100"
25749 #  - "VXLAN_1000"
25750 #  layout:
25751 #    title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
25752 #    layout: "plot-throughput-speedup-analysis"
25753 #
25754 #-
25755 #  type: "plot"
25756 #  title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25757 #  algorithm: "plot_throughput_speedup_analysis"
25758 #  output-file-type: ".html"
25759 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25760 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25761 #  filter: "'NIC_Intel-X520_DA2' and
25762 #           '64B' and
25763 #           'ENCAP' and
25764 #           'NDRPDR' and
25765 #           ('VXLAN' or 'LISP') and
25766 #           not 'VHOST' and
25767 #           not 'IPSECHW'"
25768 #  parameters:
25769 #  - "throughput"
25770 #  - "parent"
25771 #  - "tags"
25772 #  sort:
25773 #  - "not DOT1Q"
25774 #  - "VXLAN_1"
25775 #  - "VXLAN_10"
25776 #  - "VXLAN_100"
25777 #  - "VXLAN_1000"
25778 #  layout:
25779 #    title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
25780 #    layout: "plot-throughput-speedup-analysis"
25781
25782 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
25783 -
25784   type: "plot"
25785   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25786   algorithm: "plot_throughput_speedup_analysis"
25787   output-file-type: ".html"
25788   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25789   data: "plot-throughput-speedup-analysis-3n-hsw"
25790   filter: "'NIC_Intel-X520-DA2' and
25791            '64B' and
25792            'ENCAP' and
25793            'NDRPDR' and
25794            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25795            not 'DOT1Q' and
25796            not 'VHOST' and
25797            not 'IPSECHW'"
25798   parameters:
25799   - "throughput"
25800   - "parent"
25801   - "tags"
25802   sort:
25803   - "L2BDMACLRN"
25804   - "L2XCFWD"
25805   - "LISP"
25806   layout:
25807     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
25808     layout: "plot-throughput-speedup-analysis"
25809
25810 -
25811   type: "plot"
25812   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25813   algorithm: "plot_throughput_speedup_analysis"
25814   output-file-type: ".html"
25815   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25816   data: "plot-throughput-speedup-analysis-3n-hsw"
25817   filter: "'NIC_Intel-X520-DA2' and
25818            '64B' and
25819            'ENCAP' and
25820            'NDRPDR' and
25821            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25822            not 'DOT1Q' and
25823            not 'VHOST' and
25824            not 'IPSECHW'"
25825   parameters:
25826   - "throughput"
25827   - "parent"
25828   - "tags"
25829   sort:
25830   - "L2BDMACLRN"
25831   - "L2XCFWD"
25832   - "LISP"
25833   layout:
25834     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
25835     layout: "plot-throughput-speedup-analysis"
25836
25837 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
25838 -
25839   type: "plot"
25840   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25841   algorithm: "plot_throughput_speedup_analysis"
25842   output-file-type: ".html"
25843   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25844   data: "plot-throughput-speedup-analysis-3n-hsw"
25845   filter: "'NIC_Intel-X710' and
25846            '64B' and
25847            'ENCAP' and
25848            'NDRPDR' and
25849            ('VXLAN' or 'LISP') and
25850            not 'VHOST' and
25851            not 'IPSECHW'"
25852   parameters:
25853   - "throughput"
25854   - "parent"
25855   - "tags"
25856   sort:
25857   - "LISP"
25858   - "VXLAN_1"
25859   - "VXLAN_10"
25860   - "VXLAN_100"
25861   - "VXLAN_1000"
25862   layout:
25863     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
25864     layout: "plot-throughput-speedup-analysis"
25865
25866 -
25867   type: "plot"
25868   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25869   algorithm: "plot_throughput_speedup_analysis"
25870   output-file-type: ".html"
25871   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25872   data: "plot-throughput-speedup-analysis-3n-hsw"
25873   filter: "'NIC_Intel-X710' and
25874            '64B' and
25875            'ENCAP' and
25876            'NDRPDR' and
25877            ('VXLAN' or 'LISP') and
25878            not 'VHOST' and
25879            not 'IPSECHW'"
25880   parameters:
25881   - "throughput"
25882   - "parent"
25883   - "tags"
25884   sort:
25885   - "LISP"
25886   - "VXLAN_1"
25887   - "VXLAN_10"
25888   - "VXLAN_100"
25889   - "VXLAN_1000"
25890   layout:
25891     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
25892     layout: "plot-throughput-speedup-analysis"
25893
25894 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
25895 -
25896   type: "plot"
25897   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25898   algorithm: "plot_throughput_speedup_analysis"
25899   output-file-type: ".html"
25900   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25901   data: "plot-throughput-speedup-analysis-3n-hsw"
25902   filter: "'NIC_Intel-X710' and
25903            '64B' and
25904            'ENCAP' and
25905            'NDRPDR' and
25906            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25907            not 'DOT1Q' and
25908            not 'VHOST' and
25909            not 'IPSECHW'"
25910   parameters:
25911   - "throughput"
25912   - "parent"
25913   - "tags"
25914   sort:
25915   - "L2BDMACLRN"
25916   - "L2XCFWD"
25917   - "LISP"
25918   layout:
25919     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
25920     layout: "plot-throughput-speedup-analysis"
25921
25922 -
25923   type: "plot"
25924   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25925   algorithm: "plot_throughput_speedup_analysis"
25926   output-file-type: ".html"
25927   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25928   data: "plot-throughput-speedup-analysis-3n-hsw"
25929   filter: "'NIC_Intel-X710' and
25930            '64B' and
25931            'ENCAP' and
25932            'NDRPDR' and
25933            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25934            not 'DOT1Q' and
25935            not 'VHOST' and
25936            not 'IPSECHW'"
25937   parameters:
25938   - "throughput"
25939   - "parent"
25940   - "tags"
25941   sort:
25942   - "L2BDMACLRN"
25943   - "L2XCFWD"
25944   - "LISP"
25945   layout:
25946     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
25947     layout: "plot-throughput-speedup-analysis"
25948
25949 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
25950 -
25951   type: "plot"
25952   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25953   algorithm: "plot_throughput_speedup_analysis"
25954   output-file-type: ".html"
25955   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25956   data: "plot-throughput-speedup-analysis-3n-skx"
25957   filter: "'NIC_Intel-X710' and
25958            '64B' and
25959            'ENCAP' and
25960            'NDRPDR' and
25961            'VXLAN' and
25962            'L2BDMACLRN' and
25963            not 'VHOST' and
25964            not 'IPSECHW'"
25965   parameters:
25966   - "throughput"
25967   - "parent"
25968   - "tags"
25969   sort:
25970   - "LISP"
25971   - "VXLAN_1"
25972   - "VXLAN_10"
25973   - "VXLAN_100"
25974   - "VXLAN_1000"
25975   layout:
25976     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
25977     layout: "plot-throughput-speedup-analysis"
25978
25979 -
25980   type: "plot"
25981   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25982   algorithm: "plot_throughput_speedup_analysis"
25983   output-file-type: ".html"
25984   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25985   data: "plot-throughput-speedup-analysis-3n-skx"
25986   filter: "'NIC_Intel-X710' and
25987            '64B' and
25988            'ENCAP' and
25989            'NDRPDR' and
25990            'VXLAN' and
25991            'L2BDMACLRN' and
25992            not 'VHOST' and
25993            not 'IPSECHW'"
25994   parameters:
25995   - "throughput"
25996   - "parent"
25997   - "tags"
25998   sort:
25999   - "LISP"
26000   - "VXLAN_1"
26001   - "VXLAN_10"
26002   - "VXLAN_100"
26003   - "VXLAN_1000"
26004   layout:
26005     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
26006     layout: "plot-throughput-speedup-analysis"
26007
26008 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
26009 -
26010   type: "plot"
26011   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
26012   algorithm: "plot_throughput_speedup_analysis"
26013   output-file-type: ".html"
26014   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
26015   data: "plot-throughput-speedup-analysis-3n-skx"
26016   filter: "'NIC_Intel-X710' and
26017            '64B' and
26018            'ENCAP' and
26019            'NDRPDR' and
26020            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26021            not 'DOT1Q' and
26022            not 'VHOST' and
26023            not 'IPSECHW'"
26024   parameters:
26025   - "throughput"
26026   - "parent"
26027   - "tags"
26028   sort:
26029   - "L2BDMACLRN"
26030   - "L2XCFWD"
26031   - "LISP"
26032   layout:
26033     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
26034     layout: "plot-throughput-speedup-analysis"
26035
26036 -
26037   type: "plot"
26038   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
26039   algorithm: "plot_throughput_speedup_analysis"
26040   output-file-type: ".html"
26041   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
26042   data: "plot-throughput-speedup-analysis-3n-skx"
26043   filter: "'NIC_Intel-X710' and
26044            '64B' and
26045            'ENCAP' and
26046            'NDRPDR' and
26047            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26048            not 'DOT1Q' and
26049            not 'VHOST' and
26050            not 'IPSECHW'"
26051   parameters:
26052   - "throughput"
26053   - "parent"
26054   - "tags"
26055   sort:
26056   - "L2BDMACLRN"
26057   - "L2XCFWD"
26058   - "LISP"
26059   layout:
26060     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
26061     layout: "plot-throughput-speedup-analysis"
26062
26063 ################################################################################
26064
26065 # Speedup - VPP IPv6 3n-hsw-x520
26066 -
26067   type: "plot"
26068   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26069   algorithm: "plot_throughput_speedup_analysis"
26070   output-file-type: ".html"
26071   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26072   data: "plot-throughput-speedup-analysis-3n-hsw"
26073   filter: "'NIC_Intel-X520-DA2' and
26074            '78B' and
26075            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26076            'NDRPDR' and
26077            'IP6FWD' and
26078            not 'SRv6' and
26079            not 'IPSEC' and
26080            not 'VHOST'"
26081   parameters:
26082   - "throughput"
26083   - "parent"
26084   - "tags"
26085   sort:
26086   - "IP6BASE"
26087   - "FIB_20K"
26088   - "FIB_200K"
26089   - "FIB_2M"
26090   layout:
26091     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
26092     layout: "plot-throughput-speedup-analysis"
26093
26094 -
26095   type: "plot"
26096   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26097   algorithm: "plot_throughput_speedup_analysis"
26098   output-file-type: ".html"
26099   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26100   data: "plot-throughput-speedup-analysis-3n-hsw"
26101   filter: "'NIC_Intel-X520-DA2' and
26102            '78B' and
26103            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26104            'NDRPDR' and
26105            'IP6FWD' and
26106            not 'SRv6' and
26107            not 'IPSEC' and
26108            not 'VHOST'"
26109   parameters:
26110   - "throughput"
26111   - "parent"
26112   - "tags"
26113   sort:
26114   - "IP6BASE"
26115   - "FIB_20K"
26116   - "FIB_200K"
26117   - "FIB_2M"
26118   layout:
26119     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
26120     layout: "plot-throughput-speedup-analysis"
26121
26122 # Speedup - VPP IPv6 3n-hsw-x520 features
26123 -
26124   type: "plot"
26125   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
26126   algorithm: "plot_throughput_speedup_analysis"
26127   output-file-type: ".html"
26128   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
26129   data: "plot-throughput-speedup-analysis-3n-hsw"
26130   filter: "'NIC_Intel-X520-DA2' and
26131            '78B' and
26132            ('IP6BASE' or
26133             'POLICE_MARK' or
26134             'COPWHLIST' or
26135             'IACLDST') and
26136            'NDRPDR' and
26137            'IP6FWD' and
26138            not 'SRv6' and
26139            not 'IPSEC' and
26140            not 'VHOST'"
26141   parameters:
26142   - "throughput"
26143   - "parent"
26144   - "tags"
26145   sort:
26146   - "IP6BASE"
26147   - "POLICE_MARK"
26148   - "COPWHLIST"
26149   - "IACLDST"
26150   layout:
26151     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
26152     layout: "plot-throughput-speedup-analysis"
26153
26154 -
26155   type: "plot"
26156   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
26157   algorithm: "plot_throughput_speedup_analysis"
26158   output-file-type: ".html"
26159   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
26160   data: "plot-throughput-speedup-analysis-3n-hsw"
26161   filter: "'NIC_Intel-X520-DA2' and
26162            '78B' and
26163            ('IP6BASE' or
26164             'POLICE_MARK' or
26165             'COPWHLIST' or
26166             'IACLDST') and
26167            'NDRPDR' and
26168            'IP6FWD' and
26169            not 'SRv6' and
26170            not 'IPSEC' and
26171            not 'VHOST'"
26172   parameters:
26173   - "throughput"
26174   - "parent"
26175   - "tags"
26176   sort:
26177   - "IP6BASE"
26178   - "POLICE_MARK"
26179   - "COPWHLIST"
26180   - "IACLDST"
26181   layout:
26182     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
26183     layout: "plot-throughput-speedup-analysis"
26184
26185 # Speedup - VPP IPv6 3n-hsw-x710
26186 -
26187   type: "plot"
26188   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
26189   algorithm: "plot_throughput_speedup_analysis"
26190   output-file-type: ".html"
26191   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
26192   data: "plot-throughput-speedup-analysis-3n-hsw"
26193   filter: "'NIC_Intel-X710' and
26194            '78B' and
26195            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26196            'NDRPDR' and
26197            'IP6FWD' and
26198            not 'SRv6' and
26199            not 'IPSEC' and
26200            not 'VHOST'"
26201   parameters:
26202   - "throughput"
26203   - "parent"
26204   - "tags"
26205   sort:
26206   - "IP6BASE"
26207   - "FIB_20K"
26208   - "FIB_200K"
26209   - "FIB_2M"
26210   layout:
26211     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
26212     layout: "plot-throughput-speedup-analysis"
26213
26214 -
26215   type: "plot"
26216   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
26217   algorithm: "plot_throughput_speedup_analysis"
26218   output-file-type: ".html"
26219   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
26220   data: "plot-throughput-speedup-analysis-3n-hsw"
26221   filter: "'NIC_Intel-X710' and
26222            '78B' and
26223            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26224            'NDRPDR' and
26225            'IP6FWD' and
26226            not 'SRv6' and
26227            not 'IPSEC' and
26228            not 'VHOST'"
26229   parameters:
26230   - "throughput"
26231   - "parent"
26232   - "tags"
26233   sort:
26234   - "IP6BASE"
26235   - "FIB_20K"
26236   - "FIB_200K"
26237   - "FIB_2M"
26238   layout:
26239     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
26240     layout: "plot-throughput-speedup-analysis"
26241
26242 # Speedup - VPP IPv6 3n-hsw-x710 features
26243 -
26244   type: "plot"
26245   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
26246   algorithm: "plot_throughput_speedup_analysis"
26247   output-file-type: ".html"
26248   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
26249   data: "plot-throughput-speedup-analysis-3n-hsw"
26250   filter: "'NIC_Intel-X710' and
26251            '78B' and
26252            ('IP6BASE' or
26253             'POLICE_MARK' or
26254             'COPWHLIST' or
26255             'IACLDST') and
26256            'NDRPDR' and
26257            'IP6FWD' and
26258            not 'SRv6' and
26259            not 'IPSEC' and
26260            not 'VHOST'"
26261   parameters:
26262   - "throughput"
26263   - "parent"
26264   - "tags"
26265   sort:
26266   - "IP6BASE"
26267   - "POLICE_MARK"
26268   - "COPWHLIST"
26269   - "IACLDST"
26270   layout:
26271     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
26272     layout: "plot-throughput-speedup-analysis"
26273
26274 -
26275   type: "plot"
26276   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
26277   algorithm: "plot_throughput_speedup_analysis"
26278   output-file-type: ".html"
26279   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
26280   data: "plot-throughput-speedup-analysis-3n-hsw"
26281   filter: "'NIC_Intel-X710' and
26282            '78B' and
26283            ('IP6BASE' or
26284             'POLICE_MARK' or
26285             'COPWHLIST' or
26286             'IACLDST') and
26287            'NDRPDR' and
26288            'IP6FWD' and
26289            not 'SRv6' and
26290            not 'IPSEC' and
26291            not 'VHOST'"
26292   parameters:
26293   - "throughput"
26294   - "parent"
26295   - "tags"
26296   sort:
26297   - "IP6BASE"
26298   - "POLICE_MARK"
26299   - "COPWHLIST"
26300   - "IACLDST"
26301   layout:
26302     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
26303     layout: "plot-throughput-speedup-analysis"
26304
26305 # Speedup - VPP IPv6 3n-hsw-xl710
26306 -
26307   type: "plot"
26308   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
26309   algorithm: "plot_throughput_speedup_analysis"
26310   output-file-type: ".html"
26311   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
26312   data: "plot-throughput-speedup-analysis-3n-hsw"
26313   filter: "'NIC_Intel-XL710' and
26314            '78B' and
26315            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26316            'NDRPDR' and
26317            'IP6FWD' and
26318            not 'SRv6' and
26319            not 'IPSEC' and
26320            not 'VHOST'"
26321   parameters:
26322   - "throughput"
26323   - "parent"
26324   - "tags"
26325   sort:
26326   - "IP6BASE"
26327   - "FIB_20K"
26328   - "FIB_200K"
26329   - "FIB_2M"
26330   layout:
26331     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
26332     layout: "plot-throughput-speedup-analysis"
26333
26334 -
26335   type: "plot"
26336   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
26337   algorithm: "plot_throughput_speedup_analysis"
26338   output-file-type: ".html"
26339   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
26340   data: "plot-throughput-speedup-analysis-3n-hsw"
26341   filter: "'NIC_Intel-XL710' and
26342            '78B' and
26343            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26344            'NDRPDR' and
26345            'IP6FWD' and
26346            not 'SRv6' and
26347            not 'IPSEC' and
26348            not 'VHOST'"
26349   parameters:
26350   - "throughput"
26351   - "parent"
26352   - "tags"
26353   sort:
26354   - "IP6BASE"
26355   - "FIB_20K"
26356   - "FIB_200K"
26357   - "FIB_2M"
26358   layout:
26359     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
26360     layout: "plot-throughput-speedup-analysis"
26361
26362 # Speedup - VPP IPv6 3n-skx-x710
26363 -
26364   type: "plot"
26365   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26366   algorithm: "plot_throughput_speedup_analysis"
26367   output-file-type: ".html"
26368   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26369   data: "plot-throughput-speedup-analysis-3n-skx"
26370   filter: "'NIC_Intel-X710' and
26371            '78B' and
26372            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26373            'NDRPDR' and
26374            'IP6FWD' and
26375            not 'SRv6' and
26376            not 'IPSEC' and
26377            not 'VHOST'"
26378   parameters:
26379   - "throughput"
26380   - "parent"
26381   - "tags"
26382   sort:
26383   - "IP6BASE"
26384   - "FIB_20K"
26385   - "FIB_200K"
26386   - "FIB_2M"
26387   layout:
26388     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
26389     layout: "plot-throughput-speedup-analysis"
26390
26391 -
26392   type: "plot"
26393   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26394   algorithm: "plot_throughput_speedup_analysis"
26395   output-file-type: ".html"
26396   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26397   data: "plot-throughput-speedup-analysis-3n-skx"
26398   filter: "'NIC_Intel-X710' and
26399            '78B' and
26400            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26401            'NDRPDR' and
26402            'IP6FWD' and
26403            not 'SRv6' and
26404            not 'IPSEC' and
26405            not 'VHOST'"
26406   parameters:
26407   - "throughput"
26408   - "parent"
26409   - "tags"
26410   sort:
26411   - "IP6BASE"
26412   - "FIB_20K"
26413   - "FIB_200K"
26414   - "FIB_2M"
26415   layout:
26416     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
26417     layout: "plot-throughput-speedup-analysis"
26418
26419 # Speedup - VPP IPv6 3n-skx-x710 features
26420 -
26421   type: "plot"
26422   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
26423   algorithm: "plot_throughput_speedup_analysis"
26424   output-file-type: ".html"
26425   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
26426   data: "plot-throughput-speedup-analysis-3n-skx"
26427   filter: "'NIC_Intel-X710' and
26428            '78B' and
26429            ('IP6BASE' or
26430             'POLICE_MARK' or
26431             'COPWHLIST' or
26432             'IACLDST') and
26433            'NDRPDR' and
26434            'IP6FWD' and
26435            not 'SRv6' and
26436            not 'IPSEC' and
26437            not 'VHOST'"
26438   parameters:
26439   - "throughput"
26440   - "parent"
26441   - "tags"
26442   sort:
26443   - "IP6BASE"
26444   - "POLICE_MARK"
26445   - "COPWHLIST"
26446   - "IACLDST"
26447   layout:
26448     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
26449     layout: "plot-throughput-speedup-analysis"
26450
26451 -
26452   type: "plot"
26453   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
26454   algorithm: "plot_throughput_speedup_analysis"
26455   output-file-type: ".html"
26456   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
26457   data: "plot-throughput-speedup-analysis-3n-skx"
26458   filter: "'NIC_Intel-X710' and
26459            '78B' and
26460            ('IP6BASE' or
26461             'POLICE_MARK' or
26462             'COPWHLIST' or
26463             'IACLDST') and
26464            'NDRPDR' and
26465            'IP6FWD' and
26466            not 'SRv6' and
26467            not 'IPSEC' and
26468            not 'VHOST'"
26469   parameters:
26470   - "throughput"
26471   - "parent"
26472   - "tags"
26473   sort:
26474   - "IP6BASE"
26475   - "POLICE_MARK"
26476   - "COPWHLIST"
26477   - "IACLDST"
26478   layout:
26479     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
26480     layout: "plot-throughput-speedup-analysis"
26481
26482 # Speedup - VPP IPv6 2n-skx-x710
26483 -
26484   type: "plot"
26485   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
26486   algorithm: "plot_throughput_speedup_analysis"
26487   output-file-type: ".html"
26488   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
26489   data: "plot-throughput-speedup-analysis-2n-skx"
26490   filter: "'NIC_Intel-X710' and
26491            '78B' and
26492            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26493            'NDRPDR' and
26494            'IP6FWD' and
26495            not 'SRv6' and
26496            not 'IPSEC' and
26497            not 'VHOST'"
26498   parameters:
26499   - "throughput"
26500   - "parent"
26501   - "tags"
26502   sort:
26503   - "IP6BASE"
26504   - "FIB_20k"
26505   - "FIB_200k"
26506   - "FIB_2M"
26507   layout:
26508     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
26509     layout: "plot-throughput-speedup-analysis"
26510
26511 -
26512   type: "plot"
26513   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
26514   algorithm: "plot_throughput_speedup_analysis"
26515   output-file-type: ".html"
26516   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
26517   data: "plot-throughput-speedup-analysis-2n-skx"
26518   filter: "'NIC_Intel-X710' and
26519            '78B' and
26520            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26521            'NDRPDR' and
26522            'IP6FWD' and
26523            not 'SRv6' and
26524            not 'IPSEC' and
26525            not 'VHOST'"
26526   parameters:
26527   - "throughput"
26528   - "parent"
26529   - "tags"
26530   sort:
26531   - "IP6BASE"
26532   - "FIB_20k"
26533   - "FIB_200k"
26534   - "FIB_2M"
26535   layout:
26536     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
26537     layout: "plot-throughput-speedup-analysis"
26538
26539 # Speedup - VPP IPv6 2n-skx-xxv710
26540 -
26541   type: "plot"
26542   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
26543   algorithm: "plot_throughput_speedup_analysis"
26544   output-file-type: ".html"
26545   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
26546   data: "plot-throughput-speedup-analysis-2n-skx"
26547   filter: "'NIC_Intel-XXV710' and
26548            '78B' and
26549            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26550            'NDRPDR' and
26551            'IP6FWD' and
26552            not 'SRv6' and
26553            not 'IPSEC' and
26554            not 'VHOST'"
26555   parameters:
26556   - "throughput"
26557   - "parent"
26558   - "tags"
26559   sort:
26560   - "IP6BASE"
26561   - "FIB_20k"
26562   - "FIB_200k"
26563   - "FIB_2M"
26564   layout:
26565     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
26566     layout: "plot-throughput-speedup-analysis"
26567
26568 -
26569   type: "plot"
26570   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
26571   algorithm: "plot_throughput_speedup_analysis"
26572   output-file-type: ".html"
26573   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
26574   data: "plot-throughput-speedup-analysis-2n-skx"
26575   filter: "'NIC_Intel-XXV710' and
26576            '78B' and
26577            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26578            'NDRPDR' and
26579            'IP6FWD' and
26580            not 'SRv6' and
26581            not 'IPSEC' and
26582            not 'VHOST'"
26583   parameters:
26584   - "throughput"
26585   - "parent"
26586   - "tags"
26587   sort:
26588   - "IP6BASE"
26589   - "FIB_20k"
26590   - "FIB_200k"
26591   - "FIB_2M"
26592   layout:
26593     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
26594     layout: "plot-throughput-speedup-analysis"
26595
26596 # Speedup - VPP IPv6 2n-dnv-x553 base
26597 -
26598   type: "plot"
26599   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
26600   algorithm: "plot_throughput_speedup_analysis"
26601   output-file-type: ".html"
26602   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
26603   data: "intel-dnv-vpp"
26604   filter: "'NIC_Intel-X553' and
26605            '78B' and
26606            'IP6BASE' and
26607            'NDRPDR' and
26608            'IP6FWD' and
26609            not 'SRv6' and
26610            not 'IPSEC' and
26611            not 'VHOST'"
26612   parameters:
26613   - "throughput"
26614   - "parent"
26615   - "tags"
26616   sort:
26617   - "IP6BASE"
26618   layout:
26619     title: "ip6-2n-dnv-x553-78b-base-ndr"
26620     layout: "plot-throughput-speedup-analysis"
26621
26622 -
26623   type: "plot"
26624   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
26625   algorithm: "plot_throughput_speedup_analysis"
26626   output-file-type: ".html"
26627   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
26628   data: "intel-dnv-vpp"
26629   filter: "'NIC_Intel-X553' and
26630            '78B' and
26631            'IP6BASE' and
26632            'NDRPDR' and
26633            'IP6FWD' and
26634            not 'SRv6' and
26635            not 'IPSEC' and
26636            not 'VHOST'"
26637   parameters:
26638   - "throughput"
26639   - "parent"
26640   - "tags"
26641   sort:
26642   - "IP6BASE"
26643   layout:
26644     title: "ip6-2n-dnv-x553-78b-base-pdr"
26645     layout: "plot-throughput-speedup-analysis"
26646
26647 ################################################################################
26648
26649 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
26650 -
26651   type: "plot"
26652   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26653   algorithm: "plot_throughput_speedup_analysis"
26654   output-file-type: ".html"
26655   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26656   data: "plot-throughput-speedup-analysis-3n-hsw"
26657   filter: "'NIC_Intel-X520-DA2' and
26658            '78B' and
26659            'ENCAP' and
26660            'NDRPDR' and
26661            'LISP' and
26662            not 'VHOST'"
26663   parameters:
26664   - "throughput"
26665   - "parent"
26666   - "tags"
26667   sort:
26668   - "IP4UNRLAY"
26669   - "IP6UNRLAY"
26670   layout:
26671     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
26672     layout: "plot-throughput-speedup-analysis"
26673
26674 -
26675   type: "plot"
26676   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26677   algorithm: "plot_throughput_speedup_analysis"
26678   output-file-type: ".html"
26679   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26680   data: "plot-throughput-speedup-analysis-3n-hsw"
26681   filter: "'NIC_Intel-X520-DA2' and
26682            '78B' and
26683            'ENCAP' and
26684            'NDRPDR' and
26685            'LISP' and
26686            not 'VHOST'"
26687   parameters:
26688   - "throughput"
26689   - "parent"
26690   - "tags"
26691   sort:
26692   - "IP4UNRLAY"
26693   - "IP6UNRLAY"
26694   layout:
26695     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
26696     layout: "plot-throughput-speedup-analysis"
26697
26698 ################################################################################
26699
26700 # Speedup - VPP IPSec 3n-hsw-xl710 base
26701 -
26702   type: "plot"
26703   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
26704   algorithm: "plot_throughput_speedup_analysis"
26705   output-file-type: ".html"
26706   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
26707   data: "plot-throughput-speedup-analysis-3n-hsw"
26708   filter: "'NIC_Intel-XL710' and
26709            '64B' and
26710            'IP4FWD' and
26711            'NDRPDR' and
26712            'BASE' and
26713            'IPSECHW' and
26714            ('IPSECTRAN' or 'IPSECTUN') and
26715            not 'VHOST'"
26716   parameters:
26717   - "throughput"
26718   - "parent"
26719   - "tags"
26720   layout:
26721     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
26722     layout: "plot-throughput-speedup-analysis"
26723
26724 -
26725   type: "plot"
26726   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
26727   algorithm: "plot_throughput_speedup_analysis"
26728   output-file-type: ".html"
26729   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
26730   data: "plot-throughput-speedup-analysis-3n-hsw"
26731   filter: "'NIC_Intel-XL710' and
26732            '64B' and
26733            'IP4FWD' and
26734            'NDRPDR' and
26735            'BASE' and
26736            'IPSECHW' and
26737            ('IPSECTRAN' or 'IPSECTUN') and
26738            not 'VHOST'"
26739   parameters:
26740   - "throughput"
26741   - "parent"
26742   - "tags"
26743   layout:
26744     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
26745     layout: "plot-throughput-speedup-analysis"
26746
26747 # Speedup - VPP IPSec 3n-hsw-xl710 scale
26748 -
26749   type: "plot"
26750   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
26751   algorithm: "plot_throughput_speedup_analysis"
26752   output-file-type: ".html"
26753   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
26754   data: "plot-throughput-speedup-analysis-3n-hsw"
26755   filter: "'NIC_Intel-XL710' and
26756            '64B' and
26757            'IP4FWD' and
26758            'NDRPDR' and
26759            'SCALE' and
26760            'IPSECHW' and
26761            ('IPSECTRAN' or 'IPSECTUN') and
26762            not 'VHOST'"
26763   parameters:
26764   - "throughput"
26765   - "parent"
26766   - "tags"
26767   layout:
26768     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
26769     layout: "plot-throughput-speedup-analysis"
26770
26771 -
26772   type: "plot"
26773   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
26774   algorithm: "plot_throughput_speedup_analysis"
26775   output-file-type: ".html"
26776   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
26777   data: "plot-throughput-speedup-analysis-3n-hsw"
26778   filter: "'NIC_Intel-XL710' and
26779            '64B' and
26780            'IP4FWD' and
26781            'NDRPDR' and
26782            'SCALE' and
26783            'IPSECHW' and
26784            ('IPSECTRAN' or 'IPSECTUN') and
26785            not 'VHOST'"
26786   parameters:
26787   - "throughput"
26788   - "parent"
26789   - "tags"
26790   layout:
26791     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
26792     layout: "plot-throughput-speedup-analysis"
26793
26794 # Speedup - VPP IPSec 3n-hsw-xl710 sw
26795 -
26796   type: "plot"
26797   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
26798   algorithm: "plot_throughput_speedup_analysis"
26799   output-file-type: ".html"
26800   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
26801   data: "plot-throughput-speedup-analysis-3n-hsw"
26802   filter: "'NIC_Intel-XL710' and
26803            '64B' and
26804            'IP4FWD' and
26805            'NDRPDR' and
26806            'IPSECSW' and
26807            ('IPSECTRAN' or 'IPSECTUN') and
26808            not 'VHOST'"
26809   parameters:
26810   - "throughput"
26811   - "parent"
26812   - "tags"
26813   layout:
26814     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
26815     layout: "plot-throughput-speedup-analysis"
26816
26817 -
26818   type: "plot"
26819   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
26820   algorithm: "plot_throughput_speedup_analysis"
26821   output-file-type: ".html"
26822   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
26823   data: "plot-throughput-speedup-analysis-3n-hsw"
26824   filter: "'NIC_Intel-XL710' and
26825            '64B' and
26826            'IP4FWD' and
26827            'NDRPDR' and
26828            'IPSECSW' and
26829            ('IPSECTRAN' or 'IPSECTUN') and
26830            not 'VHOST'"
26831   parameters:
26832   - "throughput"
26833   - "parent"
26834   - "tags"
26835   layout:
26836     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
26837     layout: "plot-throughput-speedup-analysis"
26838
26839 ################################################################################
26840
26841 # Speedup - VPP SRv6 3n-hsw-x520
26842 -
26843   type: "plot"
26844   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
26845   algorithm: "plot_throughput_speedup_analysis"
26846   output-file-type: ".html"
26847   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
26848   data: "plot-throughput-speedup-analysis-3n-hsw"
26849   filter: "'NIC_Intel-X520-DA2' and
26850            '78B' and
26851            'FEATURE' and
26852            'NDRPDR' and
26853            'IP6FWD' and
26854            'SRv6'"
26855   parameters:
26856   - "throughput"
26857   - "parent"
26858   - "tags"
26859   layout:
26860     title: "srv6-3n-hsw-x520-78b-features-ndr"
26861     layout: "plot-throughput-speedup-analysis"
26862
26863 -
26864   type: "plot"
26865   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
26866   algorithm: "plot_throughput_speedup_analysis"
26867   output-file-type: ".html"
26868   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
26869   data: "plot-throughput-speedup-analysis-3n-hsw"
26870   filter: "'NIC_Intel-X520-DA2' and
26871            '78B' and
26872            'FEATURE' and
26873            'NDRPDR' and
26874            'IP6FWD' and
26875            'SRv6'"
26876   parameters:
26877   - "throughput"
26878   - "parent"
26879   - "tags"
26880   layout:
26881     title: "srv6-3n-hsw-x520-78b-features-pdr"
26882     layout: "plot-throughput-speedup-analysis"
26883
26884 ################################################################################
26885
26886 # Speedup - VPP L2 3n-hsw-x520 base and scale
26887 -
26888   type: "plot"
26889   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26890   algorithm: "plot_throughput_speedup_analysis"
26891   output-file-type: ".html"
26892   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26893   data: "plot-throughput-speedup-analysis-3n-hsw"
26894   filter: "'NIC_Intel-X520-DA2' and
26895            '64B' and
26896            ('BASE' or 'SCALE') and
26897            'NDRPDR' and
26898            'ETH' and
26899            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26900            not 'VHOST' and
26901            not 'MEMIF'"
26902   parameters:
26903   - "throughput"
26904   - "parent"
26905   - "tags"
26906   sort:
26907   - "L2XCFWD"
26908   - "L2PATCH"
26909   - "L2BDMACLRN"
26910   - "FIB_10K"
26911   - "FIB_100K"
26912   - "FIB_1M"
26913   layout:
26914     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
26915     layout: "plot-throughput-speedup-analysis"
26916
26917 -
26918   type: "plot"
26919   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26920   algorithm: "plot_throughput_speedup_analysis"
26921   output-file-type: ".html"
26922   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26923   data: "plot-throughput-speedup-analysis-3n-hsw"
26924   filter: "'NIC_Intel-X520-DA2' and
26925            '64B' and
26926            ('BASE' or 'SCALE') and
26927            'NDRPDR' and
26928            'ETH' and
26929            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26930            not 'VHOST' and
26931            not 'MEMIF'"
26932   parameters:
26933   - "throughput"
26934   - "parent"
26935   - "tags"
26936   sort:
26937   - "L2XCFWD"
26938   - "L2PATCH"
26939   - "L2BDMACLRN"
26940   - "FIB_10K"
26941   - "FIB_100K"
26942   - "FIB_1M"
26943   layout:
26944     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
26945     layout: "plot-throughput-speedup-analysis"
26946
26947 # Speedup - VPP L2 3n-hsw-x520 features
26948 -
26949   type: "plot"
26950   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26951   algorithm: "plot_throughput_speedup_analysis"
26952   output-file-type: ".html"
26953   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26954   data: "plot-throughput-speedup-analysis-3n-hsw"
26955   filter: "'NIC_Intel-X520-DA2' and
26956            '64B' and
26957            'NDRPDR' and
26958            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26959            not 'ACL' and
26960            not 'VHOST' and
26961            not 'MEMIF'"
26962   parameters:
26963   - "throughput"
26964   - "parent"
26965   - "tags"
26966   sort:
26967   - "L2XCBASE"    # l2xcbase
26968   - "L2BDBASE"    # l2bdbase
26969   - "L2XCFWD"     # dot1q-l2xcbase
26970   - "L2BDMACLRN"  # dot1q-l2bdbase
26971   layout:
26972     title: "l2sw-3n-hsw-x520-64b-features-ndr"
26973     layout: "plot-throughput-speedup-analysis"
26974
26975 -
26976   type: "plot"
26977   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26978   algorithm: "plot_throughput_speedup_analysis"
26979   output-file-type: ".html"
26980   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26981   data: "plot-throughput-speedup-analysis-3n-hsw"
26982   filter: "'NIC_Intel-X520-DA2' and
26983            '64B' and
26984            'NDRPDR' and
26985            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26986            not 'ACL' and
26987            not 'VHOST' and
26988            not 'MEMIF'"
26989   parameters:
26990   - "throughput"
26991   - "parent"
26992   - "tags"
26993   sort:
26994   - "L2XCBASE"    # l2xcbase
26995   - "L2BDBASE"    # l2bdbase
26996   - "L2XCFWD"     # dot1q-l2xcbase
26997   - "L2BDMACLRN"  # dot1q-l2bdbase
26998   layout:
26999     title: "l2sw-3n-hsw-x520-64b-features-pdr"
27000     layout: "plot-throughput-speedup-analysis"
27001
27002 # Speedup - VPP L2 3n-hsw-x710 base and scale
27003 -
27004   type: "plot"
27005   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27006   algorithm: "plot_throughput_speedup_analysis"
27007   output-file-type: ".html"
27008   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27009   data: "plot-throughput-speedup-analysis-3n-hsw"
27010   filter: "'NIC_Intel-X710' and
27011            '64B' and
27012            ('BASE' or 'SCALE') and
27013            'NDRPDR' and
27014            'ETH' and
27015            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27016            not 'VHOST' and
27017            not 'MEMIF' and
27018            not 'DRV_AVF'"
27019   parameters:
27020   - "throughput"
27021   - "parent"
27022   - "tags"
27023   sort:
27024   - "L2PATCH"
27025   - "L2XCBASE"
27026   - "BASE"
27027   - "FIB_10K"
27028   - "FIB_100K"
27029   - "FIB_1M"
27030   layout:
27031     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
27032     layout: "plot-throughput-speedup-analysis"
27033
27034 -
27035   type: "plot"
27036   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27037   algorithm: "plot_throughput_speedup_analysis"
27038   output-file-type: ".html"
27039   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27040   data: "plot-throughput-speedup-analysis-3n-hsw"
27041   filter: "'NIC_Intel-X710' and
27042            '64B' and
27043            ('BASE' or 'SCALE') and
27044            'NDRPDR' and
27045            'ETH' and
27046            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27047            not 'VHOST' and
27048            not 'MEMIF' and
27049            not 'DRV_AVF'"
27050   parameters:
27051   - "throughput"
27052   - "parent"
27053   - "tags"
27054   sort:
27055   - "L2PATCH"
27056   - "L2XCBASE"
27057   - "BASE"
27058   - "FIB_10K"
27059   - "FIB_100K"
27060   - "FIB_1M"
27061   layout:
27062     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
27063     layout: "plot-throughput-speedup-analysis"
27064
27065 # Speedup - VPP L2 3n-hsw-x710 features
27066 -
27067   type: "plot"
27068   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
27069   algorithm: "plot_throughput_speedup_analysis"
27070   output-file-type: ".html"
27071   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
27072   data: "plot-throughput-speedup-analysis-3n-hsw"
27073   filter: "'NIC_Intel-X710' and
27074            '64B' and
27075            'NDRPDR' and
27076            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27077            not 'ACL' and
27078            not 'VHOST' and
27079            not 'MEMIF'"
27080   parameters:
27081   - "throughput"
27082   - "parent"
27083   - "tags"
27084   sort:
27085   - "L2XCBASE"    # l2xcbase
27086   - "L2BDBASE"    # l2bdbase
27087   - "L2XCFWD"     # dot1q-l2xcbase
27088   - "L2BDMACLRN"  # dot1q-l2bdbase
27089   layout:
27090     title: "l2sw-3n-hsw-x710-64b-features-ndr"
27091     layout: "plot-throughput-speedup-analysis"
27092
27093 -
27094   type: "plot"
27095   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
27096   algorithm: "plot_throughput_speedup_analysis"
27097   output-file-type: ".html"
27098   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
27099   data: "plot-throughput-speedup-analysis-3n-hsw"
27100   filter: "'NIC_Intel-X710' and
27101            '64B' and
27102            'NDRPDR' and
27103            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27104            not 'ACL' and
27105            not 'VHOST' and
27106            not 'MEMIF'"
27107   parameters:
27108   - "throughput"
27109   - "parent"
27110   - "tags"
27111   sort:
27112   - "L2XCBASE"    # l2xcbase
27113   - "L2BDBASE"    # l2bdbase
27114   - "L2XCFWD"     # dot1q-l2xcbase
27115   - "L2BDMACLRN"  # dot1q-l2bdbase
27116   layout:
27117     title: "l2sw-3n-hsw-x710-64b-features-pdr"
27118     layout: "plot-throughput-speedup-analysis"
27119
27120 # Speedup - VPP L2 3n-hsw-xl710 base and scale
27121 -
27122   type: "plot"
27123   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27124   algorithm: "plot_throughput_speedup_analysis"
27125   output-file-type: ".html"
27126   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27127   data: "plot-throughput-speedup-analysis-3n-hsw"
27128   filter: "'NIC_Intel-XL710' and
27129            '64B' and
27130            ('BASE' or 'SCALE') and
27131            'NDRPDR' and
27132            'ETH' and
27133            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27134            not 'VHOST' and
27135            not 'MEMIF'"
27136   parameters:
27137   - "throughput"
27138   - "parent"
27139   - "tags"
27140   sort:
27141   - "L2PATCH"
27142   - "L2XCBASE"
27143   - "BASE"
27144   - "FIB_10K"
27145   - "FIB_100K"
27146   - "FIB_1M"
27147   layout:
27148     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
27149     layout: "plot-throughput-speedup-analysis"
27150
27151 -
27152   type: "plot"
27153   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27154   algorithm: "plot_throughput_speedup_analysis"
27155   output-file-type: ".html"
27156   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27157   data: "plot-throughput-speedup-analysis-3n-hsw"
27158   filter: "'NIC_Intel-XL710' and
27159            '64B' and
27160            ('BASE' or 'SCALE') and
27161            'NDRPDR' and
27162            'ETH' and
27163            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27164            not 'VHOST' and
27165            not 'MEMIF'"
27166   parameters:
27167   - "throughput"
27168   - "parent"
27169   - "tags"
27170   sort:
27171   - "L2PATCH"
27172   - "L2XCBASE"
27173   - "BASE"
27174   - "FIB_10K"
27175   - "FIB_100K"
27176   - "FIB_1M"
27177   layout:
27178     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
27179     layout: "plot-throughput-speedup-analysis"
27180
27181 # Speedup - VPP L2 3n-skx-x710 base and scale
27182 -
27183   type: "plot"
27184   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27185   algorithm: "plot_throughput_speedup_analysis"
27186   output-file-type: ".html"
27187   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27188   data: "plot-throughput-speedup-analysis-3n-skx"
27189   filter: "'NIC_Intel-X710' and
27190            '64B' and
27191            ('BASE' or 'SCALE') and
27192            'NDRPDR' and
27193            'ETH' and
27194            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27195            not 'VHOST' and
27196            not 'DRV_AVF' and
27197            not 'MEMIF'"
27198   parameters:
27199   - "throughput"
27200   - "parent"
27201   - "tags"
27202   sort:
27203   - "L2PATCH"
27204   - "L2XCBASE"
27205   - "BASE"
27206   - "FIB_10K"
27207   - "FIB_100K"
27208   - "FIB_1M"
27209   layout:
27210     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
27211     layout: "plot-throughput-speedup-analysis"
27212
27213 -
27214   type: "plot"
27215   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27216   algorithm: "plot_throughput_speedup_analysis"
27217   output-file-type: ".html"
27218   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27219   data: "plot-throughput-speedup-analysis-3n-skx"
27220   filter: "'NIC_Intel-X710' and
27221            '64B' and
27222            ('BASE' or 'SCALE') and
27223            'NDRPDR' and
27224            'ETH' and
27225            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27226            not 'VHOST' and
27227            not 'DRV_AVF' and
27228            not 'MEMIF'"
27229   parameters:
27230   - "throughput"
27231   - "parent"
27232   - "tags"
27233   sort:
27234   - "L2PATCH"
27235   - "L2XCBASE"
27236   - "BASE"
27237   - "FIB_10K"
27238   - "FIB_100K"
27239   - "FIB_1M"
27240   layout:
27241     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
27242     layout: "plot-throughput-speedup-analysis"
27243
27244 # Speedup - VPP L2 3n-skx-x710 features
27245 -
27246   type: "plot"
27247   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
27248   algorithm: "plot_throughput_speedup_analysis"
27249   output-file-type: ".html"
27250   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
27251   data: "plot-throughput-speedup-analysis-3n-skx"
27252   filter: "'NIC_Intel-X710' and
27253            '64B' and
27254            'NDRPDR' and
27255            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27256            not 'ACL' and
27257            not 'VHOST' and
27258            not 'MEMIF'"
27259   parameters:
27260   - "throughput"
27261   - "parent"
27262   - "tags"
27263   sort:
27264   - "L2XCBASE"    # l2xcbase
27265   - "L2BDBASE"    # l2bdbase
27266   - "L2XCFWD"     # dot1q-l2xcbase
27267   - "L2BDMACLRN"  # dot1q-l2bdbase
27268   layout:
27269     title: "l2sw-3n-skx-x710-64b-features-ndr"
27270     layout: "plot-throughput-speedup-analysis"
27271
27272 -
27273   type: "plot"
27274   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
27275   algorithm: "plot_throughput_speedup_analysis"
27276   output-file-type: ".html"
27277   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
27278   data: "plot-throughput-speedup-analysis-3n-skx"
27279   filter: "'NIC_Intel-X710' and
27280            '64B' and
27281            'NDRPDR' and
27282            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27283            not 'ACL' and
27284            not 'VHOST' and
27285            not 'MEMIF'"
27286   parameters:
27287   - "throughput"
27288   - "parent"
27289   - "tags"
27290   sort:
27291   - "L2XCBASE"    # l2xcbase
27292   - "L2BDBASE"    # l2bdbase
27293   - "L2XCFWD"     # dot1q-l2xcbase
27294   - "L2BDMACLRN"  # dot1q-l2bdbase
27295   layout:
27296     title: "l2sw-3n-skx-x710-64b-features-pdr"
27297     layout: "plot-throughput-speedup-analysis"
27298
27299 # Speedup - VPP L2 3n-skx-xxv710 base and scale
27300 -
27301   type: "plot"
27302   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27303   algorithm: "plot_throughput_speedup_analysis"
27304   output-file-type: ".html"
27305   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27306   data: "plot-throughput-speedup-analysis-3n-skx"
27307   filter: "'NIC_Intel-XXV710' and
27308            '64B' and
27309            ('BASE' or 'SCALE') and
27310            'NDRPDR' and
27311            'ETH' and
27312            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27313            not 'VHOST' and
27314            not 'MEMIF' and
27315            not 'DRV_AVF'"
27316   parameters:
27317   - "throughput"
27318   - "parent"
27319   - "tags"
27320   sort:
27321   - "L2PATCH"
27322   - "L2XCBASE"
27323   - "BASE"
27324   - "FIB_10K"
27325   - "FIB_100K"
27326   - "FIB_1M"
27327   layout:
27328     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
27329     layout: "plot-throughput-speedup-analysis"
27330
27331 -
27332   type: "plot"
27333   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27334   algorithm: "plot_throughput_speedup_analysis"
27335   output-file-type: ".html"
27336   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27337   data: "plot-throughput-speedup-analysis-3n-skx"
27338   filter: "'NIC_Intel-XXV710' and
27339            '64B' and
27340            ('BASE' or 'SCALE') and
27341            'NDRPDR' and
27342            'ETH' and
27343            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27344            not 'VHOST' and
27345            not 'MEMIF' and
27346            not 'DRV_AVF'"
27347   parameters:
27348   - "throughput"
27349   - "parent"
27350   - "tags"
27351   sort:
27352   - "L2PATCH"
27353   - "L2XCBASE"
27354   - "BASE"
27355   - "FIB_10K"
27356   - "FIB_100K"
27357   - "FIB_1M"
27358   layout:
27359     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
27360     layout: "plot-throughput-speedup-analysis"
27361
27362 # Speedup - VPP L2 2n-skx-x710 base and scale
27363 -
27364   type: "plot"
27365   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27366   algorithm: "plot_throughput_speedup_analysis"
27367   output-file-type: ".html"
27368   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27369   data: "plot-throughput-speedup-analysis-2n-skx"
27370   filter: "'NIC_Intel-X710' and
27371            '64B' and
27372            ('BASE' or 'SCALE') and
27373            'NDRPDR' and
27374            'ETH' and
27375            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27376            not 'VHOST' and
27377            not 'MEMIF'"
27378   parameters:
27379   - "throughput"
27380   - "parent"
27381   - "tags"
27382   sort:
27383   - "L2PATCH"
27384   - "L2XCBASE"
27385   - "BASE"
27386   - "FIB_10K"
27387   - "FIB_100K"
27388   - "FIB_1M"
27389   layout:
27390     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
27391     layout: "plot-throughput-speedup-analysis"
27392
27393 -
27394   type: "plot"
27395   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27396   algorithm: "plot_throughput_speedup_analysis"
27397   output-file-type: ".html"
27398   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27399   data: "plot-throughput-speedup-analysis-2n-skx"
27400   filter: "'NIC_Intel-X710' and
27401            '64B' and
27402            ('BASE' or 'SCALE') and
27403            'NDRPDR' and
27404            'ETH' and
27405            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27406            not 'VHOST' and
27407            not 'MEMIF'"
27408   parameters:
27409   - "throughput"
27410   - "parent"
27411   - "tags"
27412   sort:
27413   - "L2PATCH"
27414   - "L2XCBASE"
27415   - "BASE"
27416   - "FIB_10K"
27417   - "FIB_100K"
27418   - "FIB_1M"
27419   layout:
27420     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
27421     layout: "plot-throughput-speedup-analysis"
27422
27423 # Speedup - VPP L2 2n-skx-xxv710 base and scale
27424 -
27425   type: "plot"
27426   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27427   algorithm: "plot_throughput_speedup_analysis"
27428   output-file-type: ".html"
27429   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27430   data: "plot-throughput-speedup-analysis-2n-skx"
27431   filter: "'NIC_Intel-XXV710' and
27432            '64B' and
27433            ('BASE' or 'SCALE') and
27434            'NDRPDR' and
27435            'ETH' and
27436            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27437            not 'VHOST' and
27438            not 'MEMIF'"
27439   parameters:
27440   - "throughput"
27441   - "parent"
27442   - "tags"
27443   sort:
27444   - "L2PATCH"
27445   - "L2XCBASE"
27446   - "BASE"
27447   - "FIB_10K"
27448   - "FIB_100K"
27449   - "FIB_1M"
27450   layout:
27451     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
27452     layout: "plot-throughput-speedup-analysis"
27453
27454 -
27455   type: "plot"
27456   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27457   algorithm: "plot_throughput_speedup_analysis"
27458   output-file-type: ".html"
27459   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27460   data: "plot-throughput-speedup-analysis-2n-skx"
27461   filter: "'NIC_Intel-XXV710' and
27462            '64B' and
27463            ('BASE' or 'SCALE') and
27464            'NDRPDR' and
27465            'ETH' and
27466            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27467            not 'VHOST' and
27468            not 'MEMIF'"
27469   parameters:
27470   - "throughput"
27471   - "parent"
27472   - "tags"
27473   sort:
27474   - "L2PATCH"
27475   - "L2XCBASE"
27476   - "BASE"
27477   - "FIB_10K"
27478   - "FIB_100K"
27479   - "FIB_1M"
27480   layout:
27481     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
27482     layout: "plot-throughput-speedup-analysis"
27483
27484 # Speedup - VPP L2 2n-dnv-x553 base
27485 -
27486   type: "plot"
27487   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
27488   algorithm: "plot_throughput_speedup_analysis"
27489   output-file-type: ".html"
27490   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
27491   data: "intel-dnv-vpp"
27492   filter: "'NIC_Intel-X553' and
27493            '64B' and
27494            ('BASE' or 'SCALE') and
27495            'NDRPDR' and
27496            'ETH' and
27497            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27498            not 'VHOST' and
27499            not 'MEMIF'"
27500   parameters:
27501   - "throughput"
27502   - "parent"
27503   - "tags"
27504   sort:
27505   - "L2XCBASE"
27506   - "L2BDMACLRN"
27507   - "L2PATCH"
27508   layout:
27509     title: "l2sw-2n-dnv-x553-64b-base-ndr"
27510     layout: "plot-throughput-speedup-analysis"
27511
27512 -
27513   type: "plot"
27514   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
27515   algorithm: "plot_throughput_speedup_analysis"
27516   output-file-type: ".html"
27517   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
27518   data: "intel-dnv-vpp"
27519   filter: "'NIC_Intel-X553' and
27520            '64B' and
27521            ('BASE' or 'SCALE') and
27522            'NDRPDR' and
27523            'ETH' and
27524            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27525            not 'VHOST' and
27526            not 'MEMIF'"
27527   parameters:
27528   - "throughput"
27529   - "parent"
27530   - "tags"
27531   sort:
27532   - "L2XCBASE"
27533   - "L2BDMACLRN"
27534   - "L2PATCH"
27535   layout:
27536     title: "l2sw-2n-dnv-x553-64b-base-pdr"
27537     layout: "plot-throughput-speedup-analysis"
27538
27539 ################################################################################
27540
27541 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
27542 -
27543   type: "plot"
27544   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27545   algorithm: "plot_throughput_speedup_analysis"
27546   output-file-type: ".html"
27547   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27548   data: "plot-throughput-speedup-analysis-3n-hsw"
27549   filter: "'NIC_Intel-X520-DA2' and
27550            '64B' and
27551            'NDRPDR' and
27552            'ETH' and
27553            'IP4FWD' and
27554            'VHOST_1024' and
27555            not 'VXLAN' and
27556            not 'DOT1Q'"
27557   parameters:
27558   - "throughput"
27559   - "parent"
27560   - "tags"
27561   sort:
27562   - "not CFS_OPT"
27563   - "1VM"
27564   - "2VM"
27565   layout:
27566     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
27567     layout: "plot-throughput-speedup-analysis"
27568
27569 -
27570   type: "plot"
27571   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27572   algorithm: "plot_throughput_speedup_analysis"
27573   output-file-type: ".html"
27574   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27575   data: "plot-throughput-speedup-analysis-3n-hsw"
27576   filter: "'NIC_Intel-X520-DA2' and
27577            '64B' and
27578            'NDRPDR' and
27579            'ETH' and
27580            'IP4FWD' and
27581            'VHOST_1024' and
27582            not 'VXLAN' and
27583            not 'DOT1Q'"
27584   parameters:
27585   - "throughput"
27586   - "parent"
27587   - "tags"
27588   sort:
27589   - "not CFS_OPT"
27590   - "1VM"
27591   - "2VM"
27592   layout:
27593     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
27594     layout: "plot-throughput-speedup-analysis"
27595
27596 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
27597 -
27598   type: "plot"
27599   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27600   algorithm: "plot_throughput_speedup_analysis"
27601   output-file-type: ".html"
27602   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27603   data: "plot-throughput-speedup-analysis-3n-hsw"
27604   filter: "'NIC_Intel-X520-DA2' and
27605            '64B' and
27606            'NDRPDR' and
27607            ('ETH' or 'DOT1Q') and
27608            'VHOST_1024' and
27609            not 'VXLAN' and
27610            not 'IP4FWD' and
27611            not '2VM'"
27612   parameters:
27613   - "throughput"
27614   - "parent"
27615   - "tags"
27616 #  sort:
27617 #  - "VM"  # "not CFS_OPT"
27618 #  - "CFS_OPT"
27619 #  - "FIB_10K"
27620 #  - "FIB_100K"
27621 #  - "FIB_1M"
27622   layout:
27623     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
27624     layout: "plot-throughput-speedup-analysis"
27625
27626 -
27627   type: "plot"
27628   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27629   algorithm: "plot_throughput_speedup_analysis"
27630   output-file-type: ".html"
27631   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27632   data: "plot-throughput-speedup-analysis-3n-hsw"
27633   filter: "'NIC_Intel-X520-DA2' and
27634            '64B' and
27635            'NDRPDR' and
27636            ('ETH' or 'DOT1Q') and
27637            'L2BDMACLRN' and
27638            'VHOST_1024' and
27639            not 'VXLAN' and
27640            not 'IP4FWD' and
27641            not '2VM'"
27642   parameters:
27643   - "throughput"
27644   - "parent"
27645   - "tags"
27646 #  sort:
27647 #  - "VM"  # "not CFS_OPT"
27648 #  - "CFS_OPT"
27649 #  - "FIB_10K"
27650 #  - "FIB_100K"
27651 #  - "FIB_1M"
27652   layout:
27653     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
27654     layout: "plot-throughput-speedup-analysis"
27655
27656 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
27657 -
27658   type: "plot"
27659   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
27660   algorithm: "plot_throughput_speedup_analysis"
27661   output-file-type: ".html"
27662   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
27663   data: "plot-throughput-speedup-analysis-3n-hsw"
27664   filter: "'NIC_Intel-X520-DA2' and
27665            '64B' and
27666            'NDRPDR' and
27667            ('ETH' or 'DOT1Q') and
27668            'BASE' and
27669            ('L2BDMACLRN' or 'L2XCFWD') and
27670            'VHOST_1024' and
27671            not 'VXLAN' and
27672            not 'IP4FWD' and
27673            not '2VM'"
27674   parameters:
27675   - "throughput"
27676   - "parent"
27677   - "tags"
27678 #  sort:
27679 #  - "not CFS_OPT"
27680 #  - "L2XCFWD"
27681 #  - "not CFS_OPT"
27682 #  - "CFS_OPT"
27683   layout:
27684     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
27685     layout: "plot-throughput-speedup-analysis"
27686
27687 -
27688   type: "plot"
27689   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
27690   algorithm: "plot_throughput_speedup_analysis"
27691   output-file-type: ".html"
27692   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
27693   data: "plot-throughput-speedup-analysis-3n-hsw"
27694   filter: "'NIC_Intel-X520-DA2' and
27695            '64B' and
27696            'NDRPDR' and
27697            ('ETH' or 'DOT1Q') and
27698            'BASE' and
27699            ('L2BDMACLRN' or 'L2XCFWD') and
27700            'VHOST_1024' and
27701            not 'VXLAN' and
27702            not 'IP4FWD' and
27703            not '2VM'"
27704   parameters:
27705   - "throughput"
27706   - "parent"
27707   - "tags"
27708 #  sort:
27709 #  - "not CFS_OPT"
27710 #  - "L2XCFWD"
27711 #  - "not CFS_OPT"
27712 #  - "CFS_OPT"
27713   layout:
27714     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
27715     layout: "plot-throughput-speedup-analysis"
27716
27717 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
27718 -
27719   type: "plot"
27720   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27721   algorithm: "plot_throughput_speedup_analysis"
27722   output-file-type: ".html"
27723   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27724   data: "plot-throughput-speedup-analysis-3n-hsw"
27725   filter: "'NIC_Intel-X520-DA2' and
27726            '64B' and
27727            'NDRPDR' and
27728            ('ETH' or 'DOT1Q') and
27729            ('L2BDMACLRN' or 'L2XCFWD') and
27730            'VHOST_1024' and
27731            not 'CFS_OPT' and
27732            not 'VXLAN' and
27733            not 'IP4FWD' and
27734            not 'LBOND'"
27735   parameters:
27736   - "throughput"
27737   - "parent"
27738   - "tags"
27739 #  sort:
27740 #  - "1VM"
27741 #  - "L2XCFWD"
27742 #  - "1VM"
27743 #  - "L2BDMACLRN"
27744   layout:
27745     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
27746     layout: "plot-throughput-speedup-analysis"
27747
27748 -
27749   type: "plot"
27750   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27751   algorithm: "plot_throughput_speedup_analysis"
27752   output-file-type: ".html"
27753   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27754   data: "plot-throughput-speedup-analysis-3n-hsw"
27755   filter: "'NIC_Intel-X520-DA2' and
27756            '64B' and
27757            'NDRPDR' and
27758            ('ETH' or 'DOT1Q') and
27759            ('L2BDMACLRN' or 'L2XCFWD') and
27760            'VHOST_1024' and
27761            not 'CFS_OPT' and
27762            not 'VXLAN' and
27763            not 'IP4FWD' and
27764            not 'LBOND'"
27765   parameters:
27766   - "throughput"
27767   - "parent"
27768   - "tags"
27769 #  sort:
27770 #  - "1VM"
27771 #  - "L2XCFWD"
27772 #  - "1VM"
27773 #  - "L2BDMACLRN"
27774   layout:
27775     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
27776     layout: "plot-throughput-speedup-analysis"
27777
27778 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
27779 -
27780   type: "plot"
27781   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27782   algorithm: "plot_throughput_speedup_analysis"
27783   output-file-type: ".html"
27784   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27785   data: "plot-throughput-speedup-analysis-3n-hsw"
27786   filter: "'NIC_Intel-X710' and
27787            '64B' and
27788            'NDRPDR' and
27789            'ETH' and
27790            'IP4FWD' and
27791            'VHOST_1024' and
27792            not 'VXLAN' and
27793            not 'DOT1Q'"
27794   parameters:
27795   - "throughput"
27796   - "parent"
27797   - "tags"
27798   sort:
27799   - "not CFS_OPT"
27800   - "1VM"
27801   - "2VM"
27802   layout:
27803     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
27804     layout: "plot-throughput-speedup-analysis"
27805
27806 -
27807   type: "plot"
27808   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27809   algorithm: "plot_throughput_speedup_analysis"
27810   output-file-type: ".html"
27811   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27812   data: "plot-throughput-speedup-analysis-3n-hsw"
27813   filter: "'NIC_Intel-X710' and
27814            '64B' and
27815            'NDRPDR' and
27816            'ETH' and
27817            'IP4FWD' and
27818            'VHOST_1024' and
27819            not 'VXLAN' and
27820            not 'DOT1Q'"
27821   parameters:
27822   - "throughput"
27823   - "parent"
27824   - "tags"
27825   sort:
27826   - "not CFS_OPT"
27827   - "1VM"
27828   - "2VM"
27829   layout:
27830     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
27831     layout: "plot-throughput-speedup-analysis"
27832
27833 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
27834 -
27835   type: "plot"
27836   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27837   algorithm: "plot_throughput_speedup_analysis"
27838   output-file-type: ".html"
27839   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27840   data: "plot-throughput-speedup-analysis-3n-hsw"
27841   filter: "'NIC_Intel-X710' and
27842            '64B' and
27843            'NDRPDR' and
27844            ('ETH' or 'DOT1Q') and
27845            'L2BDMACLRN' and
27846            'VHOST_1024' and
27847            not 'VXLAN' and
27848            not 'IP4FWD' and
27849            not '2VM'"
27850   parameters:
27851   - "throughput"
27852   - "parent"
27853   - "tags"
27854 #  sort:
27855 #  - "VM"  # "not CFS_OPT"
27856 #  - "CFS_OPT"
27857 #  - "FIB_10K"
27858 #  - "FIB_100K"
27859 #  - "FIB_1M"
27860   layout:
27861     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
27862     layout: "plot-throughput-speedup-analysis"
27863
27864 -
27865   type: "plot"
27866   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27867   algorithm: "plot_throughput_speedup_analysis"
27868   output-file-type: ".html"
27869   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27870   data: "plot-throughput-speedup-analysis-3n-hsw"
27871   filter: "'NIC_Intel-X710' and
27872            '64B' and
27873            'NDRPDR' and
27874            ('ETH' or 'DOT1Q') and
27875            'L2BDMACLRN' and
27876            'VHOST_1024' and
27877            not 'VXLAN' and
27878            not 'IP4FWD' and
27879            not '2VM'"
27880   parameters:
27881   - "throughput"
27882   - "parent"
27883   - "tags"
27884 #  sort:
27885 #  - "VM"  # "not CFS_OPT"
27886 #  - "CFS_OPT"
27887 #  - "FIB_10K"
27888 #  - "FIB_100K"
27889 #  - "FIB_1M"
27890   layout:
27891     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
27892     layout: "plot-throughput-speedup-analysis"
27893
27894 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
27895 -
27896   type: "plot"
27897   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
27898   algorithm: "plot_throughput_speedup_analysis"
27899   output-file-type: ".html"
27900   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
27901   data: "plot-throughput-speedup-analysis-3n-hsw"
27902   filter: "'NIC_Intel-X710' and
27903            '64B' and
27904            'NDRPDR' and
27905            ('ETH' or 'DOT1Q') and
27906            'BASE' and
27907            ('L2BDMACLRN' or 'L2XCFWD') and
27908            'VHOST_1024' and
27909            not 'VXLAN' and
27910            not 'IP4FWD' and
27911            not '2VM'"
27912   parameters:
27913   - "throughput"
27914   - "parent"
27915   - "tags"
27916 #  sort:
27917 #  - "not CFS_OPT"
27918 #  - "L2XCFWD"
27919 #  - "not CFS_OPT"
27920 #  - "CFS_OPT"
27921   layout:
27922     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
27923     layout: "plot-throughput-speedup-analysis"
27924
27925 -
27926   type: "plot"
27927   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
27928   algorithm: "plot_throughput_speedup_analysis"
27929   output-file-type: ".html"
27930   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
27931   data: "plot-throughput-speedup-analysis-3n-hsw"
27932   filter: "'NIC_Intel-X710' and
27933            '64B' and
27934            'NDRPDR' and
27935            ('ETH' or 'DOT1Q') and
27936            'BASE' and
27937            ('L2BDMACLRN' or 'L2XCFWD') and
27938            'VHOST_1024' and
27939            not 'VXLAN' and
27940            not 'IP4FWD' and
27941            not '2VM'"
27942   parameters:
27943   - "throughput"
27944   - "parent"
27945   - "tags"
27946 #  sort:
27947 #  - "not CFS_OPT"
27948 #  - "L2XCFWD"
27949 #  - "not CFS_OPT"
27950 #  - "CFS_OPT"
27951   layout:
27952     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
27953     layout: "plot-throughput-speedup-analysis"
27954
27955 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
27956 -
27957   type: "plot"
27958   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
27959   algorithm: "plot_throughput_speedup_analysis"
27960   output-file-type: ".html"
27961   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
27962   data: "plot-throughput-speedup-analysis-3n-hsw"
27963   filter: "'NIC_Intel-X710' and
27964            '64B' and
27965            'NDRPDR' and
27966            ('ETH' or 'DOT1Q') and
27967            ('L2BDMACLRN' or 'L2XCFWD') and
27968            'VHOST_1024' and
27969            not 'CFS_OPT' and
27970            not 'VXLAN' and
27971            not 'IP4FWD' and
27972            not 'LBOND'"
27973   parameters:
27974   - "throughput"
27975   - "parent"
27976   - "tags"
27977 #  sort:
27978 #  - "1VM"
27979 #  - "L2XCFWD"
27980 #  - "1VM"
27981 #  - "L2BDMACLRN"
27982   layout:
27983     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
27984     layout: "plot-throughput-speedup-analysis"
27985
27986 -
27987   type: "plot"
27988   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
27989   algorithm: "plot_throughput_speedup_analysis"
27990   output-file-type: ".html"
27991   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
27992   data: "plot-throughput-speedup-analysis-3n-hsw"
27993   filter: "'NIC_Intel-X710' and
27994            '64B' and
27995            'NDRPDR' and
27996            ('ETH' or 'DOT1Q') and
27997            ('L2BDMACLRN' or 'L2XCFWD') and
27998            'VHOST_1024' and
27999            not 'CFS_OPT' and
28000            not 'VXLAN' and
28001            not 'IP4FWD' and
28002            not 'LBOND'"
28003   parameters:
28004   - "throughput"
28005   - "parent"
28006   - "tags"
28007 #  sort:
28008 #  - "1VM"
28009 #  - "L2XCFWD"
28010 #  - "1VM"
28011 #  - "L2BDMACLRN"
28012   layout:
28013     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
28014     layout: "plot-throughput-speedup-analysis"
28015
28016 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
28017 -
28018   type: "plot"
28019   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28020   algorithm: "plot_throughput_speedup_analysis"
28021   output-file-type: ".html"
28022   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28023   data: "plot-throughput-speedup-analysis-3n-hsw"
28024   filter: "'NIC_Intel-XL710' and
28025            '64B' and
28026            'NDRPDR' and
28027            'ETH' and
28028            'IP4FWD' and
28029            'VHOST_1024' and
28030            not 'VXLAN' and
28031            not 'DOT1Q'"
28032   parameters:
28033   - "throughput"
28034   - "parent"
28035   - "tags"
28036   sort:
28037   - "not CFS_OPT"
28038   - "1VM"
28039   - "2VM"
28040   layout:
28041     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
28042     layout: "plot-throughput-speedup-analysis"
28043
28044 -
28045   type: "plot"
28046   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28047   algorithm: "plot_throughput_speedup_analysis"
28048   output-file-type: ".html"
28049   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28050   data: "plot-throughput-speedup-analysis-3n-hsw"
28051   filter: "'NIC_Intel-XL710' and
28052            '64B' and
28053            'NDRPDR' and
28054            'ETH' and
28055            'IP4FWD' and
28056            'VHOST_1024' and
28057            not 'VXLAN' and
28058            not 'DOT1Q'"
28059   parameters:
28060   - "throughput"
28061   - "parent"
28062   - "tags"
28063   sort:
28064   - "not CFS_OPT"
28065   - "1VM"
28066   - "2VM"
28067   layout:
28068     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
28069     layout: "plot-throughput-speedup-analysis"
28070
28071 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
28072 -
28073   type: "plot"
28074   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28075   algorithm: "plot_throughput_speedup_analysis"
28076   output-file-type: ".html"
28077   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28078   data: "plot-throughput-speedup-analysis-3n-hsw"
28079   filter: "'NIC_Intel-XL710' and
28080            '64B' and
28081            'NDRPDR' and
28082            ('ETH' or 'DOT1Q') and
28083            'L2BDMACLRN' and
28084            'VHOST_1024' and
28085            not 'VXLAN' and
28086            not 'IP4FWD' and
28087            not '2VM'"
28088   parameters:
28089   - "throughput"
28090   - "parent"
28091   - "tags"
28092 #  sort:
28093 #  - "VM"  # "not CFS_OPT"
28094 #  - "CFS_OPT"
28095 #  - "FIB_10K"
28096 #  - "FIB_100K"
28097 #  - "FIB_1M"
28098   layout:
28099     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
28100     layout: "plot-throughput-speedup-analysis"
28101
28102 -
28103   type: "plot"
28104   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28105   algorithm: "plot_throughput_speedup_analysis"
28106   output-file-type: ".html"
28107   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28108   data: "plot-throughput-speedup-analysis-3n-hsw"
28109   filter: "'NIC_Intel-XL710' and
28110            '64B' and
28111            'NDRPDR' and
28112            ('ETH' or 'DOT1Q') and
28113            'L2BDMACLRN' and
28114            'VHOST_1024' and
28115            not 'VXLAN' and
28116            not 'IP4FWD' and
28117            not '2VM'"
28118   parameters:
28119   - "throughput"
28120   - "parent"
28121   - "tags"
28122 #  sort:
28123 #  - "VM"  # "not CFS_OPT"
28124 #  - "CFS_OPT"
28125 #  - "FIB_10K"
28126 #  - "FIB_100K"
28127 #  - "FIB_1M"
28128   layout:
28129     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
28130     layout: "plot-throughput-speedup-analysis"
28131
28132 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
28133 -
28134   type: "plot"
28135   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
28136   algorithm: "plot_throughput_speedup_analysis"
28137   output-file-type: ".html"
28138   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
28139   data: "plot-throughput-speedup-analysis-3n-hsw"
28140   filter: "'NIC_Intel-XL710' and
28141            '64B' and
28142            'NDRPDR' and
28143            ('ETH' or 'DOT1Q') and
28144            'BASE' and
28145            ('L2BDMACLRN' or 'L2XCFWD') and
28146            'VHOST_1024' and
28147            not 'VXLAN' and
28148            not 'IP4FWD' and
28149            not '2VM'"
28150   parameters:
28151   - "throughput"
28152   - "parent"
28153   - "tags"
28154 #  sort:
28155 #  - "not CFS_OPT"
28156 #  - "L2XCFWD"
28157 #  - "not CFS_OPT"
28158 #  - "CFS_OPT"
28159   layout:
28160     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
28161     layout: "plot-throughput-speedup-analysis"
28162
28163 -
28164   type: "plot"
28165   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
28166   algorithm: "plot_throughput_speedup_analysis"
28167   output-file-type: ".html"
28168   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
28169   data: "plot-throughput-speedup-analysis-3n-hsw"
28170   filter: "'NIC_Intel-XL710' and
28171            '64B' and
28172            'NDRPDR' and
28173            ('ETH' or 'DOT1Q') and
28174            'BASE' and
28175            ('L2BDMACLRN' or 'L2XCFWD') and
28176            'VHOST_1024' and
28177            not 'VXLAN' and
28178            not 'IP4FWD' and
28179            not '2VM'"
28180   parameters:
28181   - "throughput"
28182   - "parent"
28183   - "tags"
28184 #  sort:
28185 #  - "not CFS_OPT"
28186 #  - "L2XCFWD"
28187 #  - "not CFS_OPT"
28188 #  - "CFS_OPT"
28189   layout:
28190     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
28191     layout: "plot-throughput-speedup-analysis"
28192
28193 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
28194 -
28195   type: "plot"
28196   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
28197   algorithm: "plot_throughput_speedup_analysis"
28198   output-file-type: ".html"
28199   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
28200   data: "plot-throughput-speedup-analysis-3n-hsw"
28201   filter: "'NIC_Intel-XL710' and
28202            '64B' and
28203            'NDRPDR' and
28204            ('ETH' or 'DOT1Q') and
28205            ('L2BDMACLRN' or 'L2XCFWD') and
28206            'VHOST_1024' and
28207            not 'CFS_OPT' and
28208            not 'VXLAN' and
28209            not 'IP4FWD'"
28210   parameters:
28211   - "throughput"
28212   - "parent"
28213   - "tags"
28214 #  sort:
28215 #  - "1VM"
28216 #  - "L2XCFWD"
28217 #  - "1VM"
28218 #  - "L2BDMACLRN"
28219   layout:
28220     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
28221     layout: "plot-throughput-speedup-analysis"
28222
28223 -
28224   type: "plot"
28225   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
28226   algorithm: "plot_throughput_speedup_analysis"
28227   output-file-type: ".html"
28228   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
28229   data: "plot-throughput-speedup-analysis-3n-hsw"
28230   filter: "'NIC_Intel-XL710' and
28231            '64B' and
28232            'NDRPDR' and
28233            ('ETH' or 'DOT1Q') and
28234            ('L2BDMACLRN' or 'L2XCFWD') and
28235            'VHOST_1024' and
28236            not 'CFS_OPT' and
28237            not 'VXLAN' and
28238            not 'IP4FWD'"
28239   parameters:
28240   - "throughput"
28241   - "parent"
28242   - "tags"
28243 #  sort:
28244 #  - "1VM"
28245 #  - "L2XCFWD"
28246 #  - "1VM"
28247 #  - "L2BDMACLRN"
28248   layout:
28249     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
28250     layout: "plot-throughput-speedup-analysis"
28251
28252 # Packet Speedup - VPP vhost ip4 3n-skx-x710
28253 -
28254   type: "plot"
28255   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28256   algorithm: "plot_throughput_speedup_analysis"
28257   output-file-type: ".html"
28258   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28259   data: "plot-throughput-speedup-analysis-3n-skx"
28260   filter: "'NIC_Intel-X710' and
28261            '64B' and
28262            'NDRPDR' and
28263            'ETH' and
28264            'IP4FWD' and
28265            'VHOST_1024' and
28266            not 'VXLAN' and
28267            not 'DOT1Q'"
28268   parameters:
28269   - "throughput"
28270   - "parent"
28271   - "tags"
28272   sort:
28273   - "not CFS_OPT"
28274   - "1VM"
28275   - "2VM"
28276   layout:
28277     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
28278     layout: "plot-throughput-speedup-analysis"
28279
28280 -
28281   type: "plot"
28282   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28283   algorithm: "plot_throughput_speedup_analysis"
28284   output-file-type: ".html"
28285   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28286   data: "plot-throughput-speedup-analysis-3n-skx"
28287   filter: "'NIC_Intel-X710' and
28288            '64B' and
28289            'NDRPDR' and
28290            'ETH' and
28291            'IP4FWD' and
28292            'VHOST_1024' and
28293            not 'VXLAN' and
28294            not 'DOT1Q'"
28295   parameters:
28296   - "throughput"
28297   - "parent"
28298   - "tags"
28299   sort:
28300   - "not CFS_OPT"
28301   - "1VM"
28302   - "2VM"
28303   layout:
28304     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
28305     layout: "plot-throughput-speedup-analysis"
28306
28307 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
28308 -
28309   type: "plot"
28310   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28311   algorithm: "plot_throughput_speedup_analysis"
28312   output-file-type: ".html"
28313   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28314   data: "plot-throughput-speedup-analysis-3n-skx"
28315   filter: "'NIC_Intel-X710' and
28316            '64B' and
28317            'NDRPDR' and
28318            ('ETH' or 'DOT1Q') and
28319            'L2BDMACLRN' and
28320            'VHOST_1024' and
28321            not 'VXLAN' and
28322            not 'IP4FWD' and
28323            not '2VM'"
28324   parameters:
28325   - "throughput"
28326   - "parent"
28327   - "tags"
28328 #  sort:
28329 #  - "VM"  # "not CFS_OPT"
28330 #  - "CFS_OPT"
28331 #  - "FIB_10K"
28332 #  - "FIB_100K"
28333 #  - "FIB_1M"
28334   layout:
28335     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
28336     layout: "plot-throughput-speedup-analysis"
28337
28338 -
28339   type: "plot"
28340   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28341   algorithm: "plot_throughput_speedup_analysis"
28342   output-file-type: ".html"
28343   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28344   data: "plot-throughput-speedup-analysis-3n-skx"
28345   filter: "'NIC_Intel-X710' and
28346            '64B' and
28347            'NDRPDR' and
28348            ('ETH' or 'DOT1Q') and
28349            'L2BDMACLRN' and
28350            'VHOST_1024' and
28351            not 'VXLAN' and
28352            not 'IP4FWD' and
28353            not '2VM'"
28354   parameters:
28355   - "throughput"
28356   - "parent"
28357   - "tags"
28358 #  sort:
28359 #  - "VM"  # "not CFS_OPT"
28360 #  - "CFS_OPT"
28361 #  - "FIB_10K"
28362 #  - "FIB_100K"
28363 #  - "FIB_1M"
28364   layout:
28365     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
28366     layout: "plot-throughput-speedup-analysis"
28367
28368 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
28369 -
28370   type: "plot"
28371   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
28372   algorithm: "plot_throughput_speedup_analysis"
28373   output-file-type: ".html"
28374   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
28375   data: "plot-throughput-speedup-analysis-3n-skx"
28376   filter: "'NIC_Intel-X710' and
28377            '64B' and
28378            'NDRPDR' and
28379            ('ETH' or 'DOT1Q') and
28380            'BASE' and
28381            ('L2BDMACLRN' or 'L2XCFWD') and
28382            'VHOST_1024' and
28383            not 'VXLAN' and
28384            not 'IP4FWD' and
28385            not '2VM' and
28386            not 'LBOND'"
28387   parameters:
28388   - "throughput"
28389   - "parent"
28390   - "tags"
28391 #  sort:
28392 #  - "not CFS_OPT"
28393 #  - "L2XCFWD"
28394 #  - "not CFS_OPT"
28395 #  - "CFS_OPT"
28396   layout:
28397     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
28398     layout: "plot-throughput-speedup-analysis"
28399
28400 -
28401   type: "plot"
28402   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
28403   algorithm: "plot_throughput_speedup_analysis"
28404   output-file-type: ".html"
28405   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
28406   data: "plot-throughput-speedup-analysis-3n-skx"
28407   filter: "'NIC_Intel-X710' and
28408            '64B' and
28409            'NDRPDR' and
28410            ('ETH' or 'DOT1Q') and
28411            'BASE' and
28412            ('L2BDMACLRN' or 'L2XCFWD') and
28413            'VHOST_1024' and
28414            not 'VXLAN' and
28415            not 'IP4FWD' and
28416            not '2VM' and
28417            not 'LBOND'"
28418   parameters:
28419   - "throughput"
28420   - "parent"
28421   - "tags"
28422 #  sort:
28423 #  - "not CFS_OPT"
28424 #  - "L2XCFWD"
28425 #  - "not CFS_OPT"
28426 #  - "CFS_OPT"
28427   layout:
28428     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
28429     layout: "plot-throughput-speedup-analysis"
28430
28431 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
28432 -
28433   type: "plot"
28434   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
28435   algorithm: "plot_throughput_speedup_analysis"
28436   output-file-type: ".html"
28437   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
28438   data: "plot-throughput-speedup-analysis-3n-skx"
28439   filter: "'NIC_Intel-X710' and
28440            '64B' and
28441            'NDRPDR' and
28442            ('ETH' or 'DOT1Q') and
28443            ('L2BDMACLRN' or 'L2XCFWD') and
28444            'VHOST_1024' and
28445            not 'CFS_OPT' and
28446            not 'VXLAN' and
28447            not 'IP4FWD' and
28448            not 'LBOND'"
28449   parameters:
28450   - "throughput"
28451   - "parent"
28452   - "tags"
28453 #  sort:
28454 #  - "1VM"
28455 #  - "L2XCFWD"
28456 #  - "1VM"
28457 #  - "L2BDMACLRN"
28458   layout:
28459     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
28460     layout: "plot-throughput-speedup-analysis"
28461
28462 -
28463   type: "plot"
28464   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
28465   algorithm: "plot_throughput_speedup_analysis"
28466   output-file-type: ".html"
28467   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
28468   data: "plot-throughput-speedup-analysis-3n-skx"
28469   filter: "'NIC_Intel-X710' and
28470            '64B' and
28471            'NDRPDR' and
28472            ('ETH' or 'DOT1Q') and
28473            ('L2BDMACLRN' or 'L2XCFWD') and
28474            'VHOST_1024' and
28475            not 'CFS_OPT' and
28476            not 'VXLAN' and
28477            not 'IP4FWD' and
28478            not 'LBOND'"
28479   parameters:
28480   - "throughput"
28481   - "parent"
28482   - "tags"
28483 #  sort:
28484 #  - "1VM"
28485 #  - "L2XCFWD"
28486 #  - "1VM"
28487 #  - "L2BDMACLRN"
28488   layout:
28489     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
28490     layout: "plot-throughput-speedup-analysis"
28491
28492 # Packet Speedup - VPP vhost ip4 2n-skx-x710
28493 -
28494   type: "plot"
28495   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28496   algorithm: "plot_throughput_speedup_analysis"
28497   output-file-type: ".html"
28498   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28499   data: "plot-throughput-speedup-analysis-2n-skx"
28500   filter: "'NIC_Intel-X710' and
28501            '64B' and
28502            'NDRPDR' and
28503            'ETH' and
28504            'IP4FWD' and
28505            'VHOST_1024' and
28506            not 'VXLAN' and
28507            not 'NF_DENSITY' and
28508            not 'DOT1Q'"
28509   parameters:
28510   - "throughput"
28511   - "parent"
28512   - "tags"
28513   sort:
28514   - "not CFS_OPT"
28515   - "1VM"
28516   - "2VM"
28517   layout:
28518     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
28519     layout: "plot-throughput-speedup-analysis"
28520
28521 -
28522   type: "plot"
28523   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28524   algorithm: "plot_throughput_speedup_analysis"
28525   output-file-type: ".html"
28526   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28527   data: "plot-throughput-speedup-analysis-2n-skx"
28528   filter: "'NIC_Intel-X710' and
28529            '64B' and
28530            'NDRPDR' and
28531            'ETH' and
28532            'IP4FWD' and
28533            'VHOST_1024' and
28534            not 'VXLAN' and
28535            not 'NF_DENSITY' and
28536            not 'DOT1Q'"
28537   parameters:
28538   - "throughput"
28539   - "parent"
28540   - "tags"
28541   sort:
28542   - "not CFS_OPT"
28543   - "1VM"
28544   - "2VM"
28545   layout:
28546     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
28547     layout: "plot-throughput-speedup-analysis"
28548
28549 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
28550 -
28551   type: "plot"
28552   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28553   algorithm: "plot_throughput_speedup_analysis"
28554   output-file-type: ".html"
28555   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28556   data: "plot-throughput-speedup-analysis-2n-skx"
28557   filter: "'NIC_Intel-X710' and
28558            '64B' and
28559            'NDRPDR' and
28560            ('ETH' or 'DOT1Q') and
28561            'L2BDMACLRN' and
28562            'VHOST_1024' and
28563            not 'VXLAN' and
28564            not 'NF_DENSITY' and
28565            not 'IP4FWD' and
28566            not '2VM'"
28567   parameters:
28568   - "throughput"
28569   - "parent"
28570   - "tags"
28571 #  sort:
28572 #  - "VM"  # "not CFS_OPT"
28573 #  - "CFS_OPT"
28574 #  - "FIB_10K"
28575 #  - "FIB_100K"
28576 #  - "FIB_1M"
28577   layout:
28578     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
28579     layout: "plot-throughput-speedup-analysis"
28580
28581 -
28582   type: "plot"
28583   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28584   algorithm: "plot_throughput_speedup_analysis"
28585   output-file-type: ".html"
28586   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28587   data: "plot-throughput-speedup-analysis-2n-skx"
28588   filter: "'NIC_Intel-X710' and
28589            '64B' and
28590            'NDRPDR' and
28591            ('ETH' or 'DOT1Q') and
28592            'L2BDMACLRN' and
28593            'VHOST_1024' and
28594            not 'VXLAN' and
28595            not 'NF_DENSITY' and
28596            not 'IP4FWD' and
28597            not '2VM'"
28598   parameters:
28599   - "throughput"
28600   - "parent"
28601   - "tags"
28602 #  sort:
28603 #  - "VM"  # "not CFS_OPT"
28604 #  - "CFS_OPT"
28605 #  - "FIB_10K"
28606 #  - "FIB_100K"
28607 #  - "FIB_1M"
28608   layout:
28609     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
28610     layout: "plot-throughput-speedup-analysis"
28611
28612 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
28613 -
28614   type: "plot"
28615   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
28616   algorithm: "plot_throughput_speedup_analysis"
28617   output-file-type: ".html"
28618   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
28619   data: "plot-throughput-speedup-analysis-2n-skx"
28620   filter: "'NIC_Intel-X710' and
28621            '64B' and
28622            'NDRPDR' and
28623            ('ETH' or 'DOT1Q') and
28624            'BASE' and
28625            ('L2BDMACLRN' or 'L2XCFWD') and
28626            'VHOST_1024' and
28627            not 'VXLAN' and
28628            not 'NF_DENSITY' and
28629            not 'IP4FWD' and
28630            not '2VM'"
28631   parameters:
28632   - "throughput"
28633   - "parent"
28634   - "tags"
28635 #  sort:
28636 #  - "not CFS_OPT"
28637 #  - "L2XCFWD"
28638 #  - "not CFS_OPT"
28639 #  - "CFS_OPT"
28640   layout:
28641     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
28642     layout: "plot-throughput-speedup-analysis"
28643
28644 -
28645   type: "plot"
28646   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
28647   algorithm: "plot_throughput_speedup_analysis"
28648   output-file-type: ".html"
28649   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
28650   data: "plot-throughput-speedup-analysis-2n-skx"
28651   filter: "'NIC_Intel-X710' and
28652            '64B' and
28653            'NDRPDR' and
28654            ('ETH' or 'DOT1Q') and
28655            'BASE' and
28656            ('L2BDMACLRN' or 'L2XCFWD') and
28657            'VHOST_1024' and
28658            not 'VXLAN' and
28659            not 'NF_DENSITY' and
28660            not 'IP4FWD' and
28661            not '2VM'"
28662   parameters:
28663   - "throughput"
28664   - "parent"
28665   - "tags"
28666 #  sort:
28667 #  - "not CFS_OPT"
28668 #  - "L2XCFWD"
28669 #  - "not CFS_OPT"
28670 #  - "CFS_OPT"
28671   layout:
28672     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
28673     layout: "plot-throughput-speedup-analysis"
28674
28675 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
28676 -
28677   type: "plot"
28678   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
28679   algorithm: "plot_throughput_speedup_analysis"
28680   output-file-type: ".html"
28681   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
28682   data: "plot-throughput-speedup-analysis-2n-skx"
28683   filter: "'NIC_Intel-X710' and
28684            '64B' and
28685            'NDRPDR' and
28686            ('ETH' or 'DOT1Q') and
28687            ('L2BDMACLRN' or 'L2XCFWD') and
28688            'VHOST_1024' and
28689            not 'CFS_OPT' and
28690            not 'VXLAN' and
28691            not 'NF_DENSITY' and
28692            not 'IP4FWD'"
28693   parameters:
28694   - "throughput"
28695   - "parent"
28696   - "tags"
28697 #  sort:
28698 #  - "1VM"
28699 #  - "L2XCFWD"
28700 #  - "1VM"
28701 #  - "L2BDMACLRN"
28702   layout:
28703     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
28704     layout: "plot-throughput-speedup-analysis"
28705
28706 -
28707   type: "plot"
28708   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
28709   algorithm: "plot_throughput_speedup_analysis"
28710   output-file-type: ".html"
28711   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
28712   data: "plot-throughput-speedup-analysis-2n-skx"
28713   filter: "'NIC_Intel-X710' and
28714            '64B' and
28715            'NDRPDR' and
28716            ('ETH' or 'DOT1Q') and
28717            ('L2BDMACLRN' or 'L2XCFWD') and
28718            'VHOST_1024' and
28719            not 'CFS_OPT' and
28720            not 'VXLAN' and
28721            not 'NF_DENSITY' and
28722            not 'IP4FWD'"
28723   parameters:
28724   - "throughput"
28725   - "parent"
28726   - "tags"
28727 #  sort:
28728 #  - "1VM"
28729 #  - "L2XCFWD"
28730 #  - "1VM"
28731 #  - "L2BDMACLRN"
28732   layout:
28733     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
28734     layout: "plot-throughput-speedup-analysis"
28735
28736 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
28737 -
28738   type: "plot"
28739   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28740   algorithm: "plot_throughput_speedup_analysis"
28741   output-file-type: ".html"
28742   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28743   data: "plot-throughput-speedup-analysis-2n-skx"
28744   filter: "'NIC_Intel-XXV710' and
28745            '64B' and
28746            'NDRPDR' and
28747            'ETH' and
28748            'IP4FWD' and
28749            'VHOST_1024' and
28750            not 'VXLAN' and
28751            not 'DOT1Q'"
28752   parameters:
28753   - "throughput"
28754   - "parent"
28755   - "tags"
28756   sort:
28757   - "not CFS_OPT"
28758   - "1VM"
28759   - "2VM"
28760   layout:
28761     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
28762     layout: "plot-throughput-speedup-analysis"
28763
28764 -
28765   type: "plot"
28766   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28767   algorithm: "plot_throughput_speedup_analysis"
28768   output-file-type: ".html"
28769   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28770   data: "plot-throughput-speedup-analysis-2n-skx"
28771   filter: "'NIC_Intel-XXV710' and
28772            '64B' and
28773            'NDRPDR' and
28774            'ETH' and
28775            'IP4FWD' and
28776            'VHOST_1024' and
28777            not 'VXLAN' and
28778            not 'DOT1Q'"
28779   parameters:
28780   - "throughput"
28781   - "parent"
28782   - "tags"
28783   sort:
28784   - "not CFS_OPT"
28785   - "1VM"
28786   - "2VM"
28787   layout:
28788     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
28789     layout: "plot-throughput-speedup-analysis"
28790
28791 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
28792 -
28793   type: "plot"
28794   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28795   algorithm: "plot_throughput_speedup_analysis"
28796   output-file-type: ".html"
28797   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28798   data: "plot-throughput-speedup-analysis-2n-skx"
28799   filter: "'NIC_Intel-XXV710' and
28800            '64B' and
28801            'NDRPDR' and
28802            ('ETH' or 'DOT1Q') and
28803            'L2BDMACLRN' and
28804            'VHOST_1024' and
28805            not 'VXLAN' and
28806            not 'IP4FWD' and
28807            not '2VM'"
28808   parameters:
28809   - "throughput"
28810   - "parent"
28811   - "tags"
28812 #  sort:
28813 #  - "VM"  # "not CFS_OPT"
28814 #  - "CFS_OPT"
28815 #  - "FIB_10K"
28816 #  - "FIB_100K"
28817 #  - "FIB_1M"
28818   layout:
28819     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
28820     layout: "plot-throughput-speedup-analysis"
28821
28822 -
28823   type: "plot"
28824   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28825   algorithm: "plot_throughput_speedup_analysis"
28826   output-file-type: ".html"
28827   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28828   data: "plot-throughput-speedup-analysis-2n-skx"
28829   filter: "'NIC_Intel-XXV710' and
28830            '64B' and
28831            'NDRPDR' and
28832            ('ETH' or 'DOT1Q') and
28833            'L2BDMACLRN' and
28834            'VHOST_1024' and
28835            not 'VXLAN' and
28836            not 'IP4FWD' and
28837            not '2VM'"
28838   parameters:
28839   - "throughput"
28840   - "parent"
28841   - "tags"
28842 #  sort:
28843 #  - "VM"  # "not CFS_OPT"
28844 #  - "CFS_OPT"
28845 #  - "FIB_10K"
28846 #  - "FIB_100K"
28847 #  - "FIB_1M"
28848   layout:
28849     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
28850     layout: "plot-throughput-speedup-analysis"
28851
28852 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
28853 -
28854   type: "plot"
28855   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
28856   algorithm: "plot_throughput_speedup_analysis"
28857   output-file-type: ".html"
28858   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
28859   data: "plot-throughput-speedup-analysis-2n-skx"
28860   filter: "'NIC_Intel-XXV710' and
28861            '64B' and
28862            'NDRPDR' and
28863            ('ETH' or 'DOT1Q') and
28864            'BASE' and
28865            ('L2BDMACLRN' or 'L2XCFWD') and
28866            'VHOST_1024' and
28867            not 'VXLAN' and
28868            not 'IP4FWD' and
28869            not '2VM'"
28870   parameters:
28871   - "throughput"
28872   - "parent"
28873   - "tags"
28874 #  sort:
28875 #  - "not CFS_OPT"
28876 #  - "L2XCFWD"
28877 #  - "not CFS_OPT"
28878 #  - "CFS_OPT"
28879   layout:
28880     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
28881     layout: "plot-throughput-speedup-analysis"
28882
28883 -
28884   type: "plot"
28885   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
28886   algorithm: "plot_throughput_speedup_analysis"
28887   output-file-type: ".html"
28888   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
28889   data: "plot-throughput-speedup-analysis-2n-skx"
28890   filter: "'NIC_Intel-XXV710' and
28891            '64B' and
28892            'NDRPDR' and
28893            ('ETH' or 'DOT1Q') and
28894            'BASE' and
28895            ('L2BDMACLRN' or 'L2XCFWD') and
28896            'VHOST_1024' and
28897            not 'VXLAN' and
28898            not 'IP4FWD' and
28899            not '2VM'"
28900   parameters:
28901   - "throughput"
28902   - "parent"
28903   - "tags"
28904 #  sort:
28905 #  - "not CFS_OPT"
28906 #  - "L2XCFWD"
28907 #  - "not CFS_OPT"
28908 #  - "CFS_OPT"
28909   layout:
28910     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
28911     layout: "plot-throughput-speedup-analysis"
28912
28913 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
28914 -
28915   type: "plot"
28916   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
28917   algorithm: "plot_throughput_speedup_analysis"
28918   output-file-type: ".html"
28919   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
28920   data: "plot-throughput-speedup-analysis-2n-skx"
28921   filter: "'NIC_Intel-XXV710' and
28922            '64B' and
28923            'NDRPDR' and
28924            ('ETH' or 'DOT1Q') and
28925            ('L2BDMACLRN' or 'L2XCFWD') and
28926            'VHOST_1024' and
28927            not 'CFS_OPT' and
28928            not 'VXLAN' and
28929            not 'IP4FWD'"
28930   parameters:
28931   - "throughput"
28932   - "parent"
28933   - "tags"
28934 #  sort:
28935 #  - "1VM"
28936 #  - "L2XCFWD"
28937 #  - "1VM"
28938 #  - "L2BDMACLRN"
28939   layout:
28940     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
28941     layout: "plot-throughput-speedup-analysis"
28942
28943 -
28944   type: "plot"
28945   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
28946   algorithm: "plot_throughput_speedup_analysis"
28947   output-file-type: ".html"
28948   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
28949   data: "plot-throughput-speedup-analysis-2n-skx"
28950   filter: "'NIC_Intel-XXV710' and
28951            '64B' and
28952            'NDRPDR' and
28953            ('ETH' or 'DOT1Q') and
28954            ('L2BDMACLRN' or 'L2XCFWD') and
28955            'VHOST_1024' and
28956            not 'CFS_OPT' and
28957            not 'VXLAN' and
28958            not 'IP4FWD'"
28959   parameters:
28960   - "throughput"
28961   - "parent"
28962   - "tags"
28963 #  sort:
28964 #  - "1VM"
28965 #  - "L2XCFWD"
28966 #  - "1VM"
28967 #  - "L2BDMACLRN"
28968   layout:
28969     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
28970     layout: "plot-throughput-speedup-analysis"
28971
28972 ################################################################################
28973
28974 # Speedup - VPP vts 3n-hsw-x520
28975 -
28976   type: "plot"
28977   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
28978   algorithm: "plot_throughput_speedup_analysis"
28979   output-file-type: ".html"
28980   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
28981   data: "plot-throughput-speedup-analysis-3n-hsw"
28982   filter: "'NIC_Intel-X520-DA2' and
28983            '114B' and
28984            'NDRPDR' and
28985            'VTS'"
28986   parameters:
28987   - "throughput"
28988   - "parent"
28989   - "tags"
28990   layout:
28991     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
28992     layout: "plot-throughput-speedup-analysis"
28993
28994 -
28995   type: "plot"
28996   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28997   algorithm: "plot_throughput_speedup_analysis"
28998   output-file-type: ".html"
28999   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29000   data: "plot-throughput-speedup-analysis-3n-hsw"
29001   filter: "'NIC_Intel-X520-DA2' and
29002            '114B' and
29003            'NDRPDR' and
29004            'VTS'"
29005   parameters:
29006   - "throughput"
29007   - "parent"
29008   - "tags"
29009   layout:
29010     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29011     layout: "plot-throughput-speedup-analysis"