CSIT-1440: Re-organize graphs in report
[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   - "L2PATCH"
5915   - "L2XCFWD"
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   - "L2PATCH"
5950   - "L2XCFWD"
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   - "L2PATCH"
5985   - "L2XCFWD"
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   - "L2PATCH"
6020   - "L2XCFWD"
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 'L2OVRLAY' and
6049            not 'MEMIF'"
6050   parameters:
6051   - "throughput"
6052   - "parent"
6053   - "tags"
6054   sort:
6055   - "L2XCBASE"    # l2xcbase
6056   - "L2BDBASE"    # l2bdbase
6057   - "L2XCFWD"     # dot1q-l2xcbase
6058   - "L2BDMACLRN"  # dot1q-l2bdbase
6059   traces:
6060     hoverinfo: "x+y"
6061     boxpoints: "outliers"
6062     whiskerwidth: 0
6063   layout:
6064     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6065     layout: "plot-throughput"
6066
6067 -
6068   type: "plot"
6069   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6070   algorithm: "plot_performance_box"
6071   output-file-type: ".html"
6072   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6073   data: "plot-vpp-throughput-latency-3n-hsw"
6074   filter: "'NIC_Intel-X710' and
6075            '64B' and
6076            'NDRPDR' and
6077            '1T1C' and
6078            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6079            not 'ACL' and
6080            not 'VHOST' and
6081            not 'L2OVRLAY' and
6082            not 'MEMIF'"
6083   parameters:
6084   - "throughput"
6085   - "parent"
6086   - "tags"
6087   sort:
6088   - "L2XCBASE"    # l2xcbase
6089   - "L2BDBASE"    # l2bdbase
6090   - "L2XCFWD"     # dot1q-l2xcbase
6091   - "L2BDMACLRN"  # dot1q-l2bdbase
6092   traces:
6093     hoverinfo: "x+y"
6094     boxpoints: "outliers"
6095     whiskerwidth: 0
6096   layout:
6097     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6098     layout: "plot-throughput"
6099
6100 -
6101   type: "plot"
6102   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6103   algorithm: "plot_performance_box"
6104   output-file-type: ".html"
6105   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6106   data: "plot-vpp-throughput-latency-3n-hsw"
6107   filter: "'NIC_Intel-X710' and
6108            '64B' and
6109            'NDRPDR' and
6110            '2T2C' and
6111            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6112            not 'ACL' and
6113            not 'VHOST' and
6114            not 'L2OVRLAY' and
6115            not 'MEMIF'"
6116   parameters:
6117   - "throughput"
6118   - "parent"
6119   - "tags"
6120   sort:
6121   - "L2XCBASE"    # l2xcbase
6122   - "L2BDBASE"    # l2bdbase
6123   - "L2XCFWD"     # dot1q-l2xcbase
6124   - "L2BDMACLRN"  # dot1q-l2bdbase
6125   traces:
6126     hoverinfo: "x+y"
6127     boxpoints: "outliers"
6128     whiskerwidth: 0
6129   layout:
6130     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6131     layout: "plot-throughput"
6132
6133 -
6134   type: "plot"
6135   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6136   algorithm: "plot_performance_box"
6137   output-file-type: ".html"
6138   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6139   data: "plot-vpp-throughput-latency-3n-hsw"
6140   filter: "'NIC_Intel-X710' and
6141            '64B' and
6142            'NDRPDR' and
6143            '2T2C' and
6144            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6145            not 'ACL' and
6146            not 'VHOST' and
6147            not 'L2OVRLAY' and
6148            not 'MEMIF'"
6149   parameters:
6150   - "throughput"
6151   - "parent"
6152   - "tags"
6153   sort:
6154   - "L2XCBASE"    # l2xcbase
6155   - "L2BDBASE"    # l2bdbase
6156   - "L2XCFWD"     # dot1q-l2xcbase
6157   - "L2BDMACLRN"  # dot1q-l2bdbase
6158   traces:
6159     hoverinfo: "x+y"
6160     boxpoints: "outliers"
6161     whiskerwidth: 0
6162   layout:
6163     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6164     layout: "plot-throughput"
6165
6166 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
6167 -
6168   type: "plot"
6169   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
6170   algorithm: "plot_performance_box"
6171   output-file-type: ".html"
6172   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
6173   data: "plot-vpp-throughput-latency-3n-hsw"
6174   filter: "'NIC_Intel-XL710' and
6175            '64B' and
6176            'BASE' and
6177            'NDRPDR' and
6178            'ETH' and
6179            '1T1C' and
6180            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6181            not 'VHOST' and
6182            not 'MEMIF'"
6183   parameters:
6184   - "throughput"
6185   - "parent"
6186   - "tags"
6187   sort:
6188   - "L2PATCH"
6189   - "L2XCFWD"
6190   - "L2BDMACLRN"
6191   traces:
6192     hoverinfo: "x+y"
6193     boxpoints: "outliers"
6194     whiskerwidth: 0
6195   layout:
6196     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
6197     layout: "plot-throughput"
6198
6199 -
6200   type: "plot"
6201   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
6202   algorithm: "plot_performance_box"
6203   output-file-type: ".html"
6204   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
6205   data: "plot-vpp-throughput-latency-3n-hsw"
6206   filter: "'NIC_Intel-XL710' and
6207            '64B' and
6208            'BASE' and
6209            'NDRPDR' and
6210            'ETH' and
6211            '1T1C' and
6212            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6213            not 'VHOST' and
6214            not 'MEMIF'"
6215   parameters:
6216   - "throughput"
6217   - "parent"
6218   - "tags"
6219   sort:
6220   - "L2PATCH"
6221   - "L2XCFWD"
6222   - "L2BDMACLRN"
6223   traces:
6224     hoverinfo: "x+y"
6225     boxpoints: "outliers"
6226     whiskerwidth: 0
6227   layout:
6228     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
6229     layout: "plot-throughput"
6230
6231 -
6232   type: "plot"
6233   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
6234   algorithm: "plot_performance_box"
6235   output-file-type: ".html"
6236   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
6237   data: "plot-vpp-throughput-latency-3n-hsw"
6238   filter: "'NIC_Intel-XL710' and
6239            '64B' and
6240            'BASE' and
6241            'NDRPDR' and
6242            'ETH' and
6243            '2T2C' and
6244            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6245            not 'VHOST' and
6246            not 'MEMIF'"
6247   parameters:
6248   - "throughput"
6249   - "parent"
6250   - "tags"
6251   sort:
6252   - "L2PATCH"
6253   - "L2XCFWD"
6254   - "L2BDMACLRN"
6255   traces:
6256     hoverinfo: "x+y"
6257     boxpoints: "outliers"
6258     whiskerwidth: 0
6259   layout:
6260     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
6261     layout: "plot-throughput"
6262
6263 -
6264   type: "plot"
6265   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
6266   algorithm: "plot_performance_box"
6267   output-file-type: ".html"
6268   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
6269   data: "plot-vpp-throughput-latency-3n-hsw"
6270   filter: "'NIC_Intel-XL710' and
6271            '64B' and
6272            'BASE' and
6273            'NDRPDR' and
6274            'ETH' and
6275            '2T2C' and
6276            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6277            not 'VHOST' and
6278            not 'MEMIF'"
6279   parameters:
6280   - "throughput"
6281   - "parent"
6282   - "tags"
6283   sort:
6284   - "L2PATCH"
6285   - "L2XCFWD"
6286   - "L2BDMACLRN"
6287   traces:
6288     hoverinfo: "x+y"
6289     boxpoints: "outliers"
6290     whiskerwidth: 0
6291   layout:
6292     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
6293     layout: "plot-throughput"
6294
6295 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
6296 -
6297   type: "plot"
6298   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6299   algorithm: "plot_performance_box"
6300   output-file-type: ".html"
6301   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6302   data: "plot-vpp-throughput-latency-3n-skx"
6303   filter: "'NIC_Intel-X710' and
6304            '64B' and
6305            ('BASE' or 'SCALE') and
6306            'NDRPDR' and
6307            'ETH' and
6308            '2T1C' and
6309            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6310            not 'VHOST' and
6311            not 'MEMIF' and
6312            not 'DRV_AVF'"
6313   parameters:
6314   - "throughput"
6315   - "parent"
6316   - "tags"
6317   sort:
6318   - "L2PATCH"
6319   - "L2XCBASE"
6320   - "BASE"
6321   - "FIB_10K"
6322   - "FIB_100K"
6323   - "FIB_1M"
6324   traces:
6325     hoverinfo: "x+y"
6326     boxpoints: "outliers"
6327     whiskerwidth: 0
6328   layout:
6329     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6330     layout: "plot-throughput"
6331
6332 -
6333   type: "plot"
6334   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6335   algorithm: "plot_performance_box"
6336   output-file-type: ".html"
6337   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6338   data: "plot-vpp-throughput-latency-3n-skx"
6339   filter: "'NIC_Intel-X710' and
6340            '64B' and
6341            ('BASE' or 'SCALE') and
6342            'NDRPDR' and
6343            'ETH' and
6344            '2T1C' and
6345            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6346            not 'VHOST' and
6347            not 'MEMIF' and
6348            not 'DRV_AVF'"
6349   parameters:
6350   - "throughput"
6351   - "parent"
6352   - "tags"
6353   sort:
6354   - "L2PATCH"
6355   - "L2XCBASE"
6356   - "BASE"
6357   - "FIB_10K"
6358   - "FIB_100K"
6359   - "FIB_1M"
6360   traces:
6361     hoverinfo: "x+y"
6362     boxpoints: "outliers"
6363     whiskerwidth: 0
6364   layout:
6365     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6366     layout: "plot-throughput"
6367
6368 -
6369   type: "plot"
6370   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6371   algorithm: "plot_performance_box"
6372   output-file-type: ".html"
6373   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6374   data: "plot-vpp-throughput-latency-3n-skx"
6375   filter: "'NIC_Intel-X710' and
6376            '64B' and
6377            ('BASE' or 'SCALE') and
6378            'NDRPDR' and
6379            'ETH' and
6380            '4T2C' and
6381            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6382            not 'VHOST' and
6383            not 'MEMIF' and
6384            not 'DRV_AVF'"
6385   parameters:
6386   - "throughput"
6387   - "parent"
6388   - "tags"
6389   sort:
6390   - "L2PATCH"
6391   - "L2XCBASE"
6392   - "BASE"
6393   - "FIB_10K"
6394   - "FIB_100K"
6395   - "FIB_1M"
6396   traces:
6397     hoverinfo: "x+y"
6398     boxpoints: "outliers"
6399     whiskerwidth: 0
6400   layout:
6401     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6402     layout: "plot-throughput"
6403
6404 -
6405   type: "plot"
6406   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6407   algorithm: "plot_performance_box"
6408   output-file-type: ".html"
6409   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6410   data: "plot-vpp-throughput-latency-3n-skx"
6411   filter: "'NIC_Intel-X710' and
6412            '64B' and
6413            ('BASE' or 'SCALE') and
6414            'NDRPDR' and
6415            'ETH' and
6416            '4T2C' and
6417            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6418            not 'VHOST' and
6419            not 'MEMIF' and
6420            not 'DRV_AVF'"
6421   parameters:
6422   - "throughput"
6423   - "parent"
6424   - "tags"
6425   sort:
6426   - "L2PATCH"
6427   - "L2XCBASE"
6428   - "BASE"
6429   - "FIB_10K"
6430   - "FIB_100K"
6431   - "FIB_1M"
6432   traces:
6433     hoverinfo: "x+y"
6434     boxpoints: "outliers"
6435     whiskerwidth: 0
6436   layout:
6437     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6438     layout: "plot-throughput"
6439
6440 # Packet Throughput - VPP L2 3n-skx-x710 features
6441 -
6442   type: "plot"
6443   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6444   algorithm: "plot_performance_box"
6445   output-file-type: ".html"
6446   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6447   data: "plot-vpp-throughput-latency-3n-skx"
6448   filter: "'NIC_Intel-X710' and
6449            '64B' and
6450            'NDRPDR' and
6451            '2T1C' and
6452            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6453            not 'ACL' and
6454            not 'VHOST' and
6455            not 'DRV_AVF' and
6456            not 'L2OVRLAY' and
6457            not 'MEMIF'"
6458   parameters:
6459   - "throughput"
6460   - "parent"
6461   - "tags"
6462   sort:
6463   - "L2XCBASE"    # l2xcbase
6464   - "L2BDBASE"    # l2bdbase
6465   - "L2XCFWD"     # dot1q-l2xcbase
6466   - "L2BDMACLRN"  # dot1q-l2bdbase
6467   traces:
6468     hoverinfo: "x+y"
6469     boxpoints: "outliers"
6470     whiskerwidth: 0
6471   layout:
6472     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6473     layout: "plot-throughput"
6474
6475 -
6476   type: "plot"
6477   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6478   algorithm: "plot_performance_box"
6479   output-file-type: ".html"
6480   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6481   data: "plot-vpp-throughput-latency-3n-skx"
6482   filter: "'NIC_Intel-X710' and
6483            '64B' and
6484            'NDRPDR' and
6485            '2T1C' and
6486            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6487            not 'ACL' and
6488            not 'VHOST' and
6489            not 'DRV_AVF' and
6490            not 'L2OVRLAY' and
6491            not 'MEMIF'"
6492   parameters:
6493   - "throughput"
6494   - "parent"
6495   - "tags"
6496   sort:
6497   - "L2XCBASE"    # l2xcbase
6498   - "L2BDBASE"    # l2bdbase
6499   - "L2XCFWD"     # dot1q-l2xcbase
6500   - "L2BDMACLRN"  # dot1q-l2bdbase
6501   traces:
6502     hoverinfo: "x+y"
6503     boxpoints: "outliers"
6504     whiskerwidth: 0
6505   layout:
6506     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6507     layout: "plot-throughput"
6508
6509 -
6510   type: "plot"
6511   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6512   algorithm: "plot_performance_box"
6513   output-file-type: ".html"
6514   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6515   data: "plot-vpp-throughput-latency-3n-skx"
6516   filter: "'NIC_Intel-X710' and
6517            '64B' and
6518            'NDRPDR' and
6519            '4T2C' and
6520            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6521            not 'ACL' and
6522            not 'VHOST' and
6523            not 'DRV_AVF' and
6524            not 'L2OVRLAY' and
6525            not 'MEMIF'"
6526   parameters:
6527   - "throughput"
6528   - "parent"
6529   - "tags"
6530   sort:
6531   - "L2XCBASE"    # l2xcbase
6532   - "L2BDBASE"    # l2bdbase
6533   - "L2XCFWD"     # dot1q-l2xcbase
6534   - "L2BDMACLRN"  # dot1q-l2bdbase
6535   traces:
6536     hoverinfo: "x+y"
6537     boxpoints: "outliers"
6538     whiskerwidth: 0
6539   layout:
6540     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6541     layout: "plot-throughput"
6542
6543 -
6544   type: "plot"
6545   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6546   algorithm: "plot_performance_box"
6547   output-file-type: ".html"
6548   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6549   data: "plot-vpp-throughput-latency-3n-skx"
6550   filter: "'NIC_Intel-X710' and
6551            '64B' and
6552            'NDRPDR' and
6553            '4T2C' and
6554            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6555            not 'ACL' and
6556            not 'VHOST' and
6557            not 'DRV_AVF' and
6558            not 'L2OVRLAY' 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-ndr"
6581   algorithm: "plot_performance_box"
6582   output-file-type: ".html"
6583   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-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'"
6594   parameters:
6595   - "throughput"
6596   - "parent"
6597   - "tags"
6598   sort:
6599   - "L2PATCH"
6600   - "L2PATCH"
6601   - "L2XCBASE"
6602   - "L2BDMACLRN"
6603   traces:
6604     hoverinfo: "x+y"
6605     boxpoints: "outliers"
6606     whiskerwidth: 0
6607   layout:
6608     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
6609     layout: "plot-throughput"
6610
6611 -
6612   type: "plot"
6613   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
6614   algorithm: "plot_performance_box"
6615   output-file-type: ".html"
6616   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
6617   data: "plot-vpp-throughput-latency-3n-skx"
6618   filter: "'NIC_Intel-XXV710' and
6619            '64B' and
6620            ('BASE' or 'SCALE') and
6621            'NDRPDR' and
6622            'ETH' and
6623            '2T1C' and
6624            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6625            not 'VHOST' and
6626            not 'MEMIF'"
6627   parameters:
6628   - "throughput"
6629   - "parent"
6630   - "tags"
6631   sort:
6632   - "L2PATCH"
6633   - "L2PATCH"
6634   - "L2XCBASE"
6635   - "L2BDMACLRN"
6636   traces:
6637     hoverinfo: "x+y"
6638     boxpoints: "outliers"
6639     whiskerwidth: 0
6640   layout:
6641     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
6642     layout: "plot-throughput"
6643
6644 -
6645   type: "plot"
6646   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
6647   algorithm: "plot_performance_box"
6648   output-file-type: ".html"
6649   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
6650   data: "plot-vpp-throughput-latency-3n-skx"
6651   filter: "'NIC_Intel-XXV710' and
6652            '64B' and
6653            ('BASE' or 'SCALE') and
6654            'NDRPDR' and
6655            'ETH' and
6656            '4T2C' and
6657            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6658            not 'VHOST' and
6659            not 'MEMIF'"
6660   parameters:
6661   - "throughput"
6662   - "parent"
6663   - "tags"
6664   sort:
6665   - "L2PATCH"
6666   - "L2PATCH"
6667   - "L2XCBASE"
6668   - "L2BDMACLRN"
6669   traces:
6670     hoverinfo: "x+y"
6671     boxpoints: "outliers"
6672     whiskerwidth: 0
6673   layout:
6674     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
6675     layout: "plot-throughput"
6676
6677 -
6678   type: "plot"
6679   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
6680   algorithm: "plot_performance_box"
6681   output-file-type: ".html"
6682   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
6683   data: "plot-vpp-throughput-latency-3n-skx"
6684   filter: "'NIC_Intel-XXV710' and
6685            '64B' and
6686            ('BASE' or 'SCALE') and
6687            'NDRPDR' and
6688            'ETH' and
6689            '4T2C' and
6690            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6691            not 'VHOST' and
6692            not 'MEMIF'"
6693   parameters:
6694   - "throughput"
6695   - "parent"
6696   - "tags"
6697   sort:
6698   - "L2PATCH"
6699   - "L2PATCH"
6700   - "L2XCBASE"
6701   - "L2BDMACLRN"
6702   traces:
6703     hoverinfo: "x+y"
6704     boxpoints: "outliers"
6705     whiskerwidth: 0
6706   layout:
6707     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
6708     layout: "plot-throughput"
6709
6710 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
6711 -
6712   type: "plot"
6713   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6714   algorithm: "plot_performance_box"
6715   output-file-type: ".html"
6716   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6717   data: "plot-vpp-throughput-latency-2n-skx"
6718   filter: "'NIC_Intel-X710' and
6719            '64B' and
6720            ('BASE' or 'SCALE') and
6721            'NDRPDR' and
6722            'ETH' and
6723            '2T1C' and
6724            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6725            not 'VHOST' and
6726            not 'MEMIF'"
6727   parameters:
6728   - "throughput"
6729   - "parent"
6730   - "tags"
6731   sort:
6732   - "L2PATCH"
6733   - "L2XCBASE"
6734   - "BASE"
6735   - "FIB_10K"
6736   - "FIB_100K"
6737   - "FIB_1M"
6738   traces:
6739     hoverinfo: "x+y"
6740     boxpoints: "outliers"
6741     whiskerwidth: 0
6742   layout:
6743     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6744     layout: "plot-throughput"
6745
6746 -
6747   type: "plot"
6748   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6749   algorithm: "plot_performance_box"
6750   output-file-type: ".html"
6751   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6752   data: "plot-vpp-throughput-latency-2n-skx"
6753   filter: "'NIC_Intel-X710' and
6754            '64B' and
6755            ('BASE' or 'SCALE') and
6756            'NDRPDR' and
6757            'ETH' and
6758            '2T1C' and
6759            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6760            not 'VHOST' and
6761            not 'MEMIF'"
6762   parameters:
6763   - "throughput"
6764   - "parent"
6765   - "tags"
6766   sort:
6767   - "L2PATCH"
6768   - "L2XCBASE"
6769   - "BASE"
6770   - "FIB_10K"
6771   - "FIB_100K"
6772   - "FIB_1M"
6773   traces:
6774     hoverinfo: "x+y"
6775     boxpoints: "outliers"
6776     whiskerwidth: 0
6777   layout:
6778     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6779     layout: "plot-throughput"
6780
6781 -
6782   type: "plot"
6783   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6784   algorithm: "plot_performance_box"
6785   output-file-type: ".html"
6786   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6787   data: "plot-vpp-throughput-latency-2n-skx"
6788   filter: "'NIC_Intel-X710' and
6789            '64B' and
6790            ('BASE' or 'SCALE') and
6791            'NDRPDR' and
6792            'ETH' and
6793            '4T2C' and
6794            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6795            not 'VHOST' and
6796            not 'MEMIF'"
6797   parameters:
6798   - "throughput"
6799   - "parent"
6800   - "tags"
6801   sort:
6802   - "L2PATCH"
6803   - "L2XCBASE"
6804   - "BASE"
6805   - "FIB_10K"
6806   - "FIB_100K"
6807   - "FIB_1M"
6808   traces:
6809     hoverinfo: "x+y"
6810     boxpoints: "outliers"
6811     whiskerwidth: 0
6812   layout:
6813     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6814     layout: "plot-throughput"
6815
6816 -
6817   type: "plot"
6818   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6819   algorithm: "plot_performance_box"
6820   output-file-type: ".html"
6821   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6822   data: "plot-vpp-throughput-latency-2n-skx"
6823   filter: "'NIC_Intel-X710' and
6824            '64B' and
6825            ('BASE' or 'SCALE') and
6826            'NDRPDR' and
6827            'ETH' and
6828            '4T2C' and
6829            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6830            not 'VHOST' and
6831            not 'MEMIF'"
6832   parameters:
6833   - "throughput"
6834   - "parent"
6835   - "tags"
6836   sort:
6837   - "L2PATCH"
6838   - "L2XCBASE"
6839   - "BASE"
6840   - "FIB_10K"
6841   - "FIB_100K"
6842   - "FIB_1M"
6843   traces:
6844     hoverinfo: "x+y"
6845     boxpoints: "outliers"
6846     whiskerwidth: 0
6847   layout:
6848     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6849     layout: "plot-throughput"
6850
6851 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
6852 -
6853   type: "plot"
6854   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6855   algorithm: "plot_performance_box"
6856   output-file-type: ".html"
6857   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6858   data: "plot-vpp-throughput-latency-2n-skx"
6859   filter: "'NIC_Intel-XXV710' and
6860            '64B' and
6861            ('BASE' or 'SCALE') and
6862            'NDRPDR' and
6863            'ETH' and
6864            '2T1C' and
6865            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6866            not 'VHOST' and
6867            not 'MEMIF'"
6868   parameters:
6869   - "throughput"
6870   - "parent"
6871   - "tags"
6872   sort:
6873   - "L2PATCH"
6874   - "L2XCBASE"
6875   - "BASE"
6876   - "FIB_10K"
6877   - "FIB_100K"
6878   - "FIB_1M"
6879   traces:
6880     hoverinfo: "x+y"
6881     boxpoints: "outliers"
6882     whiskerwidth: 0
6883   layout:
6884     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6885     layout: "plot-throughput"
6886
6887 -
6888   type: "plot"
6889   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6890   algorithm: "plot_performance_box"
6891   output-file-type: ".html"
6892   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6893   data: "plot-vpp-throughput-latency-2n-skx"
6894   filter: "'NIC_Intel-XXV710' and
6895            '64B' and
6896            ('BASE' or 'SCALE') and
6897            'NDRPDR' and
6898            'ETH' and
6899            '2T1C' and
6900            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6901            not 'VHOST' and
6902            not 'MEMIF'"
6903   parameters:
6904   - "throughput"
6905   - "parent"
6906   - "tags"
6907   sort:
6908   - "L2PATCH"
6909   - "L2XCBASE"
6910   - "BASE"
6911   - "FIB_10K"
6912   - "FIB_100K"
6913   - "FIB_1M"
6914   traces:
6915     hoverinfo: "x+y"
6916     boxpoints: "outliers"
6917     whiskerwidth: 0
6918   layout:
6919     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6920     layout: "plot-throughput"
6921
6922 -
6923   type: "plot"
6924   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6925   algorithm: "plot_performance_box"
6926   output-file-type: ".html"
6927   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6928   data: "plot-vpp-throughput-latency-2n-skx"
6929   filter: "'NIC_Intel-XXV710' and
6930            '64B' and
6931            ('BASE' or 'SCALE') and
6932            'NDRPDR' and
6933            'ETH' and
6934            '4T2C' and
6935            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6936            not 'VHOST' and
6937            not 'MEMIF'"
6938   parameters:
6939   - "throughput"
6940   - "parent"
6941   - "tags"
6942   sort:
6943   - "L2PATCH"
6944   - "L2XCBASE"
6945   - "BASE"
6946   - "FIB_10K"
6947   - "FIB_100K"
6948   - "FIB_1M"
6949   traces:
6950     hoverinfo: "x+y"
6951     boxpoints: "outliers"
6952     whiskerwidth: 0
6953   layout:
6954     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6955     layout: "plot-throughput"
6956
6957 -
6958   type: "plot"
6959   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6960   algorithm: "plot_performance_box"
6961   output-file-type: ".html"
6962   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6963   data: "plot-vpp-throughput-latency-2n-skx"
6964   filter: "'NIC_Intel-XXV710' and
6965            '64B' and
6966            ('BASE' or 'SCALE') and
6967            'NDRPDR' and
6968            'ETH' and
6969            '4T2C' and
6970            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6971            not 'VHOST' and
6972            not 'MEMIF'"
6973   parameters:
6974   - "throughput"
6975   - "parent"
6976   - "tags"
6977   sort:
6978   - "L2PATCH"
6979   - "L2XCBASE"
6980   - "BASE"
6981   - "FIB_10K"
6982   - "FIB_100K"
6983   - "FIB_1M"
6984   traces:
6985     hoverinfo: "x+y"
6986     boxpoints: "outliers"
6987     whiskerwidth: 0
6988   layout:
6989     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6990     layout: "plot-throughput"
6991
6992 # Packet Throughput - VPP L2 2n-dnv-x553 base
6993 -
6994   type: "plot"
6995   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
6996   algorithm: "plot_performance_box"
6997   output-file-type: ".html"
6998   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
6999   data: "intel-dnv-vpp"
7000   filter: "'NIC_Intel-X553' and
7001            '64B' and
7002            'BASE' and
7003            'NDRPDR' and
7004            'ETH' and
7005            '1T1C' and
7006            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7007            not 'VHOST' and
7008            not 'MEMIF'"
7009   parameters:
7010   - "throughput"
7011   - "parent"
7012   - "tags"
7013   sort:
7014   - "L2XCBASE"
7015   - "L2BDMACLRN"
7016   - "L2PATCH"
7017   traces:
7018     hoverinfo: "x+y"
7019     boxpoints: "outliers"
7020     whiskerwidth: 0
7021   layout:
7022     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7023     layout: "plot-throughput"
7024
7025 -
7026   type: "plot"
7027   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7028   algorithm: "plot_performance_box"
7029   output-file-type: ".html"
7030   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7031   data: "intel-dnv-vpp"
7032   filter: "'NIC_Intel-X553' and
7033            '64B' and
7034            ('BASE' or 'SCALE') and
7035            'NDRPDR' and
7036            'ETH' and
7037            '1T1C' and
7038            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7039            not 'VHOST' and
7040            not 'MEMIF'"
7041   parameters:
7042   - "throughput"
7043   - "parent"
7044   - "tags"
7045   sort:
7046   - "L2XCBASE"
7047   - "L2BDMACLRN"
7048   - "L2PATCH"
7049   traces:
7050     hoverinfo: "x+y"
7051     boxpoints: "outliers"
7052     whiskerwidth: 0
7053   layout:
7054     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7055     layout: "plot-throughput"
7056
7057 -
7058   type: "plot"
7059   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7060   algorithm: "plot_performance_box"
7061   output-file-type: ".html"
7062   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7063   data: "intel-dnv-vpp"
7064   filter: "'NIC_Intel-X553' and
7065            '64B' and
7066            ('BASE' or 'SCALE') and
7067            'NDRPDR' and
7068            'ETH' and
7069            '2T2C' and
7070            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7071            not 'VHOST' and
7072            not 'MEMIF'"
7073   parameters:
7074   - "throughput"
7075   - "parent"
7076   - "tags"
7077   sort:
7078   - "L2XCBASE"
7079   - "L2BDMACLRN"
7080   - "L2PATCH"
7081   traces:
7082     hoverinfo: "x+y"
7083     boxpoints: "outliers"
7084     whiskerwidth: 0
7085   layout:
7086     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7087     layout: "plot-throughput"
7088
7089 -
7090   type: "plot"
7091   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7092   algorithm: "plot_performance_box"
7093   output-file-type: ".html"
7094   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7095   data: "intel-dnv-vpp"
7096   filter: "'NIC_Intel-X553' and
7097            '64B' and
7098            ('BASE' or 'SCALE') and
7099            'NDRPDR' and
7100            'ETH' and
7101            '2T2C' and
7102            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7103            not 'VHOST' and
7104            not 'MEMIF'"
7105   parameters:
7106   - "throughput"
7107   - "parent"
7108   - "tags"
7109   sort:
7110   - "L2XCBASE"
7111   - "L2BDMACLRN"
7112   - "L2PATCH"
7113   traces:
7114     hoverinfo: "x+y"
7115     boxpoints: "outliers"
7116     whiskerwidth: 0
7117   layout:
7118     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7119     layout: "plot-throughput"
7120
7121 ################################################################################
7122
7123 # Packet Throughput - VPP Container Memif 3n-hsw-x520
7124 -
7125   type: "plot"
7126   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
7127   algorithm: "plot_performance_box"
7128   output-file-type: ".html"
7129   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
7130   data: "plot-vpp-throughput-latency-3n-hsw"
7131   filter: "'NIC_Intel-X520-DA2' and
7132            '64B' and
7133            ('BASE' or 'SCALE') and
7134            'NDRPDR' and
7135            '1T1C' and
7136            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7137            not 'VHOST' and
7138            'MEMIF'"
7139   parameters:
7140   - "throughput"
7141   - "parent"
7142   - "tags"
7143   sort:
7144   - "L2XCFWD"
7145   - "L2XCFWD"
7146   - "L2XCFWD"
7147   - "L2BDMACLRN"
7148   - "L2BDMACLRN"
7149   - "L2BDMACLRN"
7150   - "IP4FWD"
7151   traces:
7152     hoverinfo: "x+y"
7153     boxpoints: "outliers"
7154     whiskerwidth: 0
7155   layout:
7156     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
7157     layout: "plot-throughput"
7158
7159 -
7160   type: "plot"
7161   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
7162   algorithm: "plot_performance_box"
7163   output-file-type: ".html"
7164   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
7165   data: "plot-vpp-throughput-latency-3n-hsw"
7166   filter: "'NIC_Intel-X520-DA2' and
7167            '64B' and
7168            ('BASE' or 'SCALE') and
7169            'NDRPDR' and
7170            '1T1C' and
7171            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7172            not 'VHOST' and
7173            'MEMIF'"
7174   parameters:
7175   - "throughput"
7176   - "parent"
7177   - "tags"
7178   sort:
7179   - "L2XCFWD"
7180   - "L2XCFWD"
7181   - "L2XCFWD"
7182   - "L2BDMACLRN"
7183   - "L2BDMACLRN"
7184   - "L2BDMACLRN"
7185   - "IP4FWD"
7186   traces:
7187     hoverinfo: "x+y"
7188     boxpoints: "outliers"
7189     whiskerwidth: 0
7190   layout:
7191     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
7192     layout: "plot-throughput"
7193
7194 -
7195   type: "plot"
7196   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
7197   algorithm: "plot_performance_box"
7198   output-file-type: ".html"
7199   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
7200   data: "plot-vpp-throughput-latency-3n-hsw"
7201   filter: "'NIC_Intel-X520-DA2' and
7202            '64B' and
7203            ('BASE' or 'SCALE') and
7204            'NDRPDR' and
7205            '2T2C' and
7206            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7207            not 'VHOST' and
7208            'MEMIF'"
7209   parameters:
7210   - "throughput"
7211   - "parent"
7212   - "tags"
7213   sort:
7214   - "L2XCFWD"
7215   - "L2XCFWD"
7216   - "L2XCFWD"
7217   - "L2BDMACLRN"
7218   - "L2BDMACLRN"
7219   - "L2BDMACLRN"
7220   - "IP4FWD"
7221   traces:
7222     hoverinfo: "x+y"
7223     boxpoints: "outliers"
7224     whiskerwidth: 0
7225   layout:
7226     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
7227     layout: "plot-throughput"
7228
7229 -
7230   type: "plot"
7231   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
7232   algorithm: "plot_performance_box"
7233   output-file-type: ".html"
7234   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
7235   data: "plot-vpp-throughput-latency-3n-hsw"
7236   filter: "'NIC_Intel-X520-DA2' and
7237            '64B' and
7238            ('BASE' or 'SCALE') and
7239            'NDRPDR' and
7240            '2T2C' and
7241            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7242            not 'VHOST' and
7243            'MEMIF'"
7244   parameters:
7245   - "throughput"
7246   - "parent"
7247   - "tags"
7248   sort:
7249   - "L2XCFWD"
7250   - "L2XCFWD"
7251   - "L2XCFWD"
7252   - "L2BDMACLRN"
7253   - "L2BDMACLRN"
7254   - "L2BDMACLRN"
7255   - "IP4FWD"
7256   traces:
7257     hoverinfo: "x+y"
7258     boxpoints: "outliers"
7259     whiskerwidth: 0
7260   layout:
7261     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
7262     layout: "plot-throughput"
7263
7264 # Packet Throughput - VPP Container Memif 3n-hsw-x710
7265 -
7266   type: "plot"
7267   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
7268   algorithm: "plot_performance_box"
7269   output-file-type: ".html"
7270   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
7271   data: "plot-vpp-throughput-latency-3n-hsw"
7272   filter: "'NIC_Intel-X710' and
7273            '64B' and
7274            ('BASE' or 'SCALE') and
7275            'NDRPDR' and
7276            '1T1C' and
7277            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7278            not 'VHOST' and
7279            'MEMIF'"
7280   parameters:
7281   - "throughput"
7282   - "parent"
7283   - "tags"
7284   sort:
7285   - "L2XCFWD"
7286   - "L2XCFWD"
7287   - "L2XCFWD"
7288   - "L2BDMACLRN"
7289   - "L2BDMACLRN"
7290   - "L2BDMACLRN"
7291   - "IP4FWD"
7292   traces:
7293     hoverinfo: "x+y"
7294     boxpoints: "outliers"
7295     whiskerwidth: 0
7296   layout:
7297     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
7298     layout: "plot-throughput"
7299
7300 -
7301   type: "plot"
7302   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
7303   algorithm: "plot_performance_box"
7304   output-file-type: ".html"
7305   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
7306   data: "plot-vpp-throughput-latency-3n-hsw"
7307   filter: "'NIC_Intel-X710' and
7308            '64B' and
7309            ('BASE' or 'SCALE') and
7310            'NDRPDR' and
7311            '1T1C' and
7312            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7313            not 'VHOST' and
7314            'MEMIF'"
7315   parameters:
7316   - "throughput"
7317   - "parent"
7318   - "tags"
7319   sort:
7320   - "L2XCFWD"
7321   - "L2XCFWD"
7322   - "L2XCFWD"
7323   - "L2BDMACLRN"
7324   - "L2BDMACLRN"
7325   - "L2BDMACLRN"
7326   - "IP4FWD"
7327   traces:
7328     hoverinfo: "x+y"
7329     boxpoints: "outliers"
7330     whiskerwidth: 0
7331   layout:
7332     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
7333     layout: "plot-throughput"
7334
7335 -
7336   type: "plot"
7337   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
7338   algorithm: "plot_performance_box"
7339   output-file-type: ".html"
7340   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
7341   data: "plot-vpp-throughput-latency-3n-hsw"
7342   filter: "'NIC_Intel-X710' and
7343            '64B' and
7344            ('BASE' or 'SCALE') and
7345            'NDRPDR' and
7346            '2T2C' and
7347            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7348            not 'VHOST' and
7349            'MEMIF'"
7350   parameters:
7351   - "throughput"
7352   - "parent"
7353   - "tags"
7354   sort:
7355   - "L2XCFWD"
7356   - "L2XCFWD"
7357   - "L2XCFWD"
7358   - "L2BDMACLRN"
7359   - "L2BDMACLRN"
7360   - "L2BDMACLRN"
7361   - "IP4FWD"
7362   traces:
7363     hoverinfo: "x+y"
7364     boxpoints: "outliers"
7365     whiskerwidth: 0
7366   layout:
7367     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
7368     layout: "plot-throughput"
7369
7370 -
7371   type: "plot"
7372   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
7373   algorithm: "plot_performance_box"
7374   output-file-type: ".html"
7375   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
7376   data: "plot-vpp-throughput-latency-3n-hsw"
7377   filter: "'NIC_Intel-X710' and
7378            '64B' and
7379            ('BASE' or 'SCALE') and
7380            'NDRPDR' and
7381            '2T2C' and
7382            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7383            not 'VHOST' and
7384            'MEMIF'"
7385   parameters:
7386   - "throughput"
7387   - "parent"
7388   - "tags"
7389   sort:
7390   - "L2XCFWD"
7391   - "L2XCFWD"
7392   - "L2XCFWD"
7393   - "L2BDMACLRN"
7394   - "L2BDMACLRN"
7395   - "L2BDMACLRN"
7396   - "IP4FWD"
7397   traces:
7398     hoverinfo: "x+y"
7399     boxpoints: "outliers"
7400     whiskerwidth: 0
7401   layout:
7402     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
7403     layout: "plot-throughput"
7404
7405 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
7406 -
7407   type: "plot"
7408   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
7409   algorithm: "plot_performance_box"
7410   output-file-type: ".html"
7411   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
7412   data: "plot-vpp-throughput-latency-3n-hsw"
7413   filter: "'NIC_Intel-XL710' and
7414            '64B' and
7415            ('BASE' or 'SCALE') and
7416            'NDRPDR' and
7417            '1T1C' and
7418            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7419            not 'VHOST' and
7420            'MEMIF'"
7421   parameters:
7422   - "throughput"
7423   - "parent"
7424   - "tags"
7425   sort:
7426   - "L2XCFWD"
7427   - "L2XCFWD"
7428   - "L2XCFWD"
7429   - "L2BDMACLRN"
7430   - "L2BDMACLRN"
7431   - "L2BDMACLRN"
7432   - "IP4FWD"
7433   traces:
7434     hoverinfo: "x+y"
7435     boxpoints: "outliers"
7436     whiskerwidth: 0
7437   layout:
7438     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
7439     layout: "plot-throughput"
7440
7441 -
7442   type: "plot"
7443   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
7444   algorithm: "plot_performance_box"
7445   output-file-type: ".html"
7446   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
7447   data: "plot-vpp-throughput-latency-3n-hsw"
7448   filter: "'NIC_Intel-XL710' and
7449            '64B' and
7450            ('BASE' or 'SCALE') and
7451            'NDRPDR' and
7452            '1T1C' and
7453            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7454            not 'VHOST' and
7455            'MEMIF'"
7456   parameters:
7457   - "throughput"
7458   - "parent"
7459   - "tags"
7460   sort:
7461   - "L2XCFWD"
7462   - "L2XCFWD"
7463   - "L2XCFWD"
7464   - "L2BDMACLRN"
7465   - "L2BDMACLRN"
7466   - "L2BDMACLRN"
7467   - "IP4FWD"
7468   traces:
7469     hoverinfo: "x+y"
7470     boxpoints: "outliers"
7471     whiskerwidth: 0
7472   layout:
7473     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
7474     layout: "plot-throughput"
7475
7476 -
7477   type: "plot"
7478   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
7479   algorithm: "plot_performance_box"
7480   output-file-type: ".html"
7481   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
7482   data: "plot-vpp-throughput-latency-3n-hsw"
7483   filter: "'NIC_Intel-XL710' and
7484            '64B' and
7485            ('BASE' or 'SCALE') and
7486            'NDRPDR' and
7487            '2T2C' and
7488            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7489            not 'VHOST' and
7490            'MEMIF'"
7491   parameters:
7492   - "throughput"
7493   - "parent"
7494   - "tags"
7495   sort:
7496   - "L2XCFWD"
7497   - "L2XCFWD"
7498   - "L2XCFWD"
7499   - "L2BDMACLRN"
7500   - "L2BDMACLRN"
7501   - "L2BDMACLRN"
7502   - "IP4FWD"
7503   traces:
7504     hoverinfo: "x+y"
7505     boxpoints: "outliers"
7506     whiskerwidth: 0
7507   layout:
7508     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
7509     layout: "plot-throughput"
7510
7511 -
7512   type: "plot"
7513   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
7514   algorithm: "plot_performance_box"
7515   output-file-type: ".html"
7516   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
7517   data: "plot-vpp-throughput-latency-3n-hsw"
7518   filter: "'NIC_Intel-XL710' and
7519            '64B' and
7520            ('BASE' or 'SCALE') and
7521            'NDRPDR' and
7522            '2T2C' and
7523            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7524            not 'VHOST' and
7525            'MEMIF'"
7526   parameters:
7527   - "throughput"
7528   - "parent"
7529   - "tags"
7530   sort:
7531   - "L2XCFWD"
7532   - "L2XCFWD"
7533   - "L2XCFWD"
7534   - "L2BDMACLRN"
7535   - "L2BDMACLRN"
7536   - "L2BDMACLRN"
7537   - "IP4FWD"
7538   traces:
7539     hoverinfo: "x+y"
7540     boxpoints: "outliers"
7541     whiskerwidth: 0
7542   layout:
7543     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-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_features-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_features-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' or 'IP4FWD') 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   - "IP4FWD"
7574   traces:
7575     hoverinfo: "x+y"
7576     boxpoints: "outliers"
7577     whiskerwidth: 0
7578   layout:
7579     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
7580     layout: "plot-throughput"
7581
7582 -
7583   type: "plot"
7584   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
7585   algorithm: "plot_performance_box"
7586   output-file-type: ".html"
7587   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
7588   data: "plot-vpp-throughput-latency-3n-skx"
7589   filter: "'NIC_Intel-X710' and
7590            '64B' and
7591            ('BASE' or 'SCALE') and
7592            'NDRPDR' and
7593            '2T1C' and
7594            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7595            not 'VHOST' and
7596            'MEMIF'"
7597   parameters:
7598   - "throughput"
7599   - "parent"
7600   - "tags"
7601   sort:
7602   - "L2XCFWD"
7603   - "L2XCFWD"
7604   - "L2XCFWD"
7605   - "L2BDMACLRN"
7606   - "L2BDMACLRN"
7607   - "L2BDMACLRN"
7608   - "IP4FWD"
7609   traces:
7610     hoverinfo: "x+y"
7611     boxpoints: "outliers"
7612     whiskerwidth: 0
7613   layout:
7614     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
7615     layout: "plot-throughput"
7616
7617 -
7618   type: "plot"
7619   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
7620   algorithm: "plot_performance_box"
7621   output-file-type: ".html"
7622   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
7623   data: "plot-vpp-throughput-latency-3n-skx"
7624   filter: "'NIC_Intel-X710' and
7625            '64B' and
7626            ('BASE' or 'SCALE') and
7627            'NDRPDR' and
7628            '4T2C' and
7629            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7630            not 'VHOST' and
7631            'MEMIF'"
7632   parameters:
7633   - "throughput"
7634   - "parent"
7635   - "tags"
7636   sort:
7637   - "L2XCFWD"
7638   - "L2XCFWD"
7639   - "L2XCFWD"
7640   - "L2BDMACLRN"
7641   - "L2BDMACLRN"
7642   - "L2BDMACLRN"
7643   - "IP4FWD"
7644   traces:
7645     hoverinfo: "x+y"
7646     boxpoints: "outliers"
7647     whiskerwidth: 0
7648   layout:
7649     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
7650     layout: "plot-throughput"
7651
7652 -
7653   type: "plot"
7654   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
7655   algorithm: "plot_performance_box"
7656   output-file-type: ".html"
7657   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
7658   data: "plot-vpp-throughput-latency-3n-skx"
7659   filter: "'NIC_Intel-X710' and
7660            '64B' and
7661            ('BASE' or 'SCALE') and
7662            'NDRPDR' and
7663            '4T2C' and
7664            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7665            not 'VHOST' and
7666            'MEMIF'"
7667   parameters:
7668   - "throughput"
7669   - "parent"
7670   - "tags"
7671   sort:
7672   - "L2XCFWD"
7673   - "L2XCFWD"
7674   - "L2XCFWD"
7675   - "L2BDMACLRN"
7676   - "L2BDMACLRN"
7677   - "L2BDMACLRN"
7678   - "IP4FWD"
7679   traces:
7680     hoverinfo: "x+y"
7681     boxpoints: "outliers"
7682     whiskerwidth: 0
7683   layout:
7684     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
7685     layout: "plot-throughput"
7686
7687 # Packet Throughput - VPP Container Memif 2n-skx-x710
7688 -
7689   type: "plot"
7690   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base-ndr"
7691   algorithm: "plot_performance_box"
7692   output-file-type: ".html"
7693   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base-ndr"
7694   data: "plot-vpp-throughput-latency-2n-skx"
7695   filter: "'NIC_Intel-X710' and
7696            '64B' and
7697            ('BASE' or 'SCALE') and
7698            'NDRPDR' and
7699            '2T1C' and
7700            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7701            not 'VHOST' and
7702            not 'NF_DENSITY' and
7703            'MEMIF'"
7704   parameters:
7705   - "throughput"
7706   - "parent"
7707   - "tags"
7708   sort:
7709   - "L2XCFWD"
7710   - "L2XCFWD"
7711   - "L2XCFWD"
7712   - "L2BDMACLRN"
7713   - "L2BDMACLRN"
7714   - "L2BDMACLRN"
7715   - "IP4FWD"
7716   traces:
7717     hoverinfo: "x+y"
7718     boxpoints: "outliers"
7719     whiskerwidth: 0
7720   layout:
7721     title: "memif-2n-skx-x710-64b-2t1c-base-ndr"
7722     layout: "plot-throughput"
7723
7724 -
7725   type: "plot"
7726   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base-pdr"
7727   algorithm: "plot_performance_box"
7728   output-file-type: ".html"
7729   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base-pdr"
7730   data: "plot-vpp-throughput-latency-2n-skx"
7731   filter: "'NIC_Intel-X710' and
7732            '64B' and
7733            ('BASE' or 'SCALE') and
7734            'NDRPDR' and
7735            '2T1C' and
7736            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7737            not 'VHOST' and
7738            not 'NF_DENSITY' and
7739            'MEMIF'"
7740   parameters:
7741   - "throughput"
7742   - "parent"
7743   - "tags"
7744   sort:
7745   - "L2XCFWD"
7746   - "L2XCFWD"
7747   - "L2XCFWD"
7748   - "L2BDMACLRN"
7749   - "L2BDMACLRN"
7750   - "L2BDMACLRN"
7751   - "IP4FWD"
7752   traces:
7753     hoverinfo: "x+y"
7754     boxpoints: "outliers"
7755     whiskerwidth: 0
7756   layout:
7757     title: "memif-2n-skx-x710-64b-2t1c-base-pdr"
7758     layout: "plot-throughput"
7759
7760 -
7761   type: "plot"
7762   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base-ndr"
7763   algorithm: "plot_performance_box"
7764   output-file-type: ".html"
7765   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base-ndr"
7766   data: "plot-vpp-throughput-latency-2n-skx"
7767   filter: "'NIC_Intel-X710' and
7768            '64B' and
7769            ('BASE' or 'SCALE') and
7770            'NDRPDR' and
7771            '4T2C' and
7772            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7773            not 'VHOST' and
7774            not 'NF_DENSITY' and
7775            'MEMIF'"
7776   parameters:
7777   - "throughput"
7778   - "parent"
7779   - "tags"
7780   sort:
7781   - "L2XCFWD"
7782   - "L2XCFWD"
7783   - "L2XCFWD"
7784   - "L2BDMACLRN"
7785   - "L2BDMACLRN"
7786   - "L2BDMACLRN"
7787   - "IP4FWD"
7788   traces:
7789     hoverinfo: "x+y"
7790     boxpoints: "outliers"
7791     whiskerwidth: 0
7792   layout:
7793     title: "memif-2n-skx-x710-64b-4t2c-base-ndr"
7794     layout: "plot-throughput"
7795
7796 -
7797   type: "plot"
7798   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base-pdr"
7799   algorithm: "plot_performance_box"
7800   output-file-type: ".html"
7801   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base-pdr"
7802   data: "plot-vpp-throughput-latency-2n-skx"
7803   filter: "'NIC_Intel-X710' and
7804            '64B' and
7805            ('BASE' or 'SCALE') and
7806            'NDRPDR' and
7807            '4T2C' and
7808            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7809            not 'VHOST' and
7810            not 'NF_DENSITY' and
7811            'MEMIF'"
7812   parameters:
7813   - "throughput"
7814   - "parent"
7815   - "tags"
7816   sort:
7817   - "L2XCFWD"
7818   - "L2XCFWD"
7819   - "L2XCFWD"
7820   - "L2BDMACLRN"
7821   - "L2BDMACLRN"
7822   - "L2BDMACLRN"
7823   - "IP4FWD"
7824   traces:
7825     hoverinfo: "x+y"
7826     boxpoints: "outliers"
7827     whiskerwidth: 0
7828   layout:
7829     title: "memif-2n-skx-x710-64b-4t2c-base-pdr"
7830     layout: "plot-throughput"
7831
7832 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
7833 -
7834   type: "plot"
7835   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
7836   algorithm: "plot_performance_box"
7837   output-file-type: ".html"
7838   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
7839   data: "plot-vpp-throughput-latency-2n-skx"
7840   filter: "'NIC_Intel-XXV710' and
7841            '64B' and
7842            ('BASE' or 'SCALE') and
7843            'NDRPDR' and
7844            '2T1C' and
7845            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7846            not 'VHOST' and
7847            'MEMIF'"
7848   parameters:
7849   - "throughput"
7850   - "parent"
7851   - "tags"
7852   sort:
7853   - "L2XCFWD"
7854   - "L2XCFWD"
7855   - "L2XCFWD"
7856   - "L2BDMACLRN"
7857   - "L2BDMACLRN"
7858   - "L2BDMACLRN"
7859   - "IP4FWD"
7860   traces:
7861     hoverinfo: "x+y"
7862     boxpoints: "outliers"
7863     whiskerwidth: 0
7864   layout:
7865     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
7866     layout: "plot-throughput"
7867
7868 -
7869   type: "plot"
7870   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
7871   algorithm: "plot_performance_box"
7872   output-file-type: ".html"
7873   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7874   data: "plot-vpp-throughput-latency-2n-skx"
7875   filter: "'NIC_Intel-XXV710' and
7876            '64B' and
7877            ('BASE' or 'SCALE') and
7878            'NDRPDR' and
7879            '2T1C' and
7880            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7881            not 'VHOST' and
7882            'MEMIF'"
7883   parameters:
7884   - "throughput"
7885   - "parent"
7886   - "tags"
7887   sort:
7888   - "L2XCFWD"
7889   - "L2XCFWD"
7890   - "L2XCFWD"
7891   - "L2BDMACLRN"
7892   - "L2BDMACLRN"
7893   - "L2BDMACLRN"
7894   - "IP4FWD"
7895   traces:
7896     hoverinfo: "x+y"
7897     boxpoints: "outliers"
7898     whiskerwidth: 0
7899   layout:
7900     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
7901     layout: "plot-throughput"
7902
7903 -
7904   type: "plot"
7905   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
7906   algorithm: "plot_performance_box"
7907   output-file-type: ".html"
7908   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
7909   data: "plot-vpp-throughput-latency-2n-skx"
7910   filter: "'NIC_Intel-XXV710' and
7911            '64B' and
7912            ('BASE' or 'SCALE') and
7913            'NDRPDR' and
7914            '4T2C' and
7915            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7916            not 'VHOST' and
7917            'MEMIF'"
7918   parameters:
7919   - "throughput"
7920   - "parent"
7921   - "tags"
7922   sort:
7923   - "L2XCFWD"
7924   - "L2XCFWD"
7925   - "L2XCFWD"
7926   - "L2BDMACLRN"
7927   - "L2BDMACLRN"
7928   - "L2BDMACLRN"
7929   - "IP4FWD"
7930   traces:
7931     hoverinfo: "x+y"
7932     boxpoints: "outliers"
7933     whiskerwidth: 0
7934   layout:
7935     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
7936     layout: "plot-throughput"
7937
7938 -
7939   type: "plot"
7940   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
7941   algorithm: "plot_performance_box"
7942   output-file-type: ".html"
7943   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
7944   data: "plot-vpp-throughput-latency-2n-skx"
7945   filter: "'NIC_Intel-XXV710' and
7946            '64B' and
7947            ('BASE' or 'SCALE') and
7948            'NDRPDR' and
7949            '4T2C' and
7950            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7951            not 'VHOST' and
7952            'MEMIF'"
7953   parameters:
7954   - "throughput"
7955   - "parent"
7956   - "tags"
7957   sort:
7958   - "L2XCFWD"
7959   - "L2XCFWD"
7960   - "L2XCFWD"
7961   - "L2BDMACLRN"
7962   - "L2BDMACLRN"
7963   - "L2BDMACLRN"
7964   - "IP4FWD"
7965   traces:
7966     hoverinfo: "x+y"
7967     boxpoints: "outliers"
7968     whiskerwidth: 0
7969   layout:
7970     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
7971     layout: "plot-throughput"
7972
7973 ################################################################################
7974
7975 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
7976 -
7977   type: "plot"
7978   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7979   algorithm: "plot_performance_box"
7980   output-file-type: ".html"
7981   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7982   data: "plot-ligato-throughput-latency-3n-hsw"
7983   filter: "'NIC_Intel-X520-DA2' and
7984            '64B' and
7985            ('BASE' or 'SCALE') and
7986            'NDRPDR' and
7987            '1T1C' and
7988            'L2XCFWD' and
7989            not 'VHOST' and
7990            not 'NF_DENSITY' and
7991            'MEMIF'"
7992   parameters:
7993   - "throughput"
7994   - "parent"
7995   - "tags"
7996   sort:
7997   - "1VNF"
7998   - "2VNF"
7999   - "4VNF"
8000   - "2VNF"
8001   - "4VNF"
8002   traces:
8003     hoverinfo: "x+y"
8004     boxpoints: "outliers"
8005     whiskerwidth: 0
8006   layout:
8007     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8008     layout: "plot-throughput"
8009
8010 -
8011   type: "plot"
8012   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8013   algorithm: "plot_performance_box"
8014   output-file-type: ".html"
8015   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8016   data: "plot-ligato-throughput-latency-3n-hsw"
8017   filter: "'NIC_Intel-X520-DA2' and
8018            '64B' and
8019            ('BASE' or 'SCALE') and
8020            'NDRPDR' and
8021            '1T1C' and
8022            'L2XCFWD' and
8023            not 'VHOST' and
8024            not 'NF_DENSITY' and
8025            'MEMIF'"
8026   parameters:
8027   - "throughput"
8028   - "parent"
8029   - "tags"
8030   sort:
8031   - "1VNF"
8032   - "2VNF"
8033   - "4VNF"
8034   - "2VNF"
8035   - "4VNF"
8036   traces:
8037     hoverinfo: "x+y"
8038     boxpoints: "outliers"
8039     whiskerwidth: 0
8040   layout:
8041     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8042     layout: "plot-throughput"
8043
8044 -
8045   type: "plot"
8046   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8047   algorithm: "plot_performance_box"
8048   output-file-type: ".html"
8049   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8050   data: "plot-ligato-throughput-latency-3n-hsw"
8051   filter: "'NIC_Intel-X520-DA2' and
8052            '64B' and
8053            ('BASE' or 'SCALE') and
8054            'NDRPDR' and
8055            '2T2C' and
8056            'L2XCFWD' and
8057            not 'VHOST' and
8058            not 'NF_DENSITY' and
8059            'MEMIF'"
8060   parameters:
8061   - "throughput"
8062   - "parent"
8063   - "tags"
8064   sort:
8065   - "1VNF"
8066   - "2VNF"
8067   - "4VNF"
8068   - "2VNF"
8069   - "4VNF"
8070   traces:
8071     hoverinfo: "x+y"
8072     boxpoints: "outliers"
8073     whiskerwidth: 0
8074   layout:
8075     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8076     layout: "plot-throughput"
8077
8078 -
8079   type: "plot"
8080   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8081   algorithm: "plot_performance_box"
8082   output-file-type: ".html"
8083   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8084   data: "plot-ligato-throughput-latency-3n-hsw"
8085   filter: "'NIC_Intel-X520-DA2' and
8086            '64B' and
8087            ('BASE' or 'SCALE') and
8088            'NDRPDR' and
8089            '2T2C' and
8090            'L2XCFWD' and
8091            not 'VHOST' and
8092            not 'NF_DENSITY' and
8093            'MEMIF'"
8094   parameters:
8095   - "throughput"
8096   - "parent"
8097   - "tags"
8098   sort:
8099   - "1VNF"
8100   - "2VNF"
8101   - "4VNF"
8102   - "2VNF"
8103   - "4VNF"
8104   traces:
8105     hoverinfo: "x+y"
8106     boxpoints: "outliers"
8107     whiskerwidth: 0
8108   layout:
8109     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8110     layout: "plot-throughput"
8111
8112 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
8113 -
8114   type: "plot"
8115   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8116   algorithm: "plot_performance_box"
8117   output-file-type: ".html"
8118   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8119   data: "plot-ligato-throughput-latency-3n-hsw"
8120   filter: "'NIC_Intel-X520-DA2' and
8121            '64B' and
8122            ('BASE' or 'SCALE') and
8123            'NDRPDR' and
8124            '1T1C' and
8125            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8126            not 'VHOST' and
8127            not 'NF_DENSITY' and
8128            'MEMIF'"
8129   parameters:
8130   - "throughput"
8131   - "parent"
8132   - "tags"
8133   sort:
8134   - "1VNF"
8135   - "2VNF"
8136   - "4VNF"
8137   - "2VNF"
8138   - "4VNF"
8139   traces:
8140     hoverinfo: "x+y"
8141     boxpoints: "outliers"
8142     whiskerwidth: 0
8143   layout:
8144     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8145     layout: "plot-throughput"
8146
8147 -
8148   type: "plot"
8149   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8150   algorithm: "plot_performance_box"
8151   output-file-type: ".html"
8152   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8153   data: "plot-ligato-throughput-latency-3n-hsw"
8154   filter: "'NIC_Intel-X520-DA2' and
8155            '64B' and
8156            ('BASE' or 'SCALE') and
8157            'NDRPDR' and
8158            '1T1C' and
8159            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8160            not 'VHOST' and
8161            not 'NF_DENSITY' and
8162            'MEMIF'"
8163   parameters:
8164   - "throughput"
8165   - "parent"
8166   - "tags"
8167   sort:
8168   - "1VNF"
8169   - "2VNF"
8170   - "4VNF"
8171   - "2VNF"
8172   - "4VNF"
8173   traces:
8174     hoverinfo: "x+y"
8175     boxpoints: "outliers"
8176     whiskerwidth: 0
8177   layout:
8178     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8179     layout: "plot-throughput"
8180
8181 -
8182   type: "plot"
8183   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8184   algorithm: "plot_performance_box"
8185   output-file-type: ".html"
8186   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8187   data: "plot-ligato-throughput-latency-3n-hsw"
8188   filter: "'NIC_Intel-X520-DA2' and
8189            '64B' and
8190            ('BASE' or 'SCALE') and
8191            'NDRPDR' and
8192            '2T2C' and
8193            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8194            not 'VHOST' and
8195            not 'NF_DENSITY' and
8196            'MEMIF'"
8197   parameters:
8198   - "throughput"
8199   - "parent"
8200   - "tags"
8201   sort:
8202   - "1VNF"
8203   - "2VNF"
8204   - "4VNF"
8205   - "2VNF"
8206   - "4VNF"
8207   traces:
8208     hoverinfo: "x+y"
8209     boxpoints: "outliers"
8210     whiskerwidth: 0
8211   layout:
8212     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8213     layout: "plot-throughput"
8214
8215 -
8216   type: "plot"
8217   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8218   algorithm: "plot_performance_box"
8219   output-file-type: ".html"
8220   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8221   data: "plot-ligato-throughput-latency-3n-hsw"
8222   filter: "'NIC_Intel-X520-DA2' and
8223            '64B' and
8224            ('BASE' or 'SCALE') and
8225            'NDRPDR' and
8226            '2T2C' and
8227            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8228            not 'VHOST' and
8229            not 'NF_DENSITY' and
8230            'MEMIF'"
8231   parameters:
8232   - "throughput"
8233   - "parent"
8234   - "tags"
8235   sort:
8236   - "1VNF"
8237   - "2VNF"
8238   - "4VNF"
8239   - "2VNF"
8240   - "4VNF"
8241   traces:
8242     hoverinfo: "x+y"
8243     boxpoints: "outliers"
8244     whiskerwidth: 0
8245   layout:
8246     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8247     layout: "plot-throughput"
8248
8249 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
8250 -
8251   type: "plot"
8252   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8253   algorithm: "plot_performance_box"
8254   output-file-type: ".html"
8255   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8256   data: "plot-ligato-throughput-latency-3n-hsw"
8257   filter: "'NIC_Intel-X710' and
8258            '64B' and
8259            ('BASE' or 'SCALE') and
8260            'NDRPDR' and
8261            '1T1C' and
8262            'L2XCFWD' and
8263            not 'VHOST' and
8264            not 'NF_DENSITY' and
8265            'MEMIF'"
8266   parameters:
8267   - "throughput"
8268   - "parent"
8269   - "tags"
8270   sort:
8271   - "1VNF"
8272   - "2VNF"
8273   - "4VNF"
8274   - "2VNF"
8275   - "4VNF"
8276   traces:
8277     hoverinfo: "x+y"
8278     boxpoints: "outliers"
8279     whiskerwidth: 0
8280   layout:
8281     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8282     layout: "plot-throughput"
8283
8284 -
8285   type: "plot"
8286   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8287   algorithm: "plot_performance_box"
8288   output-file-type: ".html"
8289   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8290   data: "plot-ligato-throughput-latency-3n-hsw"
8291   filter: "'NIC_Intel-X710' and
8292            '64B' and
8293            ('BASE' or 'SCALE') and
8294            'NDRPDR' and
8295            '1T1C' and
8296            'L2XCFWD' and
8297            not 'VHOST' and
8298            not 'NF_DENSITY' and
8299            'MEMIF'"
8300   parameters:
8301   - "throughput"
8302   - "parent"
8303   - "tags"
8304   sort:
8305   - "1VNF"
8306   - "2VNF"
8307   - "4VNF"
8308   - "2VNF"
8309   - "4VNF"
8310   traces:
8311     hoverinfo: "x+y"
8312     boxpoints: "outliers"
8313     whiskerwidth: 0
8314   layout:
8315     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8316     layout: "plot-throughput"
8317
8318 -
8319   type: "plot"
8320   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8321   algorithm: "plot_performance_box"
8322   output-file-type: ".html"
8323   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8324   data: "plot-ligato-throughput-latency-3n-hsw"
8325   filter: "'NIC_Intel-X710' and
8326            '64B' and
8327            ('BASE' or 'SCALE') and
8328            'NDRPDR' and
8329            '2T2C' and
8330            'L2XCFWD' and
8331            not 'VHOST' and
8332            not 'NF_DENSITY' and
8333            'MEMIF'"
8334   parameters:
8335   - "throughput"
8336   - "parent"
8337   - "tags"
8338   sort:
8339   - "1VNF"
8340   - "2VNF"
8341   - "4VNF"
8342   - "2VNF"
8343   - "4VNF"
8344   traces:
8345     hoverinfo: "x+y"
8346     boxpoints: "outliers"
8347     whiskerwidth: 0
8348   layout:
8349     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8350     layout: "plot-throughput"
8351
8352 -
8353   type: "plot"
8354   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8355   algorithm: "plot_performance_box"
8356   output-file-type: ".html"
8357   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8358   data: "plot-ligato-throughput-latency-3n-hsw"
8359   filter: "'NIC_Intel-X710' and
8360            '64B' and
8361            ('BASE' or 'SCALE') and
8362            'NDRPDR' and
8363            '2T2C' and
8364            'L2XCFWD' and
8365            not 'VHOST' and
8366            not 'NF_DENSITY' and
8367            'MEMIF'"
8368   parameters:
8369   - "throughput"
8370   - "parent"
8371   - "tags"
8372   sort:
8373   - "1VNF"
8374   - "2VNF"
8375   - "4VNF"
8376   - "2VNF"
8377   - "4VNF"
8378   traces:
8379     hoverinfo: "x+y"
8380     boxpoints: "outliers"
8381     whiskerwidth: 0
8382   layout:
8383     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8384     layout: "plot-throughput"
8385
8386 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
8387 -
8388   type: "plot"
8389   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8390   algorithm: "plot_performance_box"
8391   output-file-type: ".html"
8392   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8393   data: "plot-ligato-throughput-latency-3n-hsw"
8394   filter: "'NIC_Intel-X710' and
8395            '64B' and
8396            ('BASE' or 'SCALE') and
8397            'NDRPDR' and
8398            '1T1C' and
8399            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8400            not 'VHOST' and
8401            not 'NF_DENSITY' and
8402            'MEMIF'"
8403   parameters:
8404   - "throughput"
8405   - "parent"
8406   - "tags"
8407   sort:
8408   - "1VNF"
8409   - "2VNF"
8410   - "4VNF"
8411   - "2VNF"
8412   - "4VNF"
8413   traces:
8414     hoverinfo: "x+y"
8415     boxpoints: "outliers"
8416     whiskerwidth: 0
8417   layout:
8418     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8419     layout: "plot-throughput"
8420
8421 -
8422   type: "plot"
8423   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8424   algorithm: "plot_performance_box"
8425   output-file-type: ".html"
8426   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8427   data: "plot-ligato-throughput-latency-3n-hsw"
8428   filter: "'NIC_Intel-X710' and
8429            '64B' and
8430            ('BASE' or 'SCALE') and
8431            'NDRPDR' and
8432            '1T1C' and
8433            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8434            not 'VHOST' and
8435            not 'NF_DENSITY' and
8436            'MEMIF'"
8437   parameters:
8438   - "throughput"
8439   - "parent"
8440   - "tags"
8441   sort:
8442   - "1VNF"
8443   - "2VNF"
8444   - "4VNF"
8445   - "2VNF"
8446   - "4VNF"
8447   traces:
8448     hoverinfo: "x+y"
8449     boxpoints: "outliers"
8450     whiskerwidth: 0
8451   layout:
8452     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8453     layout: "plot-throughput"
8454
8455 -
8456   type: "plot"
8457   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8458   algorithm: "plot_performance_box"
8459   output-file-type: ".html"
8460   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8461   data: "plot-ligato-throughput-latency-3n-hsw"
8462   filter: "'NIC_Intel-X710' and
8463            '64B' and
8464            ('BASE' or 'SCALE') and
8465            'NDRPDR' and
8466            '2T2C' and
8467            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8468            not 'VHOST' and
8469            not 'NF_DENSITY' and
8470            'MEMIF'"
8471   parameters:
8472   - "throughput"
8473   - "parent"
8474   - "tags"
8475   sort:
8476   - "1VNF"
8477   - "2VNF"
8478   - "4VNF"
8479   - "2VNF"
8480   - "4VNF"
8481   traces:
8482     hoverinfo: "x+y"
8483     boxpoints: "outliers"
8484     whiskerwidth: 0
8485   layout:
8486     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8487     layout: "plot-throughput"
8488
8489 -
8490   type: "plot"
8491   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8492   algorithm: "plot_performance_box"
8493   output-file-type: ".html"
8494   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8495   data: "plot-ligato-throughput-latency-3n-hsw"
8496   filter: "'NIC_Intel-X710' and
8497            '64B' and
8498            ('BASE' or 'SCALE') and
8499            'NDRPDR' and
8500            '2T2C' and
8501            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8502            not 'VHOST' and
8503            not 'NF_DENSITY' and
8504            'MEMIF'"
8505   parameters:
8506   - "throughput"
8507   - "parent"
8508   - "tags"
8509   sort:
8510   - "1VNF"
8511   - "2VNF"
8512   - "4VNF"
8513   - "2VNF"
8514   - "4VNF"
8515   traces:
8516     hoverinfo: "x+y"
8517     boxpoints: "outliers"
8518     whiskerwidth: 0
8519   layout:
8520     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8521     layout: "plot-throughput"
8522
8523 ################################################################################
8524
8525 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
8526 -
8527   type: "plot"
8528   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8529   algorithm: "plot_performance_box"
8530   output-file-type: ".html"
8531   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8532   data: "plot-vpp-throughput-latency-3n-hsw"
8533   filter: "'NIC_Intel-X520-DA2' and
8534            '64B' and
8535            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8536            'NDRPDR' and
8537            '1T1C' and
8538            'IP4FWD' and
8539            not 'IPSEC' and
8540            not 'DOT1Q' and
8541            not 'VHOST'"
8542   parameters:
8543   - "throughput"
8544   - "parent"
8545   - "tags"
8546   sort:
8547   - "IP4BASE"
8548   - "FIB_20k"
8549   - "FIB_200k"
8550   - "FIB_2M"
8551   traces:
8552     hoverinfo: "x+y"
8553     boxpoints: "outliers"
8554     whiskerwidth: 0
8555   layout:
8556     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8557     layout: "plot-throughput"
8558
8559 -
8560   type: "plot"
8561   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8562   algorithm: "plot_performance_box"
8563   output-file-type: ".html"
8564   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8565   data: "plot-vpp-throughput-latency-3n-hsw"
8566   filter: "'NIC_Intel-X520-DA2' and
8567            '64B' and
8568            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8569            'NDRPDR' and
8570            '1T1C' and
8571            'IP4FWD' and
8572            not 'IPSEC' and
8573            not 'DOT1Q' and
8574            not 'VHOST'"
8575   parameters:
8576   - "throughput"
8577   - "parent"
8578   - "tags"
8579   sort:
8580   - "IP4BASE"
8581   - "FIB_20k"
8582   - "FIB_200k"
8583   - "FIB_2M"
8584   traces:
8585     hoverinfo: "x+y"
8586     boxpoints: "outliers"
8587     whiskerwidth: 0
8588   layout:
8589     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8590     layout: "plot-throughput"
8591
8592 -
8593   type: "plot"
8594   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8595   algorithm: "plot_performance_box"
8596   output-file-type: ".html"
8597   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8598   data: "plot-vpp-throughput-latency-3n-hsw"
8599   filter: "'NIC_Intel-X520-DA2' and
8600            '64B' and
8601            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8602            'NDRPDR' and
8603            '2T2C' and
8604            'IP4FWD' and
8605            not 'IPSEC' and
8606            not 'DOT1Q' and
8607            not 'VHOST'"
8608   parameters:
8609   - "throughput"
8610   - "parent"
8611   - "tags"
8612   sort:
8613   - "IP4BASE"
8614   - "FIB_20k"
8615   - "FIB_200k"
8616   - "FIB_2M"
8617   traces:
8618     hoverinfo: "x+y"
8619     boxpoints: "outliers"
8620     whiskerwidth: 0
8621   layout:
8622     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8623     layout: "plot-throughput"
8624
8625 -
8626   type: "plot"
8627   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8628   algorithm: "plot_performance_box"
8629   output-file-type: ".html"
8630   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8631   data: "plot-vpp-throughput-latency-3n-hsw"
8632   filter: "'NIC_Intel-X520-DA2' and
8633            '64B' and
8634            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8635            'NDRPDR' and
8636            '2T2C' and
8637            'IP4FWD' and
8638            not 'IPSEC' and
8639            not 'DOT1Q' and
8640            not 'VHOST'"
8641   parameters:
8642   - "throughput"
8643   - "parent"
8644   - "tags"
8645   sort:
8646   - "IP4BASE"
8647   - "FIB_20k"
8648   - "FIB_200k"
8649   - "FIB_2M"
8650   traces:
8651     hoverinfo: "x+y"
8652     boxpoints: "outliers"
8653     whiskerwidth: 0
8654   layout:
8655     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8656     layout: "plot-throughput"
8657
8658 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
8659 -
8660   type: "plot"
8661   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8662   algorithm: "plot_performance_box"
8663   output-file-type: ".html"
8664   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8665   data: "plot-vpp-throughput-latency-3n-hsw"
8666   filter: "'NIC_Intel-X520-DA2' and
8667            '64B' and
8668            ('IP4BASE' or
8669             'POLICE_MARK' or
8670             'COPWHLIST' or
8671             ('NAT44' and 'BASE') or
8672             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8673            'NDRPDR' and
8674            '1T1C' and
8675            'IP4FWD' and
8676            not 'IPSEC' and
8677            not 'VHOST'"
8678   parameters:
8679   - "throughput"
8680   - "parent"
8681   - "tags"
8682   sort:
8683   - "DOT1Q"
8684   - "IP4BASE"
8685   - "NAT44"
8686   - "POLICE_MARK"
8687   - "COPWHLIST"
8688   - "IACL"
8689   - "OACL"
8690   traces:
8691     hoverinfo: "x+y"
8692     boxpoints: "outliers"
8693     whiskerwidth: 0
8694   layout:
8695     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8696     layout: "plot-throughput"
8697
8698 -
8699   type: "plot"
8700   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8701   algorithm: "plot_performance_box"
8702   output-file-type: ".html"
8703   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8704   data: "plot-vpp-throughput-latency-3n-hsw"
8705   filter: "'NIC_Intel-X520-DA2' and
8706            '64B' and
8707            ('IP4BASE' or
8708             'POLICE_MARK' or
8709             'COPWHLIST' or
8710             ('NAT44' and 'BASE') or
8711             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8712            'NDRPDR' and
8713            '1T1C' and
8714            'IP4FWD' and
8715            not 'IPSEC' and
8716            not 'VHOST'"
8717   parameters:
8718   - "throughput"
8719   - "parent"
8720   - "tags"
8721   sort:
8722   - "DOT1Q"
8723   - "IP4BASE"
8724   - "NAT44"
8725   - "POLICE_MARK"
8726   - "COPWHLIST"
8727   - "IACL"
8728   - "OACL"
8729   traces:
8730     hoverinfo: "x+y"
8731     boxpoints: "outliers"
8732     whiskerwidth: 0
8733   layout:
8734     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8735     layout: "plot-throughput"
8736
8737 -
8738   type: "plot"
8739   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8740   algorithm: "plot_performance_box"
8741   output-file-type: ".html"
8742   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8743   data: "plot-vpp-throughput-latency-3n-hsw"
8744   filter: "'NIC_Intel-X520-DA2' and
8745            '64B' and
8746            ('IP4BASE' or
8747             'POLICE_MARK' or
8748             'COPWHLIST' or
8749             ('NAT44' and 'BASE') or
8750             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8751            'NDRPDR' and
8752            '2T2C' and
8753            'IP4FWD' and
8754            not 'IPSEC' and
8755            not 'VHOST'"
8756   parameters:
8757   - "throughput"
8758   - "parent"
8759   - "tags"
8760   sort:
8761   - "DOT1Q"
8762   - "IP4BASE"
8763   - "NAT44"
8764   - "POLICE_MARK"
8765   - "COPWHLIST"
8766   - "IACL"
8767   - "OACL"
8768   traces:
8769     hoverinfo: "x+y"
8770     boxpoints: "outliers"
8771     whiskerwidth: 0
8772   layout:
8773     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8774     layout: "plot-throughput"
8775
8776 -
8777   type: "plot"
8778   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8779   algorithm: "plot_performance_box"
8780   output-file-type: ".html"
8781   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8782   data: "plot-vpp-throughput-latency-3n-hsw"
8783   filter: "'NIC_Intel-X520-DA2' and
8784            '64B' and
8785            ('IP4BASE' or
8786             'POLICE_MARK' or
8787             'COPWHLIST' or
8788             ('NAT44' and 'BASE') or
8789             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8790            'NDRPDR' and
8791            '2T2C' and
8792            'IP4FWD' and
8793            not 'IPSEC' and
8794            not 'VHOST'"
8795   parameters:
8796   - "throughput"
8797   - "parent"
8798   - "tags"
8799   sort:
8800   - "DOT1Q"
8801   - "IP4BASE"
8802   - "NAT44"
8803   - "POLICE_MARK"
8804   - "COPWHLIST"
8805   - "IACL"
8806   - "OACL"
8807   traces:
8808     hoverinfo: "x+y"
8809     boxpoints: "outliers"
8810     whiskerwidth: 0
8811   layout:
8812     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8813     layout: "plot-throughput"
8814
8815 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
8816 -
8817   type: "plot"
8818   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8819   algorithm: "plot_performance_box"
8820   output-file-type: ".html"
8821   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8822   data: "plot-vpp-throughput-latency-3n-hsw"
8823   filter: "'NIC_Intel-X520-DA2' and
8824            '64B' and
8825            'NDRPDR' and
8826            '1T1C' and
8827            'IP4FWD' and
8828            ('NAT44' or 'IP4BASE') and
8829            not 'DOT1Q' and
8830            not 'IPSEC' and
8831            not 'VHOST'"
8832   parameters:
8833   - "throughput"
8834   - "parent"
8835   - "tags"
8836   sort:
8837   - "IP4BASE"
8838   - "BASE"
8839   - "SRC_USER_10"
8840   - "SRC_USER_100"
8841   - "SRC_USER_1000"
8842   - "SRC_USER_2000"
8843   traces:
8844     hoverinfo: "x+y"
8845     boxpoints: "outliers"
8846     whiskerwidth: 0
8847   layout:
8848     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8849     layout: "plot-throughput"
8850
8851 -
8852   type: "plot"
8853   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8854   algorithm: "plot_performance_box"
8855   output-file-type: ".html"
8856   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8857   data: "plot-vpp-throughput-latency-3n-hsw"
8858   filter: "'NIC_Intel-X520-DA2' and
8859            '64B' and
8860            'NDRPDR' and
8861            '1T1C' and
8862            'IP4FWD' and
8863            ('NAT44' or 'IP4BASE') and
8864            not 'DOT1Q' and
8865            not 'IPSEC' and
8866            not 'VHOST'"
8867   parameters:
8868   - "throughput"
8869   - "parent"
8870   - "tags"
8871   sort:
8872   - "IP4BASE"
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-1t1c-features-nat44-pdr"
8884     layout: "plot-throughput"
8885
8886 -
8887   type: "plot"
8888   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8889   algorithm: "plot_performance_box"
8890   output-file-type: ".html"
8891   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
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' or 'IP4BASE') and
8899            not 'DOT1Q' and
8900            not 'IPSEC' and
8901            not 'VHOST'"
8902   parameters:
8903   - "throughput"
8904   - "parent"
8905   - "tags"
8906   sort:
8907   - "IP4BASE"
8908   - "BASE"
8909   - "SRC_USER_10"
8910   - "SRC_USER_100"
8911   - "SRC_USER_1000"
8912   - "SRC_USER_2000"
8913   traces:
8914     hoverinfo: "x+y"
8915     boxpoints: "outliers"
8916     whiskerwidth: 0
8917   layout:
8918     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8919     layout: "plot-throughput"
8920
8921 -
8922   type: "plot"
8923   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8924   algorithm: "plot_performance_box"
8925   output-file-type: ".html"
8926   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8927   data: "plot-vpp-throughput-latency-3n-hsw"
8928   filter: "'NIC_Intel-X520-DA2' and
8929            '64B' and
8930            'NDRPDR' and
8931            '2T2C' and
8932            'IP4FWD' and
8933            ('NAT44' or 'IP4BASE') and
8934            not 'DOT1Q' and
8935            not 'IPSEC' and
8936            not 'VHOST'"
8937   parameters:
8938   - "throughput"
8939   - "parent"
8940   - "tags"
8941   sort:
8942   - "IP4BASE"
8943   - "BASE"
8944   - "SRC_USER_10"
8945   - "SRC_USER_100"
8946   - "SRC_USER_1000"
8947   - "SRC_USER_2000"
8948   traces:
8949     hoverinfo: "x+y"
8950     boxpoints: "outliers"
8951     whiskerwidth: 0
8952   layout:
8953     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8954     layout: "plot-throughput"
8955
8956 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
8957 -
8958   type: "plot"
8959   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8960   algorithm: "plot_performance_box"
8961   output-file-type: ".html"
8962   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8963   data: "plot-vpp-throughput-latency-3n-hsw"
8964   filter: "'NIC_Intel-X520-DA2' and
8965            '64B' and
8966            'NDRPDR' and
8967            '1T1C' and
8968            'IP4FWD' and
8969            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
8970            not 'IPSEC' and
8971            not 'DOT1Q' and
8972            not 'VHOST'"
8973   parameters:
8974   - "throughput"
8975   - "parent"
8976   - "tags"
8977   sort:
8978   - "IP4BASE"
8979   - "ACL_STATELESS"
8980   - "ACL_STATEFUL"
8981   - "ACL_STATELESS"
8982   - "ACL_STATEFUL"
8983   traces:
8984     hoverinfo: "x+y"
8985     boxpoints: "outliers"
8986     whiskerwidth: 0
8987   layout:
8988     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8989     layout: "plot-throughput"
8990
8991 -
8992   type: "plot"
8993   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8994   algorithm: "plot_performance_box"
8995   output-file-type: ".html"
8996   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8997   data: "plot-vpp-throughput-latency-3n-hsw"
8998   filter: "'NIC_Intel-X520-DA2' and
8999            '64B' and
9000            'NDRPDR' and
9001            '1T1C' and
9002            'IP4FWD' and
9003            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9004            not 'IPSEC' and
9005            not 'DOT1Q' and
9006            not 'VHOST'"
9007   parameters:
9008   - "throughput"
9009   - "parent"
9010   - "tags"
9011   sort:
9012   - "IP4BASE"
9013   - "ACL_STATELESS"
9014   - "ACL_STATEFUL"
9015   - "ACL_STATELESS"
9016   - "ACL_STATEFUL"
9017   traces:
9018     hoverinfo: "x+y"
9019     boxpoints: "outliers"
9020     whiskerwidth: 0
9021   layout:
9022     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9023     layout: "plot-throughput"
9024
9025 -
9026   type: "plot"
9027   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9028   algorithm: "plot_performance_box"
9029   output-file-type: ".html"
9030   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9031   data: "plot-vpp-throughput-latency-3n-hsw"
9032   filter: "'NIC_Intel-X520-DA2' and
9033            '64B' and
9034            'NDRPDR' and
9035            '2T2C' and
9036            'IP4FWD' and
9037            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9038            not 'IPSEC' and
9039            not 'DOT1Q' and
9040            not 'VHOST'"
9041   parameters:
9042   - "throughput"
9043   - "parent"
9044   - "tags"
9045   sort:
9046   - "IP4BASE"
9047   - "ACL_STATELESS"
9048   - "ACL_STATEFUL"
9049   - "ACL_STATELESS"
9050   - "ACL_STATEFUL"
9051   traces:
9052     hoverinfo: "x+y"
9053     boxpoints: "outliers"
9054     whiskerwidth: 0
9055   layout:
9056     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9057     layout: "plot-throughput"
9058
9059 -
9060   type: "plot"
9061   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9062   algorithm: "plot_performance_box"
9063   output-file-type: ".html"
9064   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9065   data: "plot-vpp-throughput-latency-3n-hsw"
9066   filter: "'NIC_Intel-X520-DA2' and
9067            '64B' and
9068            'NDRPDR' and
9069            '2T2C' and
9070            'IP4FWD' and
9071            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9072            not 'IPSEC' and
9073            not 'DOT1Q' and
9074            not 'VHOST'"
9075   parameters:
9076   - "throughput"
9077   - "parent"
9078   - "tags"
9079   sort:
9080   - "IP4BASE"
9081   - "ACL_STATELESS"
9082   - "ACL_STATEFUL"
9083   - "ACL_STATELESS"
9084   - "ACL_STATEFUL"
9085   traces:
9086     hoverinfo: "x+y"
9087     boxpoints: "outliers"
9088     whiskerwidth: 0
9089   layout:
9090     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9091     layout: "plot-throughput"
9092
9093 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
9094 -
9095   type: "plot"
9096   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9097   algorithm: "plot_performance_box"
9098   output-file-type: ".html"
9099   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9100   data: "plot-vpp-throughput-latency-3n-hsw"
9101   filter: "'NIC_Intel-X520-DA2' and
9102            '64B' and
9103            'NDRPDR' and
9104            '1T1C' and
9105            'IP4FWD' and
9106            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9107            not 'IPSEC' and
9108            not 'DOT1Q' and
9109            not 'VHOST'"
9110   parameters:
9111   - "throughput"
9112   - "parent"
9113   - "tags"
9114   sort:
9115   - "IP4BASE"
9116   - "ACL_STATELESS"
9117   - "ACL_STATEFUL"
9118   - "ACL_STATELESS"
9119   - "ACL_STATEFUL"
9120   traces:
9121     hoverinfo: "x+y"
9122     boxpoints: "outliers"
9123     whiskerwidth: 0
9124   layout:
9125     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9126     layout: "plot-throughput"
9127
9128 -
9129   type: "plot"
9130   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9131   algorithm: "plot_performance_box"
9132   output-file-type: ".html"
9133   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9134   data: "plot-vpp-throughput-latency-3n-hsw"
9135   filter: "'NIC_Intel-X520-DA2' and
9136            '64B' and
9137            'NDRPDR' and
9138            '1T1C' and
9139            'IP4FWD' and
9140            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9141            not 'IPSEC' and
9142            not 'DOT1Q' and
9143            not 'VHOST'"
9144   parameters:
9145   - "throughput"
9146   - "parent"
9147   - "tags"
9148   sort:
9149   - "IP4BASE"
9150   - "ACL_STATELESS"
9151   - "ACL_STATEFUL"
9152   - "ACL_STATELESS"
9153   - "ACL_STATEFUL"
9154   traces:
9155     hoverinfo: "x+y"
9156     boxpoints: "outliers"
9157     whiskerwidth: 0
9158   layout:
9159     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9160     layout: "plot-throughput"
9161
9162 -
9163   type: "plot"
9164   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9165   algorithm: "plot_performance_box"
9166   output-file-type: ".html"
9167   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9168   data: "plot-vpp-throughput-latency-3n-hsw"
9169   filter: "'NIC_Intel-X520-DA2' and
9170            '64B' and
9171            'NDRPDR' and
9172            '2T2C' and
9173            'IP4FWD' and
9174            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9175            not 'IPSEC' and
9176            not 'DOT1Q' and
9177            not 'VHOST'"
9178   parameters:
9179   - "throughput"
9180   - "parent"
9181   - "tags"
9182   sort:
9183   - "IP4BASE"
9184   - "ACL_STATELESS"
9185   - "ACL_STATEFUL"
9186   - "ACL_STATELESS"
9187   - "ACL_STATEFUL"
9188   traces:
9189     hoverinfo: "x+y"
9190     boxpoints: "outliers"
9191     whiskerwidth: 0
9192   layout:
9193     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9194     layout: "plot-throughput"
9195
9196 -
9197   type: "plot"
9198   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9199   algorithm: "plot_performance_box"
9200   output-file-type: ".html"
9201   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9202   data: "plot-vpp-throughput-latency-3n-hsw"
9203   filter: "'NIC_Intel-X520-DA2' and
9204            '64B' and
9205            'NDRPDR' and
9206            '2T2C' and
9207            'IP4FWD' and
9208            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9209            not 'IPSEC' and
9210            not 'DOT1Q' and
9211            not 'VHOST'"
9212   parameters:
9213   - "throughput"
9214   - "parent"
9215   - "tags"
9216   sort:
9217   - "IP4BASE"
9218   - "ACL_STATELESS"
9219   - "ACL_STATEFUL"
9220   - "ACL_STATELESS"
9221   - "ACL_STATEFUL"
9222   traces:
9223     hoverinfo: "x+y"
9224     boxpoints: "outliers"
9225     whiskerwidth: 0
9226   layout:
9227     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9228     layout: "plot-throughput"
9229
9230 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
9231 -
9232   type: "plot"
9233   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9234   algorithm: "plot_performance_box"
9235   output-file-type: ".html"
9236   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9237   data: "plot-vpp-throughput-latency-3n-hsw"
9238   filter: "'NIC_Intel-X710' and
9239            '64B' and
9240            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9241            'NDRPDR' and
9242            '1T1C' and
9243            'IP4FWD' and
9244            not 'IPSEC' and
9245            not 'DOT1Q' and
9246            not 'VHOST'"
9247   parameters:
9248   - "throughput"
9249   - "parent"
9250   - "tags"
9251   sort:
9252   - "IP4BASE"
9253   - "FIB_20K"
9254   - "FIB_200K"
9255   - "FIB_2M"
9256   traces:
9257     hoverinfo: "x+y"
9258     boxpoints: "outliers"
9259     whiskerwidth: 0
9260   layout:
9261     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9262     layout: "plot-throughput"
9263
9264 -
9265   type: "plot"
9266   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9267   algorithm: "plot_performance_box"
9268   output-file-type: ".html"
9269   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9270   data: "plot-vpp-throughput-latency-3n-hsw"
9271   filter: "'NIC_Intel-X710' and
9272            '64B' and
9273            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9274            'NDRPDR' and
9275            '1T1C' and
9276            'IP4FWD' and
9277            not 'IPSEC' and
9278            not 'DOT1Q' and
9279            not 'VHOST'"
9280   parameters:
9281   - "throughput"
9282   - "parent"
9283   - "tags"
9284   sort:
9285   - "IP4BASE"
9286   - "FIB_20K"
9287   - "FIB_200K"
9288   - "FIB_2M"
9289   traces:
9290     hoverinfo: "x+y"
9291     boxpoints: "outliers"
9292     whiskerwidth: 0
9293   layout:
9294     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9295     layout: "plot-throughput"
9296
9297 -
9298   type: "plot"
9299   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9300   algorithm: "plot_performance_box"
9301   output-file-type: ".html"
9302   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9303   data: "plot-vpp-throughput-latency-3n-hsw"
9304   filter: "'NIC_Intel-X710' and
9305            '64B' and
9306            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9307            'NDRPDR' and
9308            '2T2C' and
9309            'IP4FWD' and
9310            not 'IPSEC' and
9311            not 'DOT1Q' and
9312            not 'VHOST'"
9313   parameters:
9314   - "throughput"
9315   - "parent"
9316   - "tags"
9317   sort:
9318   - "IP4BASE"
9319   - "FIB_20K"
9320   - "FIB_200K"
9321   - "FIB_2M"
9322   traces:
9323     hoverinfo: "x+y"
9324     boxpoints: "outliers"
9325     whiskerwidth: 0
9326   layout:
9327     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9328     layout: "plot-throughput"
9329
9330 -
9331   type: "plot"
9332   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9333   algorithm: "plot_performance_box"
9334   output-file-type: ".html"
9335   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9336   data: "plot-vpp-throughput-latency-3n-hsw"
9337   filter: "'NIC_Intel-X710' and
9338            '64B' and
9339            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9340            'NDRPDR' and
9341            '2T2C' and
9342            'IP4FWD' and
9343            not 'IPSEC' and
9344            not 'DOT1Q' and
9345            not 'VHOST'"
9346   parameters:
9347   - "throughput"
9348   - "parent"
9349   - "tags"
9350   sort:
9351   - "IP4BASE"
9352   - "FIB_20K"
9353   - "FIB_200K"
9354   - "FIB_2M"
9355   traces:
9356     hoverinfo: "x+y"
9357     boxpoints: "outliers"
9358     whiskerwidth: 0
9359   layout:
9360     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9361     layout: "plot-throughput"
9362
9363 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
9364 -
9365   type: "plot"
9366   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9367   algorithm: "plot_performance_box"
9368   output-file-type: ".html"
9369   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9370   data: "plot-vpp-throughput-latency-3n-hsw"
9371   filter: "'NIC_Intel-X710' and
9372            '64B' and
9373            ('IP4BASE' or
9374             'POLICE_MARK' or
9375             'COPWHLIST' or
9376             ('NAT44' and 'BASE') or
9377             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9378            'NDRPDR' and
9379            '1T1C' and
9380            'IP4FWD' and
9381            not 'IPSEC' and
9382            not 'VHOST'"
9383   parameters:
9384   - "throughput"
9385   - "parent"
9386   - "tags"
9387   sort:
9388   - "DOT1Q"
9389   - "IP4BASE"
9390   - "NAT44"
9391   - "POLICE_MARK"
9392   - "COPWHLIST"
9393   - "IACL"
9394   - "OACL"
9395   traces:
9396     hoverinfo: "x+y"
9397     boxpoints: "outliers"
9398     whiskerwidth: 0
9399   layout:
9400     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9401     layout: "plot-throughput"
9402
9403 -
9404   type: "plot"
9405   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9406   algorithm: "plot_performance_box"
9407   output-file-type: ".html"
9408   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9409   data: "plot-vpp-throughput-latency-3n-hsw"
9410   filter: "'NIC_Intel-X710' and
9411            '64B' and
9412            ('IP4BASE' or
9413             'POLICE_MARK' or
9414             'COPWHLIST' or
9415             ('NAT44' and 'BASE') or
9416             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9417            'NDRPDR' and
9418            '1T1C' and
9419            'IP4FWD' and
9420            not 'IPSEC' and
9421            not 'VHOST'"
9422   parameters:
9423   - "throughput"
9424   - "parent"
9425   - "tags"
9426   sort:
9427   - "DOT1Q"
9428   - "IP4BASE"
9429   - "NAT44"
9430   - "POLICE_MARK"
9431   - "COPWHLIST"
9432   - "IACL"
9433   - "OACL"
9434   traces:
9435     hoverinfo: "x+y"
9436     boxpoints: "outliers"
9437     whiskerwidth: 0
9438   layout:
9439     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9440     layout: "plot-throughput"
9441
9442 -
9443   type: "plot"
9444   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9445   algorithm: "plot_performance_box"
9446   output-file-type: ".html"
9447   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9448   data: "plot-vpp-throughput-latency-3n-hsw"
9449   filter: "'NIC_Intel-X710' and
9450            '64B' and
9451            ('IP4BASE' or
9452             'POLICE_MARK' or
9453             'COPWHLIST' or
9454             ('NAT44' and 'BASE') or
9455             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9456            'NDRPDR' and
9457            '2T2C' and
9458            'IP4FWD' and
9459            not 'IPSEC' and
9460            not 'VHOST'"
9461   parameters:
9462   - "throughput"
9463   - "parent"
9464   - "tags"
9465   sort:
9466   - "DOT1Q"
9467   - "IP4BASE"
9468   - "NAT44"
9469   - "POLICE_MARK"
9470   - "COPWHLIST"
9471   - "IACL"
9472   - "OACL"
9473   traces:
9474     hoverinfo: "x+y"
9475     boxpoints: "outliers"
9476     whiskerwidth: 0
9477   layout:
9478     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9479     layout: "plot-throughput"
9480
9481 -
9482   type: "plot"
9483   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9484   algorithm: "plot_performance_box"
9485   output-file-type: ".html"
9486   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9487   data: "plot-vpp-throughput-latency-3n-hsw"
9488   filter: "'NIC_Intel-X710' and
9489            '64B' and
9490            ('IP4BASE' or
9491             'POLICE_MARK' or
9492             'COPWHLIST' or
9493             ('NAT44' and 'BASE') or
9494             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9495            'NDRPDR' and
9496            '2T2C' and
9497            'IP4FWD' and
9498            not 'IPSEC' and
9499            not 'VHOST'"
9500   parameters:
9501   - "throughput"
9502   - "parent"
9503   - "tags"
9504   sort:
9505   - "DOT1Q"
9506   - "IP4BASE"
9507   - "NAT44"
9508   - "POLICE_MARK"
9509   - "COPWHLIST"
9510   - "IACL"
9511   - "OACL"
9512   traces:
9513     hoverinfo: "x+y"
9514     boxpoints: "outliers"
9515     whiskerwidth: 0
9516   layout:
9517     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9518     layout: "plot-throughput"
9519
9520 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
9521 -
9522   type: "plot"
9523   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9524   algorithm: "plot_performance_box"
9525   output-file-type: ".html"
9526   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9527   data: "plot-vpp-throughput-latency-3n-skx"
9528   filter: "'NIC_Intel-X710' and
9529            '64B' and
9530            'NDRPDR' and
9531            '2T1C' and
9532            'IP4FWD' and
9533            ('NAT44' or 'IP4BASE') and
9534            not 'IPSEC' and
9535            not 'VHOST'"
9536   parameters:
9537   - "throughput"
9538   - "parent"
9539   - "tags"
9540   sort:
9541   - "IP4BASE"
9542   - "BASE"
9543   - "SRC_USER_10"
9544   - "SRC_USER_100"
9545   - "SRC_USER_1000"
9546   - "SRC_USER_2000"
9547   traces:
9548     hoverinfo: "x+y"
9549     boxpoints: "outliers"
9550     whiskerwidth: 0
9551   layout:
9552     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9553     layout: "plot-throughput"
9554
9555 -
9556   type: "plot"
9557   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9558   algorithm: "plot_performance_box"
9559   output-file-type: ".html"
9560   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9561   data: "plot-vpp-throughput-latency-3n-skx"
9562   filter: "'NIC_Intel-X710' and
9563            '64B' and
9564            'NDRPDR' and
9565            '2T1C' and
9566            'IP4FWD' and
9567            ('NAT44' or 'IP4BASE') and
9568            not 'IPSEC' and
9569            not 'VHOST'"
9570   parameters:
9571   - "throughput"
9572   - "parent"
9573   - "tags"
9574   sort:
9575   - "IP4BASE"
9576   - "BASE"
9577   - "SRC_USER_10"
9578   - "SRC_USER_100"
9579   - "SRC_USER_1000"
9580   - "SRC_USER_2000"
9581   traces:
9582     hoverinfo: "x+y"
9583     boxpoints: "outliers"
9584     whiskerwidth: 0
9585   layout:
9586     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9587     layout: "plot-throughput"
9588
9589 -
9590   type: "plot"
9591   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9592   algorithm: "plot_performance_box"
9593   output-file-type: ".html"
9594   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9595   data: "plot-vpp-throughput-latency-3n-skx"
9596   filter: "'NIC_Intel-X710' and
9597            '64B' and
9598            'NDRPDR' and
9599            '4T2C' and
9600            'IP4FWD' and
9601            ('NAT44' or 'IP4BASE') and
9602            not 'IPSEC' and
9603            not 'VHOST'"
9604   parameters:
9605   - "throughput"
9606   - "parent"
9607   - "tags"
9608   sort:
9609   - "IP4BASE"
9610   - "BASE"
9611   - "SRC_USER_10"
9612   - "SRC_USER_100"
9613   - "SRC_USER_1000"
9614   - "SRC_USER_2000"
9615   traces:
9616     hoverinfo: "x+y"
9617     boxpoints: "outliers"
9618     whiskerwidth: 0
9619   layout:
9620     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9621     layout: "plot-throughput"
9622
9623 -
9624   type: "plot"
9625   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9626   algorithm: "plot_performance_box"
9627   output-file-type: ".html"
9628   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9629   data: "plot-vpp-throughput-latency-3n-skx"
9630   filter: "'NIC_Intel-X710' and
9631            '64B' and
9632            'NDRPDR' and
9633            '4T2C' and
9634            'IP4FWD' and
9635            ('NAT44' or 'IP4BASE') and
9636            not 'IPSEC' and
9637            not 'VHOST'"
9638   parameters:
9639   - "throughput"
9640   - "parent"
9641   - "tags"
9642   sort:
9643   - "IP4BASE"
9644   - "BASE"
9645   - "SRC_USER_10"
9646   - "SRC_USER_100"
9647   - "SRC_USER_1000"
9648   - "SRC_USER_2000"
9649   traces:
9650     hoverinfo: "x+y"
9651     boxpoints: "outliers"
9652     whiskerwidth: 0
9653   layout:
9654     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9655     layout: "plot-throughput"
9656
9657 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
9658 -
9659   type: "plot"
9660   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9661   algorithm: "plot_performance_box"
9662   output-file-type: ".html"
9663   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9664   data: "plot-vpp-throughput-latency-3n-skx"
9665   filter: "'NIC_Intel-X710' and
9666            '64B' and
9667            'NDRPDR' and
9668            '2T1C' and
9669            'IP4FWD' and
9670            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9671            not 'IPSEC' and
9672            not 'VHOST'"
9673   parameters:
9674   - "throughput"
9675   - "parent"
9676   - "tags"
9677   sort:
9678   - "IP4BASE"
9679   - "ACL_STATELESS"
9680   - "ACL_STATEFUL"
9681   - "ACL_STATELESS"
9682   - "ACL_STATEFUL"
9683   traces:
9684     hoverinfo: "x+y"
9685     boxpoints: "outliers"
9686     whiskerwidth: 0
9687   layout:
9688     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9689     layout: "plot-throughput"
9690
9691 -
9692   type: "plot"
9693   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9694   algorithm: "plot_performance_box"
9695   output-file-type: ".html"
9696   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9697   data: "plot-vpp-throughput-latency-3n-skx"
9698   filter: "'NIC_Intel-X710' and
9699            '64B' and
9700            'NDRPDR' and
9701            '2T1C' and
9702            'IP4FWD' and
9703            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9704            not 'IPSEC' and
9705            not 'VHOST'"
9706   parameters:
9707   - "throughput"
9708   - "parent"
9709   - "tags"
9710   sort:
9711   - "IP4BASE"
9712   - "ACL_STATELESS"
9713   - "ACL_STATEFUL"
9714   - "ACL_STATELESS"
9715   - "ACL_STATEFUL"
9716   traces:
9717     hoverinfo: "x+y"
9718     boxpoints: "outliers"
9719     whiskerwidth: 0
9720   layout:
9721     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9722     layout: "plot-throughput"
9723
9724 -
9725   type: "plot"
9726   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9727   algorithm: "plot_performance_box"
9728   output-file-type: ".html"
9729   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9730   data: "plot-vpp-throughput-latency-3n-skx"
9731   filter: "'NIC_Intel-X710' and
9732            '64B' and
9733            'NDRPDR' and
9734            '4T2C' and
9735            'IP4FWD' and
9736            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9737            not 'IPSEC' and
9738            not 'VHOST'"
9739   parameters:
9740   - "throughput"
9741   - "parent"
9742   - "tags"
9743   sort:
9744   - "IP4BASE"
9745   - "ACL_STATELESS"
9746   - "ACL_STATEFUL"
9747   - "ACL_STATELESS"
9748   - "ACL_STATEFUL"
9749   traces:
9750     hoverinfo: "x+y"
9751     boxpoints: "outliers"
9752     whiskerwidth: 0
9753   layout:
9754     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9755     layout: "plot-throughput"
9756
9757 -
9758   type: "plot"
9759   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9760   algorithm: "plot_performance_box"
9761   output-file-type: ".html"
9762   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9763   data: "plot-vpp-throughput-latency-3n-skx"
9764   filter: "'NIC_Intel-X710' and
9765            '64B' and
9766            'NDRPDR' and
9767            '4T2C' and
9768            'IP4FWD' and
9769            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9770            not 'IPSEC' and
9771            not 'VHOST'"
9772   parameters:
9773   - "throughput"
9774   - "parent"
9775   - "tags"
9776   sort:
9777   - "IP4BASE"
9778   - "ACL_STATELESS"
9779   - "ACL_STATEFUL"
9780   - "ACL_STATELESS"
9781   - "ACL_STATEFUL"
9782   traces:
9783     hoverinfo: "x+y"
9784     boxpoints: "outliers"
9785     whiskerwidth: 0
9786   layout:
9787     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9788     layout: "plot-throughput"
9789
9790 ## Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
9791 #-
9792 #  type: "plot"
9793 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9794 #  algorithm: "plot_performance_box"
9795 #  output-file-type: ".html"
9796 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9797 #  data: "plot-vpp-throughput-latency-3n-skx"
9798 #  filter: "'NIC_Intel-X710' and
9799 #           '64B' and
9800 #           'NDRPDR' and
9801 #           '2T1C' and
9802 #           'IP4FWD' and
9803 #           'OACL' and
9804 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
9805 #           not 'IPSEC' and
9806 #           not 'VHOST'"
9807 #  parameters:
9808 #  - "throughput"
9809 #  - "parent"
9810 #  - "tags"
9811 #  sort:
9812 #  - "ACL_STATELESS"
9813 #  - "ACL_STATEFUL"
9814 #  - "ACL_STATELESS"
9815 #  - "ACL_STATEFUL"
9816 #  traces:
9817 #    hoverinfo: "x+y"
9818 #    boxpoints: "outliers"
9819 #    whiskerwidth: 0
9820 #  layout:
9821 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9822 #    layout: "plot-throughput"
9823 #
9824 #-
9825 #  type: "plot"
9826 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9827 #  algorithm: "plot_performance_box"
9828 #  output-file-type: ".html"
9829 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9830 #  data: "plot-vpp-throughput-latency-3n-skx"
9831 #  filter: "'NIC_Intel-X710' and
9832 #           '64B' and
9833 #           'NDRPDR' and
9834 #           '2T1C' and
9835 #           'IP4FWD' and
9836 #           'OACL' and
9837 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
9838 #           not 'IPSEC' and
9839 #           not 'VHOST'"
9840 #  parameters:
9841 #  - "throughput"
9842 #  - "parent"
9843 #  - "tags"
9844 #  sort:
9845 #  - "ACL_STATELESS"
9846 #  - "ACL_STATEFUL"
9847 #  - "ACL_STATELESS"
9848 #  - "ACL_STATEFUL"
9849 #  traces:
9850 #    hoverinfo: "x+y"
9851 #    boxpoints: "outliers"
9852 #    whiskerwidth: 0
9853 #  layout:
9854 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9855 #    layout: "plot-throughput"
9856 #
9857 #-
9858 #  type: "plot"
9859 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9860 #  algorithm: "plot_performance_box"
9861 #  output-file-type: ".html"
9862 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9863 #  data: "plot-vpp-throughput-latency-3n-skx"
9864 #  filter: "'NIC_Intel-X710' and
9865 #           '64B' and
9866 #           'NDRPDR' and
9867 #           '4T2C' and
9868 #           'IP4FWD' and
9869 #           'OACL' and
9870 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
9871 #           not 'IPSEC' and
9872 #           not 'VHOST'"
9873 #  parameters:
9874 #  - "throughput"
9875 #  - "parent"
9876 #  - "tags"
9877 #  sort:
9878 #  - "ACL_STATELESS"
9879 #  - "ACL_STATEFUL"
9880 #  - "ACL_STATELESS"
9881 #  - "ACL_STATEFUL"
9882 #  traces:
9883 #    hoverinfo: "x+y"
9884 #    boxpoints: "outliers"
9885 #    whiskerwidth: 0
9886 #  layout:
9887 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9888 #    layout: "plot-throughput"
9889 #
9890 #-
9891 #  type: "plot"
9892 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9893 #  algorithm: "plot_performance_box"
9894 #  output-file-type: ".html"
9895 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9896 #  data: "plot-vpp-throughput-latency-3n-skx"
9897 #  filter: "'NIC_Intel-X710' and
9898 #           '64B' and
9899 #           'NDRPDR' and
9900 #           '4T2C' and
9901 #           'IP4FWD' and
9902 #           'OACL' and
9903 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
9904 #           not 'IPSEC' and
9905 #           not 'VHOST'"
9906 #  parameters:
9907 #  - "throughput"
9908 #  - "parent"
9909 #  - "tags"
9910 #  sort:
9911 #  - "ACL_STATELESS"
9912 #  - "ACL_STATEFUL"
9913 #  - "ACL_STATELESS"
9914 #  - "ACL_STATEFUL"
9915 #  traces:
9916 #    hoverinfo: "x+y"
9917 #    boxpoints: "outliers"
9918 #    whiskerwidth: 0
9919 #  layout:
9920 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9921 #    layout: "plot-throughput"
9922
9923 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
9924 -
9925   type: "plot"
9926   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9927   algorithm: "plot_performance_box"
9928   output-file-type: ".html"
9929   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9930   data: "plot-vpp-throughput-latency-3n-hsw"
9931   filter: "'NIC_Intel-XL710' and
9932            '64B' and
9933            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9934            'NDRPDR' and
9935            '1T1C' and
9936            'IP4FWD' and
9937            not 'IPSEC' and
9938            not 'VHOST'"
9939   parameters:
9940   - "throughput"
9941   - "parent"
9942   - "tags"
9943   sort:
9944   - "IP4BASE"
9945   - "FIB_20K"
9946   - "FIB_200K"
9947   - "FIB_2M"
9948   traces:
9949     hoverinfo: "x+y"
9950     boxpoints: "outliers"
9951     whiskerwidth: 0
9952   layout:
9953     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9954     layout: "plot-throughput"
9955
9956 -
9957   type: "plot"
9958   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9959   algorithm: "plot_performance_box"
9960   output-file-type: ".html"
9961   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9962   data: "plot-vpp-throughput-latency-3n-hsw"
9963   filter: "'NIC_Intel-XL710' and
9964            '64B' and
9965            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9966            'NDRPDR' and
9967            '1T1C' and
9968            'IP4FWD' and
9969            not 'IPSEC' and
9970            not 'VHOST'"
9971   parameters:
9972   - "throughput"
9973   - "parent"
9974   - "tags"
9975   sort:
9976   - "IP4BASE"
9977   - "FIB_20K"
9978   - "FIB_200K"
9979   - "FIB_2M"
9980   traces:
9981     hoverinfo: "x+y"
9982     boxpoints: "outliers"
9983     whiskerwidth: 0
9984   layout:
9985     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9986     layout: "plot-throughput"
9987
9988 -
9989   type: "plot"
9990   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9991   algorithm: "plot_performance_box"
9992   output-file-type: ".html"
9993   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9994   data: "plot-vpp-throughput-latency-3n-hsw"
9995   filter: "'NIC_Intel-XL710' and
9996            '64B' and
9997            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9998            'NDRPDR' and
9999            '2T2C' and
10000            'IP4FWD' and
10001            not 'IPSEC' and
10002            not 'VHOST'"
10003   parameters:
10004   - "throughput"
10005   - "parent"
10006   - "tags"
10007   sort:
10008   - "IP4BASE"
10009   - "FIB_20K"
10010   - "FIB_200K"
10011   - "FIB_2M"
10012   traces:
10013     hoverinfo: "x+y"
10014     boxpoints: "outliers"
10015     whiskerwidth: 0
10016   layout:
10017     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
10018     layout: "plot-throughput"
10019
10020 -
10021   type: "plot"
10022   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
10023   algorithm: "plot_performance_box"
10024   output-file-type: ".html"
10025   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
10026   data: "plot-vpp-throughput-latency-3n-hsw"
10027   filter: "'NIC_Intel-XL710' and
10028            '64B' and
10029            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10030            'NDRPDR' and
10031            '2T2C' and
10032            'IP4FWD' and
10033            not 'IPSEC' and
10034            not 'VHOST'"
10035   parameters:
10036   - "throughput"
10037   - "parent"
10038   - "tags"
10039   sort:
10040   - "IP4BASE"
10041   - "FIB_20K"
10042   - "FIB_200K"
10043   - "FIB_2M"
10044   traces:
10045     hoverinfo: "x+y"
10046     boxpoints: "outliers"
10047     whiskerwidth: 0
10048   layout:
10049     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
10050     layout: "plot-throughput"
10051
10052 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
10053 -
10054   type: "plot"
10055   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10056   algorithm: "plot_performance_box"
10057   output-file-type: ".html"
10058   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10059   data: "plot-vpp-throughput-latency-3n-skx"
10060   filter: "'NIC_Intel-X710' and
10061            '64B' and
10062            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10063            'NDRPDR' and
10064            '2T1C' and
10065            'IP4FWD' and
10066            not 'IPSEC' and
10067            not 'DOT1Q' and
10068            not 'VHOST'"
10069   parameters:
10070   - "throughput"
10071   - "parent"
10072   - "tags"
10073   sort:
10074   - "IP4BASE"
10075   - "FIB_20K"
10076   - "FIB_200K"
10077   - "FIB_2M"
10078   traces:
10079     hoverinfo: "x+y"
10080     boxpoints: "outliers"
10081     whiskerwidth: 0
10082   layout:
10083     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10084     layout: "plot-throughput"
10085
10086 -
10087   type: "plot"
10088   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10089   algorithm: "plot_performance_box"
10090   output-file-type: ".html"
10091   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10092   data: "plot-vpp-throughput-latency-3n-skx"
10093   filter: "'NIC_Intel-X710' and
10094            '64B' and
10095            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10096            'NDRPDR' and
10097            '2T1C' and
10098            'IP4FWD' and
10099            not 'IPSEC' and
10100            not 'DOT1Q' and
10101            not 'VHOST'"
10102   parameters:
10103   - "throughput"
10104   - "parent"
10105   - "tags"
10106   sort:
10107   - "IP4BASE"
10108   - "FIB_20K"
10109   - "FIB_200K"
10110   - "FIB_2M"
10111   traces:
10112     hoverinfo: "x+y"
10113     boxpoints: "outliers"
10114     whiskerwidth: 0
10115   layout:
10116     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10117     layout: "plot-throughput"
10118
10119 -
10120   type: "plot"
10121   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10122   algorithm: "plot_performance_box"
10123   output-file-type: ".html"
10124   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10125   data: "plot-vpp-throughput-latency-3n-skx"
10126   filter: "'NIC_Intel-X710' and
10127            '64B' and
10128            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10129            'NDRPDR' and
10130            '4T2C' and
10131            'IP4FWD' and
10132            not 'IPSEC' and
10133            not 'DOT1Q' and
10134            not 'VHOST'"
10135   parameters:
10136   - "throughput"
10137   - "parent"
10138   - "tags"
10139   sort:
10140   - "IP4BASE"
10141   - "FIB_20K"
10142   - "FIB_200K"
10143   - "FIB_2M"
10144   traces:
10145     hoverinfo: "x+y"
10146     boxpoints: "outliers"
10147     whiskerwidth: 0
10148   layout:
10149     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10150     layout: "plot-throughput"
10151
10152 -
10153   type: "plot"
10154   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10155   algorithm: "plot_performance_box"
10156   output-file-type: ".html"
10157   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10158   data: "plot-vpp-throughput-latency-3n-skx"
10159   filter: "'NIC_Intel-X710' and
10160            '64B' and
10161            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10162            'NDRPDR' and
10163            '4T2C' and
10164            'IP4FWD' and
10165            not 'IPSEC' and
10166            not 'DOT1Q' and
10167            not 'VHOST'"
10168   parameters:
10169   - "throughput"
10170   - "parent"
10171   - "tags"
10172   sort:
10173   - "IP4BASE"
10174   - "FIB_20K"
10175   - "FIB_200K"
10176   - "FIB_2M"
10177   traces:
10178     hoverinfo: "x+y"
10179     boxpoints: "outliers"
10180     whiskerwidth: 0
10181   layout:
10182     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10183     layout: "plot-throughput"
10184
10185 # Packet Throughput - VPP IPv4 3n-skx-x710 features
10186 -
10187   type: "plot"
10188   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
10189   algorithm: "plot_performance_box"
10190   output-file-type: ".html"
10191   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
10192   data: "plot-vpp-throughput-latency-3n-skx"
10193   filter: "'NIC_Intel-X710' and
10194            '64B' and
10195            ('IP4BASE' or
10196             'POLICE_MARK' or
10197             'COPWHLIST' or
10198             ('NAT44' and 'BASE') or
10199             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10200            'NDRPDR' and
10201            '2T1C' and
10202            'IP4FWD' and
10203            not 'IPSEC' and
10204            not 'VHOST'"
10205   parameters:
10206   - "throughput"
10207   - "parent"
10208   - "tags"
10209   sort:
10210   - "DOT1Q"
10211   - "IP4BASE"
10212   - "NAT44"
10213   - "POLICE_MARK"
10214   - "COPWHLIST"
10215   - "IACL"
10216   - "OACL"
10217   traces:
10218     hoverinfo: "x+y"
10219     boxpoints: "outliers"
10220     whiskerwidth: 0
10221   layout:
10222     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
10223     layout: "plot-throughput"
10224
10225 -
10226   type: "plot"
10227   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
10228   algorithm: "plot_performance_box"
10229   output-file-type: ".html"
10230   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
10231   data: "plot-vpp-throughput-latency-3n-skx"
10232   filter: "'NIC_Intel-X710' and
10233            '64B' and
10234            ('IP4BASE' or
10235             'POLICE_MARK' or
10236             'COPWHLIST' or
10237             ('NAT44' and 'BASE') or
10238             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10239            'NDRPDR' and
10240            '2T1C' and
10241            'IP4FWD' and
10242            not 'IPSEC' and
10243            not 'VHOST'"
10244   parameters:
10245   - "throughput"
10246   - "parent"
10247   - "tags"
10248   sort:
10249   - "DOT1Q"
10250   - "IP4BASE"
10251   - "NAT44"
10252   - "POLICE_MARK"
10253   - "COPWHLIST"
10254   - "IACL"
10255   - "OACL"
10256   traces:
10257     hoverinfo: "x+y"
10258     boxpoints: "outliers"
10259     whiskerwidth: 0
10260   layout:
10261     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
10262     layout: "plot-throughput"
10263
10264 -
10265   type: "plot"
10266   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
10267   algorithm: "plot_performance_box"
10268   output-file-type: ".html"
10269   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
10270   data: "plot-vpp-throughput-latency-3n-skx"
10271   filter: "'NIC_Intel-X710' and
10272            '64B' and
10273            ('IP4BASE' or
10274             'POLICE_MARK' or
10275             'COPWHLIST' or
10276             ('NAT44' and 'BASE') or
10277             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10278            'NDRPDR' and
10279            '4T2C' and
10280            'IP4FWD' and
10281            not 'IPSEC' and
10282            not 'VHOST'"
10283   parameters:
10284   - "throughput"
10285   - "parent"
10286   - "tags"
10287   sort:
10288   - "DOT1Q"
10289   - "IP4BASE"
10290   - "NAT44"
10291   - "POLICE_MARK"
10292   - "COPWHLIST"
10293   - "IACL"
10294   - "OACL"
10295   traces:
10296     hoverinfo: "x+y"
10297     boxpoints: "outliers"
10298     whiskerwidth: 0
10299   layout:
10300     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
10301     layout: "plot-throughput"
10302
10303 -
10304   type: "plot"
10305   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
10306   algorithm: "plot_performance_box"
10307   output-file-type: ".html"
10308   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
10309   data: "plot-vpp-throughput-latency-3n-skx"
10310   filter: "'NIC_Intel-X710' and
10311            '64B' and
10312            ('IP4BASE' or
10313             'POLICE_MARK' or
10314             'COPWHLIST' or
10315             ('NAT44' and 'BASE') or
10316             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10317            'NDRPDR' and
10318            '4T2C' and
10319            'IP4FWD' and
10320            not 'IPSEC' and
10321            not 'VHOST'"
10322   parameters:
10323   - "throughput"
10324   - "parent"
10325   - "tags"
10326   sort:
10327   - "DOT1Q"
10328   - "IP4BASE"
10329   - "NAT44"
10330   - "POLICE_MARK"
10331   - "COPWHLIST"
10332   - "IACL"
10333   - "OACL"
10334   traces:
10335     hoverinfo: "x+y"
10336     boxpoints: "outliers"
10337     whiskerwidth: 0
10338   layout:
10339     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
10340     layout: "plot-throughput"
10341
10342 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
10343 -
10344   type: "plot"
10345   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10346   algorithm: "plot_performance_box"
10347   output-file-type: ".html"
10348   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10349   data: "plot-vpp-throughput-latency-3n-hsw"
10350   filter: "'NIC_Intel-X710' and
10351            '64B' and
10352            'NDRPDR' and
10353            '1T1C' and
10354            'IP4FWD' and
10355            ('NAT44' or 'IP4BASE') and
10356            not 'IPSEC' and
10357            not 'VHOST'"
10358   parameters:
10359   - "throughput"
10360   - "parent"
10361   - "tags"
10362   sort:
10363   - "IP4BASE"
10364   - "BASE"
10365   - "SRC_USER_10"
10366   - "SRC_USER_100"
10367   - "SRC_USER_1000"
10368   - "SRC_USER_2000"
10369   traces:
10370     hoverinfo: "x+y"
10371     boxpoints: "outliers"
10372     whiskerwidth: 0
10373   layout:
10374     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10375     layout: "plot-throughput"
10376
10377 -
10378   type: "plot"
10379   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10380   algorithm: "plot_performance_box"
10381   output-file-type: ".html"
10382   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10383   data: "plot-vpp-throughput-latency-3n-hsw"
10384   filter: "'NIC_Intel-X710' and
10385            '64B' and
10386            'NDRPDR' and
10387            '1T1C' and
10388            'IP4FWD' and
10389            ('NAT44' or 'IP4BASE') and
10390            not 'IPSEC' and
10391            not 'VHOST'"
10392   parameters:
10393   - "throughput"
10394   - "parent"
10395   - "tags"
10396   sort:
10397   - "IP4BASE"
10398   - "BASE"
10399   - "SRC_USER_10"
10400   - "SRC_USER_100"
10401   - "SRC_USER_1000"
10402   - "SRC_USER_2000"
10403   traces:
10404     hoverinfo: "x+y"
10405     boxpoints: "outliers"
10406     whiskerwidth: 0
10407   layout:
10408     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10409     layout: "plot-throughput"
10410
10411 -
10412   type: "plot"
10413   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10414   algorithm: "plot_performance_box"
10415   output-file-type: ".html"
10416   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10417   data: "plot-vpp-throughput-latency-3n-hsw"
10418   filter: "'NIC_Intel-X710' and
10419            '64B' and
10420            'NDRPDR' and
10421            '2T2C' and
10422            'IP4FWD' and
10423            ('NAT44' or 'IP4BASE') and
10424            not 'IPSEC' and
10425            not 'VHOST'"
10426   parameters:
10427   - "throughput"
10428   - "parent"
10429   - "tags"
10430   sort:
10431   - "IP4BASE"
10432   - "BASE"
10433   - "SRC_USER_10"
10434   - "SRC_USER_100"
10435   - "SRC_USER_1000"
10436   - "SRC_USER_2000"
10437   traces:
10438     hoverinfo: "x+y"
10439     boxpoints: "outliers"
10440     whiskerwidth: 0
10441   layout:
10442     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10443     layout: "plot-throughput"
10444
10445 -
10446   type: "plot"
10447   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10448   algorithm: "plot_performance_box"
10449   output-file-type: ".html"
10450   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10451   data: "plot-vpp-throughput-latency-3n-hsw"
10452   filter: "'NIC_Intel-X710' and
10453            '64B' and
10454            'NDRPDR' and
10455            '2T2C' and
10456            'IP4FWD' and
10457            ('NAT44' or 'IP4BASE') and
10458            not 'IPSEC' and
10459            not 'VHOST'"
10460   parameters:
10461   - "throughput"
10462   - "parent"
10463   - "tags"
10464   sort:
10465   - "IP4BASE"
10466   - "BASE"
10467   - "SRC_USER_10"
10468   - "SRC_USER_100"
10469   - "SRC_USER_1000"
10470   - "SRC_USER_2000"
10471   traces:
10472     hoverinfo: "x+y"
10473     boxpoints: "outliers"
10474     whiskerwidth: 0
10475   layout:
10476     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10477     layout: "plot-throughput"
10478
10479 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
10480 -
10481   type: "plot"
10482   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10483   algorithm: "plot_performance_box"
10484   output-file-type: ".html"
10485   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10486   data: "plot-vpp-throughput-latency-3n-hsw"
10487   filter: "'NIC_Intel-X710' and
10488            '64B' and
10489            'NDRPDR' and
10490            '1T1C' and
10491            'IP4FWD' and
10492            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10493            not 'IPSEC' and
10494            not 'VHOST'"
10495   parameters:
10496   - "throughput"
10497   - "parent"
10498   - "tags"
10499   sort:
10500   - "IP4BASE"
10501   - "ACL_STATELESS"
10502   - "ACL_STATEFUL"
10503   - "ACL_STATELESS"
10504   - "ACL_STATEFUL"
10505   traces:
10506     hoverinfo: "x+y"
10507     boxpoints: "outliers"
10508     whiskerwidth: 0
10509   layout:
10510     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10511     layout: "plot-throughput"
10512
10513 -
10514   type: "plot"
10515   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10516   algorithm: "plot_performance_box"
10517   output-file-type: ".html"
10518   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10519   data: "plot-vpp-throughput-latency-3n-hsw"
10520   filter: "'NIC_Intel-X710' and
10521            '64B' and
10522            'NDRPDR' and
10523            '1T1C' and
10524            'IP4FWD' and
10525            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10526            not 'IPSEC' and
10527            not 'VHOST'"
10528   parameters:
10529   - "throughput"
10530   - "parent"
10531   - "tags"
10532   sort:
10533   - "IP4BASE"
10534   - "ACL_STATELESS"
10535   - "ACL_STATEFUL"
10536   - "ACL_STATELESS"
10537   - "ACL_STATEFUL"
10538   traces:
10539     hoverinfo: "x+y"
10540     boxpoints: "outliers"
10541     whiskerwidth: 0
10542   layout:
10543     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10544     layout: "plot-throughput"
10545
10546 -
10547   type: "plot"
10548   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10549   algorithm: "plot_performance_box"
10550   output-file-type: ".html"
10551   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10552   data: "plot-vpp-throughput-latency-3n-hsw"
10553   filter: "'NIC_Intel-X710' and
10554            '64B' and
10555            'NDRPDR' and
10556            '2T2C' and
10557            'IP4FWD' and
10558            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10559            not 'IPSEC' and
10560            not 'VHOST'"
10561   parameters:
10562   - "throughput"
10563   - "parent"
10564   - "tags"
10565   sort:
10566   - "IP4BASE"
10567   - "ACL_STATELESS"
10568   - "ACL_STATEFUL"
10569   - "ACL_STATELESS"
10570   - "ACL_STATEFUL"
10571   traces:
10572     hoverinfo: "x+y"
10573     boxpoints: "outliers"
10574     whiskerwidth: 0
10575   layout:
10576     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10577     layout: "plot-throughput"
10578
10579 -
10580   type: "plot"
10581   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10582   algorithm: "plot_performance_box"
10583   output-file-type: ".html"
10584   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10585   data: "plot-vpp-throughput-latency-3n-hsw"
10586   filter: "'NIC_Intel-X710' and
10587            '64B' and
10588            'NDRPDR' and
10589            '2T2C' and
10590            'IP4FWD' and
10591            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10592            not 'IPSEC' and
10593            not 'VHOST'"
10594   parameters:
10595   - "throughput"
10596   - "parent"
10597   - "tags"
10598   sort:
10599   - "IP4BASE"
10600   - "ACL_STATELESS"
10601   - "ACL_STATEFUL"
10602   - "ACL_STATELESS"
10603   - "ACL_STATEFUL"
10604   traces:
10605     hoverinfo: "x+y"
10606     boxpoints: "outliers"
10607     whiskerwidth: 0
10608   layout:
10609     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10610     layout: "plot-throughput"
10611
10612 ## Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
10613 #-
10614 #  type: "plot"
10615 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10616 #  algorithm: "plot_performance_box"
10617 #  output-file-type: ".html"
10618 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10619 #  data: "plot-vpp-throughput-latency-3n-hsw"
10620 #  filter: "'NIC_Intel-X710' and
10621 #           '64B' and
10622 #           'NDRPDR' and
10623 #           '1T1C' and
10624 #           'IP4FWD' and
10625 #           'OACL' and
10626 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10627 #           not 'IPSEC' and
10628 #           not 'VHOST'"
10629 #  parameters:
10630 #  - "throughput"
10631 #  - "parent"
10632 #  - "tags"
10633 #  sort:
10634 #  - "ACL_STATELESS"
10635 #  - "ACL_STATEFUL"
10636 #  - "ACL_STATELESS"
10637 #  - "ACL_STATEFUL"
10638 #  traces:
10639 #    hoverinfo: "x+y"
10640 #    boxpoints: "outliers"
10641 #    whiskerwidth: 0
10642 #  layout:
10643 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10644 #    layout: "plot-throughput"
10645 #
10646 #-
10647 #  type: "plot"
10648 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10649 #  algorithm: "plot_performance_box"
10650 #  output-file-type: ".html"
10651 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10652 #  data: "plot-vpp-throughput-latency-3n-hsw"
10653 #  filter: "'NIC_Intel-X710' and
10654 #           '64B' and
10655 #           'NDRPDR' and
10656 #           '1T1C' and
10657 #           'IP4FWD' and
10658 #           'OACL' and
10659 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10660 #           not 'IPSEC' and
10661 #           not 'VHOST'"
10662 #  parameters:
10663 #  - "throughput"
10664 #  - "parent"
10665 #  - "tags"
10666 #  sort:
10667 #  - "ACL_STATELESS"
10668 #  - "ACL_STATEFUL"
10669 #  - "ACL_STATELESS"
10670 #  - "ACL_STATEFUL"
10671 #  traces:
10672 #    hoverinfo: "x+y"
10673 #    boxpoints: "outliers"
10674 #    whiskerwidth: 0
10675 #  layout:
10676 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10677 #    layout: "plot-throughput"
10678 #
10679 #-
10680 #  type: "plot"
10681 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10682 #  algorithm: "plot_performance_box"
10683 #  output-file-type: ".html"
10684 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10685 #  data: "plot-vpp-throughput-latency-3n-hsw"
10686 #  filter: "'NIC_Intel-X710' and
10687 #           '64B' and
10688 #           'NDRPDR' and
10689 #           '2T2C' and
10690 #           'IP4FWD' and
10691 #           'OACL' and
10692 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10693 #           not 'IPSEC' and
10694 #           not 'VHOST'"
10695 #  parameters:
10696 #  - "throughput"
10697 #  - "parent"
10698 #  - "tags"
10699 #  sort:
10700 #  - "ACL_STATELESS"
10701 #  - "ACL_STATEFUL"
10702 #  - "ACL_STATELESS"
10703 #  - "ACL_STATEFUL"
10704 #  traces:
10705 #    hoverinfo: "x+y"
10706 #    boxpoints: "outliers"
10707 #    whiskerwidth: 0
10708 #  layout:
10709 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10710 #    layout: "plot-throughput"
10711 #
10712 #-
10713 #  type: "plot"
10714 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10715 #  algorithm: "plot_performance_box"
10716 #  output-file-type: ".html"
10717 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10718 #  data: "plot-vpp-throughput-latency-3n-hsw"
10719 #  filter: "'NIC_Intel-X710' and
10720 #           '64B' and
10721 #           'NDRPDR' and
10722 #           '2T2C' and
10723 #           'IP4FWD' and
10724 #           'OACL' and
10725 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10726 #           not 'IPSEC' and
10727 #           not 'VHOST'"
10728 #  parameters:
10729 #  - "throughput"
10730 #  - "parent"
10731 #  - "tags"
10732 #  sort:
10733 #  - "ACL_STATELESS"
10734 #  - "ACL_STATEFUL"
10735 #  - "ACL_STATELESS"
10736 #  - "ACL_STATEFUL"
10737 #  traces:
10738 #    hoverinfo: "x+y"
10739 #    boxpoints: "outliers"
10740 #    whiskerwidth: 0
10741 #  layout:
10742 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10743 #    layout: "plot-throughput"
10744
10745 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
10746 -
10747   type: "plot"
10748   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10749   algorithm: "plot_performance_box"
10750   output-file-type: ".html"
10751   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10752   data: "plot-vpp-throughput-latency-2n-skx"
10753   filter: "'NIC_Intel-X710' and
10754            '64B' and
10755            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10756            'NDRPDR' and
10757            '2T1C' and
10758            'IP4FWD' and
10759            not 'IPSEC' and
10760            not 'DOT1Q' and
10761            not 'VHOST'"
10762   parameters:
10763   - "throughput"
10764   - "parent"
10765   - "tags"
10766   sort:
10767   - "IP4BASE"
10768   - "FIB_20k"
10769   - "FIB_200k"
10770   - "FIB_2M"
10771   traces:
10772     hoverinfo: "x+y"
10773     boxpoints: "outliers"
10774     whiskerwidth: 0
10775   layout:
10776     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10777     layout: "plot-throughput"
10778
10779 -
10780   type: "plot"
10781   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10782   algorithm: "plot_performance_box"
10783   output-file-type: ".html"
10784   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10785   data: "plot-vpp-throughput-latency-2n-skx"
10786   filter: "'NIC_Intel-X710' and
10787            '64B' and
10788            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10789            'NDRPDR' and
10790            '2T1C' and
10791            'IP4FWD' and
10792            not 'IPSEC' and
10793            not 'DOT1Q' and
10794            not 'VHOST'"
10795   parameters:
10796   - "throughput"
10797   - "parent"
10798   - "tags"
10799   sort:
10800   - "IP4BASE"
10801   - "FIB_20k"
10802   - "FIB_200k"
10803   - "FIB_2M"
10804   traces:
10805     hoverinfo: "x+y"
10806     boxpoints: "outliers"
10807     whiskerwidth: 0
10808   layout:
10809     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10810     layout: "plot-throughput"
10811
10812 -
10813   type: "plot"
10814   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10815   algorithm: "plot_performance_box"
10816   output-file-type: ".html"
10817   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10818   data: "plot-vpp-throughput-latency-2n-skx"
10819   filter: "'NIC_Intel-X710' and
10820            '64B' and
10821            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10822            'NDRPDR' and
10823            '4T2C' and
10824            'IP4FWD' and
10825            not 'IPSEC' and
10826            not 'DOT1Q' and
10827            not 'VHOST'"
10828   parameters:
10829   - "throughput"
10830   - "parent"
10831   - "tags"
10832   sort:
10833   - "IP4BASE"
10834   - "FIB_20k"
10835   - "FIB_200k"
10836   - "FIB_2M"
10837   traces:
10838     hoverinfo: "x+y"
10839     boxpoints: "outliers"
10840     whiskerwidth: 0
10841   layout:
10842     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10843     layout: "plot-throughput"
10844
10845 -
10846   type: "plot"
10847   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10848   algorithm: "plot_performance_box"
10849   output-file-type: ".html"
10850   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10851   data: "plot-vpp-throughput-latency-2n-skx"
10852   filter: "'NIC_Intel-X710' and
10853            '64B' and
10854            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10855            'NDRPDR' and
10856            '4T2C' and
10857            'IP4FWD' and
10858            not 'IPSEC' and
10859            not 'DOT1Q' and
10860            not 'VHOST'"
10861   parameters:
10862   - "throughput"
10863   - "parent"
10864   - "tags"
10865   sort:
10866   - "IP4BASE"
10867   - "FIB_20k"
10868   - "FIB_200k"
10869   - "FIB_2M"
10870   traces:
10871     hoverinfo: "x+y"
10872     boxpoints: "outliers"
10873     whiskerwidth: 0
10874   layout:
10875     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10876     layout: "plot-throughput"
10877
10878 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
10879 -
10880   type: "plot"
10881   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10882   algorithm: "plot_performance_box"
10883   output-file-type: ".html"
10884   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10885   data: "plot-vpp-throughput-latency-2n-skx"
10886   filter: "'NIC_Intel-XXV710' and
10887            '64B' and
10888            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10889            'NDRPDR' and
10890            '2T1C' and
10891            'IP4FWD' and
10892            not 'IPSEC' and
10893            not 'DOT1Q' and
10894            not 'VHOST'"
10895   parameters:
10896   - "throughput"
10897   - "parent"
10898   - "tags"
10899   sort:
10900   - "IP4BASE"
10901   - "FIB_20k"
10902   - "FIB_200k"
10903   - "FIB_2M"
10904   traces:
10905     hoverinfo: "x+y"
10906     boxpoints: "outliers"
10907     whiskerwidth: 0
10908   layout:
10909     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10910     layout: "plot-throughput"
10911
10912 -
10913   type: "plot"
10914   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10915   algorithm: "plot_performance_box"
10916   output-file-type: ".html"
10917   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10918   data: "plot-vpp-throughput-latency-2n-skx"
10919   filter: "'NIC_Intel-XXV710' and
10920            '64B' and
10921            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10922            'NDRPDR' and
10923            '2T1C' and
10924            'IP4FWD' and
10925            not 'IPSEC' and
10926            not 'DOT1Q' and
10927            not 'VHOST'"
10928   parameters:
10929   - "throughput"
10930   - "parent"
10931   - "tags"
10932   sort:
10933   - "IP4BASE"
10934   - "FIB_20k"
10935   - "FIB_200k"
10936   - "FIB_2M"
10937   traces:
10938     hoverinfo: "x+y"
10939     boxpoints: "outliers"
10940     whiskerwidth: 0
10941   layout:
10942     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10943     layout: "plot-throughput"
10944
10945 -
10946   type: "plot"
10947   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10948   algorithm: "plot_performance_box"
10949   output-file-type: ".html"
10950   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10951   data: "plot-vpp-throughput-latency-2n-skx"
10952   filter: "'NIC_Intel-XXV710' and
10953            '64B' and
10954            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10955            'NDRPDR' and
10956            '4T2C' and
10957            'IP4FWD' and
10958            not 'IPSEC' and
10959            not 'DOT1Q' and
10960            not 'VHOST'"
10961   parameters:
10962   - "throughput"
10963   - "parent"
10964   - "tags"
10965   sort:
10966   - "IP4BASE"
10967   - "FIB_20k"
10968   - "FIB_200k"
10969   - "FIB_2M"
10970   traces:
10971     hoverinfo: "x+y"
10972     boxpoints: "outliers"
10973     whiskerwidth: 0
10974   layout:
10975     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10976     layout: "plot-throughput"
10977
10978 -
10979   type: "plot"
10980   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10981   algorithm: "plot_performance_box"
10982   output-file-type: ".html"
10983   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10984   data: "plot-vpp-throughput-latency-2n-skx"
10985   filter: "'NIC_Intel-XXV710' and
10986            '64B' and
10987            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10988            'NDRPDR' and
10989            '4T2C' and
10990            'IP4FWD' and
10991            not 'IPSEC' and
10992            not 'DOT1Q' and
10993            not 'VHOST'"
10994   parameters:
10995   - "throughput"
10996   - "parent"
10997   - "tags"
10998   sort:
10999   - "IP4BASE"
11000   - "FIB_20k"
11001   - "FIB_200k"
11002   - "FIB_2M"
11003   traces:
11004     hoverinfo: "x+y"
11005     boxpoints: "outliers"
11006     whiskerwidth: 0
11007   layout:
11008     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11009     layout: "plot-throughput"
11010
11011 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
11012 -
11013   type: "plot"
11014   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11015   algorithm: "plot_performance_box"
11016   output-file-type: ".html"
11017   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11018   data: "intel-dnv-vpp"
11019   filter: "'NIC_Intel-X553' and
11020            '64B' and
11021            'IP4BASE' and
11022            'NDRPDR' and
11023            '1T1C' and
11024            'IP4FWD' and
11025            not 'IPSEC' and
11026            not 'VHOST'"
11027   parameters:
11028   - "throughput"
11029   - "parent"
11030   - "tags"
11031   sort:
11032   - "IP4BASE"
11033   traces:
11034     hoverinfo: "x+y"
11035     boxpoints: "outliers"
11036     whiskerwidth: 0
11037   layout:
11038     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11039     layout: "plot-throughput"
11040
11041 -
11042   type: "plot"
11043   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11044   algorithm: "plot_performance_box"
11045   output-file-type: ".html"
11046   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11047   data: "intel-dnv-vpp"
11048   filter: "'NIC_Intel-X553' and
11049            '64B' and
11050            'IP4BASE' and
11051            'NDRPDR' and
11052            '1T1C' and
11053            'IP4FWD' and
11054            not 'IPSEC' and
11055            not 'VHOST'"
11056   parameters:
11057   - "throughput"
11058   - "parent"
11059   - "tags"
11060   sort:
11061   - "IP4BASE"
11062   traces:
11063     hoverinfo: "x+y"
11064     boxpoints: "outliers"
11065     whiskerwidth: 0
11066   layout:
11067     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11068     layout: "plot-throughput"
11069
11070 -
11071   type: "plot"
11072   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11073   algorithm: "plot_performance_box"
11074   output-file-type: ".html"
11075   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11076   data: "intel-dnv-vpp"
11077   filter: "'NIC_Intel-X553' and
11078            '64B' and
11079            'IP4BASE' and
11080            'NDRPDR' and
11081            '2T2C' and
11082            'IP4FWD' and
11083            not 'IPSEC' and
11084            not 'VHOST'"
11085   parameters:
11086   - "throughput"
11087   - "parent"
11088   - "tags"
11089   sort:
11090   - "IP4BASE"
11091   traces:
11092     hoverinfo: "x+y"
11093     boxpoints: "outliers"
11094     whiskerwidth: 0
11095   layout:
11096     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11097     layout: "plot-throughput"
11098
11099 -
11100   type: "plot"
11101   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11102   algorithm: "plot_performance_box"
11103   output-file-type: ".html"
11104   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11105   data: "intel-dnv-vpp"
11106   filter: "'NIC_Intel-X553' and
11107            '64B' and
11108            'IP4BASE' and
11109            'NDRPDR' and
11110            '2T2C' and
11111            'IP4FWD' and
11112            not 'IPSEC' and
11113            not 'VHOST'"
11114   parameters:
11115   - "throughput"
11116   - "parent"
11117   - "tags"
11118   sort:
11119   - "IP4BASE"
11120   traces:
11121     hoverinfo: "x+y"
11122     boxpoints: "outliers"
11123     whiskerwidth: 0
11124   layout:
11125     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11126     layout: "plot-throughput"
11127
11128 ################################################################################
11129
11130 ## Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
11131 #-
11132 #  type: "plot"
11133 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11134 #  algorithm: "plot_performance_box"
11135 #  output-file-type: ".html"
11136 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11137 #  data: "plot-vpp-throughput-latency-3n-hsw"
11138 #  filter: "'NIC_Intel-X520-DA2' and
11139 #           '64B' and
11140 #           'ENCAP' and
11141 #           'NDRPDR' and
11142 #           '1T1C' and
11143 #           ('VXLAN' or 'LISP') and
11144 #           not 'VHOST' and
11145 #           not 'IPSECHW'"
11146 #  parameters:
11147 #  - "throughput"
11148 #  - "parent"
11149 #  - "tags"
11150 #  sort:
11151 #  - "not DOT1Q"
11152 #  - "VXLAN_1"
11153 #  - "VXLAN_10"
11154 #  - "VXLAN_100"
11155 #  - "VXLAN_1000"
11156 #  traces:
11157 #    hoverinfo: "x+y"
11158 #    boxpoints: "outliers"
11159 #    whiskerwidth: 0
11160 #  layout:
11161 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11162 #    layout: "plot-throughput"
11163 #
11164 #-
11165 #  type: "plot"
11166 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11167 #  algorithm: "plot_performance_box"
11168 #  output-file-type: ".html"
11169 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11170 #  data: "plot-vpp-throughput-latency-3n-hsw"
11171 #  filter: "'NIC_Intel-X520-DA2' and
11172 #           '64B' and
11173 #           'ENCAP' and
11174 #           'NDRPDR' and
11175 #           '1T1C' and
11176 #           ('VXLAN' or 'LISP') and
11177 #           not 'VHOST' and
11178 #           not 'IPSECHW'"
11179 #  parameters:
11180 #  - "throughput"
11181 #  - "parent"
11182 #  - "tags"
11183 #  sort:
11184 #  - "not DOT1Q"
11185 #  - "VXLAN_1"
11186 #  - "VXLAN_10"
11187 #  - "VXLAN_100"
11188 #  - "VXLAN_1000"
11189 #  traces:
11190 #    hoverinfo: "x+y"
11191 #    boxpoints: "outliers"
11192 #    whiskerwidth: 0
11193 #  layout:
11194 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11195 #    layout: "plot-throughput"
11196 #
11197 #-
11198 #  type: "plot"
11199 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11200 #  algorithm: "plot_performance_box"
11201 #  output-file-type: ".html"
11202 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11203 #  data: "plot-vpp-throughput-latency-3n-hsw"
11204 #  filter: "'NIC_Intel-X520-DA2' and
11205 #           '64B' and
11206 #           'ENCAP' and
11207 #           'NDRPDR' and
11208 #           '2T2C' and
11209 #           ('VXLAN' or 'LISP') and
11210 #           not 'VHOST' and
11211 #           not 'IPSECHW'"
11212 #  parameters:
11213 #  - "throughput"
11214 #  - "parent"
11215 #  - "tags"
11216 #  sort:
11217 #  - "not DOT1Q"
11218 #  - "VXLAN_1"
11219 #  - "VXLAN_10"
11220 #  - "VXLAN_100"
11221 #  - "VXLAN_1000"
11222 #  traces:
11223 #    hoverinfo: "x+y"
11224 #    boxpoints: "outliers"
11225 #    whiskerwidth: 0
11226 #  layout:
11227 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11228 #    layout: "plot-throughput"
11229 #
11230 #-
11231 #  type: "plot"
11232 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11233 #  algorithm: "plot_performance_box"
11234 #  output-file-type: ".html"
11235 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11236 #  data: "plot-vpp-throughput-latency-3n-hsw"
11237 #  filter: "'NIC_Intel-X520-DA2' and
11238 #           '64B' and
11239 #           'ENCAP' and
11240 #           'NDRPDR' and
11241 #           '2T2C' and
11242 #           ('VXLAN' or 'LISP') and
11243 #           not 'VHOST' and
11244 #           not 'IPSECHW'"
11245 #  parameters:
11246 #  - "throughput"
11247 #  - "parent"
11248 #  - "tags"
11249 #  sort:
11250 #  - "not DOT1Q"
11251 #  - "VXLAN_1"
11252 #  - "VXLAN_10"
11253 #  - "VXLAN_100"
11254 #  - "VXLAN_1000"
11255 #  traces:
11256 #    hoverinfo: "x+y"
11257 #    boxpoints: "outliers"
11258 #    whiskerwidth: 0
11259 #  layout:
11260 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11261 #    layout: "plot-throughput"
11262
11263 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
11264 -
11265   type: "plot"
11266   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11267   algorithm: "plot_performance_box"
11268   output-file-type: ".html"
11269   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11270   data: "plot-vpp-throughput-latency-3n-hsw"
11271   filter: "'NIC_Intel-X520-DA2' and
11272            '64B' and
11273            'ENCAP' and
11274            'NDRPDR' and
11275            '1T1C' and
11276            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11277            not 'DOT1Q' and
11278            not 'VHOST' and
11279            not 'IPSECHW'"
11280   parameters:
11281   - "throughput"
11282   - "parent"
11283   - "tags"
11284   sort:
11285   - "IP4BASE"
11286   - "L2BDMACLRN"
11287   - "L2XCFWD"
11288   - "LISP"
11289   traces:
11290     hoverinfo: "x+y"
11291     boxpoints: "outliers"
11292     whiskerwidth: 0
11293   layout:
11294     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11295     layout: "plot-throughput"
11296
11297 -
11298   type: "plot"
11299   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11300   algorithm: "plot_performance_box"
11301   output-file-type: ".html"
11302   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11303   data: "plot-vpp-throughput-latency-3n-hsw"
11304   filter: "'NIC_Intel-X520-DA2' and
11305            '64B' and
11306            'ENCAP' and
11307            'NDRPDR' and
11308            '2T2C' and
11309            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11310            not 'DOT1Q' and
11311            not 'VHOST' and
11312            not 'IPSECHW'"
11313   parameters:
11314   - "throughput"
11315   - "parent"
11316   - "tags"
11317   sort:
11318   - "IP4BASE"
11319   - "L2BDMACLRN"
11320   - "L2XCFWD"
11321   - "LISP"
11322   traces:
11323     hoverinfo: "x+y"
11324     boxpoints: "outliers"
11325     whiskerwidth: 0
11326   layout:
11327     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11328     layout: "plot-throughput"
11329
11330 -
11331   type: "plot"
11332   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11333   algorithm: "plot_performance_box"
11334   output-file-type: ".html"
11335   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11336   data: "plot-vpp-throughput-latency-3n-hsw"
11337   filter: "'NIC_Intel-X520-DA2' and
11338            '64B' and
11339            'ENCAP' and
11340            'NDRPDR' and
11341            '1T1C' and
11342            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11343            not 'DOT1Q' and
11344            not 'VHOST' and
11345            not 'IPSECHW'"
11346   parameters:
11347   - "throughput"
11348   - "parent"
11349   - "tags"
11350   sort:
11351   - "IP4BASE"
11352   - "L2BDMACLRN"
11353   - "L2XCFWD"
11354   - "LISP"
11355   traces:
11356     hoverinfo: "x+y"
11357     boxpoints: "outliers"
11358     whiskerwidth: 0
11359   layout:
11360     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11361     layout: "plot-throughput"
11362
11363 -
11364   type: "plot"
11365   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11366   algorithm: "plot_performance_box"
11367   output-file-type: ".html"
11368   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11369   data: "plot-vpp-throughput-latency-3n-hsw"
11370   filter: "'NIC_Intel-X520-DA2' and
11371            '64B' and
11372            'ENCAP' and
11373            'NDRPDR' and
11374            '2T2C' and
11375            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11376            not 'DOT1Q' and
11377            not 'VHOST' and
11378            not 'IPSECHW'"
11379   parameters:
11380   - "throughput"
11381   - "parent"
11382   - "tags"
11383   sort:
11384   - "IP4BASE"
11385   - "L2BDMACLRN"
11386   - "L2XCFWD"
11387   - "LISP"
11388   traces:
11389     hoverinfo: "x+y"
11390     boxpoints: "outliers"
11391     whiskerwidth: 0
11392   layout:
11393     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11394     layout: "plot-throughput"
11395
11396 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
11397 -
11398   type: "plot"
11399   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11400   algorithm: "plot_performance_box"
11401   output-file-type: ".html"
11402   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11403   data: "plot-vpp-throughput-latency-3n-hsw"
11404   filter: "'NIC_Intel-X710' and
11405            '64B' and
11406            'ENCAP' and
11407            'NDRPDR' and
11408            '1T1C' and
11409            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11410            not 'VHOST' and
11411            not 'IPSECHW'"
11412   parameters:
11413   - "throughput"
11414   - "parent"
11415   - "tags"
11416   sort:
11417   - "IP4BASE"
11418   - "LISP"
11419   - "VXLAN_1"
11420   - "VXLAN_10"
11421   - "VXLAN_100"
11422   - "VXLAN_1000"
11423   traces:
11424     hoverinfo: "x+y"
11425     boxpoints: "outliers"
11426     whiskerwidth: 0
11427   layout:
11428     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11429     layout: "plot-throughput"
11430
11431 -
11432   type: "plot"
11433   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11434   algorithm: "plot_performance_box"
11435   output-file-type: ".html"
11436   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11437   data: "plot-vpp-throughput-latency-3n-hsw"
11438   filter: "'NIC_Intel-X710' and
11439            '64B' and
11440            'ENCAP' and
11441            'NDRPDR' and
11442            '1T1C' and
11443            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11444            not 'VHOST' and
11445            not 'IPSECHW'"
11446   parameters:
11447   - "throughput"
11448   - "parent"
11449   - "tags"
11450   sort:
11451   - "IP4BASE"
11452   - "LISP"
11453   - "VXLAN_1"
11454   - "VXLAN_10"
11455   - "VXLAN_100"
11456   - "VXLAN_1000"
11457   traces:
11458     hoverinfo: "x+y"
11459     boxpoints: "outliers"
11460     whiskerwidth: 0
11461   layout:
11462     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11463     layout: "plot-throughput"
11464
11465 -
11466   type: "plot"
11467   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11468   algorithm: "plot_performance_box"
11469   output-file-type: ".html"
11470   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11471   data: "plot-vpp-throughput-latency-3n-hsw"
11472   filter: "'NIC_Intel-X710' and
11473            '64B' and
11474            'ENCAP' and
11475            'NDRPDR' and
11476            '2T2C' and
11477            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11478            not 'VHOST' and
11479            not 'IPSECHW'"
11480   parameters:
11481   - "throughput"
11482   - "parent"
11483   - "tags"
11484   sort:
11485   - "IP4BASE"
11486   - "LISP"
11487   - "VXLAN_1"
11488   - "VXLAN_10"
11489   - "VXLAN_100"
11490   - "VXLAN_1000"
11491   traces:
11492     hoverinfo: "x+y"
11493     boxpoints: "outliers"
11494     whiskerwidth: 0
11495   layout:
11496     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11497     layout: "plot-throughput"
11498
11499 -
11500   type: "plot"
11501   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11502   algorithm: "plot_performance_box"
11503   output-file-type: ".html"
11504   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11505   data: "plot-vpp-throughput-latency-3n-hsw"
11506   filter: "'NIC_Intel-X710' and
11507            '64B' and
11508            'ENCAP' and
11509            'NDRPDR' and
11510            '2T2C' and
11511            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11512            not 'VHOST' and
11513            not 'IPSECHW'"
11514   parameters:
11515   - "throughput"
11516   - "parent"
11517   - "tags"
11518   sort:
11519   - "IP4BASE"
11520   - "LISP"
11521   - "VXLAN_1"
11522   - "VXLAN_10"
11523   - "VXLAN_100"
11524   - "VXLAN_1000"
11525   traces:
11526     hoverinfo: "x+y"
11527     boxpoints: "outliers"
11528     whiskerwidth: 0
11529   layout:
11530     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11531     layout: "plot-throughput"
11532
11533 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
11534 -
11535   type: "plot"
11536   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
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-ndr"
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' or 'IP4BASE') and
11547            not 'DOT1Q' and
11548            not 'VHOST' and
11549            not 'IPSECHW'"
11550   parameters:
11551   - "throughput"
11552   - "parent"
11553   - "tags"
11554   sort:
11555   - "IP4BASE"
11556   - "L2BDMACLRN"
11557   - "L2XCFWD"
11558   - "LISP"
11559   traces:
11560     hoverinfo: "x+y"
11561     boxpoints: "outliers"
11562     whiskerwidth: 0
11563   layout:
11564     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11565     layout: "plot-throughput"
11566
11567 -
11568   type: "plot"
11569   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11570   algorithm: "plot_performance_box"
11571   output-file-type: ".html"
11572   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11573   data: "plot-vpp-throughput-latency-3n-hsw"
11574   filter: "'NIC_Intel-X710' and
11575            '64B' and
11576            'ENCAP' and
11577            'NDRPDR' and
11578            '2T2C' and
11579            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11580            not 'DOT1Q' and
11581            not 'VHOST' and
11582            not 'IPSECHW'"
11583   parameters:
11584   - "throughput"
11585   - "parent"
11586   - "tags"
11587   sort:
11588   - "IP4BASE"
11589   - "L2BDMACLRN"
11590   - "L2XCFWD"
11591   - "LISP"
11592   traces:
11593     hoverinfo: "x+y"
11594     boxpoints: "outliers"
11595     whiskerwidth: 0
11596   layout:
11597     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11598     layout: "plot-throughput"
11599
11600 -
11601   type: "plot"
11602   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11603   algorithm: "plot_performance_box"
11604   output-file-type: ".html"
11605   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11606   data: "plot-vpp-throughput-latency-3n-hsw"
11607   filter: "'NIC_Intel-X710' and
11608            '64B' and
11609            'ENCAP' and
11610            'NDRPDR' and
11611            '1T1C' and
11612            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11613            not 'DOT1Q' and
11614            not 'VHOST' and
11615            not 'IPSECHW'"
11616   parameters:
11617   - "throughput"
11618   - "parent"
11619   - "tags"
11620   sort:
11621   - "IP4BASE"
11622   - "L2BDMACLRN"
11623   - "L2XCFWD"
11624   - "LISP"
11625   traces:
11626     hoverinfo: "x+y"
11627     boxpoints: "outliers"
11628     whiskerwidth: 0
11629   layout:
11630     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11631     layout: "plot-throughput"
11632
11633 -
11634   type: "plot"
11635   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11636   algorithm: "plot_performance_box"
11637   output-file-type: ".html"
11638   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11639   data: "plot-vpp-throughput-latency-3n-hsw"
11640   filter: "'NIC_Intel-X710' and
11641            '64B' and
11642            'ENCAP' and
11643            'NDRPDR' and
11644            '2T2C' and
11645            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11646            not 'DOT1Q' and
11647            not 'VHOST' and
11648            not 'IPSECHW'"
11649   parameters:
11650   - "throughput"
11651   - "parent"
11652   - "tags"
11653   sort:
11654   - "IP4BASE"
11655   - "L2BDMACLRN"
11656   - "L2XCFWD"
11657   - "LISP"
11658   traces:
11659     hoverinfo: "x+y"
11660     boxpoints: "outliers"
11661     whiskerwidth: 0
11662   layout:
11663     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11664     layout: "plot-throughput"
11665
11666 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
11667 -
11668   type: "plot"
11669   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11670   algorithm: "plot_performance_box"
11671   output-file-type: ".html"
11672   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11673   data: "plot-vpp-throughput-latency-3n-skx"
11674   filter: "'NIC_Intel-X710' and
11675            '64B' and
11676            'ENCAP' and
11677            'NDRPDR' and
11678            '2T1C' and
11679            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11680            not 'VHOST' and
11681            not 'IPSECHW'"
11682   parameters:
11683   - "throughput"
11684   - "parent"
11685   - "tags"
11686   sort:
11687   - "IP4BASE"
11688   - "LISP"
11689   - "VXLAN_1"
11690   - "VXLAN_10"
11691   - "VXLAN_100"
11692   - "VXLAN_1000"
11693   traces:
11694     hoverinfo: "x+y"
11695     boxpoints: "outliers"
11696     whiskerwidth: 0
11697   layout:
11698     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11699     layout: "plot-throughput"
11700
11701 -
11702   type: "plot"
11703   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11704   algorithm: "plot_performance_box"
11705   output-file-type: ".html"
11706   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11707   data: "plot-vpp-throughput-latency-3n-skx"
11708   filter: "'NIC_Intel-X710' and
11709            '64B' and
11710            'ENCAP' and
11711            'NDRPDR' and
11712            '2T1C' and
11713            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11714            not 'VHOST' and
11715            not 'IPSECHW'"
11716   parameters:
11717   - "throughput"
11718   - "parent"
11719   - "tags"
11720   sort:
11721   - "IP4BASE"
11722   - "LISP"
11723   - "VXLAN_1"
11724   - "VXLAN_10"
11725   - "VXLAN_100"
11726   - "VXLAN_1000"
11727   traces:
11728     hoverinfo: "x+y"
11729     boxpoints: "outliers"
11730     whiskerwidth: 0
11731   layout:
11732     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11733     layout: "plot-throughput"
11734
11735 -
11736   type: "plot"
11737   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11738   algorithm: "plot_performance_box"
11739   output-file-type: ".html"
11740   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11741   data: "plot-vpp-throughput-latency-3n-skx"
11742   filter: "'NIC_Intel-X710' and
11743            '64B' and
11744            'ENCAP' and
11745            'NDRPDR' and
11746            '4T2C' and
11747            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11748            not 'VHOST' and
11749            not 'IPSECHW'"
11750   parameters:
11751   - "throughput"
11752   - "parent"
11753   - "tags"
11754   sort:
11755   - "IP4BASE"
11756   - "LISP"
11757   - "VXLAN_1"
11758   - "VXLAN_10"
11759   - "VXLAN_100"
11760   - "VXLAN_1000"
11761   traces:
11762     hoverinfo: "x+y"
11763     boxpoints: "outliers"
11764     whiskerwidth: 0
11765   layout:
11766     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11767     layout: "plot-throughput"
11768
11769 -
11770   type: "plot"
11771   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11772   algorithm: "plot_performance_box"
11773   output-file-type: ".html"
11774   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11775   data: "plot-vpp-throughput-latency-3n-skx"
11776   filter: "'NIC_Intel-X710' and
11777            '64B' and
11778            'ENCAP' and
11779            'NDRPDR' and
11780            '4T2C' and
11781            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11782            not 'VHOST' and
11783            not 'IPSECHW'"
11784   parameters:
11785   - "throughput"
11786   - "parent"
11787   - "tags"
11788   sort:
11789   - "IP4BASE"
11790   - "LISP"
11791   - "VXLAN_1"
11792   - "VXLAN_10"
11793   - "VXLAN_100"
11794   - "VXLAN_1000"
11795   traces:
11796     hoverinfo: "x+y"
11797     boxpoints: "outliers"
11798     whiskerwidth: 0
11799   layout:
11800     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11801     layout: "plot-throughput"
11802
11803 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
11804 -
11805   type: "plot"
11806   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11807   algorithm: "plot_performance_box"
11808   output-file-type: ".html"
11809   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11810   data: "plot-vpp-throughput-latency-3n-skx"
11811   filter: "'NIC_Intel-X710' and
11812            '64B' and
11813            'ENCAP' and
11814            'NDRPDR' and
11815            '2T1C' and
11816            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11817            not 'DOT1Q' and
11818            not 'VHOST' and
11819            not 'IPSECHW'"
11820   parameters:
11821   - "throughput"
11822   - "parent"
11823   - "tags"
11824   sort:
11825   - "IP4BASE"
11826   - "L2BDMACLRN"
11827   - "L2XCFWD"
11828   - "LISP"
11829   traces:
11830     hoverinfo: "x+y"
11831     boxpoints: "outliers"
11832     whiskerwidth: 0
11833   layout:
11834     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11835     layout: "plot-throughput"
11836
11837 -
11838   type: "plot"
11839   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11840   algorithm: "plot_performance_box"
11841   output-file-type: ".html"
11842   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11843   data: "plot-vpp-throughput-latency-3n-skx"
11844   filter: "'NIC_Intel-X710' and
11845            '64B' and
11846            'ENCAP' and
11847            'NDRPDR' and
11848            '4T2C' and
11849            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11850            not 'DOT1Q' and
11851            not 'VHOST' and
11852            not 'IPSECHW'"
11853   parameters:
11854   - "throughput"
11855   - "parent"
11856   - "tags"
11857   sort:
11858   - "IP4BASE"
11859   - "L2BDMACLRN"
11860   - "L2XCFWD"
11861   - "LISP"
11862   traces:
11863     hoverinfo: "x+y"
11864     boxpoints: "outliers"
11865     whiskerwidth: 0
11866   layout:
11867     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11868     layout: "plot-throughput"
11869
11870 -
11871   type: "plot"
11872   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11873   algorithm: "plot_performance_box"
11874   output-file-type: ".html"
11875   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11876   data: "plot-vpp-throughput-latency-3n-skx"
11877   filter: "'NIC_Intel-X710' and
11878            '64B' and
11879            'ENCAP' and
11880            'NDRPDR' and
11881            '2T1C' and
11882            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11883            not 'DOT1Q' and
11884            not 'VHOST' and
11885            not 'IPSECHW'"
11886   parameters:
11887   - "throughput"
11888   - "parent"
11889   - "tags"
11890   sort:
11891   - "IP4BASE"
11892   - "L2BDMACLRN"
11893   - "L2XCFWD"
11894   - "LISP"
11895   traces:
11896     hoverinfo: "x+y"
11897     boxpoints: "outliers"
11898     whiskerwidth: 0
11899   layout:
11900     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11901     layout: "plot-throughput"
11902
11903 -
11904   type: "plot"
11905   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11906   algorithm: "plot_performance_box"
11907   output-file-type: ".html"
11908   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11909   data: "plot-vpp-throughput-latency-3n-skx"
11910   filter: "'NIC_Intel-X710' and
11911            '64B' and
11912            'ENCAP' and
11913            'NDRPDR' and
11914            '4T2C' and
11915            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11916            not 'DOT1Q' and
11917            not 'VHOST' and
11918            not 'IPSECHW'"
11919   parameters:
11920   - "throughput"
11921   - "parent"
11922   - "tags"
11923   sort:
11924   - "IP4BASE"
11925   - "L2BDMACLRN"
11926   - "L2XCFWD"
11927   - "LISP"
11928   traces:
11929     hoverinfo: "x+y"
11930     boxpoints: "outliers"
11931     whiskerwidth: 0
11932   layout:
11933     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11934     layout: "plot-throughput"
11935
11936 ################################################################################
11937
11938 # Packet Throughput - VPP IPv6 3n-hsw-x520
11939 -
11940   type: "plot"
11941   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11942   algorithm: "plot_performance_box"
11943   output-file-type: ".html"
11944   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11945   data: "plot-vpp-throughput-latency-3n-hsw"
11946   filter: "'NIC_Intel-X520-DA2' and
11947            '78B' and
11948            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11949            'NDRPDR' and
11950            '1T1C' and
11951            'IP6FWD' and
11952            not 'SRv6' and
11953            not 'IPSEC' and
11954            not 'VHOST'"
11955   parameters:
11956   - "throughput"
11957   - "parent"
11958   - "tags"
11959   sort:
11960   - "IP6BASE"
11961   - "FIB_20K"
11962   - "FIB_200K"
11963   - "FIB_2M"
11964   traces:
11965     hoverinfo: "x+y"
11966     boxpoints: "outliers"
11967     whiskerwidth: 0
11968   layout:
11969     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11970     layout: "plot-throughput"
11971
11972 -
11973   type: "plot"
11974   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11975   algorithm: "plot_performance_box"
11976   output-file-type: ".html"
11977   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11978   data: "plot-vpp-throughput-latency-3n-hsw"
11979   filter: "'NIC_Intel-X520-DA2' and
11980            '78B' and
11981            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11982            'NDRPDR' and
11983            '1T1C' and
11984            'IP6FWD' and
11985            not 'SRv6' and
11986            not 'IPSEC' and
11987            not 'VHOST'"
11988   parameters:
11989   - "throughput"
11990   - "parent"
11991   - "tags"
11992   sort:
11993   - "IP6BASE"
11994   - "FIB_20K"
11995   - "FIB_200K"
11996   - "FIB_2M"
11997   traces:
11998     hoverinfo: "x+y"
11999     boxpoints: "outliers"
12000     whiskerwidth: 0
12001   layout:
12002     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12003     layout: "plot-throughput"
12004
12005 -
12006   type: "plot"
12007   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12008   algorithm: "plot_performance_box"
12009   output-file-type: ".html"
12010   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12011   data: "plot-vpp-throughput-latency-3n-hsw"
12012   filter: "'NIC_Intel-X520-DA2' and
12013            '78B' and
12014            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12015            'NDRPDR' and
12016            '2T2C' and
12017            'IP6FWD' and
12018            not 'SRv6' and
12019            not 'IPSEC' and
12020            not 'VHOST'"
12021   parameters:
12022   - "throughput"
12023   - "parent"
12024   - "tags"
12025   sort:
12026   - "IP6BASE"
12027   - "FIB_20K"
12028   - "FIB_200K"
12029   - "FIB_2M"
12030   traces:
12031     hoverinfo: "x+y"
12032     boxpoints: "outliers"
12033     whiskerwidth: 0
12034   layout:
12035     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12036     layout: "plot-throughput"
12037
12038 -
12039   type: "plot"
12040   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12041   algorithm: "plot_performance_box"
12042   output-file-type: ".html"
12043   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12044   data: "plot-vpp-throughput-latency-3n-hsw"
12045   filter: "'NIC_Intel-X520-DA2' and
12046            '78B' and
12047            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12048            'NDRPDR' and
12049            '2T2C' and
12050            'IP6FWD' and
12051            not 'SRv6' and
12052            not 'IPSEC' and
12053            not 'VHOST'"
12054   parameters:
12055   - "throughput"
12056   - "parent"
12057   - "tags"
12058   sort:
12059   - "IP6BASE"
12060   - "FIB_20K"
12061   - "FIB_200K"
12062   - "FIB_2M"
12063   traces:
12064     hoverinfo: "x+y"
12065     boxpoints: "outliers"
12066     whiskerwidth: 0
12067   layout:
12068     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12069     layout: "plot-throughput"
12070
12071 ## Packet Throughput - VPP IPv6 3n-hsw-x520 - features
12072 #-
12073 #  type: "plot"
12074 #  title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
12075 #  algorithm: "plot_performance_box"
12076 #  output-file-type: ".html"
12077 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
12078 #  data: "plot-vpp-throughput-latency-3n-hsw"
12079 #  filter: "'NIC_Intel-X520-DA2' and
12080 #           '78B' and
12081 #           ('IP6BASE' or
12082 #            'POLICE_MARK' or
12083 #            'COPWHLIST' or
12084 #            'IACLDST') and
12085 #           'NDRPDR' and
12086 #           '1T1C' and
12087 #           'IP6FWD' and
12088 #           not 'SRv6' and
12089 #           not 'IPSEC' and
12090 #           not 'VHOST'"
12091 #  parameters:
12092 #  - "throughput"
12093 #  - "parent"
12094 #  - "tags"
12095 #  sort:
12096 #  - "IP6BASE"
12097 #  - "POLICE_MARK"
12098 #  - "COPWHLIST"
12099 #  - "IACLDST"
12100 #  traces:
12101 #    hoverinfo: "x+y"
12102 #    boxpoints: "outliers"
12103 #    whiskerwidth: 0
12104 #  layout:
12105 #    title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
12106 #    layout: "plot-throughput"
12107 #
12108 #-
12109 #  type: "plot"
12110 #  title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12111 #  algorithm: "plot_performance_box"
12112 #  output-file-type: ".html"
12113 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12114 #  data: "plot-vpp-throughput-latency-3n-hsw"
12115 #  filter: "'NIC_Intel-X520-DA2' and
12116 #           '78B' and
12117 #           ('IP6BASE' or
12118 #            'POLICE_MARK' or
12119 #            'COPWHLIST' or
12120 #            'IACLDST') and
12121 #           'NDRPDR' and
12122 #           '2T2C' and
12123 #           'IP6FWD' and
12124 #           not 'SRv6' and
12125 #           not 'IPSEC' and
12126 #           not 'VHOST'"
12127 #  parameters:
12128 #  - "throughput"
12129 #  - "parent"
12130 #  - "tags"
12131 #  sort:
12132 #  - "IP6BASE"
12133 #  - "POLICE_MARK"
12134 #  - "COPWHLIST"
12135 #  - "IACLDST"
12136 #  traces:
12137 #    hoverinfo: "x+y"
12138 #    boxpoints: "outliers"
12139 #    whiskerwidth: 0
12140 #  layout:
12141 #    title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12142 #    layout: "plot-throughput"
12143 #
12144 #-
12145 #  type: "plot"
12146 #  title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12147 #  algorithm: "plot_performance_box"
12148 #  output-file-type: ".html"
12149 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12150 #  data: "plot-vpp-throughput-latency-3n-hsw"
12151 #  filter: "'NIC_Intel-X520-DA2' and
12152 #           '78B' and
12153 #           ('IP6BASE' or
12154 #            'POLICE_MARK' or
12155 #            'COPWHLIST' or
12156 #            'IACLDST') and
12157 #           'NDRPDR' and
12158 #           '1T1C' and
12159 #           'IP6FWD' and
12160 #           not 'SRv6' and
12161 #           not 'IPSEC' and
12162 #           not 'VHOST'"
12163 #  parameters:
12164 #  - "throughput"
12165 #  - "parent"
12166 #  - "tags"
12167 #  sort:
12168 #  - "IP6BASE"
12169 #  - "POLICE_MARK"
12170 #  - "COPWHLIST"
12171 #  - "IACLDST"
12172 #  traces:
12173 #    hoverinfo: "x+y"
12174 #    boxpoints: "outliers"
12175 #    whiskerwidth: 0
12176 #  layout:
12177 #    title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12178 #    layout: "plot-throughput"
12179 #
12180 #-
12181 #  type: "plot"
12182 #  title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12183 #  algorithm: "plot_performance_box"
12184 #  output-file-type: ".html"
12185 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12186 #  data: "plot-vpp-throughput-latency-3n-hsw"
12187 #  filter: "'NIC_Intel-X520-DA2' and
12188 #           '78B' and
12189 #           ('IP6BASE' or
12190 #            'POLICE_MARK' or
12191 #            'COPWHLIST' or
12192 #            'IACLDST') and
12193 #           'NDRPDR' and
12194 #           '2T2C' and
12195 #           'IP6FWD' and
12196 #           not 'SRv6' and
12197 #           not 'IPSEC' and
12198 #           not 'VHOST'"
12199 #  parameters:
12200 #  - "throughput"
12201 #  - "parent"
12202 #  - "tags"
12203 #  sort:
12204 #  - "IP6BASE"
12205 #  - "POLICE_MARK"
12206 #  - "COPWHLIST"
12207 #  - "IACLDST"
12208 #  traces:
12209 #    hoverinfo: "x+y"
12210 #    boxpoints: "outliers"
12211 #    whiskerwidth: 0
12212 #  layout:
12213 #    title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12214 #    layout: "plot-throughput"
12215
12216 # Packet Throughput - VPP IPv6 3n-hsw-x710
12217 -
12218   type: "plot"
12219   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12220   algorithm: "plot_performance_box"
12221   output-file-type: ".html"
12222   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12223   data: "plot-vpp-throughput-latency-3n-hsw"
12224   filter: "'NIC_Intel-X710' and
12225            '78B' and
12226            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12227            'NDRPDR' and
12228            '1T1C' and
12229            'IP6FWD' and
12230            not 'SRv6' and
12231            not 'IPSEC' and
12232            not 'VHOST'"
12233   parameters:
12234   - "throughput"
12235   - "parent"
12236   - "tags"
12237   sort:
12238   - "IP6BASE"
12239   - "FIB_20K"
12240   - "FIB_200K"
12241   - "FIB_2M"
12242   traces:
12243     hoverinfo: "x+y"
12244     boxpoints: "outliers"
12245     whiskerwidth: 0
12246   layout:
12247     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12248     layout: "plot-throughput"
12249
12250 -
12251   type: "plot"
12252   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12253   algorithm: "plot_performance_box"
12254   output-file-type: ".html"
12255   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12256   data: "plot-vpp-throughput-latency-3n-hsw"
12257   filter: "'NIC_Intel-X710' and
12258            '78B' and
12259            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12260            'NDRPDR' and
12261            '1T1C' and
12262            'IP6FWD' and
12263            not 'SRv6' and
12264            not 'IPSEC' and
12265            not 'VHOST'"
12266   parameters:
12267   - "throughput"
12268   - "parent"
12269   - "tags"
12270   sort:
12271   - "IP6BASE"
12272   - "FIB_20K"
12273   - "FIB_200K"
12274   - "FIB_2M"
12275   traces:
12276     hoverinfo: "x+y"
12277     boxpoints: "outliers"
12278     whiskerwidth: 0
12279   layout:
12280     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12281     layout: "plot-throughput"
12282
12283 -
12284   type: "plot"
12285   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12286   algorithm: "plot_performance_box"
12287   output-file-type: ".html"
12288   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12289   data: "plot-vpp-throughput-latency-3n-hsw"
12290   filter: "'NIC_Intel-X710' and
12291            '78B' and
12292            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12293            'NDRPDR' and
12294            '2T2C' and
12295            'IP6FWD' and
12296            not 'SRv6' and
12297            not 'IPSEC' and
12298            not 'VHOST'"
12299   parameters:
12300   - "throughput"
12301   - "parent"
12302   - "tags"
12303   sort:
12304   - "IP6BASE"
12305   - "FIB_20K"
12306   - "FIB_200K"
12307   - "FIB_2M"
12308   traces:
12309     hoverinfo: "x+y"
12310     boxpoints: "outliers"
12311     whiskerwidth: 0
12312   layout:
12313     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12314     layout: "plot-throughput"
12315
12316 -
12317   type: "plot"
12318   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12319   algorithm: "plot_performance_box"
12320   output-file-type: ".html"
12321   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12322   data: "plot-vpp-throughput-latency-3n-hsw"
12323   filter: "'NIC_Intel-X710' and
12324            '78B' and
12325            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12326            'NDRPDR' and
12327            '2T2C' and
12328            'IP6FWD' and
12329            not 'SRv6' and
12330            not 'IPSEC' and
12331            not 'VHOST'"
12332   parameters:
12333   - "throughput"
12334   - "parent"
12335   - "tags"
12336   sort:
12337   - "IP6BASE"
12338   - "FIB_20K"
12339   - "FIB_200K"
12340   - "FIB_2M"
12341   traces:
12342     hoverinfo: "x+y"
12343     boxpoints: "outliers"
12344     whiskerwidth: 0
12345   layout:
12346     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12347     layout: "plot-throughput"
12348
12349 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
12350 -
12351   type: "plot"
12352   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12353   algorithm: "plot_performance_box"
12354   output-file-type: ".html"
12355   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12356   data: "plot-vpp-throughput-latency-3n-hsw"
12357   filter: "'NIC_Intel-X710' and
12358            '78B' and
12359            ('IP6BASE' or
12360             'POLICE_MARK' or
12361             'COPWHLIST' or
12362             'IACLDST') and
12363            'NDRPDR' and
12364            '1T1C' and
12365            'IP6FWD' and
12366            not 'SRv6' and
12367            not 'IPSEC' and
12368            not 'VHOST'"
12369   parameters:
12370   - "throughput"
12371   - "parent"
12372   - "tags"
12373   sort:
12374   - "IP6BASE"
12375   - "POLICE_MARK"
12376   - "COPWHLIST"
12377   - "IACLDST"
12378   traces:
12379     hoverinfo: "x+y"
12380     boxpoints: "outliers"
12381     whiskerwidth: 0
12382   layout:
12383     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12384     layout: "plot-throughput"
12385
12386 -
12387   type: "plot"
12388   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12389   algorithm: "plot_performance_box"
12390   output-file-type: ".html"
12391   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12392   data: "plot-vpp-throughput-latency-3n-hsw"
12393   filter: "'NIC_Intel-X710' and
12394            '78B' and
12395            ('IP6BASE' or
12396             'POLICE_MARK' or
12397             'COPWHLIST' or
12398             'IACLDST') and
12399            'NDRPDR' and
12400            '2T2C' and
12401            'IP6FWD' and
12402            not 'SRv6' and
12403            not 'IPSEC' and
12404            not 'VHOST'"
12405   parameters:
12406   - "throughput"
12407   - "parent"
12408   - "tags"
12409   sort:
12410   - "IP6BASE"
12411   - "POLICE_MARK"
12412   - "COPWHLIST"
12413   - "IACLDST"
12414   traces:
12415     hoverinfo: "x+y"
12416     boxpoints: "outliers"
12417     whiskerwidth: 0
12418   layout:
12419     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12420     layout: "plot-throughput"
12421
12422 -
12423   type: "plot"
12424   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12425   algorithm: "plot_performance_box"
12426   output-file-type: ".html"
12427   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12428   data: "plot-vpp-throughput-latency-3n-hsw"
12429   filter: "'NIC_Intel-X710' and
12430            '78B' and
12431            ('IP6BASE' or
12432             'POLICE_MARK' or
12433             'COPWHLIST' or
12434             'IACLDST') and
12435            'NDRPDR' and
12436            '1T1C' and
12437            'IP6FWD' and
12438            not 'SRv6' and
12439            not 'IPSEC' and
12440            not 'VHOST'"
12441   parameters:
12442   - "throughput"
12443   - "parent"
12444   - "tags"
12445   sort:
12446   - "IP6BASE"
12447   - "POLICE_MARK"
12448   - "COPWHLIST"
12449   - "IACLDST"
12450   traces:
12451     hoverinfo: "x+y"
12452     boxpoints: "outliers"
12453     whiskerwidth: 0
12454   layout:
12455     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12456     layout: "plot-throughput"
12457
12458 -
12459   type: "plot"
12460   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12461   algorithm: "plot_performance_box"
12462   output-file-type: ".html"
12463   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12464   data: "plot-vpp-throughput-latency-3n-hsw"
12465   filter: "'NIC_Intel-X710' and
12466            '78B' and
12467            ('IP6BASE' or
12468             'POLICE_MARK' or
12469             'COPWHLIST' or
12470             'IACLDST') and
12471            'NDRPDR' and
12472            '2T2C' and
12473            'IP6FWD' and
12474            not 'SRv6' and
12475            not 'IPSEC' and
12476            not 'VHOST'"
12477   parameters:
12478   - "throughput"
12479   - "parent"
12480   - "tags"
12481   sort:
12482   - "IP6BASE"
12483   - "POLICE_MARK"
12484   - "COPWHLIST"
12485   - "IACLDST"
12486   traces:
12487     hoverinfo: "x+y"
12488     boxpoints: "outliers"
12489     whiskerwidth: 0
12490   layout:
12491     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12492     layout: "plot-throughput"
12493
12494 # Packet Throughput - VPP IPv6 3n-hsw-xl710
12495 -
12496   type: "plot"
12497   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12498   algorithm: "plot_performance_box"
12499   output-file-type: ".html"
12500   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12501   data: "plot-vpp-throughput-latency-3n-hsw"
12502   filter: "'NIC_Intel-XL710' and
12503            '78B' and
12504            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12505            'NDRPDR' and
12506            '1T1C' and
12507            'IP6FWD' and
12508            not 'SRv6' and
12509            not 'IPSEC' and
12510            not 'VHOST'"
12511   parameters:
12512   - "throughput"
12513   - "parent"
12514   - "tags"
12515   sort:
12516   - "IP6BASE"
12517   - "FIB_20K"
12518   - "FIB_200K"
12519   - "FIB_2M"
12520   traces:
12521     hoverinfo: "x+y"
12522     boxpoints: "outliers"
12523     whiskerwidth: 0
12524   layout:
12525     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12526     layout: "plot-throughput"
12527
12528 -
12529   type: "plot"
12530   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12531   algorithm: "plot_performance_box"
12532   output-file-type: ".html"
12533   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12534   data: "plot-vpp-throughput-latency-3n-hsw"
12535   filter: "'NIC_Intel-XL710' and
12536            '78B' and
12537            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12538            'NDRPDR' and
12539            '1T1C' and
12540            'IP6FWD' and
12541            not 'SRv6' and
12542            not 'IPSEC' and
12543            not 'VHOST'"
12544   parameters:
12545   - "throughput"
12546   - "parent"
12547   - "tags"
12548   sort:
12549   - "IP6BASE"
12550   - "FIB_20K"
12551   - "FIB_200K"
12552   - "FIB_2M"
12553   traces:
12554     hoverinfo: "x+y"
12555     boxpoints: "outliers"
12556     whiskerwidth: 0
12557   layout:
12558     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12559     layout: "plot-throughput"
12560
12561 -
12562   type: "plot"
12563   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12564   algorithm: "plot_performance_box"
12565   output-file-type: ".html"
12566   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12567   data: "plot-vpp-throughput-latency-3n-hsw"
12568   filter: "'NIC_Intel-XL710' and
12569            '78B' and
12570            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12571            'NDRPDR' and
12572            '2T2C' and
12573            'IP6FWD' and
12574            not 'SRv6' and
12575            not 'IPSEC' and
12576            not 'VHOST'"
12577   parameters:
12578   - "throughput"
12579   - "parent"
12580   - "tags"
12581   sort:
12582   - "IP6BASE"
12583   - "FIB_20K"
12584   - "FIB_200K"
12585   - "FIB_2M"
12586   traces:
12587     hoverinfo: "x+y"
12588     boxpoints: "outliers"
12589     whiskerwidth: 0
12590   layout:
12591     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12592     layout: "plot-throughput"
12593
12594 -
12595   type: "plot"
12596   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12597   algorithm: "plot_performance_box"
12598   output-file-type: ".html"
12599   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12600   data: "plot-vpp-throughput-latency-3n-hsw"
12601   filter: "'NIC_Intel-XL710' and
12602            '78B' and
12603            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12604            'NDRPDR' and
12605            '2T2C' and
12606            'IP6FWD' and
12607            not 'SRv6' and
12608            not 'IPSEC' and
12609            not 'VHOST'"
12610   parameters:
12611   - "throughput"
12612   - "parent"
12613   - "tags"
12614   sort:
12615   - "IP6BASE"
12616   - "FIB_20K"
12617   - "FIB_200K"
12618   - "FIB_2M"
12619   traces:
12620     hoverinfo: "x+y"
12621     boxpoints: "outliers"
12622     whiskerwidth: 0
12623   layout:
12624     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12625     layout: "plot-throughput"
12626
12627 # Packet Throughput - VPP IPv6 3n-skx-x710
12628 -
12629   type: "plot"
12630   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12631   algorithm: "plot_performance_box"
12632   output-file-type: ".html"
12633   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12634   data: "plot-vpp-throughput-latency-3n-skx"
12635   filter: "'NIC_Intel-X710' and
12636            '78B' and
12637            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12638            'NDRPDR' and
12639            '2T1C' and
12640            'IP6FWD' and
12641            not 'SRv6' and
12642            not 'IPSEC' and
12643            not 'VHOST'"
12644   parameters:
12645   - "throughput"
12646   - "parent"
12647   - "tags"
12648   sort:
12649   - "IP6BASE"
12650   - "FIB_20k"
12651   - "FIB_200k"
12652   - "FIB_2M"
12653   traces:
12654     hoverinfo: "x+y"
12655     boxpoints: "outliers"
12656     whiskerwidth: 0
12657   layout:
12658     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12659     layout: "plot-throughput"
12660
12661 -
12662   type: "plot"
12663   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12664   algorithm: "plot_performance_box"
12665   output-file-type: ".html"
12666   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12667   data: "plot-vpp-throughput-latency-3n-skx"
12668   filter: "'NIC_Intel-X710' and
12669            '78B' and
12670            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12671            'NDRPDR' and
12672            '2T1C' and
12673            'IP6FWD' and
12674            not 'SRv6' and
12675            not 'IPSEC' and
12676            not 'VHOST'"
12677   parameters:
12678   - "throughput"
12679   - "parent"
12680   - "tags"
12681   sort:
12682   - "IP6BASE"
12683   - "FIB_20k"
12684   - "FIB_200k"
12685   - "FIB_2M"
12686   traces:
12687     hoverinfo: "x+y"
12688     boxpoints: "outliers"
12689     whiskerwidth: 0
12690   layout:
12691     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12692     layout: "plot-throughput"
12693
12694 -
12695   type: "plot"
12696   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12697   algorithm: "plot_performance_box"
12698   output-file-type: ".html"
12699   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12700   data: "plot-vpp-throughput-latency-3n-skx"
12701   filter: "'NIC_Intel-X710' and
12702            '78B' and
12703            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12704            'NDRPDR' and
12705            '4T2C' and
12706            'IP6FWD' and
12707            not 'SRv6' and
12708            not 'IPSEC' and
12709            not 'VHOST'"
12710   parameters:
12711   - "throughput"
12712   - "parent"
12713   - "tags"
12714   sort:
12715   - "IP6BASE"
12716   - "FIB_20k"
12717   - "FIB_200k"
12718   - "FIB_2M"
12719   traces:
12720     hoverinfo: "x+y"
12721     boxpoints: "outliers"
12722     whiskerwidth: 0
12723   layout:
12724     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12725     layout: "plot-throughput"
12726
12727 -
12728   type: "plot"
12729   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12730   algorithm: "plot_performance_box"
12731   output-file-type: ".html"
12732   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12733   data: "plot-vpp-throughput-latency-3n-skx"
12734   filter: "'NIC_Intel-X710' and
12735            '78B' and
12736            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12737            'NDRPDR' and
12738            '4T2C' and
12739            'IP6FWD' and
12740            not 'SRv6' and
12741            not 'IPSEC' and
12742            not 'VHOST'"
12743   parameters:
12744   - "throughput"
12745   - "parent"
12746   - "tags"
12747   sort:
12748   - "IP6BASE"
12749   - "FIB_20k"
12750   - "FIB_200k"
12751   - "FIB_2M"
12752   traces:
12753     hoverinfo: "x+y"
12754     boxpoints: "outliers"
12755     whiskerwidth: 0
12756   layout:
12757     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12758     layout: "plot-throughput"
12759
12760 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
12761 -
12762   type: "plot"
12763   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12764   algorithm: "plot_performance_box"
12765   output-file-type: ".html"
12766   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12767   data: "plot-vpp-throughput-latency-3n-skx"
12768   filter: "'NIC_Intel-X710' and
12769            '78B' and
12770            ('IP6BASE' or
12771             'POLICE_MARK' or
12772             'COPWHLIST' or
12773             'IACLDST') and
12774            'NDRPDR' and
12775            '2T1C' and
12776            'IP6FWD' and
12777            not 'SRv6' and
12778            not 'IPSEC' and
12779            not 'VHOST'"
12780   parameters:
12781   - "throughput"
12782   - "parent"
12783   - "tags"
12784   sort:
12785   - "IP6BASE"
12786   - "POLICE_MARK"
12787   - "COPWHLIST"
12788   - "IACLDST"
12789   traces:
12790     hoverinfo: "x+y"
12791     boxpoints: "outliers"
12792     whiskerwidth: 0
12793   layout:
12794     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12795     layout: "plot-throughput"
12796
12797 -
12798   type: "plot"
12799   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12800   algorithm: "plot_performance_box"
12801   output-file-type: ".html"
12802   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12803   data: "plot-vpp-throughput-latency-3n-skx"
12804   filter: "'NIC_Intel-X710' and
12805            '78B' and
12806            ('IP6BASE' or
12807             'POLICE_MARK' or
12808             'COPWHLIST' or
12809             'IACLDST') and
12810            'NDRPDR' and
12811            '4T2C' and
12812            'IP6FWD' and
12813            not 'SRv6' and
12814            not 'IPSEC' and
12815            not 'VHOST'"
12816   parameters:
12817   - "throughput"
12818   - "parent"
12819   - "tags"
12820   sort:
12821   - "IP6BASE"
12822   - "POLICE_MARK"
12823   - "COPWHLIST"
12824   - "IACLDST"
12825   traces:
12826     hoverinfo: "x+y"
12827     boxpoints: "outliers"
12828     whiskerwidth: 0
12829   layout:
12830     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12831     layout: "plot-throughput"
12832
12833 -
12834   type: "plot"
12835   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12836   algorithm: "plot_performance_box"
12837   output-file-type: ".html"
12838   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12839   data: "plot-vpp-throughput-latency-3n-skx"
12840   filter: "'NIC_Intel-X710' and
12841            '78B' and
12842            ('IP6BASE' or
12843             'POLICE_MARK' or
12844             'COPWHLIST' or
12845             'IACLDST') and
12846            'NDRPDR' and
12847            '2T1C' and
12848            'IP6FWD' and
12849            not 'SRv6' and
12850            not 'IPSEC' and
12851            not 'VHOST'"
12852   parameters:
12853   - "throughput"
12854   - "parent"
12855   - "tags"
12856   sort:
12857   - "IP6BASE"
12858   - "POLICE_MARK"
12859   - "COPWHLIST"
12860   - "IACLDST"
12861   traces:
12862     hoverinfo: "x+y"
12863     boxpoints: "outliers"
12864     whiskerwidth: 0
12865   layout:
12866     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12867     layout: "plot-throughput"
12868
12869 -
12870   type: "plot"
12871   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12872   algorithm: "plot_performance_box"
12873   output-file-type: ".html"
12874   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12875   data: "plot-vpp-throughput-latency-3n-skx"
12876   filter: "'NIC_Intel-X710' and
12877            '78B' and
12878            ('IP6BASE' or
12879             'POLICE_MARK' or
12880             'COPWHLIST' or
12881             'IACLDST') and
12882            'NDRPDR' and
12883            '4T2C' and
12884            'IP6FWD' and
12885            not 'SRv6' and
12886            not 'IPSEC' and
12887            not 'VHOST'"
12888   parameters:
12889   - "throughput"
12890   - "parent"
12891   - "tags"
12892   sort:
12893   - "IP6BASE"
12894   - "POLICE_MARK"
12895   - "COPWHLIST"
12896   - "IACLDST"
12897   traces:
12898     hoverinfo: "x+y"
12899     boxpoints: "outliers"
12900     whiskerwidth: 0
12901   layout:
12902     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12903     layout: "plot-throughput"
12904
12905 # Packet Throughput - VPP IPv6 2n-skx-x710
12906 -
12907   type: "plot"
12908   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12909   algorithm: "plot_performance_box"
12910   output-file-type: ".html"
12911   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12912   data: "plot-vpp-throughput-latency-2n-skx"
12913   filter: "'NIC_Intel-X710' and
12914            '78B' and
12915            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12916            'NDRPDR' and
12917            '2T1C' and
12918            'IP6FWD' and
12919            not 'SRv6' and
12920            not 'IPSEC' and
12921            not 'VHOST'"
12922   parameters:
12923   - "throughput"
12924   - "parent"
12925   - "tags"
12926   sort:
12927   - "IP6BASE"
12928   - "FIB_20k"
12929   - "FIB_200k"
12930   - "FIB_2M"
12931   traces:
12932     hoverinfo: "x+y"
12933     boxpoints: "outliers"
12934     whiskerwidth: 0
12935   layout:
12936     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12937     layout: "plot-throughput"
12938
12939 -
12940   type: "plot"
12941   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12942   algorithm: "plot_performance_box"
12943   output-file-type: ".html"
12944   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12945   data: "plot-vpp-throughput-latency-2n-skx"
12946   filter: "'NIC_Intel-X710' and
12947            '78B' and
12948            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12949            'NDRPDR' and
12950            '2T1C' and
12951            'IP6FWD' and
12952            not 'SRv6' and
12953            not 'IPSEC' and
12954            not 'VHOST'"
12955   parameters:
12956   - "throughput"
12957   - "parent"
12958   - "tags"
12959   sort:
12960   - "IP6BASE"
12961   - "FIB_20k"
12962   - "FIB_200k"
12963   - "FIB_2M"
12964   traces:
12965     hoverinfo: "x+y"
12966     boxpoints: "outliers"
12967     whiskerwidth: 0
12968   layout:
12969     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12970     layout: "plot-throughput"
12971
12972 -
12973   type: "plot"
12974   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12975   algorithm: "plot_performance_box"
12976   output-file-type: ".html"
12977   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12978   data: "plot-vpp-throughput-latency-2n-skx"
12979   filter: "'NIC_Intel-X710' and
12980            '78B' and
12981            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12982            'NDRPDR' and
12983            '4T2C' and
12984            'IP6FWD' and
12985            not 'SRv6' and
12986            not 'IPSEC' and
12987            not 'VHOST'"
12988   parameters:
12989   - "throughput"
12990   - "parent"
12991   - "tags"
12992   sort:
12993   - "IP6BASE"
12994   - "FIB_20k"
12995   - "FIB_200k"
12996   - "FIB_2M"
12997   traces:
12998     hoverinfo: "x+y"
12999     boxpoints: "outliers"
13000     whiskerwidth: 0
13001   layout:
13002     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13003     layout: "plot-throughput"
13004
13005 -
13006   type: "plot"
13007   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13008   algorithm: "plot_performance_box"
13009   output-file-type: ".html"
13010   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13011   data: "plot-vpp-throughput-latency-2n-skx"
13012   filter: "'NIC_Intel-X710' and
13013            '78B' and
13014            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13015            'NDRPDR' and
13016            '4T2C' and
13017            'IP6FWD' and
13018            not 'SRv6' and
13019            not 'IPSEC' and
13020            not 'VHOST'"
13021   parameters:
13022   - "throughput"
13023   - "parent"
13024   - "tags"
13025   sort:
13026   - "IP6BASE"
13027   - "FIB_20k"
13028   - "FIB_200k"
13029   - "FIB_2M"
13030   traces:
13031     hoverinfo: "x+y"
13032     boxpoints: "outliers"
13033     whiskerwidth: 0
13034   layout:
13035     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13036     layout: "plot-throughput"
13037
13038 # Packet Throughput - VPP IPv6 2n-skx-xxv710
13039 -
13040   type: "plot"
13041   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13042   algorithm: "plot_performance_box"
13043   output-file-type: ".html"
13044   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13045   data: "plot-vpp-throughput-latency-2n-skx"
13046   filter: "'NIC_Intel-XXV710' and
13047            '78B' and
13048            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13049            'NDRPDR' and
13050            '2T1C' and
13051            'IP6FWD' and
13052            not 'SRv6' and
13053            not 'IPSEC' and
13054            not 'VHOST'"
13055   parameters:
13056   - "throughput"
13057   - "parent"
13058   - "tags"
13059   sort:
13060   - "IP6BASE"
13061   - "FIB_20k"
13062   - "FIB_200k"
13063   - "FIB_2M"
13064   traces:
13065     hoverinfo: "x+y"
13066     boxpoints: "outliers"
13067     whiskerwidth: 0
13068   layout:
13069     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13070     layout: "plot-throughput"
13071
13072 -
13073   type: "plot"
13074   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13075   algorithm: "plot_performance_box"
13076   output-file-type: ".html"
13077   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13078   data: "plot-vpp-throughput-latency-2n-skx"
13079   filter: "'NIC_Intel-XXV710' and
13080            '78B' and
13081            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13082            'NDRPDR' and
13083            '2T1C' and
13084            'IP6FWD' and
13085            not 'SRv6' and
13086            not 'IPSEC' and
13087            not 'VHOST'"
13088   parameters:
13089   - "throughput"
13090   - "parent"
13091   - "tags"
13092   sort:
13093   - "IP6BASE"
13094   - "FIB_20k"
13095   - "FIB_200k"
13096   - "FIB_2M"
13097   traces:
13098     hoverinfo: "x+y"
13099     boxpoints: "outliers"
13100     whiskerwidth: 0
13101   layout:
13102     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13103     layout: "plot-throughput"
13104
13105 -
13106   type: "plot"
13107   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13108   algorithm: "plot_performance_box"
13109   output-file-type: ".html"
13110   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13111   data: "plot-vpp-throughput-latency-2n-skx"
13112   filter: "'NIC_Intel-XXV710' and
13113            '78B' and
13114            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13115            'NDRPDR' and
13116            '4T2C' and
13117            'IP6FWD' and
13118            not 'SRv6' and
13119            not 'IPSEC' and
13120            not 'VHOST'"
13121   parameters:
13122   - "throughput"
13123   - "parent"
13124   - "tags"
13125   sort:
13126   - "IP6BASE"
13127   - "FIB_20k"
13128   - "FIB_200k"
13129   - "FIB_2M"
13130   traces:
13131     hoverinfo: "x+y"
13132     boxpoints: "outliers"
13133     whiskerwidth: 0
13134   layout:
13135     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13136     layout: "plot-throughput"
13137
13138 -
13139   type: "plot"
13140   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13141   algorithm: "plot_performance_box"
13142   output-file-type: ".html"
13143   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13144   data: "plot-vpp-throughput-latency-2n-skx"
13145   filter: "'NIC_Intel-XXV710' and
13146            '78B' and
13147            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13148            'NDRPDR' and
13149            '4T2C' and
13150            'IP6FWD' and
13151            not 'SRv6' and
13152            not 'IPSEC' and
13153            not 'VHOST'"
13154   parameters:
13155   - "throughput"
13156   - "parent"
13157   - "tags"
13158   sort:
13159   - "IP6BASE"
13160   - "FIB_20k"
13161   - "FIB_200k"
13162   - "FIB_2M"
13163   traces:
13164     hoverinfo: "x+y"
13165     boxpoints: "outliers"
13166     whiskerwidth: 0
13167   layout:
13168     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13169     layout: "plot-throughput"
13170
13171 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
13172 -
13173   type: "plot"
13174   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13175   algorithm: "plot_performance_box"
13176   output-file-type: ".html"
13177   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13178   data: "intel-dnv-vpp"
13179   filter: "'NIC_Intel-X553' and
13180            '78B' and
13181            'IP6BASE' and
13182            'NDRPDR' and
13183            '1T1C' and
13184            'IP6FWD' and
13185            not 'SRv6' and
13186            not 'IPSEC' and
13187            not 'VHOST'"
13188   parameters:
13189   - "throughput"
13190   - "parent"
13191   - "tags"
13192   sort:
13193   - "IP6BASE"
13194   traces:
13195     hoverinfo: "x+y"
13196     boxpoints: "outliers"
13197     whiskerwidth: 0
13198   layout:
13199     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13200     layout: "plot-throughput"
13201
13202 -
13203   type: "plot"
13204   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13205   algorithm: "plot_performance_box"
13206   output-file-type: ".html"
13207   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13208   data: "intel-dnv-vpp"
13209   filter: "'NIC_Intel-X553' and
13210            '78B' and
13211            'IP6BASE' and
13212            'NDRPDR' and
13213            '1T1C' and
13214            'IP6FWD' and
13215            not 'SRv6' and
13216            not 'IPSEC' and
13217            not 'VHOST'"
13218   parameters:
13219   - "throughput"
13220   - "parent"
13221   - "tags"
13222   sort:
13223   - "IP6BASE"
13224   traces:
13225     hoverinfo: "x+y"
13226     boxpoints: "outliers"
13227     whiskerwidth: 0
13228   layout:
13229     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13230     layout: "plot-throughput"
13231
13232 -
13233   type: "plot"
13234   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13235   algorithm: "plot_performance_box"
13236   output-file-type: ".html"
13237   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13238   data: "intel-dnv-vpp"
13239   filter: "'NIC_Intel-X553' and
13240            '78B' and
13241            'IP6BASE' and
13242            'NDRPDR' and
13243            '2T2C' and
13244            'IP6FWD' and
13245            not 'SRv6' and
13246            not 'IPSEC' and
13247            not 'VHOST'"
13248   parameters:
13249   - "throughput"
13250   - "parent"
13251   - "tags"
13252   sort:
13253   - "IP6BASE"
13254   traces:
13255     hoverinfo: "x+y"
13256     boxpoints: "outliers"
13257     whiskerwidth: 0
13258   layout:
13259     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13260     layout: "plot-throughput"
13261
13262 -
13263   type: "plot"
13264   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13265   algorithm: "plot_performance_box"
13266   output-file-type: ".html"
13267   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13268   data: "intel-dnv-vpp"
13269   filter: "'NIC_Intel-X553' and
13270            '78B' and
13271            'IP6BASE' and
13272            'NDRPDR' and
13273            '2T2C' and
13274            'IP6FWD' and
13275            not 'SRv6' and
13276            not 'IPSEC' and
13277            not 'VHOST'"
13278   parameters:
13279   - "throughput"
13280   - "parent"
13281   - "tags"
13282   sort:
13283   - "IP6BASE"
13284   traces:
13285     hoverinfo: "x+y"
13286     boxpoints: "outliers"
13287     whiskerwidth: 0
13288   layout:
13289     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13290     layout: "plot-throughput"
13291
13292 ################################################################################
13293
13294 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
13295 -
13296   type: "plot"
13297   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13298   algorithm: "plot_performance_box"
13299   output-file-type: ".html"
13300   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13301   data: "plot-vpp-throughput-latency-3n-hsw"
13302   filter: "'NIC_Intel-X520-DA2' and
13303            '78B' and
13304            'ENCAP' and
13305            'NDRPDR' and
13306            '1T1C' and
13307            'LISP' and
13308            not 'VHOST'"
13309   parameters:
13310   - "throughput"
13311   - "parent"
13312   - "tags"
13313   sort:
13314   - "IP4UNRLAY"
13315   - "IP6UNRLAY"
13316   traces:
13317     hoverinfo: "x+y"
13318     boxpoints: "outliers"
13319     whiskerwidth: 0
13320   layout:
13321     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13322     layout: "plot-throughput"
13323
13324 -
13325   type: "plot"
13326   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13327   algorithm: "plot_performance_box"
13328   output-file-type: ".html"
13329   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13330   data: "plot-vpp-throughput-latency-3n-hsw"
13331   filter: "'NIC_Intel-X520-DA2' and
13332            '78B' and
13333            'ENCAP' and
13334            'NDRPDR' and
13335            '1T1C' and
13336            'LISP' and
13337            not 'VHOST'"
13338   parameters:
13339   - "throughput"
13340   - "parent"
13341   - "tags"
13342   sort:
13343   - "IP4UNRLAY"
13344   - "IP6UNRLAY"
13345   traces:
13346     hoverinfo: "x+y"
13347     boxpoints: "outliers"
13348     whiskerwidth: 0
13349   layout:
13350     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13351     layout: "plot-throughput"
13352
13353 -
13354   type: "plot"
13355   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13356   algorithm: "plot_performance_box"
13357   output-file-type: ".html"
13358   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13359   data: "plot-vpp-throughput-latency-3n-hsw"
13360   filter: "'NIC_Intel-X520-DA2' and
13361            '78B' and
13362            'ENCAP' and
13363            'NDRPDR' and
13364            '2T2C' and
13365            'LISP' and
13366            not 'VHOST'"
13367   parameters:
13368   - "throughput"
13369   - "parent"
13370   - "tags"
13371   sort:
13372   - "IP4UNRLAY"
13373   - "IP6UNRLAY"
13374   traces:
13375     hoverinfo: "x+y"
13376     boxpoints: "outliers"
13377     whiskerwidth: 0
13378   layout:
13379     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13380     layout: "plot-throughput"
13381
13382 -
13383   type: "plot"
13384   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13385   algorithm: "plot_performance_box"
13386   output-file-type: ".html"
13387   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13388   data: "plot-vpp-throughput-latency-3n-hsw"
13389   filter: "'NIC_Intel-X520-DA2' and
13390            '78B' and
13391            'ENCAP' and
13392            'NDRPDR' and
13393            '2T2C' and
13394            'LISP' and
13395            not 'VHOST'"
13396   parameters:
13397   - "throughput"
13398   - "parent"
13399   - "tags"
13400   sort:
13401   - "IP4UNRLAY"
13402   - "IP6UNRLAY"
13403   traces:
13404     hoverinfo: "x+y"
13405     boxpoints: "outliers"
13406     whiskerwidth: 0
13407   layout:
13408     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13409     layout: "plot-throughput"
13410
13411 ################################################################################
13412
13413 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
13414 -
13415   type: "plot"
13416   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13417   algorithm: "plot_performance_box"
13418   output-file-type: ".html"
13419   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13420   data: "plot-vpp-throughput-latency-3n-hsw"
13421   filter: "'NIC_Intel-XL710' and
13422            '64B' and
13423            'IP4FWD' and
13424            'NDRPDR' and
13425            'BASE' and
13426            '1T1C' and
13427            'IPSECHW' and
13428            ('IPSECTRAN' or 'IPSECTUN') and
13429            not 'VHOST'"
13430   parameters:
13431   - "throughput"
13432   - "parent"
13433   - "tags"
13434   traces:
13435     hoverinfo: "x+y"
13436     boxpoints: "outliers"
13437     whiskerwidth: 0
13438   layout:
13439     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13440     layout: "plot-throughput"
13441
13442 -
13443   type: "plot"
13444   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13445   algorithm: "plot_performance_box"
13446   output-file-type: ".html"
13447   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13448   data: "plot-vpp-throughput-latency-3n-hsw"
13449   filter: "'NIC_Intel-XL710' and
13450            '64B' and
13451            'IP4FWD' and
13452            'NDRPDR' and
13453            'BASE' and
13454            '1T1C' and
13455            'IPSECHW' and
13456            ('IPSECTRAN' or 'IPSECTUN') and
13457            not 'VHOST'"
13458   parameters:
13459   - "throughput"
13460   - "parent"
13461   - "tags"
13462   traces:
13463     hoverinfo: "x+y"
13464     boxpoints: "outliers"
13465     whiskerwidth: 0
13466   layout:
13467     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13468     layout: "plot-throughput"
13469
13470 -
13471   type: "plot"
13472   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13473   algorithm: "plot_performance_box"
13474   output-file-type: ".html"
13475   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13476   data: "plot-vpp-throughput-latency-3n-hsw"
13477   filter: "'NIC_Intel-XL710' and
13478            '64B' and
13479            'IP4FWD' and
13480            'NDRPDR' and
13481            'BASE' and
13482            '2T2C' and
13483            'IPSECHW' and
13484            ('IPSECTRAN' or 'IPSECTUN') and
13485            not 'VHOST'"
13486   parameters:
13487   - "throughput"
13488   - "parent"
13489   - "tags"
13490   traces:
13491     hoverinfo: "x+y"
13492     boxpoints: "outliers"
13493     whiskerwidth: 0
13494   layout:
13495     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13496     layout: "plot-throughput"
13497
13498 -
13499   type: "plot"
13500   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13501   algorithm: "plot_performance_box"
13502   output-file-type: ".html"
13503   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13504   data: "plot-vpp-throughput-latency-3n-hsw"
13505   filter: "'NIC_Intel-XL710' and
13506            '64B' and
13507            'IP4FWD' and
13508            'NDRPDR' and
13509            'BASE' and
13510            '2T2C' and
13511            'IPSECHW' and
13512            ('IPSECTRAN' or 'IPSECTUN') and
13513            not 'VHOST'"
13514   parameters:
13515   - "throughput"
13516   - "parent"
13517   - "tags"
13518   traces:
13519     hoverinfo: "x+y"
13520     boxpoints: "outliers"
13521     whiskerwidth: 0
13522   layout:
13523     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13524     layout: "plot-throughput"
13525
13526 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
13527 -
13528   type: "plot"
13529   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13530   algorithm: "plot_performance_box"
13531   output-file-type: ".html"
13532   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13533   data: "plot-vpp-throughput-latency-3n-hsw"
13534   filter: "'NIC_Intel-XL710' and
13535            '64B' and
13536            'IP4FWD' and
13537            'NDRPDR' and
13538            'SCALE' and
13539            '1T1C' and
13540            'IPSECHW' and
13541            ('IPSECTRAN' or 'IPSECTUN') and
13542            not 'VHOST'"
13543   parameters:
13544   - "throughput"
13545   - "parent"
13546   - "tags"
13547   traces:
13548     hoverinfo: "x+y"
13549     boxpoints: "outliers"
13550     whiskerwidth: 0
13551   layout:
13552     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13553     layout: "plot-throughput"
13554
13555 -
13556   type: "plot"
13557   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13558   algorithm: "plot_performance_box"
13559   output-file-type: ".html"
13560   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13561   data: "plot-vpp-throughput-latency-3n-hsw"
13562   filter: "'NIC_Intel-XL710' and
13563            '64B' and
13564            'IP4FWD' and
13565            'NDRPDR' and
13566            'SCALE' and
13567            '1T1C' and
13568            'IPSECHW' and
13569            ('IPSECTRAN' or 'IPSECTUN') and
13570            not 'VHOST'"
13571   parameters:
13572   - "throughput"
13573   - "parent"
13574   - "tags"
13575   traces:
13576     hoverinfo: "x+y"
13577     boxpoints: "outliers"
13578     whiskerwidth: 0
13579   layout:
13580     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13581     layout: "plot-throughput"
13582
13583 -
13584   type: "plot"
13585   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13586   algorithm: "plot_performance_box"
13587   output-file-type: ".html"
13588   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13589   data: "plot-vpp-throughput-latency-3n-hsw"
13590   filter: "'NIC_Intel-XL710' and
13591            '64B' and
13592            'IP4FWD' and
13593            'NDRPDR' and
13594            'SCALE' and
13595            '2T2C' and
13596            'IPSECHW' and
13597            ('IPSECTRAN' or 'IPSECTUN') and
13598            not 'VHOST'"
13599   parameters:
13600   - "throughput"
13601   - "parent"
13602   - "tags"
13603   traces:
13604     hoverinfo: "x+y"
13605     boxpoints: "outliers"
13606     whiskerwidth: 0
13607   layout:
13608     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13609     layout: "plot-throughput"
13610
13611 -
13612   type: "plot"
13613   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13614   algorithm: "plot_performance_box"
13615   output-file-type: ".html"
13616   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13617   data: "plot-vpp-throughput-latency-3n-hsw"
13618   filter: "'NIC_Intel-XL710' and
13619            '64B' and
13620            'IP4FWD' and
13621            'NDRPDR' and
13622            'SCALE' and
13623            '2T2C' and
13624            'IPSECHW' and
13625            ('IPSECTRAN' or 'IPSECTUN') and
13626            not 'VHOST'"
13627   parameters:
13628   - "throughput"
13629   - "parent"
13630   - "tags"
13631   traces:
13632     hoverinfo: "x+y"
13633     boxpoints: "outliers"
13634     whiskerwidth: 0
13635   layout:
13636     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13637     layout: "plot-throughput"
13638
13639 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
13640 -
13641   type: "plot"
13642   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13643   algorithm: "plot_performance_box"
13644   output-file-type: ".html"
13645   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13646   data: "plot-vpp-throughput-latency-3n-hsw"
13647   filter: "'NIC_Intel-XL710' and
13648            '64B' and
13649            'IP4FWD' and
13650            'NDRPDR' and
13651            '1T1C' and
13652            'IPSECSW' and
13653            ('IPSECTRAN' or 'IPSECTUN') and
13654            not 'VHOST'"
13655   parameters:
13656   - "throughput"
13657   - "parent"
13658   - "tags"
13659   traces:
13660     hoverinfo: "x+y"
13661     boxpoints: "outliers"
13662     whiskerwidth: 0
13663   layout:
13664     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13665     layout: "plot-throughput"
13666
13667 -
13668   type: "plot"
13669   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13670   algorithm: "plot_performance_box"
13671   output-file-type: ".html"
13672   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13673   data: "plot-vpp-throughput-latency-3n-hsw"
13674   filter: "'NIC_Intel-XL710' and
13675            '64B' and
13676            'IP4FWD' and
13677            'NDRPDR' and
13678            '1T1C' and
13679            'IPSECSW' and
13680            ('IPSECTRAN' or 'IPSECTUN') and
13681            not 'VHOST'"
13682   parameters:
13683   - "throughput"
13684   - "parent"
13685   - "tags"
13686   traces:
13687     hoverinfo: "x+y"
13688     boxpoints: "outliers"
13689     whiskerwidth: 0
13690   layout:
13691     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13692     layout: "plot-throughput"
13693
13694 -
13695   type: "plot"
13696   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13697   algorithm: "plot_performance_box"
13698   output-file-type: ".html"
13699   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13700   data: "plot-vpp-throughput-latency-3n-hsw"
13701   filter: "'NIC_Intel-XL710' and
13702            '64B' and
13703            'IP4FWD' and
13704            'NDRPDR' and
13705            '2T2C' and
13706            'IPSECSW' and
13707            ('IPSECTRAN' or 'IPSECTUN') and
13708            not 'VHOST'"
13709   parameters:
13710   - "throughput"
13711   - "parent"
13712   - "tags"
13713   traces:
13714     hoverinfo: "x+y"
13715     boxpoints: "outliers"
13716     whiskerwidth: 0
13717   layout:
13718     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13719     layout: "plot-throughput"
13720
13721 -
13722   type: "plot"
13723   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13724   algorithm: "plot_performance_box"
13725   output-file-type: ".html"
13726   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13727   data: "plot-vpp-throughput-latency-3n-hsw"
13728   filter: "'NIC_Intel-XL710' and
13729            '64B' and
13730            'IP4FWD' and
13731            'NDRPDR' and
13732            '2T2C' and
13733            'IPSECSW' and
13734            ('IPSECTRAN' or 'IPSECTUN') and
13735            not 'VHOST'"
13736   parameters:
13737   - "throughput"
13738   - "parent"
13739   - "tags"
13740   traces:
13741     hoverinfo: "x+y"
13742     boxpoints: "outliers"
13743     whiskerwidth: 0
13744   layout:
13745     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13746     layout: "plot-throughput"
13747
13748 ################################################################################
13749
13750 # Packet Throughput - VPP SRv6 3n-hsw-x520
13751 -
13752   type: "plot"
13753   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13754   algorithm: "plot_performance_box"
13755   output-file-type: ".html"
13756   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13757   data: "plot-vpp-throughput-latency-3n-hsw"
13758   filter: "'NIC_Intel-X520-DA2' and
13759            '78B' and
13760            'FEATURE' and
13761            'NDRPDR' and
13762            '1T1C' and
13763            'IP6FWD' and
13764            'SRv6'"
13765   parameters:
13766   - "throughput"
13767   - "parent"
13768   - "tags"
13769   traces:
13770     hoverinfo: "x+y"
13771     boxpoints: "outliers"
13772     whiskerwidth: 0
13773   layout:
13774     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13775     layout: "plot-throughput"
13776
13777 -
13778   type: "plot"
13779   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13780   algorithm: "plot_performance_box"
13781   output-file-type: ".html"
13782   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13783   data: "plot-vpp-throughput-latency-3n-hsw"
13784   filter: "'NIC_Intel-X520-DA2' and
13785            '78B' and
13786            'FEATURE' and
13787            'NDRPDR' and
13788            '1T1C' and
13789            'IP6FWD' and
13790            'SRv6'"
13791   parameters:
13792   - "throughput"
13793   - "parent"
13794   - "tags"
13795   traces:
13796     hoverinfo: "x+y"
13797     boxpoints: "outliers"
13798     whiskerwidth: 0
13799   layout:
13800     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13801     layout: "plot-throughput"
13802
13803 -
13804   type: "plot"
13805   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13806   algorithm: "plot_performance_box"
13807   output-file-type: ".html"
13808   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13809   data: "plot-vpp-throughput-latency-3n-hsw"
13810   filter: "'NIC_Intel-X520-DA2' and
13811            '78B' and
13812            'FEATURE' and
13813            'NDRPDR' and
13814            '2T2C' and
13815            'IP6FWD' and
13816            'SRv6'"
13817   parameters:
13818   - "throughput"
13819   - "parent"
13820   - "tags"
13821   traces:
13822     hoverinfo: "x+y"
13823     boxpoints: "outliers"
13824     whiskerwidth: 0
13825   layout:
13826     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13827     layout: "plot-throughput"
13828
13829 -
13830   type: "plot"
13831   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13832   algorithm: "plot_performance_box"
13833   output-file-type: ".html"
13834   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13835   data: "plot-vpp-throughput-latency-3n-hsw"
13836   filter: "'NIC_Intel-X520-DA2' and
13837            '78B' and
13838            'FEATURE' and
13839            'NDRPDR' and
13840            '2T2C' and
13841            'IP6FWD' and
13842            'SRv6'"
13843   parameters:
13844   - "throughput"
13845   - "parent"
13846   - "tags"
13847   traces:
13848     hoverinfo: "x+y"
13849     boxpoints: "outliers"
13850     whiskerwidth: 0
13851   layout:
13852     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13853     layout: "plot-throughput"
13854
13855 ################################################################################
13856
13857 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
13858 -
13859   type: "plot"
13860   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13861   algorithm: "plot_performance_box"
13862   output-file-type: ".html"
13863   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13864   data: "plot-vpp-throughput-latency-3n-hsw"
13865   filter: "'NIC_Intel-X520-DA2' and
13866            '64B' and
13867            'NDRPDR' and
13868            'ETH' and
13869            'IP4FWD' and
13870            '1T1C' and
13871            'VHOST_1024' and
13872            not 'VXLAN' and
13873            not 'DOT1Q'"
13874   parameters:
13875   - "throughput"
13876   - "parent"
13877   - "tags"
13878   sort:
13879   - "not CFS_OPT"
13880   - "1VM"
13881   - "2VM"
13882   traces:
13883     hoverinfo: "x+y"
13884     boxpoints: "outliers"
13885     whiskerwidth: 0
13886   layout:
13887     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13888     layout: "plot-throughput"
13889
13890 -
13891   type: "plot"
13892   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13893   algorithm: "plot_performance_box"
13894   output-file-type: ".html"
13895   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13896   data: "plot-vpp-throughput-latency-3n-hsw"
13897   filter: "'NIC_Intel-X520-DA2' and
13898            '64B' and
13899            'NDRPDR' and
13900            'ETH' and
13901            'IP4FWD' and
13902            '2T2C' and
13903            'VHOST_1024' and
13904            not 'VXLAN' and
13905            not 'DOT1Q'"
13906   parameters:
13907   - "throughput"
13908   - "parent"
13909   - "tags"
13910   sort:
13911   - "not CFS_OPT"
13912   - "1VM"
13913   - "2VM"
13914   traces:
13915     hoverinfo: "x+y"
13916     boxpoints: "outliers"
13917     whiskerwidth: 0
13918   layout:
13919     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13920     layout: "plot-throughput"
13921
13922 -
13923   type: "plot"
13924   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13925   algorithm: "plot_performance_box"
13926   output-file-type: ".html"
13927   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13928   data: "plot-vpp-throughput-latency-3n-hsw"
13929   filter: "'NIC_Intel-X520-DA2' and
13930            '64B' and
13931            'NDRPDR' and
13932            'ETH' and
13933            'IP4FWD' and
13934            '1T1C' and
13935            'VHOST_1024' and
13936            not 'VXLAN' and
13937            not 'DOT1Q'"
13938   parameters:
13939   - "throughput"
13940   - "parent"
13941   - "tags"
13942   sort:
13943   - "not CFS_OPT"
13944   - "1VM"
13945   - "2VM"
13946   traces:
13947     hoverinfo: "x+y"
13948     boxpoints: "outliers"
13949     whiskerwidth: 0
13950   layout:
13951     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13952     layout: "plot-throughput"
13953
13954 -
13955   type: "plot"
13956   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13957   algorithm: "plot_performance_box"
13958   output-file-type: ".html"
13959   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13960   data: "plot-vpp-throughput-latency-3n-hsw"
13961   filter: "'NIC_Intel-X520-DA2' and
13962            '64B' and
13963            'NDRPDR' and
13964            'ETH' and
13965            'IP4FWD' and
13966            '2T2C' and
13967            'VHOST_1024' and
13968            not 'VXLAN' and
13969            not 'DOT1Q'"
13970   parameters:
13971   - "throughput"
13972   - "parent"
13973   - "tags"
13974   sort:
13975   - "not CFS_OPT"
13976   - "1VM"
13977   - "2VM"
13978   traces:
13979     hoverinfo: "x+y"
13980     boxpoints: "outliers"
13981     whiskerwidth: 0
13982   layout:
13983     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13984     layout: "plot-throughput"
13985
13986 ## Packet Throughput - VPP vhost l2sw 3n-hsw-x520
13987 #-
13988 #  type: "plot"
13989 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13990 #  algorithm: "plot_performance_box"
13991 #  output-file-type: ".html"
13992 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13993 #  data: "plot-vpp-throughput-latency-3n-hsw"
13994 #  filter: "'NIC_Intel-X520-DA2' and
13995 #           '64B' and
13996 #           'NDRPDR' and
13997 #           ('ETH' or 'DOT1Q') and
13998 #           '1T1C' and
13999 #           'L2BDMACLRN' and
14000 #           'VHOST_1024' and
14001 #           not 'VXLAN' and
14002 #           not 'IP4FWD' and
14003 #           not '2VM'"
14004 #  parameters:
14005 #  - "throughput"
14006 #  - "parent"
14007 #  - "tags"
14008 ##  sort:
14009 ##  - "VM"  # "not CFS_OPT"
14010 ##  - "CFS_OPT"
14011 ##  - "FIB_10K"
14012 ##  - "FIB_100K"
14013 ##  - "FIB_1M"
14014 #  traces:
14015 #    hoverinfo: "x+y"
14016 #    boxpoints: "outliers"
14017 #    whiskerwidth: 0
14018 #  layout:
14019 #    title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14020 #    layout: "plot-throughput"
14021 #
14022 #-
14023 #  type: "plot"
14024 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14025 #  algorithm: "plot_performance_box"
14026 #  output-file-type: ".html"
14027 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14028 #  data: "plot-vpp-throughput-latency-3n-hsw"
14029 #  filter: "'NIC_Intel-X520-DA2' and
14030 #           '64B' and
14031 #           'NDRPDR' and
14032 #           ('ETH' or 'DOT1Q') and
14033 #           '2T2C' and
14034 #           'L2BDMACLRN' and
14035 #           'VHOST_1024' and
14036 #           not 'VXLAN' and
14037 #           not 'IP4FWD' and
14038 #           not '2VM'"
14039 #  parameters:
14040 #  - "throughput"
14041 #  - "parent"
14042 #  - "tags"
14043 ##  sort:
14044 ##  - "VM"  # "not CFS_OPT"
14045 ##  - "CFS_OPT"
14046 ##  - "FIB_10K"
14047 ##  - "FIB_100K"
14048 ##  - "FIB_1M"
14049 #  traces:
14050 #    hoverinfo: "x+y"
14051 #    boxpoints: "outliers"
14052 #    whiskerwidth: 0
14053 #  layout:
14054 #    title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14055 #    layout: "plot-throughput"
14056 #
14057 #-
14058 #  type: "plot"
14059 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14060 #  algorithm: "plot_performance_box"
14061 #  output-file-type: ".html"
14062 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14063 #  data: "plot-vpp-throughput-latency-3n-hsw"
14064 #  filter: "'NIC_Intel-X520-DA2' and
14065 #           '64B' and
14066 #           'NDRPDR' and
14067 #           ('ETH' or 'DOT1Q') and
14068 #           '1T1C' and
14069 #           'L2BDMACLRN' and
14070 #           'VHOST_1024' and
14071 #           not 'VXLAN' and
14072 #           not 'IP4FWD' and
14073 #           not '2VM'"
14074 #  parameters:
14075 #  - "throughput"
14076 #  - "parent"
14077 #  - "tags"
14078 ##  sort:
14079 ##  - "VM"  # "not CFS_OPT"
14080 ##  - "CFS_OPT"
14081 ##  - "FIB_10K"
14082 ##  - "FIB_100K"
14083 ##  - "FIB_1M"
14084 #  traces:
14085 #    hoverinfo: "x+y"
14086 #    boxpoints: "outliers"
14087 #    whiskerwidth: 0
14088 #  layout:
14089 #    title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14090 #    layout: "plot-throughput"
14091 #
14092 #-
14093 #  type: "plot"
14094 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14095 #  algorithm: "plot_performance_box"
14096 #  output-file-type: ".html"
14097 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14098 #  data: "plot-vpp-throughput-latency-3n-hsw"
14099 #  filter: "'NIC_Intel-X520-DA2' and
14100 #           '64B' and
14101 #           'NDRPDR' and
14102 #           ('ETH' or 'DOT1Q') and
14103 #           '2T2C' and
14104 #           'L2BDMACLRN' and
14105 #           'VHOST_1024' and
14106 #           not 'VXLAN' and
14107 #           not 'IP4FWD' and
14108 #           not '2VM'"
14109 #  parameters:
14110 #  - "throughput"
14111 #  - "parent"
14112 #  - "tags"
14113 ##  sort:
14114 ##  - "VM"  # "not CFS_OPT"
14115 ##  - "CFS_OPT"
14116 ##  - "FIB_10K"
14117 ##  - "FIB_100K"
14118 ##  - "FIB_1M"
14119 #  traces:
14120 #    hoverinfo: "x+y"
14121 #    boxpoints: "outliers"
14122 #    whiskerwidth: 0
14123 #  layout:
14124 #    title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14125 #    layout: "plot-throughput"
14126
14127 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
14128 -
14129   type: "plot"
14130   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14131   algorithm: "plot_performance_box"
14132   output-file-type: ".html"
14133   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14134   data: "plot-vpp-throughput-latency-3n-hsw"
14135   filter: "'NIC_Intel-X520-DA2' and
14136            '64B' and
14137            'NDRPDR' and
14138            ('ETH' or 'DOT1Q') and
14139            'BASE' and
14140            '1T1C' and
14141            ('L2BDMACLRN' or 'L2XCFWD') and
14142            'VHOST_1024' and
14143            not 'VXLAN' and
14144            not 'IP4FWD' and
14145            not '2VM'"
14146   parameters:
14147   - "throughput"
14148   - "parent"
14149   - "tags"
14150   sort:
14151   - "L2BDMACLRN"
14152   - "L2BDMACLRN"
14153   - "L2BDMACLRN"
14154   - "L2XCFWD"
14155   - "L2XCFWD"
14156   - "L2XCFWD"
14157   traces:
14158     hoverinfo: "x+y"
14159     boxpoints: "outliers"
14160     whiskerwidth: 0
14161   layout:
14162     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14163     layout: "plot-throughput"
14164
14165 -
14166   type: "plot"
14167   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14168   algorithm: "plot_performance_box"
14169   output-file-type: ".html"
14170   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14171   data: "plot-vpp-throughput-latency-3n-hsw"
14172   filter: "'NIC_Intel-X520-DA2' and
14173            '64B' and
14174            'NDRPDR' and
14175            ('ETH' or 'DOT1Q') and
14176            'BASE' and
14177            '1T1C' and
14178            ('L2BDMACLRN' or 'L2XCFWD') and
14179            'VHOST_1024' and
14180            not 'VXLAN' and
14181            not 'IP4FWD' and
14182            not '2VM'"
14183   parameters:
14184   - "throughput"
14185   - "parent"
14186   - "tags"
14187   sort:
14188   - "L2BDMACLRN"
14189   - "L2BDMACLRN"
14190   - "L2BDMACLRN"
14191   - "L2XCFWD"
14192   - "L2XCFWD"
14193   - "L2XCFWD"
14194   traces:
14195     hoverinfo: "x+y"
14196     boxpoints: "outliers"
14197     whiskerwidth: 0
14198   layout:
14199     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14200     layout: "plot-throughput"
14201
14202 -
14203   type: "plot"
14204   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14205   algorithm: "plot_performance_box"
14206   output-file-type: ".html"
14207   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14208   data: "plot-vpp-throughput-latency-3n-hsw"
14209   filter: "'NIC_Intel-X520-DA2' and
14210            '64B' and
14211            'NDRPDR' and
14212            ('ETH' or 'DOT1Q') and
14213            'BASE' and
14214            '2T2C' and
14215            ('L2BDMACLRN' or 'L2XCFWD') and
14216            'VHOST_1024' and
14217            not 'VXLAN' and
14218            not 'IP4FWD' and
14219            not '2VM'"
14220   parameters:
14221   - "throughput"
14222   - "parent"
14223   - "tags"
14224   sort:
14225   - "L2BDMACLRN"
14226   - "L2BDMACLRN"
14227   - "L2BDMACLRN"
14228   - "L2XCFWD"
14229   - "L2XCFWD"
14230   - "L2XCFWD"
14231   traces:
14232     hoverinfo: "x+y"
14233     boxpoints: "outliers"
14234     whiskerwidth: 0
14235   layout:
14236     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14237     layout: "plot-throughput"
14238
14239 -
14240   type: "plot"
14241   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14242   algorithm: "plot_performance_box"
14243   output-file-type: ".html"
14244   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14245   data: "plot-vpp-throughput-latency-3n-hsw"
14246   filter: "'NIC_Intel-X520-DA2' and
14247            '64B' and
14248            'NDRPDR' and
14249            ('ETH' or 'DOT1Q') and
14250            'BASE' and
14251            '2T2C' and
14252            ('L2BDMACLRN' or 'L2XCFWD') and
14253            'VHOST_1024' and
14254            not 'VXLAN' and
14255            not 'IP4FWD' and
14256            not '2VM'"
14257   parameters:
14258   - "throughput"
14259   - "parent"
14260   - "tags"
14261   sort:
14262   - "L2BDMACLRN"
14263   - "L2BDMACLRN"
14264   - "L2BDMACLRN"
14265   - "L2XCFWD"
14266   - "L2XCFWD"
14267   - "L2XCFWD"
14268   traces:
14269     hoverinfo: "x+y"
14270     boxpoints: "outliers"
14271     whiskerwidth: 0
14272   layout:
14273     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14274     layout: "plot-throughput"
14275
14276 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
14277 -
14278   type: "plot"
14279   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14280   algorithm: "plot_performance_box"
14281   output-file-type: ".html"
14282   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14283   data: "plot-vpp-throughput-latency-3n-hsw"
14284   filter: "'NIC_Intel-X520-DA2' and
14285            '64B' and
14286            'NDRPDR' and
14287            ('ETH' or 'DOT1Q') and
14288            '1T1C' and
14289            ('L2BDMACLRN' or 'L2XCFWD') and
14290            'VHOST_1024' and
14291            not 'CFS_OPT' and
14292            not 'DOT1Q' and
14293            not 'VXLAN' and
14294            not 'IP4FWD' and
14295            not 'LBOND'"
14296   parameters:
14297   - "throughput"
14298   - "parent"
14299   - "tags"
14300 #  sort:
14301 #  - "1VM"
14302 #  - "L2XCFWD"
14303 #  - "1VM"
14304 #  - "L2BDMACLRN"
14305   traces:
14306     hoverinfo: "x+y"
14307     boxpoints: "outliers"
14308     whiskerwidth: 0
14309   layout:
14310     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14311     layout: "plot-throughput"
14312
14313 -
14314   type: "plot"
14315   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14316   algorithm: "plot_performance_box"
14317   output-file-type: ".html"
14318   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14319   data: "plot-vpp-throughput-latency-3n-hsw"
14320   filter: "'NIC_Intel-X520-DA2' and
14321            '64B' and
14322            'NDRPDR' and
14323            ('ETH' or 'DOT1Q') and
14324            '1T1C' and
14325            ('L2BDMACLRN' or 'L2XCFWD') and
14326            'VHOST_1024' and
14327            not 'CFS_OPT' and
14328            not 'DOT1Q' and
14329            not 'VXLAN' and
14330            not 'IP4FWD' and
14331            not 'LBOND'"
14332   parameters:
14333   - "throughput"
14334   - "parent"
14335   - "tags"
14336 #  sort:
14337 #  - "1VM"
14338 #  - "L2XCFWD"
14339 #  - "1VM"
14340 #  - "L2BDMACLRN"
14341   traces:
14342     hoverinfo: "x+y"
14343     boxpoints: "outliers"
14344     whiskerwidth: 0
14345   layout:
14346     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14347     layout: "plot-throughput"
14348
14349 -
14350   type: "plot"
14351   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14352   algorithm: "plot_performance_box"
14353   output-file-type: ".html"
14354   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14355   data: "plot-vpp-throughput-latency-3n-hsw"
14356   filter: "'NIC_Intel-X520-DA2' and
14357            '64B' and
14358            'NDRPDR' and
14359            ('ETH' or 'DOT1Q') and
14360            '2T2C' and
14361            ('L2BDMACLRN' or 'L2XCFWD') and
14362            'VHOST_1024' and
14363            not 'CFS_OPT' and
14364            not 'DOT1Q' and
14365            not 'VXLAN' and
14366            not 'IP4FWD' and
14367            not 'LBOND'"
14368   parameters:
14369   - "throughput"
14370   - "parent"
14371   - "tags"
14372 #  sort:
14373 #  - "1VM"
14374 #  - "L2XCFWD"
14375 #  - "1VM"
14376 #  - "L2BDMACLRN"
14377   traces:
14378     hoverinfo: "x+y"
14379     boxpoints: "outliers"
14380     whiskerwidth: 0
14381   layout:
14382     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14383     layout: "plot-throughput"
14384
14385 -
14386   type: "plot"
14387   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14388   algorithm: "plot_performance_box"
14389   output-file-type: ".html"
14390   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14391   data: "plot-vpp-throughput-latency-3n-hsw"
14392   filter: "'NIC_Intel-X520-DA2' and
14393            '64B' and
14394            'NDRPDR' and
14395            ('ETH' or 'DOT1Q') and
14396            '2T2C' and
14397            ('L2BDMACLRN' or 'L2XCFWD') and
14398            'VHOST_1024' and
14399            not 'CFS_OPT' and
14400            not 'DOT1Q' and
14401            not 'VXLAN' and
14402            not 'IP4FWD' and
14403            not 'LBOND'"
14404   parameters:
14405   - "throughput"
14406   - "parent"
14407   - "tags"
14408 #  sort:
14409 #  - "1VM"
14410 #  - "L2XCFWD"
14411 #  - "1VM"
14412 #  - "L2BDMACLRN"
14413   traces:
14414     hoverinfo: "x+y"
14415     boxpoints: "outliers"
14416     whiskerwidth: 0
14417   layout:
14418     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14419     layout: "plot-throughput"
14420
14421 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
14422 -
14423   type: "plot"
14424   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14425   algorithm: "plot_performance_box"
14426   output-file-type: ".html"
14427   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14428   data: "plot-vpp-throughput-latency-3n-hsw"
14429   filter: "'NIC_Intel-X710' and
14430            '64B' and
14431            'NDRPDR' and
14432            'ETH' and
14433            'IP4FWD' and
14434            '1T1C' and
14435            'VHOST_1024' and
14436            not 'VXLAN' and
14437            not 'CFS_OPT' and
14438            not 'DOT1Q'"
14439   parameters:
14440   - "throughput"
14441   - "parent"
14442   - "tags"
14443   sort:
14444   - "1VM"
14445   - "2VM"
14446   traces:
14447     hoverinfo: "x+y"
14448     boxpoints: "outliers"
14449     whiskerwidth: 0
14450   layout:
14451     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14452     layout: "plot-throughput"
14453
14454 -
14455   type: "plot"
14456   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14457   algorithm: "plot_performance_box"
14458   output-file-type: ".html"
14459   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14460   data: "plot-vpp-throughput-latency-3n-hsw"
14461   filter: "'NIC_Intel-X710' and
14462            '64B' and
14463            'NDRPDR' and
14464            'ETH' and
14465            'IP4FWD' and
14466            '2T2C' and
14467            'VHOST_1024' and
14468            not 'VXLAN' and
14469            not 'CFS_OPT' and
14470            not 'DOT1Q'"
14471   parameters:
14472   - "throughput"
14473   - "parent"
14474   - "tags"
14475   sort:
14476   - "1VM"
14477   - "2VM"
14478   traces:
14479     hoverinfo: "x+y"
14480     boxpoints: "outliers"
14481     whiskerwidth: 0
14482   layout:
14483     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14484     layout: "plot-throughput"
14485
14486 -
14487   type: "plot"
14488   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14489   algorithm: "plot_performance_box"
14490   output-file-type: ".html"
14491   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14492   data: "plot-vpp-throughput-latency-3n-hsw"
14493   filter: "'NIC_Intel-X710' and
14494            '64B' and
14495            'NDRPDR' and
14496            'ETH' and
14497            'IP4FWD' and
14498            '1T1C' and
14499            'VHOST_1024' and
14500            not 'VXLAN' and
14501            not 'CFS_OPT' and
14502            not 'DOT1Q'"
14503   parameters:
14504   - "throughput"
14505   - "parent"
14506   - "tags"
14507   sort:
14508   - "1VM"
14509   - "2VM"
14510   traces:
14511     hoverinfo: "x+y"
14512     boxpoints: "outliers"
14513     whiskerwidth: 0
14514   layout:
14515     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14516     layout: "plot-throughput"
14517
14518 -
14519   type: "plot"
14520   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14521   algorithm: "plot_performance_box"
14522   output-file-type: ".html"
14523   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14524   data: "plot-vpp-throughput-latency-3n-hsw"
14525   filter: "'NIC_Intel-X710' and
14526            '64B' and
14527            'NDRPDR' and
14528            'ETH' and
14529            'IP4FWD' and
14530            '2T2C' and
14531            'VHOST_1024' and
14532            not 'VXLAN' and
14533            not 'CFS_OPT' and
14534            not 'DOT1Q'"
14535   parameters:
14536   - "throughput"
14537   - "parent"
14538   - "tags"
14539   sort:
14540   - "1VM"
14541   - "2VM"
14542   traces:
14543     hoverinfo: "x+y"
14544     boxpoints: "outliers"
14545     whiskerwidth: 0
14546   layout:
14547     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14548     layout: "plot-throughput"
14549
14550 ## Packet Throughput - VPP vhost l2sw 3n-hsw-x710
14551 #-
14552 #  type: "plot"
14553 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14554 #  algorithm: "plot_performance_box"
14555 #  output-file-type: ".html"
14556 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14557 #  data: "plot-vpp-throughput-latency-3n-hsw"
14558 #  filter: "'NIC_Intel-X710' and
14559 #           '64B' and
14560 #           'NDRPDR' and
14561 #           ('ETH' or 'DOT1Q') and
14562 #           '1T1C' and
14563 #           'L2BDMACLRN' and
14564 #           'VHOST_1024' and
14565 #           not 'VXLAN' and
14566 #           not 'IP4FWD' and
14567 #           not '2VM'"
14568 #  parameters:
14569 #  - "throughput"
14570 #  - "parent"
14571 #  - "tags"
14572 ##  sort:
14573 ##  - "VM"  # "not CFS_OPT"
14574 ##  - "CFS_OPT"
14575 ##  - "FIB_10K"
14576 ##  - "FIB_100K"
14577 ##  - "FIB_1M"
14578 #  traces:
14579 #    hoverinfo: "x+y"
14580 #    boxpoints: "outliers"
14581 #    whiskerwidth: 0
14582 #  layout:
14583 #    title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14584 #    layout: "plot-throughput"
14585 #
14586 #-
14587 #  type: "plot"
14588 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14589 #  algorithm: "plot_performance_box"
14590 #  output-file-type: ".html"
14591 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14592 #  data: "plot-vpp-throughput-latency-3n-hsw"
14593 #  filter: "'NIC_Intel-X710' and
14594 #           '64B' and
14595 #           'NDRPDR' and
14596 #           ('ETH' or 'DOT1Q') and
14597 #           '2T2C' and
14598 #           'L2BDMACLRN' and
14599 #           'VHOST_1024' and
14600 #           not 'VXLAN' and
14601 #           not 'IP4FWD' and
14602 #           not '2VM'"
14603 #  parameters:
14604 #  - "throughput"
14605 #  - "parent"
14606 #  - "tags"
14607 ##  sort:
14608 ##  - "VM"  # "not CFS_OPT"
14609 ##  - "CFS_OPT"
14610 ##  - "FIB_10K"
14611 ##  - "FIB_100K"
14612 ##  - "FIB_1M"
14613 #  traces:
14614 #    hoverinfo: "x+y"
14615 #    boxpoints: "outliers"
14616 #    whiskerwidth: 0
14617 #  layout:
14618 #    title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14619 #    layout: "plot-throughput"
14620 #
14621 #-
14622 #  type: "plot"
14623 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14624 #  algorithm: "plot_performance_box"
14625 #  output-file-type: ".html"
14626 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14627 #  data: "plot-vpp-throughput-latency-3n-hsw"
14628 #  filter: "'NIC_Intel-X710' and
14629 #           '64B' and
14630 #           'NDRPDR' and
14631 #           ('ETH' or 'DOT1Q') and
14632 #           '1T1C' and
14633 #           'L2BDMACLRN' and
14634 #           'VHOST_1024' and
14635 #           not 'VXLAN' and
14636 #           not 'IP4FWD' and
14637 #           not '2VM'"
14638 #  parameters:
14639 #  - "throughput"
14640 #  - "parent"
14641 #  - "tags"
14642 ##  sort:
14643 ##  - "VM"  # "not CFS_OPT"
14644 ##  - "CFS_OPT"
14645 ##  - "FIB_10K"
14646 ##  - "FIB_100K"
14647 ##  - "FIB_1M"
14648 #  traces:
14649 #    hoverinfo: "x+y"
14650 #    boxpoints: "outliers"
14651 #    whiskerwidth: 0
14652 #  layout:
14653 #    title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14654 #    layout: "plot-throughput"
14655 #
14656 #-
14657 #  type: "plot"
14658 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14659 #  algorithm: "plot_performance_box"
14660 #  output-file-type: ".html"
14661 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14662 #  data: "plot-vpp-throughput-latency-3n-hsw"
14663 #  filter: "'NIC_Intel-X710' and
14664 #           '64B' and
14665 #           'NDRPDR' and
14666 #           ('ETH' or 'DOT1Q') and
14667 #           '2T2C' and
14668 #           'L2BDMACLRN' and
14669 #           'VHOST_1024' and
14670 #           not 'VXLAN' and
14671 #           not 'IP4FWD' and
14672 #           not '2VM'"
14673 #  parameters:
14674 #  - "throughput"
14675 #  - "parent"
14676 #  - "tags"
14677 ##  sort:
14678 ##  - "VM"  # "not CFS_OPT"
14679 ##  - "CFS_OPT"
14680 ##  - "FIB_10K"
14681 ##  - "FIB_100K"
14682 ##  - "FIB_1M"
14683 #  traces:
14684 #    hoverinfo: "x+y"
14685 #    boxpoints: "outliers"
14686 #    whiskerwidth: 0
14687 #  layout:
14688 #    title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14689 #    layout: "plot-throughput"
14690
14691 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
14692 -
14693   type: "plot"
14694   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14695   algorithm: "plot_performance_box"
14696   output-file-type: ".html"
14697   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14698   data: "plot-vpp-throughput-latency-3n-hsw"
14699   filter: "'NIC_Intel-X710' and
14700            '64B' and
14701            'NDRPDR' and
14702            ('ETH' or 'DOT1Q') and
14703            'BASE' and
14704            '1T1C' and
14705            ('L2BDMACLRN' or 'L2XCFWD') and
14706            'VHOST_1024' and
14707            not 'VXLAN' and
14708            not 'IP4FWD' and
14709            not '2VM'"
14710   parameters:
14711   - "throughput"
14712   - "parent"
14713   - "tags"
14714   sort:
14715   - "L2BDMACLRN"
14716   - "L2BDMACLRN"
14717   - "L2BDMACLRN"
14718   - "L2XCFWD"
14719   - "L2XCFWD"
14720   - "L2XCFWD"
14721   traces:
14722     hoverinfo: "x+y"
14723     boxpoints: "outliers"
14724     whiskerwidth: 0
14725   layout:
14726     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14727     layout: "plot-throughput"
14728
14729 -
14730   type: "plot"
14731   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14732   algorithm: "plot_performance_box"
14733   output-file-type: ".html"
14734   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14735   data: "plot-vpp-throughput-latency-3n-hsw"
14736   filter: "'NIC_Intel-X710' and
14737            '64B' and
14738            'NDRPDR' and
14739            ('ETH' or 'DOT1Q') and
14740            'BASE' and
14741            '1T1C' and
14742            ('L2BDMACLRN' or 'L2XCFWD') and
14743            'VHOST_1024' and
14744            not 'VXLAN' and
14745            not 'IP4FWD' and
14746            not '2VM'"
14747   parameters:
14748   - "throughput"
14749   - "parent"
14750   - "tags"
14751   sort:
14752   - "L2BDMACLRN"
14753   - "L2BDMACLRN"
14754   - "L2BDMACLRN"
14755   - "L2XCFWD"
14756   - "L2XCFWD"
14757   - "L2XCFWD"
14758   traces:
14759     hoverinfo: "x+y"
14760     boxpoints: "outliers"
14761     whiskerwidth: 0
14762   layout:
14763     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14764     layout: "plot-throughput"
14765
14766 -
14767   type: "plot"
14768   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14769   algorithm: "plot_performance_box"
14770   output-file-type: ".html"
14771   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14772   data: "plot-vpp-throughput-latency-3n-hsw"
14773   filter: "'NIC_Intel-X710' and
14774            '64B' and
14775            'NDRPDR' and
14776            ('ETH' or 'DOT1Q') and
14777            'BASE' and
14778            '2T2C' and
14779            ('L2BDMACLRN' or 'L2XCFWD') and
14780            'VHOST_1024' and
14781            not 'VXLAN' and
14782            not 'IP4FWD' and
14783            not '2VM'"
14784   parameters:
14785   - "throughput"
14786   - "parent"
14787   - "tags"
14788   sort:
14789   - "L2BDMACLRN"
14790   - "L2BDMACLRN"
14791   - "L2BDMACLRN"
14792   - "L2XCFWD"
14793   - "L2XCFWD"
14794   - "L2XCFWD"
14795   traces:
14796     hoverinfo: "x+y"
14797     boxpoints: "outliers"
14798     whiskerwidth: 0
14799   layout:
14800     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14801     layout: "plot-throughput"
14802
14803 -
14804   type: "plot"
14805   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14806   algorithm: "plot_performance_box"
14807   output-file-type: ".html"
14808   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14809   data: "plot-vpp-throughput-latency-3n-hsw"
14810   filter: "'NIC_Intel-X710' and
14811            '64B' and
14812            'NDRPDR' and
14813            ('ETH' or 'DOT1Q') and
14814            'BASE' and
14815            '2T2C' and
14816            ('L2BDMACLRN' or 'L2XCFWD') and
14817            'VHOST_1024' and
14818            not 'VXLAN' and
14819            not 'IP4FWD' and
14820            not '2VM'"
14821   parameters:
14822   - "throughput"
14823   - "parent"
14824   - "tags"
14825   sort:
14826   - "L2BDMACLRN"
14827   - "L2BDMACLRN"
14828   - "L2BDMACLRN"
14829   - "L2XCFWD"
14830   - "L2XCFWD"
14831   - "L2XCFWD"
14832   traces:
14833     hoverinfo: "x+y"
14834     boxpoints: "outliers"
14835     whiskerwidth: 0
14836   layout:
14837     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14838     layout: "plot-throughput"
14839
14840 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
14841 -
14842   type: "plot"
14843   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14844   algorithm: "plot_performance_box"
14845   output-file-type: ".html"
14846   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14847   data: "plot-vpp-throughput-latency-3n-hsw"
14848   filter: "'NIC_Intel-X710' and
14849            '64B' and
14850            'NDRPDR' and
14851            ('ETH' or 'DOT1Q') and
14852            '1T1C' and
14853            ('L2BDMACLRN' or 'L2XCFWD') and
14854            'VHOST_1024' and
14855            not 'CFS_OPT' and
14856            not 'VXLAN' and
14857            not 'IP4FWD' and
14858            not 'LBOND'"
14859   parameters:
14860   - "throughput"
14861   - "parent"
14862   - "tags"
14863   sort:
14864   - "L2BDMACLRN"
14865   - "L2BDMACLRN"
14866   - "L2BDMACLRN"
14867   - "L2XCFWD"
14868   - "L2XCFWD"
14869   - "L2XCFWD"
14870   traces:
14871     hoverinfo: "x+y"
14872     boxpoints: "outliers"
14873     whiskerwidth: 0
14874   layout:
14875     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14876     layout: "plot-throughput"
14877
14878 -
14879   type: "plot"
14880   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14881   algorithm: "plot_performance_box"
14882   output-file-type: ".html"
14883   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14884   data: "plot-vpp-throughput-latency-3n-hsw"
14885   filter: "'NIC_Intel-X710' and
14886            '64B' and
14887            'NDRPDR' and
14888            ('ETH' or 'DOT1Q') and
14889            '1T1C' and
14890            ('L2BDMACLRN' or 'L2XCFWD') and
14891            'VHOST_1024' and
14892            not 'CFS_OPT' and
14893            not 'VXLAN' and
14894            not 'IP4FWD' and
14895            not 'LBOND'"
14896   parameters:
14897   - "throughput"
14898   - "parent"
14899   - "tags"
14900   sort:
14901   - "L2BDMACLRN"
14902   - "L2BDMACLRN"
14903   - "L2BDMACLRN"
14904   - "L2XCFWD"
14905   - "L2XCFWD"
14906   - "L2XCFWD"
14907   traces:
14908     hoverinfo: "x+y"
14909     boxpoints: "outliers"
14910     whiskerwidth: 0
14911   layout:
14912     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14913     layout: "plot-throughput"
14914
14915 -
14916   type: "plot"
14917   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14918   algorithm: "plot_performance_box"
14919   output-file-type: ".html"
14920   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14921   data: "plot-vpp-throughput-latency-3n-hsw"
14922   filter: "'NIC_Intel-X710' and
14923            '64B' and
14924            'NDRPDR' and
14925            ('ETH' or 'DOT1Q') and
14926            '2T2C' and
14927            ('L2BDMACLRN' or 'L2XCFWD') and
14928            'VHOST_1024' and
14929            not 'CFS_OPT' and
14930            not 'VXLAN' and
14931            not 'IP4FWD' and
14932            not 'LBOND'"
14933   parameters:
14934   - "throughput"
14935   - "parent"
14936   - "tags"
14937   sort:
14938   - "L2BDMACLRN"
14939   - "L2BDMACLRN"
14940   - "L2BDMACLRN"
14941   - "L2XCFWD"
14942   - "L2XCFWD"
14943   - "L2XCFWD"
14944   traces:
14945     hoverinfo: "x+y"
14946     boxpoints: "outliers"
14947     whiskerwidth: 0
14948   layout:
14949     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14950     layout: "plot-throughput"
14951
14952 -
14953   type: "plot"
14954   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14955   algorithm: "plot_performance_box"
14956   output-file-type: ".html"
14957   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14958   data: "plot-vpp-throughput-latency-3n-hsw"
14959   filter: "'NIC_Intel-X710' and
14960            '64B' and
14961            'NDRPDR' and
14962            ('ETH' or 'DOT1Q') and
14963            '2T2C' and
14964            ('L2BDMACLRN' or 'L2XCFWD') and
14965            'VHOST_1024' and
14966            not 'CFS_OPT' and
14967            not 'VXLAN' and
14968            not 'IP4FWD' and
14969            not 'LBOND'"
14970   parameters:
14971   - "throughput"
14972   - "parent"
14973   - "tags"
14974   sort:
14975   - "L2BDMACLRN"
14976   - "L2BDMACLRN"
14977   - "L2BDMACLRN"
14978   - "L2XCFWD"
14979   - "L2XCFWD"
14980   - "L2XCFWD"
14981   traces:
14982     hoverinfo: "x+y"
14983     boxpoints: "outliers"
14984     whiskerwidth: 0
14985   layout:
14986     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14987     layout: "plot-throughput"
14988
14989 ## Packet Throughput - VPP vhost ip4 3n-hsw-xl710
14990 #-
14991 #  type: "plot"
14992 #  title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14993 #  algorithm: "plot_performance_box"
14994 #  output-file-type: ".html"
14995 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14996 #  data: "plot-vpp-throughput-latency-3n-hsw"
14997 #  filter: "'NIC_Intel-XL710' and
14998 #           '64B' and
14999 #           'NDRPDR' and
15000 #           'ETH' and
15001 #           'IP4FWD' and
15002 #           '1T1C' and
15003 #           'VHOST_1024' and
15004 #           not 'VXLAN' and
15005 #           not 'DOT1Q'"
15006 #  parameters:
15007 #  - "throughput"
15008 #  - "parent"
15009 #  - "tags"
15010 #  sort:
15011 #  - "not CFS_OPT"
15012 #  - "1VM"
15013 #  - "2VM"
15014 #  traces:
15015 #    hoverinfo: "x+y"
15016 #    boxpoints: "outliers"
15017 #    whiskerwidth: 0
15018 #  layout:
15019 #    title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15020 #    layout: "plot-throughput"
15021 #
15022 #-
15023 #  type: "plot"
15024 #  title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15025 #  algorithm: "plot_performance_box"
15026 #  output-file-type: ".html"
15027 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15028 #  data: "plot-vpp-throughput-latency-3n-hsw"
15029 #  filter: "'NIC_Intel-XL710' and
15030 #           '64B' and
15031 #           'NDRPDR' and
15032 #           'ETH' and
15033 #           'IP4FWD' and
15034 #           '2T2C' and
15035 #           'VHOST_1024' and
15036 #           not 'VXLAN' and
15037 #           not 'DOT1Q'"
15038 #  parameters:
15039 #  - "throughput"
15040 #  - "parent"
15041 #  - "tags"
15042 #  sort:
15043 #  - "not CFS_OPT"
15044 #  - "1VM"
15045 #  - "2VM"
15046 #  traces:
15047 #    hoverinfo: "x+y"
15048 #    boxpoints: "outliers"
15049 #    whiskerwidth: 0
15050 #  layout:
15051 #    title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15052 #    layout: "plot-throughput"
15053 #
15054 #-
15055 #  type: "plot"
15056 #  title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15057 #  algorithm: "plot_performance_box"
15058 #  output-file-type: ".html"
15059 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15060 #  data: "plot-vpp-throughput-latency-3n-hsw"
15061 #  filter: "'NIC_Intel-XL710' and
15062 #           '64B' and
15063 #           'NDRPDR' and
15064 #           'ETH' and
15065 #           'IP4FWD' and
15066 #           '1T1C' and
15067 #           'VHOST_1024' and
15068 #           not 'VXLAN' and
15069 #           not 'DOT1Q'"
15070 #  parameters:
15071 #  - "throughput"
15072 #  - "parent"
15073 #  - "tags"
15074 #  sort:
15075 #  - "not CFS_OPT"
15076 #  - "1VM"
15077 #  - "2VM"
15078 #  traces:
15079 #    hoverinfo: "x+y"
15080 #    boxpoints: "outliers"
15081 #    whiskerwidth: 0
15082 #  layout:
15083 #    title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15084 #    layout: "plot-throughput"
15085 #
15086 #-
15087 #  type: "plot"
15088 #  title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15089 #  algorithm: "plot_performance_box"
15090 #  output-file-type: ".html"
15091 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15092 #  data: "plot-vpp-throughput-latency-3n-hsw"
15093 #  filter: "'NIC_Intel-XL710' and
15094 #           '64B' and
15095 #           'NDRPDR' and
15096 #           'ETH' and
15097 #           'IP4FWD' and
15098 #           '2T2C' and
15099 #           'VHOST_1024' and
15100 #           not 'VXLAN' and
15101 #           not 'DOT1Q'"
15102 #  parameters:
15103 #  - "throughput"
15104 #  - "parent"
15105 #  - "tags"
15106 #  sort:
15107 #  - "not CFS_OPT"
15108 #  - "1VM"
15109 #  - "2VM"
15110 #  traces:
15111 #    hoverinfo: "x+y"
15112 #    boxpoints: "outliers"
15113 #    whiskerwidth: 0
15114 #  layout:
15115 #    title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15116 #    layout: "plot-throughput"
15117 #
15118 ## Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
15119 #-
15120 #  type: "plot"
15121 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15122 #  algorithm: "plot_performance_box"
15123 #  output-file-type: ".html"
15124 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15125 #  data: "plot-vpp-throughput-latency-3n-hsw"
15126 #  filter: "'NIC_Intel-XL710' and
15127 #           '64B' and
15128 #           'NDRPDR' and
15129 #           ('ETH' or 'DOT1Q') and
15130 #           '1T1C' and
15131 #           'L2BDMACLRN' and
15132 #           'VHOST_1024' and
15133 #           not 'VXLAN' and
15134 #           not 'IP4FWD' and
15135 #           not '2VM'"
15136 #  parameters:
15137 #  - "throughput"
15138 #  - "parent"
15139 #  - "tags"
15140 ##  sort:
15141 ##  - "VM"  # "not CFS_OPT"
15142 ##  - "CFS_OPT"
15143 ##  - "FIB_10K"
15144 ##  - "FIB_100K"
15145 ##  - "FIB_1M"
15146 #  traces:
15147 #    hoverinfo: "x+y"
15148 #    boxpoints: "outliers"
15149 #    whiskerwidth: 0
15150 #  layout:
15151 #    title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15152 #    layout: "plot-throughput"
15153 #
15154 #-
15155 #  type: "plot"
15156 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15157 #  algorithm: "plot_performance_box"
15158 #  output-file-type: ".html"
15159 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15160 #  data: "plot-vpp-throughput-latency-3n-hsw"
15161 #  filter: "'NIC_Intel-XL710' and
15162 #           '64B' and
15163 #           'NDRPDR' and
15164 #           ('ETH' or 'DOT1Q') and
15165 #           '2T2C' and
15166 #           'L2BDMACLRN' and
15167 #           'VHOST_1024' and
15168 #           not 'VXLAN' and
15169 #           not 'IP4FWD' and
15170 #           not '2VM'"
15171 #  parameters:
15172 #  - "throughput"
15173 #  - "parent"
15174 #  - "tags"
15175 ##  sort:
15176 ##  - "VM"  # "not CFS_OPT"
15177 ##  - "CFS_OPT"
15178 ##  - "FIB_10K"
15179 ##  - "FIB_100K"
15180 ##  - "FIB_1M"
15181 #  traces:
15182 #    hoverinfo: "x+y"
15183 #    boxpoints: "outliers"
15184 #    whiskerwidth: 0
15185 #  layout:
15186 #    title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15187 #    layout: "plot-throughput"
15188 #
15189 #-
15190 #  type: "plot"
15191 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15192 #  algorithm: "plot_performance_box"
15193 #  output-file-type: ".html"
15194 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15195 #  data: "plot-vpp-throughput-latency-3n-hsw"
15196 #  filter: "'NIC_Intel-XL710' and
15197 #           '64B' and
15198 #           'NDRPDR' and
15199 #           ('ETH' or 'DOT1Q') and
15200 #           '1T1C' and
15201 #           'L2BDMACLRN' and
15202 #           'VHOST_1024' and
15203 #           not 'VXLAN' and
15204 #           not 'IP4FWD' and
15205 #           not '2VM'"
15206 #  parameters:
15207 #  - "throughput"
15208 #  - "parent"
15209 #  - "tags"
15210 ##  sort:
15211 ##  - "VM"  # "not CFS_OPT"
15212 ##  - "CFS_OPT"
15213 ##  - "FIB_10K"
15214 ##  - "FIB_100K"
15215 ##  - "FIB_1M"
15216 #  traces:
15217 #    hoverinfo: "x+y"
15218 #    boxpoints: "outliers"
15219 #    whiskerwidth: 0
15220 #  layout:
15221 #    title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15222 #    layout: "plot-throughput"
15223 #
15224 #-
15225 #  type: "plot"
15226 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15227 #  algorithm: "plot_performance_box"
15228 #  output-file-type: ".html"
15229 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15230 #  data: "plot-vpp-throughput-latency-3n-hsw"
15231 #  filter: "'NIC_Intel-XL710' and
15232 #           '64B' and
15233 #           'NDRPDR' and
15234 #           ('ETH' or 'DOT1Q') and
15235 #           '2T2C' and
15236 #           'L2BDMACLRN' and
15237 #           'VHOST_1024' and
15238 #           not 'VXLAN' and
15239 #           not 'IP4FWD' and
15240 #           not '2VM'"
15241 #  parameters:
15242 #  - "throughput"
15243 #  - "parent"
15244 #  - "tags"
15245 ##  sort:
15246 ##  - "VM"  # "not CFS_OPT"
15247 ##  - "CFS_OPT"
15248 ##  - "FIB_10K"
15249 ##  - "FIB_100K"
15250 ##  - "FIB_1M"
15251 #  traces:
15252 #    hoverinfo: "x+y"
15253 #    boxpoints: "outliers"
15254 #    whiskerwidth: 0
15255 #  layout:
15256 #    title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15257 #    layout: "plot-throughput"
15258
15259 ## Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
15260 #-
15261 #  type: "plot"
15262 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15263 #  algorithm: "plot_performance_box"
15264 #  output-file-type: ".html"
15265 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15266 #  data: "plot-vpp-throughput-latency-3n-hsw"
15267 #  filter: "'NIC_Intel-XL710' and
15268 #           '64B' and
15269 #           'NDRPDR' and
15270 #           ('ETH' or 'DOT1Q') and
15271 #           'BASE' and
15272 #           '1T1C' and
15273 #           ('L2BDMACLRN' or 'L2XCFWD') and
15274 #           'VHOST_1024' and
15275 #           not 'VXLAN' and
15276 #           not 'IP4FWD' and
15277 #           not '2VM'"
15278 #  parameters:
15279 #  - "throughput"
15280 #  - "parent"
15281 #  - "tags"
15282 ##  sort:
15283 ##  - "not CFS_OPT"
15284 ##  - "L2XCFWD"
15285 ##  - "not CFS_OPT"
15286 ##  - "CFS_OPT"
15287 #  traces:
15288 #    hoverinfo: "x+y"
15289 #    boxpoints: "outliers"
15290 #    whiskerwidth: 0
15291 #  layout:
15292 #    title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15293 #    layout: "plot-throughput"
15294 #
15295 #-
15296 #  type: "plot"
15297 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15298 #  algorithm: "plot_performance_box"
15299 #  output-file-type: ".html"
15300 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15301 #  data: "plot-vpp-throughput-latency-3n-hsw"
15302 #  filter: "'NIC_Intel-XL710' and
15303 #           '64B' and
15304 #           'NDRPDR' and
15305 #           ('ETH' or 'DOT1Q') and
15306 #           'BASE' and
15307 #           '1T1C' and
15308 #           ('L2BDMACLRN' or 'L2XCFWD') and
15309 #           'VHOST_1024' and
15310 #           not 'VXLAN' and
15311 #           not 'IP4FWD' and
15312 #           not '2VM'"
15313 #  parameters:
15314 #  - "throughput"
15315 #  - "parent"
15316 #  - "tags"
15317 ##  sort:
15318 ##  - "not CFS_OPT"
15319 ##  - "L2XCFWD"
15320 ##  - "not CFS_OPT"
15321 ##  - "CFS_OPT"
15322 #  traces:
15323 #    hoverinfo: "x+y"
15324 #    boxpoints: "outliers"
15325 #    whiskerwidth: 0
15326 #  layout:
15327 #    title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15328 #    layout: "plot-throughput"
15329 #
15330 #-
15331 #  type: "plot"
15332 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15333 #  algorithm: "plot_performance_box"
15334 #  output-file-type: ".html"
15335 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15336 #  data: "plot-vpp-throughput-latency-3n-hsw"
15337 #  filter: "'NIC_Intel-XL710' and
15338 #           '64B' and
15339 #           'NDRPDR' and
15340 #           ('ETH' or 'DOT1Q') and
15341 #           'BASE' and
15342 #           '2T2C' and
15343 #           ('L2BDMACLRN' or 'L2XCFWD') and
15344 #           'VHOST_1024' and
15345 #           not 'VXLAN' and
15346 #           not 'IP4FWD' and
15347 #           not '2VM'"
15348 #  parameters:
15349 #  - "throughput"
15350 #  - "parent"
15351 #  - "tags"
15352 ##  sort:
15353 ##  - "not CFS_OPT"
15354 ##  - "L2XCFWD"
15355 ##  - "not CFS_OPT"
15356 ##  - "CFS_OPT"
15357 #  traces:
15358 #    hoverinfo: "x+y"
15359 #    boxpoints: "outliers"
15360 #    whiskerwidth: 0
15361 #  layout:
15362 #    title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15363 #    layout: "plot-throughput"
15364 #
15365 #-
15366 #  type: "plot"
15367 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15368 #  algorithm: "plot_performance_box"
15369 #  output-file-type: ".html"
15370 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
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 #           'BASE' and
15377 #           '2T2C' and
15378 #           ('L2BDMACLRN' or 'L2XCFWD') and
15379 #           'VHOST_1024' and
15380 #           not 'VXLAN' and
15381 #           not 'IP4FWD' and
15382 #           not '2VM'"
15383 #  parameters:
15384 #  - "throughput"
15385 #  - "parent"
15386 #  - "tags"
15387 ##  sort:
15388 ##  - "not CFS_OPT"
15389 ##  - "L2XCFWD"
15390 ##  - "not CFS_OPT"
15391 ##  - "CFS_OPT"
15392 #  traces:
15393 #    hoverinfo: "x+y"
15394 #    boxpoints: "outliers"
15395 #    whiskerwidth: 0
15396 #  layout:
15397 #    title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15398 #    layout: "plot-throughput"
15399 #
15400 ## Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
15401 #-
15402 #  type: "plot"
15403 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15404 #  algorithm: "plot_performance_box"
15405 #  output-file-type: ".html"
15406 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15407 #  data: "plot-vpp-throughput-latency-3n-hsw"
15408 #  filter: "'NIC_Intel-XL710' and
15409 #           '64B' and
15410 #           'NDRPDR' and
15411 #           ('ETH' or 'DOT1Q') and
15412 #           '1T1C' and
15413 #           ('L2BDMACLRN' or 'L2XCFWD') and
15414 #           'VHOST_1024' and
15415 #           not 'CFS_OPT' and
15416 #           not 'VXLAN' and
15417 #           not 'IP4FWD'"
15418 #  parameters:
15419 #  - "throughput"
15420 #  - "parent"
15421 #  - "tags"
15422 ##  sort:
15423 ##  - "1VM"
15424 ##  - "L2XCFWD"
15425 ##  - "1VM"
15426 ##  - "L2BDMACLRN"
15427 #  traces:
15428 #    hoverinfo: "x+y"
15429 #    boxpoints: "outliers"
15430 #    whiskerwidth: 0
15431 #  layout:
15432 #    title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15433 #    layout: "plot-throughput"
15434 #
15435 #-
15436 #  type: "plot"
15437 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15438 #  algorithm: "plot_performance_box"
15439 #  output-file-type: ".html"
15440 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15441 #  data: "plot-vpp-throughput-latency-3n-hsw"
15442 #  filter: "'NIC_Intel-XL710' and
15443 #           '64B' and
15444 #           'NDRPDR' and
15445 #           ('ETH' or 'DOT1Q') and
15446 #           '1T1C' and
15447 #           ('L2BDMACLRN' or 'L2XCFWD') and
15448 #           'VHOST_1024' and
15449 #           not 'CFS_OPT' and
15450 #           not 'VXLAN' and
15451 #           not 'IP4FWD'"
15452 #  parameters:
15453 #  - "throughput"
15454 #  - "parent"
15455 #  - "tags"
15456 ##  sort:
15457 ##  - "1VM"
15458 ##  - "L2XCFWD"
15459 ##  - "1VM"
15460 ##  - "L2BDMACLRN"
15461 #  traces:
15462 #    hoverinfo: "x+y"
15463 #    boxpoints: "outliers"
15464 #    whiskerwidth: 0
15465 #  layout:
15466 #    title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15467 #    layout: "plot-throughput"
15468 #
15469 #-
15470 #  type: "plot"
15471 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15472 #  algorithm: "plot_performance_box"
15473 #  output-file-type: ".html"
15474 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15475 #  data: "plot-vpp-throughput-latency-3n-hsw"
15476 #  filter: "'NIC_Intel-XL710' and
15477 #           '64B' and
15478 #           'NDRPDR' and
15479 #           ('ETH' or 'DOT1Q') and
15480 #           '2T2C' and
15481 #           ('L2BDMACLRN' or 'L2XCFWD') and
15482 #           'VHOST_1024' and
15483 #           not 'CFS_OPT' and
15484 #           not 'VXLAN' and
15485 #           not 'IP4FWD'"
15486 #  parameters:
15487 #  - "throughput"
15488 #  - "parent"
15489 #  - "tags"
15490 ##  sort:
15491 ##  - "1VM"
15492 ##  - "L2XCFWD"
15493 ##  - "1VM"
15494 ##  - "L2BDMACLRN"
15495 #  traces:
15496 #    hoverinfo: "x+y"
15497 #    boxpoints: "outliers"
15498 #    whiskerwidth: 0
15499 #  layout:
15500 #    title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15501 #    layout: "plot-throughput"
15502 #
15503 #-
15504 #  type: "plot"
15505 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15506 #  algorithm: "plot_performance_box"
15507 #  output-file-type: ".html"
15508 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15509 #  data: "plot-vpp-throughput-latency-3n-hsw"
15510 #  filter: "'NIC_Intel-XL710' and
15511 #           '64B' and
15512 #           'NDRPDR' and
15513 #           ('ETH' or 'DOT1Q') and
15514 #           '2T2C' and
15515 #           ('L2BDMACLRN' or 'L2XCFWD') and
15516 #           'VHOST_1024' and
15517 #           not 'CFS_OPT' and
15518 #           not 'VXLAN' and
15519 #           not 'IP4FWD'"
15520 #  parameters:
15521 #  - "throughput"
15522 #  - "parent"
15523 #  - "tags"
15524 ##  sort:
15525 ##  - "1VM"
15526 ##  - "L2XCFWD"
15527 ##  - "1VM"
15528 ##  - "L2BDMACLRN"
15529 #  traces:
15530 #    hoverinfo: "x+y"
15531 #    boxpoints: "outliers"
15532 #    whiskerwidth: 0
15533 #  layout:
15534 #    title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15535 #    layout: "plot-throughput"
15536
15537 # Packet Throughput - VPP vhost ip4 3n-skx-x710
15538 -
15539   type: "plot"
15540   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15541   algorithm: "plot_performance_box"
15542   output-file-type: ".html"
15543   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15544   data: "plot-vpp-throughput-latency-3n-skx"
15545   filter: "'NIC_Intel-X710' and
15546            '64B' and
15547            'NDRPDR' and
15548            'ETH' and
15549            'IP4FWD' and
15550            '2T1C' and
15551            'VHOST_1024' and
15552            not 'VXLAN' and
15553            not 'DOT1Q'"
15554   parameters:
15555   - "throughput"
15556   - "parent"
15557   - "tags"
15558   sort:
15559   - "1VM"
15560   - "2VM"
15561   traces:
15562     hoverinfo: "x+y"
15563     boxpoints: "outliers"
15564     whiskerwidth: 0
15565   layout:
15566     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15567     layout: "plot-throughput"
15568
15569 -
15570   type: "plot"
15571   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15572   algorithm: "plot_performance_box"
15573   output-file-type: ".html"
15574   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15575   data: "plot-vpp-throughput-latency-3n-skx"
15576   filter: "'NIC_Intel-X710' and
15577            '64B' and
15578            'NDRPDR' and
15579            'ETH' and
15580            'IP4FWD' and
15581            '4T2C' and
15582            'VHOST_1024' and
15583            not 'VXLAN' and
15584            not 'DOT1Q'"
15585   parameters:
15586   - "throughput"
15587   - "parent"
15588   - "tags"
15589   sort:
15590   - "1VM"
15591   - "2VM"
15592   traces:
15593     hoverinfo: "x+y"
15594     boxpoints: "outliers"
15595     whiskerwidth: 0
15596   layout:
15597     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15598     layout: "plot-throughput"
15599
15600 -
15601   type: "plot"
15602   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15603   algorithm: "plot_performance_box"
15604   output-file-type: ".html"
15605   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15606   data: "plot-vpp-throughput-latency-3n-skx"
15607   filter: "'NIC_Intel-X710' and
15608            '64B' and
15609            'NDRPDR' and
15610            'ETH' and
15611            'IP4FWD' and
15612            '2T1C' and
15613            'VHOST_1024' and
15614            not 'VXLAN' and
15615            not 'DOT1Q'"
15616   parameters:
15617   - "throughput"
15618   - "parent"
15619   - "tags"
15620   sort:
15621   - "1VM"
15622   - "2VM"
15623   traces:
15624     hoverinfo: "x+y"
15625     boxpoints: "outliers"
15626     whiskerwidth: 0
15627   layout:
15628     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15629     layout: "plot-throughput"
15630
15631 -
15632   type: "plot"
15633   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15634   algorithm: "plot_performance_box"
15635   output-file-type: ".html"
15636   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15637   data: "plot-vpp-throughput-latency-3n-skx"
15638   filter: "'NIC_Intel-X710' and
15639            '64B' and
15640            'NDRPDR' and
15641            'ETH' and
15642            'IP4FWD' and
15643            '4T2C' and
15644            'VHOST_1024' and
15645            not 'VXLAN' and
15646            not 'DOT1Q'"
15647   parameters:
15648   - "throughput"
15649   - "parent"
15650   - "tags"
15651   sort:
15652   - "1VM"
15653   - "2VM"
15654   traces:
15655     hoverinfo: "x+y"
15656     boxpoints: "outliers"
15657     whiskerwidth: 0
15658   layout:
15659     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15660     layout: "plot-throughput"
15661
15662 ## Packet Throughput - VPP vhost l2sw 3n-skx-x710
15663 #-
15664 #  type: "plot"
15665 #  title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15666 #  algorithm: "plot_performance_box"
15667 #  output-file-type: ".html"
15668 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15669 #  data: "plot-vpp-throughput-latency-3n-skx"
15670 #  filter: "'NIC_Intel-X710' and
15671 #           '64B' and
15672 #           'NDRPDR' and
15673 #           ('ETH' or 'DOT1Q') and
15674 #           '2T1C' and
15675 #           'L2BDMACLRN' and
15676 #           'VHOST_1024' and
15677 #           not 'VXLAN' and
15678 #           not 'IP4FWD' and
15679 #           not '2VM'"
15680 #  parameters:
15681 #  - "throughput"
15682 #  - "parent"
15683 #  - "tags"
15684 ##  sort:
15685 ##  - "VM"  # "not CFS_OPT"
15686 ##  - "CFS_OPT"
15687 ##  - "FIB_10K"
15688 ##  - "FIB_100K"
15689 ##  - "FIB_1M"
15690 #  traces:
15691 #    hoverinfo: "x+y"
15692 #    boxpoints: "outliers"
15693 #    whiskerwidth: 0
15694 #  layout:
15695 #    title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15696 #    layout: "plot-throughput"
15697 #
15698 #-
15699 #  type: "plot"
15700 #  title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15701 #  algorithm: "plot_performance_box"
15702 #  output-file-type: ".html"
15703 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15704 #  data: "plot-vpp-throughput-latency-3n-skx"
15705 #  filter: "'NIC_Intel-X710' and
15706 #           '64B' and
15707 #           'NDRPDR' and
15708 #           ('ETH' or 'DOT1Q') and
15709 #           '4T2C' and
15710 #           'L2BDMACLRN' and
15711 #           'VHOST_1024' and
15712 #           not 'VXLAN' and
15713 #           not 'IP4FWD' and
15714 #           not '2VM'"
15715 #  parameters:
15716 #  - "throughput"
15717 #  - "parent"
15718 #  - "tags"
15719 ##  sort:
15720 ##  - "VM"  # "not CFS_OPT"
15721 ##  - "CFS_OPT"
15722 ##  - "FIB_10K"
15723 ##  - "FIB_100K"
15724 ##  - "FIB_1M"
15725 #  traces:
15726 #    hoverinfo: "x+y"
15727 #    boxpoints: "outliers"
15728 #    whiskerwidth: 0
15729 #  layout:
15730 #    title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15731 #    layout: "plot-throughput"
15732 #
15733 #-
15734 #  type: "plot"
15735 #  title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15736 #  algorithm: "plot_performance_box"
15737 #  output-file-type: ".html"
15738 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15739 #  data: "plot-vpp-throughput-latency-3n-skx"
15740 #  filter: "'NIC_Intel-X710' and
15741 #           '64B' and
15742 #           'NDRPDR' and
15743 #           ('ETH' or 'DOT1Q') and
15744 #           '2T1C' and
15745 #           'L2BDMACLRN' and
15746 #           'VHOST_1024' and
15747 #           not 'VXLAN' and
15748 #           not 'IP4FWD' and
15749 #           not '2VM'"
15750 #  parameters:
15751 #  - "throughput"
15752 #  - "parent"
15753 #  - "tags"
15754 ##  sort:
15755 ##  - "VM"  # "not CFS_OPT"
15756 ##  - "CFS_OPT"
15757 ##  - "FIB_10K"
15758 ##  - "FIB_100K"
15759 ##  - "FIB_1M"
15760 #  traces:
15761 #    hoverinfo: "x+y"
15762 #    boxpoints: "outliers"
15763 #    whiskerwidth: 0
15764 #  layout:
15765 #    title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15766 #    layout: "plot-throughput"
15767 #
15768 #-
15769 #  type: "plot"
15770 #  title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15771 #  algorithm: "plot_performance_box"
15772 #  output-file-type: ".html"
15773 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15774 #  data: "plot-vpp-throughput-latency-3n-skx"
15775 #  filter: "'NIC_Intel-X710' and
15776 #           '64B' and
15777 #           'NDRPDR' and
15778 #           ('ETH' or 'DOT1Q') and
15779 #           '4T2C' and
15780 #           'L2BDMACLRN' and
15781 #           'VHOST_1024' and
15782 #           not 'VXLAN' and
15783 #           not 'IP4FWD' and
15784 #           not '2VM'"
15785 #  parameters:
15786 #  - "throughput"
15787 #  - "parent"
15788 #  - "tags"
15789 ##  sort:
15790 ##  - "VM"  # "not CFS_OPT"
15791 ##  - "CFS_OPT"
15792 ##  - "FIB_10K"
15793 ##  - "FIB_100K"
15794 ##  - "FIB_1M"
15795 #  traces:
15796 #    hoverinfo: "x+y"
15797 #    boxpoints: "outliers"
15798 #    whiskerwidth: 0
15799 #  layout:
15800 #    title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15801 #    layout: "plot-throughput"
15802
15803 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
15804 -
15805   type: "plot"
15806   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15807   algorithm: "plot_performance_box"
15808   output-file-type: ".html"
15809   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15810   data: "plot-vpp-throughput-latency-3n-skx"
15811   filter: "'NIC_Intel-X710' and
15812            '64B' and
15813            'NDRPDR' and
15814            ('ETH' or 'DOT1Q') and
15815            'BASE' and
15816            '2T1C' and
15817            ('L2BDMACLRN' or 'L2XCFWD') and
15818            'VHOST_1024' and
15819            not 'VXLAN' and
15820            not 'IP4FWD' and
15821            not '2VM' and
15822            not 'LBOND'"
15823   parameters:
15824   - "throughput"
15825   - "parent"
15826   - "tags"
15827   sort:
15828   - "L2BDMACLRN"
15829   - "L2BDMACLRN"
15830   - "L2XCFWD"
15831   - "L2XCFWD"
15832   traces:
15833     hoverinfo: "x+y"
15834     boxpoints: "outliers"
15835     whiskerwidth: 0
15836   layout:
15837     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15838     layout: "plot-throughput"
15839
15840 -
15841   type: "plot"
15842   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15843   algorithm: "plot_performance_box"
15844   output-file-type: ".html"
15845   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15846   data: "plot-vpp-throughput-latency-3n-skx"
15847   filter: "'NIC_Intel-X710' and
15848            '64B' and
15849            'NDRPDR' and
15850            ('ETH' or 'DOT1Q') and
15851            'BASE' and
15852            '2T1C' and
15853            ('L2BDMACLRN' or 'L2XCFWD') and
15854            'VHOST_1024' and
15855            not 'VXLAN' and
15856            not 'IP4FWD' and
15857            not '2VM' and
15858            not 'LBOND'"
15859   parameters:
15860   - "throughput"
15861   - "parent"
15862   - "tags"
15863   sort:
15864   - "L2BDMACLRN"
15865   - "L2BDMACLRN"
15866   - "L2XCFWD"
15867   - "L2XCFWD"
15868   traces:
15869     hoverinfo: "x+y"
15870     boxpoints: "outliers"
15871     whiskerwidth: 0
15872   layout:
15873     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15874     layout: "plot-throughput"
15875
15876 -
15877   type: "plot"
15878   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15879   algorithm: "plot_performance_box"
15880   output-file-type: ".html"
15881   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15882   data: "plot-vpp-throughput-latency-3n-skx"
15883   filter: "'NIC_Intel-X710' and
15884            '64B' and
15885            'NDRPDR' and
15886            ('ETH' or 'DOT1Q') and
15887            'BASE' and
15888            '4T2C' and
15889            ('L2BDMACLRN' or 'L2XCFWD') and
15890            'VHOST_1024' and
15891            not 'VXLAN' and
15892            not 'IP4FWD' and
15893            not '2VM' and
15894            not 'LBOND'"
15895   parameters:
15896   - "throughput"
15897   - "parent"
15898   - "tags"
15899   sort:
15900   - "L2BDMACLRN"
15901   - "L2BDMACLRN"
15902   - "L2XCFWD"
15903   - "L2XCFWD"
15904   traces:
15905     hoverinfo: "x+y"
15906     boxpoints: "outliers"
15907     whiskerwidth: 0
15908   layout:
15909     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15910     layout: "plot-throughput"
15911
15912 -
15913   type: "plot"
15914   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15915   algorithm: "plot_performance_box"
15916   output-file-type: ".html"
15917   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15918   data: "plot-vpp-throughput-latency-3n-skx"
15919   filter: "'NIC_Intel-X710' and
15920            '64B' and
15921            'NDRPDR' and
15922            ('ETH' or 'DOT1Q') and
15923            'BASE' and
15924            '4T2C' and
15925            ('L2BDMACLRN' or 'L2XCFWD') and
15926            'VHOST_1024' and
15927            not 'VXLAN' and
15928            not 'IP4FWD' and
15929            not '2VM' and
15930            not 'LBOND'"
15931   parameters:
15932   - "throughput"
15933   - "parent"
15934   - "tags"
15935   sort:
15936   - "L2BDMACLRN"
15937   - "L2BDMACLRN"
15938   - "L2XCFWD"
15939   - "L2XCFWD"
15940   traces:
15941     hoverinfo: "x+y"
15942     boxpoints: "outliers"
15943     whiskerwidth: 0
15944   layout:
15945     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15946     layout: "plot-throughput"
15947
15948 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
15949 -
15950   type: "plot"
15951   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15952   algorithm: "plot_performance_box"
15953   output-file-type: ".html"
15954   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15955   data: "plot-vpp-throughput-latency-3n-skx"
15956   filter: "'NIC_Intel-X710' and
15957            '64B' and
15958            'NDRPDR' and
15959            ('ETH' or 'DOT1Q') and
15960            '2T1C' and
15961            ('L2BDMACLRN' or 'L2XCFWD') and
15962            'VHOST_1024' and
15963            not 'CFS_OPT' and
15964            not 'VXLAN' and
15965            not 'IP4FWD' and
15966            not 'LBOND'"
15967   parameters:
15968   - "throughput"
15969   - "parent"
15970   - "tags"
15971   sort:
15972   - "L2BDMACLRN"
15973   - "L2BDMACLRN"
15974   - "L2BDMACLRN"
15975   - "L2XCFWD"
15976   - "L2XCFWD"
15977   - "L2XCFWD"
15978   traces:
15979     hoverinfo: "x+y"
15980     boxpoints: "outliers"
15981     whiskerwidth: 0
15982   layout:
15983     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15984     layout: "plot-throughput"
15985
15986 -
15987   type: "plot"
15988   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15989   algorithm: "plot_performance_box"
15990   output-file-type: ".html"
15991   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15992   data: "plot-vpp-throughput-latency-3n-skx"
15993   filter: "'NIC_Intel-X710' and
15994            '64B' and
15995            'NDRPDR' and
15996            ('ETH' or 'DOT1Q') and
15997            '2T1C' and
15998            ('L2BDMACLRN' or 'L2XCFWD') and
15999            'VHOST_1024' and
16000            not 'CFS_OPT' and
16001            not 'VXLAN' and
16002            not 'IP4FWD' and
16003            not 'LBOND'"
16004   parameters:
16005   - "throughput"
16006   - "parent"
16007   - "tags"
16008   sort:
16009   - "L2BDMACLRN"
16010   - "L2BDMACLRN"
16011   - "L2BDMACLRN"
16012   - "L2XCFWD"
16013   - "L2XCFWD"
16014   - "L2XCFWD"
16015   traces:
16016     hoverinfo: "x+y"
16017     boxpoints: "outliers"
16018     whiskerwidth: 0
16019   layout:
16020     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
16021     layout: "plot-throughput"
16022
16023 -
16024   type: "plot"
16025   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
16026   algorithm: "plot_performance_box"
16027   output-file-type: ".html"
16028   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
16029   data: "plot-vpp-throughput-latency-3n-skx"
16030   filter: "'NIC_Intel-X710' and
16031            '64B' and
16032            'NDRPDR' and
16033            ('ETH' or 'DOT1Q') and
16034            '4T2C' and
16035            ('L2BDMACLRN' or 'L2XCFWD') and
16036            'VHOST_1024' and
16037            not 'CFS_OPT' and
16038            not 'VXLAN' and
16039            not 'IP4FWD' and
16040            not 'LBOND'"
16041   parameters:
16042   - "throughput"
16043   - "parent"
16044   - "tags"
16045   sort:
16046   - "L2BDMACLRN"
16047   - "L2BDMACLRN"
16048   - "L2BDMACLRN"
16049   - "L2XCFWD"
16050   - "L2XCFWD"
16051   - "L2XCFWD"
16052   traces:
16053     hoverinfo: "x+y"
16054     boxpoints: "outliers"
16055     whiskerwidth: 0
16056   layout:
16057     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
16058     layout: "plot-throughput"
16059
16060 -
16061   type: "plot"
16062   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
16063   algorithm: "plot_performance_box"
16064   output-file-type: ".html"
16065   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
16066   data: "plot-vpp-throughput-latency-3n-skx"
16067   filter: "'NIC_Intel-X710' and
16068            '64B' and
16069            'NDRPDR' and
16070            ('ETH' or 'DOT1Q') and
16071            '4T2C' and
16072            ('L2BDMACLRN' or 'L2XCFWD') and
16073            'VHOST_1024' and
16074            not 'CFS_OPT' and
16075            not 'VXLAN' and
16076            not 'IP4FWD' and
16077            not 'LBOND'"
16078   parameters:
16079   - "throughput"
16080   - "parent"
16081   - "tags"
16082   sort:
16083   - "L2BDMACLRN"
16084   - "L2BDMACLRN"
16085   - "L2BDMACLRN"
16086   - "L2XCFWD"
16087   - "L2XCFWD"
16088   - "L2XCFWD"
16089   traces:
16090     hoverinfo: "x+y"
16091     boxpoints: "outliers"
16092     whiskerwidth: 0
16093   layout:
16094     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
16095     layout: "plot-throughput"
16096
16097 # Packet Throughput - VPP vhost ip4 2n-skx-x710
16098 -
16099   type: "plot"
16100   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16101   algorithm: "plot_performance_box"
16102   output-file-type: ".html"
16103   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16104   data: "plot-vpp-throughput-latency-2n-skx"
16105   filter: "'NIC_Intel-X710' and
16106            '64B' and
16107            'NDRPDR' and
16108            'ETH' and
16109            'IP4FWD' and
16110            '2T1C' and
16111            'VHOST_1024' and
16112            not 'VXLAN' and
16113            not 'NF_DENSITY' and
16114            not 'CFS_OPT' and
16115            not 'DOT1Q'"
16116   parameters:
16117   - "throughput"
16118   - "parent"
16119   - "tags"
16120   sort:
16121   - "1VM"
16122   - "2VM"
16123   traces:
16124     hoverinfo: "x+y"
16125     boxpoints: "outliers"
16126     whiskerwidth: 0
16127   layout:
16128     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16129     layout: "plot-throughput"
16130
16131 -
16132   type: "plot"
16133   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16134   algorithm: "plot_performance_box"
16135   output-file-type: ".html"
16136   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16137   data: "plot-vpp-throughput-latency-2n-skx"
16138   filter: "'NIC_Intel-X710' and
16139            '64B' and
16140            'NDRPDR' and
16141            'ETH' and
16142            'IP4FWD' and
16143            '4T2C' and
16144            'VHOST_1024' and
16145            not 'VXLAN' and
16146            not 'NF_DENSITY' and
16147            not 'CFS_OPT' and
16148            not 'DOT1Q'"
16149   parameters:
16150   - "throughput"
16151   - "parent"
16152   - "tags"
16153   sort:
16154   - "1VM"
16155   - "2VM"
16156   traces:
16157     hoverinfo: "x+y"
16158     boxpoints: "outliers"
16159     whiskerwidth: 0
16160   layout:
16161     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16162     layout: "plot-throughput"
16163
16164 -
16165   type: "plot"
16166   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16167   algorithm: "plot_performance_box"
16168   output-file-type: ".html"
16169   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16170   data: "plot-vpp-throughput-latency-2n-skx"
16171   filter: "'NIC_Intel-X710' and
16172            '64B' and
16173            'NDRPDR' and
16174            'ETH' and
16175            'IP4FWD' and
16176            '2T1C' and
16177            'VHOST_1024' and
16178            not 'VXLAN' and
16179            not 'NF_DENSITY' and
16180            not 'CFS_OPT' and
16181            not 'DOT1Q'"
16182   parameters:
16183   - "throughput"
16184   - "parent"
16185   - "tags"
16186   sort:
16187   - "1VM"
16188   - "2VM"
16189   traces:
16190     hoverinfo: "x+y"
16191     boxpoints: "outliers"
16192     whiskerwidth: 0
16193   layout:
16194     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16195     layout: "plot-throughput"
16196
16197 -
16198   type: "plot"
16199   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16200   algorithm: "plot_performance_box"
16201   output-file-type: ".html"
16202   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16203   data: "plot-vpp-throughput-latency-2n-skx"
16204   filter: "'NIC_Intel-X710' and
16205            '64B' and
16206            'NDRPDR' and
16207            'ETH' and
16208            'IP4FWD' and
16209            '4T2C' and
16210            'VHOST_1024' and
16211            not 'VXLAN' and
16212            not 'NF_DENSITY' and
16213            not 'CFS_OPT' and
16214            not 'DOT1Q'"
16215   parameters:
16216   - "throughput"
16217   - "parent"
16218   - "tags"
16219   sort:
16220   - "1VM"
16221   - "2VM"
16222   traces:
16223     hoverinfo: "x+y"
16224     boxpoints: "outliers"
16225     whiskerwidth: 0
16226   layout:
16227     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16228     layout: "plot-throughput"
16229
16230 ## Packet Throughput - VPP vhost l2sw 2n-skx-x710
16231 #-
16232 #  type: "plot"
16233 #  title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16234 #  algorithm: "plot_performance_box"
16235 #  output-file-type: ".html"
16236 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
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 #           '2T1C' 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-2t1c-base_and_scale-ndr"
16265 #    layout: "plot-throughput"
16266 #
16267 #-
16268 #  type: "plot"
16269 #  title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16270 #  algorithm: "plot_performance_box"
16271 #  output-file-type: ".html"
16272 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16273 #  data: "plot-vpp-throughput-latency-2n-skx"
16274 #  filter: "'NIC_Intel-X710' and
16275 #           '64B' and
16276 #           'NDRPDR' and
16277 #           ('ETH' or 'DOT1Q') and
16278 #           '4T2C' and
16279 #           'L2BDMACLRN' and
16280 #           'VHOST_1024' and
16281 #           not 'VXLAN' and
16282 #           not 'NF_DENSITY' and
16283 #           not 'IP4FWD' and
16284 #           not '2VM'"
16285 #  parameters:
16286 #  - "throughput"
16287 #  - "parent"
16288 #  - "tags"
16289 ##  sort:
16290 ##  - "VM"  # "not CFS_OPT"
16291 ##  - "CFS_OPT"
16292 ##  - "FIB_10K"
16293 ##  - "FIB_100K"
16294 ##  - "FIB_1M"
16295 #  traces:
16296 #    hoverinfo: "x+y"
16297 #    boxpoints: "outliers"
16298 #    whiskerwidth: 0
16299 #  layout:
16300 #    title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16301 #    layout: "plot-throughput"
16302 #
16303 #-
16304 #  type: "plot"
16305 #  title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16306 #  algorithm: "plot_performance_box"
16307 #  output-file-type: ".html"
16308 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16309 #  data: "plot-vpp-throughput-latency-2n-skx"
16310 #  filter: "'NIC_Intel-X710' and
16311 #           '64B' and
16312 #           'NDRPDR' and
16313 #           ('ETH' or 'DOT1Q') and
16314 #           '2T1C' and
16315 #           'L2BDMACLRN' and
16316 #           'VHOST_1024' and
16317 #           not 'VXLAN' and
16318 #           not 'NF_DENSITY' and
16319 #           not 'IP4FWD' and
16320 #           not '2VM'"
16321 #  parameters:
16322 #  - "throughput"
16323 #  - "parent"
16324 #  - "tags"
16325 ##  sort:
16326 ##  - "VM"  # "not CFS_OPT"
16327 ##  - "CFS_OPT"
16328 ##  - "FIB_10K"
16329 ##  - "FIB_100K"
16330 ##  - "FIB_1M"
16331 #  traces:
16332 #    hoverinfo: "x+y"
16333 #    boxpoints: "outliers"
16334 #    whiskerwidth: 0
16335 #  layout:
16336 #    title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16337 #    layout: "plot-throughput"
16338 #
16339 #-
16340 #  type: "plot"
16341 #  title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16342 #  algorithm: "plot_performance_box"
16343 #  output-file-type: ".html"
16344 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16345 #  data: "plot-vpp-throughput-latency-2n-skx"
16346 #  filter: "'NIC_Intel-X710' and
16347 #           '64B' and
16348 #           'NDRPDR' and
16349 #           ('ETH' or 'DOT1Q') and
16350 #           '4T2C' and
16351 #           'L2BDMACLRN' and
16352 #           'VHOST_1024' and
16353 #           not 'VXLAN' and
16354 #           not 'NF_DENSITY' and
16355 #           not 'IP4FWD' and
16356 #           not '2VM'"
16357 #  parameters:
16358 #  - "throughput"
16359 #  - "parent"
16360 #  - "tags"
16361 ##  sort:
16362 ##  - "VM"  # "not CFS_OPT"
16363 ##  - "CFS_OPT"
16364 ##  - "FIB_10K"
16365 ##  - "FIB_100K"
16366 ##  - "FIB_1M"
16367 #  traces:
16368 #    hoverinfo: "x+y"
16369 #    boxpoints: "outliers"
16370 #    whiskerwidth: 0
16371 #  layout:
16372 #    title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16373 #    layout: "plot-throughput"
16374
16375 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
16376 -
16377   type: "plot"
16378   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16379   algorithm: "plot_performance_box"
16380   output-file-type: ".html"
16381   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
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            '2T1C' 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-2t1c-base-ndr"
16410     layout: "plot-throughput"
16411
16412 -
16413   type: "plot"
16414   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16415   algorithm: "plot_performance_box"
16416   output-file-type: ".html"
16417   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16418   data: "plot-vpp-throughput-latency-2n-skx"
16419   filter: "'NIC_Intel-X710' and
16420            '64B' and
16421            'NDRPDR' and
16422            ('ETH' or 'DOT1Q') and
16423            'BASE' and
16424            '2T1C' and
16425            ('L2BDMACLRN' or 'L2XCFWD') and
16426            'VHOST_1024' and
16427            not 'VXLAN' and
16428            not 'NF_DENSITY' and
16429            not 'IP4FWD' and
16430            not '2VM'"
16431   parameters:
16432   - "throughput"
16433   - "parent"
16434   - "tags"
16435 #  sort:
16436 #  - "not CFS_OPT"
16437 #  - "L2XCFWD"
16438 #  - "not CFS_OPT"
16439 #  - "CFS_OPT"
16440   traces:
16441     hoverinfo: "x+y"
16442     boxpoints: "outliers"
16443     whiskerwidth: 0
16444   layout:
16445     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16446     layout: "plot-throughput"
16447
16448 -
16449   type: "plot"
16450   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16451   algorithm: "plot_performance_box"
16452   output-file-type: ".html"
16453   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
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            'BASE' and
16460            '4T2C' and
16461            ('L2BDMACLRN' or 'L2XCFWD') and
16462            'VHOST_1024' and
16463            not 'VXLAN' and
16464            not 'NF_DENSITY' and
16465            not 'IP4FWD' and
16466            not '2VM'"
16467   parameters:
16468   - "throughput"
16469   - "parent"
16470   - "tags"
16471 #  sort:
16472 #  - "not CFS_OPT"
16473 #  - "L2XCFWD"
16474 #  - "not CFS_OPT"
16475 #  - "CFS_OPT"
16476   traces:
16477     hoverinfo: "x+y"
16478     boxpoints: "outliers"
16479     whiskerwidth: 0
16480   layout:
16481     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16482     layout: "plot-throughput"
16483
16484 -
16485   type: "plot"
16486   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16487   algorithm: "plot_performance_box"
16488   output-file-type: ".html"
16489   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16490   data: "plot-vpp-throughput-latency-2n-skx"
16491   filter: "'NIC_Intel-X710' and
16492            '64B' and
16493            'NDRPDR' and
16494            ('ETH' or 'DOT1Q') and
16495            'BASE' and
16496            '4T2C' and
16497            ('L2BDMACLRN' or 'L2XCFWD') and
16498            'VHOST_1024' and
16499            not 'VXLAN' and
16500            not 'NF_DENSITY' and
16501            not 'IP4FWD' and
16502            not '2VM'"
16503   parameters:
16504   - "throughput"
16505   - "parent"
16506   - "tags"
16507 #  sort:
16508 #  - "not CFS_OPT"
16509 #  - "L2XCFWD"
16510 #  - "not CFS_OPT"
16511 #  - "CFS_OPT"
16512   traces:
16513     hoverinfo: "x+y"
16514     boxpoints: "outliers"
16515     whiskerwidth: 0
16516   layout:
16517     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16518     layout: "plot-throughput"
16519
16520 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
16521 -
16522   type: "plot"
16523   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16524   algorithm: "plot_performance_box"
16525   output-file-type: ".html"
16526   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16527   data: "plot-vpp-throughput-latency-2n-skx"
16528   filter: "'NIC_Intel-X710' and
16529            '64B' and
16530            'NDRPDR' and
16531            ('ETH' or 'DOT1Q') and
16532            '2T1C' and
16533            ('L2BDMACLRN' or 'L2XCFWD') and
16534            'VHOST_1024' and
16535            not 'CFS_OPT' and
16536            not 'VXLAN' and
16537            not 'NF_DENSITY' and
16538            not 'DOT1Q' and
16539            not 'IP4FWD'"
16540   parameters:
16541   - "throughput"
16542   - "parent"
16543   - "tags"
16544 #  sort:
16545 #  - "1VM"
16546 #  - "L2XCFWD"
16547 #  - "1VM"
16548 #  - "L2BDMACLRN"
16549   traces:
16550     hoverinfo: "x+y"
16551     boxpoints: "outliers"
16552     whiskerwidth: 0
16553   layout:
16554     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16555     layout: "plot-throughput"
16556
16557 -
16558   type: "plot"
16559   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16560   algorithm: "plot_performance_box"
16561   output-file-type: ".html"
16562   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16563   data: "plot-vpp-throughput-latency-2n-skx"
16564   filter: "'NIC_Intel-X710' and
16565            '64B' and
16566            'NDRPDR' and
16567            ('ETH' or 'DOT1Q') and
16568            '2T1C' and
16569            ('L2BDMACLRN' or 'L2XCFWD') and
16570            'VHOST_1024' and
16571            not 'CFS_OPT' and
16572            not 'VXLAN' and
16573            not 'NF_DENSITY' and
16574            not 'DOT1Q' and
16575            not 'IP4FWD'"
16576   parameters:
16577   - "throughput"
16578   - "parent"
16579   - "tags"
16580 #  sort:
16581 #  - "1VM"
16582 #  - "L2XCFWD"
16583 #  - "1VM"
16584 #  - "L2BDMACLRN"
16585   traces:
16586     hoverinfo: "x+y"
16587     boxpoints: "outliers"
16588     whiskerwidth: 0
16589   layout:
16590     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16591     layout: "plot-throughput"
16592
16593 -
16594   type: "plot"
16595   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16596   algorithm: "plot_performance_box"
16597   output-file-type: ".html"
16598   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16599   data: "plot-vpp-throughput-latency-2n-skx"
16600   filter: "'NIC_Intel-X710' and
16601            '64B' and
16602            'NDRPDR' and
16603            ('ETH' or 'DOT1Q') and
16604            '4T2C' and
16605            ('L2BDMACLRN' or 'L2XCFWD') and
16606            'VHOST_1024' and
16607            not 'CFS_OPT' and
16608            not 'VXLAN' and
16609            not 'NF_DENSITY' and
16610            not 'DOT1Q' and
16611            not 'IP4FWD'"
16612   parameters:
16613   - "throughput"
16614   - "parent"
16615   - "tags"
16616 #  sort:
16617 #  - "1VM"
16618 #  - "L2XCFWD"
16619 #  - "1VM"
16620 #  - "L2BDMACLRN"
16621   traces:
16622     hoverinfo: "x+y"
16623     boxpoints: "outliers"
16624     whiskerwidth: 0
16625   layout:
16626     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16627     layout: "plot-throughput"
16628
16629 -
16630   type: "plot"
16631   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16632   algorithm: "plot_performance_box"
16633   output-file-type: ".html"
16634   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16635   data: "plot-vpp-throughput-latency-2n-skx"
16636   filter: "'NIC_Intel-X710' and
16637            '64B' and
16638            'NDRPDR' and
16639            ('ETH' or 'DOT1Q') and
16640            '4T2C' and
16641            ('L2BDMACLRN' or 'L2XCFWD') and
16642            'VHOST_1024' and
16643            not 'CFS_OPT' and
16644            not 'VXLAN' and
16645            not 'NF_DENSITY' and
16646            not 'DOT1Q' and
16647            not 'IP4FWD'"
16648   parameters:
16649   - "throughput"
16650   - "parent"
16651   - "tags"
16652 #  sort:
16653 #  - "1VM"
16654 #  - "L2XCFWD"
16655 #  - "1VM"
16656 #  - "L2BDMACLRN"
16657   traces:
16658     hoverinfo: "x+y"
16659     boxpoints: "outliers"
16660     whiskerwidth: 0
16661   layout:
16662     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16663     layout: "plot-throughput"
16664
16665 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
16666 -
16667   type: "plot"
16668   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16669   algorithm: "plot_performance_box"
16670   output-file-type: ".html"
16671   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16672   data: "plot-vpp-throughput-latency-2n-skx"
16673   filter: "'NIC_Intel-XXV710' and
16674            '64B' and
16675            'NDRPDR' and
16676            'ETH' and
16677            'IP4FWD' and
16678            '2T1C' and
16679            'VHOST_1024' and
16680            not 'VXLAN' and
16681            not 'CFS_OPT' and
16682            not 'DOT1Q'"
16683   parameters:
16684   - "throughput"
16685   - "parent"
16686   - "tags"
16687   sort:
16688   - "1VM"
16689   - "2VM"
16690   traces:
16691     hoverinfo: "x+y"
16692     boxpoints: "outliers"
16693     whiskerwidth: 0
16694   layout:
16695     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16696     layout: "plot-throughput"
16697
16698 -
16699   type: "plot"
16700   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16701   algorithm: "plot_performance_box"
16702   output-file-type: ".html"
16703   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16704   data: "plot-vpp-throughput-latency-2n-skx"
16705   filter: "'NIC_Intel-XXV710' and
16706            '64B' and
16707            'NDRPDR' and
16708            'ETH' and
16709            'IP4FWD' and
16710            '4T2C' and
16711            'VHOST_1024' and
16712            not 'VXLAN' and
16713            not 'CFS_OPT' and
16714            not 'DOT1Q'"
16715   parameters:
16716   - "throughput"
16717   - "parent"
16718   - "tags"
16719   sort:
16720   - "1VM"
16721   - "2VM"
16722   traces:
16723     hoverinfo: "x+y"
16724     boxpoints: "outliers"
16725     whiskerwidth: 0
16726   layout:
16727     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16728     layout: "plot-throughput"
16729
16730 -
16731   type: "plot"
16732   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16733   algorithm: "plot_performance_box"
16734   output-file-type: ".html"
16735   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16736   data: "plot-vpp-throughput-latency-2n-skx"
16737   filter: "'NIC_Intel-XXV710' and
16738            '64B' and
16739            'NDRPDR' and
16740            'ETH' and
16741            'IP4FWD' and
16742            '2T1C' and
16743            'VHOST_1024' and
16744            not 'VXLAN' and
16745            not 'CFS_OPT' and
16746            not 'DOT1Q'"
16747   parameters:
16748   - "throughput"
16749   - "parent"
16750   - "tags"
16751   sort:
16752   - "1VM"
16753   - "2VM"
16754   traces:
16755     hoverinfo: "x+y"
16756     boxpoints: "outliers"
16757     whiskerwidth: 0
16758   layout:
16759     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16760     layout: "plot-throughput"
16761
16762 -
16763   type: "plot"
16764   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16765   algorithm: "plot_performance_box"
16766   output-file-type: ".html"
16767   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16768   data: "plot-vpp-throughput-latency-2n-skx"
16769   filter: "'NIC_Intel-XXV710' and
16770            '64B' and
16771            'NDRPDR' and
16772            'ETH' and
16773            'IP4FWD' and
16774            '4T2C' and
16775            'VHOST_1024' and
16776            not 'VXLAN' and
16777            not 'CFS_OPT' and
16778            not 'DOT1Q'"
16779   parameters:
16780   - "throughput"
16781   - "parent"
16782   - "tags"
16783   sort:
16784   - "1VM"
16785   - "2VM"
16786   traces:
16787     hoverinfo: "x+y"
16788     boxpoints: "outliers"
16789     whiskerwidth: 0
16790   layout:
16791     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16792     layout: "plot-throughput"
16793
16794 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
16795 #-
16796 #  type: "plot"
16797 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16798 #  algorithm: "plot_performance_box"
16799 #  output-file-type: ".html"
16800 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16801 #  data: "plot-vpp-throughput-latency-2n-skx"
16802 #  filter: "'NIC_Intel-XXV710' and
16803 #           '64B' and
16804 #           'NDRPDR' and
16805 #           ('ETH' or 'DOT1Q') and
16806 #           '2T1C' and
16807 #           'L2BDMACLRN' and
16808 #           'VHOST_1024' and
16809 #           not 'VXLAN' and
16810 #           not 'IP4FWD' and
16811 #           not '2VM'"
16812 #  parameters:
16813 #  - "throughput"
16814 #  - "parent"
16815 #  - "tags"
16816 ##  sort:
16817 ##  - "VM"  # "not CFS_OPT"
16818 ##  - "CFS_OPT"
16819 ##  - "FIB_10K"
16820 ##  - "FIB_100K"
16821 ##  - "FIB_1M"
16822 #  traces:
16823 #    hoverinfo: "x+y"
16824 #    boxpoints: "outliers"
16825 #    whiskerwidth: 0
16826 #  layout:
16827 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16828 #    layout: "plot-throughput"
16829 #
16830 #-
16831 #  type: "plot"
16832 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16833 #  algorithm: "plot_performance_box"
16834 #  output-file-type: ".html"
16835 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16836 #  data: "plot-vpp-throughput-latency-2n-skx"
16837 #  filter: "'NIC_Intel-XXV710' and
16838 #           '64B' and
16839 #           'NDRPDR' and
16840 #           ('ETH' or 'DOT1Q') and
16841 #           '4T2C' and
16842 #           'L2BDMACLRN' and
16843 #           'VHOST_1024' and
16844 #           not 'VXLAN' and
16845 #           not 'IP4FWD' and
16846 #           not '2VM'"
16847 #  parameters:
16848 #  - "throughput"
16849 #  - "parent"
16850 #  - "tags"
16851 ##  sort:
16852 ##  - "VM"  # "not CFS_OPT"
16853 ##  - "CFS_OPT"
16854 ##  - "FIB_10K"
16855 ##  - "FIB_100K"
16856 ##  - "FIB_1M"
16857 #  traces:
16858 #    hoverinfo: "x+y"
16859 #    boxpoints: "outliers"
16860 #    whiskerwidth: 0
16861 #  layout:
16862 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16863 #    layout: "plot-throughput"
16864 #
16865 #-
16866 #  type: "plot"
16867 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16868 #  algorithm: "plot_performance_box"
16869 #  output-file-type: ".html"
16870 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16871 #  data: "plot-vpp-throughput-latency-2n-skx"
16872 #  filter: "'NIC_Intel-XXV710' and
16873 #           '64B' and
16874 #           'NDRPDR' and
16875 #           ('ETH' or 'DOT1Q') and
16876 #           '2T1C' and
16877 #           'L2BDMACLRN' and
16878 #           'VHOST_1024' and
16879 #           not 'VXLAN' and
16880 #           not 'IP4FWD' and
16881 #           not '2VM'"
16882 #  parameters:
16883 #  - "throughput"
16884 #  - "parent"
16885 #  - "tags"
16886 ##  sort:
16887 ##  - "VM"  # "not CFS_OPT"
16888 ##  - "CFS_OPT"
16889 ##  - "FIB_10K"
16890 ##  - "FIB_100K"
16891 ##  - "FIB_1M"
16892 #  traces:
16893 #    hoverinfo: "x+y"
16894 #    boxpoints: "outliers"
16895 #    whiskerwidth: 0
16896 #  layout:
16897 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16898 #    layout: "plot-throughput"
16899 #
16900 #-
16901 #  type: "plot"
16902 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16903 #  algorithm: "plot_performance_box"
16904 #  output-file-type: ".html"
16905 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16906 #  data: "plot-vpp-throughput-latency-2n-skx"
16907 #  filter: "'NIC_Intel-XXV710' and
16908 #           '64B' and
16909 #           'NDRPDR' and
16910 #           ('ETH' or 'DOT1Q') and
16911 #           '4T2C' and
16912 #           'L2BDMACLRN' and
16913 #           'VHOST_1024' and
16914 #           not 'VXLAN' and
16915 #           not 'IP4FWD' and
16916 #           not '2VM'"
16917 #  parameters:
16918 #  - "throughput"
16919 #  - "parent"
16920 #  - "tags"
16921 ##  sort:
16922 ##  - "VM"  # "not CFS_OPT"
16923 ##  - "CFS_OPT"
16924 ##  - "FIB_10K"
16925 ##  - "FIB_100K"
16926 ##  - "FIB_1M"
16927 #  traces:
16928 #    hoverinfo: "x+y"
16929 #    boxpoints: "outliers"
16930 #    whiskerwidth: 0
16931 #  layout:
16932 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16933 #    layout: "plot-throughput"
16934
16935 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
16936 -
16937   type: "plot"
16938   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16939   algorithm: "plot_performance_box"
16940   output-file-type: ".html"
16941   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16942   data: "plot-vpp-throughput-latency-2n-skx"
16943   filter: "'NIC_Intel-XXV710' and
16944            '64B' and
16945            'NDRPDR' and
16946            ('ETH' or 'DOT1Q') and
16947            'BASE' and
16948            '2T1C' and
16949            ('L2BDMACLRN' or 'L2XCFWD') and
16950            'VHOST_1024' and
16951            not 'VXLAN' and
16952            not 'IP4FWD' and
16953            not '2VM'"
16954   parameters:
16955   - "throughput"
16956   - "parent"
16957   - "tags"
16958 #  sort:
16959 #  - "not CFS_OPT"
16960 #  - "L2XCFWD"
16961 #  - "not CFS_OPT"
16962 #  - "CFS_OPT"
16963   traces:
16964     hoverinfo: "x+y"
16965     boxpoints: "outliers"
16966     whiskerwidth: 0
16967   layout:
16968     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16969     layout: "plot-throughput"
16970
16971 -
16972   type: "plot"
16973   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16974   algorithm: "plot_performance_box"
16975   output-file-type: ".html"
16976   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16977   data: "plot-vpp-throughput-latency-2n-skx"
16978   filter: "'NIC_Intel-XXV710' and
16979            '64B' and
16980            'NDRPDR' and
16981            ('ETH' or 'DOT1Q') and
16982            'BASE' and
16983            '2T1C' and
16984            ('L2BDMACLRN' or 'L2XCFWD') and
16985            'VHOST_1024' and
16986            not 'VXLAN' and
16987            not 'IP4FWD' and
16988            not '2VM'"
16989   parameters:
16990   - "throughput"
16991   - "parent"
16992   - "tags"
16993 #  sort:
16994 #  - "not CFS_OPT"
16995 #  - "L2XCFWD"
16996 #  - "not CFS_OPT"
16997 #  - "CFS_OPT"
16998   traces:
16999     hoverinfo: "x+y"
17000     boxpoints: "outliers"
17001     whiskerwidth: 0
17002   layout:
17003     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
17004     layout: "plot-throughput"
17005
17006 -
17007   type: "plot"
17008   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
17009   algorithm: "plot_performance_box"
17010   output-file-type: ".html"
17011   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
17012   data: "plot-vpp-throughput-latency-2n-skx"
17013   filter: "'NIC_Intel-XXV710' and
17014            '64B' and
17015            'NDRPDR' and
17016            ('ETH' or 'DOT1Q') and
17017            'BASE' and
17018            '4T2C' and
17019            ('L2BDMACLRN' or 'L2XCFWD') and
17020            'VHOST_1024' and
17021            not 'VXLAN' and
17022            not 'IP4FWD' and
17023            not '2VM'"
17024   parameters:
17025   - "throughput"
17026   - "parent"
17027   - "tags"
17028 #  sort:
17029 #  - "not CFS_OPT"
17030 #  - "L2XCFWD"
17031 #  - "not CFS_OPT"
17032 #  - "CFS_OPT"
17033   traces:
17034     hoverinfo: "x+y"
17035     boxpoints: "outliers"
17036     whiskerwidth: 0
17037   layout:
17038     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
17039     layout: "plot-throughput"
17040
17041 -
17042   type: "plot"
17043   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
17044   algorithm: "plot_performance_box"
17045   output-file-type: ".html"
17046   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
17047   data: "plot-vpp-throughput-latency-2n-skx"
17048   filter: "'NIC_Intel-XXV710' and
17049            '64B' and
17050            'NDRPDR' and
17051            ('ETH' or 'DOT1Q') and
17052            'BASE' and
17053            '4T2C' and
17054            ('L2BDMACLRN' or 'L2XCFWD') and
17055            'VHOST_1024' and
17056            not 'VXLAN' and
17057            not 'IP4FWD' and
17058            not '2VM'"
17059   parameters:
17060   - "throughput"
17061   - "parent"
17062   - "tags"
17063 #  sort:
17064 #  - "not CFS_OPT"
17065 #  - "L2XCFWD"
17066 #  - "not CFS_OPT"
17067 #  - "CFS_OPT"
17068   traces:
17069     hoverinfo: "x+y"
17070     boxpoints: "outliers"
17071     whiskerwidth: 0
17072   layout:
17073     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
17074     layout: "plot-throughput"
17075
17076 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
17077 -
17078   type: "plot"
17079   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
17080   algorithm: "plot_performance_box"
17081   output-file-type: ".html"
17082   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
17083   data: "plot-vpp-throughput-latency-2n-skx"
17084   filter: "'NIC_Intel-XXV710' and
17085            '64B' and
17086            'NDRPDR' and
17087            ('ETH' or 'DOT1Q') and
17088            '2T1C' and
17089            ('L2BDMACLRN' or 'L2XCFWD') and
17090            'VHOST_1024' and
17091            not 'CFS_OPT' and
17092            not 'VXLAN' and
17093            not 'DOT1Q' and
17094            not 'IP4FWD'"
17095   parameters:
17096   - "throughput"
17097   - "parent"
17098   - "tags"
17099 #  sort:
17100 #  - "1VM"
17101 #  - "L2XCFWD"
17102 #  - "1VM"
17103 #  - "L2BDMACLRN"
17104   traces:
17105     hoverinfo: "x+y"
17106     boxpoints: "outliers"
17107     whiskerwidth: 0
17108   layout:
17109     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
17110     layout: "plot-throughput"
17111
17112 -
17113   type: "plot"
17114   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
17115   algorithm: "plot_performance_box"
17116   output-file-type: ".html"
17117   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
17118   data: "plot-vpp-throughput-latency-2n-skx"
17119   filter: "'NIC_Intel-XXV710' and
17120            '64B' and
17121            'NDRPDR' and
17122            ('ETH' or 'DOT1Q') and
17123            '2T1C' and
17124            ('L2BDMACLRN' or 'L2XCFWD') and
17125            'VHOST_1024' and
17126            not 'CFS_OPT' and
17127            not 'VXLAN' and
17128            not 'DOT1Q' and
17129            not 'IP4FWD'"
17130   parameters:
17131   - "throughput"
17132   - "parent"
17133   - "tags"
17134 #  sort:
17135 #  - "1VM"
17136 #  - "L2XCFWD"
17137 #  - "1VM"
17138 #  - "L2BDMACLRN"
17139   traces:
17140     hoverinfo: "x+y"
17141     boxpoints: "outliers"
17142     whiskerwidth: 0
17143   layout:
17144     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
17145     layout: "plot-throughput"
17146
17147 -
17148   type: "plot"
17149   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17150   algorithm: "plot_performance_box"
17151   output-file-type: ".html"
17152   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17153   data: "plot-vpp-throughput-latency-2n-skx"
17154   filter: "'NIC_Intel-XXV710' and
17155            '64B' and
17156            'NDRPDR' and
17157            ('ETH' or 'DOT1Q') and
17158            '4T2C' and
17159            ('L2BDMACLRN' or 'L2XCFWD') and
17160            'VHOST_1024' and
17161            not 'CFS_OPT' and
17162            not 'VXLAN' and
17163            not 'DOT1Q' and
17164            not 'IP4FWD'"
17165   parameters:
17166   - "throughput"
17167   - "parent"
17168   - "tags"
17169 #  sort:
17170 #  - "1VM"
17171 #  - "L2XCFWD"
17172 #  - "1VM"
17173 #  - "L2BDMACLRN"
17174   traces:
17175     hoverinfo: "x+y"
17176     boxpoints: "outliers"
17177     whiskerwidth: 0
17178   layout:
17179     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17180     layout: "plot-throughput"
17181
17182 -
17183   type: "plot"
17184   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17185   algorithm: "plot_performance_box"
17186   output-file-type: ".html"
17187   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17188   data: "plot-vpp-throughput-latency-2n-skx"
17189   filter: "'NIC_Intel-XXV710' and
17190            '64B' and
17191            'NDRPDR' and
17192            ('ETH' or 'DOT1Q') and
17193            '4T2C' and
17194            ('L2BDMACLRN' or 'L2XCFWD') and
17195            'VHOST_1024' and
17196            not 'CFS_OPT' and
17197            not 'VXLAN' and
17198            not 'DOT1Q' and
17199            not 'IP4FWD'"
17200   parameters:
17201   - "throughput"
17202   - "parent"
17203   - "tags"
17204 #  sort:
17205 #  - "1VM"
17206 #  - "L2XCFWD"
17207 #  - "1VM"
17208 #  - "L2BDMACLRN"
17209   traces:
17210     hoverinfo: "x+y"
17211     boxpoints: "outliers"
17212     whiskerwidth: 0
17213   layout:
17214     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17215     layout: "plot-throughput"
17216
17217 ################################################################################
17218
17219 # Packet Throughput - VPP VTS 3n-hsw-x520
17220 -
17221   type: "plot"
17222   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
17223   algorithm: "plot_performance_box"
17224   output-file-type: ".html"
17225   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
17226   data: "plot-vpp-throughput-latency-3n-hsw"
17227   filter: "'NIC_Intel-X520-DA2' and
17228            '114B' and
17229            'NDRPDR' and
17230            '1T1C' and
17231            'VTS'"
17232   parameters:
17233   - "throughput"
17234   - "parent"
17235   - "tags"
17236   traces:
17237     hoverinfo: "x+y"
17238     boxpoints: "outliers"
17239     whiskerwidth: 0
17240   layout:
17241     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
17242     layout: "plot-throughput"
17243
17244 -
17245   type: "plot"
17246   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
17247   algorithm: "plot_performance_box"
17248   output-file-type: ".html"
17249   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
17250   data: "plot-vpp-throughput-latency-3n-hsw"
17251   filter: "'NIC_Intel-X520-DA2' and
17252            '114B' and
17253            'NDRPDR' and
17254            '2T2C' and
17255            'VTS'"
17256   parameters:
17257   - "throughput"
17258   - "parent"
17259   - "tags"
17260   traces:
17261     hoverinfo: "x+y"
17262     boxpoints: "outliers"
17263     whiskerwidth: 0
17264   layout:
17265     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
17266     layout: "plot-throughput"
17267
17268 -
17269   type: "plot"
17270   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
17271   algorithm: "plot_performance_box"
17272   output-file-type: ".html"
17273   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
17274   data: "plot-vpp-throughput-latency-3n-hsw"
17275   filter: "'NIC_Intel-X520-DA2' and
17276            '114B' and
17277            'NDRPDR' and
17278            '1T1C' and
17279            'VTS'"
17280   parameters:
17281   - "throughput"
17282   - "parent"
17283   - "tags"
17284   traces:
17285     hoverinfo: "x+y"
17286     boxpoints: "outliers"
17287     whiskerwidth: 0
17288   layout:
17289     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
17290     layout: "plot-throughput"
17291
17292 -
17293   type: "plot"
17294   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
17295   algorithm: "plot_performance_box"
17296   output-file-type: ".html"
17297   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
17298   data: "plot-vpp-throughput-latency-3n-hsw"
17299   filter: "'NIC_Intel-X520-DA2' and
17300            '114B' and
17301            'NDRPDR' and
17302            '2T2C' and
17303            'VTS'"
17304   parameters:
17305   - "throughput"
17306   - "parent"
17307   - "tags"
17308   traces:
17309     hoverinfo: "x+y"
17310     boxpoints: "outliers"
17311     whiskerwidth: 0
17312   layout:
17313     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
17314     layout: "plot-throughput"
17315
17316 ################################################################################
17317
17318 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
17319 -
17320   type: "plot"
17321   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17322   algorithm: "plot_performance_box"
17323   output-file-type: ".html"
17324   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17325   data: "plot-dpdk-throughput-latency-3n-hsw"
17326   filter: "'NIC_Intel-X520-DA2' and
17327            '64B' and
17328            'BASE' and
17329            'NDRPDR' and
17330            '1T1C' and
17331            'IP4FWD'"
17332   parameters:
17333   - "throughput"
17334   - "parent"
17335   - "tags"
17336   traces:
17337     hoverinfo: "x+y"
17338     boxpoints: "outliers"
17339     whiskerwidth: 0
17340   layout:
17341     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17342     layout: "plot-throughput"
17343
17344 -
17345   type: "plot"
17346   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17347   algorithm: "plot_performance_box"
17348   output-file-type: ".html"
17349   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17350   data: "plot-dpdk-throughput-latency-3n-hsw"
17351   filter: "'NIC_Intel-X520-DA2' and
17352            '64B' and
17353            'BASE' and
17354            'NDRPDR' and
17355            '2T2C' and
17356            'IP4FWD'"
17357   parameters:
17358   - "throughput"
17359   - "parent"
17360   - "tags"
17361   traces:
17362     hoverinfo: "x+y"
17363     boxpoints: "outliers"
17364     whiskerwidth: 0
17365   layout:
17366     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17367     layout: "plot-throughput"
17368
17369 -
17370   type: "plot"
17371   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17372   algorithm: "plot_performance_box"
17373   output-file-type: ".html"
17374   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17375   data: "plot-dpdk-throughput-latency-3n-hsw"
17376   filter: "'NIC_Intel-X520-DA2' and
17377            '64B' and
17378            'BASE' and
17379            'NDRPDR' and
17380            '1T1C' and
17381            'IP4FWD'"
17382   parameters:
17383   - "throughput"
17384   - "parent"
17385   - "tags"
17386   traces:
17387     hoverinfo: "x+y"
17388     boxpoints: "outliers"
17389     whiskerwidth: 0
17390   layout:
17391     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17392     layout: "plot-throughput"
17393
17394 -
17395   type: "plot"
17396   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17397   algorithm: "plot_performance_box"
17398   output-file-type: ".html"
17399   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17400   data: "plot-dpdk-throughput-latency-3n-hsw"
17401   filter: "'NIC_Intel-X520-DA2' and
17402            '64B' and
17403            'BASE' and
17404            'NDRPDR' and
17405            '2T2C' and
17406            'IP4FWD'"
17407   parameters:
17408   - "throughput"
17409   - "parent"
17410   - "tags"
17411   traces:
17412     hoverinfo: "x+y"
17413     boxpoints: "outliers"
17414     whiskerwidth: 0
17415   layout:
17416     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17417     layout: "plot-throughput"
17418
17419 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
17420 -
17421   type: "plot"
17422   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17423   algorithm: "plot_performance_box"
17424   output-file-type: ".html"
17425   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17426   data: "plot-dpdk-throughput-latency-3n-hsw"
17427   filter: "'NIC_Intel-X710' and
17428            '64B' and
17429            'BASE' and
17430            'NDRPDR' and
17431            '1T1C' and
17432            'IP4FWD'"
17433   parameters:
17434   - "throughput"
17435   - "parent"
17436   - "tags"
17437   traces:
17438     hoverinfo: "x+y"
17439     boxpoints: "outliers"
17440     whiskerwidth: 0
17441   layout:
17442     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17443     layout: "plot-throughput"
17444
17445 -
17446   type: "plot"
17447   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17448   algorithm: "plot_performance_box"
17449   output-file-type: ".html"
17450   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17451   data: "plot-dpdk-throughput-latency-3n-hsw"
17452   filter: "'NIC_Intel-X710' and
17453            '64B' and
17454            'BASE' and
17455            'NDRPDR' and
17456            '2T2C' and
17457            'IP4FWD'"
17458   parameters:
17459   - "throughput"
17460   - "parent"
17461   - "tags"
17462   traces:
17463     hoverinfo: "x+y"
17464     boxpoints: "outliers"
17465     whiskerwidth: 0
17466   layout:
17467     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17468     layout: "plot-throughput"
17469
17470 -
17471   type: "plot"
17472   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17473   algorithm: "plot_performance_box"
17474   output-file-type: ".html"
17475   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17476   data: "plot-dpdk-throughput-latency-3n-hsw"
17477   filter: "'NIC_Intel-X710' and
17478            '64B' and
17479            'BASE' and
17480            'NDRPDR' and
17481            '1T1C' and
17482            'IP4FWD'"
17483   parameters:
17484   - "throughput"
17485   - "parent"
17486   - "tags"
17487   traces:
17488     hoverinfo: "x+y"
17489     boxpoints: "outliers"
17490     whiskerwidth: 0
17491   layout:
17492     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17493     layout: "plot-throughput"
17494
17495 -
17496   type: "plot"
17497   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17498   algorithm: "plot_performance_box"
17499   output-file-type: ".html"
17500   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17501   data: "plot-dpdk-throughput-latency-3n-hsw"
17502   filter: "'NIC_Intel-X710' and
17503            '64B' and
17504            'BASE' and
17505            'NDRPDR' and
17506            '2T2C' and
17507            'IP4FWD'"
17508   parameters:
17509   - "throughput"
17510   - "parent"
17511   - "tags"
17512   traces:
17513     hoverinfo: "x+y"
17514     boxpoints: "outliers"
17515     whiskerwidth: 0
17516   layout:
17517     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17518     layout: "plot-throughput"
17519
17520 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
17521 -
17522   type: "plot"
17523   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17524   algorithm: "plot_performance_box"
17525   output-file-type: ".html"
17526   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17527   data: "plot-dpdk-throughput-latency-3n-hsw"
17528   filter: "'NIC_Intel-XL710' and
17529            '64B' and
17530            'BASE' and
17531            'NDRPDR' and
17532            '1T1C' and
17533            'IP4FWD'"
17534   parameters:
17535   - "throughput"
17536   - "parent"
17537   - "tags"
17538   traces:
17539     hoverinfo: "x+y"
17540     boxpoints: "outliers"
17541     whiskerwidth: 0
17542   layout:
17543     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17544     layout: "plot-throughput"
17545
17546 -
17547   type: "plot"
17548   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17549   algorithm: "plot_performance_box"
17550   output-file-type: ".html"
17551   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17552   data: "plot-dpdk-throughput-latency-3n-hsw"
17553   filter: "'NIC_Intel-XL710' and
17554            '64B' and
17555            'BASE' and
17556            'NDRPDR' and
17557            '2T2C' and
17558            'IP4FWD'"
17559   parameters:
17560   - "throughput"
17561   - "parent"
17562   - "tags"
17563   traces:
17564     hoverinfo: "x+y"
17565     boxpoints: "outliers"
17566     whiskerwidth: 0
17567   layout:
17568     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17569     layout: "plot-throughput"
17570
17571 -
17572   type: "plot"
17573   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17574   algorithm: "plot_performance_box"
17575   output-file-type: ".html"
17576   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17577   data: "plot-dpdk-throughput-latency-3n-hsw"
17578   filter: "'NIC_Intel-XL710' and
17579            '64B' and
17580            'BASE' and
17581            'NDRPDR' and
17582            '1T1C' and
17583            'IP4FWD'"
17584   parameters:
17585   - "throughput"
17586   - "parent"
17587   - "tags"
17588   traces:
17589     hoverinfo: "x+y"
17590     boxpoints: "outliers"
17591     whiskerwidth: 0
17592   layout:
17593     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17594     layout: "plot-throughput"
17595
17596 -
17597   type: "plot"
17598   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17599   algorithm: "plot_performance_box"
17600   output-file-type: ".html"
17601   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17602   data: "plot-dpdk-throughput-latency-3n-hsw"
17603   filter: "'NIC_Intel-XL710' and
17604            '64B' and
17605            'BASE' and
17606            'NDRPDR' and
17607            '2T2C' and
17608            'IP4FWD'"
17609   parameters:
17610   - "throughput"
17611   - "parent"
17612   - "tags"
17613   traces:
17614     hoverinfo: "x+y"
17615     boxpoints: "outliers"
17616     whiskerwidth: 0
17617   layout:
17618     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17619     layout: "plot-throughput"
17620
17621 # Packet Throughput - DPDK l3fwd 3n-skx-x710
17622 -
17623   type: "plot"
17624   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17625   algorithm: "plot_performance_box"
17626   output-file-type: ".html"
17627   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17628   data: "plot-dpdk-throughput-latency-3n-skx"
17629   filter: "'NIC_Intel-X710' and
17630            '64B' and
17631            'BASE' and
17632            'NDRPDR' and
17633            '2T1C' and
17634            'IP4FWD'"
17635   parameters:
17636   - "throughput"
17637   - "parent"
17638   - "tags"
17639   traces:
17640     hoverinfo: "x+y"
17641     boxpoints: "outliers"
17642     whiskerwidth: 0
17643   layout:
17644     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17645     layout: "plot-throughput"
17646
17647 -
17648   type: "plot"
17649   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17650   algorithm: "plot_performance_box"
17651   output-file-type: ".html"
17652   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17653   data: "plot-dpdk-throughput-latency-3n-skx"
17654   filter: "'NIC_Intel-X710' and
17655            '64B' and
17656            'BASE' and
17657            'NDRPDR' and
17658            '4T2C' and
17659            'IP4FWD'"
17660   parameters:
17661   - "throughput"
17662   - "parent"
17663   - "tags"
17664   traces:
17665     hoverinfo: "x+y"
17666     boxpoints: "outliers"
17667     whiskerwidth: 0
17668   layout:
17669     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17670     layout: "plot-throughput"
17671
17672 -
17673   type: "plot"
17674   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17675   algorithm: "plot_performance_box"
17676   output-file-type: ".html"
17677   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17678   data: "plot-dpdk-throughput-latency-3n-skx"
17679   filter: "'NIC_Intel-X710' and
17680            '64B' and
17681            'BASE' and
17682            'NDRPDR' and
17683            '2T1C' and
17684            'IP4FWD'"
17685   parameters:
17686   - "throughput"
17687   - "parent"
17688   - "tags"
17689   traces:
17690     hoverinfo: "x+y"
17691     boxpoints: "outliers"
17692     whiskerwidth: 0
17693   layout:
17694     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17695     layout: "plot-throughput"
17696
17697 -
17698   type: "plot"
17699   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17700   algorithm: "plot_performance_box"
17701   output-file-type: ".html"
17702   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17703   data: "plot-dpdk-throughput-latency-3n-skx"
17704   filter: "'NIC_Intel-X710' and
17705            '64B' and
17706            'BASE' and
17707            'NDRPDR' and
17708            '4T2C' and
17709            'IP4FWD'"
17710   parameters:
17711   - "throughput"
17712   - "parent"
17713   - "tags"
17714   traces:
17715     hoverinfo: "x+y"
17716     boxpoints: "outliers"
17717     whiskerwidth: 0
17718   layout:
17719     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17720     layout: "plot-throughput"
17721
17722 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
17723 -
17724   type: "plot"
17725   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17726   algorithm: "plot_performance_box"
17727   output-file-type: ".html"
17728   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17729   data: "plot-dpdk-throughput-latency-3n-skx"
17730   filter: "'NIC_Intel-XXV710' and
17731            '64B' and
17732            'BASE' and
17733            'NDRPDR' and
17734            '2T1C' and
17735            'IP4FWD'"
17736   parameters:
17737   - "throughput"
17738   - "parent"
17739   - "tags"
17740   traces:
17741     hoverinfo: "x+y"
17742     boxpoints: "outliers"
17743     whiskerwidth: 0
17744   layout:
17745     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17746     layout: "plot-throughput"
17747
17748 -
17749   type: "plot"
17750   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17751   algorithm: "plot_performance_box"
17752   output-file-type: ".html"
17753   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17754   data: "plot-dpdk-throughput-latency-3n-skx"
17755   filter: "'NIC_Intel-XXV710' and
17756            '64B' and
17757            'BASE' and
17758            'NDRPDR' and
17759            '4T2C' and
17760            'IP4FWD'"
17761   parameters:
17762   - "throughput"
17763   - "parent"
17764   - "tags"
17765   traces:
17766     hoverinfo: "x+y"
17767     boxpoints: "outliers"
17768     whiskerwidth: 0
17769   layout:
17770     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17771     layout: "plot-throughput"
17772
17773 -
17774   type: "plot"
17775   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17776   algorithm: "plot_performance_box"
17777   output-file-type: ".html"
17778   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17779   data: "plot-dpdk-throughput-latency-3n-skx"
17780   filter: "'NIC_Intel-XXV710' and
17781            '64B' and
17782            'BASE' and
17783            'NDRPDR' and
17784            '2T1C' and
17785            'IP4FWD'"
17786   parameters:
17787   - "throughput"
17788   - "parent"
17789   - "tags"
17790   traces:
17791     hoverinfo: "x+y"
17792     boxpoints: "outliers"
17793     whiskerwidth: 0
17794   layout:
17795     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17796     layout: "plot-throughput"
17797
17798 -
17799   type: "plot"
17800   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17801   algorithm: "plot_performance_box"
17802   output-file-type: ".html"
17803   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17804   data: "plot-dpdk-throughput-latency-3n-skx"
17805   filter: "'NIC_Intel-XXV710' and
17806            '64B' and
17807            'BASE' and
17808            'NDRPDR' and
17809            '4T2C' and
17810            'IP4FWD'"
17811   parameters:
17812   - "throughput"
17813   - "parent"
17814   - "tags"
17815   traces:
17816     hoverinfo: "x+y"
17817     boxpoints: "outliers"
17818     whiskerwidth: 0
17819   layout:
17820     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17821     layout: "plot-throughput"
17822
17823 # Packet Throughput - DPDK l3fwd 2n-skx-x710
17824 -
17825   type: "plot"
17826   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17827   algorithm: "plot_performance_box"
17828   output-file-type: ".html"
17829   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17830   data: "plot-dpdk-throughput-latency-2n-skx"
17831   filter: "'NIC_Intel-X710' and
17832            '64B' and
17833            'BASE' and
17834            'NDRPDR' and
17835            '2T1C' and
17836            'IP4FWD'"
17837   parameters:
17838   - "throughput"
17839   - "parent"
17840   - "tags"
17841   traces:
17842     hoverinfo: "x+y"
17843     boxpoints: "outliers"
17844     whiskerwidth: 0
17845   layout:
17846     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17847     layout: "plot-throughput"
17848
17849 -
17850   type: "plot"
17851   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17852   algorithm: "plot_performance_box"
17853   output-file-type: ".html"
17854   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17855   data: "plot-dpdk-throughput-latency-2n-skx"
17856   filter: "'NIC_Intel-X710' and
17857            '64B' and
17858            'BASE' and
17859            'NDRPDR' and
17860            '4T2C' and
17861            'IP4FWD'"
17862   parameters:
17863   - "throughput"
17864   - "parent"
17865   - "tags"
17866   traces:
17867     hoverinfo: "x+y"
17868     boxpoints: "outliers"
17869     whiskerwidth: 0
17870   layout:
17871     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17872     layout: "plot-throughput"
17873
17874 -
17875   type: "plot"
17876   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17877   algorithm: "plot_performance_box"
17878   output-file-type: ".html"
17879   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17880   data: "plot-dpdk-throughput-latency-2n-skx"
17881   filter: "'NIC_Intel-X710' and
17882            '64B' and
17883            'BASE' and
17884            'NDRPDR' and
17885            '2T1C' and
17886            'IP4FWD'"
17887   parameters:
17888   - "throughput"
17889   - "parent"
17890   - "tags"
17891   traces:
17892     hoverinfo: "x+y"
17893     boxpoints: "outliers"
17894     whiskerwidth: 0
17895   layout:
17896     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17897     layout: "plot-throughput"
17898
17899 -
17900   type: "plot"
17901   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17902   algorithm: "plot_performance_box"
17903   output-file-type: ".html"
17904   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17905   data: "plot-dpdk-throughput-latency-2n-skx"
17906   filter: "'NIC_Intel-X710' and
17907            '64B' and
17908            'BASE' and
17909            'NDRPDR' and
17910            '4T2C' and
17911            'IP4FWD'"
17912   parameters:
17913   - "throughput"
17914   - "parent"
17915   - "tags"
17916   traces:
17917     hoverinfo: "x+y"
17918     boxpoints: "outliers"
17919     whiskerwidth: 0
17920   layout:
17921     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17922     layout: "plot-throughput"
17923
17924 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
17925 -
17926   type: "plot"
17927   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17928   algorithm: "plot_performance_box"
17929   output-file-type: ".html"
17930   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17931   data: "plot-dpdk-throughput-latency-2n-skx"
17932   filter: "'NIC_Intel-XXV710' and
17933            '64B' and
17934            'BASE' and
17935            'NDRPDR' and
17936            '2T1C' and
17937            'IP4FWD'"
17938   parameters:
17939   - "throughput"
17940   - "parent"
17941   - "tags"
17942   traces:
17943     hoverinfo: "x+y"
17944     boxpoints: "outliers"
17945     whiskerwidth: 0
17946   layout:
17947     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17948     layout: "plot-throughput"
17949
17950 -
17951   type: "plot"
17952   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17953   algorithm: "plot_performance_box"
17954   output-file-type: ".html"
17955   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17956   data: "plot-dpdk-throughput-latency-2n-skx"
17957   filter: "'NIC_Intel-XXV710' and
17958            '64B' and
17959            'BASE' and
17960            'NDRPDR' and
17961            '4T2C' and
17962            'IP4FWD'"
17963   parameters:
17964   - "throughput"
17965   - "parent"
17966   - "tags"
17967   traces:
17968     hoverinfo: "x+y"
17969     boxpoints: "outliers"
17970     whiskerwidth: 0
17971   layout:
17972     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17973     layout: "plot-throughput"
17974
17975 -
17976   type: "plot"
17977   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17978   algorithm: "plot_performance_box"
17979   output-file-type: ".html"
17980   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17981   data: "plot-dpdk-throughput-latency-2n-skx"
17982   filter: "'NIC_Intel-XXV710' and
17983            '64B' and
17984            'BASE' and
17985            'NDRPDR' and
17986            '2T1C' and
17987            'IP4FWD'"
17988   parameters:
17989   - "throughput"
17990   - "parent"
17991   - "tags"
17992   traces:
17993     hoverinfo: "x+y"
17994     boxpoints: "outliers"
17995     whiskerwidth: 0
17996   layout:
17997     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17998     layout: "plot-throughput"
17999
18000 -
18001   type: "plot"
18002   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
18003   algorithm: "plot_performance_box"
18004   output-file-type: ".html"
18005   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
18006   data: "plot-dpdk-throughput-latency-2n-skx"
18007   filter: "'NIC_Intel-XXV710' and
18008            '64B' and
18009            'BASE' and
18010            'NDRPDR' and
18011            '4T2C' and
18012            'IP4FWD'"
18013   parameters:
18014   - "throughput"
18015   - "parent"
18016   - "tags"
18017   traces:
18018     hoverinfo: "x+y"
18019     boxpoints: "outliers"
18020     whiskerwidth: 0
18021   layout:
18022     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
18023     layout: "plot-throughput"
18024
18025 ################################################################################
18026
18027 # Packet Throughput - DPDK testpmd 3n-hsw-x520
18028 -
18029   type: "plot"
18030   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
18031   algorithm: "plot_performance_box"
18032   output-file-type: ".html"
18033   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
18034   data: "plot-dpdk-throughput-latency-3n-hsw"
18035   filter: "'NIC_Intel-X520-DA2' and
18036            '64B' and
18037            'BASE' and
18038            'NDRPDR' and
18039            '1T1C' and
18040            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18041   parameters:
18042   - "throughput"
18043   - "parent"
18044   - "tags"
18045   traces:
18046     hoverinfo: "x+y"
18047     boxpoints: "outliers"
18048     whiskerwidth: 0
18049   layout:
18050     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
18051     layout: "plot-throughput"
18052
18053 -
18054   type: "plot"
18055   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
18056   algorithm: "plot_performance_box"
18057   output-file-type: ".html"
18058   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
18059   data: "plot-dpdk-throughput-latency-3n-hsw"
18060   filter: "'NIC_Intel-X520-DA2' and
18061            '64B' and
18062            'BASE' and
18063            'NDRPDR' and
18064            '2T2C' and
18065            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18066   parameters:
18067   - "throughput"
18068   - "parent"
18069   - "tags"
18070   traces:
18071     hoverinfo: "x+y"
18072     boxpoints: "outliers"
18073     whiskerwidth: 0
18074   layout:
18075     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
18076     layout: "plot-throughput"
18077
18078 -
18079   type: "plot"
18080   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
18081   algorithm: "plot_performance_box"
18082   output-file-type: ".html"
18083   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
18084   data: "plot-dpdk-throughput-latency-3n-hsw"
18085   filter: "'NIC_Intel-X520-DA2' and
18086            '64B' and
18087            'BASE' and
18088            'NDRPDR' and
18089            '1T1C' and
18090            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18091   parameters:
18092   - "throughput"
18093   - "parent"
18094   - "tags"
18095   traces:
18096     hoverinfo: "x+y"
18097     boxpoints: "outliers"
18098     whiskerwidth: 0
18099   layout:
18100     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
18101     layout: "plot-throughput"
18102
18103 -
18104   type: "plot"
18105   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
18106   algorithm: "plot_performance_box"
18107   output-file-type: ".html"
18108   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
18109   data: "plot-dpdk-throughput-latency-3n-hsw"
18110   filter: "'NIC_Intel-X520-DA2' and
18111            '64B' and
18112            'BASE' and
18113            'NDRPDR' and
18114            '2T2C' and
18115            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18116   parameters:
18117   - "throughput"
18118   - "parent"
18119   - "tags"
18120   traces:
18121     hoverinfo: "x+y"
18122     boxpoints: "outliers"
18123     whiskerwidth: 0
18124   layout:
18125     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
18126     layout: "plot-throughput"
18127
18128 # Packet Throughput - DPDK testpmd 3n-hsw-x710
18129 -
18130   type: "plot"
18131   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18132   algorithm: "plot_performance_box"
18133   output-file-type: ".html"
18134   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18135   data: "plot-dpdk-throughput-latency-3n-hsw"
18136   filter: "'NIC_Intel-X710' and
18137            '64B' and
18138            'BASE' and
18139            'NDRPDR' and
18140            '1T1C' and
18141            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18142   parameters:
18143   - "throughput"
18144   - "parent"
18145   - "tags"
18146   traces:
18147     hoverinfo: "x+y"
18148     boxpoints: "outliers"
18149     whiskerwidth: 0
18150   layout:
18151     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18152     layout: "plot-throughput"
18153
18154 -
18155   type: "plot"
18156   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18157   algorithm: "plot_performance_box"
18158   output-file-type: ".html"
18159   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18160   data: "plot-dpdk-throughput-latency-3n-hsw"
18161   filter: "'NIC_Intel-X710' and
18162            '64B' and
18163            'BASE' and
18164            'NDRPDR' and
18165            '2T2C' and
18166            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18167   parameters:
18168   - "throughput"
18169   - "parent"
18170   - "tags"
18171   traces:
18172     hoverinfo: "x+y"
18173     boxpoints: "outliers"
18174     whiskerwidth: 0
18175   layout:
18176     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18177     layout: "plot-throughput"
18178
18179 -
18180   type: "plot"
18181   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18182   algorithm: "plot_performance_box"
18183   output-file-type: ".html"
18184   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18185   data: "plot-dpdk-throughput-latency-3n-hsw"
18186   filter: "'NIC_Intel-X710' and
18187            '64B' and
18188            'BASE' and
18189            'NDRPDR' and
18190            '1T1C' and
18191            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18192   parameters:
18193   - "throughput"
18194   - "parent"
18195   - "tags"
18196   traces:
18197     hoverinfo: "x+y"
18198     boxpoints: "outliers"
18199     whiskerwidth: 0
18200   layout:
18201     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18202     layout: "plot-throughput"
18203
18204 -
18205   type: "plot"
18206   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18207   algorithm: "plot_performance_box"
18208   output-file-type: ".html"
18209   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18210   data: "plot-dpdk-throughput-latency-3n-hsw"
18211   filter: "'NIC_Intel-X710' and
18212            '64B' and
18213            'BASE' and
18214            'NDRPDR' and
18215            '2T2C' and
18216            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18217   parameters:
18218   - "throughput"
18219   - "parent"
18220   - "tags"
18221   traces:
18222     hoverinfo: "x+y"
18223     boxpoints: "outliers"
18224     whiskerwidth: 0
18225   layout:
18226     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18227     layout: "plot-throughput"
18228
18229 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
18230 -
18231   type: "plot"
18232   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18233   algorithm: "plot_performance_box"
18234   output-file-type: ".html"
18235   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18236   data: "plot-dpdk-throughput-latency-3n-hsw"
18237   filter: "'NIC_Intel-XL710' and
18238            '64B' and
18239            'BASE' and
18240            'NDRPDR' and
18241            '1T1C' and
18242            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18243   parameters:
18244   - "throughput"
18245   - "parent"
18246   - "tags"
18247   traces:
18248     hoverinfo: "x+y"
18249     boxpoints: "outliers"
18250     whiskerwidth: 0
18251   layout:
18252     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18253     layout: "plot-throughput"
18254
18255 -
18256   type: "plot"
18257   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18258   algorithm: "plot_performance_box"
18259   output-file-type: ".html"
18260   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18261   data: "plot-dpdk-throughput-latency-3n-hsw"
18262   filter: "'NIC_Intel-XL710' and
18263            '64B' and
18264            'BASE' and
18265            'NDRPDR' and
18266            '2T2C' and
18267            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18268   parameters:
18269   - "throughput"
18270   - "parent"
18271   - "tags"
18272   traces:
18273     hoverinfo: "x+y"
18274     boxpoints: "outliers"
18275     whiskerwidth: 0
18276   layout:
18277     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18278     layout: "plot-throughput"
18279
18280 -
18281   type: "plot"
18282   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18283   algorithm: "plot_performance_box"
18284   output-file-type: ".html"
18285   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18286   data: "plot-dpdk-throughput-latency-3n-hsw"
18287   filter: "'NIC_Intel-XL710' and
18288            '64B' and
18289            'BASE' and
18290            'NDRPDR' and
18291            '1T1C' and
18292            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18293   parameters:
18294   - "throughput"
18295   - "parent"
18296   - "tags"
18297   traces:
18298     hoverinfo: "x+y"
18299     boxpoints: "outliers"
18300     whiskerwidth: 0
18301   layout:
18302     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18303     layout: "plot-throughput"
18304
18305 -
18306   type: "plot"
18307   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18308   algorithm: "plot_performance_box"
18309   output-file-type: ".html"
18310   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18311   data: "plot-dpdk-throughput-latency-3n-hsw"
18312   filter: "'NIC_Intel-XL710' and
18313            '64B' and
18314            'BASE' and
18315            'NDRPDR' and
18316            '2T2C' and
18317            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18318   parameters:
18319   - "throughput"
18320   - "parent"
18321   - "tags"
18322   traces:
18323     hoverinfo: "x+y"
18324     boxpoints: "outliers"
18325     whiskerwidth: 0
18326   layout:
18327     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18328     layout: "plot-throughput"
18329
18330 # Packet Throughput - DPDK testpmd 3n-skx-x710
18331 -
18332   type: "plot"
18333   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18334   algorithm: "plot_performance_box"
18335   output-file-type: ".html"
18336   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18337   data: "plot-dpdk-throughput-latency-3n-skx"
18338   filter: "'NIC_Intel-X710' and
18339            '64B' and
18340            'BASE' and
18341            'NDRPDR' and
18342            '2T1C' and
18343            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18344   parameters:
18345   - "throughput"
18346   - "parent"
18347   - "tags"
18348   traces:
18349     hoverinfo: "x+y"
18350     boxpoints: "outliers"
18351     whiskerwidth: 0
18352   layout:
18353     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18354     layout: "plot-throughput"
18355
18356 -
18357   type: "plot"
18358   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18359   algorithm: "plot_performance_box"
18360   output-file-type: ".html"
18361   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18362   data: "plot-dpdk-throughput-latency-3n-skx"
18363   filter: "'NIC_Intel-X710' and
18364            '64B' and
18365            'BASE' and
18366            'NDRPDR' and
18367            '4T2C' and
18368            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18369   parameters:
18370   - "throughput"
18371   - "parent"
18372   - "tags"
18373   traces:
18374     hoverinfo: "x+y"
18375     boxpoints: "outliers"
18376     whiskerwidth: 0
18377   layout:
18378     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18379     layout: "plot-throughput"
18380
18381 -
18382   type: "plot"
18383   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18384   algorithm: "plot_performance_box"
18385   output-file-type: ".html"
18386   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18387   data: "plot-dpdk-throughput-latency-3n-skx"
18388   filter: "'NIC_Intel-X710' and
18389            '64B' and
18390            'BASE' and
18391            'NDRPDR' and
18392            '2T1C' and
18393            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18394   parameters:
18395   - "throughput"
18396   - "parent"
18397   - "tags"
18398   traces:
18399     hoverinfo: "x+y"
18400     boxpoints: "outliers"
18401     whiskerwidth: 0
18402   layout:
18403     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18404     layout: "plot-throughput"
18405
18406 -
18407   type: "plot"
18408   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18409   algorithm: "plot_performance_box"
18410   output-file-type: ".html"
18411   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18412   data: "plot-dpdk-throughput-latency-3n-skx"
18413   filter: "'NIC_Intel-X710' and
18414            '64B' and
18415            'BASE' and
18416            'NDRPDR' and
18417            '4T2C' and
18418            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18419   parameters:
18420   - "throughput"
18421   - "parent"
18422   - "tags"
18423   traces:
18424     hoverinfo: "x+y"
18425     boxpoints: "outliers"
18426     whiskerwidth: 0
18427   layout:
18428     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18429     layout: "plot-throughput"
18430
18431 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
18432 -
18433   type: "plot"
18434   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18435   algorithm: "plot_performance_box"
18436   output-file-type: ".html"
18437   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18438   data: "plot-dpdk-throughput-latency-3n-skx"
18439   filter: "'NIC_Intel-XXV710' and
18440            '64B' and
18441            'BASE' and
18442            'NDRPDR' and
18443            '2T1C' and
18444            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18445   parameters:
18446   - "throughput"
18447   - "parent"
18448   - "tags"
18449   traces:
18450     hoverinfo: "x+y"
18451     boxpoints: "outliers"
18452     whiskerwidth: 0
18453   layout:
18454     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18455     layout: "plot-throughput"
18456
18457 -
18458   type: "plot"
18459   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18460   algorithm: "plot_performance_box"
18461   output-file-type: ".html"
18462   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18463   data: "plot-dpdk-throughput-latency-3n-skx"
18464   filter: "'NIC_Intel-XXV710' and
18465            '64B' and
18466            'BASE' and
18467            'NDRPDR' and
18468            '4T2C' and
18469            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18470   parameters:
18471   - "throughput"
18472   - "parent"
18473   - "tags"
18474   traces:
18475     hoverinfo: "x+y"
18476     boxpoints: "outliers"
18477     whiskerwidth: 0
18478   layout:
18479     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18480     layout: "plot-throughput"
18481
18482 -
18483   type: "plot"
18484   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18485   algorithm: "plot_performance_box"
18486   output-file-type: ".html"
18487   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18488   data: "plot-dpdk-throughput-latency-3n-skx"
18489   filter: "'NIC_Intel-XXV710' and
18490            '64B' and
18491            'BASE' and
18492            'NDRPDR' and
18493            '2T1C' and
18494            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18495   parameters:
18496   - "throughput"
18497   - "parent"
18498   - "tags"
18499   traces:
18500     hoverinfo: "x+y"
18501     boxpoints: "outliers"
18502     whiskerwidth: 0
18503   layout:
18504     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18505     layout: "plot-throughput"
18506
18507 -
18508   type: "plot"
18509   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18510   algorithm: "plot_performance_box"
18511   output-file-type: ".html"
18512   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18513   data: "plot-dpdk-throughput-latency-3n-skx"
18514   filter: "'NIC_Intel-XXV710' and
18515            '64B' and
18516            'BASE' and
18517            'NDRPDR' and
18518            '4T2C' and
18519            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18520   parameters:
18521   - "throughput"
18522   - "parent"
18523   - "tags"
18524   traces:
18525     hoverinfo: "x+y"
18526     boxpoints: "outliers"
18527     whiskerwidth: 0
18528   layout:
18529     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18530     layout: "plot-throughput"
18531
18532 # Packet Throughput - DPDK testpmd 2n-skx-x710
18533 -
18534   type: "plot"
18535   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18536   algorithm: "plot_performance_box"
18537   output-file-type: ".html"
18538   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18539   data: "plot-dpdk-throughput-latency-2n-skx"
18540   filter: "'NIC_Intel-X710' and
18541            '64B' and
18542            'BASE' and
18543            'NDRPDR' and
18544            '2T1C' and
18545            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18546   parameters:
18547   - "throughput"
18548   - "parent"
18549   - "tags"
18550   traces:
18551     hoverinfo: "x+y"
18552     boxpoints: "outliers"
18553     whiskerwidth: 0
18554   layout:
18555     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18556     layout: "plot-throughput"
18557
18558 -
18559   type: "plot"
18560   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18561   algorithm: "plot_performance_box"
18562   output-file-type: ".html"
18563   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18564   data: "plot-dpdk-throughput-latency-2n-skx"
18565   filter: "'NIC_Intel-X710' and
18566            '64B' and
18567            'BASE' and
18568            'NDRPDR' and
18569            '4T2C' and
18570            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18571   parameters:
18572   - "throughput"
18573   - "parent"
18574   - "tags"
18575   traces:
18576     hoverinfo: "x+y"
18577     boxpoints: "outliers"
18578     whiskerwidth: 0
18579   layout:
18580     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18581     layout: "plot-throughput"
18582
18583 -
18584   type: "plot"
18585   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18586   algorithm: "plot_performance_box"
18587   output-file-type: ".html"
18588   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18589   data: "plot-dpdk-throughput-latency-2n-skx"
18590   filter: "'NIC_Intel-X710' and
18591            '64B' and
18592            'BASE' and
18593            'NDRPDR' and
18594            '2T1C' and
18595            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18596   parameters:
18597   - "throughput"
18598   - "parent"
18599   - "tags"
18600   traces:
18601     hoverinfo: "x+y"
18602     boxpoints: "outliers"
18603     whiskerwidth: 0
18604   layout:
18605     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18606     layout: "plot-throughput"
18607
18608 -
18609   type: "plot"
18610   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18611   algorithm: "plot_performance_box"
18612   output-file-type: ".html"
18613   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18614   data: "plot-dpdk-throughput-latency-2n-skx"
18615   filter: "'NIC_Intel-X710' and
18616            '64B' and
18617            'BASE' and
18618            'NDRPDR' and
18619            '4T2C' and
18620            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18621   parameters:
18622   - "throughput"
18623   - "parent"
18624   - "tags"
18625   traces:
18626     hoverinfo: "x+y"
18627     boxpoints: "outliers"
18628     whiskerwidth: 0
18629   layout:
18630     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18631     layout: "plot-throughput"
18632
18633 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
18634 -
18635   type: "plot"
18636   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18637   algorithm: "plot_performance_box"
18638   output-file-type: ".html"
18639   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18640   data: "plot-dpdk-throughput-latency-2n-skx"
18641   filter: "'NIC_Intel-XXV710' and
18642            '64B' and
18643            'BASE' and
18644            'NDRPDR' and
18645            '2T1C' and
18646            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18647   parameters:
18648   - "throughput"
18649   - "parent"
18650   - "tags"
18651   traces:
18652     hoverinfo: "x+y"
18653     boxpoints: "outliers"
18654     whiskerwidth: 0
18655   layout:
18656     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18657     layout: "plot-throughput"
18658
18659 -
18660   type: "plot"
18661   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18662   algorithm: "plot_performance_box"
18663   output-file-type: ".html"
18664   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18665   data: "plot-dpdk-throughput-latency-2n-skx"
18666   filter: "'NIC_Intel-XXV710' and
18667            '64B' and
18668            'BASE' and
18669            'NDRPDR' and
18670            '4T2C' and
18671            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18672   parameters:
18673   - "throughput"
18674   - "parent"
18675   - "tags"
18676   traces:
18677     hoverinfo: "x+y"
18678     boxpoints: "outliers"
18679     whiskerwidth: 0
18680   layout:
18681     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18682     layout: "plot-throughput"
18683
18684 -
18685   type: "plot"
18686   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18687   algorithm: "plot_performance_box"
18688   output-file-type: ".html"
18689   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18690   data: "plot-dpdk-throughput-latency-2n-skx"
18691   filter: "'NIC_Intel-XXV710' and
18692            '64B' and
18693            'BASE' and
18694            'NDRPDR' and
18695            '2T1C' and
18696            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18697   parameters:
18698   - "throughput"
18699   - "parent"
18700   - "tags"
18701   traces:
18702     hoverinfo: "x+y"
18703     boxpoints: "outliers"
18704     whiskerwidth: 0
18705   layout:
18706     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18707     layout: "plot-throughput"
18708
18709 -
18710   type: "plot"
18711   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18712   algorithm: "plot_performance_box"
18713   output-file-type: ".html"
18714   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18715   data: "plot-dpdk-throughput-latency-2n-skx"
18716   filter: "'NIC_Intel-XXV710' and
18717            '64B' and
18718            'BASE' and
18719            'NDRPDR' and
18720            '4T2C' and
18721            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18722   parameters:
18723   - "throughput"
18724   - "parent"
18725   - "tags"
18726   traces:
18727     hoverinfo: "x+y"
18728     boxpoints: "outliers"
18729     whiskerwidth: 0
18730   layout:
18731     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18732     layout: "plot-throughput"
18733
18734 ################################################################################
18735
18736 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
18737 -
18738   type: "plot"
18739   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18740   algorithm: "plot_latency_error_bars"
18741   output-file-type: ".html"
18742   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18743   data: "plot-vpp-throughput-latency-3n-hsw"
18744   filter: "'NIC_Intel-X520-DA2' and
18745            '64B' and
18746            ('BASE' or 'SCALE') and
18747            'NDRPDR' and
18748            'ETH' and
18749            '1T1C' and
18750            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18751            not 'VHOST' and
18752            not 'MEMIF'"
18753   parameters:
18754   - "latency"
18755   - "parent"
18756   - "tags"
18757   sort:
18758   - "L2XCFWD"
18759   - "L2PATCH"
18760   - "L2BDMACLRN"
18761   - "FIB_10K"
18762   - "FIB_100K"
18763   - "FIB_1M"
18764   layout:
18765     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18766     layout: "plot-latency"
18767
18768 -
18769   type: "plot"
18770   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18771   algorithm: "plot_latency_error_bars"
18772   output-file-type: ".html"
18773   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18774   data: "plot-vpp-throughput-latency-3n-hsw"
18775   filter: "'NIC_Intel-X520-DA2' and
18776            '64B' and
18777            ('BASE' or 'SCALE') and
18778            'NDRPDR' and
18779            'ETH' and
18780            '2T2C' and
18781            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18782            not 'VHOST' and
18783            not 'MEMIF'"
18784   parameters:
18785   - "latency"
18786   - "parent"
18787   - "tags"
18788   sort:
18789   - "L2XCFWD"
18790   - "L2PATCH"
18791   - "L2BDMACLRN"
18792   - "FIB_10K"
18793   - "FIB_100K"
18794   - "FIB_1M"
18795   layout:
18796     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18797     layout: "plot-latency"
18798
18799 # Packet Latency - VPP L2 3n-hsw-x520 features
18800 -
18801   type: "plot"
18802   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18803   algorithm: "plot_latency_error_bars"
18804   output-file-type: ".html"
18805   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18806   data: "plot-vpp-throughput-latency-3n-hsw"
18807   filter: "'NIC_Intel-X520-DA2' and
18808            '64B' and
18809            'NDRPDR' and
18810            '1T1C' and
18811            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18812            not 'ACL' and
18813            not 'VHOST' and
18814            not 'MEMIF'"
18815   parameters:
18816   - "latency"
18817   - "parent"
18818   - "tags"
18819   sort:
18820   - "L2XCBASE"    # l2xcbase
18821   - "L2BDBASE"    # l2bdbase
18822   - "L2XCFWD"     # dot1q-l2xcbase
18823   - "L2BDMACLRN"  # dot1q-l2bdbase
18824   layout:
18825     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
18826     layout: "plot-latency"
18827
18828 -
18829   type: "plot"
18830   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18831   algorithm: "plot_latency_error_bars"
18832   output-file-type: ".html"
18833   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18834   data: "plot-vpp-throughput-latency-3n-hsw"
18835   filter: "'NIC_Intel-X520-DA2' and
18836            '64B' and
18837            'NDRPDR' and
18838            '2T2C' and
18839            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18840            not 'ACL' and
18841            not 'VHOST' and
18842            not 'MEMIF'"
18843   parameters:
18844   - "latency"
18845   - "parent"
18846   - "tags"
18847   sort:
18848   - "L2XCBASE"    # l2xcbase
18849   - "L2BDBASE"    # l2bdbase
18850   - "L2XCFWD"     # dot1q-l2xcbase
18851   - "L2BDMACLRN"  # dot1q-l2bdbase
18852   layout:
18853     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
18854     layout: "plot-latency"
18855
18856 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
18857 -
18858   type: "plot"
18859   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18860   algorithm: "plot_latency_error_bars"
18861   output-file-type: ".html"
18862   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18863   data: "plot-vpp-throughput-latency-3n-hsw"
18864   filter: "'NIC_Intel-X710' and
18865            '64B' and
18866            ('BASE' or 'SCALE') and
18867            'NDRPDR' and
18868            'ETH' and
18869            '1T1C' and
18870            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18871            not 'VHOST' and
18872            not 'MEMIF'"
18873   parameters:
18874   - "latency"
18875   - "parent"
18876   - "tags"
18877   sort:
18878   - "L2PATCH"
18879   - "L2XCBASE"
18880   - "BASE"
18881   - "FIB_10K"
18882   - "FIB_100K"
18883   - "FIB_1M"
18884   layout:
18885     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18886     layout: "plot-latency"
18887
18888 -
18889   type: "plot"
18890   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18891   algorithm: "plot_latency_error_bars"
18892   output-file-type: ".html"
18893   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18894   data: "plot-vpp-throughput-latency-3n-hsw"
18895   filter: "'NIC_Intel-X710' and
18896            '64B' and
18897            ('BASE' or 'SCALE') and
18898            'NDRPDR' and
18899            'ETH' and
18900            '2T2C' and
18901            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18902            not 'VHOST' and
18903            not 'MEMIF'"
18904   parameters:
18905   - "latency"
18906   - "parent"
18907   - "tags"
18908   sort:
18909   - "L2PATCH"
18910   - "L2XCBASE"
18911   - "BASE"
18912   - "FIB_10K"
18913   - "FIB_100K"
18914   - "FIB_1M"
18915   layout:
18916     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18917     layout: "plot-latency"
18918
18919 # Packet Latency - VPP L2 3n-hsw-x710 features
18920 -
18921   type: "plot"
18922   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18923   algorithm: "plot_latency_error_bars"
18924   output-file-type: ".html"
18925   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18926   data: "plot-vpp-throughput-latency-3n-hsw"
18927   filter: "'NIC_Intel-X710' and
18928            '64B' and
18929            'NDRPDR' and
18930            '1T1C' and
18931            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18932            not 'ACL' and
18933            not 'VHOST' and
18934            not 'MEMIF'"
18935   parameters:
18936   - "latency"
18937   - "parent"
18938   - "tags"
18939   sort:
18940   - "L2XCBASE"    # l2xcbase
18941   - "L2BDBASE"    # l2bdbase
18942   - "L2XCFWD"     # dot1q-l2xcbase
18943   - "L2BDMACLRN"  # dot1q-l2bdbase
18944   layout:
18945     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
18946     layout: "plot-latency"
18947
18948 -
18949   type: "plot"
18950   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18951   algorithm: "plot_latency_error_bars"
18952   output-file-type: ".html"
18953   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18954   data: "plot-vpp-throughput-latency-3n-hsw"
18955   filter: "'NIC_Intel-X710' and
18956            '64B' and
18957            'NDRPDR' and
18958            '2T2C' and
18959            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18960            not 'ACL' and
18961            not 'VHOST' and
18962            not 'MEMIF'"
18963   parameters:
18964   - "latency"
18965   - "parent"
18966   - "tags"
18967   sort:
18968   - "L2XCBASE"    # l2xcbase
18969   - "L2BDBASE"    # l2bdbase
18970   - "L2XCFWD"     # dot1q-l2xcbase
18971   - "L2BDMACLRN"  # dot1q-l2bdbase
18972   layout:
18973     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
18974     layout: "plot-latency"
18975
18976 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
18977 -
18978   type: "plot"
18979   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18980   algorithm: "plot_latency_error_bars"
18981   output-file-type: ".html"
18982   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18983   data: "plot-vpp-throughput-latency-3n-hsw"
18984   filter: "'NIC_Intel-XL710' and
18985            '64B' and
18986            ('BASE' or 'SCALE') and
18987            'NDRPDR' and
18988            'ETH' and
18989            '1T1C' and
18990            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18991            not 'VHOST' and
18992            not 'MEMIF'"
18993   parameters:
18994   - "latency"
18995   - "parent"
18996   - "tags"
18997   sort:
18998   - "L2PATCH"
18999   - "L2XCBASE"
19000   - "BASE"
19001   - "FIB_10K"
19002   - "FIB_100K"
19003   - "FIB_1M"
19004   layout:
19005     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19006     layout: "plot-latency"
19007
19008 -
19009   type: "plot"
19010   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19011   algorithm: "plot_latency_error_bars"
19012   output-file-type: ".html"
19013   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19014   data: "plot-vpp-throughput-latency-3n-hsw"
19015   filter: "'NIC_Intel-XL710' and
19016            '64B' and
19017            ('BASE' or 'SCALE') and
19018            'NDRPDR' and
19019            'ETH' and
19020            '2T2C' and
19021            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19022            not 'VHOST' and
19023            not 'MEMIF'"
19024   parameters:
19025   - "latency"
19026   - "parent"
19027   - "tags"
19028   sort:
19029   - "L2PATCH"
19030   - "L2XCBASE"
19031   - "BASE"
19032   - "FIB_10K"
19033   - "FIB_100K"
19034   - "FIB_1M"
19035   layout:
19036     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19037     layout: "plot-latency"
19038
19039 # Packet Latency - VPP L2 3n-skx-x710 base and scale
19040 -
19041   type: "plot"
19042   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19043   algorithm: "plot_latency_error_bars"
19044   output-file-type: ".html"
19045   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19046   data: "plot-vpp-throughput-latency-3n-skx"
19047   filter: "'NIC_Intel-X710' and
19048            '64B' and
19049            ('BASE' or 'SCALE') and
19050            'NDRPDR' and
19051            'ETH' and
19052            '2T1C' and
19053            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19054            not 'VHOST' and
19055            not 'MEMIF' and
19056            not 'DRV_AVF'"
19057   parameters:
19058   - "latency"
19059   - "parent"
19060   - "tags"
19061   sort:
19062   - "L2PATCH"
19063   - "L2XCBASE"
19064   - "BASE"
19065   - "FIB_10K"
19066   - "FIB_100K"
19067   - "FIB_1M"
19068   layout:
19069     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19070     layout: "plot-latency"
19071
19072 -
19073   type: "plot"
19074   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19075   algorithm: "plot_latency_error_bars"
19076   output-file-type: ".html"
19077   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19078   data: "plot-vpp-throughput-latency-3n-skx"
19079   filter: "'NIC_Intel-X710' and
19080            '64B' and
19081            ('BASE' or 'SCALE') and
19082            'NDRPDR' and
19083            'ETH' and
19084            '4T2C' and
19085            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19086            not 'VHOST' and
19087            not 'MEMIF' and
19088            not 'DRV_AVF'"
19089   parameters:
19090   - "latency"
19091   - "parent"
19092   - "tags"
19093   sort:
19094   - "L2PATCH"
19095   - "L2XCBASE"
19096   - "BASE"
19097   - "FIB_10K"
19098   - "FIB_100K"
19099   - "FIB_1M"
19100   layout:
19101     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19102     layout: "plot-latency"
19103
19104 # Packet Latency - VPP L2 3n-skx-x710 features
19105 -
19106   type: "plot"
19107   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
19108   algorithm: "plot_latency_error_bars"
19109   output-file-type: ".html"
19110   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
19111   data: "plot-vpp-throughput-latency-3n-skx"
19112   filter: "'NIC_Intel-X710' and
19113            '64B' and
19114            'NDRPDR' and
19115            '2T1C' and
19116            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19117            not 'ACL' and
19118            not 'VHOST' and
19119            not 'MEMIF'"
19120   parameters:
19121   - "latency"
19122   - "parent"
19123   - "tags"
19124   sort:
19125   - "L2XCBASE"    # l2xcbase
19126   - "L2BDBASE"    # l2bdbase
19127   - "L2XCFWD"     # dot1q-l2xcbase
19128   - "L2BDMACLRN"  # dot1q-l2bdbase
19129   layout:
19130     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
19131     layout: "plot-latency"
19132
19133 -
19134   type: "plot"
19135   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
19136   algorithm: "plot_latency_error_bars"
19137   output-file-type: ".html"
19138   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
19139   data: "plot-vpp-throughput-latency-3n-skx"
19140   filter: "'NIC_Intel-X710' and
19141            '64B' and
19142            'NDRPDR' and
19143            '4T2C' and
19144            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19145            not 'ACL' and
19146            not 'VHOST' and
19147            not 'MEMIF'"
19148   parameters:
19149   - "latency"
19150   - "parent"
19151   - "tags"
19152   sort:
19153   - "L2XCBASE"    # l2xcbase
19154   - "L2BDBASE"    # l2bdbase
19155   - "L2XCFWD"     # dot1q-l2xcbase
19156   - "L2BDMACLRN"  # dot1q-l2bdbase
19157   layout:
19158     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
19159     layout: "plot-latency"
19160
19161 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
19162 -
19163   type: "plot"
19164   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19165   algorithm: "plot_latency_error_bars"
19166   output-file-type: ".html"
19167   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19168   data: "plot-vpp-throughput-latency-3n-skx"
19169   filter: "'NIC_Intel-XXV710' and
19170            '64B' and
19171            ('BASE' or 'SCALE') and
19172            'NDRPDR' and
19173            'ETH' and
19174            '2T1C' and
19175            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19176            not 'VHOST' and
19177            not 'MEMIF' and
19178            not 'DRV_AVF'"
19179   parameters:
19180   - "latency"
19181   - "parent"
19182   - "tags"
19183   sort:
19184   - "L2PATCH"
19185   - "L2XCBASE"
19186   - "BASE"
19187   - "FIB_10K"
19188   - "FIB_100K"
19189   - "FIB_1M"
19190   layout:
19191     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19192     layout: "plot-latency"
19193
19194 -
19195   type: "plot"
19196   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19197   algorithm: "plot_latency_error_bars"
19198   output-file-type: ".html"
19199   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19200   data: "plot-vpp-throughput-latency-3n-skx"
19201   filter: "'NIC_Intel-XXV710' and
19202            '64B' and
19203            ('BASE' or 'SCALE') and
19204            'NDRPDR' and
19205            'ETH' and
19206            '4T2C' and
19207            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19208            not 'VHOST' and
19209            not 'MEMIF' and
19210            not 'DRV_AVF'"
19211   parameters:
19212   - "latency"
19213   - "parent"
19214   - "tags"
19215   sort:
19216   - "L2PATCH"
19217   - "L2XCBASE"
19218   - "BASE"
19219   - "FIB_10K"
19220   - "FIB_100K"
19221   - "FIB_1M"
19222   layout:
19223     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19224     layout: "plot-latency"
19225
19226 # Packet Latency - VPP L2 2n-skx-x710 base and scale
19227 -
19228   type: "plot"
19229   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19230   algorithm: "plot_latency_error_bars"
19231   output-file-type: ".html"
19232   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19233   data: "plot-vpp-throughput-latency-2n-skx"
19234   filter: "'NIC_Intel-X710' and
19235            '64B' and
19236            'ETH' and
19237            ('BASE' or 'SCALE') and
19238            'NDRPDR' and
19239            '2T1C' and
19240            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19241            not 'VHOST' and
19242            not 'MEMIF'"
19243   parameters:
19244   - "latency"
19245   - "parent"
19246   - "tags"
19247   sort:
19248   - "L2PATCH"
19249   - "L2XCBASE"
19250   - "BASE"
19251   - "FIB_10K"
19252   - "FIB_100K"
19253   - "FIB_1M"
19254   layout:
19255     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19256     layout: "plot-latency"
19257
19258 -
19259   type: "plot"
19260   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19261   algorithm: "plot_latency_error_bars"
19262   output-file-type: ".html"
19263   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19264   data: "plot-vpp-throughput-latency-2n-skx"
19265   filter: "'NIC_Intel-X710' and
19266            '64B' and
19267            ('BASE' or 'SCALE') and
19268            'NDRPDR' and
19269            'ETH' and
19270            '4T2C' and
19271            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19272            not 'VHOST' and
19273            not 'MEMIF'"
19274   parameters:
19275   - "latency"
19276   - "parent"
19277   - "tags"
19278   sort:
19279   - "L2PATCH"
19280   - "L2XCBASE"
19281   - "BASE"
19282   - "FIB_10K"
19283   - "FIB_100K"
19284   - "FIB_1M"
19285   layout:
19286     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19287     layout: "plot-latency"
19288
19289 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
19290 -
19291   type: "plot"
19292   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19293   algorithm: "plot_latency_error_bars"
19294   output-file-type: ".html"
19295   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19296   data: "plot-vpp-throughput-latency-2n-skx"
19297   filter: "'NIC_Intel-XXV710' and
19298            '64B' and
19299            ('BASE' or 'SCALE') and
19300            'NDRPDR' and
19301            'ETH' and
19302            '2T1C' and
19303            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19304            not 'VHOST' and
19305            not 'MEMIF'"
19306   parameters:
19307   - "latency"
19308   - "parent"
19309   - "tags"
19310   sort:
19311   - "L2PATCH"
19312   - "L2XCBASE"
19313   - "BASE"
19314   - "FIB_10K"
19315   - "FIB_100K"
19316   - "FIB_1M"
19317   layout:
19318     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19319     layout: "plot-latency"
19320
19321 -
19322   type: "plot"
19323   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19324   algorithm: "plot_latency_error_bars"
19325   output-file-type: ".html"
19326   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19327   data: "plot-vpp-throughput-latency-2n-skx"
19328   filter: "'NIC_Intel-XXV710' and
19329            '64B' and
19330            ('BASE' or 'SCALE') and
19331            'NDRPDR' and
19332            'ETH' and
19333            '4T2C' and
19334            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19335            not 'VHOST' and
19336            not 'MEMIF'"
19337   parameters:
19338   - "latency"
19339   - "parent"
19340   - "tags"
19341   sort:
19342   - "L2PATCH"
19343   - "L2XCBASE"
19344   - "BASE"
19345   - "FIB_10K"
19346   - "FIB_100K"
19347   - "FIB_1M"
19348   layout:
19349     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19350     layout: "plot-latency"
19351
19352 ################################################################################
19353
19354 # Packet Latency - VPP Container Memif 3n-hsw-x520
19355 -
19356   type: "plot"
19357   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19358   algorithm: "plot_latency_error_bars"
19359   output-file-type: ".html"
19360   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19361   data: "plot-vpp-throughput-latency-3n-hsw"
19362   filter: "'NIC_Intel-X520-DA2' and
19363            '64B' and
19364            ('BASE' or 'SCALE') and
19365            'NDRPDR' and
19366            '1T1C' and
19367            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19368            not 'VHOST' and
19369            'MEMIF'"
19370   parameters:
19371   - "latency"
19372   - "parent"
19373   - "tags"
19374   sort:
19375   - "L2XCFWD"
19376   - "L2XCFWD"
19377   - "L2XCFWD"
19378   - "L2BDMACLRN"
19379   - "L2BDMACLRN"
19380   - "L2BDMACLRN"
19381   layout:
19382     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19383     layout: "plot-latency"
19384
19385 -
19386   type: "plot"
19387   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19388   algorithm: "plot_latency_error_bars"
19389   output-file-type: ".html"
19390   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19391   data: "plot-vpp-throughput-latency-3n-hsw"
19392   filter: "'NIC_Intel-X520-DA2' and
19393            '64B' and
19394            ('BASE' or 'SCALE') and
19395            'NDRPDR' and
19396            '2T2C' and
19397            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19398            not 'VHOST' and
19399            'MEMIF'"
19400   parameters:
19401   - "latency"
19402   - "parent"
19403   - "tags"
19404   sort:
19405   - "L2XCFWD"
19406   - "L2XCFWD"
19407   - "L2XCFWD"
19408   - "L2BDMACLRN"
19409   - "L2BDMACLRN"
19410   - "L2BDMACLRN"
19411   layout:
19412     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19413     layout: "plot-latency"
19414
19415 # Packet Latency - VPP Container Memif 3n-hsw-x710
19416 -
19417   type: "plot"
19418   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19419   algorithm: "plot_latency_error_bars"
19420   output-file-type: ".html"
19421   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19422   data: "plot-vpp-throughput-latency-3n-hsw"
19423   filter: "'NIC_Intel-X710' and
19424            '64B' and
19425            ('BASE' or 'SCALE') and
19426            'NDRPDR' and
19427            '1T1C' and
19428            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19429            not 'VHOST' and
19430            'MEMIF'"
19431   parameters:
19432   - "latency"
19433   - "parent"
19434   - "tags"
19435   sort:
19436   - "L2XCFWD"
19437   - "L2XCFWD"
19438   - "L2XCFWD"
19439   - "L2BDMACLRN"
19440   - "L2BDMACLRN"
19441   - "L2BDMACLRN"
19442   layout:
19443     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19444     layout: "plot-latency"
19445
19446 -
19447   type: "plot"
19448   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19449   algorithm: "plot_latency_error_bars"
19450   output-file-type: ".html"
19451   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19452   data: "plot-vpp-throughput-latency-3n-hsw"
19453   filter: "'NIC_Intel-X710' and
19454            '64B' and
19455            ('BASE' or 'SCALE') and
19456            'NDRPDR' and
19457            '2T2C' and
19458            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19459            not 'VHOST' and
19460            'MEMIF'"
19461   parameters:
19462   - "latency"
19463   - "parent"
19464   - "tags"
19465   sort:
19466   - "L2XCFWD"
19467   - "L2XCFWD"
19468   - "L2XCFWD"
19469   - "L2BDMACLRN"
19470   - "L2BDMACLRN"
19471   - "L2BDMACLRN"
19472   layout:
19473     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19474     layout: "plot-latency"
19475
19476 # Packet Latency - VPP Container Memif 3n-hsw-xl710
19477 -
19478   type: "plot"
19479   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19480   algorithm: "plot_latency_error_bars"
19481   output-file-type: ".html"
19482   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19483   data: "plot-vpp-throughput-latency-3n-hsw"
19484   filter: "'NIC_Intel-XL710' and
19485            '64B' and
19486            ('BASE' or 'SCALE') and
19487            'NDRPDR' and
19488            '1T1C' and
19489            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19490            not 'VHOST' and
19491            'MEMIF'"
19492   parameters:
19493   - "latency"
19494   - "parent"
19495   - "tags"
19496   sort:
19497   - "L2XCFWD"
19498   - "L2XCFWD"
19499   - "L2XCFWD"
19500   - "L2BDMACLRN"
19501   - "L2BDMACLRN"
19502   - "L2BDMACLRN"
19503   layout:
19504     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19505     layout: "plot-latency"
19506
19507 -
19508   type: "plot"
19509   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19510   algorithm: "plot_latency_error_bars"
19511   output-file-type: ".html"
19512   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19513   data: "plot-vpp-throughput-latency-3n-hsw"
19514   filter: "'NIC_Intel-XL710' and
19515            '64B' and
19516            ('BASE' or 'SCALE') and
19517            'NDRPDR' and
19518            '2T2C' and
19519            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19520            not 'VHOST' and
19521            'MEMIF'"
19522   parameters:
19523   - "latency"
19524   - "parent"
19525   - "tags"
19526   sort:
19527   - "L2XCFWD"
19528   - "L2XCFWD"
19529   - "L2XCFWD"
19530   - "L2BDMACLRN"
19531   - "L2BDMACLRN"
19532   - "L2BDMACLRN"
19533   layout:
19534     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19535     layout: "plot-latency"
19536
19537 # Packet Latency - VPP Container Memif 3n-skx-x710
19538 -
19539   type: "plot"
19540   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19541   algorithm: "plot_latency_error_bars"
19542   output-file-type: ".html"
19543   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19544   data: "plot-vpp-throughput-latency-3n-skx"
19545   filter: "'NIC_Intel-X710' and
19546            '64B' and
19547            ('BASE' or 'SCALE') and
19548            'NDRPDR' and
19549            '2T1C' and
19550            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19551            not 'VHOST' and
19552            'MEMIF'"
19553   parameters:
19554   - "latency"
19555   - "parent"
19556   - "tags"
19557   sort:
19558   - "L2XCFWD"
19559   - "L2XCFWD"
19560   - "L2XCFWD"
19561   - "L2BDMACLRN"
19562   - "L2BDMACLRN"
19563   - "L2BDMACLRN"
19564   layout:
19565     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19566     layout: "plot-latency"
19567
19568 -
19569   type: "plot"
19570   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19571   algorithm: "plot_latency_error_bars"
19572   output-file-type: ".html"
19573   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19574   data: "plot-vpp-throughput-latency-3n-skx"
19575   filter: "'NIC_Intel-X710' and
19576            '64B' and
19577            ('BASE' or 'SCALE') and
19578            'NDRPDR' and
19579            '4T2C' and
19580            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19581            not 'VHOST' and
19582            'MEMIF'"
19583   parameters:
19584   - "latency"
19585   - "parent"
19586   - "tags"
19587   sort:
19588   - "L2XCFWD"
19589   - "L2XCFWD"
19590   - "L2XCFWD"
19591   - "L2BDMACLRN"
19592   - "L2BDMACLRN"
19593   - "L2BDMACLRN"
19594   layout:
19595     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19596     layout: "plot-latency"
19597
19598 # Packet Latency - VPP Container Memif 2n-skx-x710
19599 -
19600   type: "plot"
19601   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19602   algorithm: "plot_latency_error_bars"
19603   output-file-type: ".html"
19604   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19605   data: "plot-vpp-throughput-latency-2n-skx"
19606   filter: "'NIC_Intel-X710' and
19607            '64B' and
19608            ('BASE' or 'SCALE') and
19609            'NDRPDR' and
19610            '2T1C' and
19611            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19612            not 'VHOST' and
19613            'MEMIF'"
19614   parameters:
19615   - "latency"
19616   - "parent"
19617   - "tags"
19618   sort:
19619   - "L2XCFWD"
19620   - "L2XCFWD"
19621   - "L2XCFWD"
19622   - "L2BDMACLRN"
19623   - "L2BDMACLRN"
19624   - "L2BDMACLRN"
19625   layout:
19626     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19627     layout: "plot-latency"
19628
19629 -
19630   type: "plot"
19631   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19632   algorithm: "plot_latency_error_bars"
19633   output-file-type: ".html"
19634   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19635   data: "plot-vpp-throughput-latency-2n-skx"
19636   filter: "'NIC_Intel-X710' and
19637            '64B' and
19638            ('BASE' or 'SCALE') and
19639            'NDRPDR' and
19640            '4T2C' and
19641            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19642            not 'VHOST' and
19643            'MEMIF'"
19644   parameters:
19645   - "latency"
19646   - "parent"
19647   - "tags"
19648   sort:
19649   - "L2XCFWD"
19650   - "L2XCFWD"
19651   - "L2XCFWD"
19652   - "L2BDMACLRN"
19653   - "L2BDMACLRN"
19654   - "L2BDMACLRN"
19655   layout:
19656     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19657     layout: "plot-latency"
19658
19659 # Packet Latency - VPP Container Memif 2n-skx-xxv710
19660 -
19661   type: "plot"
19662   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19663   algorithm: "plot_latency_error_bars"
19664   output-file-type: ".html"
19665   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19666   data: "plot-vpp-throughput-latency-2n-skx"
19667   filter: "'NIC_Intel-XXV710' and
19668            '64B' and
19669            ('BASE' or 'SCALE') and
19670            'NDRPDR' and
19671            '2T1C' and
19672            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19673            not 'VHOST' and
19674            'MEMIF'"
19675   parameters:
19676   - "latency"
19677   - "parent"
19678   - "tags"
19679   sort:
19680   - "L2XCFWD"
19681   - "L2XCFWD"
19682   - "L2XCFWD"
19683   - "L2BDMACLRN"
19684   - "L2BDMACLRN"
19685   - "L2BDMACLRN"
19686   layout:
19687     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19688     layout: "plot-latency"
19689
19690 -
19691   type: "plot"
19692   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19693   algorithm: "plot_latency_error_bars"
19694   output-file-type: ".html"
19695   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19696   data: "plot-vpp-throughput-latency-2n-skx"
19697   filter: "'NIC_Intel-XXV710' and
19698            '64B' and
19699            ('BASE' or 'SCALE') and
19700            'NDRPDR' and
19701            '4T2C' and
19702            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19703            not 'VHOST' and
19704            'MEMIF'"
19705   parameters:
19706   - "latency"
19707   - "parent"
19708   - "tags"
19709   sort:
19710   - "L2XCFWD"
19711   - "L2XCFWD"
19712   - "L2XCFWD"
19713   - "L2BDMACLRN"
19714   - "L2BDMACLRN"
19715   - "L2BDMACLRN"
19716   layout:
19717     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19718     layout: "plot-latency"
19719
19720 ################################################################################
19721
19722 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19723 -
19724   type: "plot"
19725   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19726   algorithm: "plot_latency_error_bars"
19727   output-file-type: ".html"
19728   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19729   data: "plot-ligato-throughput-latency-3n-hsw"
19730   filter: "'NIC_Intel-X520-DA2' and
19731            '64B' and
19732            ('BASE' or 'SCALE') and
19733            'NDRPDR' and
19734            '1T1C' and
19735            'L2XCFWD' and
19736            not 'VHOST' and
19737            not 'NF_DENSITY' and
19738            'MEMIF'"
19739   parameters:
19740   - "latency"
19741   - "parent"
19742   - "tags"
19743   sort:
19744   - "1VNF"
19745   - "2VNF"
19746   - "4VNF"
19747   - "2VNF"
19748   - "4VNF"
19749   layout:
19750     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19751     layout: "plot-latency"
19752
19753 -
19754   type: "plot"
19755   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19756   algorithm: "plot_latency_error_bars"
19757   output-file-type: ".html"
19758   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19759   data: "plot-ligato-throughput-latency-3n-hsw"
19760   filter: "'NIC_Intel-X520-DA2' and
19761            '64B' and
19762            ('BASE' or 'SCALE') and
19763            'NDRPDR' and
19764            '2T2C' and
19765            'L2XCFWD' and
19766            not 'VHOST' and
19767            not 'NF_DENSITY' 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-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19781     layout: "plot-latency"
19782
19783 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19784 -
19785   type: "plot"
19786   title: "VPP Latency: k8s-memif-3n-hsw-x520-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-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19790   data: "plot-ligato-throughput-latency-3n-hsw"
19791   filter: "'NIC_Intel-X520-DA2' 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            not 'NF_DENSITY' and
19799            'MEMIF'"
19800   parameters:
19801   - "latency"
19802   - "parent"
19803   - "tags"
19804   sort:
19805   - "1VNF"
19806   - "2VNF"
19807   - "4VNF"
19808   - "2VNF"
19809   - "4VNF"
19810   layout:
19811     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19812     layout: "plot-latency"
19813
19814 -
19815   type: "plot"
19816   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19817   algorithm: "plot_latency_error_bars"
19818   output-file-type: ".html"
19819   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19820   data: "plot-ligato-throughput-latency-3n-hsw"
19821   filter: "'NIC_Intel-X520-DA2' and
19822            '64B' and
19823            ('BASE' or 'SCALE') and
19824            'NDRPDR' and
19825            '2T2C' and
19826            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19827            not 'VHOST' and
19828            not 'NF_DENSITY' and
19829            'MEMIF'"
19830   parameters:
19831   - "latency"
19832   - "parent"
19833   - "tags"
19834   sort:
19835   - "1VNF"
19836   - "2VNF"
19837   - "4VNF"
19838   - "2VNF"
19839   - "4VNF"
19840   layout:
19841     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19842     layout: "plot-latency"
19843
19844 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19845 -
19846   type: "plot"
19847   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19848   algorithm: "plot_latency_error_bars"
19849   output-file-type: ".html"
19850   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19851   data: "plot-ligato-throughput-latency-3n-hsw"
19852   filter: "'NIC_Intel-X710' and
19853            '64B' and
19854            ('BASE' or 'SCALE') and
19855            'NDRPDR' and
19856            '1T1C' and
19857            'L2XCFWD' and
19858            not 'VHOST' and
19859            not 'NF_DENSITY' and
19860            'MEMIF'"
19861   parameters:
19862   - "latency"
19863   - "parent"
19864   - "tags"
19865   sort:
19866   - "1VNF"
19867   - "2VNF"
19868   - "4VNF"
19869   - "2VNF"
19870   - "4VNF"
19871   layout:
19872     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19873     layout: "plot-latency"
19874
19875 -
19876   type: "plot"
19877   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19878   algorithm: "plot_latency_error_bars"
19879   output-file-type: ".html"
19880   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19881   data: "plot-ligato-throughput-latency-3n-hsw"
19882   filter: "'NIC_Intel-X710' and
19883            '64B' and
19884            ('BASE' or 'SCALE') and
19885            'NDRPDR' and
19886            '2T2C' and
19887            'L2XCFWD' and
19888            not 'VHOST' and
19889            not 'NF_DENSITY' and
19890            'MEMIF'"
19891   parameters:
19892   - "latency"
19893   - "parent"
19894   - "tags"
19895   sort:
19896   - "1VNF"
19897   - "2VNF"
19898   - "4VNF"
19899   - "2VNF"
19900   - "4VNF"
19901   layout:
19902     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
19903     layout: "plot-latency"
19904
19905 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
19906 -
19907   type: "plot"
19908   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19909   algorithm: "plot_latency_error_bars"
19910   output-file-type: ".html"
19911   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19912   data: "plot-ligato-throughput-latency-3n-hsw"
19913   filter: "'NIC_Intel-X710' and
19914            '64B' and
19915            ('BASE' or 'SCALE') and
19916            'NDRPDR' and
19917            '1T1C' and
19918            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19919            not 'VHOST' and
19920            not 'NF_DENSITY' and
19921            'MEMIF'"
19922   parameters:
19923   - "latency"
19924   - "parent"
19925   - "tags"
19926   sort:
19927   - "1VNF"
19928   - "2VNF"
19929   - "4VNF"
19930   - "2VNF"
19931   - "4VNF"
19932   layout:
19933     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
19934     layout: "plot-latency"
19935
19936 -
19937   type: "plot"
19938   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19939   algorithm: "plot_latency_error_bars"
19940   output-file-type: ".html"
19941   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19942   data: "plot-ligato-throughput-latency-3n-hsw"
19943   filter: "'NIC_Intel-X710' and
19944            '64B' and
19945            ('BASE' or 'SCALE') and
19946            'NDRPDR' and
19947            '2T2C' and
19948            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19949            not 'VHOST' and
19950            not 'NF_DENSITY' and
19951            'MEMIF'"
19952   parameters:
19953   - "latency"
19954   - "parent"
19955   - "tags"
19956   sort:
19957   - "1VNF"
19958   - "2VNF"
19959   - "4VNF"
19960   - "2VNF"
19961   - "4VNF"
19962   layout:
19963     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
19964     layout: "plot-latency"
19965
19966 ################################################################################
19967
19968 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
19969 -
19970   type: "plot"
19971   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19972   algorithm: "plot_latency_error_bars"
19973   output-file-type: ".html"
19974   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19975   data: "plot-vpp-throughput-latency-3n-hsw"
19976   filter: "'NIC_Intel-X520-DA2' and
19977            '64B' and
19978            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19979            'NDRPDR' and
19980            '1T1C' and
19981            'IP4FWD' and
19982            not 'IPSEC' and
19983            not 'VHOST'"
19984   parameters:
19985   - "latency"
19986   - "parent"
19987   - "tags"
19988   sort:
19989   - "DOT1Q"
19990   - "IP4BASE"
19991   - "FIB_20k"
19992   - "FIB_200k"
19993   - "FIB_2M"
19994   layout:
19995     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19996     layout: "plot-latency"
19997
19998 -
19999   type: "plot"
20000   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20001   algorithm: "plot_latency_error_bars"
20002   output-file-type: ".html"
20003   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20004   data: "plot-vpp-throughput-latency-3n-hsw"
20005   filter: "'NIC_Intel-X520-DA2' and
20006            '64B' and
20007            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20008            'NDRPDR' and
20009            '2T2C' and
20010            'IP4FWD' and
20011            not 'IPSEC' and
20012            not 'VHOST'"
20013   parameters:
20014   - "latency"
20015   - "parent"
20016   - "tags"
20017   sort:
20018   - "DOT1Q"
20019   - "IP4BASE"
20020   - "FIB_20k"
20021   - "FIB_200k"
20022   - "FIB_2M"
20023   layout:
20024     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20025     layout: "plot-latency"
20026
20027 # Packet Latency - VPP IPv4 3n-hsw-x520 features
20028 -
20029   type: "plot"
20030   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
20031   algorithm: "plot_latency_error_bars"
20032   output-file-type: ".html"
20033   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
20034   data: "plot-vpp-throughput-latency-3n-hsw"
20035   filter: "'NIC_Intel-X520-DA2' and
20036            '64B' and
20037            ('IP4BASE' or
20038             'POLICE_MARK' or
20039             'COPWHLIST' or
20040             ('NAT44' and 'BASE') or
20041             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20042            'NDRPDR' and
20043            '1T1C' and
20044            'IP4FWD' and
20045            not 'IPSEC' and
20046            not 'VHOST'"
20047   parameters:
20048   - "latency"
20049   - "parent"
20050   - "tags"
20051   sort:
20052   - "DOT1Q"
20053   - "IP4BASE"
20054   - "NAT44"
20055   - "POLICE_MARK"
20056   - "COPWHLIST"
20057   - "IACL"
20058   - "OACL"
20059   layout:
20060     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
20061     layout: "plot-latency"
20062
20063 -
20064   type: "plot"
20065   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
20066   algorithm: "plot_latency_error_bars"
20067   output-file-type: ".html"
20068   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
20069   data: "plot-vpp-throughput-latency-3n-hsw"
20070   filter: "'NIC_Intel-X520-DA2' and
20071            '64B' and
20072            ('IP4BASE' or
20073             'POLICE_MARK' or
20074             'COPWHLIST' or
20075             ('NAT44' and 'BASE') or
20076             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20077            'NDRPDR' and
20078            '2T2C' and
20079            'IP4FWD' and
20080            not 'IPSEC' and
20081            not 'VHOST'"
20082   parameters:
20083   - "latency"
20084   - "parent"
20085   - "tags"
20086   sort:
20087   - "DOT1Q"
20088   - "IP4BASE"
20089   - "NAT44"
20090   - "POLICE_MARK"
20091   - "COPWHLIST"
20092   - "IACL"
20093   - "OACL"
20094   layout:
20095     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
20096     layout: "plot-latency"
20097
20098 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
20099 -
20100   type: "plot"
20101   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
20102   algorithm: "plot_latency_error_bars"
20103   output-file-type: ".html"
20104   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
20105   data: "plot-vpp-throughput-latency-3n-hsw"
20106   filter: "'NIC_Intel-X520-DA2' and
20107            '64B' and
20108            'NDRPDR' and
20109            '1T1C' and
20110            'IP4FWD' and
20111            'NAT44' and
20112            not 'IPSEC' and
20113            not 'VHOST'"
20114   parameters:
20115   - "latency"
20116   - "parent"
20117   - "tags"
20118   sort:
20119   - "BASE"
20120   - "BASE"
20121   - "SRC_USER_10"
20122   - "SRC_USER_100"
20123   - "SRC_USER_1000"
20124   - "SRC_USER_2000"
20125   layout:
20126     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
20127     layout: "plot-latency"
20128
20129 -
20130   type: "plot"
20131   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
20132   algorithm: "plot_latency_error_bars"
20133   output-file-type: ".html"
20134   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
20135   data: "plot-vpp-throughput-latency-3n-hsw"
20136   filter: "'NIC_Intel-X520-DA2' and
20137            '64B' and
20138            'NDRPDR' and
20139            '2T2C' and
20140            'IP4FWD' and
20141            'NAT44' and
20142            not 'IPSEC' and
20143            not 'VHOST'"
20144   parameters:
20145   - "latency"
20146   - "parent"
20147   - "tags"
20148   sort:
20149   - "BASE"
20150   - "BASE"
20151   - "SRC_USER_10"
20152   - "SRC_USER_100"
20153   - "SRC_USER_1000"
20154   - "SRC_USER_2000"
20155   layout:
20156     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
20157     layout: "plot-latency"
20158
20159 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
20160 -
20161   type: "plot"
20162   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
20163   algorithm: "plot_latency_error_bars"
20164   output-file-type: ".html"
20165   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
20166   data: "plot-vpp-throughput-latency-3n-hsw"
20167   filter: "'NIC_Intel-X520-DA2' and
20168            '64B' and
20169            'NDRPDR' and
20170            '1T1C' and
20171            'IP4FWD' and
20172            'IACL' and
20173            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20174            not 'IPSEC' and
20175            not 'VHOST'"
20176   parameters:
20177   - "latency"
20178   - "parent"
20179   - "tags"
20180   sort:
20181   - "ACL_STATELESS"
20182   - "ACL_STATEFUL"
20183   - "ACL_STATELESS"
20184   - "ACL_STATEFUL"
20185   layout:
20186     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
20187     layout: "plot-latency"
20188
20189 -
20190   type: "plot"
20191   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
20192   algorithm: "plot_latency_error_bars"
20193   output-file-type: ".html"
20194   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
20195   data: "plot-vpp-throughput-latency-3n-hsw"
20196   filter: "'NIC_Intel-X520-DA2' and
20197            '64B' and
20198            'NDRPDR' and
20199            '2T2C' and
20200            'IP4FWD' and
20201            'IACL' and
20202            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20203            not 'IPSEC' and
20204            not 'VHOST'"
20205   parameters:
20206   - "latency"
20207   - "parent"
20208   - "tags"
20209   sort:
20210   - "ACL_STATELESS"
20211   - "ACL_STATEFUL"
20212   - "ACL_STATELESS"
20213   - "ACL_STATEFUL"
20214   layout:
20215     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
20216     layout: "plot-latency"
20217
20218 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
20219 -
20220   type: "plot"
20221   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
20222   algorithm: "plot_latency_error_bars"
20223   output-file-type: ".html"
20224   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
20225   data: "plot-vpp-throughput-latency-3n-hsw"
20226   filter: "'NIC_Intel-X520-DA2' and
20227            '64B' and
20228            'NDRPDR' and
20229            '1T1C' and
20230            'IP4FWD' and
20231            'OACL' and
20232            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20233            not 'IPSEC' and
20234            not 'VHOST'"
20235   parameters:
20236   - "latency"
20237   - "parent"
20238   - "tags"
20239   sort:
20240   - "ACL_STATELESS"
20241   - "ACL_STATEFUL"
20242   - "ACL_STATELESS"
20243   - "ACL_STATEFUL"
20244   layout:
20245     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
20246     layout: "plot-latency"
20247
20248 -
20249   type: "plot"
20250   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20251   algorithm: "plot_latency_error_bars"
20252   output-file-type: ".html"
20253   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20254   data: "plot-vpp-throughput-latency-3n-hsw"
20255   filter: "'NIC_Intel-X520-DA2' and
20256            '64B' and
20257            'NDRPDR' and
20258            '2T2C' and
20259            'IP4FWD' and
20260            'OACL' and
20261            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20262            not 'IPSEC' and
20263            not 'VHOST'"
20264   parameters:
20265   - "latency"
20266   - "parent"
20267   - "tags"
20268   sort:
20269   - "ACL_STATELESS"
20270   - "ACL_STATEFUL"
20271   - "ACL_STATELESS"
20272   - "ACL_STATEFUL"
20273   layout:
20274     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
20275     layout: "plot-latency"
20276
20277 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
20278 -
20279   type: "plot"
20280   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20281   algorithm: "plot_latency_error_bars"
20282   output-file-type: ".html"
20283   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20284   data: "plot-vpp-throughput-latency-3n-hsw"
20285   filter: "'NIC_Intel-X710' and
20286            '64B' and
20287            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20288            'NDRPDR' and
20289            '1T1C' and
20290            'IP4FWD' and
20291            not 'IPSEC' and
20292            not 'VHOST'"
20293   parameters:
20294   - "latency"
20295   - "parent"
20296   - "tags"
20297   sort:
20298   - "DOT1Q"
20299   - "IP4BASE"
20300   - "FIB_20K"
20301   - "FIB_200K"
20302   - "FIB_2M"
20303   layout:
20304     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20305     layout: "plot-latency"
20306
20307 -
20308   type: "plot"
20309   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20310   algorithm: "plot_latency_error_bars"
20311   output-file-type: ".html"
20312   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20313   data: "plot-vpp-throughput-latency-3n-hsw"
20314   filter: "'NIC_Intel-X710' and
20315            '64B' and
20316            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20317            'NDRPDR' and
20318            '2T2C' and
20319            'IP4FWD' and
20320            not 'IPSEC' and
20321            not 'VHOST'"
20322   parameters:
20323   - "latency"
20324   - "parent"
20325   - "tags"
20326   sort:
20327   - "DOT1Q"
20328   - "IP4BASE"
20329   - "FIB_20K"
20330   - "FIB_200K"
20331   - "FIB_2M"
20332   layout:
20333     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20334     layout: "plot-latency"
20335
20336 # Packet Latency - VPP IPv4 3n-hsw-x710 features
20337 -
20338   type: "plot"
20339   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20340   algorithm: "plot_latency_error_bars"
20341   output-file-type: ".html"
20342   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20343   data: "plot-vpp-throughput-latency-3n-hsw"
20344   filter: "'NIC_Intel-X710' and
20345            '64B' and
20346            ('IP4BASE' or
20347             'POLICE_MARK' or
20348             'COPWHLIST' or
20349             ('NAT44' and 'BASE') or
20350             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20351            'NDRPDR' and
20352            '1T1C' and
20353            'IP4FWD' and
20354            not 'IPSEC' and
20355            not 'VHOST'"
20356   parameters:
20357   - "latency"
20358   - "parent"
20359   - "tags"
20360   sort:
20361   - "IP4BASE"
20362   - "NAT44"
20363   - "POLICE_MARK"
20364   - "COPWHLIST"
20365   - "IACL"
20366   - "OACL"
20367   layout:
20368     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20369     layout: "plot-latency"
20370
20371 -
20372   type: "plot"
20373   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20374   algorithm: "plot_latency_error_bars"
20375   output-file-type: ".html"
20376   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20377   data: "plot-vpp-throughput-latency-3n-hsw"
20378   filter: "'NIC_Intel-X710' and
20379            '64B' and
20380            ('IP4BASE' or
20381             'POLICE_MARK' or
20382             'COPWHLIST' or
20383             ('NAT44' and 'BASE') or
20384             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20385            'NDRPDR' and
20386            '2T2C' and
20387            'IP4FWD' and
20388            not 'IPSEC' and
20389            not 'VHOST'"
20390   parameters:
20391   - "latency"
20392   - "parent"
20393   - "tags"
20394   sort:
20395   - "IP4BASE"
20396   - "NAT44"
20397   - "POLICE_MARK"
20398   - "COPWHLIST"
20399   - "IACL"
20400   - "OACL"
20401   layout:
20402     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20403     layout: "plot-latency"
20404
20405 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20406 -
20407   type: "plot"
20408   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20409   algorithm: "plot_latency_error_bars"
20410   output-file-type: ".html"
20411   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20412   data: "plot-vpp-throughput-latency-3n-hsw"
20413   filter: "'NIC_Intel-X710' and
20414            '64B' and
20415            'NDRPDR' and
20416            '1T1C' and
20417            'IP4FWD' and
20418            'NAT44' and
20419            not 'IPSEC' and
20420            not 'VHOST'"
20421   parameters:
20422   - "latency"
20423   - "parent"
20424   - "tags"
20425   sort:
20426   - "BASE"
20427   - "BASE"
20428   - "SRC_USER_10"
20429   - "SRC_USER_100"
20430   - "SRC_USER_1000"
20431   - "SRC_USER_2000"
20432   layout:
20433     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20434     layout: "plot-latency"
20435
20436 -
20437   type: "plot"
20438   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20439   algorithm: "plot_latency_error_bars"
20440   output-file-type: ".html"
20441   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20442   data: "plot-vpp-throughput-latency-3n-hsw"
20443   filter: "'NIC_Intel-X710' and
20444            '64B' and
20445            'NDRPDR' and
20446            '2T2C' and
20447            'IP4FWD' and
20448            'NAT44' and
20449            not 'IPSEC' and
20450            not 'VHOST'"
20451   parameters:
20452   - "latency"
20453   - "parent"
20454   - "tags"
20455   sort:
20456   - "BASE"
20457   - "BASE"
20458   - "SRC_USER_10"
20459   - "SRC_USER_100"
20460   - "SRC_USER_1000"
20461   - "SRC_USER_2000"
20462   layout:
20463     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
20464     layout: "plot-latency"
20465
20466 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
20467 -
20468   type: "plot"
20469   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20470   algorithm: "plot_latency_error_bars"
20471   output-file-type: ".html"
20472   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20473   data: "plot-vpp-throughput-latency-3n-hsw"
20474   filter: "'NIC_Intel-X710' and
20475            '64B' and
20476            'NDRPDR' and
20477            '1T1C' and
20478            'IP4FWD' and
20479            'IACL' and
20480            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20481            not 'IPSEC' and
20482            not 'VHOST'"
20483   parameters:
20484   - "latency"
20485   - "parent"
20486   - "tags"
20487   sort:
20488   - "ACL_STATELESS"
20489   - "ACL_STATEFUL"
20490   - "ACL_STATELESS"
20491   - "ACL_STATEFUL"
20492   layout:
20493     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
20494     layout: "plot-latency"
20495
20496 -
20497   type: "plot"
20498   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20499   algorithm: "plot_latency_error_bars"
20500   output-file-type: ".html"
20501   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20502   data: "plot-vpp-throughput-latency-3n-hsw"
20503   filter: "'NIC_Intel-X710' and
20504            '64B' and
20505            'NDRPDR' and
20506            '2T2C' and
20507            'IP4FWD' and
20508            'IACL' and
20509            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20510            not 'IPSEC' and
20511            not 'VHOST'"
20512   parameters:
20513   - "latency"
20514   - "parent"
20515   - "tags"
20516   sort:
20517   - "ACL_STATELESS"
20518   - "ACL_STATEFUL"
20519   - "ACL_STATELESS"
20520   - "ACL_STATEFUL"
20521   layout:
20522     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20523     layout: "plot-latency"
20524
20525 ## Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
20526 #-
20527 #  type: "plot"
20528 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
20529 #  algorithm: "plot_latency_error_bars"
20530 #  output-file-type: ".html"
20531 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
20532 #  data: "plot-vpp-throughput-latency-3n-hsw"
20533 #  filter: "'NIC_Intel-X710' and
20534 #           '64B' and
20535 #           'NDRPDR' and
20536 #           '1T1C' and
20537 #           'IP4FWD' and
20538 #           'OACL' and
20539 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20540 #           not 'IPSEC' and
20541 #           not 'VHOST'"
20542 #  parameters:
20543 #  - "latency"
20544 #  - "parent"
20545 #  - "tags"
20546 #  sort:
20547 #  - "ACL_STATELESS"
20548 #  - "ACL_STATEFUL"
20549 #  - "ACL_STATELESS"
20550 #  - "ACL_STATEFUL"
20551 #  layout:
20552 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
20553 #    layout: "plot-latency"
20554 #
20555 #-
20556 #  type: "plot"
20557 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
20558 #  algorithm: "plot_latency_error_bars"
20559 #  output-file-type: ".html"
20560 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
20561 #  data: "plot-vpp-throughput-latency-3n-hsw"
20562 #  filter: "'NIC_Intel-X710' and
20563 #           '64B' and
20564 #           'NDRPDR' and
20565 #           '2T2C' and
20566 #           'IP4FWD' and
20567 #           'OACL' and
20568 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20569 #           not 'IPSEC' and
20570 #           not 'VHOST'"
20571 #  parameters:
20572 #  - "latency"
20573 #  - "parent"
20574 #  - "tags"
20575 #  sort:
20576 #  - "ACL_STATELESS"
20577 #  - "ACL_STATEFUL"
20578 #  - "ACL_STATELESS"
20579 #  - "ACL_STATEFUL"
20580 #  layout:
20581 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
20582 #    layout: "plot-latency"
20583
20584 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20585 -
20586   type: "plot"
20587   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20588   algorithm: "plot_latency_error_bars"
20589   output-file-type: ".html"
20590   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20591   data: "plot-vpp-throughput-latency-3n-hsw"
20592   filter: "'NIC_Intel-XL710' and
20593            '64B' and
20594            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20595            'NDRPDR' and
20596            '1T1C' and
20597            'IP4FWD' and
20598            not 'IPSEC' and
20599            not 'VHOST'"
20600   parameters:
20601   - "latency"
20602   - "parent"
20603   - "tags"
20604   sort:
20605   - "IP4BASE"
20606   - "FIB_20K"
20607   - "FIB_200K"
20608   - "FIB_2M"
20609   layout:
20610     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
20611     layout: "plot-latency"
20612
20613 -
20614   type: "plot"
20615   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20616   algorithm: "plot_latency_error_bars"
20617   output-file-type: ".html"
20618   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20619   data: "plot-vpp-throughput-latency-3n-hsw"
20620   filter: "'NIC_Intel-XL710' and
20621            '64B' and
20622            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20623            'NDRPDR' and
20624            '2T2C' and
20625            'IP4FWD' and
20626            not 'IPSEC' and
20627            not 'VHOST'"
20628   parameters:
20629   - "latency"
20630   - "parent"
20631   - "tags"
20632   sort:
20633   - "IP4BASE"
20634   - "FIB_20K"
20635   - "FIB_200K"
20636   - "FIB_2M"
20637   layout:
20638     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
20639     layout: "plot-latency"
20640
20641 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20642 -
20643   type: "plot"
20644   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20645   algorithm: "plot_latency_error_bars"
20646   output-file-type: ".html"
20647   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20648   data: "plot-vpp-throughput-latency-3n-skx"
20649   filter: "'NIC_Intel-X710' and
20650            '64B' and
20651            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20652            'NDRPDR' and
20653            '2T1C' and
20654            'IP4FWD' and
20655            not 'IPSEC' and
20656            not 'VHOST'"
20657   parameters:
20658   - "latency"
20659   - "parent"
20660   - "tags"
20661   sort:
20662   - "IP4BASE"
20663   - "FIB_20K"
20664   - "FIB_200K"
20665   - "FIB_2M"
20666   layout:
20667     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20668     layout: "plot-latency"
20669
20670 -
20671   type: "plot"
20672   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20673   algorithm: "plot_latency_error_bars"
20674   output-file-type: ".html"
20675   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20676   data: "plot-vpp-throughput-latency-3n-skx"
20677   filter: "'NIC_Intel-X710' and
20678            '64B' and
20679            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20680            'NDRPDR' and
20681            '4T2C' and
20682            'IP4FWD' and
20683            not 'IPSEC' and
20684            not 'VHOST'"
20685   parameters:
20686   - "latency"
20687   - "parent"
20688   - "tags"
20689   sort:
20690   - "IP4BASE"
20691   - "FIB_20K"
20692   - "FIB_200K"
20693   - "FIB_2M"
20694   layout:
20695     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20696     layout: "plot-latency"
20697
20698 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20699 -
20700   type: "plot"
20701   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20702   algorithm: "plot_latency_error_bars"
20703   output-file-type: ".html"
20704   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20705   data: "plot-vpp-throughput-latency-3n-skx"
20706   filter: "'NIC_Intel-X710' and
20707            '64B' and
20708            ('IP4BASE' or
20709             'POLICE_MARK' or
20710             'COPWHLIST' or
20711             ('NAT44' and 'BASE') or
20712             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20713            'NDRPDR' and
20714            '2T1C' and
20715            'IP4FWD' and
20716            not 'IPSEC' and
20717            not 'VHOST'"
20718   parameters:
20719   - "latency"
20720   - "parent"
20721   - "tags"
20722   sort:
20723   - "IP4BASE"
20724   - "NAT44"
20725   - "POLICE_MARK"
20726   - "COPWHLIST"
20727   - "IACL"
20728   - "OACL"
20729   layout:
20730     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20731     layout: "plot-latency"
20732
20733 -
20734   type: "plot"
20735   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20736   algorithm: "plot_latency_error_bars"
20737   output-file-type: ".html"
20738   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20739   data: "plot-vpp-throughput-latency-3n-skx"
20740   filter: "'NIC_Intel-X710' and
20741            '64B' and
20742            ('IP4BASE' or
20743             'POLICE_MARK' or
20744             'COPWHLIST' or
20745             ('NAT44' and 'BASE') or
20746             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20747            'NDRPDR' and
20748            '4T2C' and
20749            'IP4FWD' and
20750            not 'IPSEC' and
20751            not 'VHOST'"
20752   parameters:
20753   - "latency"
20754   - "parent"
20755   - "tags"
20756   sort:
20757   - "IP4BASE"
20758   - "NAT44"
20759   - "POLICE_MARK"
20760   - "COPWHLIST"
20761   - "IACL"
20762   - "OACL"
20763   layout:
20764     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20765     layout: "plot-latency"
20766
20767 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20768 -
20769   type: "plot"
20770   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20771   algorithm: "plot_latency_error_bars"
20772   output-file-type: ".html"
20773   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20774   data: "plot-vpp-throughput-latency-3n-skx"
20775   filter: "'NIC_Intel-X710' and
20776            '64B' and
20777            'NDRPDR' and
20778            '2T1C' and
20779            'IP4FWD' and
20780            'NAT44' and
20781            not 'IPSEC' and
20782            not 'VHOST'"
20783   parameters:
20784   - "latency"
20785   - "parent"
20786   - "tags"
20787   sort:
20788   - "BASE"
20789   - "BASE"
20790   - "SRC_USER_10"
20791   - "SRC_USER_100"
20792   - "SRC_USER_1000"
20793   - "SRC_USER_2000"
20794   layout:
20795     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20796     layout: "plot-latency"
20797
20798 -
20799   type: "plot"
20800   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20801   algorithm: "plot_latency_error_bars"
20802   output-file-type: ".html"
20803   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20804   data: "plot-vpp-throughput-latency-3n-skx"
20805   filter: "'NIC_Intel-X710' and
20806            '64B' and
20807            'NDRPDR' and
20808            '4T2C' and
20809            'IP4FWD' and
20810            'NAT44' and
20811            not 'IPSEC' and
20812            not 'VHOST'"
20813   parameters:
20814   - "latency"
20815   - "parent"
20816   - "tags"
20817   sort:
20818   - "BASE"
20819   - "BASE"
20820   - "SRC_USER_10"
20821   - "SRC_USER_100"
20822   - "SRC_USER_1000"
20823   - "SRC_USER_2000"
20824   layout:
20825     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20826     layout: "plot-latency"
20827
20828 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20829 -
20830   type: "plot"
20831   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20832   algorithm: "plot_latency_error_bars"
20833   output-file-type: ".html"
20834   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20835   data: "plot-vpp-throughput-latency-3n-skx"
20836   filter: "'NIC_Intel-X710' and
20837            '64B' and
20838            'NDRPDR' and
20839            '2T1C' and
20840            'IP4FWD' and
20841            'IACL' and
20842            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20843            not 'IPSEC' and
20844            not 'VHOST'"
20845   parameters:
20846   - "latency"
20847   - "parent"
20848   - "tags"
20849   sort:
20850   - "ACL_STATELESS"
20851   - "ACL_STATEFUL"
20852   - "ACL_STATELESS"
20853   - "ACL_STATEFUL"
20854   layout:
20855     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20856     layout: "plot-latency"
20857
20858 -
20859   type: "plot"
20860   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20861   algorithm: "plot_latency_error_bars"
20862   output-file-type: ".html"
20863   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20864   data: "plot-vpp-throughput-latency-3n-skx"
20865   filter: "'NIC_Intel-X710' and
20866            '64B' and
20867            'NDRPDR' and
20868            '4T2C' and
20869            'IP4FWD' and
20870            'IACL' and
20871            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20872            not 'IPSEC' and
20873            not 'VHOST'"
20874   parameters:
20875   - "latency"
20876   - "parent"
20877   - "tags"
20878   sort:
20879   - "ACL_STATELESS"
20880   - "ACL_STATEFUL"
20881   - "ACL_STATELESS"
20882   - "ACL_STATEFUL"
20883   layout:
20884     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
20885     layout: "plot-latency"
20886
20887 ## Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20888 #-
20889 #  type: "plot"
20890 #  title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
20891 #  algorithm: "plot_latency_error_bars"
20892 #  output-file-type: ".html"
20893 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
20894 #  data: "plot-vpp-throughput-latency-3n-skx"
20895 #  filter: "'NIC_Intel-X710' and
20896 #           '64B' and
20897 #           'NDRPDR' and
20898 #           '2T1C' and
20899 #           'IP4FWD' and
20900 #           'OACL' and
20901 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20902 #           not 'IPSEC' and
20903 #           not 'VHOST'"
20904 #  parameters:
20905 #  - "latency"
20906 #  - "parent"
20907 #  - "tags"
20908 #  sort:
20909 #  - "ACL_STATELESS"
20910 #  - "ACL_STATEFUL"
20911 #  - "ACL_STATELESS"
20912 #  - "ACL_STATEFUL"
20913 #  layout:
20914 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
20915 #    layout: "plot-latency"
20916 #
20917 #-
20918 #  type: "plot"
20919 #  title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
20920 #  algorithm: "plot_latency_error_bars"
20921 #  output-file-type: ".html"
20922 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
20923 #  data: "plot-vpp-throughput-latency-3n-skx"
20924 #  filter: "'NIC_Intel-X710' and
20925 #           '64B' and
20926 #           'NDRPDR' and
20927 #           '4T2C' and
20928 #           'IP4FWD' and
20929 #           'OACL' and
20930 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20931 #           not 'IPSEC' and
20932 #           not 'VHOST'"
20933 #  parameters:
20934 #  - "latency"
20935 #  - "parent"
20936 #  - "tags"
20937 #  sort:
20938 #  - "ACL_STATELESS"
20939 #  - "ACL_STATEFUL"
20940 #  - "ACL_STATELESS"
20941 #  - "ACL_STATEFUL"
20942 #  layout:
20943 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
20944 #    layout: "plot-latency"
20945
20946 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20947 -
20948   type: "plot"
20949   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20950   algorithm: "plot_latency_error_bars"
20951   output-file-type: ".html"
20952   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20953   data: "plot-vpp-throughput-latency-2n-skx"
20954   filter: "'NIC_Intel-X710' and
20955            '64B' and
20956            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20957            'NDRPDR' and
20958            '2T1C' and
20959            'IP4FWD' and
20960            not 'IPSEC' and
20961            not 'VHOST'"
20962   parameters:
20963   - "latency"
20964   - "parent"
20965   - "tags"
20966   sort:
20967   - "DOT1Q"
20968   - "IP4BASE"
20969   - "FIB_20k"
20970   - "FIB_200k"
20971   - "FIB_2M"
20972   layout:
20973     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20974     layout: "plot-latency"
20975
20976 -
20977   type: "plot"
20978   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20979   algorithm: "plot_latency_error_bars"
20980   output-file-type: ".html"
20981   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20982   data: "plot-vpp-throughput-latency-2n-skx"
20983   filter: "'NIC_Intel-X710' and
20984            '64B' and
20985            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20986            'NDRPDR' and
20987            '4T2C' and
20988            'IP4FWD' and
20989            not 'IPSEC' and
20990            not 'VHOST'"
20991   parameters:
20992   - "latency"
20993   - "parent"
20994   - "tags"
20995   sort:
20996   - "DOT1Q"
20997   - "IP4BASE"
20998   - "FIB_20k"
20999   - "FIB_200k"
21000   - "FIB_2M"
21001   layout:
21002     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
21003     layout: "plot-latency"
21004
21005 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
21006 -
21007   type: "plot"
21008   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21009   algorithm: "plot_latency_error_bars"
21010   output-file-type: ".html"
21011   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21012   data: "plot-vpp-throughput-latency-2n-skx"
21013   filter: "'NIC_Intel-XXV710' and
21014            '64B' and
21015            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21016            'NDRPDR' and
21017            '2T1C' and
21018            'IP4FWD' and
21019            not 'IPSEC' and
21020            not 'VHOST'"
21021   parameters:
21022   - "latency"
21023   - "parent"
21024   - "tags"
21025   sort:
21026   - "DOT1Q"
21027   - "IP4BASE"
21028   - "FIB_20k"
21029   - "FIB_200k"
21030   - "FIB_2M"
21031   layout:
21032     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
21033     layout: "plot-latency"
21034
21035 -
21036   type: "plot"
21037   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21038   algorithm: "plot_latency_error_bars"
21039   output-file-type: ".html"
21040   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21041   data: "plot-vpp-throughput-latency-2n-skx"
21042   filter: "'NIC_Intel-XXV710' and
21043            '64B' and
21044            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21045            'NDRPDR' and
21046            '4T2C' and
21047            'IP4FWD' and
21048            not 'IPSEC' and
21049            not 'VHOST'"
21050   parameters:
21051   - "latency"
21052   - "parent"
21053   - "tags"
21054   sort:
21055   - "DOT1Q"
21056   - "IP4BASE"
21057   - "FIB_20k"
21058   - "FIB_200k"
21059   - "FIB_2M"
21060   layout:
21061     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
21062     layout: "plot-latency"
21063
21064 ################################################################################
21065
21066 ## Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
21067 #-
21068 #  type: "plot"
21069 #  title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21070 #  algorithm: "plot_latency_error_bars"
21071 #  output-file-type: ".html"
21072 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21073 #  data: "plot-vpp-throughput-latency-3n-hsw"
21074 #  filter: "'NIC_Intel-X520-DA2' and
21075 #           '64B' and
21076 #           'ENCAP' and
21077 #           'NDRPDR' and
21078 #           '1T1C' and
21079 #           ('VXLAN' or 'LISP') and
21080 #           not 'VHOST' and
21081 #           not 'IPSECHW'"
21082 #  parameters:
21083 #  - "latency"
21084 #  - "parent"
21085 #  - "tags"
21086 #  sort:
21087 #  - "not DOT1Q"
21088 #  - "VXLAN_1"
21089 #  - "VXLAN_10"
21090 #  - "VXLAN_100"
21091 #  - "VXLAN_1000"
21092 #  layout:
21093 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21094 #    layout: "plot-latency"
21095 #
21096 #-
21097 #  type: "plot"
21098 #  title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21099 #  algorithm: "plot_latency_error_bars"
21100 #  output-file-type: ".html"
21101 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21102 #  data: "plot-vpp-throughput-latency-3n-hsw"
21103 #  filter: "'NIC_Intel-X520-DA2' and
21104 #           '64B' and
21105 #           'ENCAP' and
21106 #           'NDRPDR' and
21107 #           '2T2C' and
21108 #           ('VXLAN' or 'LISP') and
21109 #           not 'VHOST' and
21110 #           not 'IPSECHW'"
21111 #  parameters:
21112 #  - "latency"
21113 #  - "parent"
21114 #  - "tags"
21115 #  sort:
21116 #  - "not DOT1Q"
21117 #  - "VXLAN_1"
21118 #  - "VXLAN_10"
21119 #  - "VXLAN_100"
21120 #  - "VXLAN_1000"
21121 #  layout:
21122 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21123 #    layout: "plot-latency"
21124
21125 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
21126 -
21127   type: "plot"
21128   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21129   algorithm: "plot_latency_error_bars"
21130   output-file-type: ".html"
21131   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21132   data: "plot-vpp-throughput-latency-3n-hsw"
21133   filter: "'NIC_Intel-X520-DA2' and
21134            '64B' and
21135            'ENCAP' and
21136            'NDRPDR' and
21137            '1T1C' and
21138            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21139            not 'DOT1Q' and
21140            not 'VHOST' and
21141            not 'IPSECHW'"
21142   parameters:
21143   - "latency"
21144   - "parent"
21145   - "tags"
21146 #  sort:
21147 #  - "L2BDMACLRN"
21148 #  - "L2XCFWD"
21149 #  - "LISP"
21150   layout:
21151     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
21152     layout: "plot-latency"
21153
21154 -
21155   type: "plot"
21156   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21157   algorithm: "plot_latency_error_bars"
21158   output-file-type: ".html"
21159   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21160   data: "plot-vpp-throughput-latency-3n-hsw"
21161   filter: "'NIC_Intel-X520-DA2' and
21162            '64B' and
21163            'ENCAP' and
21164            'NDRPDR' and
21165            '2T2C' and
21166            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21167            not 'DOT1Q' and
21168            not 'VHOST' and
21169            not 'IPSECHW'"
21170   parameters:
21171   - "latency"
21172   - "parent"
21173   - "tags"
21174   sort:
21175   - "L2BDMACLRN"
21176   - "L2XCFWD"
21177   - "LISP"
21178   layout:
21179     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
21180     layout: "plot-latency"
21181
21182 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
21183 -
21184   type: "plot"
21185   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21186   algorithm: "plot_latency_error_bars"
21187   output-file-type: ".html"
21188   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21189   data: "plot-vpp-throughput-latency-3n-hsw"
21190   filter: "'NIC_Intel-X710' and
21191            '64B' and
21192            'ENCAP' and
21193            'NDRPDR' and
21194            '1T1C' and
21195            ('VXLAN' or 'LISP') and
21196            not 'VHOST' and
21197            not 'IPSECHW'"
21198   parameters:
21199   - "latency"
21200   - "parent"
21201   - "tags"
21202   sort:
21203   - "LISP"
21204   - "VXLAN_1"
21205   - "VXLAN_10"
21206   - "VXLAN_100"
21207   - "VXLAN_1000"
21208   layout:
21209     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21210     layout: "plot-latency"
21211
21212 -
21213   type: "plot"
21214   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21215   algorithm: "plot_latency_error_bars"
21216   output-file-type: ".html"
21217   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21218   data: "plot-vpp-throughput-latency-3n-hsw"
21219   filter: "'NIC_Intel-X710' and
21220            '64B' and
21221            'ENCAP' and
21222            'NDRPDR' and
21223            '2T2C' and
21224            ('VXLAN' or 'LISP') and
21225            not 'VHOST' and
21226            not 'IPSECHW'"
21227   parameters:
21228   - "latency"
21229   - "parent"
21230   - "tags"
21231   sort:
21232   - "LISP"
21233   - "VXLAN_1"
21234   - "VXLAN_10"
21235   - "VXLAN_100"
21236   - "VXLAN_1000"
21237   layout:
21238     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21239     layout: "plot-latency"
21240
21241 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
21242 -
21243   type: "plot"
21244   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21245   algorithm: "plot_latency_error_bars"
21246   output-file-type: ".html"
21247   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21248   data: "plot-vpp-throughput-latency-3n-hsw"
21249   filter: "'NIC_Intel-X710' and
21250            '64B' and
21251            'ENCAP' and
21252            'NDRPDR' and
21253            '1T1C' and
21254            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21255            not 'DOT1Q' and
21256            not 'VHOST' and
21257            not 'IPSECHW'"
21258   parameters:
21259   - "latency"
21260   - "parent"
21261   - "tags"
21262   sort:
21263   - "L2BDMACLRN"
21264   - "L2XCFWD"
21265   - "LISP"
21266   layout:
21267     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21268     layout: "plot-latency"
21269
21270 -
21271   type: "plot"
21272   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21273   algorithm: "plot_latency_error_bars"
21274   output-file-type: ".html"
21275   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21276   data: "plot-vpp-throughput-latency-3n-hsw"
21277   filter: "'NIC_Intel-X710' and
21278            '64B' and
21279            'ENCAP' and
21280            'NDRPDR' and
21281            '2T2C' and
21282            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21283            not 'DOT1Q' and
21284            not 'VHOST' and
21285            not 'IPSECHW'"
21286   parameters:
21287   - "latency"
21288   - "parent"
21289   - "tags"
21290   sort:
21291   - "L2BDMACLRN"
21292   - "L2XCFWD"
21293   - "LISP"
21294   layout:
21295     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21296     layout: "plot-latency"
21297
21298 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
21299 -
21300   type: "plot"
21301   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21302   algorithm: "plot_latency_error_bars"
21303   output-file-type: ".html"
21304   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21305   data: "plot-vpp-throughput-latency-3n-skx"
21306   filter: "'NIC_Intel-X710' and
21307            '64B' and
21308            'ENCAP' and
21309            'NDRPDR' and
21310            '2T1C' and
21311            ('VXLAN' or 'LISP') and
21312            not 'VHOST' and
21313            not 'IPSECHW'"
21314   parameters:
21315   - "latency"
21316   - "parent"
21317   - "tags"
21318   sort:
21319   - "LISP"
21320   - "VXLAN_1"
21321   - "VXLAN_10"
21322   - "VXLAN_100"
21323   - "VXLAN_1000"
21324   layout:
21325     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21326     layout: "plot-latency"
21327
21328 -
21329   type: "plot"
21330   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21331   algorithm: "plot_latency_error_bars"
21332   output-file-type: ".html"
21333   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21334   data: "plot-vpp-throughput-latency-3n-skx"
21335   filter: "'NIC_Intel-X710' and
21336            '64B' and
21337            'ENCAP' and
21338            'NDRPDR' and
21339            '4T2C' and
21340            ('VXLAN' or 'LISP') and
21341            not 'VHOST' and
21342            not 'IPSECHW'"
21343   parameters:
21344   - "latency"
21345   - "parent"
21346   - "tags"
21347   sort:
21348   - "LISP"
21349   - "VXLAN_1"
21350   - "VXLAN_10"
21351   - "VXLAN_100"
21352   - "VXLAN_1000"
21353   layout:
21354     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21355     layout: "plot-latency"
21356
21357 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
21358 -
21359   type: "plot"
21360   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21361   algorithm: "plot_latency_error_bars"
21362   output-file-type: ".html"
21363   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21364   data: "plot-vpp-throughput-latency-3n-skx"
21365   filter: "'NIC_Intel-X710' and
21366            '64B' and
21367            'ENCAP' and
21368            'NDRPDR' and
21369            '2T1C' and
21370            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21371            not 'DOT1Q' and
21372            not 'VHOST' and
21373            not 'IPSECHW'"
21374   parameters:
21375   - "latency"
21376   - "parent"
21377   - "tags"
21378   sort:
21379   - "L2BDMACLRN"
21380   - "L2XCFWD"
21381   - "LISP"
21382   layout:
21383     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
21384     layout: "plot-latency"
21385
21386 -
21387   type: "plot"
21388   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21389   algorithm: "plot_latency_error_bars"
21390   output-file-type: ".html"
21391   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21392   data: "plot-vpp-throughput-latency-3n-skx"
21393   filter: "'NIC_Intel-X710' and
21394            '64B' and
21395            'ENCAP' and
21396            'NDRPDR' and
21397            '4T2C' and
21398            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21399            not 'DOT1Q' and
21400            not 'VHOST' and
21401            not 'IPSECHW'"
21402   parameters:
21403   - "latency"
21404   - "parent"
21405   - "tags"
21406   sort:
21407   - "L2BDMACLRN"
21408   - "L2XCFWD"
21409   - "LISP"
21410   layout:
21411     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
21412     layout: "plot-latency"
21413
21414 ################################################################################
21415
21416 # Packet Latency - VPP IPv6 3n-hsw-x520
21417 -
21418   type: "plot"
21419   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21420   algorithm: "plot_latency_error_bars"
21421   output-file-type: ".html"
21422   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21423   data: "plot-vpp-throughput-latency-3n-hsw"
21424   filter: "'NIC_Intel-X520-DA2' and
21425            '78B' and
21426            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21427            'NDRPDR' and
21428            '1T1C' and
21429            'IP6FWD' and
21430            not 'SRv6' and
21431            not 'IPSEC' and
21432            not 'VHOST'"
21433   parameters:
21434   - "latency"
21435   - "parent"
21436   - "tags"
21437   sort:
21438   - "IP6BASE"
21439   - "FIB_20K"
21440   - "FIB_200K"
21441   - "FIB_2M"
21442   layout:
21443     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
21444     layout: "plot-latency"
21445
21446 -
21447   type: "plot"
21448   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21449   algorithm: "plot_latency_error_bars"
21450   output-file-type: ".html"
21451   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21452   data: "plot-vpp-throughput-latency-3n-hsw"
21453   filter: "'NIC_Intel-X520-DA2' and
21454            '78B' and
21455            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21456            'NDRPDR' and
21457            '2T2C' and
21458            'IP6FWD' and
21459            not 'SRv6' and
21460            not 'IPSEC' and
21461            not 'VHOST'"
21462   parameters:
21463   - "latency"
21464   - "parent"
21465   - "tags"
21466   sort:
21467   - "IP6BASE"
21468   - "FIB_20K"
21469   - "FIB_200K"
21470   - "FIB_2M"
21471   layout:
21472     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
21473     layout: "plot-latency"
21474
21475 # Packet Latency - VPP IPv6 3n-hsw-x710
21476 -
21477   type: "plot"
21478   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21479   algorithm: "plot_latency_error_bars"
21480   output-file-type: ".html"
21481   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21482   data: "plot-vpp-throughput-latency-3n-hsw"
21483   filter: "'NIC_Intel-X710' and
21484            '78B' and
21485            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21486            'NDRPDR' and
21487            '1T1C' and
21488            'IP6FWD' and
21489            not 'SRv6' and
21490            not 'IPSEC' and
21491            not 'VHOST'"
21492   parameters:
21493   - "latency"
21494   - "parent"
21495   - "tags"
21496   sort:
21497   - "IP6BASE"
21498   - "FIB_20K"
21499   - "FIB_200K"
21500   - "FIB_2M"
21501   layout:
21502     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
21503     layout: "plot-latency"
21504
21505 -
21506   type: "plot"
21507   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21508   algorithm: "plot_latency_error_bars"
21509   output-file-type: ".html"
21510   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21511   data: "plot-vpp-throughput-latency-3n-hsw"
21512   filter: "'NIC_Intel-X710' and
21513            '78B' and
21514            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21515            'NDRPDR' and
21516            '2T2C' and
21517            'IP6FWD' and
21518            not 'SRv6' and
21519            not 'IPSEC' and
21520            not 'VHOST'"
21521   parameters:
21522   - "latency"
21523   - "parent"
21524   - "tags"
21525   sort:
21526   - "IP6BASE"
21527   - "FIB_20K"
21528   - "FIB_200K"
21529   - "FIB_2M"
21530   layout:
21531     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21532     layout: "plot-latency"
21533
21534 # Packet Latency - VPP IPv6 3n-hsw-xl710
21535 -
21536   type: "plot"
21537   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
21538   algorithm: "plot_latency_error_bars"
21539   output-file-type: ".html"
21540   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
21541   data: "plot-vpp-throughput-latency-3n-hsw"
21542   filter: "'NIC_Intel-XL710' and
21543            '78B' and
21544            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21545            'NDRPDR' and
21546            '1T1C' and
21547            'IP6FWD' and
21548            not 'SRv6' and
21549            not 'IPSEC' and
21550            not 'VHOST'"
21551   parameters:
21552   - "latency"
21553   - "parent"
21554   - "tags"
21555   sort:
21556   - "IP6BASE"
21557   - "FIB_20K"
21558   - "FIB_200K"
21559   - "FIB_2M"
21560   layout:
21561     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
21562     layout: "plot-latency"
21563
21564 -
21565   type: "plot"
21566   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
21567   algorithm: "plot_latency_error_bars"
21568   output-file-type: ".html"
21569   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
21570   data: "plot-vpp-throughput-latency-3n-hsw"
21571   filter: "'NIC_Intel-XL710' and
21572            '78B' and
21573            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21574            'NDRPDR' and
21575            '2T2C' and
21576            'IP6FWD' and
21577            not 'SRv6' and
21578            not 'IPSEC' and
21579            not 'VHOST'"
21580   parameters:
21581   - "latency"
21582   - "parent"
21583   - "tags"
21584   sort:
21585   - "IP6BASE"
21586   - "FIB_20K"
21587   - "FIB_200K"
21588   - "FIB_2M"
21589   layout:
21590     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
21591     layout: "plot-latency"
21592
21593 # Packet Latency - VPP IPv6 3n-skx-x710
21594 -
21595   type: "plot"
21596   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21597   algorithm: "plot_latency_error_bars"
21598   output-file-type: ".html"
21599   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21600   data: "plot-vpp-throughput-latency-3n-skx"
21601   filter: "'NIC_Intel-X710' and
21602            '78B' and
21603            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21604            'NDRPDR' and
21605            '2T1C' and
21606            'IP6FWD' and
21607            not 'SRv6' and
21608            not 'IPSEC' and
21609            not 'VHOST'"
21610   parameters:
21611   - "latency"
21612   - "parent"
21613   - "tags"
21614   sort:
21615   - "IP6BASE"
21616   - "FIB_20K"
21617   - "FIB_200K"
21618   - "FIB_2M"
21619   layout:
21620     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
21621     layout: "plot-latency"
21622
21623 -
21624   type: "plot"
21625   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21626   algorithm: "plot_latency_error_bars"
21627   output-file-type: ".html"
21628   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21629   data: "plot-vpp-throughput-latency-3n-skx"
21630   filter: "'NIC_Intel-X710' and
21631            '78B' and
21632            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21633            'NDRPDR' and
21634            '4T2C' and
21635            'IP6FWD' and
21636            not 'SRv6' and
21637            not 'IPSEC' and
21638            not 'VHOST'"
21639   parameters:
21640   - "latency"
21641   - "parent"
21642   - "tags"
21643   sort:
21644   - "IP6BASE"
21645   - "FIB_20K"
21646   - "FIB_200K"
21647   - "FIB_2M"
21648   layout:
21649     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
21650     layout: "plot-latency"
21651
21652 # Packet Latency - VPP IPv6 2n-skx-x710
21653 -
21654   type: "plot"
21655   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21656   algorithm: "plot_latency_error_bars"
21657   output-file-type: ".html"
21658   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21659   data: "plot-vpp-throughput-latency-2n-skx"
21660   filter: "'NIC_Intel-X710' and
21661            '78B' and
21662            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21663            'NDRPDR' and
21664            '2T1C' and
21665            'IP6FWD' and
21666            not 'SRv6' and
21667            not 'IPSEC' and
21668            not 'VHOST'"
21669   parameters:
21670   - "latency"
21671   - "parent"
21672   - "tags"
21673   sort:
21674   - "IP6BASE"
21675   - "FIB_20k"
21676   - "FIB_200k"
21677   - "FIB_2M"
21678   layout:
21679     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21680     layout: "plot-latency"
21681
21682 -
21683   type: "plot"
21684   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21685   algorithm: "plot_latency_error_bars"
21686   output-file-type: ".html"
21687   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21688   data: "plot-vpp-throughput-latency-2n-skx"
21689   filter: "'NIC_Intel-X710' and
21690            '78B' and
21691            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21692            'NDRPDR' and
21693            '4T2C' and
21694            'IP6FWD' and
21695            not 'SRv6' and
21696            not 'IPSEC' and
21697            not 'VHOST'"
21698   parameters:
21699   - "latency"
21700   - "parent"
21701   - "tags"
21702   sort:
21703   - "IP6BASE"
21704   - "FIB_20k"
21705   - "FIB_200k"
21706   - "FIB_2M"
21707   layout:
21708     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21709     layout: "plot-latency"
21710
21711 # Packet Latency - VPP IPv6 2n-skx-xxv710
21712 -
21713   type: "plot"
21714   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21715   algorithm: "plot_latency_error_bars"
21716   output-file-type: ".html"
21717   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21718   data: "plot-vpp-throughput-latency-2n-skx"
21719   filter: "'NIC_Intel-XXV710' and
21720            '78B' and
21721            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21722            'NDRPDR' and
21723            '2T1C' and
21724            'IP6FWD' and
21725            not 'SRv6' and
21726            not 'IPSEC' and
21727            not 'VHOST'"
21728   parameters:
21729   - "latency"
21730   - "parent"
21731   - "tags"
21732   sort:
21733   - "IP6BASE"
21734   - "FIB_20k"
21735   - "FIB_200k"
21736   - "FIB_2M"
21737   layout:
21738     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21739     layout: "plot-latency"
21740
21741 -
21742   type: "plot"
21743   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21744   algorithm: "plot_latency_error_bars"
21745   output-file-type: ".html"
21746   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21747   data: "plot-vpp-throughput-latency-2n-skx"
21748   filter: "'NIC_Intel-XXV710' and
21749            '78B' and
21750            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21751            'NDRPDR' and
21752            '4T2C' and
21753            'IP6FWD' and
21754            not 'SRv6' and
21755            not 'IPSEC' and
21756            not 'VHOST'"
21757   parameters:
21758   - "latency"
21759   - "parent"
21760   - "tags"
21761   sort:
21762   - "IP6BASE"
21763   - "FIB_20k"
21764   - "FIB_200k"
21765   - "FIB_2M"
21766   layout:
21767     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21768     layout: "plot-latency"
21769
21770 ################################################################################
21771
21772 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21773 -
21774   type: "plot"
21775   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21776   algorithm: "plot_latency_error_bars"
21777   output-file-type: ".html"
21778   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21779   data: "plot-vpp-throughput-latency-3n-hsw"
21780   filter: "'NIC_Intel-X520-DA2' and
21781            '78B' and
21782            'ENCAP' and
21783            'NDRPDR' and
21784            '1T1C' and
21785            'LISP' and
21786            not 'VHOST'"
21787   parameters:
21788   - "latency"
21789   - "parent"
21790   - "tags"
21791   sort:
21792   - "IP4UNRLAY"
21793   - "IP6UNRLAY"
21794   layout:
21795     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
21796     layout: "plot-latency"
21797
21798 -
21799   type: "plot"
21800   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21801   algorithm: "plot_latency_error_bars"
21802   output-file-type: ".html"
21803   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21804   data: "plot-vpp-throughput-latency-3n-hsw"
21805   filter: "'NIC_Intel-X520-DA2' and
21806            '78B' and
21807            'ENCAP' and
21808            'NDRPDR' and
21809            '2T2C' and
21810            'LISP' and
21811            not 'VHOST'"
21812   parameters:
21813   - "latency"
21814   - "parent"
21815   - "tags"
21816   sort:
21817   - "IP4UNRLAY"
21818   - "IP6UNRLAY"
21819   layout:
21820     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
21821     layout: "plot-latency"
21822
21823 ################################################################################
21824
21825 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21826 -
21827   type: "plot"
21828   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21829   algorithm: "plot_latency_error_bars"
21830   output-file-type: ".html"
21831   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21832   data: "plot-vpp-throughput-latency-3n-hsw"
21833   filter: "'NIC_Intel-XL710' and
21834            '64B' and
21835            'IP4FWD' and
21836            'NDRPDR' and
21837            'BASE' and
21838            '1T1C' and
21839            'IPSECHW' and
21840            ('IPSECTRAN' or 'IPSECTUN') and
21841            not 'VHOST'"
21842   parameters:
21843   - "latency"
21844   - "parent"
21845   - "tags"
21846   layout:
21847     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21848     layout: "plot-latency"
21849
21850 -
21851   type: "plot"
21852   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21853   algorithm: "plot_latency_error_bars"
21854   output-file-type: ".html"
21855   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21856   data: "plot-vpp-throughput-latency-3n-hsw"
21857   filter: "'NIC_Intel-XL710' and
21858            '64B' and
21859            'IP4FWD' and
21860            'NDRPDR' and
21861            'BASE' and
21862            '2T2C' and
21863            'IPSECHW' and
21864            ('IPSECTRAN' or 'IPSECTUN') and
21865            not 'VHOST'"
21866   parameters:
21867   - "latency"
21868   - "parent"
21869   - "tags"
21870   layout:
21871     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21872     layout: "plot-latency"
21873
21874 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21875 -
21876   type: "plot"
21877   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21878   algorithm: "plot_latency_error_bars"
21879   output-file-type: ".html"
21880   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21881   data: "plot-vpp-throughput-latency-3n-hsw"
21882   filter: "'NIC_Intel-XL710' and
21883            '64B' and
21884            'IP4FWD' and
21885            'NDRPDR' and
21886            'SCALE' and
21887            '1T1C' and
21888            'IPSECHW' and
21889            ('IPSECTRAN' or 'IPSECTUN') and
21890            not 'VHOST'"
21891   parameters:
21892   - "latency"
21893   - "parent"
21894   - "tags"
21895   layout:
21896     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
21897     layout: "plot-latency"
21898
21899 -
21900   type: "plot"
21901   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21902   algorithm: "plot_latency_error_bars"
21903   output-file-type: ".html"
21904   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21905   data: "plot-vpp-throughput-latency-3n-hsw"
21906   filter: "'NIC_Intel-XL710' and
21907            '64B' and
21908            'IP4FWD' and
21909            'NDRPDR' and
21910            'SCALE' and
21911            '2T2C' and
21912            'IPSECHW' and
21913            ('IPSECTRAN' or 'IPSECTUN') and
21914            not 'VHOST'"
21915   parameters:
21916   - "latency"
21917   - "parent"
21918   - "tags"
21919   layout:
21920     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
21921     layout: "plot-latency"
21922
21923 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
21924 -
21925   type: "plot"
21926   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21927   algorithm: "plot_latency_error_bars"
21928   output-file-type: ".html"
21929   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21930   data: "plot-vpp-throughput-latency-3n-hsw"
21931   filter: "'NIC_Intel-XL710' and
21932            '64B' and
21933            'IP4FWD' and
21934            'NDRPDR' and
21935            '1T1C' and
21936            'IPSECSW' and
21937            ('IPSECTRAN' or 'IPSECTUN') and
21938            not 'VHOST'"
21939   parameters:
21940   - "latency"
21941   - "parent"
21942   - "tags"
21943   layout:
21944     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
21945     layout: "plot-latency"
21946
21947 -
21948   type: "plot"
21949   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21950   algorithm: "plot_latency_error_bars"
21951   output-file-type: ".html"
21952   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21953   data: "plot-vpp-throughput-latency-3n-hsw"
21954   filter: "'NIC_Intel-XL710' and
21955            '64B' and
21956            'IP4FWD' and
21957            'NDRPDR' and
21958            '2T2C' and
21959            'IPSECSW' and
21960            ('IPSECTRAN' or 'IPSECTUN') and
21961            not 'VHOST'"
21962   parameters:
21963   - "latency"
21964   - "parent"
21965   - "tags"
21966   layout:
21967     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
21968     layout: "plot-latency"
21969
21970 ################################################################################
21971
21972 # Packet Latency - VPP SRv6 3n-hsw-x520
21973 -
21974   type: "plot"
21975   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21976   algorithm: "plot_latency_error_bars"
21977   output-file-type: ".html"
21978   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21979   data: "plot-vpp-throughput-latency-3n-hsw"
21980   filter: "'NIC_Intel-X520-DA2' and
21981            '78B' and
21982            'FEATURE' and
21983            'NDRPDR' and
21984            '1T1C' and
21985            'IP6FWD' and
21986            'SRv6'"
21987   parameters:
21988   - "latency"
21989   - "parent"
21990   - "tags"
21991   layout:
21992     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
21993     layout: "plot-latency"
21994
21995 -
21996   type: "plot"
21997   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21998   algorithm: "plot_latency_error_bars"
21999   output-file-type: ".html"
22000   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
22001   data: "plot-vpp-throughput-latency-3n-hsw"
22002   filter: "'NIC_Intel-X520-DA2' and
22003            '78B' and
22004            'FEATURE' and
22005            'NDRPDR' and
22006            '2T2C' and
22007            'IP6FWD' and
22008            'SRv6'"
22009   parameters:
22010   - "latency"
22011   - "parent"
22012   - "tags"
22013   layout:
22014     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
22015     layout: "plot-latency"
22016
22017 ################################################################################
22018
22019 # Packet Latency - VPP vhost ip4 3n-hsw-x520
22020 -
22021   type: "plot"
22022   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22023   algorithm: "plot_latency_error_bars"
22024   output-file-type: ".html"
22025   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22026   data: "plot-vpp-throughput-latency-3n-hsw"
22027   filter: "'NIC_Intel-X520-DA2' and
22028            '64B' and
22029            'NDRPDR' and
22030            'ETH' and
22031            'IP4FWD' and
22032            '1T1C' and
22033            'VHOST_1024' and
22034            not 'VXLAN' and
22035            not 'DOT1Q'"
22036   parameters:
22037   - "latency"
22038   - "parent"
22039   - "tags"
22040   sort:
22041   - "not CFS_OPT"
22042   - "1VM"
22043   - "2VM"
22044   layout:
22045     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
22046     layout: "plot-latency"
22047
22048 -
22049   type: "plot"
22050   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22051   algorithm: "plot_latency_error_bars"
22052   output-file-type: ".html"
22053   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22054   data: "plot-vpp-throughput-latency-3n-hsw"
22055   filter: "'NIC_Intel-X520-DA2' and
22056            '64B' and
22057            'NDRPDR' and
22058            'ETH' and
22059            'IP4FWD' and
22060            '2T2C' and
22061            'VHOST_1024' and
22062            not 'VXLAN' and
22063            not 'DOT1Q'"
22064   parameters:
22065   - "latency"
22066   - "parent"
22067   - "tags"
22068   sort:
22069   - "not CFS_OPT"
22070   - "1VM"
22071   - "2VM"
22072   layout:
22073     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
22074     layout: "plot-latency"
22075
22076 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
22077 -
22078   type: "plot"
22079   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22080   algorithm: "plot_latency_error_bars"
22081   output-file-type: ".html"
22082   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22083   data: "plot-vpp-throughput-latency-3n-hsw"
22084   filter: "'NIC_Intel-X520-DA2' and
22085            '64B' and
22086            'NDRPDR' and
22087            ('ETH' or 'DOT1Q') and
22088            '1T1C' and
22089            'L2BDMACLRN' and
22090            'VHOST_1024' and
22091            not 'VXLAN' and
22092            not 'IP4FWD' and
22093            not '2VM'"
22094   parameters:
22095   - "latency"
22096   - "parent"
22097   - "tags"
22098 #  sort:
22099 #  - "VM"  # "not CFS_OPT"
22100 #  - "CFS_OPT"
22101 #  - "FIB_10K"
22102 #  - "FIB_100K"
22103 #  - "FIB_1M"
22104   layout:
22105     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
22106     layout: "plot-latency"
22107
22108 -
22109   type: "plot"
22110   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22111   algorithm: "plot_latency_error_bars"
22112   output-file-type: ".html"
22113   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22114   data: "plot-vpp-throughput-latency-3n-hsw"
22115   filter: "'NIC_Intel-X520-DA2' and
22116            '64B' and
22117            'NDRPDR' and
22118            ('ETH' or 'DOT1Q') and
22119            '2T2C' and
22120            'L2BDMACLRN' and
22121            'VHOST_1024' and
22122            not 'VXLAN' and
22123            not 'IP4FWD' and
22124            not '2VM'"
22125   parameters:
22126   - "latency"
22127   - "parent"
22128   - "tags"
22129 #  sort:
22130 #  - "VM"  # "not CFS_OPT"
22131 #  - "CFS_OPT"
22132 #  - "FIB_10K"
22133 #  - "FIB_100K"
22134 #  - "FIB_1M"
22135   layout:
22136     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
22137     layout: "plot-latency"
22138
22139 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
22140 -
22141   type: "plot"
22142   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22143   algorithm: "plot_latency_error_bars"
22144   output-file-type: ".html"
22145   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22146   data: "plot-vpp-throughput-latency-3n-hsw"
22147   filter: "'NIC_Intel-X520-DA2' and
22148            '64B' and
22149            'NDRPDR' and
22150            ('ETH' or 'DOT1Q') and
22151            'BASE' and
22152            '1T1C' and
22153            ('L2BDMACLRN' or 'L2XCFWD') and
22154            'VHOST_1024' and
22155            not 'VXLAN' and
22156            not 'IP4FWD' and
22157            not '2VM'"
22158   parameters:
22159   - "latency"
22160   - "parent"
22161   - "tags"
22162 #  sort:
22163 #  - "not CFS_OPT"
22164 #  - "L2XCFWD"
22165 #  - "not CFS_OPT"
22166 #  - "CFS_OPT"
22167   layout:
22168     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
22169     layout: "plot-latency"
22170
22171 -
22172   type: "plot"
22173   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22174   algorithm: "plot_latency_error_bars"
22175   output-file-type: ".html"
22176   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22177   data: "plot-vpp-throughput-latency-3n-hsw"
22178   filter: "'NIC_Intel-X520-DA2' and
22179            '64B' and
22180            'NDRPDR' and
22181            ('ETH' or 'DOT1Q') and
22182            'BASE' and
22183            '2T2C' and
22184            ('L2BDMACLRN' or 'L2XCFWD') and
22185            'VHOST_1024' and
22186            not 'VXLAN' and
22187            not 'IP4FWD' and
22188            not '2VM'"
22189   parameters:
22190   - "latency"
22191   - "parent"
22192   - "tags"
22193 #  sort:
22194 #  - "not CFS_OPT"
22195 #  - "L2XCFWD"
22196 #  - "not CFS_OPT"
22197 #  - "CFS_OPT"
22198   layout:
22199     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
22200     layout: "plot-latency"
22201
22202 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
22203 -
22204   type: "plot"
22205   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
22206   algorithm: "plot_latency_error_bars"
22207   output-file-type: ".html"
22208   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
22209   data: "plot-vpp-throughput-latency-3n-hsw"
22210   filter: "'NIC_Intel-X520-DA2' and
22211            '64B' and
22212            'NDRPDR' and
22213            ('ETH' or 'DOT1Q') and
22214            '1T1C' and
22215            ('L2BDMACLRN' or 'L2XCFWD') and
22216            'VHOST_1024' and
22217            not 'CFS_OPT' and
22218            not 'VXLAN' and
22219            not 'IP4FWD' and
22220            not 'LBOND'"
22221   parameters:
22222   - "latency"
22223   - "parent"
22224   - "tags"
22225 #  sort:
22226 #  - "1VM"
22227 #  - "L2XCFWD"
22228 #  - "1VM"
22229 #  - "L2BDMACLRN"
22230   layout:
22231     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
22232     layout: "plot-latency"
22233
22234 -
22235   type: "plot"
22236   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
22237   algorithm: "plot_latency_error_bars"
22238   output-file-type: ".html"
22239   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
22240   data: "plot-vpp-throughput-latency-3n-hsw"
22241   filter: "'NIC_Intel-X520-DA2' and
22242            '64B' and
22243            'NDRPDR' and
22244            ('ETH' or 'DOT1Q') and
22245            '2T2C' and
22246            ('L2BDMACLRN' or 'L2XCFWD') and
22247            'VHOST_1024' and
22248            not 'CFS_OPT' and
22249            not 'VXLAN' and
22250            not 'IP4FWD' and
22251            not 'LBOND'"
22252   parameters:
22253   - "latency"
22254   - "parent"
22255   - "tags"
22256 #  sort:
22257 #  - "1VM"
22258 #  - "L2XCFWD"
22259 #  - "1VM"
22260 #  - "L2BDMACLRN"
22261   layout:
22262     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
22263     layout: "plot-latency"
22264
22265 # Packet Latency - VPP vhost ip4 3n-hsw-x710
22266 -
22267   type: "plot"
22268   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22269   algorithm: "plot_latency_error_bars"
22270   output-file-type: ".html"
22271   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22272   data: "plot-vpp-throughput-latency-3n-hsw"
22273   filter: "'NIC_Intel-X710' and
22274            '64B' and
22275            'NDRPDR' and
22276            'ETH' and
22277            'IP4FWD' and
22278            '1T1C' and
22279            'VHOST_1024' and
22280            not 'VXLAN' and
22281            not 'DOT1Q'"
22282   parameters:
22283   - "latency"
22284   - "parent"
22285   - "tags"
22286   sort:
22287   - "not CFS_OPT"
22288   - "1VM"
22289   - "2VM"
22290   layout:
22291     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22292     layout: "plot-latency"
22293
22294 -
22295   type: "plot"
22296   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22297   algorithm: "plot_latency_error_bars"
22298   output-file-type: ".html"
22299   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22300   data: "plot-vpp-throughput-latency-3n-hsw"
22301   filter: "'NIC_Intel-X710' and
22302            '64B' and
22303            'NDRPDR' and
22304            'ETH' and
22305            'IP4FWD' and
22306            '2T2C' and
22307            'VHOST_1024' and
22308            not 'VXLAN' and
22309            not 'DOT1Q'"
22310   parameters:
22311   - "latency"
22312   - "parent"
22313   - "tags"
22314   sort:
22315   - "not CFS_OPT"
22316   - "1VM"
22317   - "2VM"
22318   layout:
22319     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22320     layout: "plot-latency"
22321
22322 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
22323 -
22324   type: "plot"
22325   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22326   algorithm: "plot_latency_error_bars"
22327   output-file-type: ".html"
22328   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22329   data: "plot-vpp-throughput-latency-3n-hsw"
22330   filter: "'NIC_Intel-X710' and
22331            '64B' and
22332            'NDRPDR' and
22333            ('ETH' or 'DOT1Q') and
22334            '1T1C' and
22335            'L2BDMACLRN' and
22336            'VHOST_1024' and
22337            not 'VXLAN' and
22338            not 'IP4FWD' and
22339            not '2VM'"
22340   parameters:
22341   - "latency"
22342   - "parent"
22343   - "tags"
22344 #  sort:
22345 #  - "VM"  # "not CFS_OPT"
22346 #  - "CFS_OPT"
22347 #  - "FIB_10K"
22348 #  - "FIB_100K"
22349 #  - "FIB_1M"
22350   layout:
22351     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22352     layout: "plot-latency"
22353
22354 -
22355   type: "plot"
22356   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22357   algorithm: "plot_latency_error_bars"
22358   output-file-type: ".html"
22359   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22360   data: "plot-vpp-throughput-latency-3n-hsw"
22361   filter: "'NIC_Intel-X710' and
22362            '64B' and
22363            'NDRPDR' and
22364            ('ETH' or 'DOT1Q') and
22365            '2T2C' and
22366            'L2BDMACLRN' and
22367            'VHOST_1024' and
22368            not 'VXLAN' and
22369            not 'IP4FWD' and
22370            not '2VM'"
22371   parameters:
22372   - "latency"
22373   - "parent"
22374   - "tags"
22375 #  sort:
22376 #  - "VM"  # "not CFS_OPT"
22377 #  - "CFS_OPT"
22378 #  - "FIB_10K"
22379 #  - "FIB_100K"
22380 #  - "FIB_1M"
22381   layout:
22382     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22383     layout: "plot-latency"
22384
22385 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
22386 -
22387   type: "plot"
22388   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22389   algorithm: "plot_latency_error_bars"
22390   output-file-type: ".html"
22391   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22392   data: "plot-vpp-throughput-latency-3n-hsw"
22393   filter: "'NIC_Intel-X710' and
22394            '64B' and
22395            'NDRPDR' and
22396            ('ETH' or 'DOT1Q') and
22397            'BASE' and
22398            '1T1C' and
22399            ('L2BDMACLRN' or 'L2XCFWD') and
22400            'VHOST_1024' and
22401            not 'VXLAN' and
22402            not 'IP4FWD' and
22403            not '2VM'"
22404   parameters:
22405   - "latency"
22406   - "parent"
22407   - "tags"
22408 #  sort:
22409 #  - "not CFS_OPT"
22410 #  - "L2XCFWD"
22411 #  - "not CFS_OPT"
22412 #  - "CFS_OPT"
22413   layout:
22414     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
22415     layout: "plot-latency"
22416
22417 -
22418   type: "plot"
22419   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22420   algorithm: "plot_latency_error_bars"
22421   output-file-type: ".html"
22422   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22423   data: "plot-vpp-throughput-latency-3n-hsw"
22424   filter: "'NIC_Intel-X710' and
22425            '64B' and
22426            'NDRPDR' and
22427            ('ETH' or 'DOT1Q') and
22428            'BASE' and
22429            '2T2C' and
22430            ('L2BDMACLRN' or 'L2XCFWD') and
22431            'VHOST_1024' and
22432            not 'VXLAN' and
22433            not 'IP4FWD' and
22434            not '2VM'"
22435   parameters:
22436   - "latency"
22437   - "parent"
22438   - "tags"
22439 #  sort:
22440 #  - "not CFS_OPT"
22441 #  - "L2XCFWD"
22442 #  - "not CFS_OPT"
22443 #  - "CFS_OPT"
22444   layout:
22445     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
22446     layout: "plot-latency"
22447
22448 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
22449 -
22450   type: "plot"
22451   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
22452   algorithm: "plot_latency_error_bars"
22453   output-file-type: ".html"
22454   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
22455   data: "plot-vpp-throughput-latency-3n-hsw"
22456   filter: "'NIC_Intel-X710' and
22457            '64B' and
22458            'NDRPDR' and
22459            ('ETH' or 'DOT1Q') and
22460            '1T1C' and
22461            ('L2BDMACLRN' or 'L2XCFWD') and
22462            'VHOST_1024' and
22463            not 'CFS_OPT' and
22464            not 'VXLAN' and
22465            not 'IP4FWD' and
22466            not 'LBOND'"
22467   parameters:
22468   - "latency"
22469   - "parent"
22470   - "tags"
22471 #  sort:
22472 #  - "1VM"
22473 #  - "L2XCFWD"
22474 #  - "1VM"
22475 #  - "L2BDMACLRN"
22476   layout:
22477     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
22478     layout: "plot-latency"
22479
22480 -
22481   type: "plot"
22482   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
22483   algorithm: "plot_latency_error_bars"
22484   output-file-type: ".html"
22485   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
22486   data: "plot-vpp-throughput-latency-3n-hsw"
22487   filter: "'NIC_Intel-X710' and
22488            '64B' and
22489            'NDRPDR' and
22490            ('ETH' or 'DOT1Q') and
22491            '2T2C' and
22492            ('L2BDMACLRN' or 'L2XCFWD') and
22493            'VHOST_1024' and
22494            not 'CFS_OPT' and
22495            not 'VXLAN' and
22496            not 'IP4FWD' and
22497            not 'LBOND'"
22498   parameters:
22499   - "latency"
22500   - "parent"
22501   - "tags"
22502 #  sort:
22503 #  - "1VM"
22504 #  - "L2XCFWD"
22505 #  - "1VM"
22506 #  - "L2BDMACLRN"
22507   layout:
22508     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
22509     layout: "plot-latency"
22510
22511 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
22512 -
22513   type: "plot"
22514   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22515   algorithm: "plot_latency_error_bars"
22516   output-file-type: ".html"
22517   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22518   data: "plot-vpp-throughput-latency-3n-hsw"
22519   filter: "'NIC_Intel-XL710' and
22520            '64B' and
22521            'NDRPDR' and
22522            'ETH' and
22523            'IP4FWD' and
22524            '1T1C' and
22525            'VHOST_1024' and
22526            not 'VXLAN' and
22527            not 'DOT1Q'"
22528   parameters:
22529   - "latency"
22530   - "parent"
22531   - "tags"
22532   sort:
22533   - "not CFS_OPT"
22534   - "1VM"
22535   - "2VM"
22536   layout:
22537     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
22538     layout: "plot-latency"
22539
22540 -
22541   type: "plot"
22542   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22543   algorithm: "plot_latency_error_bars"
22544   output-file-type: ".html"
22545   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22546   data: "plot-vpp-throughput-latency-3n-hsw"
22547   filter: "'NIC_Intel-XL710' and
22548            '64B' and
22549            'NDRPDR' and
22550            'ETH' and
22551            'IP4FWD' and
22552            '2T2C' and
22553            'VHOST_1024' and
22554            not 'VXLAN' and
22555            not 'DOT1Q'"
22556   parameters:
22557   - "latency"
22558   - "parent"
22559   - "tags"
22560   sort:
22561   - "not CFS_OPT"
22562   - "1VM"
22563   - "2VM"
22564   layout:
22565     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
22566     layout: "plot-latency"
22567
22568 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
22569 -
22570   type: "plot"
22571   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22572   algorithm: "plot_latency_error_bars"
22573   output-file-type: ".html"
22574   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22575   data: "plot-vpp-throughput-latency-3n-hsw"
22576   filter: "'NIC_Intel-XL710' and
22577            '64B' and
22578            'NDRPDR' and
22579            ('ETH' or 'DOT1Q') and
22580            '1T1C' and
22581            'L2BDMACLRN' and
22582            'VHOST_1024' and
22583            not 'VXLAN' and
22584            not 'IP4FWD' and
22585            not '2VM'"
22586   parameters:
22587   - "latency"
22588   - "parent"
22589   - "tags"
22590 #  sort:
22591 #  - "VM"  # "not CFS_OPT"
22592 #  - "CFS_OPT"
22593 #  - "FIB_10K"
22594 #  - "FIB_100K"
22595 #  - "FIB_1M"
22596   layout:
22597     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
22598     layout: "plot-latency"
22599
22600 -
22601   type: "plot"
22602   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22603   algorithm: "plot_latency_error_bars"
22604   output-file-type: ".html"
22605   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22606   data: "plot-vpp-throughput-latency-3n-hsw"
22607   filter: "'NIC_Intel-XL710' and
22608            '64B' and
22609            'NDRPDR' and
22610            ('ETH' or 'DOT1Q') and
22611            '2T2C' and
22612            'L2BDMACLRN' and
22613            'VHOST_1024' and
22614            not 'VXLAN' and
22615            not 'IP4FWD' and
22616            not '2VM'"
22617   parameters:
22618   - "latency"
22619   - "parent"
22620   - "tags"
22621 #  sort:
22622 #  - "VM"  # "not CFS_OPT"
22623 #  - "CFS_OPT"
22624 #  - "FIB_10K"
22625 #  - "FIB_100K"
22626 #  - "FIB_1M"
22627   layout:
22628     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
22629     layout: "plot-latency"
22630
22631 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
22632 -
22633   type: "plot"
22634   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22635   algorithm: "plot_latency_error_bars"
22636   output-file-type: ".html"
22637   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22638   data: "plot-vpp-throughput-latency-3n-hsw"
22639   filter: "'NIC_Intel-XL710' and
22640            '64B' and
22641            'NDRPDR' and
22642            ('ETH' or 'DOT1Q') and
22643            'BASE' and
22644            '1T1C' and
22645            ('L2BDMACLRN' or 'L2XCFWD') and
22646            'VHOST_1024' and
22647            not 'VXLAN' and
22648            not 'IP4FWD' and
22649            not '2VM'"
22650   parameters:
22651   - "latency"
22652   - "parent"
22653   - "tags"
22654 #  sort:
22655 #  - "not CFS_OPT"
22656 #  - "L2XCFWD"
22657 #  - "not CFS_OPT"
22658 #  - "CFS_OPT"
22659   layout:
22660     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
22661     layout: "plot-latency"
22662
22663 -
22664   type: "plot"
22665   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22666   algorithm: "plot_latency_error_bars"
22667   output-file-type: ".html"
22668   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22669   data: "plot-vpp-throughput-latency-3n-hsw"
22670   filter: "'NIC_Intel-XL710' and
22671            '64B' and
22672            'NDRPDR' and
22673            ('ETH' or 'DOT1Q') and
22674            'BASE' and
22675            '2T2C' and
22676            ('L2BDMACLRN' or 'L2XCFWD') and
22677            'VHOST_1024' and
22678            not 'VXLAN' and
22679            not 'IP4FWD' and
22680            not '2VM'"
22681   parameters:
22682   - "latency"
22683   - "parent"
22684   - "tags"
22685 #  sort:
22686 #  - "not CFS_OPT"
22687 #  - "L2XCFWD"
22688 #  - "not CFS_OPT"
22689 #  - "CFS_OPT"
22690   layout:
22691     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
22692     layout: "plot-latency"
22693
22694 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
22695 -
22696   type: "plot"
22697   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
22698   algorithm: "plot_latency_error_bars"
22699   output-file-type: ".html"
22700   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
22701   data: "plot-vpp-throughput-latency-3n-hsw"
22702   filter: "'NIC_Intel-XL710' and
22703            '64B' and
22704            'NDRPDR' and
22705            ('ETH' or 'DOT1Q') and
22706            '1T1C' and
22707            ('L2BDMACLRN' or 'L2XCFWD') and
22708            'VHOST_1024' and
22709            not 'CFS_OPT' and
22710            not 'VXLAN' and
22711            not 'IP4FWD'"
22712   parameters:
22713   - "latency"
22714   - "parent"
22715   - "tags"
22716 #  sort:
22717 #  - "1VM"
22718 #  - "L2XCFWD"
22719 #  - "1VM"
22720 #  - "L2BDMACLRN"
22721   layout:
22722     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
22723     layout: "plot-latency"
22724
22725 -
22726   type: "plot"
22727   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
22728   algorithm: "plot_latency_error_bars"
22729   output-file-type: ".html"
22730   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
22731   data: "plot-vpp-throughput-latency-3n-hsw"
22732   filter: "'NIC_Intel-XL710' and
22733            '64B' and
22734            'NDRPDR' and
22735            ('ETH' or 'DOT1Q') and
22736            '2T2C' and
22737            ('L2BDMACLRN' or 'L2XCFWD') and
22738            'VHOST_1024' and
22739            not 'CFS_OPT' and
22740            not 'VXLAN' and
22741            not 'IP4FWD'"
22742   parameters:
22743   - "latency"
22744   - "parent"
22745   - "tags"
22746 #  sort:
22747 #  - "1VM"
22748 #  - "L2XCFWD"
22749 #  - "1VM"
22750 #  - "L2BDMACLRN"
22751   layout:
22752     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
22753     layout: "plot-latency"
22754
22755 # Packet Latency - VPP vhost ip4 3n-skx-x710
22756 -
22757   type: "plot"
22758   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22759   algorithm: "plot_latency_error_bars"
22760   output-file-type: ".html"
22761   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22762   data: "plot-vpp-throughput-latency-3n-skx"
22763   filter: "'NIC_Intel-X710' and
22764            '64B' and
22765            'NDRPDR' and
22766            'ETH' and
22767            'IP4FWD' and
22768            '2T1C' and
22769            'VHOST_1024' and
22770            not 'VXLAN' and
22771            not 'DOT1Q'"
22772   parameters:
22773   - "latency"
22774   - "parent"
22775   - "tags"
22776   sort:
22777   - "not CFS_OPT"
22778   - "1VM"
22779   - "2VM"
22780   layout:
22781     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22782     layout: "plot-latency"
22783
22784 -
22785   type: "plot"
22786   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22787   algorithm: "plot_latency_error_bars"
22788   output-file-type: ".html"
22789   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22790   data: "plot-vpp-throughput-latency-3n-skx"
22791   filter: "'NIC_Intel-X710' and
22792            '64B' and
22793            'NDRPDR' and
22794            'ETH' and
22795            'IP4FWD' and
22796            '4T2C' and
22797            'VHOST_1024' and
22798            not 'VXLAN' and
22799            not 'DOT1Q'"
22800   parameters:
22801   - "latency"
22802   - "parent"
22803   - "tags"
22804   sort:
22805   - "not CFS_OPT"
22806   - "1VM"
22807   - "2VM"
22808   layout:
22809     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22810     layout: "plot-latency"
22811
22812 # Packet Latency - VPP vhost l2sw 3n-skx-x710
22813 -
22814   type: "plot"
22815   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22816   algorithm: "plot_latency_error_bars"
22817   output-file-type: ".html"
22818   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22819   data: "plot-vpp-throughput-latency-3n-skx"
22820   filter: "'NIC_Intel-X710' and
22821            '64B' and
22822            'NDRPDR' and
22823            ('ETH' or 'DOT1Q') and
22824            '2T1C' and
22825            'L2BDMACLRN' and
22826            'VHOST_1024' and
22827            not 'VXLAN' and
22828            not 'IP4FWD' and
22829            not '2VM'"
22830   parameters:
22831   - "latency"
22832   - "parent"
22833   - "tags"
22834 #  sort:
22835 #  - "VM"  # "not CFS_OPT"
22836 #  - "CFS_OPT"
22837 #  - "FIB_10K"
22838 #  - "FIB_100K"
22839 #  - "FIB_1M"
22840   layout:
22841     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22842     layout: "plot-latency"
22843
22844 -
22845   type: "plot"
22846   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22847   algorithm: "plot_latency_error_bars"
22848   output-file-type: ".html"
22849   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22850   data: "plot-vpp-throughput-latency-3n-skx"
22851   filter: "'NIC_Intel-X710' and
22852            '64B' and
22853            'NDRPDR' and
22854            ('ETH' or 'DOT1Q') and
22855            '4T2C' and
22856            'L2BDMACLRN' and
22857            'VHOST_1024' and
22858            not 'VXLAN' and
22859            not 'IP4FWD' and
22860            not '2VM'"
22861   parameters:
22862   - "latency"
22863   - "parent"
22864   - "tags"
22865 #  sort:
22866 #  - "VM"  # "not CFS_OPT"
22867 #  - "CFS_OPT"
22868 #  - "FIB_10K"
22869 #  - "FIB_100K"
22870 #  - "FIB_1M"
22871   layout:
22872     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22873     layout: "plot-latency"
22874
22875 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
22876 -
22877   type: "plot"
22878   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
22879   algorithm: "plot_latency_error_bars"
22880   output-file-type: ".html"
22881   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
22882   data: "plot-vpp-throughput-latency-3n-skx"
22883   filter: "'NIC_Intel-X710' and
22884            '64B' and
22885            'NDRPDR' and
22886            ('ETH' or 'DOT1Q') and
22887            'BASE' and
22888            '2T1C' and
22889            ('L2BDMACLRN' or 'L2XCFWD') and
22890            'VHOST_1024' and
22891            not 'VXLAN' and
22892            not 'IP4FWD' and
22893            not '2VM' and
22894            not 'LBOND'"
22895   parameters:
22896   - "latency"
22897   - "parent"
22898   - "tags"
22899 #  sort:
22900 #  - "not CFS_OPT"
22901 #  - "L2XCFWD"
22902 #  - "not CFS_OPT"
22903 #  - "CFS_OPT"
22904   layout:
22905     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
22906     layout: "plot-latency"
22907
22908 -
22909   type: "plot"
22910   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
22911   algorithm: "plot_latency_error_bars"
22912   output-file-type: ".html"
22913   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
22914   data: "plot-vpp-throughput-latency-3n-skx"
22915   filter: "'NIC_Intel-X710' and
22916            '64B' and
22917            'NDRPDR' and
22918            ('ETH' or 'DOT1Q') and
22919            'BASE' and
22920            '4T2C' and
22921            ('L2BDMACLRN' or 'L2XCFWD') and
22922            'VHOST_1024' and
22923            not 'VXLAN' and
22924            not 'IP4FWD' and
22925            not '2VM' and
22926            not 'LBOND'"
22927   parameters:
22928   - "latency"
22929   - "parent"
22930   - "tags"
22931 #  sort:
22932 #  - "not CFS_OPT"
22933 #  - "L2XCFWD"
22934 #  - "not CFS_OPT"
22935 #  - "CFS_OPT"
22936   layout:
22937     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
22938     layout: "plot-latency"
22939
22940 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
22941 -
22942   type: "plot"
22943   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22944   algorithm: "plot_latency_error_bars"
22945   output-file-type: ".html"
22946   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22947   data: "plot-vpp-throughput-latency-3n-skx"
22948   filter: "'NIC_Intel-X710' and
22949            '64B' and
22950            'NDRPDR' and
22951            ('ETH' or 'DOT1Q') and
22952            '2T1C' and
22953            ('L2BDMACLRN' or 'L2XCFWD') and
22954            'VHOST_1024' and
22955            not 'CFS_OPT' and
22956            not 'VXLAN' and
22957            not 'IP4FWD' and
22958            not 'LBOND'"
22959   parameters:
22960   - "latency"
22961   - "parent"
22962   - "tags"
22963 #  sort:
22964 #  - "1VM"
22965 #  - "L2XCFWD"
22966 #  - "1VM"
22967 #  - "L2BDMACLRN"
22968   layout:
22969     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
22970     layout: "plot-latency"
22971
22972 -
22973   type: "plot"
22974   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22975   algorithm: "plot_latency_error_bars"
22976   output-file-type: ".html"
22977   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22978   data: "plot-vpp-throughput-latency-3n-skx"
22979   filter: "'NIC_Intel-X710' and
22980            '64B' and
22981            'NDRPDR' and
22982            ('ETH' or 'DOT1Q') and
22983            '4T2C' and
22984            ('L2BDMACLRN' or 'L2XCFWD') and
22985            'VHOST_1024' and
22986            not 'CFS_OPT' and
22987            not 'VXLAN' and
22988            not 'IP4FWD' and
22989            not 'LBOND'"
22990   parameters:
22991   - "latency"
22992   - "parent"
22993   - "tags"
22994 #  sort:
22995 #  - "1VM"
22996 #  - "L2XCFWD"
22997 #  - "1VM"
22998 #  - "L2BDMACLRN"
22999   layout:
23000     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
23001     layout: "plot-latency"
23002
23003 # Packet Latency - VPP vhost ip4 2n-skx-x710
23004 -
23005   type: "plot"
23006   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23007   algorithm: "plot_latency_error_bars"
23008   output-file-type: ".html"
23009   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23010   data: "plot-vpp-throughput-latency-2n-skx"
23011   filter: "'NIC_Intel-X710' and
23012            '64B' and
23013            'NDRPDR' and
23014            'ETH' and
23015            'IP4FWD' and
23016            '2T1C' and
23017            'VHOST_1024' and
23018            not 'VXLAN' and
23019            not 'NF_DENSITY' and
23020            not 'DOT1Q'"
23021   parameters:
23022   - "latency"
23023   - "parent"
23024   - "tags"
23025   sort:
23026   - "not CFS_OPT"
23027   - "1VM"
23028   - "2VM"
23029   layout:
23030     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
23031     layout: "plot-latency"
23032
23033 -
23034   type: "plot"
23035   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23036   algorithm: "plot_latency_error_bars"
23037   output-file-type: ".html"
23038   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23039   data: "plot-vpp-throughput-latency-2n-skx"
23040   filter: "'NIC_Intel-X710' and
23041            '64B' and
23042            'NDRPDR' and
23043            'ETH' and
23044            'IP4FWD' and
23045            '4T2C' and
23046            'VHOST_1024' and
23047            not 'VXLAN' and
23048            not 'NF_DENSITY' and
23049            not 'DOT1Q'"
23050   parameters:
23051   - "latency"
23052   - "parent"
23053   - "tags"
23054   sort:
23055   - "not CFS_OPT"
23056   - "1VM"
23057   - "2VM"
23058   layout:
23059     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
23060     layout: "plot-latency"
23061
23062 # Packet Latency - VPP vhost l2sw 2n-skx-x710
23063 -
23064   type: "plot"
23065   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23066   algorithm: "plot_latency_error_bars"
23067   output-file-type: ".html"
23068   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23069   data: "plot-vpp-throughput-latency-2n-skx"
23070   filter: "'NIC_Intel-X710' and
23071            '64B' and
23072            'NDRPDR' and
23073            ('ETH' or 'DOT1Q') and
23074            '2T1C' and
23075            'L2BDMACLRN' and
23076            'VHOST_1024' and
23077            not 'VXLAN' and
23078            not 'IP4FWD' and
23079            not 'NF_DENSITY' and
23080            not '2VM'"
23081   parameters:
23082   - "latency"
23083   - "parent"
23084   - "tags"
23085 #  sort:
23086 #  - "VM"  # "not CFS_OPT"
23087 #  - "CFS_OPT"
23088 #  - "FIB_10K"
23089 #  - "FIB_100K"
23090 #  - "FIB_1M"
23091   layout:
23092     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
23093     layout: "plot-latency"
23094
23095 -
23096   type: "plot"
23097   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23098   algorithm: "plot_latency_error_bars"
23099   output-file-type: ".html"
23100   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23101   data: "plot-vpp-throughput-latency-2n-skx"
23102   filter: "'NIC_Intel-X710' and
23103            '64B' and
23104            'NDRPDR' and
23105            ('ETH' or 'DOT1Q') and
23106            '4T2C' and
23107            'L2BDMACLRN' and
23108            'VHOST_1024' and
23109            not 'VXLAN' and
23110            not 'NF_DENSITY' and
23111            not 'IP4FWD' and
23112            not '2VM'"
23113   parameters:
23114   - "latency"
23115   - "parent"
23116   - "tags"
23117 #  sort:
23118 #  - "VM"  # "not CFS_OPT"
23119 #  - "CFS_OPT"
23120 #  - "FIB_10K"
23121 #  - "FIB_100K"
23122 #  - "FIB_1M"
23123   layout:
23124     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
23125     layout: "plot-latency"
23126
23127 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
23128 -
23129   type: "plot"
23130   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
23131   algorithm: "plot_latency_error_bars"
23132   output-file-type: ".html"
23133   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
23134   data: "plot-vpp-throughput-latency-2n-skx"
23135   filter: "'NIC_Intel-X710' and
23136            '64B' and
23137            'NDRPDR' and
23138            ('ETH' or 'DOT1Q') and
23139            'BASE' and
23140            '2T1C' and
23141            ('L2BDMACLRN' or 'L2XCFWD') and
23142            'VHOST_1024' and
23143            not 'VXLAN' and
23144            not 'NF_DENSITY' and
23145            not 'IP4FWD' and
23146            not '2VM'"
23147   parameters:
23148   - "latency"
23149   - "parent"
23150   - "tags"
23151 #  sort:
23152 #  - "not CFS_OPT"
23153 #  - "L2XCFWD"
23154 #  - "not CFS_OPT"
23155 #  - "CFS_OPT"
23156   layout:
23157     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
23158     layout: "plot-latency"
23159
23160 -
23161   type: "plot"
23162   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
23163   algorithm: "plot_latency_error_bars"
23164   output-file-type: ".html"
23165   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
23166   data: "plot-vpp-throughput-latency-2n-skx"
23167   filter: "'NIC_Intel-X710' and
23168            '64B' and
23169            'NDRPDR' and
23170            ('ETH' or 'DOT1Q') and
23171            'BASE' and
23172            '4T2C' and
23173            ('L2BDMACLRN' or 'L2XCFWD') and
23174            'VHOST_1024' and
23175            not 'VXLAN' and
23176            not 'NF_DENSITY' and
23177            not 'IP4FWD' and
23178            not '2VM'"
23179   parameters:
23180   - "latency"
23181   - "parent"
23182   - "tags"
23183 #  sort:
23184 #  - "not CFS_OPT"
23185 #  - "L2XCFWD"
23186 #  - "not CFS_OPT"
23187 #  - "CFS_OPT"
23188   layout:
23189     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
23190     layout: "plot-latency"
23191
23192 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
23193 -
23194   type: "plot"
23195   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23196   algorithm: "plot_latency_error_bars"
23197   output-file-type: ".html"
23198   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23199   data: "plot-vpp-throughput-latency-2n-skx"
23200   filter: "'NIC_Intel-X710' and
23201            '64B' and
23202            'NDRPDR' and
23203            ('ETH' or 'DOT1Q') and
23204            '2T1C' and
23205            ('L2BDMACLRN' or 'L2XCFWD') and
23206            'VHOST_1024' and
23207            not 'CFS_OPT' and
23208            not 'VXLAN' and
23209            not 'NF_DENSITY' and
23210            not 'IP4FWD'"
23211   parameters:
23212   - "latency"
23213   - "parent"
23214   - "tags"
23215 #  sort:
23216 #  - "1VM"
23217 #  - "L2XCFWD"
23218 #  - "1VM"
23219 #  - "L2BDMACLRN"
23220   layout:
23221     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
23222     layout: "plot-latency"
23223
23224 -
23225   type: "plot"
23226   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23227   algorithm: "plot_latency_error_bars"
23228   output-file-type: ".html"
23229   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23230   data: "plot-vpp-throughput-latency-2n-skx"
23231   filter: "'NIC_Intel-X710' and
23232            '64B' and
23233            'NDRPDR' and
23234            ('ETH' or 'DOT1Q') and
23235            '4T2C' and
23236            ('L2BDMACLRN' or 'L2XCFWD') and
23237            'VHOST_1024' and
23238            not 'CFS_OPT' and
23239            not 'VXLAN' and
23240            not 'NF_DENSITY' and
23241            not 'IP4FWD'"
23242   parameters:
23243   - "latency"
23244   - "parent"
23245   - "tags"
23246 #  sort:
23247 #  - "1VM"
23248 #  - "L2XCFWD"
23249 #  - "1VM"
23250 #  - "L2BDMACLRN"
23251   layout:
23252     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
23253     layout: "plot-latency"
23254
23255 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
23256 -
23257   type: "plot"
23258   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23259   algorithm: "plot_latency_error_bars"
23260   output-file-type: ".html"
23261   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23262   data: "plot-vpp-throughput-latency-2n-skx"
23263   filter: "'NIC_Intel-XXV710' and
23264            '64B' and
23265            'NDRPDR' and
23266            'ETH' and
23267            'IP4FWD' and
23268            '2T1C' and
23269            'VHOST_1024' and
23270            not 'VXLAN' and
23271            not 'DOT1Q'"
23272   parameters:
23273   - "latency"
23274   - "parent"
23275   - "tags"
23276   sort:
23277   - "not CFS_OPT"
23278   - "1VM"
23279   - "2VM"
23280   layout:
23281     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
23282     layout: "plot-latency"
23283
23284 -
23285   type: "plot"
23286   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23287   algorithm: "plot_latency_error_bars"
23288   output-file-type: ".html"
23289   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23290   data: "plot-vpp-throughput-latency-2n-skx"
23291   filter: "'NIC_Intel-XXV710' and
23292            '64B' and
23293            'NDRPDR' and
23294            'ETH' and
23295            'IP4FWD' and
23296            '4T2C' and
23297            'VHOST_1024' and
23298            not 'VXLAN' and
23299            not 'DOT1Q'"
23300   parameters:
23301   - "latency"
23302   - "parent"
23303   - "tags"
23304   sort:
23305   - "not CFS_OPT"
23306   - "1VM"
23307   - "2VM"
23308   layout:
23309     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
23310     layout: "plot-latency"
23311
23312 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
23313 -
23314   type: "plot"
23315   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23316   algorithm: "plot_latency_error_bars"
23317   output-file-type: ".html"
23318   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23319   data: "plot-vpp-throughput-latency-2n-skx"
23320   filter: "'NIC_Intel-XXV710' and
23321            '64B' and
23322            'NDRPDR' and
23323            ('ETH' or 'DOT1Q') and
23324            '2T1C' and
23325            'L2BDMACLRN' and
23326            'VHOST_1024' and
23327            not 'VXLAN' and
23328            not 'IP4FWD' and
23329            not '2VM'"
23330   parameters:
23331   - "latency"
23332   - "parent"
23333   - "tags"
23334 #  sort:
23335 #  - "VM"  # "not CFS_OPT"
23336 #  - "CFS_OPT"
23337 #  - "FIB_10K"
23338 #  - "FIB_100K"
23339 #  - "FIB_1M"
23340   layout:
23341     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
23342     layout: "plot-latency"
23343
23344 -
23345   type: "plot"
23346   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23347   algorithm: "plot_latency_error_bars"
23348   output-file-type: ".html"
23349   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23350   data: "plot-vpp-throughput-latency-2n-skx"
23351   filter: "'NIC_Intel-XXV710' and
23352            '64B' and
23353            'NDRPDR' and
23354            ('ETH' or 'DOT1Q') and
23355            '4T2C' and
23356            'L2BDMACLRN' and
23357            'VHOST_1024' and
23358            not 'VXLAN' and
23359            not 'IP4FWD' and
23360            not '2VM'"
23361   parameters:
23362   - "latency"
23363   - "parent"
23364   - "tags"
23365 #  sort:
23366 #  - "VM"  # "not CFS_OPT"
23367 #  - "CFS_OPT"
23368 #  - "FIB_10K"
23369 #  - "FIB_100K"
23370 #  - "FIB_1M"
23371   layout:
23372     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
23373     layout: "plot-latency"
23374
23375 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
23376 -
23377   type: "plot"
23378   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23379   algorithm: "plot_latency_error_bars"
23380   output-file-type: ".html"
23381   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23382   data: "plot-vpp-throughput-latency-2n-skx"
23383   filter: "'NIC_Intel-XXV710' and
23384            '64B' and
23385            'NDRPDR' and
23386            ('ETH' or 'DOT1Q') and
23387            'BASE' and
23388            '2T1C' and
23389            ('L2BDMACLRN' or 'L2XCFWD') and
23390            'VHOST_1024' and
23391            not 'VXLAN' and
23392            not 'IP4FWD' and
23393            not '2VM'"
23394   parameters:
23395   - "latency"
23396   - "parent"
23397   - "tags"
23398 #  sort:
23399 #  - "not CFS_OPT"
23400 #  - "L2XCFWD"
23401 #  - "not CFS_OPT"
23402 #  - "CFS_OPT"
23403   layout:
23404     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
23405     layout: "plot-latency"
23406
23407 -
23408   type: "plot"
23409   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23410   algorithm: "plot_latency_error_bars"
23411   output-file-type: ".html"
23412   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23413   data: "plot-vpp-throughput-latency-2n-skx"
23414   filter: "'NIC_Intel-XXV710' and
23415            '64B' and
23416            'NDRPDR' and
23417            ('ETH' or 'DOT1Q') and
23418            'BASE' and
23419            '4T2C' and
23420            ('L2BDMACLRN' or 'L2XCFWD') and
23421            'VHOST_1024' and
23422            not 'VXLAN' and
23423            not 'IP4FWD' and
23424            not '2VM'"
23425   parameters:
23426   - "latency"
23427   - "parent"
23428   - "tags"
23429 #  sort:
23430 #  - "not CFS_OPT"
23431 #  - "L2XCFWD"
23432 #  - "not CFS_OPT"
23433 #  - "CFS_OPT"
23434   layout:
23435     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
23436     layout: "plot-latency"
23437
23438 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
23439 -
23440   type: "plot"
23441   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
23442   algorithm: "plot_latency_error_bars"
23443   output-file-type: ".html"
23444   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
23445   data: "plot-vpp-throughput-latency-2n-skx"
23446   filter: "'NIC_Intel-XXV710' and
23447            '64B' and
23448            'NDRPDR' and
23449            ('ETH' or 'DOT1Q') and
23450            '2T1C' and
23451            ('L2BDMACLRN' or 'L2XCFWD') and
23452            'VHOST_1024' and
23453            not 'CFS_OPT' and
23454            not 'VXLAN' and
23455            not 'IP4FWD'"
23456   parameters:
23457   - "latency"
23458   - "parent"
23459   - "tags"
23460 #  sort:
23461 #  - "1VM"
23462 #  - "L2XCFWD"
23463 #  - "1VM"
23464 #  - "L2BDMACLRN"
23465   layout:
23466     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
23467     layout: "plot-latency"
23468
23469 -
23470   type: "plot"
23471   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
23472   algorithm: "plot_latency_error_bars"
23473   output-file-type: ".html"
23474   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
23475   data: "plot-vpp-throughput-latency-2n-skx"
23476   filter: "'NIC_Intel-XXV710' and
23477            '64B' and
23478            'NDRPDR' and
23479            ('ETH' or 'DOT1Q') and
23480            '4T2C' and
23481            ('L2BDMACLRN' or 'L2XCFWD') and
23482            'VHOST_1024' and
23483            not 'CFS_OPT' and
23484            not 'VXLAN' and
23485            not 'IP4FWD'"
23486   parameters:
23487   - "latency"
23488   - "parent"
23489   - "tags"
23490 #  sort:
23491 #  - "1VM"
23492 #  - "L2XCFWD"
23493 #  - "1VM"
23494 #  - "L2BDMACLRN"
23495   layout:
23496     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
23497     layout: "plot-latency"
23498
23499 ################################################################################
23500
23501 # Packet Latency - VPP VTS 3n-hsw-x520
23502 -
23503   type: "plot"
23504   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
23505   algorithm: "plot_latency_error_bars"
23506   output-file-type: ".html"
23507   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
23508   data: "plot-vpp-throughput-latency-3n-hsw"
23509   filter: "'NIC_Intel-X520-DA2' and
23510            '114B' and
23511            'NDRPDR' and
23512            '1T1C' and
23513            'VTS'"
23514   parameters:
23515   - "latency"
23516   - "parent"
23517   - "tags"
23518   layout:
23519     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
23520     layout: "plot-latency"
23521
23522 -
23523   type: "plot"
23524   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
23525   algorithm: "plot_latency_error_bars"
23526   output-file-type: ".html"
23527   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
23528   data: "plot-vpp-throughput-latency-3n-hsw"
23529   filter: "'NIC_Intel-X520-DA2' and
23530            '114B' and
23531            'NDRPDR' and
23532            '2T2C' and
23533            'VTS'"
23534   parameters:
23535   - "latency"
23536   - "parent"
23537   - "tags"
23538   layout:
23539     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
23540     layout: "plot-latency"
23541
23542 ################################################################################
23543
23544 # Packet Latency - DPDK l3fwd 3n-hsw-x520
23545 -
23546   type: "plot"
23547   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23548   algorithm: "plot_latency_error_bars"
23549   output-file-type: ".html"
23550   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23551   data: "plot-dpdk-throughput-latency-3n-hsw"
23552   filter: "'NIC_Intel-X520-DA2' and
23553            '64B' and
23554            'BASE' and
23555            'NDRPDR' and
23556            '1T1C' and
23557            'IP4FWD'"
23558   parameters:
23559   - "latency"
23560   - "parent"
23561   - "tags"
23562   layout:
23563     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
23564     layout: "plot-latency"
23565
23566 -
23567   type: "plot"
23568   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23569   algorithm: "plot_latency_error_bars"
23570   output-file-type: ".html"
23571   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23572   data: "plot-dpdk-throughput-latency-3n-hsw"
23573   filter: "'NIC_Intel-X520-DA2' and
23574            '64B' and
23575            'BASE' and
23576            'NDRPDR' and
23577            '2T2C' and
23578            'IP4FWD'"
23579   parameters:
23580   - "latency"
23581   - "parent"
23582   - "tags"
23583   layout:
23584     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
23585     layout: "plot-latency"
23586
23587 # Packet Latency - DPDK l3fwd 3n-hsw-x710
23588 -
23589   type: "plot"
23590   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23591   algorithm: "plot_latency_error_bars"
23592   output-file-type: ".html"
23593   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23594   data: "plot-dpdk-throughput-latency-3n-hsw"
23595   filter: "'NIC_Intel-X710' and
23596            '64B' and
23597            'BASE' and
23598            'NDRPDR' and
23599            '1T1C' and
23600            'IP4FWD'"
23601   parameters:
23602   - "latency"
23603   - "parent"
23604   - "tags"
23605   layout:
23606     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
23607     layout: "plot-latency"
23608
23609 -
23610   type: "plot"
23611   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23612   algorithm: "plot_latency_error_bars"
23613   output-file-type: ".html"
23614   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23615   data: "plot-dpdk-throughput-latency-3n-hsw"
23616   filter: "'NIC_Intel-X710' and
23617            '64B' and
23618            'BASE' and
23619            'NDRPDR' and
23620            '2T2C' and
23621            'IP4FWD'"
23622   parameters:
23623   - "latency"
23624   - "parent"
23625   - "tags"
23626   layout:
23627     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
23628     layout: "plot-latency"
23629
23630 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
23631 -
23632   type: "plot"
23633   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23634   algorithm: "plot_latency_error_bars"
23635   output-file-type: ".html"
23636   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23637   data: "plot-dpdk-throughput-latency-3n-hsw"
23638   filter: "'NIC_Intel-XL710' and
23639            '64B' and
23640            'BASE' and
23641            'NDRPDR' and
23642            '1T1C' and
23643            'IP4FWD'"
23644   parameters:
23645   - "latency"
23646   - "parent"
23647   - "tags"
23648   layout:
23649     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
23650     layout: "plot-latency"
23651
23652 -
23653   type: "plot"
23654   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23655   algorithm: "plot_latency_error_bars"
23656   output-file-type: ".html"
23657   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23658   data: "plot-dpdk-throughput-latency-3n-hsw"
23659   filter: "'NIC_Intel-XL710' and
23660            '64B' and
23661            'BASE' and
23662            'NDRPDR' and
23663            '2T2C' and
23664            'IP4FWD'"
23665   parameters:
23666   - "latency"
23667   - "parent"
23668   - "tags"
23669   layout:
23670     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
23671     layout: "plot-latency"
23672
23673 # Packet Latency - DPDK l3fwd 3n-skx-x710
23674 -
23675   type: "plot"
23676   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23677   algorithm: "plot_latency_error_bars"
23678   output-file-type: ".html"
23679   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23680   data: "plot-dpdk-throughput-latency-3n-skx"
23681   filter: "'NIC_Intel-X710' and
23682            '64B' and
23683            'BASE' and
23684            'NDRPDR' and
23685            '2T1C' and
23686            'IP4FWD'"
23687   parameters:
23688   - "latency"
23689   - "parent"
23690   - "tags"
23691   layout:
23692     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
23693     layout: "plot-latency"
23694
23695 -
23696   type: "plot"
23697   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23698   algorithm: "plot_latency_error_bars"
23699   output-file-type: ".html"
23700   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23701   data: "plot-dpdk-throughput-latency-3n-skx"
23702   filter: "'NIC_Intel-X710' and
23703            '64B' and
23704            'BASE' and
23705            'NDRPDR' and
23706            '4T2C' and
23707            'IP4FWD'"
23708   parameters:
23709   - "latency"
23710   - "parent"
23711   - "tags"
23712   layout:
23713     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
23714     layout: "plot-latency"
23715
23716 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
23717 -
23718   type: "plot"
23719   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23720   algorithm: "plot_latency_error_bars"
23721   output-file-type: ".html"
23722   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23723   data: "plot-dpdk-throughput-latency-3n-skx"
23724   filter: "'NIC_Intel-XXV710' and
23725            '64B' and
23726            'BASE' and
23727            'NDRPDR' and
23728            '2T1C' and
23729            'IP4FWD'"
23730   parameters:
23731   - "latency"
23732   - "parent"
23733   - "tags"
23734   layout:
23735     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
23736     layout: "plot-latency"
23737
23738 -
23739   type: "plot"
23740   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23741   algorithm: "plot_latency_error_bars"
23742   output-file-type: ".html"
23743   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23744   data: "plot-dpdk-throughput-latency-3n-skx"
23745   filter: "'NIC_Intel-XXV710' and
23746            '64B' and
23747            'BASE' and
23748            'NDRPDR' and
23749            '4T2C' and
23750            'IP4FWD'"
23751   parameters:
23752   - "latency"
23753   - "parent"
23754   - "tags"
23755   layout:
23756     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
23757     layout: "plot-latency"
23758
23759 # Packet Latency - DPDK l3fwd 2n-skx-x710
23760 -
23761   type: "plot"
23762   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23763   algorithm: "plot_latency_error_bars"
23764   output-file-type: ".html"
23765   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23766   data: "plot-dpdk-throughput-latency-2n-skx"
23767   filter: "'NIC_Intel-X710' and
23768            '64B' and
23769            'BASE' and
23770            'NDRPDR' and
23771            '2T1C' and
23772            'IP4FWD'"
23773   parameters:
23774   - "latency"
23775   - "parent"
23776   - "tags"
23777   layout:
23778     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
23779     layout: "plot-latency"
23780
23781 -
23782   type: "plot"
23783   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23784   algorithm: "plot_latency_error_bars"
23785   output-file-type: ".html"
23786   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23787   data: "plot-dpdk-throughput-latency-2n-skx"
23788   filter: "'NIC_Intel-X710' and
23789            '64B' and
23790            'BASE' and
23791            'NDRPDR' and
23792            '4T2C' and
23793            'IP4FWD'"
23794   parameters:
23795   - "latency"
23796   - "parent"
23797   - "tags"
23798   layout:
23799     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
23800     layout: "plot-latency"
23801
23802 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
23803 -
23804   type: "plot"
23805   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23806   algorithm: "plot_latency_error_bars"
23807   output-file-type: ".html"
23808   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23809   data: "plot-dpdk-throughput-latency-2n-skx"
23810   filter: "'NIC_Intel-XXV710' and
23811            '64B' and
23812            'BASE' and
23813            'NDRPDR' and
23814            '2T1C' and
23815            'IP4FWD'"
23816   parameters:
23817   - "latency"
23818   - "parent"
23819   - "tags"
23820   layout:
23821     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
23822     layout: "plot-latency"
23823
23824 -
23825   type: "plot"
23826   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23827   algorithm: "plot_latency_error_bars"
23828   output-file-type: ".html"
23829   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23830   data: "plot-dpdk-throughput-latency-2n-skx"
23831   filter: "'NIC_Intel-XXV710' and
23832            '64B' and
23833            'BASE' and
23834            'NDRPDR' and
23835            '4T2C' and
23836            'IP4FWD'"
23837   parameters:
23838   - "latency"
23839   - "parent"
23840   - "tags"
23841   layout:
23842     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
23843     layout: "plot-latency"
23844
23845 ################################################################################
23846
23847 # Packet Latency - DPDK testpmd 3n-hsw-x520
23848 -
23849   type: "plot"
23850   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23851   algorithm: "plot_latency_error_bars"
23852   output-file-type: ".html"
23853   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23854   data: "plot-dpdk-throughput-latency-3n-hsw"
23855   filter: "'NIC_Intel-X520-DA2' and
23856            '64B' and
23857            'BASE' and
23858            'NDRPDR' and
23859            '1T1C' and
23860            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23861   parameters:
23862   - "latency"
23863   - "parent"
23864   - "tags"
23865   layout:
23866     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
23867     layout: "plot-latency"
23868
23869 -
23870   type: "plot"
23871   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23872   algorithm: "plot_latency_error_bars"
23873   output-file-type: ".html"
23874   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23875   data: "plot-dpdk-throughput-latency-3n-hsw"
23876   filter: "'NIC_Intel-X520-DA2' and
23877            '64B' and
23878            'BASE' and
23879            'NDRPDR' and
23880            '2T2C' and
23881            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23882   parameters:
23883   - "latency"
23884   - "parent"
23885   - "tags"
23886   layout:
23887     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
23888     layout: "plot-latency"
23889
23890 # Packet Latency - DPDK testpmd 3n-hsw-x710
23891 -
23892   type: "plot"
23893   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23894   algorithm: "plot_latency_error_bars"
23895   output-file-type: ".html"
23896   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23897   data: "plot-dpdk-throughput-latency-3n-hsw"
23898   filter: "'NIC_Intel-X710' and
23899            '64B' and
23900            'BASE' and
23901            'NDRPDR' and
23902            '1T1C' and
23903            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23904   parameters:
23905   - "latency"
23906   - "parent"
23907   - "tags"
23908   layout:
23909     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
23910     layout: "plot-latency"
23911
23912 -
23913   type: "plot"
23914   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23915   algorithm: "plot_latency_error_bars"
23916   output-file-type: ".html"
23917   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23918   data: "plot-dpdk-throughput-latency-3n-hsw"
23919   filter: "'NIC_Intel-X710' and
23920            '64B' and
23921            'BASE' and
23922            'NDRPDR' and
23923            '2T2C' and
23924            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23925   parameters:
23926   - "latency"
23927   - "parent"
23928   - "tags"
23929   layout:
23930     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
23931     layout: "plot-latency"
23932
23933 # Packet Latency - DPDK testpmd 3n-hsw-xl710
23934 -
23935   type: "plot"
23936   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23937   algorithm: "plot_latency_error_bars"
23938   output-file-type: ".html"
23939   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23940   data: "plot-dpdk-throughput-latency-3n-hsw"
23941   filter: "'NIC_Intel-XL710' and
23942            '64B' and
23943            'BASE' and
23944            'NDRPDR' and
23945            '1T1C' and
23946            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23947   parameters:
23948   - "latency"
23949   - "parent"
23950   - "tags"
23951   layout:
23952     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
23953     layout: "plot-latency"
23954
23955 -
23956   type: "plot"
23957   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23958   algorithm: "plot_latency_error_bars"
23959   output-file-type: ".html"
23960   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23961   data: "plot-dpdk-throughput-latency-3n-hsw"
23962   filter: "'NIC_Intel-XL710' and
23963            '64B' and
23964            'BASE' and
23965            'NDRPDR' and
23966            '2T2C' and
23967            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23968   parameters:
23969   - "latency"
23970   - "parent"
23971   - "tags"
23972   layout:
23973     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
23974     layout: "plot-latency"
23975
23976 # Packet Latency - DPDK testpmd 3n-skx-x710
23977 -
23978   type: "plot"
23979   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23980   algorithm: "plot_latency_error_bars"
23981   output-file-type: ".html"
23982   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23983   data: "plot-dpdk-throughput-latency-3n-skx"
23984   filter: "'NIC_Intel-X710' and
23985            '64B' and
23986            'BASE' and
23987            'NDRPDR' and
23988            '2T1C' and
23989            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23990   parameters:
23991   - "latency"
23992   - "parent"
23993   - "tags"
23994   layout:
23995     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
23996     layout: "plot-latency"
23997
23998 -
23999   type: "plot"
24000   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24001   algorithm: "plot_latency_error_bars"
24002   output-file-type: ".html"
24003   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24004   data: "plot-dpdk-throughput-latency-3n-skx"
24005   filter: "'NIC_Intel-X710' and
24006            '64B' and
24007            'BASE' and
24008            'NDRPDR' and
24009            '4T2C' and
24010            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24011   parameters:
24012   - "latency"
24013   - "parent"
24014   - "tags"
24015   layout:
24016     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
24017     layout: "plot-latency"
24018
24019 # Packet Latency - DPDK testpmd 3n-skx-xxv710
24020 -
24021   type: "plot"
24022   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24023   algorithm: "plot_latency_error_bars"
24024   output-file-type: ".html"
24025   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24026   data: "plot-dpdk-throughput-latency-3n-skx"
24027   filter: "'NIC_Intel-XXV710' and
24028            '64B' and
24029            'BASE' and
24030            'NDRPDR' and
24031            '2T1C' and
24032            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24033   parameters:
24034   - "latency"
24035   - "parent"
24036   - "tags"
24037   layout:
24038     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
24039     layout: "plot-latency"
24040
24041 -
24042   type: "plot"
24043   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24044   algorithm: "plot_latency_error_bars"
24045   output-file-type: ".html"
24046   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24047   data: "plot-dpdk-throughput-latency-3n-skx"
24048   filter: "'NIC_Intel-XXV710' and
24049            '64B' and
24050            'BASE' and
24051            'NDRPDR' and
24052            '4T2C' and
24053            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24054   parameters:
24055   - "latency"
24056   - "parent"
24057   - "tags"
24058   layout:
24059     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
24060     layout: "plot-latency"
24061
24062 # Packet Latency - DPDK testpmd 2n-skx-x710
24063 -
24064   type: "plot"
24065   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24066   algorithm: "plot_latency_error_bars"
24067   output-file-type: ".html"
24068   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24069   data: "plot-dpdk-throughput-latency-2n-skx"
24070   filter: "'NIC_Intel-X710' and
24071            '64B' and
24072            'BASE' and
24073            'NDRPDR' and
24074            '2T1C' and
24075            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24076   parameters:
24077   - "latency"
24078   - "parent"
24079   - "tags"
24080   layout:
24081     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
24082     layout: "plot-latency"
24083
24084 -
24085   type: "plot"
24086   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24087   algorithm: "plot_latency_error_bars"
24088   output-file-type: ".html"
24089   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24090   data: "plot-dpdk-throughput-latency-2n-skx"
24091   filter: "'NIC_Intel-X710' and
24092            '64B' and
24093            'BASE' and
24094            'NDRPDR' and
24095            '4T2C' and
24096            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24097   parameters:
24098   - "latency"
24099   - "parent"
24100   - "tags"
24101   layout:
24102     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
24103     layout: "plot-latency"
24104
24105 # Packet Latency - DPDK testpmd 2n-skx-xxv710
24106 -
24107   type: "plot"
24108   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24109   algorithm: "plot_latency_error_bars"
24110   output-file-type: ".html"
24111   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24112   data: "plot-dpdk-throughput-latency-2n-skx"
24113   filter: "'NIC_Intel-XXV710' and
24114            '64B' and
24115            'BASE' and
24116            'NDRPDR' and
24117            '2T1C' and
24118            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24119   parameters:
24120   - "latency"
24121   - "parent"
24122   - "tags"
24123   layout:
24124     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
24125     layout: "plot-latency"
24126
24127 -
24128   type: "plot"
24129   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24130   algorithm: "plot_latency_error_bars"
24131   output-file-type: ".html"
24132   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24133   data: "plot-dpdk-throughput-latency-2n-skx"
24134   filter: "'NIC_Intel-XXV710' and
24135            '64B' and
24136            'BASE' and
24137            'NDRPDR' and
24138            '4T2C' and
24139            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24140   parameters:
24141   - "latency"
24142   - "parent"
24143   - "tags"
24144   layout:
24145     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
24146     layout: "plot-latency"
24147
24148 ################################################################################
24149
24150 # Speedup - VPP Container Memif 3n-hsw-x520
24151 -
24152   type: "plot"
24153   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24154   algorithm: "plot_throughput_speedup_analysis"
24155   output-file-type: ".html"
24156   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24157   data: "plot-throughput-speedup-analysis-3n-hsw"
24158   filter: "'NIC_Intel-X520-DA2' and
24159            '64B' and
24160            ('BASE' or 'SCALE') and
24161            'NDRPDR' and
24162            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24163            not 'VHOST' and
24164            'MEMIF'"
24165   parameters:
24166   - "throughput"
24167   - "parent"
24168   - "tags"
24169   sort:
24170   - "L2XCFWD"
24171   - "L2XCFWD"
24172   - "L2XCFWD"
24173   - "L2BDMACLRN"
24174   - "L2BDMACLRN"
24175   - "L2BDMACLRN"
24176   layout:
24177     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
24178     layout: "plot-throughput-speedup-analysis"
24179
24180 -
24181   type: "plot"
24182   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24183   algorithm: "plot_throughput_speedup_analysis"
24184   output-file-type: ".html"
24185   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24186   data: "plot-throughput-speedup-analysis-3n-hsw"
24187   filter: "'NIC_Intel-X520-DA2' and
24188            '64B' and
24189            ('BASE' or 'SCALE') and
24190            'NDRPDR' and
24191            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24192            not 'VHOST' and
24193            'MEMIF'"
24194   parameters:
24195   - "throughput"
24196   - "parent"
24197   - "tags"
24198   sort:
24199   - "L2XCFWD"
24200   - "L2XCFWD"
24201   - "L2XCFWD"
24202   - "L2BDMACLRN"
24203   - "L2BDMACLRN"
24204   - "L2BDMACLRN"
24205   layout:
24206     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
24207     layout: "plot-throughput-speedup-analysis"
24208
24209 # Speedup - VPP Container Memif 3n-hsw-x710
24210 -
24211   type: "plot"
24212   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24213   algorithm: "plot_throughput_speedup_analysis"
24214   output-file-type: ".html"
24215   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24216   data: "plot-throughput-speedup-analysis-3n-hsw"
24217   filter: "'NIC_Intel-X710' and
24218            '64B' and
24219            ('BASE' or 'SCALE') and
24220            'NDRPDR' and
24221            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24222            not 'VHOST' and
24223            'MEMIF'"
24224   parameters:
24225   - "throughput"
24226   - "parent"
24227   - "tags"
24228   sort:
24229   - "L2XCFWD"
24230   - "L2XCFWD"
24231   - "L2XCFWD"
24232   - "L2BDMACLRN"
24233   - "L2BDMACLRN"
24234   - "L2BDMACLRN"
24235   layout:
24236     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
24237     layout: "plot-throughput-speedup-analysis"
24238
24239 -
24240   type: "plot"
24241   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24242   algorithm: "plot_throughput_speedup_analysis"
24243   output-file-type: ".html"
24244   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24245   data: "plot-throughput-speedup-analysis-3n-hsw"
24246   filter: "'NIC_Intel-X710' and
24247            '64B' and
24248            ('BASE' or 'SCALE') and
24249            'NDRPDR' and
24250            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24251            not 'VHOST' and
24252            'MEMIF'"
24253   parameters:
24254   - "throughput"
24255   - "parent"
24256   - "tags"
24257   sort:
24258   - "L2XCFWD"
24259   - "L2XCFWD"
24260   - "L2XCFWD"
24261   - "L2BDMACLRN"
24262   - "L2BDMACLRN"
24263   - "L2BDMACLRN"
24264   layout:
24265     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
24266     layout: "plot-throughput-speedup-analysis"
24267
24268 # Speedup - VPP Container Memif 3n-hsw-xl710
24269 -
24270   type: "plot"
24271   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24272   algorithm: "plot_throughput_speedup_analysis"
24273   output-file-type: ".html"
24274   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24275   data: "plot-throughput-speedup-analysis-3n-hsw"
24276   filter: "'NIC_Intel-XL710' and
24277            '64B' and
24278            ('BASE' or 'SCALE') and
24279            'NDRPDR' and
24280            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24281            not 'VHOST' and
24282            'MEMIF'"
24283   parameters:
24284   - "throughput"
24285   - "parent"
24286   - "tags"
24287   sort:
24288   - "L2XCFWD"
24289   - "L2XCFWD"
24290   - "L2XCFWD"
24291   - "L2BDMACLRN"
24292   - "L2BDMACLRN"
24293   - "L2BDMACLRN"
24294   layout:
24295     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
24296     layout: "plot-throughput-speedup-analysis"
24297
24298 -
24299   type: "plot"
24300   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24301   algorithm: "plot_throughput_speedup_analysis"
24302   output-file-type: ".html"
24303   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24304   data: "plot-throughput-speedup-analysis-3n-hsw"
24305   filter: "'NIC_Intel-XL710' and
24306            '64B' and
24307            ('BASE' or 'SCALE') and
24308            'NDRPDR' and
24309            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24310            not 'VHOST' and
24311            'MEMIF'"
24312   parameters:
24313   - "throughput"
24314   - "parent"
24315   - "tags"
24316   sort:
24317   - "L2XCFWD"
24318   - "L2XCFWD"
24319   - "L2XCFWD"
24320   - "L2BDMACLRN"
24321   - "L2BDMACLRN"
24322   - "L2BDMACLRN"
24323   layout:
24324     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
24325     layout: "plot-throughput-speedup-analysis"
24326
24327 # Speedup - VPP Container Memif 3n-skx-x710
24328 -
24329   type: "plot"
24330   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24331   algorithm: "plot_throughput_speedup_analysis"
24332   output-file-type: ".html"
24333   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24334   data: "plot-throughput-speedup-analysis-3n-skx"
24335   filter: "'NIC_Intel-X710' and
24336            '64B' and
24337            ('BASE' or 'SCALE') and
24338            'NDRPDR' and
24339            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24340            not 'VHOST' and
24341            'MEMIF'"
24342   parameters:
24343   - "throughput"
24344   - "parent"
24345   - "tags"
24346   sort:
24347   - "L2XCFWD"
24348   - "L2XCFWD"
24349   - "L2XCFWD"
24350   - "L2BDMACLRN"
24351   - "L2BDMACLRN"
24352   - "L2BDMACLRN"
24353   layout:
24354     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
24355     layout: "plot-throughput-speedup-analysis"
24356
24357 -
24358   type: "plot"
24359   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24360   algorithm: "plot_throughput_speedup_analysis"
24361   output-file-type: ".html"
24362   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24363   data: "plot-throughput-speedup-analysis-3n-skx"
24364   filter: "'NIC_Intel-X710' and
24365            '64B' and
24366            ('BASE' or 'SCALE') and
24367            'NDRPDR' and
24368            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24369            not 'VHOST' and
24370            'MEMIF'"
24371   parameters:
24372   - "throughput"
24373   - "parent"
24374   - "tags"
24375   sort:
24376   - "L2XCFWD"
24377   - "L2XCFWD"
24378   - "L2XCFWD"
24379   - "L2BDMACLRN"
24380   - "L2BDMACLRN"
24381   - "L2BDMACLRN"
24382   layout:
24383     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
24384     layout: "plot-throughput-speedup-analysis"
24385
24386 # Speedup - VPP Container Memif 2n-skx-x710
24387 -
24388   type: "plot"
24389   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24390   algorithm: "plot_throughput_speedup_analysis"
24391   output-file-type: ".html"
24392   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24393   data: "plot-throughput-speedup-analysis-2n-skx"
24394   filter: "'NIC_Intel-X710' and
24395            '64B' and
24396            ('BASE' or 'SCALE') and
24397            'NDRPDR' and
24398            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24399            not 'VHOST' and
24400            not 'NF_DENSITY' and
24401            'MEMIF'"
24402   parameters:
24403   - "throughput"
24404   - "parent"
24405   - "tags"
24406   sort:
24407   - "L2XCFWD"
24408   - "L2XCFWD"
24409   - "L2XCFWD"
24410   - "L2BDMACLRN"
24411   - "L2BDMACLRN"
24412   - "L2BDMACLRN"
24413   layout:
24414     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
24415     layout: "plot-throughput-speedup-analysis"
24416
24417 -
24418   type: "plot"
24419   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24420   algorithm: "plot_throughput_speedup_analysis"
24421   output-file-type: ".html"
24422   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24423   data: "plot-throughput-speedup-analysis-2n-skx"
24424   filter: "'NIC_Intel-X710' and
24425            '64B' and
24426            ('BASE' or 'SCALE') and
24427            'NDRPDR' and
24428            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24429            not 'VHOST' and
24430            not 'NF_DENSITY' and
24431            'MEMIF'"
24432   parameters:
24433   - "throughput"
24434   - "parent"
24435   - "tags"
24436   sort:
24437   - "L2XCFWD"
24438   - "L2XCFWD"
24439   - "L2XCFWD"
24440   - "L2BDMACLRN"
24441   - "L2BDMACLRN"
24442   - "L2BDMACLRN"
24443   layout:
24444     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
24445     layout: "plot-throughput-speedup-analysis"
24446
24447 # Speedup - VPP Container Memif 2n-skx-xxv710
24448 -
24449   type: "plot"
24450   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24451   algorithm: "plot_throughput_speedup_analysis"
24452   output-file-type: ".html"
24453   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24454   data: "plot-throughput-speedup-analysis-2n-skx"
24455   filter: "'NIC_Intel-XXV710' and
24456            '64B' and
24457            ('BASE' or 'SCALE') and
24458            'NDRPDR' and
24459            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24460            not 'VHOST' and
24461            'MEMIF'"
24462   parameters:
24463   - "throughput"
24464   - "parent"
24465   - "tags"
24466   sort:
24467   - "L2XCFWD"
24468   - "L2XCFWD"
24469   - "L2XCFWD"
24470   - "L2BDMACLRN"
24471   - "L2BDMACLRN"
24472   - "L2BDMACLRN"
24473   layout:
24474     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
24475     layout: "plot-throughput-speedup-analysis"
24476
24477 -
24478   type: "plot"
24479   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24480   algorithm: "plot_throughput_speedup_analysis"
24481   output-file-type: ".html"
24482   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24483   data: "plot-throughput-speedup-analysis-2n-skx"
24484   filter: "'NIC_Intel-XXV710' and
24485            '64B' and
24486            ('BASE' or 'SCALE') and
24487            'NDRPDR' and
24488            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24489            not 'VHOST' and
24490            'MEMIF'"
24491   parameters:
24492   - "throughput"
24493   - "parent"
24494   - "tags"
24495   sort:
24496   - "L2XCFWD"
24497   - "L2XCFWD"
24498   - "L2XCFWD"
24499   - "L2BDMACLRN"
24500   - "L2BDMACLRN"
24501   - "L2BDMACLRN"
24502   layout:
24503     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
24504     layout: "plot-throughput-speedup-analysis"
24505
24506 ################################################################################
24507
24508 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
24509 -
24510   type: "plot"
24511   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
24512   algorithm: "plot_throughput_speedup_analysis"
24513   output-file-type: ".html"
24514   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
24515   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24516   filter: "'NIC_Intel-X520-DA2' and
24517            '64B' and
24518            ('BASE' or 'SCALE') and
24519            'NDRPDR' and
24520            'L2XCFWD' and
24521            not 'VHOST' and
24522            'MEMIF'"
24523   parameters:
24524   - "throughput"
24525   - "parent"
24526   - "tags"
24527   sort:
24528   - "1VNF"
24529   - "2VNF"
24530   - "4VNF"
24531   - "2VNF"
24532   - "4VNF"
24533   layout:
24534     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
24535     layout: "plot-throughput-speedup-analysis"
24536
24537 -
24538   type: "plot"
24539   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
24540   algorithm: "plot_throughput_speedup_analysis"
24541   output-file-type: ".html"
24542   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
24543   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24544   filter: "'NIC_Intel-X520-DA2' and
24545            '64B' and
24546            ('BASE' or 'SCALE') and
24547            'NDRPDR' and
24548            'L2XCFWD' and
24549            not 'VHOST' and
24550            'MEMIF'"
24551   parameters:
24552   - "throughput"
24553   - "parent"
24554   - "tags"
24555   sort:
24556   - "1VNF"
24557   - "2VNF"
24558   - "4VNF"
24559   - "2VNF"
24560   - "4VNF"
24561   layout:
24562     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
24563     layout: "plot-throughput-speedup-analysis"
24564
24565 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
24566 -
24567   type: "plot"
24568   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
24569   algorithm: "plot_throughput_speedup_analysis"
24570   output-file-type: ".html"
24571   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
24572   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24573   filter: "'NIC_Intel-X520-DA2' and
24574            '64B' and
24575            ('BASE' or 'SCALE') and
24576            'NDRPDR' and
24577            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24578            not 'VHOST' and
24579            'MEMIF'"
24580   parameters:
24581   - "throughput"
24582   - "parent"
24583   - "tags"
24584   sort:
24585   - "1VNF"
24586   - "2VNF"
24587   - "4VNF"
24588   - "2VNF"
24589   - "4VNF"
24590   layout:
24591     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
24592     layout: "plot-throughput-speedup-analysis"
24593
24594 -
24595   type: "plot"
24596   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
24597   algorithm: "plot_throughput_speedup_analysis"
24598   output-file-type: ".html"
24599   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
24600   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24601   filter: "'NIC_Intel-X520-DA2' and
24602            '64B' and
24603            ('BASE' or 'SCALE') and
24604            'NDRPDR' and
24605            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24606            not 'VHOST' and
24607            'MEMIF'"
24608   parameters:
24609   - "throughput"
24610   - "parent"
24611   - "tags"
24612   sort:
24613   - "1VNF"
24614   - "2VNF"
24615   - "4VNF"
24616   - "2VNF"
24617   - "4VNF"
24618   layout:
24619     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
24620     layout: "plot-throughput-speedup-analysis"
24621
24622 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
24623 -
24624   type: "plot"
24625   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
24626   algorithm: "plot_throughput_speedup_analysis"
24627   output-file-type: ".html"
24628   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
24629   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24630   filter: "'NIC_Intel-X710' and
24631            '64B' and
24632            ('BASE' or 'SCALE') and
24633            'NDRPDR' and
24634            'L2XCFWD' and
24635            not 'VHOST' and
24636            'MEMIF'"
24637   parameters:
24638   - "throughput"
24639   - "parent"
24640   - "tags"
24641   sort:
24642   - "1VNF"
24643   - "2VNF"
24644   - "4VNF"
24645   - "2VNF"
24646   - "4VNF"
24647   layout:
24648     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
24649     layout: "plot-throughput-speedup-analysis"
24650
24651 -
24652   type: "plot"
24653   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
24654   algorithm: "plot_throughput_speedup_analysis"
24655   output-file-type: ".html"
24656   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
24657   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24658   filter: "'NIC_Intel-X710' and
24659            '64B' and
24660            ('BASE' or 'SCALE') and
24661            'NDRPDR' and
24662            'L2XCFWD' and
24663            not 'VHOST' and
24664            'MEMIF'"
24665   parameters:
24666   - "throughput"
24667   - "parent"
24668   - "tags"
24669   sort:
24670   - "1VNF"
24671   - "2VNF"
24672   - "4VNF"
24673   - "2VNF"
24674   - "4VNF"
24675   layout:
24676     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
24677     layout: "plot-throughput-speedup-analysis"
24678
24679 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
24680 -
24681   type: "plot"
24682   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
24683   algorithm: "plot_throughput_speedup_analysis"
24684   output-file-type: ".html"
24685   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
24686   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24687   filter: "'NIC_Intel-X710' and
24688            '64B' and
24689            ('BASE' or 'SCALE') and
24690            'NDRPDR' and
24691            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24692            not 'VHOST' and
24693            'MEMIF'"
24694   parameters:
24695   - "throughput"
24696   - "parent"
24697   - "tags"
24698   sort:
24699   - "1VNF"
24700   - "2VNF"
24701   - "4VNF"
24702   - "2VNF"
24703   - "4VNF"
24704   layout:
24705     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
24706     layout: "plot-throughput-speedup-analysis"
24707
24708 -
24709   type: "plot"
24710   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
24711   algorithm: "plot_throughput_speedup_analysis"
24712   output-file-type: ".html"
24713   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
24714   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24715   filter: "'NIC_Intel-X710' and
24716            '64B' and
24717            ('BASE' or 'SCALE') and
24718            'NDRPDR' and
24719            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24720            not 'VHOST' and
24721            'MEMIF'"
24722   parameters:
24723   - "throughput"
24724   - "parent"
24725   - "tags"
24726   sort:
24727   - "1VNF"
24728   - "2VNF"
24729   - "4VNF"
24730   - "2VNF"
24731   - "4VNF"
24732   layout:
24733     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
24734     layout: "plot-throughput-speedup-analysis"
24735
24736 ################################################################################
24737
24738 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
24739 -
24740   type: "plot"
24741   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24742   algorithm: "plot_throughput_speedup_analysis"
24743   output-file-type: ".html"
24744   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24745   data: "plot-throughput-speedup-analysis-3n-hsw"
24746   filter: "'NIC_Intel-X520-DA2' and
24747            '64B' and
24748            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24749            'NDRPDR' and
24750            'IP4FWD' and
24751            not 'IPSEC' and
24752            not 'VHOST'"
24753   parameters:
24754   - "throughput"
24755   - "parent"
24756   - "tags"
24757   sort:
24758   - "DOT1Q"
24759   - "IP4BASE"
24760   - "FIB_20k"
24761   - "FIB_200k"
24762   - "FIB_2M"
24763   layout:
24764     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
24765     layout: "plot-throughput-speedup-analysis"
24766
24767 -
24768   type: "plot"
24769   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24770   algorithm: "plot_throughput_speedup_analysis"
24771   output-file-type: ".html"
24772   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24773   data: "plot-throughput-speedup-analysis-3n-hsw"
24774   filter: "'NIC_Intel-X520-DA2' and
24775            '64B' and
24776            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24777            'NDRPDR' and
24778            'IP4FWD' and
24779            not 'IPSEC' and
24780            not 'VHOST'"
24781   parameters:
24782   - "throughput"
24783   - "parent"
24784   - "tags"
24785   sort:
24786   - "DOT1Q"
24787   - "IP4BASE"
24788   - "FIB_20k"
24789   - "FIB_200k"
24790   - "FIB_2M"
24791   layout:
24792     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
24793     layout: "plot-throughput-speedup-analysis"
24794
24795 # Speedup - VPP IPv4 3n-hsw-x520 features
24796 -
24797   type: "plot"
24798   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
24799   algorithm: "plot_throughput_speedup_analysis"
24800   output-file-type: ".html"
24801   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
24802   data: "plot-throughput-speedup-analysis-3n-hsw"
24803   filter: "'NIC_Intel-X520-DA2' and
24804            '64B' and
24805            ('IP4BASE' or
24806             'POLICE_MARK' or
24807             'COPWHLIST' or
24808             ('NAT44' and 'BASE') or
24809             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24810            'NDRPDR' and
24811            'IP4FWD' and
24812            not 'IPSEC' and
24813            not 'VHOST'"
24814   parameters:
24815   - "throughput"
24816   - "parent"
24817   - "tags"
24818   sort:
24819   - "DOT1Q"
24820   - "IP4BASE"
24821   - "NAT44"
24822   - "POLICE_MARK"
24823   - "COPWHLIST"
24824   - "IACL"
24825   - "OACL"
24826   layout:
24827     title: "ip4-3n-hsw-x520-64b-features-ndr"
24828     layout: "plot-throughput-speedup-analysis"
24829
24830 -
24831   type: "plot"
24832   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
24833   algorithm: "plot_throughput_speedup_analysis"
24834   output-file-type: ".html"
24835   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
24836   data: "plot-throughput-speedup-analysis-3n-hsw"
24837   filter: "'NIC_Intel-X520-DA2' and
24838            '64B' and
24839            ('IP4BASE' or
24840             'POLICE_MARK' or
24841             'COPWHLIST' or
24842             ('NAT44' and 'BASE') or
24843             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24844            'NDRPDR' and
24845            'IP4FWD' and
24846            not 'IPSEC' and
24847            not 'VHOST'"
24848   parameters:
24849   - "throughput"
24850   - "parent"
24851   - "tags"
24852   sort:
24853   - "DOT1Q"
24854   - "IP4BASE"
24855   - "NAT44"
24856   - "POLICE_MARK"
24857   - "COPWHLIST"
24858   - "IACL"
24859   - "OACL"
24860   layout:
24861     title: "ip4-3n-hsw-x520-64b-features-pdr"
24862     layout: "plot-throughput-speedup-analysis"
24863
24864 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
24865 -
24866   type: "plot"
24867   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
24868   algorithm: "plot_throughput_speedup_analysis"
24869   output-file-type: ".html"
24870   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
24871   data: "plot-throughput-speedup-analysis-3n-hsw"
24872   filter: "'NIC_Intel-X520-DA2' and
24873            '64B' and
24874            'NDRPDR' and
24875            'IP4FWD' and
24876            'NAT44' and
24877            not 'IPSEC' and
24878            not 'VHOST'"
24879   parameters:
24880   - "throughput"
24881   - "parent"
24882   - "tags"
24883   sort:
24884   - "BASE"
24885   - "BASE"
24886   - "SRC_USER_10"
24887   - "SRC_USER_100"
24888   - "SRC_USER_1000"
24889   - "SRC_USER_2000"
24890   layout:
24891     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
24892     layout: "plot-throughput-speedup-analysis"
24893
24894 -
24895   type: "plot"
24896   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
24897   algorithm: "plot_throughput_speedup_analysis"
24898   output-file-type: ".html"
24899   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
24900   data: "plot-throughput-speedup-analysis-3n-hsw"
24901   filter: "'NIC_Intel-X520-DA2' and
24902            '64B' and
24903            'NDRPDR' and
24904            'IP4FWD' and
24905            'NAT44' and
24906            not 'IPSEC' and
24907            not 'VHOST'"
24908   parameters:
24909   - "throughput"
24910   - "parent"
24911   - "tags"
24912   sort:
24913   - "BASE"
24914   - "BASE"
24915   - "SRC_USER_10"
24916   - "SRC_USER_100"
24917   - "SRC_USER_1000"
24918   - "SRC_USER_2000"
24919   layout:
24920     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
24921     layout: "plot-throughput-speedup-analysis"
24922
24923 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
24924 -
24925   type: "plot"
24926   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
24927   algorithm: "plot_throughput_speedup_analysis"
24928   output-file-type: ".html"
24929   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
24930   data: "plot-throughput-speedup-analysis-3n-hsw"
24931   filter: "'NIC_Intel-X520-DA2' and
24932            '64B' and
24933            'NDRPDR' and
24934            'IP4FWD' and
24935            'IACL' and
24936            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24937            not 'IPSEC' and
24938            not 'VHOST'"
24939   parameters:
24940   - "throughput"
24941   - "parent"
24942   - "tags"
24943   sort:
24944   - "ACL_STATELESS"
24945   - "ACL_STATEFUL"
24946   - "ACL_STATELESS"
24947   - "ACL_STATEFUL"
24948   layout:
24949     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
24950     layout: "plot-throughput-speedup-analysis"
24951
24952 -
24953   type: "plot"
24954   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24955   algorithm: "plot_throughput_speedup_analysis"
24956   output-file-type: ".html"
24957   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24958   data: "plot-throughput-speedup-analysis-3n-hsw"
24959   filter: "'NIC_Intel-X520-DA2' and
24960            '64B' and
24961            'NDRPDR' and
24962            'IP4FWD' and
24963            'IACL' and
24964            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24965            not 'IPSEC' and
24966            not 'VHOST'"
24967   parameters:
24968   - "throughput"
24969   - "parent"
24970   - "tags"
24971   sort:
24972   - "ACL_STATELESS"
24973   - "ACL_STATEFUL"
24974   - "ACL_STATELESS"
24975   - "ACL_STATEFUL"
24976   layout:
24977     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
24978     layout: "plot-throughput-speedup-analysis"
24979
24980 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
24981 -
24982   type: "plot"
24983   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24984   algorithm: "plot_throughput_speedup_analysis"
24985   output-file-type: ".html"
24986   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24987   data: "plot-throughput-speedup-analysis-3n-hsw"
24988   filter: "'NIC_Intel-X520-DA2' and
24989            '64B' and
24990            'NDRPDR' and
24991            'IP4FWD' and
24992            'OACL' and
24993            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24994            not 'IPSEC' and
24995            not 'VHOST'"
24996   parameters:
24997   - "throughput"
24998   - "parent"
24999   - "tags"
25000   sort:
25001   - "ACL_STATELESS"
25002   - "ACL_STATEFUL"
25003   - "ACL_STATELESS"
25004   - "ACL_STATEFUL"
25005   layout:
25006     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
25007     layout: "plot-throughput-speedup-analysis"
25008
25009 -
25010   type: "plot"
25011   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25012   algorithm: "plot_throughput_speedup_analysis"
25013   output-file-type: ".html"
25014   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25015   data: "plot-throughput-speedup-analysis-3n-hsw"
25016   filter: "'NIC_Intel-X520-DA2' and
25017            '64B' and
25018            'NDRPDR' and
25019            'IP4FWD' and
25020            'OACL' and
25021            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25022            not 'IPSEC' and
25023            not 'VHOST'"
25024   parameters:
25025   - "throughput"
25026   - "parent"
25027   - "tags"
25028   sort:
25029   - "ACL_STATELESS"
25030   - "ACL_STATEFUL"
25031   - "ACL_STATELESS"
25032   - "ACL_STATEFUL"
25033   layout:
25034     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
25035     layout: "plot-throughput-speedup-analysis"
25036
25037 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
25038 -
25039   type: "plot"
25040   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25041   algorithm: "plot_throughput_speedup_analysis"
25042   output-file-type: ".html"
25043   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25044   data: "plot-throughput-speedup-analysis-3n-hsw"
25045   filter: "'NIC_Intel-X710' and
25046            '64B' and
25047            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25048            'NDRPDR' and
25049            'IP4FWD' and
25050            not 'IPSEC' and
25051            not 'VHOST'"
25052   parameters:
25053   - "throughput"
25054   - "parent"
25055   - "tags"
25056   sort:
25057   - "DOT1Q"
25058   - "IP4BASE"
25059   - "FIB_20K"
25060   - "FIB_200K"
25061   - "FIB_2M"
25062   layout:
25063     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
25064     layout: "plot-throughput-speedup-analysis"
25065
25066 -
25067   type: "plot"
25068   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25069   algorithm: "plot_throughput_speedup_analysis"
25070   output-file-type: ".html"
25071   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25072   data: "plot-throughput-speedup-analysis-3n-hsw"
25073   filter: "'NIC_Intel-X710' and
25074            '64B' and
25075            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25076            'NDRPDR' and
25077            'IP4FWD' and
25078            not 'IPSEC' and
25079            not 'VHOST'"
25080   parameters:
25081   - "throughput"
25082   - "parent"
25083   - "tags"
25084   sort:
25085   - "DOT1Q"
25086   - "IP4BASE"
25087   - "FIB_20K"
25088   - "FIB_200K"
25089   - "FIB_2M"
25090   layout:
25091     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
25092     layout: "plot-throughput-speedup-analysis"
25093
25094 # Speedup - VPP IPv4 3n-hsw-x710 features
25095 -
25096   type: "plot"
25097   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
25098   algorithm: "plot_throughput_speedup_analysis"
25099   output-file-type: ".html"
25100   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
25101   data: "plot-throughput-speedup-analysis-3n-hsw"
25102   filter: "'NIC_Intel-X710' and
25103            '64B' and
25104            ('IP4BASE' or
25105             'POLICE_MARK' or
25106             'COPWHLIST' or
25107             ('NAT44' and 'BASE') or
25108             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25109            'NDRPDR' and
25110            'IP4FWD' and
25111            not 'IPSEC' and
25112            not 'VHOST'"
25113   parameters:
25114   - "throughput"
25115   - "parent"
25116   - "tags"
25117   sort:
25118   - "IP4BASE"
25119   - "NAT44"
25120   - "POLICE_MARK"
25121   - "COPWHLIST"
25122   - "IACL"
25123   - "OACL"
25124   layout:
25125     title: "ip4-3n-hsw-x710-64b-features-ndr"
25126     layout: "plot-throughput-speedup-analysis"
25127
25128 -
25129   type: "plot"
25130   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
25131   algorithm: "plot_throughput_speedup_analysis"
25132   output-file-type: ".html"
25133   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
25134   data: "plot-throughput-speedup-analysis-3n-hsw"
25135   filter: "'NIC_Intel-X710' and
25136            '64B' and
25137            ('IP4BASE' or
25138             'POLICE_MARK' or
25139             'COPWHLIST' or
25140             ('NAT44' and 'BASE') or
25141             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25142            'NDRPDR' and
25143            'IP4FWD' and
25144            not 'IPSEC' and
25145            not 'VHOST'"
25146   parameters:
25147   - "throughput"
25148   - "parent"
25149   - "tags"
25150   sort:
25151   - "IP4BASE"
25152   - "NAT44"
25153   - "POLICE_MARK"
25154   - "COPWHLIST"
25155   - "IACL"
25156   - "OACL"
25157   layout:
25158     title: "ip4-3n-hsw-x710-64b-features-pdr"
25159     layout: "plot-throughput-speedup-analysis"
25160
25161 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
25162 -
25163   type: "plot"
25164   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
25165   algorithm: "plot_throughput_speedup_analysis"
25166   output-file-type: ".html"
25167   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
25168   data: "plot-throughput-speedup-analysis-3n-hsw"
25169   filter: "'NIC_Intel-X710' and
25170            '64B' and
25171            'NDRPDR' and
25172            'IP4FWD' and
25173            'NAT44' and
25174            not 'IPSEC' and
25175            not 'VHOST'"
25176   parameters:
25177   - "throughput"
25178   - "parent"
25179   - "tags"
25180   sort:
25181   - "BASE"
25182   - "BASE"
25183   - "SRC_USER_10"
25184   - "SRC_USER_100"
25185   - "SRC_USER_1000"
25186   - "SRC_USER_2000"
25187   layout:
25188     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
25189     layout: "plot-throughput-speedup-analysis"
25190
25191 -
25192   type: "plot"
25193   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
25194   algorithm: "plot_throughput_speedup_analysis"
25195   output-file-type: ".html"
25196   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
25197   data: "plot-throughput-speedup-analysis-3n-hsw"
25198   filter: "'NIC_Intel-X710' and
25199            '64B' and
25200            'NDRPDR' and
25201            'IP4FWD' and
25202            'NAT44' and
25203            not 'IPSEC' and
25204            not 'VHOST'"
25205   parameters:
25206   - "throughput"
25207   - "parent"
25208   - "tags"
25209   sort:
25210   - "BASE"
25211   - "BASE"
25212   - "SRC_USER_10"
25213   - "SRC_USER_100"
25214   - "SRC_USER_1000"
25215   - "SRC_USER_2000"
25216   layout:
25217     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
25218     layout: "plot-throughput-speedup-analysis"
25219
25220 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
25221 -
25222   type: "plot"
25223   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25224   algorithm: "plot_throughput_speedup_analysis"
25225   output-file-type: ".html"
25226   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25227   data: "plot-throughput-speedup-analysis-3n-hsw"
25228   filter: "'NIC_Intel-X710' and
25229            '64B' and
25230            'NDRPDR' and
25231            'IP4FWD' and
25232            'IACL' and
25233            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25234            not 'IPSEC' and
25235            not 'VHOST'"
25236   parameters:
25237   - "throughput"
25238   - "parent"
25239   - "tags"
25240   sort:
25241   - "ACL_STATELESS"
25242   - "ACL_STATEFUL"
25243   - "ACL_STATELESS"
25244   - "ACL_STATEFUL"
25245   layout:
25246     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
25247     layout: "plot-throughput-speedup-analysis"
25248
25249 -
25250   type: "plot"
25251   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25252   algorithm: "plot_throughput_speedup_analysis"
25253   output-file-type: ".html"
25254   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25255   data: "plot-throughput-speedup-analysis-3n-hsw"
25256   filter: "'NIC_Intel-X710' and
25257            '64B' and
25258            'NDRPDR' and
25259            'IP4FWD' and
25260            'IACL' and
25261            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25262            not 'IPSEC' and
25263            not 'VHOST'"
25264   parameters:
25265   - "throughput"
25266   - "parent"
25267   - "tags"
25268   sort:
25269   - "ACL_STATELESS"
25270   - "ACL_STATEFUL"
25271   - "ACL_STATELESS"
25272   - "ACL_STATEFUL"
25273   layout:
25274     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
25275     layout: "plot-throughput-speedup-analysis"
25276
25277 ## Speedup - VPP IPv4 3n-hsw-x710 features oacl
25278 #-
25279 #  type: "plot"
25280 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
25281 #  algorithm: "plot_throughput_speedup_analysis"
25282 #  output-file-type: ".html"
25283 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
25284 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25285 #  filter: "'NIC_Intel-X710' and
25286 #           '64B' and
25287 #           'NDRPDR' and
25288 #           'IP4FWD' and
25289 #           'OACL' and
25290 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
25291 #           not 'IPSEC' and
25292 #           not 'VHOST'"
25293 #  parameters:
25294 #  - "throughput"
25295 #  - "parent"
25296 #  - "tags"
25297 #  sort:
25298 #  - "ACL_STATELESS"
25299 #  - "ACL_STATEFUL"
25300 #  - "ACL_STATELESS"
25301 #  - "ACL_STATEFUL"
25302 #  layout:
25303 #    title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
25304 #    layout: "plot-throughput-speedup-analysis"
25305 #
25306 #-
25307 #  type: "plot"
25308 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
25309 #  algorithm: "plot_throughput_speedup_analysis"
25310 #  output-file-type: ".html"
25311 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
25312 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25313 #  filter: "'NIC_Intel-X710' and
25314 #           '64B' and
25315 #           'NDRPDR' and
25316 #           'IP4FWD' and
25317 #           'OACL' and
25318 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
25319 #           not 'IPSEC' and
25320 #           not 'VHOST'"
25321 #  parameters:
25322 #  - "throughput"
25323 #  - "parent"
25324 #  - "tags"
25325 #  sort:
25326 #  - "ACL_STATELESS"
25327 #  - "ACL_STATEFUL"
25328 #  - "ACL_STATELESS"
25329 #  - "ACL_STATEFUL"
25330 #  layout:
25331 #    title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
25332 #    layout: "plot-throughput-speedup-analysis"
25333
25334 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
25335 -
25336   type: "plot"
25337   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25338   algorithm: "plot_throughput_speedup_analysis"
25339   output-file-type: ".html"
25340   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25341   data: "plot-throughput-speedup-analysis-3n-hsw"
25342   filter: "'NIC_Intel-XL710' and
25343            '64B' and
25344            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25345            'NDRPDR' and
25346            'IP4FWD' and
25347            not 'IPSEC' and
25348            not 'VHOST'"
25349   parameters:
25350   - "throughput"
25351   - "parent"
25352   - "tags"
25353   sort:
25354   - "IP4BASE"
25355   - "FIB_20K"
25356   - "FIB_200K"
25357   - "FIB_2M"
25358   layout:
25359     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
25360     layout: "plot-throughput-speedup-analysis"
25361
25362 -
25363   type: "plot"
25364   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25365   algorithm: "plot_throughput_speedup_analysis"
25366   output-file-type: ".html"
25367   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25368   data: "plot-throughput-speedup-analysis-3n-hsw"
25369   filter: "'NIC_Intel-XL710' and
25370            '64B' and
25371            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25372            'NDRPDR' and
25373            'IP4FWD' and
25374            not 'IPSEC' and
25375            not 'VHOST'"
25376   parameters:
25377   - "throughput"
25378   - "parent"
25379   - "tags"
25380   sort:
25381   - "IP4BASE"
25382   - "FIB_20K"
25383   - "FIB_200K"
25384   - "FIB_2M"
25385   layout:
25386     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
25387     layout: "plot-throughput-speedup-analysis"
25388
25389 # Speedup - VPP IPv4 3n-skx-x710 base and scale
25390 -
25391   type: "plot"
25392   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25393   algorithm: "plot_throughput_speedup_analysis"
25394   output-file-type: ".html"
25395   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25396   data: "plot-throughput-speedup-analysis-3n-skx"
25397   filter: "'NIC_Intel-X710' and
25398            '64B' and
25399            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25400            'NDRPDR' and
25401            'IP4FWD' and
25402            not 'IPSEC' and
25403            not 'VHOST'"
25404   parameters:
25405   - "throughput"
25406   - "parent"
25407   - "tags"
25408   sort:
25409   - "IP4BASE"
25410   - "FIB_20K"
25411   - "FIB_200K"
25412   - "FIB_2M"
25413   layout:
25414     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
25415     layout: "plot-throughput-speedup-analysis"
25416
25417 -
25418   type: "plot"
25419   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25420   algorithm: "plot_throughput_speedup_analysis"
25421   output-file-type: ".html"
25422   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25423   data: "plot-throughput-speedup-analysis-3n-skx"
25424   filter: "'NIC_Intel-X710' and
25425            '64B' and
25426            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25427            'NDRPDR' and
25428            'IP4FWD' and
25429            not 'IPSEC' and
25430            not 'VHOST'"
25431   parameters:
25432   - "throughput"
25433   - "parent"
25434   - "tags"
25435   sort:
25436   - "IP4BASE"
25437   - "FIB_20K"
25438   - "FIB_200K"
25439   - "FIB_2M"
25440   layout:
25441     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
25442     layout: "plot-throughput-speedup-analysis"
25443
25444 # Speedup - VPP IPv4 3n-skx-x710 features
25445 -
25446   type: "plot"
25447   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
25448   algorithm: "plot_throughput_speedup_analysis"
25449   output-file-type: ".html"
25450   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
25451   data: "plot-throughput-speedup-analysis-3n-skx"
25452   filter: "'NIC_Intel-X710' and
25453            '64B' and
25454            ('IP4BASE' or
25455             'POLICE_MARK' or
25456             'COPWHLIST' or
25457             ('NAT44' and 'BASE') or
25458             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25459            'NDRPDR' and
25460            'IP4FWD' and
25461            not 'IPSEC' and
25462            not 'VHOST'"
25463   parameters:
25464   - "throughput"
25465   - "parent"
25466   - "tags"
25467   sort:
25468   - "IP4BASE"
25469   - "NAT44"
25470   - "POLICE_MARK"
25471   - "COPWHLIST"
25472   - "IACL"
25473   - "OACL"
25474   layout:
25475     title: "ip4-3n-skx-x710-64b-features-ndr"
25476     layout: "plot-throughput-speedup-analysis"
25477
25478 -
25479   type: "plot"
25480   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
25481   algorithm: "plot_throughput_speedup_analysis"
25482   output-file-type: ".html"
25483   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
25484   data: "plot-throughput-speedup-analysis-3n-skx"
25485   filter: "'NIC_Intel-X710' and
25486            '64B' and
25487            ('IP4BASE' or
25488             'POLICE_MARK' or
25489             'COPWHLIST' or
25490             ('NAT44' and 'BASE') or
25491             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25492            'NDRPDR' and
25493            'IP4FWD' and
25494            not 'IPSEC' and
25495            not 'VHOST'"
25496   parameters:
25497   - "throughput"
25498   - "parent"
25499   - "tags"
25500   sort:
25501   - "IP4BASE"
25502   - "NAT44"
25503   - "POLICE_MARK"
25504   - "COPWHLIST"
25505   - "IACL"
25506   - "OACL"
25507   layout:
25508     title: "ip4-3n-skx-x710-64b-features-pdr"
25509     layout: "plot-throughput-speedup-analysis"
25510
25511 # Speedup - VPP IPv4 3n-skx-x710 features nat44
25512 -
25513   type: "plot"
25514   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
25515   algorithm: "plot_throughput_speedup_analysis"
25516   output-file-type: ".html"
25517   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
25518   data: "plot-throughput-speedup-analysis-3n-skx"
25519   filter: "'NIC_Intel-X710' and
25520            '64B' and
25521            'NDRPDR' and
25522            'IP4FWD' and
25523            'NAT44' and
25524            not 'IPSEC' and
25525            not 'VHOST'"
25526   parameters:
25527   - "throughput"
25528   - "parent"
25529   - "tags"
25530   sort:
25531   - "BASE"
25532   - "BASE"
25533   - "SRC_USER_10"
25534   - "SRC_USER_100"
25535   - "SRC_USER_1000"
25536   - "SRC_USER_2000"
25537   layout:
25538     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
25539     layout: "plot-throughput-speedup-analysis"
25540
25541 -
25542   type: "plot"
25543   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
25544   algorithm: "plot_throughput_speedup_analysis"
25545   output-file-type: ".html"
25546   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
25547   data: "plot-throughput-speedup-analysis-3n-skx"
25548   filter: "'NIC_Intel-X710' and
25549            '64B' and
25550            'NDRPDR' and
25551            'IP4FWD' and
25552            'NAT44' and
25553            not 'IPSEC' and
25554            not 'VHOST'"
25555   parameters:
25556   - "throughput"
25557   - "parent"
25558   - "tags"
25559   sort:
25560   - "BASE"
25561   - "BASE"
25562   - "SRC_USER_10"
25563   - "SRC_USER_100"
25564   - "SRC_USER_1000"
25565   - "SRC_USER_2000"
25566   layout:
25567     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
25568     layout: "plot-throughput-speedup-analysis"
25569
25570 # Speedup - VPP IPv4 3n-skx-x710 features iacl
25571 -
25572   type: "plot"
25573   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
25574   algorithm: "plot_throughput_speedup_analysis"
25575   output-file-type: ".html"
25576   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
25577   data: "plot-throughput-speedup-analysis-3n-skx"
25578   filter: "'NIC_Intel-X710' and
25579            '64B' and
25580            'NDRPDR' and
25581            'IP4FWD' and
25582            'IACL' and
25583            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25584            not 'IPSEC' and
25585            not 'VHOST'"
25586   parameters:
25587   - "throughput"
25588   - "parent"
25589   - "tags"
25590   sort:
25591   - "ACL_STATELESS"
25592   - "ACL_STATEFUL"
25593   - "ACL_STATELESS"
25594   - "ACL_STATEFUL"
25595   layout:
25596     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
25597     layout: "plot-throughput-speedup-analysis"
25598
25599 -
25600   type: "plot"
25601   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
25602   algorithm: "plot_throughput_speedup_analysis"
25603   output-file-type: ".html"
25604   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
25605   data: "plot-throughput-speedup-analysis-3n-skx"
25606   filter: "'NIC_Intel-X710' and
25607            '64B' and
25608            'NDRPDR' and
25609            'IP4FWD' and
25610            'IACL' and
25611            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25612            not 'IPSEC' and
25613            not 'VHOST'"
25614   parameters:
25615   - "throughput"
25616   - "parent"
25617   - "tags"
25618   sort:
25619   - "ACL_STATELESS"
25620   - "ACL_STATEFUL"
25621   - "ACL_STATELESS"
25622   - "ACL_STATEFUL"
25623   layout:
25624     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
25625     layout: "plot-throughput-speedup-analysis"
25626
25627 # Speedup - VPP IPv4 3n-skx-x710 features oacl
25628 -
25629   type: "plot"
25630   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
25631   algorithm: "plot_throughput_speedup_analysis"
25632   output-file-type: ".html"
25633   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
25634   data: "plot-throughput-speedup-analysis-3n-skx"
25635   filter: "'NIC_Intel-X710' and
25636            '64B' and
25637            'NDRPDR' and
25638            'IP4FWD' and
25639            'OACL' and
25640            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25641            not 'IPSEC' and
25642            not 'VHOST'"
25643   parameters:
25644   - "throughput"
25645   - "parent"
25646   - "tags"
25647   sort:
25648   - "ACL_STATELESS"
25649   - "ACL_STATEFUL"
25650   - "ACL_STATELESS"
25651   - "ACL_STATEFUL"
25652   layout:
25653     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
25654     layout: "plot-throughput-speedup-analysis"
25655
25656 -
25657   type: "plot"
25658   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
25659   algorithm: "plot_throughput_speedup_analysis"
25660   output-file-type: ".html"
25661   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
25662   data: "plot-throughput-speedup-analysis-3n-skx"
25663   filter: "'NIC_Intel-X710' and
25664            '64B' and
25665            'NDRPDR' and
25666            'IP4FWD' and
25667            'OACL' and
25668            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25669            not 'IPSEC' and
25670            not 'VHOST'"
25671   parameters:
25672   - "throughput"
25673   - "parent"
25674   - "tags"
25675   sort:
25676   - "ACL_STATELESS"
25677   - "ACL_STATEFUL"
25678   - "ACL_STATELESS"
25679   - "ACL_STATEFUL"
25680   layout:
25681     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
25682     layout: "plot-throughput-speedup-analysis"
25683
25684 # Speedup - VPP IPv4 2n-skx-x710 base and scale
25685 -
25686   type: "plot"
25687   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25688   algorithm: "plot_throughput_speedup_analysis"
25689   output-file-type: ".html"
25690   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25691   data: "plot-throughput-speedup-analysis-2n-skx"
25692   filter: "'NIC_Intel-X710' and
25693            '64B' and
25694            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25695            'NDRPDR' and
25696            'IP4FWD' and
25697            not 'IPSEC' and
25698            not 'VHOST'"
25699   parameters:
25700   - "throughput"
25701   - "parent"
25702   - "tags"
25703   sort:
25704   - "DOT1Q"
25705   - "IP4BASE"
25706   - "FIB_20k"
25707   - "FIB_200k"
25708   - "FIB_2M"
25709   layout:
25710     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
25711     layout: "plot-throughput-speedup-analysis"
25712
25713 -
25714   type: "plot"
25715   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25716   algorithm: "plot_throughput_speedup_analysis"
25717   output-file-type: ".html"
25718   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25719   data: "plot-throughput-speedup-analysis-2n-skx"
25720   filter: "'NIC_Intel-X710' and
25721            '64B' and
25722            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25723            'NDRPDR' and
25724            'IP4FWD' and
25725            not 'IPSEC' and
25726            not 'VHOST'"
25727   parameters:
25728   - "throughput"
25729   - "parent"
25730   - "tags"
25731   sort:
25732   - "DOT1Q"
25733   - "IP4BASE"
25734   - "FIB_20k"
25735   - "FIB_200k"
25736   - "FIB_2M"
25737   layout:
25738     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
25739     layout: "plot-throughput-speedup-analysis"
25740
25741 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
25742 -
25743   type: "plot"
25744   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25745   algorithm: "plot_throughput_speedup_analysis"
25746   output-file-type: ".html"
25747   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25748   data: "plot-throughput-speedup-analysis-2n-skx"
25749   filter: "'NIC_Intel-XXV710' and
25750            '64B' and
25751            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25752            'NDRPDR' and
25753            'IP4FWD' and
25754            not 'IPSEC' and
25755            not 'VHOST'"
25756   parameters:
25757   - "throughput"
25758   - "parent"
25759   - "tags"
25760   sort:
25761   - "DOT1Q"
25762   - "IP4BASE"
25763   - "FIB_20k"
25764   - "FIB_200k"
25765   - "FIB_2M"
25766   layout:
25767     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
25768     layout: "plot-throughput-speedup-analysis"
25769
25770 -
25771   type: "plot"
25772   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25773   algorithm: "plot_throughput_speedup_analysis"
25774   output-file-type: ".html"
25775   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25776   data: "plot-throughput-speedup-analysis-2n-skx"
25777   filter: "'NIC_Intel-XXV710' and
25778            '64B' and
25779            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25780            'NDRPDR' and
25781            'IP4FWD' and
25782            not 'IPSEC' and
25783            not 'VHOST'"
25784   parameters:
25785   - "throughput"
25786   - "parent"
25787   - "tags"
25788   sort:
25789   - "DOT1Q"
25790   - "IP4BASE"
25791   - "FIB_20k"
25792   - "FIB_200k"
25793   - "FIB_2M"
25794   layout:
25795     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
25796     layout: "plot-throughput-speedup-analysis"
25797
25798 # Speedup - VPP IPv4 2n-dnv-x553 base
25799 -
25800   type: "plot"
25801   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
25802   algorithm: "plot_throughput_speedup_analysis"
25803   output-file-type: ".html"
25804   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
25805   data: "intel-dnv-vpp"
25806   filter: "'NIC_Intel-X553' and
25807            '64B' and
25808            'IP4BASE' and
25809            'NDRPDR' and
25810            'IP4FWD' and
25811            not 'IPSEC' and
25812            not 'VHOST'"
25813   parameters:
25814   - "throughput"
25815   - "parent"
25816   - "tags"
25817   sort:
25818   - "IP4BASE"
25819   layout:
25820     title: "ip4-2n-dnv-x553-64b-base-ndr"
25821     layout: "plot-throughput-speedup-analysis"
25822
25823 -
25824   type: "plot"
25825   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
25826   algorithm: "plot_throughput_speedup_analysis"
25827   output-file-type: ".html"
25828   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
25829   data: "intel-dnv-vpp"
25830   filter: "'NIC_Intel-X553' and
25831            '64B' and
25832            'IP4BASE' and
25833            'NDRPDR' and
25834            'IP4FWD' and
25835            not 'IPSEC' and
25836            not 'VHOST'"
25837   parameters:
25838   - "throughput"
25839   - "parent"
25840   - "tags"
25841   sort:
25842   - "IP4BASE"
25843   layout:
25844     title: "ip4-2n-dnv-x553-64b-base-pdr"
25845     layout: "plot-throughput-speedup-analysis"
25846
25847 ################################################################################
25848
25849 ## Speedup - VPP IPv4 Tunnels 3n-hsw-x520
25850 #-
25851 #  type: "plot"
25852 #  title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25853 #  algorithm: "plot_throughput_speedup_analysis"
25854 #  output-file-type: ".html"
25855 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25856 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25857 #  filter: "'NIC_Intel-X520_DA2' and
25858 #           '64B' and
25859 #           'ENCAP' and
25860 #           'NDRPDR' and
25861 #           ('VXLAN' or 'LISP') and
25862 #           not 'VHOST' and
25863 #           not 'IPSECHW'"
25864 #  parameters:
25865 #  - "throughput"
25866 #  - "parent"
25867 #  - "tags"
25868 #  sort:
25869 #  - "not DOT1Q"
25870 #  - "VXLAN_1"
25871 #  - "VXLAN_10"
25872 #  - "VXLAN_100"
25873 #  - "VXLAN_1000"
25874 #  layout:
25875 #    title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
25876 #    layout: "plot-throughput-speedup-analysis"
25877 #
25878 #-
25879 #  type: "plot"
25880 #  title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25881 #  algorithm: "plot_throughput_speedup_analysis"
25882 #  output-file-type: ".html"
25883 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25884 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25885 #  filter: "'NIC_Intel-X520_DA2' and
25886 #           '64B' and
25887 #           'ENCAP' and
25888 #           'NDRPDR' and
25889 #           ('VXLAN' or 'LISP') and
25890 #           not 'VHOST' and
25891 #           not 'IPSECHW'"
25892 #  parameters:
25893 #  - "throughput"
25894 #  - "parent"
25895 #  - "tags"
25896 #  sort:
25897 #  - "not DOT1Q"
25898 #  - "VXLAN_1"
25899 #  - "VXLAN_10"
25900 #  - "VXLAN_100"
25901 #  - "VXLAN_1000"
25902 #  layout:
25903 #    title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
25904 #    layout: "plot-throughput-speedup-analysis"
25905
25906 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
25907 -
25908   type: "plot"
25909   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25910   algorithm: "plot_throughput_speedup_analysis"
25911   output-file-type: ".html"
25912   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25913   data: "plot-throughput-speedup-analysis-3n-hsw"
25914   filter: "'NIC_Intel-X520-DA2' and
25915            '64B' and
25916            'ENCAP' and
25917            'NDRPDR' and
25918            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25919            not 'DOT1Q' and
25920            not 'VHOST' and
25921            not 'IPSECHW'"
25922   parameters:
25923   - "throughput"
25924   - "parent"
25925   - "tags"
25926   sort:
25927   - "L2BDMACLRN"
25928   - "L2XCFWD"
25929   - "LISP"
25930   layout:
25931     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
25932     layout: "plot-throughput-speedup-analysis"
25933
25934 -
25935   type: "plot"
25936   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25937   algorithm: "plot_throughput_speedup_analysis"
25938   output-file-type: ".html"
25939   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25940   data: "plot-throughput-speedup-analysis-3n-hsw"
25941   filter: "'NIC_Intel-X520-DA2' and
25942            '64B' and
25943            'ENCAP' and
25944            'NDRPDR' and
25945            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25946            not 'DOT1Q' and
25947            not 'VHOST' and
25948            not 'IPSECHW'"
25949   parameters:
25950   - "throughput"
25951   - "parent"
25952   - "tags"
25953   sort:
25954   - "L2BDMACLRN"
25955   - "L2XCFWD"
25956   - "LISP"
25957   layout:
25958     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
25959     layout: "plot-throughput-speedup-analysis"
25960
25961 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
25962 -
25963   type: "plot"
25964   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25965   algorithm: "plot_throughput_speedup_analysis"
25966   output-file-type: ".html"
25967   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25968   data: "plot-throughput-speedup-analysis-3n-hsw"
25969   filter: "'NIC_Intel-X710' and
25970            '64B' and
25971            'ENCAP' and
25972            'NDRPDR' and
25973            ('VXLAN' or 'LISP') and
25974            not 'VHOST' and
25975            not 'IPSECHW'"
25976   parameters:
25977   - "throughput"
25978   - "parent"
25979   - "tags"
25980   sort:
25981   - "LISP"
25982   - "VXLAN_1"
25983   - "VXLAN_10"
25984   - "VXLAN_100"
25985   - "VXLAN_1000"
25986   layout:
25987     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
25988     layout: "plot-throughput-speedup-analysis"
25989
25990 -
25991   type: "plot"
25992   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25993   algorithm: "plot_throughput_speedup_analysis"
25994   output-file-type: ".html"
25995   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25996   data: "plot-throughput-speedup-analysis-3n-hsw"
25997   filter: "'NIC_Intel-X710' and
25998            '64B' and
25999            'ENCAP' and
26000            'NDRPDR' and
26001            ('VXLAN' or 'LISP') and
26002            not 'VHOST' and
26003            not 'IPSECHW'"
26004   parameters:
26005   - "throughput"
26006   - "parent"
26007   - "tags"
26008   sort:
26009   - "LISP"
26010   - "VXLAN_1"
26011   - "VXLAN_10"
26012   - "VXLAN_100"
26013   - "VXLAN_1000"
26014   layout:
26015     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
26016     layout: "plot-throughput-speedup-analysis"
26017
26018 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
26019 -
26020   type: "plot"
26021   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
26022   algorithm: "plot_throughput_speedup_analysis"
26023   output-file-type: ".html"
26024   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
26025   data: "plot-throughput-speedup-analysis-3n-hsw"
26026   filter: "'NIC_Intel-X710' and
26027            '64B' and
26028            'ENCAP' and
26029            'NDRPDR' and
26030            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26031            not 'DOT1Q' and
26032            not 'VHOST' and
26033            not 'IPSECHW'"
26034   parameters:
26035   - "throughput"
26036   - "parent"
26037   - "tags"
26038   sort:
26039   - "L2BDMACLRN"
26040   - "L2XCFWD"
26041   - "LISP"
26042   layout:
26043     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
26044     layout: "plot-throughput-speedup-analysis"
26045
26046 -
26047   type: "plot"
26048   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
26049   algorithm: "plot_throughput_speedup_analysis"
26050   output-file-type: ".html"
26051   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
26052   data: "plot-throughput-speedup-analysis-3n-hsw"
26053   filter: "'NIC_Intel-X710' and
26054            '64B' and
26055            'ENCAP' and
26056            'NDRPDR' and
26057            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26058            not 'DOT1Q' and
26059            not 'VHOST' and
26060            not 'IPSECHW'"
26061   parameters:
26062   - "throughput"
26063   - "parent"
26064   - "tags"
26065   sort:
26066   - "L2BDMACLRN"
26067   - "L2XCFWD"
26068   - "LISP"
26069   layout:
26070     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
26071     layout: "plot-throughput-speedup-analysis"
26072
26073 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
26074 -
26075   type: "plot"
26076   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26077   algorithm: "plot_throughput_speedup_analysis"
26078   output-file-type: ".html"
26079   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26080   data: "plot-throughput-speedup-analysis-3n-skx"
26081   filter: "'NIC_Intel-X710' and
26082            '64B' and
26083            'ENCAP' and
26084            'NDRPDR' and
26085            'VXLAN' and
26086            'L2BDMACLRN' and
26087            not 'VHOST' and
26088            not 'IPSECHW'"
26089   parameters:
26090   - "throughput"
26091   - "parent"
26092   - "tags"
26093   sort:
26094   - "LISP"
26095   - "VXLAN_1"
26096   - "VXLAN_10"
26097   - "VXLAN_100"
26098   - "VXLAN_1000"
26099   layout:
26100     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
26101     layout: "plot-throughput-speedup-analysis"
26102
26103 -
26104   type: "plot"
26105   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26106   algorithm: "plot_throughput_speedup_analysis"
26107   output-file-type: ".html"
26108   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26109   data: "plot-throughput-speedup-analysis-3n-skx"
26110   filter: "'NIC_Intel-X710' and
26111            '64B' and
26112            'ENCAP' and
26113            'NDRPDR' and
26114            'VXLAN' and
26115            'L2BDMACLRN' and
26116            not 'VHOST' and
26117            not 'IPSECHW'"
26118   parameters:
26119   - "throughput"
26120   - "parent"
26121   - "tags"
26122   sort:
26123   - "LISP"
26124   - "VXLAN_1"
26125   - "VXLAN_10"
26126   - "VXLAN_100"
26127   - "VXLAN_1000"
26128   layout:
26129     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
26130     layout: "plot-throughput-speedup-analysis"
26131
26132 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
26133 -
26134   type: "plot"
26135   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
26136   algorithm: "plot_throughput_speedup_analysis"
26137   output-file-type: ".html"
26138   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
26139   data: "plot-throughput-speedup-analysis-3n-skx"
26140   filter: "'NIC_Intel-X710' and
26141            '64B' and
26142            'ENCAP' and
26143            'NDRPDR' and
26144            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26145            not 'DOT1Q' and
26146            not 'VHOST' and
26147            not 'IPSECHW'"
26148   parameters:
26149   - "throughput"
26150   - "parent"
26151   - "tags"
26152   sort:
26153   - "L2BDMACLRN"
26154   - "L2XCFWD"
26155   - "LISP"
26156   layout:
26157     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
26158     layout: "plot-throughput-speedup-analysis"
26159
26160 -
26161   type: "plot"
26162   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
26163   algorithm: "plot_throughput_speedup_analysis"
26164   output-file-type: ".html"
26165   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
26166   data: "plot-throughput-speedup-analysis-3n-skx"
26167   filter: "'NIC_Intel-X710' and
26168            '64B' and
26169            'ENCAP' and
26170            'NDRPDR' and
26171            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26172            not 'DOT1Q' and
26173            not 'VHOST' and
26174            not 'IPSECHW'"
26175   parameters:
26176   - "throughput"
26177   - "parent"
26178   - "tags"
26179   sort:
26180   - "L2BDMACLRN"
26181   - "L2XCFWD"
26182   - "LISP"
26183   layout:
26184     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
26185     layout: "plot-throughput-speedup-analysis"
26186
26187 ################################################################################
26188
26189 # Speedup - VPP IPv6 3n-hsw-x520
26190 -
26191   type: "plot"
26192   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26193   algorithm: "plot_throughput_speedup_analysis"
26194   output-file-type: ".html"
26195   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26196   data: "plot-throughput-speedup-analysis-3n-hsw"
26197   filter: "'NIC_Intel-X520-DA2' and
26198            '78B' and
26199            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26200            'NDRPDR' and
26201            'IP6FWD' and
26202            not 'SRv6' and
26203            not 'IPSEC' and
26204            not 'VHOST'"
26205   parameters:
26206   - "throughput"
26207   - "parent"
26208   - "tags"
26209   sort:
26210   - "IP6BASE"
26211   - "FIB_20K"
26212   - "FIB_200K"
26213   - "FIB_2M"
26214   layout:
26215     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
26216     layout: "plot-throughput-speedup-analysis"
26217
26218 -
26219   type: "plot"
26220   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26221   algorithm: "plot_throughput_speedup_analysis"
26222   output-file-type: ".html"
26223   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26224   data: "plot-throughput-speedup-analysis-3n-hsw"
26225   filter: "'NIC_Intel-X520-DA2' and
26226            '78B' and
26227            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26228            'NDRPDR' and
26229            'IP6FWD' and
26230            not 'SRv6' and
26231            not 'IPSEC' and
26232            not 'VHOST'"
26233   parameters:
26234   - "throughput"
26235   - "parent"
26236   - "tags"
26237   sort:
26238   - "IP6BASE"
26239   - "FIB_20K"
26240   - "FIB_200K"
26241   - "FIB_2M"
26242   layout:
26243     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
26244     layout: "plot-throughput-speedup-analysis"
26245
26246 # Speedup - VPP IPv6 3n-hsw-x520 features
26247 -
26248   type: "plot"
26249   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
26250   algorithm: "plot_throughput_speedup_analysis"
26251   output-file-type: ".html"
26252   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
26253   data: "plot-throughput-speedup-analysis-3n-hsw"
26254   filter: "'NIC_Intel-X520-DA2' and
26255            '78B' and
26256            ('IP6BASE' or
26257             'POLICE_MARK' or
26258             'COPWHLIST' or
26259             'IACLDST') and
26260            'NDRPDR' and
26261            'IP6FWD' and
26262            not 'SRv6' and
26263            not 'IPSEC' and
26264            not 'VHOST'"
26265   parameters:
26266   - "throughput"
26267   - "parent"
26268   - "tags"
26269   sort:
26270   - "IP6BASE"
26271   - "POLICE_MARK"
26272   - "COPWHLIST"
26273   - "IACLDST"
26274   layout:
26275     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
26276     layout: "plot-throughput-speedup-analysis"
26277
26278 -
26279   type: "plot"
26280   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
26281   algorithm: "plot_throughput_speedup_analysis"
26282   output-file-type: ".html"
26283   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
26284   data: "plot-throughput-speedup-analysis-3n-hsw"
26285   filter: "'NIC_Intel-X520-DA2' and
26286            '78B' and
26287            ('IP6BASE' or
26288             'POLICE_MARK' or
26289             'COPWHLIST' or
26290             'IACLDST') and
26291            'NDRPDR' and
26292            'IP6FWD' and
26293            not 'SRv6' and
26294            not 'IPSEC' and
26295            not 'VHOST'"
26296   parameters:
26297   - "throughput"
26298   - "parent"
26299   - "tags"
26300   sort:
26301   - "IP6BASE"
26302   - "POLICE_MARK"
26303   - "COPWHLIST"
26304   - "IACLDST"
26305   layout:
26306     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
26307     layout: "plot-throughput-speedup-analysis"
26308
26309 # Speedup - VPP IPv6 3n-hsw-x710
26310 -
26311   type: "plot"
26312   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
26313   algorithm: "plot_throughput_speedup_analysis"
26314   output-file-type: ".html"
26315   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
26316   data: "plot-throughput-speedup-analysis-3n-hsw"
26317   filter: "'NIC_Intel-X710' and
26318            '78B' and
26319            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26320            'NDRPDR' and
26321            'IP6FWD' and
26322            not 'SRv6' and
26323            not 'IPSEC' and
26324            not 'VHOST'"
26325   parameters:
26326   - "throughput"
26327   - "parent"
26328   - "tags"
26329   sort:
26330   - "IP6BASE"
26331   - "FIB_20K"
26332   - "FIB_200K"
26333   - "FIB_2M"
26334   layout:
26335     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
26336     layout: "plot-throughput-speedup-analysis"
26337
26338 -
26339   type: "plot"
26340   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
26341   algorithm: "plot_throughput_speedup_analysis"
26342   output-file-type: ".html"
26343   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
26344   data: "plot-throughput-speedup-analysis-3n-hsw"
26345   filter: "'NIC_Intel-X710' and
26346            '78B' and
26347            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26348            'NDRPDR' and
26349            'IP6FWD' and
26350            not 'SRv6' and
26351            not 'IPSEC' and
26352            not 'VHOST'"
26353   parameters:
26354   - "throughput"
26355   - "parent"
26356   - "tags"
26357   sort:
26358   - "IP6BASE"
26359   - "FIB_20K"
26360   - "FIB_200K"
26361   - "FIB_2M"
26362   layout:
26363     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
26364     layout: "plot-throughput-speedup-analysis"
26365
26366 # Speedup - VPP IPv6 3n-hsw-x710 features
26367 -
26368   type: "plot"
26369   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
26370   algorithm: "plot_throughput_speedup_analysis"
26371   output-file-type: ".html"
26372   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
26373   data: "plot-throughput-speedup-analysis-3n-hsw"
26374   filter: "'NIC_Intel-X710' and
26375            '78B' and
26376            ('IP6BASE' or
26377             'POLICE_MARK' or
26378             'COPWHLIST' or
26379             'IACLDST') and
26380            'NDRPDR' and
26381            'IP6FWD' and
26382            not 'SRv6' and
26383            not 'IPSEC' and
26384            not 'VHOST'"
26385   parameters:
26386   - "throughput"
26387   - "parent"
26388   - "tags"
26389   sort:
26390   - "IP6BASE"
26391   - "POLICE_MARK"
26392   - "COPWHLIST"
26393   - "IACLDST"
26394   layout:
26395     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
26396     layout: "plot-throughput-speedup-analysis"
26397
26398 -
26399   type: "plot"
26400   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
26401   algorithm: "plot_throughput_speedup_analysis"
26402   output-file-type: ".html"
26403   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
26404   data: "plot-throughput-speedup-analysis-3n-hsw"
26405   filter: "'NIC_Intel-X710' and
26406            '78B' and
26407            ('IP6BASE' or
26408             'POLICE_MARK' or
26409             'COPWHLIST' or
26410             'IACLDST') and
26411            'NDRPDR' and
26412            'IP6FWD' and
26413            not 'SRv6' and
26414            not 'IPSEC' and
26415            not 'VHOST'"
26416   parameters:
26417   - "throughput"
26418   - "parent"
26419   - "tags"
26420   sort:
26421   - "IP6BASE"
26422   - "POLICE_MARK"
26423   - "COPWHLIST"
26424   - "IACLDST"
26425   layout:
26426     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
26427     layout: "plot-throughput-speedup-analysis"
26428
26429 # Speedup - VPP IPv6 3n-hsw-xl710
26430 -
26431   type: "plot"
26432   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
26433   algorithm: "plot_throughput_speedup_analysis"
26434   output-file-type: ".html"
26435   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
26436   data: "plot-throughput-speedup-analysis-3n-hsw"
26437   filter: "'NIC_Intel-XL710' and
26438            '78B' and
26439            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26440            'NDRPDR' and
26441            'IP6FWD' and
26442            not 'SRv6' and
26443            not 'IPSEC' and
26444            not 'VHOST'"
26445   parameters:
26446   - "throughput"
26447   - "parent"
26448   - "tags"
26449   sort:
26450   - "IP6BASE"
26451   - "FIB_20K"
26452   - "FIB_200K"
26453   - "FIB_2M"
26454   layout:
26455     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
26456     layout: "plot-throughput-speedup-analysis"
26457
26458 -
26459   type: "plot"
26460   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
26461   algorithm: "plot_throughput_speedup_analysis"
26462   output-file-type: ".html"
26463   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
26464   data: "plot-throughput-speedup-analysis-3n-hsw"
26465   filter: "'NIC_Intel-XL710' and
26466            '78B' and
26467            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26468            'NDRPDR' and
26469            'IP6FWD' and
26470            not 'SRv6' and
26471            not 'IPSEC' and
26472            not 'VHOST'"
26473   parameters:
26474   - "throughput"
26475   - "parent"
26476   - "tags"
26477   sort:
26478   - "IP6BASE"
26479   - "FIB_20K"
26480   - "FIB_200K"
26481   - "FIB_2M"
26482   layout:
26483     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
26484     layout: "plot-throughput-speedup-analysis"
26485
26486 # Speedup - VPP IPv6 3n-skx-x710
26487 -
26488   type: "plot"
26489   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26490   algorithm: "plot_throughput_speedup_analysis"
26491   output-file-type: ".html"
26492   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26493   data: "plot-throughput-speedup-analysis-3n-skx"
26494   filter: "'NIC_Intel-X710' and
26495            '78B' and
26496            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26497            'NDRPDR' and
26498            'IP6FWD' and
26499            not 'SRv6' and
26500            not 'IPSEC' and
26501            not 'VHOST'"
26502   parameters:
26503   - "throughput"
26504   - "parent"
26505   - "tags"
26506   sort:
26507   - "IP6BASE"
26508   - "FIB_20K"
26509   - "FIB_200K"
26510   - "FIB_2M"
26511   layout:
26512     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
26513     layout: "plot-throughput-speedup-analysis"
26514
26515 -
26516   type: "plot"
26517   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26518   algorithm: "plot_throughput_speedup_analysis"
26519   output-file-type: ".html"
26520   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26521   data: "plot-throughput-speedup-analysis-3n-skx"
26522   filter: "'NIC_Intel-X710' and
26523            '78B' and
26524            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26525            'NDRPDR' and
26526            'IP6FWD' and
26527            not 'SRv6' and
26528            not 'IPSEC' and
26529            not 'VHOST'"
26530   parameters:
26531   - "throughput"
26532   - "parent"
26533   - "tags"
26534   sort:
26535   - "IP6BASE"
26536   - "FIB_20K"
26537   - "FIB_200K"
26538   - "FIB_2M"
26539   layout:
26540     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
26541     layout: "plot-throughput-speedup-analysis"
26542
26543 # Speedup - VPP IPv6 3n-skx-x710 features
26544 -
26545   type: "plot"
26546   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
26547   algorithm: "plot_throughput_speedup_analysis"
26548   output-file-type: ".html"
26549   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
26550   data: "plot-throughput-speedup-analysis-3n-skx"
26551   filter: "'NIC_Intel-X710' and
26552            '78B' and
26553            ('IP6BASE' or
26554             'POLICE_MARK' or
26555             'COPWHLIST' or
26556             'IACLDST') and
26557            'NDRPDR' and
26558            'IP6FWD' and
26559            not 'SRv6' and
26560            not 'IPSEC' and
26561            not 'VHOST'"
26562   parameters:
26563   - "throughput"
26564   - "parent"
26565   - "tags"
26566   sort:
26567   - "IP6BASE"
26568   - "POLICE_MARK"
26569   - "COPWHLIST"
26570   - "IACLDST"
26571   layout:
26572     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
26573     layout: "plot-throughput-speedup-analysis"
26574
26575 -
26576   type: "plot"
26577   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
26578   algorithm: "plot_throughput_speedup_analysis"
26579   output-file-type: ".html"
26580   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
26581   data: "plot-throughput-speedup-analysis-3n-skx"
26582   filter: "'NIC_Intel-X710' and
26583            '78B' and
26584            ('IP6BASE' or
26585             'POLICE_MARK' or
26586             'COPWHLIST' or
26587             'IACLDST') and
26588            'NDRPDR' and
26589            'IP6FWD' and
26590            not 'SRv6' and
26591            not 'IPSEC' and
26592            not 'VHOST'"
26593   parameters:
26594   - "throughput"
26595   - "parent"
26596   - "tags"
26597   sort:
26598   - "IP6BASE"
26599   - "POLICE_MARK"
26600   - "COPWHLIST"
26601   - "IACLDST"
26602   layout:
26603     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
26604     layout: "plot-throughput-speedup-analysis"
26605
26606 # Speedup - VPP IPv6 2n-skx-x710
26607 -
26608   type: "plot"
26609   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
26610   algorithm: "plot_throughput_speedup_analysis"
26611   output-file-type: ".html"
26612   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
26613   data: "plot-throughput-speedup-analysis-2n-skx"
26614   filter: "'NIC_Intel-X710' and
26615            '78B' and
26616            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26617            'NDRPDR' and
26618            'IP6FWD' and
26619            not 'SRv6' and
26620            not 'IPSEC' and
26621            not 'VHOST'"
26622   parameters:
26623   - "throughput"
26624   - "parent"
26625   - "tags"
26626   sort:
26627   - "IP6BASE"
26628   - "FIB_20k"
26629   - "FIB_200k"
26630   - "FIB_2M"
26631   layout:
26632     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
26633     layout: "plot-throughput-speedup-analysis"
26634
26635 -
26636   type: "plot"
26637   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
26638   algorithm: "plot_throughput_speedup_analysis"
26639   output-file-type: ".html"
26640   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
26641   data: "plot-throughput-speedup-analysis-2n-skx"
26642   filter: "'NIC_Intel-X710' and
26643            '78B' and
26644            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26645            'NDRPDR' and
26646            'IP6FWD' and
26647            not 'SRv6' and
26648            not 'IPSEC' and
26649            not 'VHOST'"
26650   parameters:
26651   - "throughput"
26652   - "parent"
26653   - "tags"
26654   sort:
26655   - "IP6BASE"
26656   - "FIB_20k"
26657   - "FIB_200k"
26658   - "FIB_2M"
26659   layout:
26660     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
26661     layout: "plot-throughput-speedup-analysis"
26662
26663 # Speedup - VPP IPv6 2n-skx-xxv710
26664 -
26665   type: "plot"
26666   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
26667   algorithm: "plot_throughput_speedup_analysis"
26668   output-file-type: ".html"
26669   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
26670   data: "plot-throughput-speedup-analysis-2n-skx"
26671   filter: "'NIC_Intel-XXV710' and
26672            '78B' and
26673            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26674            'NDRPDR' and
26675            'IP6FWD' and
26676            not 'SRv6' and
26677            not 'IPSEC' and
26678            not 'VHOST'"
26679   parameters:
26680   - "throughput"
26681   - "parent"
26682   - "tags"
26683   sort:
26684   - "IP6BASE"
26685   - "FIB_20k"
26686   - "FIB_200k"
26687   - "FIB_2M"
26688   layout:
26689     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
26690     layout: "plot-throughput-speedup-analysis"
26691
26692 -
26693   type: "plot"
26694   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
26695   algorithm: "plot_throughput_speedup_analysis"
26696   output-file-type: ".html"
26697   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
26698   data: "plot-throughput-speedup-analysis-2n-skx"
26699   filter: "'NIC_Intel-XXV710' and
26700            '78B' and
26701            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26702            'NDRPDR' and
26703            'IP6FWD' and
26704            not 'SRv6' and
26705            not 'IPSEC' and
26706            not 'VHOST'"
26707   parameters:
26708   - "throughput"
26709   - "parent"
26710   - "tags"
26711   sort:
26712   - "IP6BASE"
26713   - "FIB_20k"
26714   - "FIB_200k"
26715   - "FIB_2M"
26716   layout:
26717     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
26718     layout: "plot-throughput-speedup-analysis"
26719
26720 # Speedup - VPP IPv6 2n-dnv-x553 base
26721 -
26722   type: "plot"
26723   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
26724   algorithm: "plot_throughput_speedup_analysis"
26725   output-file-type: ".html"
26726   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
26727   data: "intel-dnv-vpp"
26728   filter: "'NIC_Intel-X553' and
26729            '78B' and
26730            'IP6BASE' and
26731            'NDRPDR' and
26732            'IP6FWD' and
26733            not 'SRv6' and
26734            not 'IPSEC' and
26735            not 'VHOST'"
26736   parameters:
26737   - "throughput"
26738   - "parent"
26739   - "tags"
26740   sort:
26741   - "IP6BASE"
26742   layout:
26743     title: "ip6-2n-dnv-x553-78b-base-ndr"
26744     layout: "plot-throughput-speedup-analysis"
26745
26746 -
26747   type: "plot"
26748   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
26749   algorithm: "plot_throughput_speedup_analysis"
26750   output-file-type: ".html"
26751   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
26752   data: "intel-dnv-vpp"
26753   filter: "'NIC_Intel-X553' and
26754            '78B' and
26755            'IP6BASE' and
26756            'NDRPDR' and
26757            'IP6FWD' and
26758            not 'SRv6' and
26759            not 'IPSEC' and
26760            not 'VHOST'"
26761   parameters:
26762   - "throughput"
26763   - "parent"
26764   - "tags"
26765   sort:
26766   - "IP6BASE"
26767   layout:
26768     title: "ip6-2n-dnv-x553-78b-base-pdr"
26769     layout: "plot-throughput-speedup-analysis"
26770
26771 ################################################################################
26772
26773 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
26774 -
26775   type: "plot"
26776   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26777   algorithm: "plot_throughput_speedup_analysis"
26778   output-file-type: ".html"
26779   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26780   data: "plot-throughput-speedup-analysis-3n-hsw"
26781   filter: "'NIC_Intel-X520-DA2' and
26782            '78B' and
26783            'ENCAP' and
26784            'NDRPDR' and
26785            'LISP' and
26786            not 'VHOST'"
26787   parameters:
26788   - "throughput"
26789   - "parent"
26790   - "tags"
26791   sort:
26792   - "IP4UNRLAY"
26793   - "IP6UNRLAY"
26794   layout:
26795     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
26796     layout: "plot-throughput-speedup-analysis"
26797
26798 -
26799   type: "plot"
26800   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26801   algorithm: "plot_throughput_speedup_analysis"
26802   output-file-type: ".html"
26803   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26804   data: "plot-throughput-speedup-analysis-3n-hsw"
26805   filter: "'NIC_Intel-X520-DA2' and
26806            '78B' and
26807            'ENCAP' and
26808            'NDRPDR' and
26809            'LISP' and
26810            not 'VHOST'"
26811   parameters:
26812   - "throughput"
26813   - "parent"
26814   - "tags"
26815   sort:
26816   - "IP4UNRLAY"
26817   - "IP6UNRLAY"
26818   layout:
26819     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
26820     layout: "plot-throughput-speedup-analysis"
26821
26822 ################################################################################
26823
26824 # Speedup - VPP IPSec 3n-hsw-xl710 base
26825 -
26826   type: "plot"
26827   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
26828   algorithm: "plot_throughput_speedup_analysis"
26829   output-file-type: ".html"
26830   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
26831   data: "plot-throughput-speedup-analysis-3n-hsw"
26832   filter: "'NIC_Intel-XL710' and
26833            '64B' and
26834            'IP4FWD' and
26835            'NDRPDR' and
26836            'BASE' and
26837            'IPSECHW' and
26838            ('IPSECTRAN' or 'IPSECTUN') and
26839            not 'VHOST'"
26840   parameters:
26841   - "throughput"
26842   - "parent"
26843   - "tags"
26844   layout:
26845     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
26846     layout: "plot-throughput-speedup-analysis"
26847
26848 -
26849   type: "plot"
26850   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
26851   algorithm: "plot_throughput_speedup_analysis"
26852   output-file-type: ".html"
26853   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
26854   data: "plot-throughput-speedup-analysis-3n-hsw"
26855   filter: "'NIC_Intel-XL710' and
26856            '64B' and
26857            'IP4FWD' and
26858            'NDRPDR' and
26859            'BASE' and
26860            'IPSECHW' and
26861            ('IPSECTRAN' or 'IPSECTUN') and
26862            not 'VHOST'"
26863   parameters:
26864   - "throughput"
26865   - "parent"
26866   - "tags"
26867   layout:
26868     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
26869     layout: "plot-throughput-speedup-analysis"
26870
26871 # Speedup - VPP IPSec 3n-hsw-xl710 scale
26872 -
26873   type: "plot"
26874   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
26875   algorithm: "plot_throughput_speedup_analysis"
26876   output-file-type: ".html"
26877   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
26878   data: "plot-throughput-speedup-analysis-3n-hsw"
26879   filter: "'NIC_Intel-XL710' and
26880            '64B' and
26881            'IP4FWD' and
26882            'NDRPDR' and
26883            'SCALE' and
26884            'IPSECHW' and
26885            ('IPSECTRAN' or 'IPSECTUN') and
26886            not 'VHOST'"
26887   parameters:
26888   - "throughput"
26889   - "parent"
26890   - "tags"
26891   layout:
26892     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
26893     layout: "plot-throughput-speedup-analysis"
26894
26895 -
26896   type: "plot"
26897   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
26898   algorithm: "plot_throughput_speedup_analysis"
26899   output-file-type: ".html"
26900   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
26901   data: "plot-throughput-speedup-analysis-3n-hsw"
26902   filter: "'NIC_Intel-XL710' and
26903            '64B' and
26904            'IP4FWD' and
26905            'NDRPDR' and
26906            'SCALE' and
26907            'IPSECHW' and
26908            ('IPSECTRAN' or 'IPSECTUN') and
26909            not 'VHOST'"
26910   parameters:
26911   - "throughput"
26912   - "parent"
26913   - "tags"
26914   layout:
26915     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
26916     layout: "plot-throughput-speedup-analysis"
26917
26918 # Speedup - VPP IPSec 3n-hsw-xl710 sw
26919 -
26920   type: "plot"
26921   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
26922   algorithm: "plot_throughput_speedup_analysis"
26923   output-file-type: ".html"
26924   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
26925   data: "plot-throughput-speedup-analysis-3n-hsw"
26926   filter: "'NIC_Intel-XL710' and
26927            '64B' and
26928            'IP4FWD' and
26929            'NDRPDR' and
26930            'IPSECSW' and
26931            ('IPSECTRAN' or 'IPSECTUN') and
26932            not 'VHOST'"
26933   parameters:
26934   - "throughput"
26935   - "parent"
26936   - "tags"
26937   layout:
26938     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
26939     layout: "plot-throughput-speedup-analysis"
26940
26941 -
26942   type: "plot"
26943   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
26944   algorithm: "plot_throughput_speedup_analysis"
26945   output-file-type: ".html"
26946   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
26947   data: "plot-throughput-speedup-analysis-3n-hsw"
26948   filter: "'NIC_Intel-XL710' and
26949            '64B' and
26950            'IP4FWD' and
26951            'NDRPDR' and
26952            'IPSECSW' and
26953            ('IPSECTRAN' or 'IPSECTUN') and
26954            not 'VHOST'"
26955   parameters:
26956   - "throughput"
26957   - "parent"
26958   - "tags"
26959   layout:
26960     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
26961     layout: "plot-throughput-speedup-analysis"
26962
26963 ################################################################################
26964
26965 # Speedup - VPP SRv6 3n-hsw-x520
26966 -
26967   type: "plot"
26968   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
26969   algorithm: "plot_throughput_speedup_analysis"
26970   output-file-type: ".html"
26971   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
26972   data: "plot-throughput-speedup-analysis-3n-hsw"
26973   filter: "'NIC_Intel-X520-DA2' and
26974            '78B' and
26975            'FEATURE' and
26976            'NDRPDR' and
26977            'IP6FWD' and
26978            'SRv6'"
26979   parameters:
26980   - "throughput"
26981   - "parent"
26982   - "tags"
26983   layout:
26984     title: "srv6-3n-hsw-x520-78b-features-ndr"
26985     layout: "plot-throughput-speedup-analysis"
26986
26987 -
26988   type: "plot"
26989   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
26990   algorithm: "plot_throughput_speedup_analysis"
26991   output-file-type: ".html"
26992   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
26993   data: "plot-throughput-speedup-analysis-3n-hsw"
26994   filter: "'NIC_Intel-X520-DA2' and
26995            '78B' and
26996            'FEATURE' and
26997            'NDRPDR' and
26998            'IP6FWD' and
26999            'SRv6'"
27000   parameters:
27001   - "throughput"
27002   - "parent"
27003   - "tags"
27004   layout:
27005     title: "srv6-3n-hsw-x520-78b-features-pdr"
27006     layout: "plot-throughput-speedup-analysis"
27007
27008 ################################################################################
27009
27010 # Speedup - VPP L2 3n-hsw-x520 base and scale
27011 -
27012   type: "plot"
27013   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27014   algorithm: "plot_throughput_speedup_analysis"
27015   output-file-type: ".html"
27016   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27017   data: "plot-throughput-speedup-analysis-3n-hsw"
27018   filter: "'NIC_Intel-X520-DA2' and
27019            '64B' and
27020            ('BASE' or 'SCALE') and
27021            'NDRPDR' and
27022            'ETH' and
27023            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27024            not 'VHOST' and
27025            not 'MEMIF'"
27026   parameters:
27027   - "throughput"
27028   - "parent"
27029   - "tags"
27030   sort:
27031   - "L2XCFWD"
27032   - "L2PATCH"
27033   - "L2BDMACLRN"
27034   - "FIB_10K"
27035   - "FIB_100K"
27036   - "FIB_1M"
27037   layout:
27038     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
27039     layout: "plot-throughput-speedup-analysis"
27040
27041 -
27042   type: "plot"
27043   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27044   algorithm: "plot_throughput_speedup_analysis"
27045   output-file-type: ".html"
27046   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27047   data: "plot-throughput-speedup-analysis-3n-hsw"
27048   filter: "'NIC_Intel-X520-DA2' and
27049            '64B' and
27050            ('BASE' or 'SCALE') and
27051            'NDRPDR' and
27052            'ETH' and
27053            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27054            not 'VHOST' and
27055            not 'MEMIF'"
27056   parameters:
27057   - "throughput"
27058   - "parent"
27059   - "tags"
27060   sort:
27061   - "L2XCFWD"
27062   - "L2PATCH"
27063   - "L2BDMACLRN"
27064   - "FIB_10K"
27065   - "FIB_100K"
27066   - "FIB_1M"
27067   layout:
27068     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
27069     layout: "plot-throughput-speedup-analysis"
27070
27071 # Speedup - VPP L2 3n-hsw-x520 features
27072 -
27073   type: "plot"
27074   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
27075   algorithm: "plot_throughput_speedup_analysis"
27076   output-file-type: ".html"
27077   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
27078   data: "plot-throughput-speedup-analysis-3n-hsw"
27079   filter: "'NIC_Intel-X520-DA2' and
27080            '64B' and
27081            'NDRPDR' and
27082            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27083            not 'ACL' and
27084            not 'VHOST' and
27085            not 'MEMIF'"
27086   parameters:
27087   - "throughput"
27088   - "parent"
27089   - "tags"
27090   sort:
27091   - "L2XCBASE"    # l2xcbase
27092   - "L2BDBASE"    # l2bdbase
27093   - "L2XCFWD"     # dot1q-l2xcbase
27094   - "L2BDMACLRN"  # dot1q-l2bdbase
27095   layout:
27096     title: "l2sw-3n-hsw-x520-64b-features-ndr"
27097     layout: "plot-throughput-speedup-analysis"
27098
27099 -
27100   type: "plot"
27101   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
27102   algorithm: "plot_throughput_speedup_analysis"
27103   output-file-type: ".html"
27104   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
27105   data: "plot-throughput-speedup-analysis-3n-hsw"
27106   filter: "'NIC_Intel-X520-DA2' and
27107            '64B' and
27108            'NDRPDR' and
27109            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27110            not 'ACL' and
27111            not 'VHOST' and
27112            not 'MEMIF'"
27113   parameters:
27114   - "throughput"
27115   - "parent"
27116   - "tags"
27117   sort:
27118   - "L2XCBASE"    # l2xcbase
27119   - "L2BDBASE"    # l2bdbase
27120   - "L2XCFWD"     # dot1q-l2xcbase
27121   - "L2BDMACLRN"  # dot1q-l2bdbase
27122   layout:
27123     title: "l2sw-3n-hsw-x520-64b-features-pdr"
27124     layout: "plot-throughput-speedup-analysis"
27125
27126 # Speedup - VPP L2 3n-hsw-x710 base and scale
27127 -
27128   type: "plot"
27129   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27130   algorithm: "plot_throughput_speedup_analysis"
27131   output-file-type: ".html"
27132   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27133   data: "plot-throughput-speedup-analysis-3n-hsw"
27134   filter: "'NIC_Intel-X710' and
27135            '64B' and
27136            ('BASE' or 'SCALE') and
27137            'NDRPDR' and
27138            'ETH' and
27139            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27140            not 'VHOST' and
27141            not 'MEMIF' and
27142            not 'DRV_AVF'"
27143   parameters:
27144   - "throughput"
27145   - "parent"
27146   - "tags"
27147   sort:
27148   - "L2PATCH"
27149   - "L2XCBASE"
27150   - "BASE"
27151   - "FIB_10K"
27152   - "FIB_100K"
27153   - "FIB_1M"
27154   layout:
27155     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
27156     layout: "plot-throughput-speedup-analysis"
27157
27158 -
27159   type: "plot"
27160   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27161   algorithm: "plot_throughput_speedup_analysis"
27162   output-file-type: ".html"
27163   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27164   data: "plot-throughput-speedup-analysis-3n-hsw"
27165   filter: "'NIC_Intel-X710' and
27166            '64B' and
27167            ('BASE' or 'SCALE') and
27168            'NDRPDR' and
27169            'ETH' and
27170            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27171            not 'VHOST' and
27172            not 'MEMIF' and
27173            not 'DRV_AVF'"
27174   parameters:
27175   - "throughput"
27176   - "parent"
27177   - "tags"
27178   sort:
27179   - "L2PATCH"
27180   - "L2XCBASE"
27181   - "BASE"
27182   - "FIB_10K"
27183   - "FIB_100K"
27184   - "FIB_1M"
27185   layout:
27186     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
27187     layout: "plot-throughput-speedup-analysis"
27188
27189 # Speedup - VPP L2 3n-hsw-x710 features
27190 -
27191   type: "plot"
27192   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
27193   algorithm: "plot_throughput_speedup_analysis"
27194   output-file-type: ".html"
27195   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
27196   data: "plot-throughput-speedup-analysis-3n-hsw"
27197   filter: "'NIC_Intel-X710' and
27198            '64B' and
27199            'NDRPDR' and
27200            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27201            not 'ACL' and
27202            not 'VHOST' and
27203            not 'MEMIF'"
27204   parameters:
27205   - "throughput"
27206   - "parent"
27207   - "tags"
27208   sort:
27209   - "L2XCBASE"    # l2xcbase
27210   - "L2BDBASE"    # l2bdbase
27211   - "L2XCFWD"     # dot1q-l2xcbase
27212   - "L2BDMACLRN"  # dot1q-l2bdbase
27213   layout:
27214     title: "l2sw-3n-hsw-x710-64b-features-ndr"
27215     layout: "plot-throughput-speedup-analysis"
27216
27217 -
27218   type: "plot"
27219   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
27220   algorithm: "plot_throughput_speedup_analysis"
27221   output-file-type: ".html"
27222   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
27223   data: "plot-throughput-speedup-analysis-3n-hsw"
27224   filter: "'NIC_Intel-X710' and
27225            '64B' and
27226            'NDRPDR' and
27227            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27228            not 'ACL' and
27229            not 'VHOST' and
27230            not 'MEMIF'"
27231   parameters:
27232   - "throughput"
27233   - "parent"
27234   - "tags"
27235   sort:
27236   - "L2XCBASE"    # l2xcbase
27237   - "L2BDBASE"    # l2bdbase
27238   - "L2XCFWD"     # dot1q-l2xcbase
27239   - "L2BDMACLRN"  # dot1q-l2bdbase
27240   layout:
27241     title: "l2sw-3n-hsw-x710-64b-features-pdr"
27242     layout: "plot-throughput-speedup-analysis"
27243
27244 # Speedup - VPP L2 3n-hsw-xl710 base and scale
27245 -
27246   type: "plot"
27247   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27248   algorithm: "plot_throughput_speedup_analysis"
27249   output-file-type: ".html"
27250   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27251   data: "plot-throughput-speedup-analysis-3n-hsw"
27252   filter: "'NIC_Intel-XL710' and
27253            '64B' and
27254            ('BASE' or 'SCALE') and
27255            'NDRPDR' and
27256            'ETH' and
27257            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27258            not 'VHOST' and
27259            not 'MEMIF'"
27260   parameters:
27261   - "throughput"
27262   - "parent"
27263   - "tags"
27264   sort:
27265   - "L2PATCH"
27266   - "L2XCBASE"
27267   - "BASE"
27268   - "FIB_10K"
27269   - "FIB_100K"
27270   - "FIB_1M"
27271   layout:
27272     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
27273     layout: "plot-throughput-speedup-analysis"
27274
27275 -
27276   type: "plot"
27277   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27278   algorithm: "plot_throughput_speedup_analysis"
27279   output-file-type: ".html"
27280   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27281   data: "plot-throughput-speedup-analysis-3n-hsw"
27282   filter: "'NIC_Intel-XL710' and
27283            '64B' and
27284            ('BASE' or 'SCALE') and
27285            'NDRPDR' and
27286            'ETH' and
27287            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27288            not 'VHOST' and
27289            not 'MEMIF'"
27290   parameters:
27291   - "throughput"
27292   - "parent"
27293   - "tags"
27294   sort:
27295   - "L2PATCH"
27296   - "L2XCBASE"
27297   - "BASE"
27298   - "FIB_10K"
27299   - "FIB_100K"
27300   - "FIB_1M"
27301   layout:
27302     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
27303     layout: "plot-throughput-speedup-analysis"
27304
27305 # Speedup - VPP L2 3n-skx-x710 base and scale
27306 -
27307   type: "plot"
27308   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27309   algorithm: "plot_throughput_speedup_analysis"
27310   output-file-type: ".html"
27311   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27312   data: "plot-throughput-speedup-analysis-3n-skx"
27313   filter: "'NIC_Intel-X710' and
27314            '64B' and
27315            ('BASE' or 'SCALE') and
27316            'NDRPDR' and
27317            'ETH' and
27318            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27319            not 'VHOST' and
27320            not 'DRV_AVF' and
27321            not 'MEMIF'"
27322   parameters:
27323   - "throughput"
27324   - "parent"
27325   - "tags"
27326   sort:
27327   - "L2PATCH"
27328   - "L2XCBASE"
27329   - "BASE"
27330   - "FIB_10K"
27331   - "FIB_100K"
27332   - "FIB_1M"
27333   layout:
27334     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
27335     layout: "plot-throughput-speedup-analysis"
27336
27337 -
27338   type: "plot"
27339   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27340   algorithm: "plot_throughput_speedup_analysis"
27341   output-file-type: ".html"
27342   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27343   data: "plot-throughput-speedup-analysis-3n-skx"
27344   filter: "'NIC_Intel-X710' and
27345            '64B' and
27346            ('BASE' or 'SCALE') and
27347            'NDRPDR' and
27348            'ETH' and
27349            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27350            not 'VHOST' and
27351            not 'DRV_AVF' and
27352            not 'MEMIF'"
27353   parameters:
27354   - "throughput"
27355   - "parent"
27356   - "tags"
27357   sort:
27358   - "L2PATCH"
27359   - "L2XCBASE"
27360   - "BASE"
27361   - "FIB_10K"
27362   - "FIB_100K"
27363   - "FIB_1M"
27364   layout:
27365     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
27366     layout: "plot-throughput-speedup-analysis"
27367
27368 # Speedup - VPP L2 3n-skx-x710 features
27369 -
27370   type: "plot"
27371   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
27372   algorithm: "plot_throughput_speedup_analysis"
27373   output-file-type: ".html"
27374   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
27375   data: "plot-throughput-speedup-analysis-3n-skx"
27376   filter: "'NIC_Intel-X710' and
27377            '64B' and
27378            'NDRPDR' and
27379            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27380            not 'ACL' and
27381            not 'VHOST' and
27382            not 'MEMIF'"
27383   parameters:
27384   - "throughput"
27385   - "parent"
27386   - "tags"
27387   sort:
27388   - "L2XCBASE"    # l2xcbase
27389   - "L2BDBASE"    # l2bdbase
27390   - "L2XCFWD"     # dot1q-l2xcbase
27391   - "L2BDMACLRN"  # dot1q-l2bdbase
27392   layout:
27393     title: "l2sw-3n-skx-x710-64b-features-ndr"
27394     layout: "plot-throughput-speedup-analysis"
27395
27396 -
27397   type: "plot"
27398   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
27399   algorithm: "plot_throughput_speedup_analysis"
27400   output-file-type: ".html"
27401   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
27402   data: "plot-throughput-speedup-analysis-3n-skx"
27403   filter: "'NIC_Intel-X710' and
27404            '64B' and
27405            'NDRPDR' and
27406            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27407            not 'ACL' and
27408            not 'VHOST' and
27409            not 'MEMIF'"
27410   parameters:
27411   - "throughput"
27412   - "parent"
27413   - "tags"
27414   sort:
27415   - "L2XCBASE"    # l2xcbase
27416   - "L2BDBASE"    # l2bdbase
27417   - "L2XCFWD"     # dot1q-l2xcbase
27418   - "L2BDMACLRN"  # dot1q-l2bdbase
27419   layout:
27420     title: "l2sw-3n-skx-x710-64b-features-pdr"
27421     layout: "plot-throughput-speedup-analysis"
27422
27423 # Speedup - VPP L2 3n-skx-xxv710 base and scale
27424 -
27425   type: "plot"
27426   title: "Speedup: l2sw-3n-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-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27430   data: "plot-throughput-speedup-analysis-3n-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' and
27439            not 'DRV_AVF'"
27440   parameters:
27441   - "throughput"
27442   - "parent"
27443   - "tags"
27444   sort:
27445   - "L2PATCH"
27446   - "L2XCBASE"
27447   - "BASE"
27448   - "FIB_10K"
27449   - "FIB_100K"
27450   - "FIB_1M"
27451   layout:
27452     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
27453     layout: "plot-throughput-speedup-analysis"
27454
27455 -
27456   type: "plot"
27457   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27458   algorithm: "plot_throughput_speedup_analysis"
27459   output-file-type: ".html"
27460   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27461   data: "plot-throughput-speedup-analysis-3n-skx"
27462   filter: "'NIC_Intel-XXV710' and
27463            '64B' and
27464            ('BASE' or 'SCALE') and
27465            'NDRPDR' and
27466            'ETH' and
27467            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27468            not 'VHOST' and
27469            not 'MEMIF' and
27470            not 'DRV_AVF'"
27471   parameters:
27472   - "throughput"
27473   - "parent"
27474   - "tags"
27475   sort:
27476   - "L2PATCH"
27477   - "L2XCBASE"
27478   - "BASE"
27479   - "FIB_10K"
27480   - "FIB_100K"
27481   - "FIB_1M"
27482   layout:
27483     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
27484     layout: "plot-throughput-speedup-analysis"
27485
27486 # Speedup - VPP L2 2n-skx-x710 base and scale
27487 -
27488   type: "plot"
27489   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27490   algorithm: "plot_throughput_speedup_analysis"
27491   output-file-type: ".html"
27492   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27493   data: "plot-throughput-speedup-analysis-2n-skx"
27494   filter: "'NIC_Intel-X710' and
27495            '64B' and
27496            ('BASE' or 'SCALE') and
27497            'NDRPDR' and
27498            'ETH' and
27499            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27500            not 'VHOST' and
27501            not 'MEMIF'"
27502   parameters:
27503   - "throughput"
27504   - "parent"
27505   - "tags"
27506   sort:
27507   - "L2PATCH"
27508   - "L2XCBASE"
27509   - "BASE"
27510   - "FIB_10K"
27511   - "FIB_100K"
27512   - "FIB_1M"
27513   layout:
27514     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
27515     layout: "plot-throughput-speedup-analysis"
27516
27517 -
27518   type: "plot"
27519   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27520   algorithm: "plot_throughput_speedup_analysis"
27521   output-file-type: ".html"
27522   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27523   data: "plot-throughput-speedup-analysis-2n-skx"
27524   filter: "'NIC_Intel-X710' and
27525            '64B' and
27526            ('BASE' or 'SCALE') and
27527            'NDRPDR' and
27528            'ETH' and
27529            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27530            not 'VHOST' and
27531            not 'MEMIF'"
27532   parameters:
27533   - "throughput"
27534   - "parent"
27535   - "tags"
27536   sort:
27537   - "L2PATCH"
27538   - "L2XCBASE"
27539   - "BASE"
27540   - "FIB_10K"
27541   - "FIB_100K"
27542   - "FIB_1M"
27543   layout:
27544     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
27545     layout: "plot-throughput-speedup-analysis"
27546
27547 # Speedup - VPP L2 2n-skx-xxv710 base and scale
27548 -
27549   type: "plot"
27550   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27551   algorithm: "plot_throughput_speedup_analysis"
27552   output-file-type: ".html"
27553   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27554   data: "plot-throughput-speedup-analysis-2n-skx"
27555   filter: "'NIC_Intel-XXV710' and
27556            '64B' and
27557            ('BASE' or 'SCALE') and
27558            'NDRPDR' and
27559            'ETH' and
27560            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27561            not 'VHOST' and
27562            not 'MEMIF'"
27563   parameters:
27564   - "throughput"
27565   - "parent"
27566   - "tags"
27567   sort:
27568   - "L2PATCH"
27569   - "L2XCBASE"
27570   - "BASE"
27571   - "FIB_10K"
27572   - "FIB_100K"
27573   - "FIB_1M"
27574   layout:
27575     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
27576     layout: "plot-throughput-speedup-analysis"
27577
27578 -
27579   type: "plot"
27580   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27581   algorithm: "plot_throughput_speedup_analysis"
27582   output-file-type: ".html"
27583   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27584   data: "plot-throughput-speedup-analysis-2n-skx"
27585   filter: "'NIC_Intel-XXV710' and
27586            '64B' and
27587            ('BASE' or 'SCALE') and
27588            'NDRPDR' and
27589            'ETH' and
27590            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27591            not 'VHOST' and
27592            not 'MEMIF'"
27593   parameters:
27594   - "throughput"
27595   - "parent"
27596   - "tags"
27597   sort:
27598   - "L2PATCH"
27599   - "L2XCBASE"
27600   - "BASE"
27601   - "FIB_10K"
27602   - "FIB_100K"
27603   - "FIB_1M"
27604   layout:
27605     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
27606     layout: "plot-throughput-speedup-analysis"
27607
27608 # Speedup - VPP L2 2n-dnv-x553 base
27609 -
27610   type: "plot"
27611   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
27612   algorithm: "plot_throughput_speedup_analysis"
27613   output-file-type: ".html"
27614   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
27615   data: "intel-dnv-vpp"
27616   filter: "'NIC_Intel-X553' and
27617            '64B' and
27618            ('BASE' or 'SCALE') and
27619            'NDRPDR' and
27620            'ETH' and
27621            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27622            not 'VHOST' and
27623            not 'MEMIF'"
27624   parameters:
27625   - "throughput"
27626   - "parent"
27627   - "tags"
27628   sort:
27629   - "L2XCBASE"
27630   - "L2BDMACLRN"
27631   - "L2PATCH"
27632   layout:
27633     title: "l2sw-2n-dnv-x553-64b-base-ndr"
27634     layout: "plot-throughput-speedup-analysis"
27635
27636 -
27637   type: "plot"
27638   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
27639   algorithm: "plot_throughput_speedup_analysis"
27640   output-file-type: ".html"
27641   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
27642   data: "intel-dnv-vpp"
27643   filter: "'NIC_Intel-X553' and
27644            '64B' and
27645            ('BASE' or 'SCALE') and
27646            'NDRPDR' and
27647            'ETH' and
27648            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27649            not 'VHOST' and
27650            not 'MEMIF'"
27651   parameters:
27652   - "throughput"
27653   - "parent"
27654   - "tags"
27655   sort:
27656   - "L2XCBASE"
27657   - "L2BDMACLRN"
27658   - "L2PATCH"
27659   layout:
27660     title: "l2sw-2n-dnv-x553-64b-base-pdr"
27661     layout: "plot-throughput-speedup-analysis"
27662
27663 ################################################################################
27664
27665 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
27666 -
27667   type: "plot"
27668   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27669   algorithm: "plot_throughput_speedup_analysis"
27670   output-file-type: ".html"
27671   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27672   data: "plot-throughput-speedup-analysis-3n-hsw"
27673   filter: "'NIC_Intel-X520-DA2' and
27674            '64B' and
27675            'NDRPDR' and
27676            'ETH' and
27677            'IP4FWD' and
27678            'VHOST_1024' and
27679            not 'VXLAN' and
27680            not 'DOT1Q'"
27681   parameters:
27682   - "throughput"
27683   - "parent"
27684   - "tags"
27685   sort:
27686   - "not CFS_OPT"
27687   - "1VM"
27688   - "2VM"
27689   layout:
27690     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
27691     layout: "plot-throughput-speedup-analysis"
27692
27693 -
27694   type: "plot"
27695   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27696   algorithm: "plot_throughput_speedup_analysis"
27697   output-file-type: ".html"
27698   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27699   data: "plot-throughput-speedup-analysis-3n-hsw"
27700   filter: "'NIC_Intel-X520-DA2' and
27701            '64B' and
27702            'NDRPDR' and
27703            'ETH' and
27704            'IP4FWD' and
27705            'VHOST_1024' and
27706            not 'VXLAN' and
27707            not 'DOT1Q'"
27708   parameters:
27709   - "throughput"
27710   - "parent"
27711   - "tags"
27712   sort:
27713   - "not CFS_OPT"
27714   - "1VM"
27715   - "2VM"
27716   layout:
27717     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
27718     layout: "plot-throughput-speedup-analysis"
27719
27720 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
27721 -
27722   type: "plot"
27723   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27724   algorithm: "plot_throughput_speedup_analysis"
27725   output-file-type: ".html"
27726   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27727   data: "plot-throughput-speedup-analysis-3n-hsw"
27728   filter: "'NIC_Intel-X520-DA2' and
27729            '64B' and
27730            'NDRPDR' and
27731            ('ETH' or 'DOT1Q') and
27732            'VHOST_1024' and
27733            not 'VXLAN' and
27734            not 'IP4FWD' and
27735            not '2VM'"
27736   parameters:
27737   - "throughput"
27738   - "parent"
27739   - "tags"
27740 #  sort:
27741 #  - "VM"  # "not CFS_OPT"
27742 #  - "CFS_OPT"
27743 #  - "FIB_10K"
27744 #  - "FIB_100K"
27745 #  - "FIB_1M"
27746   layout:
27747     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
27748     layout: "plot-throughput-speedup-analysis"
27749
27750 -
27751   type: "plot"
27752   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27753   algorithm: "plot_throughput_speedup_analysis"
27754   output-file-type: ".html"
27755   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27756   data: "plot-throughput-speedup-analysis-3n-hsw"
27757   filter: "'NIC_Intel-X520-DA2' and
27758            '64B' and
27759            'NDRPDR' and
27760            ('ETH' or 'DOT1Q') and
27761            'L2BDMACLRN' and
27762            'VHOST_1024' and
27763            not 'VXLAN' and
27764            not 'IP4FWD' and
27765            not '2VM'"
27766   parameters:
27767   - "throughput"
27768   - "parent"
27769   - "tags"
27770 #  sort:
27771 #  - "VM"  # "not CFS_OPT"
27772 #  - "CFS_OPT"
27773 #  - "FIB_10K"
27774 #  - "FIB_100K"
27775 #  - "FIB_1M"
27776   layout:
27777     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
27778     layout: "plot-throughput-speedup-analysis"
27779
27780 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
27781 -
27782   type: "plot"
27783   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
27784   algorithm: "plot_throughput_speedup_analysis"
27785   output-file-type: ".html"
27786   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
27787   data: "plot-throughput-speedup-analysis-3n-hsw"
27788   filter: "'NIC_Intel-X520-DA2' and
27789            '64B' and
27790            'NDRPDR' and
27791            ('ETH' or 'DOT1Q') and
27792            'BASE' and
27793            ('L2BDMACLRN' or 'L2XCFWD') and
27794            'VHOST_1024' and
27795            not 'VXLAN' and
27796            not 'IP4FWD' and
27797            not '2VM'"
27798   parameters:
27799   - "throughput"
27800   - "parent"
27801   - "tags"
27802 #  sort:
27803 #  - "not CFS_OPT"
27804 #  - "L2XCFWD"
27805 #  - "not CFS_OPT"
27806 #  - "CFS_OPT"
27807   layout:
27808     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
27809     layout: "plot-throughput-speedup-analysis"
27810
27811 -
27812   type: "plot"
27813   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
27814   algorithm: "plot_throughput_speedup_analysis"
27815   output-file-type: ".html"
27816   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
27817   data: "plot-throughput-speedup-analysis-3n-hsw"
27818   filter: "'NIC_Intel-X520-DA2' and
27819            '64B' and
27820            'NDRPDR' and
27821            ('ETH' or 'DOT1Q') and
27822            'BASE' and
27823            ('L2BDMACLRN' or 'L2XCFWD') and
27824            'VHOST_1024' and
27825            not 'VXLAN' and
27826            not 'IP4FWD' and
27827            not '2VM'"
27828   parameters:
27829   - "throughput"
27830   - "parent"
27831   - "tags"
27832 #  sort:
27833 #  - "not CFS_OPT"
27834 #  - "L2XCFWD"
27835 #  - "not CFS_OPT"
27836 #  - "CFS_OPT"
27837   layout:
27838     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
27839     layout: "plot-throughput-speedup-analysis"
27840
27841 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
27842 -
27843   type: "plot"
27844   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27845   algorithm: "plot_throughput_speedup_analysis"
27846   output-file-type: ".html"
27847   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27848   data: "plot-throughput-speedup-analysis-3n-hsw"
27849   filter: "'NIC_Intel-X520-DA2' and
27850            '64B' and
27851            'NDRPDR' and
27852            ('ETH' or 'DOT1Q') and
27853            ('L2BDMACLRN' or 'L2XCFWD') and
27854            'VHOST_1024' and
27855            not 'CFS_OPT' and
27856            not 'VXLAN' and
27857            not 'IP4FWD' and
27858            not 'LBOND'"
27859   parameters:
27860   - "throughput"
27861   - "parent"
27862   - "tags"
27863 #  sort:
27864 #  - "1VM"
27865 #  - "L2XCFWD"
27866 #  - "1VM"
27867 #  - "L2BDMACLRN"
27868   layout:
27869     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
27870     layout: "plot-throughput-speedup-analysis"
27871
27872 -
27873   type: "plot"
27874   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27875   algorithm: "plot_throughput_speedup_analysis"
27876   output-file-type: ".html"
27877   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27878   data: "plot-throughput-speedup-analysis-3n-hsw"
27879   filter: "'NIC_Intel-X520-DA2' and
27880            '64B' and
27881            'NDRPDR' and
27882            ('ETH' or 'DOT1Q') and
27883            ('L2BDMACLRN' or 'L2XCFWD') and
27884            'VHOST_1024' and
27885            not 'CFS_OPT' and
27886            not 'VXLAN' and
27887            not 'IP4FWD' and
27888            not 'LBOND'"
27889   parameters:
27890   - "throughput"
27891   - "parent"
27892   - "tags"
27893 #  sort:
27894 #  - "1VM"
27895 #  - "L2XCFWD"
27896 #  - "1VM"
27897 #  - "L2BDMACLRN"
27898   layout:
27899     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
27900     layout: "plot-throughput-speedup-analysis"
27901
27902 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
27903 -
27904   type: "plot"
27905   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27906   algorithm: "plot_throughput_speedup_analysis"
27907   output-file-type: ".html"
27908   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27909   data: "plot-throughput-speedup-analysis-3n-hsw"
27910   filter: "'NIC_Intel-X710' and
27911            '64B' and
27912            'NDRPDR' and
27913            'ETH' and
27914            'IP4FWD' and
27915            'VHOST_1024' and
27916            not 'VXLAN' and
27917            not 'DOT1Q'"
27918   parameters:
27919   - "throughput"
27920   - "parent"
27921   - "tags"
27922   sort:
27923   - "not CFS_OPT"
27924   - "1VM"
27925   - "2VM"
27926   layout:
27927     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
27928     layout: "plot-throughput-speedup-analysis"
27929
27930 -
27931   type: "plot"
27932   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27933   algorithm: "plot_throughput_speedup_analysis"
27934   output-file-type: ".html"
27935   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27936   data: "plot-throughput-speedup-analysis-3n-hsw"
27937   filter: "'NIC_Intel-X710' and
27938            '64B' and
27939            'NDRPDR' and
27940            'ETH' and
27941            'IP4FWD' and
27942            'VHOST_1024' and
27943            not 'VXLAN' and
27944            not 'DOT1Q'"
27945   parameters:
27946   - "throughput"
27947   - "parent"
27948   - "tags"
27949   sort:
27950   - "not CFS_OPT"
27951   - "1VM"
27952   - "2VM"
27953   layout:
27954     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
27955     layout: "plot-throughput-speedup-analysis"
27956
27957 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
27958 -
27959   type: "plot"
27960   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27961   algorithm: "plot_throughput_speedup_analysis"
27962   output-file-type: ".html"
27963   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27964   data: "plot-throughput-speedup-analysis-3n-hsw"
27965   filter: "'NIC_Intel-X710' and
27966            '64B' and
27967            'NDRPDR' and
27968            ('ETH' or 'DOT1Q') and
27969            'L2BDMACLRN' and
27970            'VHOST_1024' and
27971            not 'VXLAN' and
27972            not 'IP4FWD' and
27973            not '2VM'"
27974   parameters:
27975   - "throughput"
27976   - "parent"
27977   - "tags"
27978 #  sort:
27979 #  - "VM"  # "not CFS_OPT"
27980 #  - "CFS_OPT"
27981 #  - "FIB_10K"
27982 #  - "FIB_100K"
27983 #  - "FIB_1M"
27984   layout:
27985     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
27986     layout: "plot-throughput-speedup-analysis"
27987
27988 -
27989   type: "plot"
27990   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27991   algorithm: "plot_throughput_speedup_analysis"
27992   output-file-type: ".html"
27993   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27994   data: "plot-throughput-speedup-analysis-3n-hsw"
27995   filter: "'NIC_Intel-X710' and
27996            '64B' and
27997            'NDRPDR' and
27998            ('ETH' or 'DOT1Q') and
27999            'L2BDMACLRN' and
28000            'VHOST_1024' and
28001            not 'VXLAN' and
28002            not 'IP4FWD' and
28003            not '2VM'"
28004   parameters:
28005   - "throughput"
28006   - "parent"
28007   - "tags"
28008 #  sort:
28009 #  - "VM"  # "not CFS_OPT"
28010 #  - "CFS_OPT"
28011 #  - "FIB_10K"
28012 #  - "FIB_100K"
28013 #  - "FIB_1M"
28014   layout:
28015     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
28016     layout: "plot-throughput-speedup-analysis"
28017
28018 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
28019 -
28020   type: "plot"
28021   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
28022   algorithm: "plot_throughput_speedup_analysis"
28023   output-file-type: ".html"
28024   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
28025   data: "plot-throughput-speedup-analysis-3n-hsw"
28026   filter: "'NIC_Intel-X710' and
28027            '64B' and
28028            'NDRPDR' and
28029            ('ETH' or 'DOT1Q') and
28030            'BASE' and
28031            ('L2BDMACLRN' or 'L2XCFWD') and
28032            'VHOST_1024' and
28033            not 'VXLAN' and
28034            not 'IP4FWD' and
28035            not '2VM'"
28036   parameters:
28037   - "throughput"
28038   - "parent"
28039   - "tags"
28040 #  sort:
28041 #  - "not CFS_OPT"
28042 #  - "L2XCFWD"
28043 #  - "not CFS_OPT"
28044 #  - "CFS_OPT"
28045   layout:
28046     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
28047     layout: "plot-throughput-speedup-analysis"
28048
28049 -
28050   type: "plot"
28051   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
28052   algorithm: "plot_throughput_speedup_analysis"
28053   output-file-type: ".html"
28054   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
28055   data: "plot-throughput-speedup-analysis-3n-hsw"
28056   filter: "'NIC_Intel-X710' and
28057            '64B' and
28058            'NDRPDR' and
28059            ('ETH' or 'DOT1Q') and
28060            'BASE' and
28061            ('L2BDMACLRN' or 'L2XCFWD') and
28062            'VHOST_1024' and
28063            not 'VXLAN' and
28064            not 'IP4FWD' and
28065            not '2VM'"
28066   parameters:
28067   - "throughput"
28068   - "parent"
28069   - "tags"
28070 #  sort:
28071 #  - "not CFS_OPT"
28072 #  - "L2XCFWD"
28073 #  - "not CFS_OPT"
28074 #  - "CFS_OPT"
28075   layout:
28076     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
28077     layout: "plot-throughput-speedup-analysis"
28078
28079 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
28080 -
28081   type: "plot"
28082   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
28083   algorithm: "plot_throughput_speedup_analysis"
28084   output-file-type: ".html"
28085   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
28086   data: "plot-throughput-speedup-analysis-3n-hsw"
28087   filter: "'NIC_Intel-X710' and
28088            '64B' and
28089            'NDRPDR' and
28090            ('ETH' or 'DOT1Q') and
28091            ('L2BDMACLRN' or 'L2XCFWD') and
28092            'VHOST_1024' and
28093            not 'CFS_OPT' and
28094            not 'VXLAN' and
28095            not 'IP4FWD' and
28096            not 'LBOND'"
28097   parameters:
28098   - "throughput"
28099   - "parent"
28100   - "tags"
28101 #  sort:
28102 #  - "1VM"
28103 #  - "L2XCFWD"
28104 #  - "1VM"
28105 #  - "L2BDMACLRN"
28106   layout:
28107     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
28108     layout: "plot-throughput-speedup-analysis"
28109
28110 -
28111   type: "plot"
28112   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
28113   algorithm: "plot_throughput_speedup_analysis"
28114   output-file-type: ".html"
28115   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
28116   data: "plot-throughput-speedup-analysis-3n-hsw"
28117   filter: "'NIC_Intel-X710' and
28118            '64B' and
28119            'NDRPDR' and
28120            ('ETH' or 'DOT1Q') and
28121            ('L2BDMACLRN' or 'L2XCFWD') and
28122            'VHOST_1024' and
28123            not 'CFS_OPT' and
28124            not 'VXLAN' and
28125            not 'IP4FWD' and
28126            not 'LBOND'"
28127   parameters:
28128   - "throughput"
28129   - "parent"
28130   - "tags"
28131 #  sort:
28132 #  - "1VM"
28133 #  - "L2XCFWD"
28134 #  - "1VM"
28135 #  - "L2BDMACLRN"
28136   layout:
28137     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
28138     layout: "plot-throughput-speedup-analysis"
28139
28140 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
28141 -
28142   type: "plot"
28143   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28144   algorithm: "plot_throughput_speedup_analysis"
28145   output-file-type: ".html"
28146   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28147   data: "plot-throughput-speedup-analysis-3n-hsw"
28148   filter: "'NIC_Intel-XL710' and
28149            '64B' and
28150            'NDRPDR' and
28151            'ETH' and
28152            'IP4FWD' and
28153            'VHOST_1024' and
28154            not 'VXLAN' and
28155            not 'DOT1Q'"
28156   parameters:
28157   - "throughput"
28158   - "parent"
28159   - "tags"
28160   sort:
28161   - "not CFS_OPT"
28162   - "1VM"
28163   - "2VM"
28164   layout:
28165     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
28166     layout: "plot-throughput-speedup-analysis"
28167
28168 -
28169   type: "plot"
28170   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28171   algorithm: "plot_throughput_speedup_analysis"
28172   output-file-type: ".html"
28173   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28174   data: "plot-throughput-speedup-analysis-3n-hsw"
28175   filter: "'NIC_Intel-XL710' and
28176            '64B' and
28177            'NDRPDR' and
28178            'ETH' and
28179            'IP4FWD' and
28180            'VHOST_1024' and
28181            not 'VXLAN' and
28182            not 'DOT1Q'"
28183   parameters:
28184   - "throughput"
28185   - "parent"
28186   - "tags"
28187   sort:
28188   - "not CFS_OPT"
28189   - "1VM"
28190   - "2VM"
28191   layout:
28192     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
28193     layout: "plot-throughput-speedup-analysis"
28194
28195 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
28196 -
28197   type: "plot"
28198   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28199   algorithm: "plot_throughput_speedup_analysis"
28200   output-file-type: ".html"
28201   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28202   data: "plot-throughput-speedup-analysis-3n-hsw"
28203   filter: "'NIC_Intel-XL710' and
28204            '64B' and
28205            'NDRPDR' and
28206            ('ETH' or 'DOT1Q') and
28207            'L2BDMACLRN' and
28208            'VHOST_1024' and
28209            not 'VXLAN' and
28210            not 'IP4FWD' and
28211            not '2VM'"
28212   parameters:
28213   - "throughput"
28214   - "parent"
28215   - "tags"
28216 #  sort:
28217 #  - "VM"  # "not CFS_OPT"
28218 #  - "CFS_OPT"
28219 #  - "FIB_10K"
28220 #  - "FIB_100K"
28221 #  - "FIB_1M"
28222   layout:
28223     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
28224     layout: "plot-throughput-speedup-analysis"
28225
28226 -
28227   type: "plot"
28228   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28229   algorithm: "plot_throughput_speedup_analysis"
28230   output-file-type: ".html"
28231   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28232   data: "plot-throughput-speedup-analysis-3n-hsw"
28233   filter: "'NIC_Intel-XL710' and
28234            '64B' and
28235            'NDRPDR' and
28236            ('ETH' or 'DOT1Q') and
28237            'L2BDMACLRN' and
28238            'VHOST_1024' and
28239            not 'VXLAN' and
28240            not 'IP4FWD' and
28241            not '2VM'"
28242   parameters:
28243   - "throughput"
28244   - "parent"
28245   - "tags"
28246 #  sort:
28247 #  - "VM"  # "not CFS_OPT"
28248 #  - "CFS_OPT"
28249 #  - "FIB_10K"
28250 #  - "FIB_100K"
28251 #  - "FIB_1M"
28252   layout:
28253     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
28254     layout: "plot-throughput-speedup-analysis"
28255
28256 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
28257 -
28258   type: "plot"
28259   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
28260   algorithm: "plot_throughput_speedup_analysis"
28261   output-file-type: ".html"
28262   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
28263   data: "plot-throughput-speedup-analysis-3n-hsw"
28264   filter: "'NIC_Intel-XL710' and
28265            '64B' and
28266            'NDRPDR' and
28267            ('ETH' or 'DOT1Q') and
28268            'BASE' and
28269            ('L2BDMACLRN' or 'L2XCFWD') and
28270            'VHOST_1024' and
28271            not 'VXLAN' and
28272            not 'IP4FWD' and
28273            not '2VM'"
28274   parameters:
28275   - "throughput"
28276   - "parent"
28277   - "tags"
28278 #  sort:
28279 #  - "not CFS_OPT"
28280 #  - "L2XCFWD"
28281 #  - "not CFS_OPT"
28282 #  - "CFS_OPT"
28283   layout:
28284     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
28285     layout: "plot-throughput-speedup-analysis"
28286
28287 -
28288   type: "plot"
28289   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
28290   algorithm: "plot_throughput_speedup_analysis"
28291   output-file-type: ".html"
28292   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
28293   data: "plot-throughput-speedup-analysis-3n-hsw"
28294   filter: "'NIC_Intel-XL710' and
28295            '64B' and
28296            'NDRPDR' and
28297            ('ETH' or 'DOT1Q') and
28298            'BASE' and
28299            ('L2BDMACLRN' or 'L2XCFWD') and
28300            'VHOST_1024' and
28301            not 'VXLAN' and
28302            not 'IP4FWD' and
28303            not '2VM'"
28304   parameters:
28305   - "throughput"
28306   - "parent"
28307   - "tags"
28308 #  sort:
28309 #  - "not CFS_OPT"
28310 #  - "L2XCFWD"
28311 #  - "not CFS_OPT"
28312 #  - "CFS_OPT"
28313   layout:
28314     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
28315     layout: "plot-throughput-speedup-analysis"
28316
28317 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
28318 -
28319   type: "plot"
28320   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
28321   algorithm: "plot_throughput_speedup_analysis"
28322   output-file-type: ".html"
28323   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
28324   data: "plot-throughput-speedup-analysis-3n-hsw"
28325   filter: "'NIC_Intel-XL710' and
28326            '64B' and
28327            'NDRPDR' and
28328            ('ETH' or 'DOT1Q') and
28329            ('L2BDMACLRN' or 'L2XCFWD') and
28330            'VHOST_1024' and
28331            not 'CFS_OPT' and
28332            not 'VXLAN' and
28333            not 'IP4FWD'"
28334   parameters:
28335   - "throughput"
28336   - "parent"
28337   - "tags"
28338 #  sort:
28339 #  - "1VM"
28340 #  - "L2XCFWD"
28341 #  - "1VM"
28342 #  - "L2BDMACLRN"
28343   layout:
28344     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
28345     layout: "plot-throughput-speedup-analysis"
28346
28347 -
28348   type: "plot"
28349   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
28350   algorithm: "plot_throughput_speedup_analysis"
28351   output-file-type: ".html"
28352   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
28353   data: "plot-throughput-speedup-analysis-3n-hsw"
28354   filter: "'NIC_Intel-XL710' and
28355            '64B' and
28356            'NDRPDR' and
28357            ('ETH' or 'DOT1Q') and
28358            ('L2BDMACLRN' or 'L2XCFWD') and
28359            'VHOST_1024' and
28360            not 'CFS_OPT' and
28361            not 'VXLAN' and
28362            not 'IP4FWD'"
28363   parameters:
28364   - "throughput"
28365   - "parent"
28366   - "tags"
28367 #  sort:
28368 #  - "1VM"
28369 #  - "L2XCFWD"
28370 #  - "1VM"
28371 #  - "L2BDMACLRN"
28372   layout:
28373     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
28374     layout: "plot-throughput-speedup-analysis"
28375
28376 # Packet Speedup - VPP vhost ip4 3n-skx-x710
28377 -
28378   type: "plot"
28379   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28380   algorithm: "plot_throughput_speedup_analysis"
28381   output-file-type: ".html"
28382   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28383   data: "plot-throughput-speedup-analysis-3n-skx"
28384   filter: "'NIC_Intel-X710' and
28385            '64B' and
28386            'NDRPDR' and
28387            'ETH' and
28388            'IP4FWD' and
28389            'VHOST_1024' and
28390            not 'VXLAN' and
28391            not 'DOT1Q'"
28392   parameters:
28393   - "throughput"
28394   - "parent"
28395   - "tags"
28396   sort:
28397   - "not CFS_OPT"
28398   - "1VM"
28399   - "2VM"
28400   layout:
28401     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
28402     layout: "plot-throughput-speedup-analysis"
28403
28404 -
28405   type: "plot"
28406   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28407   algorithm: "plot_throughput_speedup_analysis"
28408   output-file-type: ".html"
28409   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28410   data: "plot-throughput-speedup-analysis-3n-skx"
28411   filter: "'NIC_Intel-X710' and
28412            '64B' and
28413            'NDRPDR' and
28414            'ETH' and
28415            'IP4FWD' and
28416            'VHOST_1024' and
28417            not 'VXLAN' and
28418            not 'DOT1Q'"
28419   parameters:
28420   - "throughput"
28421   - "parent"
28422   - "tags"
28423   sort:
28424   - "not CFS_OPT"
28425   - "1VM"
28426   - "2VM"
28427   layout:
28428     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
28429     layout: "plot-throughput-speedup-analysis"
28430
28431 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
28432 -
28433   type: "plot"
28434   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-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_and_scale-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' and
28444            'VHOST_1024' and
28445            not 'VXLAN' and
28446            not 'IP4FWD' and
28447            not '2VM'"
28448   parameters:
28449   - "throughput"
28450   - "parent"
28451   - "tags"
28452 #  sort:
28453 #  - "VM"  # "not CFS_OPT"
28454 #  - "CFS_OPT"
28455 #  - "FIB_10K"
28456 #  - "FIB_100K"
28457 #  - "FIB_1M"
28458   layout:
28459     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
28460     layout: "plot-throughput-speedup-analysis"
28461
28462 -
28463   type: "plot"
28464   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-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_and_scale-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' and
28474            'VHOST_1024' and
28475            not 'VXLAN' and
28476            not 'IP4FWD' and
28477            not '2VM'"
28478   parameters:
28479   - "throughput"
28480   - "parent"
28481   - "tags"
28482 #  sort:
28483 #  - "VM"  # "not CFS_OPT"
28484 #  - "CFS_OPT"
28485 #  - "FIB_10K"
28486 #  - "FIB_100K"
28487 #  - "FIB_1M"
28488   layout:
28489     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
28490     layout: "plot-throughput-speedup-analysis"
28491
28492 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
28493 -
28494   type: "plot"
28495   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
28496   algorithm: "plot_throughput_speedup_analysis"
28497   output-file-type: ".html"
28498   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
28499   data: "plot-throughput-speedup-analysis-3n-skx"
28500   filter: "'NIC_Intel-X710' and
28501            '64B' and
28502            'NDRPDR' and
28503            ('ETH' or 'DOT1Q') and
28504            'BASE' and
28505            ('L2BDMACLRN' or 'L2XCFWD') and
28506            'VHOST_1024' and
28507            not 'VXLAN' and
28508            not 'IP4FWD' and
28509            not '2VM' and
28510            not 'LBOND'"
28511   parameters:
28512   - "throughput"
28513   - "parent"
28514   - "tags"
28515 #  sort:
28516 #  - "not CFS_OPT"
28517 #  - "L2XCFWD"
28518 #  - "not CFS_OPT"
28519 #  - "CFS_OPT"
28520   layout:
28521     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
28522     layout: "plot-throughput-speedup-analysis"
28523
28524 -
28525   type: "plot"
28526   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
28527   algorithm: "plot_throughput_speedup_analysis"
28528   output-file-type: ".html"
28529   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
28530   data: "plot-throughput-speedup-analysis-3n-skx"
28531   filter: "'NIC_Intel-X710' and
28532            '64B' and
28533            'NDRPDR' and
28534            ('ETH' or 'DOT1Q') and
28535            'BASE' and
28536            ('L2BDMACLRN' or 'L2XCFWD') and
28537            'VHOST_1024' and
28538            not 'VXLAN' and
28539            not 'IP4FWD' and
28540            not '2VM' and
28541            not 'LBOND'"
28542   parameters:
28543   - "throughput"
28544   - "parent"
28545   - "tags"
28546 #  sort:
28547 #  - "not CFS_OPT"
28548 #  - "L2XCFWD"
28549 #  - "not CFS_OPT"
28550 #  - "CFS_OPT"
28551   layout:
28552     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
28553     layout: "plot-throughput-speedup-analysis"
28554
28555 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
28556 -
28557   type: "plot"
28558   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
28559   algorithm: "plot_throughput_speedup_analysis"
28560   output-file-type: ".html"
28561   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
28562   data: "plot-throughput-speedup-analysis-3n-skx"
28563   filter: "'NIC_Intel-X710' and
28564            '64B' and
28565            'NDRPDR' and
28566            ('ETH' or 'DOT1Q') and
28567            ('L2BDMACLRN' or 'L2XCFWD') and
28568            'VHOST_1024' and
28569            not 'CFS_OPT' and
28570            not 'VXLAN' and
28571            not 'IP4FWD' and
28572            not 'LBOND'"
28573   parameters:
28574   - "throughput"
28575   - "parent"
28576   - "tags"
28577 #  sort:
28578 #  - "1VM"
28579 #  - "L2XCFWD"
28580 #  - "1VM"
28581 #  - "L2BDMACLRN"
28582   layout:
28583     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
28584     layout: "plot-throughput-speedup-analysis"
28585
28586 -
28587   type: "plot"
28588   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
28589   algorithm: "plot_throughput_speedup_analysis"
28590   output-file-type: ".html"
28591   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
28592   data: "plot-throughput-speedup-analysis-3n-skx"
28593   filter: "'NIC_Intel-X710' and
28594            '64B' and
28595            'NDRPDR' and
28596            ('ETH' or 'DOT1Q') and
28597            ('L2BDMACLRN' or 'L2XCFWD') and
28598            'VHOST_1024' and
28599            not 'CFS_OPT' and
28600            not 'VXLAN' and
28601            not 'IP4FWD' and
28602            not 'LBOND'"
28603   parameters:
28604   - "throughput"
28605   - "parent"
28606   - "tags"
28607 #  sort:
28608 #  - "1VM"
28609 #  - "L2XCFWD"
28610 #  - "1VM"
28611 #  - "L2BDMACLRN"
28612   layout:
28613     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
28614     layout: "plot-throughput-speedup-analysis"
28615
28616 # Packet Speedup - VPP vhost ip4 2n-skx-x710
28617 -
28618   type: "plot"
28619   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28620   algorithm: "plot_throughput_speedup_analysis"
28621   output-file-type: ".html"
28622   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28623   data: "plot-throughput-speedup-analysis-2n-skx"
28624   filter: "'NIC_Intel-X710' and
28625            '64B' and
28626            'NDRPDR' and
28627            'ETH' and
28628            'IP4FWD' and
28629            'VHOST_1024' and
28630            not 'VXLAN' and
28631            not 'NF_DENSITY' and
28632            not 'DOT1Q'"
28633   parameters:
28634   - "throughput"
28635   - "parent"
28636   - "tags"
28637   sort:
28638   - "not CFS_OPT"
28639   - "1VM"
28640   - "2VM"
28641   layout:
28642     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
28643     layout: "plot-throughput-speedup-analysis"
28644
28645 -
28646   type: "plot"
28647   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28648   algorithm: "plot_throughput_speedup_analysis"
28649   output-file-type: ".html"
28650   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28651   data: "plot-throughput-speedup-analysis-2n-skx"
28652   filter: "'NIC_Intel-X710' and
28653            '64B' and
28654            'NDRPDR' and
28655            'ETH' and
28656            'IP4FWD' and
28657            'VHOST_1024' and
28658            not 'VXLAN' and
28659            not 'NF_DENSITY' and
28660            not 'DOT1Q'"
28661   parameters:
28662   - "throughput"
28663   - "parent"
28664   - "tags"
28665   sort:
28666   - "not CFS_OPT"
28667   - "1VM"
28668   - "2VM"
28669   layout:
28670     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
28671     layout: "plot-throughput-speedup-analysis"
28672
28673 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
28674 -
28675   type: "plot"
28676   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28677   algorithm: "plot_throughput_speedup_analysis"
28678   output-file-type: ".html"
28679   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28680   data: "plot-throughput-speedup-analysis-2n-skx"
28681   filter: "'NIC_Intel-X710' and
28682            '64B' and
28683            'NDRPDR' and
28684            ('ETH' or 'DOT1Q') and
28685            'L2BDMACLRN' and
28686            'VHOST_1024' and
28687            not 'VXLAN' and
28688            not 'NF_DENSITY' and
28689            not 'IP4FWD' and
28690            not '2VM'"
28691   parameters:
28692   - "throughput"
28693   - "parent"
28694   - "tags"
28695 #  sort:
28696 #  - "VM"  # "not CFS_OPT"
28697 #  - "CFS_OPT"
28698 #  - "FIB_10K"
28699 #  - "FIB_100K"
28700 #  - "FIB_1M"
28701   layout:
28702     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
28703     layout: "plot-throughput-speedup-analysis"
28704
28705 -
28706   type: "plot"
28707   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28708   algorithm: "plot_throughput_speedup_analysis"
28709   output-file-type: ".html"
28710   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28711   data: "plot-throughput-speedup-analysis-2n-skx"
28712   filter: "'NIC_Intel-X710' and
28713            '64B' and
28714            'NDRPDR' and
28715            ('ETH' or 'DOT1Q') and
28716            'L2BDMACLRN' and
28717            'VHOST_1024' and
28718            not 'VXLAN' and
28719            not 'NF_DENSITY' and
28720            not 'IP4FWD' and
28721            not '2VM'"
28722   parameters:
28723   - "throughput"
28724   - "parent"
28725   - "tags"
28726 #  sort:
28727 #  - "VM"  # "not CFS_OPT"
28728 #  - "CFS_OPT"
28729 #  - "FIB_10K"
28730 #  - "FIB_100K"
28731 #  - "FIB_1M"
28732   layout:
28733     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
28734     layout: "plot-throughput-speedup-analysis"
28735
28736 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
28737 -
28738   type: "plot"
28739   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
28740   algorithm: "plot_throughput_speedup_analysis"
28741   output-file-type: ".html"
28742   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
28743   data: "plot-throughput-speedup-analysis-2n-skx"
28744   filter: "'NIC_Intel-X710' and
28745            '64B' and
28746            'NDRPDR' and
28747            ('ETH' or 'DOT1Q') and
28748            'BASE' and
28749            ('L2BDMACLRN' or 'L2XCFWD') and
28750            'VHOST_1024' and
28751            not 'VXLAN' and
28752            not 'NF_DENSITY' and
28753            not 'IP4FWD' and
28754            not '2VM'"
28755   parameters:
28756   - "throughput"
28757   - "parent"
28758   - "tags"
28759 #  sort:
28760 #  - "not CFS_OPT"
28761 #  - "L2XCFWD"
28762 #  - "not CFS_OPT"
28763 #  - "CFS_OPT"
28764   layout:
28765     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
28766     layout: "plot-throughput-speedup-analysis"
28767
28768 -
28769   type: "plot"
28770   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
28771   algorithm: "plot_throughput_speedup_analysis"
28772   output-file-type: ".html"
28773   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
28774   data: "plot-throughput-speedup-analysis-2n-skx"
28775   filter: "'NIC_Intel-X710' and
28776            '64B' and
28777            'NDRPDR' and
28778            ('ETH' or 'DOT1Q') and
28779            'BASE' and
28780            ('L2BDMACLRN' or 'L2XCFWD') and
28781            'VHOST_1024' and
28782            not 'VXLAN' and
28783            not 'NF_DENSITY' and
28784            not 'IP4FWD' and
28785            not '2VM'"
28786   parameters:
28787   - "throughput"
28788   - "parent"
28789   - "tags"
28790 #  sort:
28791 #  - "not CFS_OPT"
28792 #  - "L2XCFWD"
28793 #  - "not CFS_OPT"
28794 #  - "CFS_OPT"
28795   layout:
28796     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
28797     layout: "plot-throughput-speedup-analysis"
28798
28799 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
28800 -
28801   type: "plot"
28802   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
28803   algorithm: "plot_throughput_speedup_analysis"
28804   output-file-type: ".html"
28805   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
28806   data: "plot-throughput-speedup-analysis-2n-skx"
28807   filter: "'NIC_Intel-X710' and
28808            '64B' and
28809            'NDRPDR' and
28810            ('ETH' or 'DOT1Q') and
28811            ('L2BDMACLRN' or 'L2XCFWD') and
28812            'VHOST_1024' and
28813            not 'CFS_OPT' and
28814            not 'VXLAN' and
28815            not 'NF_DENSITY' and
28816            not 'IP4FWD'"
28817   parameters:
28818   - "throughput"
28819   - "parent"
28820   - "tags"
28821 #  sort:
28822 #  - "1VM"
28823 #  - "L2XCFWD"
28824 #  - "1VM"
28825 #  - "L2BDMACLRN"
28826   layout:
28827     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
28828     layout: "plot-throughput-speedup-analysis"
28829
28830 -
28831   type: "plot"
28832   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
28833   algorithm: "plot_throughput_speedup_analysis"
28834   output-file-type: ".html"
28835   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
28836   data: "plot-throughput-speedup-analysis-2n-skx"
28837   filter: "'NIC_Intel-X710' and
28838            '64B' and
28839            'NDRPDR' and
28840            ('ETH' or 'DOT1Q') and
28841            ('L2BDMACLRN' or 'L2XCFWD') and
28842            'VHOST_1024' and
28843            not 'CFS_OPT' and
28844            not 'VXLAN' and
28845            not 'NF_DENSITY' and
28846            not 'IP4FWD'"
28847   parameters:
28848   - "throughput"
28849   - "parent"
28850   - "tags"
28851 #  sort:
28852 #  - "1VM"
28853 #  - "L2XCFWD"
28854 #  - "1VM"
28855 #  - "L2BDMACLRN"
28856   layout:
28857     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
28858     layout: "plot-throughput-speedup-analysis"
28859
28860 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
28861 -
28862   type: "plot"
28863   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28864   algorithm: "plot_throughput_speedup_analysis"
28865   output-file-type: ".html"
28866   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28867   data: "plot-throughput-speedup-analysis-2n-skx"
28868   filter: "'NIC_Intel-XXV710' and
28869            '64B' and
28870            'NDRPDR' and
28871            'ETH' and
28872            'IP4FWD' and
28873            'VHOST_1024' and
28874            not 'VXLAN' and
28875            not 'DOT1Q'"
28876   parameters:
28877   - "throughput"
28878   - "parent"
28879   - "tags"
28880   sort:
28881   - "not CFS_OPT"
28882   - "1VM"
28883   - "2VM"
28884   layout:
28885     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
28886     layout: "plot-throughput-speedup-analysis"
28887
28888 -
28889   type: "plot"
28890   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28891   algorithm: "plot_throughput_speedup_analysis"
28892   output-file-type: ".html"
28893   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28894   data: "plot-throughput-speedup-analysis-2n-skx"
28895   filter: "'NIC_Intel-XXV710' and
28896            '64B' and
28897            'NDRPDR' and
28898            'ETH' and
28899            'IP4FWD' and
28900            'VHOST_1024' and
28901            not 'VXLAN' and
28902            not 'DOT1Q'"
28903   parameters:
28904   - "throughput"
28905   - "parent"
28906   - "tags"
28907   sort:
28908   - "not CFS_OPT"
28909   - "1VM"
28910   - "2VM"
28911   layout:
28912     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
28913     layout: "plot-throughput-speedup-analysis"
28914
28915 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
28916 -
28917   type: "plot"
28918   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28919   algorithm: "plot_throughput_speedup_analysis"
28920   output-file-type: ".html"
28921   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28922   data: "plot-throughput-speedup-analysis-2n-skx"
28923   filter: "'NIC_Intel-XXV710' and
28924            '64B' and
28925            'NDRPDR' and
28926            ('ETH' or 'DOT1Q') and
28927            'L2BDMACLRN' and
28928            'VHOST_1024' and
28929            not 'VXLAN' and
28930            not 'IP4FWD' and
28931            not '2VM'"
28932   parameters:
28933   - "throughput"
28934   - "parent"
28935   - "tags"
28936 #  sort:
28937 #  - "VM"  # "not CFS_OPT"
28938 #  - "CFS_OPT"
28939 #  - "FIB_10K"
28940 #  - "FIB_100K"
28941 #  - "FIB_1M"
28942   layout:
28943     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
28944     layout: "plot-throughput-speedup-analysis"
28945
28946 -
28947   type: "plot"
28948   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28949   algorithm: "plot_throughput_speedup_analysis"
28950   output-file-type: ".html"
28951   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28952   data: "plot-throughput-speedup-analysis-2n-skx"
28953   filter: "'NIC_Intel-XXV710' and
28954            '64B' and
28955            'NDRPDR' and
28956            ('ETH' or 'DOT1Q') and
28957            'L2BDMACLRN' and
28958            'VHOST_1024' and
28959            not 'VXLAN' and
28960            not 'IP4FWD' and
28961            not '2VM'"
28962   parameters:
28963   - "throughput"
28964   - "parent"
28965   - "tags"
28966 #  sort:
28967 #  - "VM"  # "not CFS_OPT"
28968 #  - "CFS_OPT"
28969 #  - "FIB_10K"
28970 #  - "FIB_100K"
28971 #  - "FIB_1M"
28972   layout:
28973     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
28974     layout: "plot-throughput-speedup-analysis"
28975
28976 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
28977 -
28978   type: "plot"
28979   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
28980   algorithm: "plot_throughput_speedup_analysis"
28981   output-file-type: ".html"
28982   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
28983   data: "plot-throughput-speedup-analysis-2n-skx"
28984   filter: "'NIC_Intel-XXV710' and
28985            '64B' and
28986            'NDRPDR' and
28987            ('ETH' or 'DOT1Q') and
28988            'BASE' and
28989            ('L2BDMACLRN' or 'L2XCFWD') and
28990            'VHOST_1024' and
28991            not 'VXLAN' and
28992            not 'IP4FWD' and
28993            not '2VM'"
28994   parameters:
28995   - "throughput"
28996   - "parent"
28997   - "tags"
28998 #  sort:
28999 #  - "not CFS_OPT"
29000 #  - "L2XCFWD"
29001 #  - "not CFS_OPT"
29002 #  - "CFS_OPT"
29003   layout:
29004     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
29005     layout: "plot-throughput-speedup-analysis"
29006
29007 -
29008   type: "plot"
29009   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
29010   algorithm: "plot_throughput_speedup_analysis"
29011   output-file-type: ".html"
29012   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
29013   data: "plot-throughput-speedup-analysis-2n-skx"
29014   filter: "'NIC_Intel-XXV710' and
29015            '64B' and
29016            'NDRPDR' and
29017            ('ETH' or 'DOT1Q') and
29018            'BASE' and
29019            ('L2BDMACLRN' or 'L2XCFWD') and
29020            'VHOST_1024' and
29021            not 'VXLAN' and
29022            not 'IP4FWD' and
29023            not '2VM'"
29024   parameters:
29025   - "throughput"
29026   - "parent"
29027   - "tags"
29028 #  sort:
29029 #  - "not CFS_OPT"
29030 #  - "L2XCFWD"
29031 #  - "not CFS_OPT"
29032 #  - "CFS_OPT"
29033   layout:
29034     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
29035     layout: "plot-throughput-speedup-analysis"
29036
29037 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
29038 -
29039   type: "plot"
29040   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
29041   algorithm: "plot_throughput_speedup_analysis"
29042   output-file-type: ".html"
29043   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
29044   data: "plot-throughput-speedup-analysis-2n-skx"
29045   filter: "'NIC_Intel-XXV710' and
29046            '64B' and
29047            'NDRPDR' and
29048            ('ETH' or 'DOT1Q') and
29049            ('L2BDMACLRN' or 'L2XCFWD') and
29050            'VHOST_1024' and
29051            not 'CFS_OPT' and
29052            not 'VXLAN' and
29053            not 'IP4FWD'"
29054   parameters:
29055   - "throughput"
29056   - "parent"
29057   - "tags"
29058 #  sort:
29059 #  - "1VM"
29060 #  - "L2XCFWD"
29061 #  - "1VM"
29062 #  - "L2BDMACLRN"
29063   layout:
29064     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
29065     layout: "plot-throughput-speedup-analysis"
29066
29067 -
29068   type: "plot"
29069   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
29070   algorithm: "plot_throughput_speedup_analysis"
29071   output-file-type: ".html"
29072   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
29073   data: "plot-throughput-speedup-analysis-2n-skx"
29074   filter: "'NIC_Intel-XXV710' and
29075            '64B' and
29076            'NDRPDR' and
29077            ('ETH' or 'DOT1Q') and
29078            ('L2BDMACLRN' or 'L2XCFWD') and
29079            'VHOST_1024' and
29080            not 'CFS_OPT' and
29081            not 'VXLAN' and
29082            not 'IP4FWD'"
29083   parameters:
29084   - "throughput"
29085   - "parent"
29086   - "tags"
29087 #  sort:
29088 #  - "1VM"
29089 #  - "L2XCFWD"
29090 #  - "1VM"
29091 #  - "L2BDMACLRN"
29092   layout:
29093     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
29094     layout: "plot-throughput-speedup-analysis"
29095
29096 ################################################################################
29097
29098 # Speedup - VPP vts 3n-hsw-x520
29099 -
29100   type: "plot"
29101   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
29102   algorithm: "plot_throughput_speedup_analysis"
29103   output-file-type: ".html"
29104   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
29105   data: "plot-throughput-speedup-analysis-3n-hsw"
29106   filter: "'NIC_Intel-X520-DA2' and
29107            '114B' and
29108            'NDRPDR' and
29109            'VTS'"
29110   parameters:
29111   - "throughput"
29112   - "parent"
29113   - "tags"
29114   layout:
29115     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
29116     layout: "plot-throughput-speedup-analysis"
29117
29118 -
29119   type: "plot"
29120   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29121   algorithm: "plot_throughput_speedup_analysis"
29122   output-file-type: ".html"
29123   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29124   data: "plot-throughput-speedup-analysis-3n-hsw"
29125   filter: "'NIC_Intel-X520-DA2' and
29126            '114B' and
29127            'NDRPDR' and
29128            'VTS'"
29129   parameters:
29130   - "throughput"
29131   - "parent"
29132   - "tags"
29133   layout:
29134     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29135     layout: "plot-throughput-speedup-analysis"